diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-06-22 13:37:13 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-06-22 13:37:13 +0200 |
commit | 40ae08e0322484a599551849e7914769ef491082 (patch) | |
tree | d820a6ea14b52c56bbbcaf8a9a548f60f81a04e1 /dev-java/jeuclid-core/jeuclid-core-3.1.8.ebuild | |
parent | sci-chemistry/phenix-bin: Drop old (diff) | |
download | sci-40ae08e0322484a599551849e7914769ef491082.tar.gz sci-40ae08e0322484a599551849e7914769ef491082.tar.bz2 sci-40ae08e0322484a599551849e7914769ef491082.zip |
dev-java/jeuclid-core: Fix SLOT version of batik
Package-Manager: portage-2.2.20
Diffstat (limited to 'dev-java/jeuclid-core/jeuclid-core-3.1.8.ebuild')
-rw-r--r-- | dev-java/jeuclid-core/jeuclid-core-3.1.8.ebuild | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/dev-java/jeuclid-core/jeuclid-core-3.1.8.ebuild b/dev-java/jeuclid-core/jeuclid-core-3.1.8.ebuild deleted file mode 100644 index 19f8526d1..000000000 --- a/dev-java/jeuclid-core/jeuclid-core-3.1.8.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 -JAVA_PKG_IUSE="source" -inherit eutils java-pkg-2 java-ant-2 - -DESCRIPTION="Core module of MathML rendering solution." -HOMEPAGE="http://jeuclid.sourceforge.net" -SRC_URI="mirror://sourceforge/jeuclid/jeuclid-parent-${PV}-src.zip" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -COMMON_DEPEND="dev-java/ant-core - dev-java/batik:1.7 - dev-java/commons-logging - dev-java/jcip-annotations - dev-java/xml-commons-external:1.3 - dev-java/xmlgraphics-commons:1.3" - -# note: dev-java/jcip-annotations is in the java overlay - -RDEPEND=">=virtual/jre-1.5 - ${COMMON_DEPEND}" - -DEPEND=">=virtual/jdk-1.5 - app-arch/unzip - ${COMMON_DEPEND}" - -S="${WORKDIR}/jeuclid-parent-${PV}/${PN}" - -src_prepare() { - # remove support of FreeHep from JAVA files (not needed for FOP plugin) - # really not needed? - #rm -f src/main/java/net/sourceforge/jeuclid/converter/FreeHep* - - epatch "${FILESDIR}"/${PN}-no-freehep.patch - - # create directory for dependencies - mkdir lib || die - cd lib || die - - # add dependencies into the lib dir - java-pkg_jar-from ant-core ant.jar - java-pkg_jar-from batik-1.7 batik-all.jar - java-pkg_jar-from commons-logging commons-logging.jar - java-pkg_jar-from jcip-annotations jcip-annotations.jar - java-pkg_jar-from xml-commons-external-1.3 xml-apis.jar - java-pkg_jar-from xmlgraphics-commons-1.3 xmlgraphics-commons.jar - #java-pkg_jar-from freehep-util freehep-util.jar - #java-pkg_jar-from freehep-graphics2d freehep-graphics2d.jar -} - -src_install() { - java-pkg_dojar target/${PN}.jar -} |