diff options
author | 2014-08-03 10:36:55 +0000 | |
---|---|---|
committer | 2014-08-03 10:36:55 +0000 | |
commit | 00c33368525124a55690d82d5020276015e791c2 (patch) | |
tree | 7e84dc31eb3c422202f5384616e7ffe639bd8e12 /dev-java/commons-el | |
parent | Remove old (diff) | |
download | gentoo-2-00c33368525124a55690d82d5020276015e791c2.tar.gz gentoo-2-00c33368525124a55690d82d5020276015e791c2.tar.bz2 gentoo-2-00c33368525124a55690d82d5020276015e791c2.zip |
Remove old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 3C5CF75A)
Diffstat (limited to 'dev-java/commons-el')
-rw-r--r-- | dev-java/commons-el/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/commons-el/commons-el-1.0-r2.ebuild | 47 |
2 files changed, 4 insertions, 48 deletions
diff --git a/dev-java/commons-el/ChangeLog b/dev-java/commons-el/ChangeLog index 7a004fe616ec..8a261a411c83 100644 --- a/dev-java/commons-el/ChangeLog +++ b/dev-java/commons-el/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/commons-el # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-el/ChangeLog,v 1.33 2014/08/02 18:10:00 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-el/ChangeLog,v 1.34 2014/08/03 10:36:55 sera Exp $ + + 03 Aug 2014; Ralph Sennhauser <sera@gentoo.org> -commons-el-1.0-r2.ebuild: + Remove old 02 Aug 2014; Agostino Sarubbo <ago@gentoo.org> commons-el-1.0-r3.ebuild: Stable for ppc64, wrt bug #502708 diff --git a/dev-java/commons-el/commons-el-1.0-r2.ebuild b/dev-java/commons-el/commons-el-1.0-r2.ebuild deleted file mode 100644 index 0a3768bf0214..000000000000 --- a/dev-java/commons-el/commons-el-1.0-r2.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2011 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-r2.ebuild,v 1.7 2011/12/19 12:49:28 sera Exp $ - -JAVA_PKG_IUSE="source" - -inherit 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 ppc ppc64 x86 ~x86-fbsd" -IUSE="" -COMMON_DEP="~dev-java/servletapi-2.4" -RDEPEND=">=virtual/jre-1.4 - ${COMMON_DEP}" -DEPEND=">=virtual/jdk-1.4 - ${COMMON_DEP}" -JAVA_PKG_FILTER_COMPILER="jikes" - -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 "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_install() { - java-osgi_dojar-fromfile "dist/${PN}.jar" "${FILESDIR}/${P}-manifest" \ - "Apache Commons EL" || die "Unable to install" - - dodoc LICENSE.txt RELEASE-NOTES.txt || die - dohtml STATUS.html PROPOSAL.html || die - - use source && java-pkg_dosrc src/java/org -} |