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 80DE715808E for ; Wed, 27 Apr 2022 11:08:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26E80E07FE; Wed, 27 Apr 2022 11:08:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 09F46E07FE for ; Wed, 27 Apr 2022 11:08:50 +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 C43C53416E2 for ; Wed, 27 Apr 2022 11:08:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0DEA842F for ; Wed, 27 Apr 2022 11:08:47 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1651057697.95608ba636768e5d09b2f4b960352a64263e300e.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/aopalliance/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/aopalliance/aopalliance-1.0-r3.ebuild X-VCS-Directories: dev-java/aopalliance/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 95608ba636768e5d09b2f4b960352a64263e300e X-VCS-Branch: master Date: Wed, 27 Apr 2022 11:08:47 +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: 99806780-fd68-4f20-a9a6-c4c66cd55db6 X-Archives-Hash: 2db49882b0da83dd2e41bcf1bbcb6dc0 commit: 95608ba636768e5d09b2f4b960352a64263e300e Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Tue Feb 22 13:03:39 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Wed Apr 27 11:08:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95608ba6 dev-java/aopalliance: MAVEN_ID Copied from https://mvnrepository.com/artifact/aopalliance/aopalliance/1.0 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Signed-off-by: Florian Schmaus gentoo.org> dev-java/aopalliance/aopalliance-1.0-r3.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-java/aopalliance/aopalliance-1.0-r3.ebuild b/dev-java/aopalliance/aopalliance-1.0-r3.ebuild index 9c7c1638e2f2..777a3412b445 100644 --- a/dev-java/aopalliance/aopalliance-1.0-r3.ebuild +++ b/dev-java/aopalliance/aopalliance-1.0-r3.ebuild @@ -4,6 +4,7 @@ EAPI=8 JAVA_PKG_IUSE="doc source" +MAVEN_ID="aopalliance:aopalliance:1.0" inherit java-pkg-2 java-pkg-simple