diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-09-14 17:41:21 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-09-14 17:41:21 +0200 |
commit | c3c11959755d652106860a3c9aa8ac271832fe89 (patch) | |
tree | badb272b016b48e8f598baf9cce472003f22774f /dev-java/xstream/xstream-1.4.8-r2.ebuild | |
parent | dev-java/jsap: Remove last-rited pkg (diff) | |
download | gentoo-c3c11959755d652106860a3c9aa8ac271832fe89.tar.gz gentoo-c3c11959755d652106860a3c9aa8ac271832fe89.tar.bz2 gentoo-c3c11959755d652106860a3c9aa8ac271832fe89.zip |
dev-java/xstream: Remove last-rited pkg
Bug: https://bugs.gentoo.org/622428
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-java/xstream/xstream-1.4.8-r2.ebuild')
-rw-r--r-- | dev-java/xstream/xstream-1.4.8-r2.ebuild | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/dev-java/xstream/xstream-1.4.8-r2.ebuild b/dev-java/xstream/xstream-1.4.8-r2.ebuild deleted file mode 100644 index c842bc2d914a..000000000000 --- a/dev-java/xstream/xstream-1.4.8-r2.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2017 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="A text-processing Java API that serialize objects to XML and back again" -HOMEPAGE="http://x-stream.github.io" -SRC_URI="http://central.maven.org/maven2/com/thoughtworks/${PN}/${PN}/${PV}/${P}-sources.jar -> ${P}.jar" -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ppc64 x86" - -CDEPEND=" - dev-java/xom:0 - dev-java/xpp3:0 - dev-java/jdom:0 - dev-java/jdom:2 - dev-java/kxml:2 - dev-java/cglib:3 - dev-java/dom4j:1 - dev-java/joda-time:0 - dev-java/jettison:0" - -# This package does need Java 8. See bug 564616. -RDEPEND=" - ${CDEPEND} - >=virtual/jre-1.8" - -DEPEND=" - ${CDEPEND} - >=virtual/jdk-1.8 - app-arch/unzip" - -JAVA_GENTOO_CLASSPATH=" - xom - xpp3 - jdom - kxml-2 - jdom-2 - dom4j-1 - cglib-3 - jettison - joda-time" - -# Two drivers for two very old implementations of StAX. -# StAX has been last-rited from Gentoo as it is now part of the Java 6 JDK. -# See bug 561504. These drivers rely on ancient APIs that aren't maintained -# upstream and may contain security holes. -JAVA_RM_FILES=( - com/thoughtworks/xstream/io/xml/WstxDriver.java - com/thoughtworks/xstream/io/xml/BEAStaxDriver.java -) |