diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2018-10-22 23:17:31 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-10-28 23:37:00 +0100 |
commit | 83bca09d4637765c6c10217d7944d28c8370fc8b (patch) | |
tree | 72e2ff9798e815c34dfa9a6de00444e865f467c7 /dev-java/jboss-marshalling | |
parent | dev-java/jboss-marshalling: EAPI 6 bump. (diff) | |
download | gentoo-83bca09d4637765c6c10217d7944d28c8370fc8b.tar.gz gentoo-83bca09d4637765c6c10217d7944d28c8370fc8b.tar.bz2 gentoo-83bca09d4637765c6c10217d7944d28c8370fc8b.zip |
dev-java/jboss-marshalling: clean up old.
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'dev-java/jboss-marshalling')
-rw-r--r-- | dev-java/jboss-marshalling/jboss-marshalling-1.3.0-r1.ebuild | 26 | ||||
-rw-r--r-- | dev-java/jboss-marshalling/jboss-marshalling-1.3.0.ebuild | 27 |
2 files changed, 0 insertions, 53 deletions
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 deleted file mode 100644 index 8aec3b3085ba..000000000000 --- a/dev-java/jboss-marshalling/jboss-marshalling-1.3.0-r1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -JAVA_PKG_IUSE="doc source" - -inherit java-pkg-2 java-pkg-simple - -DESCRIPTION="Compatible alternative to the JDK serialization API" -HOMEPAGE="http://jbossmarshalling.jboss.org/" -SRC_URI="http://download.jboss.org/jbossmarshalling/${P}.CR9-sources.jar" -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" - -CDEPEND="dev-java/jboss-modules:0" - -RDEPEND="${CDEPEND} - >=virtual/jre-1.7" - -DEPEND="${CDEPEND} - >=virtual/jdk-1.7 - app-arch/unzip" - -JAVA_GENTOO_CLASSPATH="jboss-modules" diff --git a/dev-java/jboss-marshalling/jboss-marshalling-1.3.0.ebuild b/dev-java/jboss-marshalling/jboss-marshalling-1.3.0.ebuild deleted file mode 100644 index 8c31574bdf5e..000000000000 --- a/dev-java/jboss-marshalling/jboss-marshalling-1.3.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -JAVA_PKG_IUSE="source" - -inherit java-pkg-2 java-pkg-simple - -HOMEPAGE="http://jbossmarshalling.jboss.org/" -SRC_URI="http://download.jboss.org/jbossmarshalling/jboss-marshalling-${PV}.CR9-sources.jar" -DESCRIPTION="Compatible alternative to the JDK serialization API" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64" - -CDEPEND="dev-java/jboss-modules:0" - -RDEPEND=">=virtual/jre-1.5 - ${CDEPEND}" - -DEPEND=">=virtual/jdk-1.5 - ${CDEPEND}" - -JAVA_SRC_DIR="org" -JAVA_GENTOO_CLASSPATH="jboss-modules" |