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/jboss-marshalling/
Date: Sun, 28 Oct 2018 22:40:25
Message-Id: 1540766218.dc195cc3cfff647f3ee1cc2ee84cb88bf44f59d8.monsieurp@gentoo
1 commit: dc195cc3cfff647f3ee1cc2ee84cb88bf44f59d8
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 22 21:10:55 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 28 22:36:58 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc195cc3
7
8 dev-java/jboss-marshalling: EAPI 6 bump.
9
10 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.10
12 RepoMan-Options: --force
13
14 .../jboss-marshalling-1.3.0-r2.ebuild | 26 ++++++++++++++++++++++
15 1 file changed, 26 insertions(+)
16
17 diff --git a/dev-java/jboss-marshalling/jboss-marshalling-1.3.0-r2.ebuild b/dev-java/jboss-marshalling/jboss-marshalling-1.3.0-r2.ebuild
18 new file mode 100644
19 index 00000000000..6838bf02f21
20 --- /dev/null
21 +++ b/dev-java/jboss-marshalling/jboss-marshalling-1.3.0-r2.ebuild
22 @@ -0,0 +1,26 @@
23 +# Copyright 1999-2018 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +
26 +EAPI=6
27 +
28 +JAVA_PKG_IUSE="doc source"
29 +
30 +inherit java-pkg-2 java-pkg-simple
31 +
32 +DESCRIPTION="Compatible alternative to the JDK serialization API"
33 +HOMEPAGE="http://jbossmarshalling.jboss.org/"
34 +SRC_URI="http://download.jboss.org/jbossmarshalling/${P}.CR9-sources.jar"
35 +LICENSE="Apache-2.0"
36 +SLOT="0"
37 +KEYWORDS="amd64"
38 +
39 +CDEPEND="
40 + dev-java/jboss-modules:0"
41 +
42 +RDEPEND="${CDEPEND}
43 + >=virtual/jre-1.7"
44 +
45 +DEPEND="${CDEPEND}
46 + >=virtual/jdk-1.7"
47 +
48 +JAVA_GENTOO_CLASSPATH="jboss-modules"