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, 28 Mar 2022 08:19:06
Message-Id: 1648455528.14d97ed0bda4e162621b667839a262774bfb6381.fordfrog@gentoo
1 commit: 14d97ed0bda4e162621b667839a262774bfb6381
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 28 08:18:48 2022 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 28 08:18:48 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14d97ed0
7
8 dev-java/xpp3: removed obsolete 1.1.4c-r5
9
10 Bug: https://bugs.gentoo.org/show_bug.cgi?id=836132
11 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
12
13 dev-java/xpp3/xpp3-1.1.4c-r5.ebuild | 29 -----------------------------
14 1 file changed, 29 deletions(-)
15
16 diff --git a/dev-java/xpp3/xpp3-1.1.4c-r5.ebuild b/dev-java/xpp3/xpp3-1.1.4c-r5.ebuild
17 deleted file mode 100644
18 index 3f30d6b9c176..000000000000
19 --- a/dev-java/xpp3/xpp3-1.1.4c-r5.ebuild
20 +++ /dev/null
21 @@ -1,29 +0,0 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -JAVA_PKG_IUSE="doc source"
28 -MAVEN_ID="xpp3:xpp3:1.1.4c"
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 -
39 -KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
40 -
41 -RDEPEND=">=virtual/jre-1.8:*"
42 -DEPEND=">=virtual/jdk-1.8:*"
43 -
44 -JAVA_RESOURCE_DIRS="resources"
45 -
46 -src_prepare() {
47 - default
48 - mkdir "resources" || die
49 - cp -r "META-INF" "resources" || die
50 -}