diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2009-02-04 12:28:27 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2009-02-04 12:28:27 +0000 |
commit | 93f29a75d9ee3ec6f6a2081ef7aea9b498ea453d (patch) | |
tree | 0533986a84d392e23480c295d59fce60d3a3e5f9 /dev-java/commons-io | |
parent | Remove old ebuilds. (diff) | |
download | historical-93f29a75d9ee3ec6f6a2081ef7aea9b498ea453d.tar.gz historical-93f29a75d9ee3ec6f6a2081ef7aea9b498ea453d.tar.bz2 historical-93f29a75d9ee3ec6f6a2081ef7aea9b498ea453d.zip |
Remove old versions.
Package-Manager: portage-2.2_rc20/cvs/Linux 2.6.28-gentoo i686
Diffstat (limited to 'dev-java/commons-io')
-rw-r--r-- | dev-java/commons-io/ChangeLog | 8 | ||||
-rw-r--r-- | dev-java/commons-io/commons-io-1.3.1.ebuild | 55 | ||||
-rw-r--r-- | dev-java/commons-io/commons-io-1.3.2.ebuild | 57 |
3 files changed, 6 insertions, 114 deletions
diff --git a/dev-java/commons-io/ChangeLog b/dev-java/commons-io/ChangeLog index 0d5c405e4d41..a1fb130451fd 100644 --- a/dev-java/commons-io/ChangeLog +++ b/dev-java/commons-io/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/commons-io -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-io/ChangeLog,v 1.44 2008/03/11 20:58:12 ken69267 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-io/ChangeLog,v 1.45 2009/02/04 12:23:41 betelgeuse Exp $ + + 04 Feb 2009; Petteri Räty <betelgeuse@gentoo.org> + -commons-io-1.3.1.ebuild, -commons-io-1.3.2.ebuild: + Remove old versions. 11 Mar 2008; Kenneth Prugh <ken69267@gentoo.org> commons-io-1.4.ebuild: amd64 stable, bug #212639 diff --git a/dev-java/commons-io/commons-io-1.3.1.ebuild b/dev-java/commons-io/commons-io-1.3.1.ebuild deleted file mode 100644 index 0d48dc878238..000000000000 --- a/dev-java/commons-io/commons-io-1.3.1.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-io/commons-io-1.3.1.ebuild,v 1.7 2007/08/14 07:24:01 opfer Exp $ - -JAVA_PKG_IUSE="doc source" - -inherit java-pkg-2 java-ant-2 eutils - -MY_P="${P}-src" -DESCRIPTION="Commons-IO contains utility classes, stream implementations, file filters, and endian classes." -HOMEPAGE="http://jakarta.apache.org/commons/io" -SRC_URI="mirror://apache/jakarta/commons/io/source/${MY_P}.tar.gz" - -LICENSE="Apache-1.1" -SLOT="1" -KEYWORDS="amd64 ~ia64 ppc ppc64 x86 ~x86-fbsd" -IUSE="test" - -DEPEND=">=virtual/jdk-1.4 - test? ( dev-java/ant-junit )" -RDEPEND=">=virtual/jre-1.4" - -S="${WORKDIR}/${MY_P}" - -src_unpack() { - unpack ${A} - - cd "${S}" - rm -v *.jar || die - epatch "${FILESDIR}/${P}-build.xml.patch" - java-ant_ignore-system-classes - java-ant_rewrite-classpath -} - -src_test() { - if hasq userpriv ${FEATURES}; then - #By default libdir is ${HOME}/.maven so it can be /root/.maven - ANT_OPTS="-Djava.io.tmpdir=${T}" \ - ANT_TASKS="ant-junit" \ - eant test \ - -Dgentoo.classpath="$(java-pkg_getjars junit)" \ - -Dlibdir="libdir" - else - elog "Tests require userpriv in FEATURES because they test" - elog "accessing files which always succeeds for root." - fi -} - -src_install() { - java-pkg_newjar build/${P}.jar ${PN}.jar - - dodoc RELEASE-NOTES.txt NOTICE.txt || die - use doc && java-pkg_dojavadoc build/dist-build/${P}/docs - use source && java-pkg_dosrc src/java/* -} diff --git a/dev-java/commons-io/commons-io-1.3.2.ebuild b/dev-java/commons-io/commons-io-1.3.2.ebuild deleted file mode 100644 index e305620d7d50..000000000000 --- a/dev-java/commons-io/commons-io-1.3.2.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-io/commons-io-1.3.2.ebuild,v 1.8 2007/11/25 09:33:28 nelchael Exp $ - -JAVA_PKG_IUSE="doc source" - -inherit java-pkg-2 java-ant-2 eutils - -MY_P="${P}-src" -DESCRIPTION="Commons-IO contains utility classes, stream implementations, file filters, and endian classes." -HOMEPAGE="http://jakarta.apache.org/commons/io" -SRC_URI="mirror://apache/commons/io/source/${MY_P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="1" -KEYWORDS="amd64 ~ia64 ppc ppc64 x86 ~x86-fbsd" -IUSE="test" - -DEPEND=">=virtual/jdk-1.4 - test? ( dev-java/ant-junit )" -RDEPEND=">=virtual/jre-1.4" - -S="${WORKDIR}/${MY_P}" - -src_unpack() { - unpack ${A} - cd "${S}" - java-ant_ignore-system-classes - java-ant_rewrite-classpath - # Setting java.io.tmpdir doesn't have effect unless we do this because the - # vm is forked - java-ant_xml-rewrite -f build.xml --change -e junit -a clonevm -v "true" -} - -EANT_EXTRA_ARGS="-Duser.home=${T}" - -src_test() { - if has userpriv ${FEATURES}; then - ANT_OPTS="-Djava.io.tmpdir=${T} -Duser.home=${T}" \ - ANT_TASKS="ant-junit" \ - eant test \ - -Dgentoo.classpath="$(java-pkg_getjars junit)" \ - -Dlibdir="libdir" \ - -Djava.io.tmpdir="${T}" - else - elog "Tests fail unless userpriv is enabled because they test for" - elog "file permissions which doesn't work when run as root." - fi -} - -src_install() { - java-pkg_newjar build/${P}.jar ${PN}.jar - - dodoc RELEASE-NOTES.txt NOTICE.txt || die - use doc && java-pkg_dojavadoc build/dist-build/${P}/docs - use source && java-pkg_dosrc src/java/* -} |