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 1954415808B for ; Thu, 24 Feb 2022 09:49:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51E73E0828; Thu, 24 Feb 2022 09:49:20 +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 38A72E0828 for ; Thu, 24 Feb 2022 09:49:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 4AFBF342EB0 for ; Thu, 24 Feb 2022 09:49:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9EEF61BD for ; Thu, 24 Feb 2022 09:49:17 +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: <1645696126.950be69f338f50dc237dee30c23bd05a661c7989.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-r1.ebuild X-VCS-Directories: dev-java/ant-apache-log4j/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 950be69f338f50dc237dee30c23bd05a661c7989 X-VCS-Branch: master Date: Thu, 24 Feb 2022 09:49:17 +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: 8dfeb37e-ab4e-46b4-a5ae-ab652f695b9c X-Archives-Hash: 8fef5a42f395fd82f33dd7f172829a58 commit: 950be69f338f50dc237dee30c23bd05a661c7989 Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Sat Jan 1 08:49:31 2022 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Thu Feb 24 09:48:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=950be69f dev-java/ant-apache-log4j: Switch to log4j-12-api:2 ant-tasks.eclass: EAPI 8 is not supported yet. Closes: https://bugs.gentoo.org/830922 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/24106 Signed-off-by: Miroslav Šulc gentoo.org> .../ant-apache-log4j/ant-apache-log4j-1.10.9-r1.ebuild | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/dev-java/ant-apache-log4j/ant-apache-log4j-1.10.9-r1.ebuild b/dev-java/ant-apache-log4j/ant-apache-log4j-1.10.9-r1.ebuild new file mode 100644 index 000000000000..89617f7176fe --- /dev/null +++ b/dev-java/ant-apache-log4j/ant-apache-log4j-1.10.9-r1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2022 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-12-api-2" + +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-12-api:2" +RDEPEND="${DEPEND}"