From 4cbcc855382a06088e2f016f62cafdbcb7e40665 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 20 Mar 2022 00:40:44 +0000 Subject: gentoo resync : 20.03.2022 --- dev-java/commons-jexl/commons-jexl-1.1-r1.ebuild | 48 ------------------------ 1 file changed, 48 deletions(-) delete mode 100644 dev-java/commons-jexl/commons-jexl-1.1-r1.ebuild (limited to 'dev-java/commons-jexl/commons-jexl-1.1-r1.ebuild') diff --git a/dev-java/commons-jexl/commons-jexl-1.1-r1.ebuild b/dev-java/commons-jexl/commons-jexl-1.1-r1.ebuild deleted file mode 100644 index 25ef0baa46ac..000000000000 --- a/dev-java/commons-jexl/commons-jexl-1.1-r1.ebuild +++ /dev/null @@ -1,48 +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 test" - -inherit java-pkg-2 java-ant-2 - -DESCRIPTION="Expression language engine, can be embedded in applications and frameworks" -HOMEPAGE="http://commons.apache.org/jexl/" -SRC_URI="mirror://apache/jakarta/commons/jexl/source/${P}-src.tar.gz" - -CDEPEND="dev-java/commons-logging - dev-java/junit:0" - -RDEPEND=">=virtual/jre-1.6 - ${CDEPEND}" -DEPEND=">=virtual/jdk-1.6 - test? ( dev-java/ant-junit ) - ${CDEPEND}" - -LICENSE="Apache-2.0" -SLOT="1.0" -KEYWORDS="amd64 x86" -IUSE="" - -S="${WORKDIR}/${P}-src" - -java_prepare() { - # https://issues.apache.org/jira/browse/JEXL-31 - epatch "${FILESDIR}/${PV}-test-target.patch" - - mkdir -p target/lib && cd target/lib - java-pkg_jar-from junit junit.jar - java-pkg_jar-from commons-logging -} - -src_test() { - ANT_TASKS="ant-junit" eant test -} - -src_install() { - java-pkg_newjar target/${P}*.jar - dodoc RELEASE-NOTES.txt - use doc && java-pkg_dojavadoc dist/docs/api - use source && java-pkg_dosrc "${S}"/src/java/* -} -- cgit v1.2.3