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/xpp3/
Date: Mon, 12 Jul 2021 04:45:06
Message-Id: 1626065095.b2e8ff6561ae5779b1237af7c88638208ad86654.fordfrog@gentoo
1 commit: b2e8ff6561ae5779b1237af7c88638208ad86654
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 12 04:44:55 2021 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 12 04:44:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2e8ff65
7
8 dev-java/xpp3: removed obsolete 1.1.4c-r[34]
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
12
13 dev-java/xpp3/xpp3-1.1.4c-r3.ebuild | 24 ------------------------
14 dev-java/xpp3/xpp3-1.1.4c-r4.ebuild | 21 ---------------------
15 2 files changed, 45 deletions(-)
16
17 diff --git a/dev-java/xpp3/xpp3-1.1.4c-r3.ebuild b/dev-java/xpp3/xpp3-1.1.4c-r3.ebuild
18 deleted file mode 100644
19 index a52b851aeb9..00000000000
20 --- a/dev-java/xpp3/xpp3-1.1.4c-r3.ebuild
21 +++ /dev/null
22 @@ -1,24 +0,0 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=5
27 -
28 -JAVA_PKG_IUSE="doc source"
29 -
30 -inherit java-pkg-2 java-pkg-simple
31 -
32 -DESCRIPTION="An implementation of XMLPULL V1 API"
33 -HOMEPAGE="http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/index.html"
34 -SRC_URI="https://repo1.maven.org/maven2/${PN}/${PN}/${PV}/${P}-sources.jar -> ${P}.jar"
35 -
36 -LICENSE="Apache-1.1 IBM JDOM LGPL-2.1+"
37 -SLOT="0"
38 -KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
39 -IUSE=""
40 -
41 -RDEPEND="
42 - >=virtual/jre-1.6"
43 -
44 -DEPEND="
45 - >=virtual/jdk-1.6
46 - source? ( app-arch/zip )"
47
48 diff --git a/dev-java/xpp3/xpp3-1.1.4c-r4.ebuild b/dev-java/xpp3/xpp3-1.1.4c-r4.ebuild
49 deleted file mode 100644
50 index 6dc6ad5bd4e..00000000000
51 --- a/dev-java/xpp3/xpp3-1.1.4c-r4.ebuild
52 +++ /dev/null
53 @@ -1,21 +0,0 @@
54 -# Copyright 1999-2021 Gentoo Authors
55 -# Distributed under the terms of the GNU General Public License v2
56 -
57 -EAPI=6
58 -
59 -JAVA_PKG_IUSE="doc source"
60 -MAVEN_ID="xpp3:xpp3:1.1.4c"
61 -
62 -inherit java-pkg-2 java-pkg-simple
63 -
64 -DESCRIPTION="An implementation of XMLPULL V1 API"
65 -HOMEPAGE="http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/index.html"
66 -SRC_URI="https://repo1.maven.org/maven2/${PN}/${PN}/${PV}/${P}-sources.jar -> ${P}.jar"
67 -
68 -LICENSE="Apache-1.1 IBM JDOM LGPL-2.1+"
69 -SLOT="0"
70 -
71 -KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
72 -
73 -RDEPEND=">=virtual/jre-1.6"
74 -DEPEND=">=virtual/jdk-1.6"