Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/xpp3/
Date: Fri, 08 Sep 2017 22:27:55
Message-Id: 1504909647.a454f8873b0c461d570aed431f08f9b3653f1ddb.monsieurp@gentoo
1 commit: a454f8873b0c461d570aed431f08f9b3653f1ddb
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 8 22:16:56 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 8 22:27:27 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a454f887
7
8 dev-java/xpp3: EAPI 6 bump.
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 dev-java/xpp3/xpp3-1.1.4c-r4.ebuild | 20 ++++++++++++++++++++
13 1 file changed, 20 insertions(+)
14
15 diff --git a/dev-java/xpp3/xpp3-1.1.4c-r4.ebuild b/dev-java/xpp3/xpp3-1.1.4c-r4.ebuild
16 new file mode 100644
17 index 00000000000..883f01c9422
18 --- /dev/null
19 +++ b/dev-java/xpp3/xpp3-1.1.4c-r4.ebuild
20 @@ -0,0 +1,20 @@
21 +# Copyright 1999-2017 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=6
25 +
26 +JAVA_PKG_IUSE="doc source"
27 +
28 +inherit java-pkg-2 java-pkg-simple
29 +
30 +DESCRIPTION="An implementation of XMLPULL V1 API"
31 +HOMEPAGE="http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/index.html"
32 +SRC_URI="https://repo1.maven.org/maven2/${PN}/${PN}/${PV}/${P}-sources.jar -> ${P}.jar"
33 +
34 +LICENSE="Apache-1.1 IBM JDOM LGPL-2.1+"
35 +SLOT="0"
36 +
37 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
38 +
39 +RDEPEND=">=virtual/jre-1.6"
40 +DEPEND=">=virtual/jdk-1.6"