Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/xalan/
Date: Fri, 14 Jan 2022 08:43:44
Message-Id: 1642149814.4553e5b44df3e2e5473e42eecc92de3ee1524c79.fordfrog@gentoo
1 commit: 4553e5b44df3e2e5473e42eecc92de3ee1524c79
2 Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
3 AuthorDate: Tue Jan 11 14:48:31 2022 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 14 08:43:34 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4553e5b4
7
8 dev-java/xalan: MAVEN_ID
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
12 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
13
14 dev-java/xalan/xalan-2.7.2-r1.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/dev-java/xalan/xalan-2.7.2-r1.ebuild b/dev-java/xalan/xalan-2.7.2-r1.ebuild
18 index 332cb5588c95..9d2ccaa630dc 100644
19 --- a/dev-java/xalan/xalan-2.7.2-r1.ebuild
20 +++ b/dev-java/xalan/xalan-2.7.2-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -8,6 +8,7 @@ EAPI=7
28 # Apache StyleBook, which is long dead though it is bundled here.
29
30 JAVA_PKG_IUSE="doc source"
31 +MAVEN_ID="xalan:xalan:2.7.2"
32
33 inherit java-pkg-2 java-ant-2