From ed0c8ad24214a9a8f631432dafe4a8be221a282a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petteri=20R=C3=A4ty?= Date: Wed, 25 Apr 2007 19:21:49 +0000 Subject: [PATCH] Remove generation 1 ebuild. Package-Manager: portage-2.1.2.4 --- dev-java/commons-el/ChangeLog | 5 +- dev-java/commons-el/commons-el-1.0.ebuild | 51 ------------------- .../commons-el/files/digest-commons-el-1.0 | 3 -- 3 files changed, 4 insertions(+), 55 deletions(-) delete mode 100644 dev-java/commons-el/commons-el-1.0.ebuild delete mode 100644 dev-java/commons-el/files/digest-commons-el-1.0 diff --git a/dev-java/commons-el/ChangeLog b/dev-java/commons-el/ChangeLog index fba6a69ceda0..6048123b5765 100644 --- a/dev-java/commons-el/ChangeLog +++ b/dev-java/commons-el/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/commons-el # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-el/ChangeLog,v 1.19 2007/02/03 13:09:38 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-el/ChangeLog,v 1.20 2007/04/25 19:21:49 betelgeuse Exp $ + + 25 Apr 2007; Petteri Räty -commons-el-1.0.ebuild: + Remove generation 1 ebuild. 03 Feb 2007; Steve Dibb commons-el-1.0-r1.ebuild: amd64 stable, bug 162928 diff --git a/dev-java/commons-el/commons-el-1.0.ebuild b/dev-java/commons-el/commons-el-1.0.ebuild deleted file mode 100644 index 7ecbd601968f..000000000000 --- a/dev-java/commons-el/commons-el-1.0.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-el/commons-el-1.0.ebuild,v 1.14 2006/10/05 15:24:44 gustavoz Exp $ - -inherit java-pkg - -DESCRIPTION="EL is the JSP 2.0 Expression Language Interpreter from Apache." -HOMEPAGE="http://jakarta.apache.org/commons/el/" -SRC_URI="mirror://apache/jakarta/commons/el/source/${P}-src.tar.gz" -LICENSE="Apache-1.1" -SLOT="0" -KEYWORDS="amd64 ~ppc ppc64 x86" -IUSE="jikes source" -RDEPEND=">=virtual/jre-1.4 - >=dev-java/servletapi-2.4" -DEPEND=">=virtual/jdk-1.4 - >=dev-java/ant-core-1.5 - ${RDEPEND} - jikes? ( dev-java/jikes ) - source? ( app-arch/zip )" - -S=${WORKDIR}/${P}-src - -src_unpack() { - unpack ${A} - cd ${S} - mv build.properties build.properties.old - - echo "servlet-api.jar=$(java-pkg_getjar servletapi-2.4 servlet-api.jar)" >> build.properties - echo "jsp-api.jar=$(java-pkg_getjar servletapi-2.4 jsp-api.jar)" >> build.properties - echo "junit.jar = $(java-pkg_getjars junit)" >> build.properties - echo "servletapi.build.notrequired = true" >> build.properties - echo "jspapi.build.notrequired = true" >> build.properties - - # Build.xml is broken, fix it - sed -i "s:../LICENSE:./LICENSE.txt:" build.xml || die "sed failed" -} - -src_compile() { - local antflags="jar" - use jikes && antflags="${antflags} -Dbuild.compiler=jikes" - ant ${antflags} || die "compile problem" -} - -src_install() { - java-pkg_dojar dist/${PN}.jar || die "Unable to install" - dodoc LICENSE.txt RELEASE-NOTES.txt - dohtml STATUS.html PROPOSAL.html - - use source && java-pkg_dosrc src/java/org -} diff --git a/dev-java/commons-el/files/digest-commons-el-1.0 b/dev-java/commons-el/files/digest-commons-el-1.0 deleted file mode 100644 index 22867fcbbb5e..000000000000 --- a/dev-java/commons-el/files/digest-commons-el-1.0 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 25038283a0b5f638db5e891295d20020 commons-el-1.0-src.tar.gz 64009 -RMD160 1f178aeb6aed1cd807573c3add6195a719a533e2 commons-el-1.0-src.tar.gz 64009 -SHA256 3c9bdded6073563aaaddc9ad7c7387b242dc03cc385381503026b665a366c2c6 commons-el-1.0-src.tar.gz 64009 -- 2.26.2