From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B871515808B for ; Tue, 29 Mar 2022 06:06:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DDF33E08CD; Tue, 29 Mar 2022 06:06:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8CB83E08CD for ; Tue, 29 Mar 2022 06:06:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 658323410F4 for ; Tue, 29 Mar 2022 06:06:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A65D8349 for ; Tue, 29 Mar 2022 06:06:45 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1648533994.af8fd38b56733c112d5617e65fac312081db8443.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/ant-apache-log4j/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/ant-apache-log4j/ant-apache-log4j-1.10.9.ebuild X-VCS-Directories: dev-java/ant-apache-log4j/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: af8fd38b56733c112d5617e65fac312081db8443 X-VCS-Branch: master Date: Tue, 29 Mar 2022 06:06:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ce08dfbc-1695-48ff-b687-ad1195857b8b X-Archives-Hash: 92cde1282ca890557dda39af2b850efd commit: af8fd38b56733c112d5617e65fac312081db8443 Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Mon Mar 28 08:22:36 2022 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Tue Mar 29 06:06:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af8fd38b dev-java/ant-apache-log4j: Drop 1.10.9 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/24788 Signed-off-by: Miroslav Šulc gentoo.org> dev-java/ant-apache-log4j/ant-apache-log4j-1.10.9.ebuild | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/dev-java/ant-apache-log4j/ant-apache-log4j-1.10.9.ebuild b/dev-java/ant-apache-log4j/ant-apache-log4j-1.10.9.ebuild deleted file mode 100644 index d30b5fb9410a..000000000000 --- a/dev-java/ant-apache-log4j/ant-apache-log4j-1.10.9.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -ANT_TASK_JDKVER=1.8 -ANT_TASK_JREVER=1.8 -ANT_TASK_DEPNAME="log4j" - -inherit ant-tasks - -KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" - -DEPEND=">=dev-java/log4j-1.2.13-r2:0" -RDEPEND="${DEPEND}"