diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-01-12 11:07:08 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-01-12 11:08:35 +0100 |
commit | ebbec03476e4540bc56b5f9886ea2000180a233b (patch) | |
tree | 023a13ac8a667388de173dfdc1e771f8c9c4e274 /dev-java/jibx/jibx-1.2.6-r1.ebuild | |
parent | perl-core/IO-Zlib: treeclean (diff) | |
download | gentoo-ebbec03476e4540bc56b5f9886ea2000180a233b.tar.gz gentoo-ebbec03476e4540bc56b5f9886ea2000180a233b.tar.bz2 gentoo-ebbec03476e4540bc56b5f9886ea2000180a233b.zip |
dev-java/jibx: treeclean
Closes: https://bugs.gentoo.org/742620
Closes: https://bugs.gentoo.org/658758
Closes: https://bugs.gentoo.org/624550
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-java/jibx/jibx-1.2.6-r1.ebuild')
-rw-r--r-- | dev-java/jibx/jibx-1.2.6-r1.ebuild | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/dev-java/jibx/jibx-1.2.6-r1.ebuild b/dev-java/jibx/jibx-1.2.6-r1.ebuild deleted file mode 100644 index bc637548228c..000000000000 --- a/dev-java/jibx/jibx-1.2.6-r1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2021 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="Bind XML to Java code" -HOMEPAGE="http://jibx.sourceforge.net/" -SRC_URI=" - https://repo1.maven.org/maven2/org/${PN}/${PN}-extras/${PV}/${PN}-extras-${PV}-sources.jar - https://repo1.maven.org/maven2/org/${PN}/${PN}-bind/${PV}/${PN}-bind-${PV}-sources.jar - https://repo1.maven.org/maven2/org/${PN}/${PN}-run/${PV}/${PN}-run-${PV}-sources.jar -" - -LICENSE="BSD" -SLOT="1.2" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" - -CDEPEND=" - dev-java/bcel:0 - dev-java/xpp3:0 - dev-java/jdom:0 - dev-java/dom4j:1 - dev-java/log4j:0 - dev-java/joda-time:0 - dev-java/ant-core:0" - -RDEPEND=" - ${CDEPEND} - >=virtual/jre-1.6" - -DEPEND=" - ${CDEPEND} - >=virtual/jdk-1.6" - -JAVA_GENTOO_CLASSPATH=" - joda-time - ant-core - dom4j-1 - log4j - jdom - bcel - xpp3 -" |