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:19
Message-Id: 1540766220.83bca09d4637765c6c10217d7944d28c8370fc8b.monsieurp@gentoo
1 commit: 83bca09d4637765c6c10217d7944d28c8370fc8b
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 22 21:17:31 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 28 22:37:00 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83bca09d
7
8 dev-java/jboss-marshalling: clean up old.
9
10 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.10
12
13 .../jboss-marshalling-1.3.0-r1.ebuild | 26 ---------------------
14 .../jboss-marshalling-1.3.0.ebuild | 27 ----------------------
15 2 files changed, 53 deletions(-)
16
17 diff --git a/dev-java/jboss-marshalling/jboss-marshalling-1.3.0-r1.ebuild b/dev-java/jboss-marshalling/jboss-marshalling-1.3.0-r1.ebuild
18 deleted file mode 100644
19 index 8aec3b3085b..00000000000
20 --- a/dev-java/jboss-marshalling/jboss-marshalling-1.3.0-r1.ebuild
21 +++ /dev/null
22 @@ -1,26 +0,0 @@
23 -# Copyright 1999-2016 Gentoo Foundation
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="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="dev-java/jboss-modules:0"
40 -
41 -RDEPEND="${CDEPEND}
42 - >=virtual/jre-1.7"
43 -
44 -DEPEND="${CDEPEND}
45 - >=virtual/jdk-1.7
46 - app-arch/unzip"
47 -
48 -JAVA_GENTOO_CLASSPATH="jboss-modules"
49
50 diff --git a/dev-java/jboss-marshalling/jboss-marshalling-1.3.0.ebuild b/dev-java/jboss-marshalling/jboss-marshalling-1.3.0.ebuild
51 deleted file mode 100644
52 index 8c31574bdf5..00000000000
53 --- a/dev-java/jboss-marshalling/jboss-marshalling-1.3.0.ebuild
54 +++ /dev/null
55 @@ -1,27 +0,0 @@
56 -# Copyright 1999-2017 Gentoo Foundation
57 -# Distributed under the terms of the GNU General Public License v2
58 -
59 -EAPI="5"
60 -
61 -JAVA_PKG_IUSE="source"
62 -
63 -inherit java-pkg-2 java-pkg-simple
64 -
65 -HOMEPAGE="http://jbossmarshalling.jboss.org/"
66 -SRC_URI="http://download.jboss.org/jbossmarshalling/jboss-marshalling-${PV}.CR9-sources.jar"
67 -DESCRIPTION="Compatible alternative to the JDK serialization API"
68 -
69 -LICENSE="Apache-2.0"
70 -SLOT="0"
71 -KEYWORDS="amd64"
72 -
73 -CDEPEND="dev-java/jboss-modules:0"
74 -
75 -RDEPEND=">=virtual/jre-1.5
76 - ${CDEPEND}"
77 -
78 -DEPEND=">=virtual/jdk-1.5
79 - ${CDEPEND}"
80 -
81 -JAVA_SRC_DIR="org"
82 -JAVA_GENTOO_CLASSPATH="jboss-modules"