diff options
author | Volkmar W. Pogatzki <gentoo@pogatzki.net> | 2021-04-13 11:26:11 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2021-04-14 16:41:44 +0200 |
commit | 915144db3409aec8129428befd868ea1cecd0245 (patch) | |
tree | 7e54ee7455a2bf47bb86c16968e09c2b1a4c200b /dev-java/jaxen | |
parent | dev-java/jaxen: removed code that is already part of jdk (diff) | |
download | gentoo-915144db3409aec8129428befd868ea1cecd0245.tar.gz gentoo-915144db3409aec8129428befd868ea1cecd0245.tar.bz2 gentoo-915144db3409aec8129428befd868ea1cecd0245.zip |
dev-java/jaxen: remove old and broken versions
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/20353/commits/4cb3493d6c30767743af2806f03f36e0bace7d25
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'dev-java/jaxen')
-rw-r--r-- | dev-java/jaxen/jaxen-1.1.6-r1.ebuild | 45 | ||||
-rw-r--r-- | dev-java/jaxen/jaxen-1.1.6.ebuild | 36 |
2 files changed, 0 insertions, 81 deletions
diff --git a/dev-java/jaxen/jaxen-1.1.6-r1.ebuild b/dev-java/jaxen/jaxen-1.1.6-r1.ebuild deleted file mode 100644 index c364ebdd0230..000000000000 --- a/dev-java/jaxen/jaxen-1.1.6-r1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -JAVA_PKG_IUSE="doc source" - -inherit java-pkg-2 java-pkg-simple - -DESCRIPTION="A Java XPath Engine" -HOMEPAGE="https://github.com/codehaus" -SRC_URI="https://repo1.maven.org/maven2/${PN}/${PN}/${PV}/${P}-sources.jar -> ${P}.jar" - -LICENSE="JDOM" -SLOT="1.1" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" - -CDEPEND=" - dev-java/jdom:0 - dev-java/dom4j:1" - -RDEPEND=" - ${CDEPEND} - >=virtual/jre-1.6" - -DEPEND=" - ${CDEPEND} - >=virtual/jdk-1.6" - -JAVA_GENTOO_CLASSPATH=" - jdom - dom4j-1 -" - -JAVA_SRC_DIR="org" - -src_prepare() { - default - - # xom depends on jaxen already. if we don't remove xom packages here and - # require jaxen to depend on xom, we end up in a circular dep. - # I fear though that removing those classes might bite us somewhere down - # the line... - rm -rv org/jaxen/xom || die -} diff --git a/dev-java/jaxen/jaxen-1.1.6.ebuild b/dev-java/jaxen/jaxen-1.1.6.ebuild deleted file mode 100644 index 77b073b118a4..000000000000 --- a/dev-java/jaxen/jaxen-1.1.6.ebuild +++ /dev/null @@ -1,36 +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 Java XPath Engine" -HOMEPAGE="https://github.com/codehaus" -SRC_URI="https://repo1.maven.org/maven2/${PN}/${PN}/${PV}/${P}-sources.jar -> ${P}.jar" - -LICENSE="JDOM" -SLOT="1.1" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" -IUSE="" - -CDEPEND=" - dev-java/dom4j:1 - dev-java/jdom:0 - dev-java/xom:0" - -RDEPEND=" - ${CDEPEND} - >=virtual/jre-1.6" - -DEPEND=" - ${CDEPEND} - >=virtual/jdk-1.6" - -JAVA_GENTOO_CLASSPATH=" - xom - jdom - dom4j-1 -" |