From 1798c4aeca70ac8d0a243684d6a798fbc65735f8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:57:42 +0100 Subject: gentoo resync : 14.07.2018 --- dev-java/commons-el/commons-el-1.0-r3.ebuild | 51 ---------------------------- 1 file changed, 51 deletions(-) delete mode 100644 dev-java/commons-el/commons-el-1.0-r3.ebuild (limited to 'dev-java/commons-el/commons-el-1.0-r3.ebuild') diff --git a/dev-java/commons-el/commons-el-1.0-r3.ebuild b/dev-java/commons-el/commons-el-1.0-r3.ebuild deleted file mode 100644 index a7b3d71f48c2..000000000000 --- a/dev-java/commons-el/commons-el-1.0-r3.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -JAVA_PKG_IUSE="source" - -inherit eutils java-pkg-2 java-ant-2 java-osgi - -DESCRIPTION="EL is the JSP 2.0 Expression Language Interpreter from Apache" -HOMEPAGE="http://commons.apache.org/el/" -SRC_URI="mirror://apache/jakarta/commons/el/source/${P}-src.tar.gz" - -LICENSE="Apache-1.1" -SLOT="0" -KEYWORDS="amd64 ppc64 x86" -IUSE="" - -COMMON_DEP=" - java-virtuals/servlet-api:2.5" -RDEPEND="${COMMON_DEP} - >=virtual/jre-1.4" -DEPEND="${COMMON_DEP} - >=virtual/jdk-1.4" - -S=${WORKDIR}/${P}-src - -JAVA_PKG_FILTER_COMPILER="jikes" - -java_prepare() { - epatch "${FILESDIR}"/${P}-java-1.7-compiler.patch # BGO 486376 - # Build.xml is broken, fix it - sed -i "s:../LICENSE:./LICENSE.txt:" build.xml || die "sed failed" -} - -JAVA_ANT_REWRITE_CLASSPATH="yes" - -EANT_GENTOO_CLASSPATH="servlet-api-2.5" -EANT_EXTRA_ARGS=" - -Dservletapi.build.notrequired=true - -Djspapi.build.notrequired=true" - -src_install() { - java-osgi_dojar-fromfile "dist/${PN}.jar" "${FILESDIR}/${P}-manifest" \ - "Apache Commons EL" - - dodoc LICENSE.txt RELEASE-NOTES.txt - dohtml STATUS.html PROPOSAL.html - - use source && java-pkg_dosrc src/java/org -} -- cgit v1.2.3