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 | fa6f9a3c7cb48ab33846ef75eec6170134d0285d (patch) | |
tree | 583b7d201a4339e30474d5e82136a22bc171ca11 /dev-java | |
parent | Remove old versions. (diff) | |
download | gentoo-2-fa6f9a3c7cb48ab33846ef75eec6170134d0285d.tar.gz gentoo-2-fa6f9a3c7cb48ab33846ef75eec6170134d0285d.tar.bz2 gentoo-2-fa6f9a3c7cb48ab33846ef75eec6170134d0285d.zip |
Remove old versions.
(Portage version: 2.2_rc20/cvs/Linux 2.6.28-gentoo i686)
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/joda-time/ChangeLog | 8 | ||||
-rw-r--r-- | dev-java/joda-time/joda-time-1.4-r1.ebuild | 68 | ||||
-rw-r--r-- | dev-java/joda-time/joda-time-1.5.ebuild | 59 |
3 files changed, 6 insertions, 129 deletions
diff --git a/dev-java/joda-time/ChangeLog b/dev-java/joda-time/ChangeLog index eb7048d1f25a..579b8c896ff6 100644 --- a/dev-java/joda-time/ChangeLog +++ b/dev-java/joda-time/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/joda-time -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/joda-time/ChangeLog,v 1.36 2008/04/13 22:19:12 betelgeuse Exp $ +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/joda-time/ChangeLog,v 1.37 2009/02/04 12:28:27 betelgeuse Exp $ + + 04 Feb 2009; Petteri Räty <betelgeuse@gentoo.org> + -joda-time-1.4-r1.ebuild, -joda-time-1.5.ebuild: + Remove old versions. *joda-time-1.5.2 (13 Apr 2008) diff --git a/dev-java/joda-time/joda-time-1.4-r1.ebuild b/dev-java/joda-time/joda-time-1.4-r1.ebuild deleted file mode 100644 index 9d86e924f01e..000000000000 --- a/dev-java/joda-time/joda-time-1.4-r1.ebuild +++ /dev/null @@ -1,68 +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/joda-time/joda-time-1.4-r1.ebuild,v 1.4 2007/11/01 23:51:59 wltjr Exp $ - -JAVA_PKG_IUSE="doc examples source test" -inherit java-pkg-2 java-ant-2 - -MY_P="${P}-src" - -DESCRIPTION="A quality open-source replacement for the Java Date and Time classes." -HOMEPAGE="http://joda-time.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="" - -COMMON_DEP=" - elibc_glibc? ( >=sys-libs/timezone-data-2007c ) -" -# test fail compile with 1.5+ because test mock object doesn't override some -# new abstract foo -DEPEND=" - test? ( - =dev-java/junit-3* - dev-java/ant-junit - =virtual/jdk-1.4* - ) - !test? ( >=virtual/jdk-1.4 ) - ${COMMON_DEP}" -RDEPEND=">=virtual/jre-1.4 - ${COMMON_DEP}" - -S="${WORKDIR}/${MY_P}" - -src_unpack() { - unpack ${A} - cd "${S}" - rm -v ${P}.jar || die -} - -src_compile() { - # chokes on static inner class making instance of non-static inner class - java-pkg_filter-compiler jikes - # little trick so it doesn't try to download junit - eant -Djunit.ant=1 -Djunit.present=1 jar $(use_doc) -} - -src_test() { - if has_version "<sys-libs/timezone-data-2007c"; then - ewarn "Tests are known to fail with older versions of" - ewarn "sys-libs/timezone-data. Please update to the latest stable" - ewarn "version. We don't force it because not all libc" - ewarn "implementations use that package. See bugzilla for details:" - ewarn "https://bugs.gentoo.org/show_bug.cgi?id=170189" - fi - - ANT_TASKS="ant-junit" eant -Djunit.jar="$(java-pkg_getjars junit)" test -} - -src_install() { - java-pkg_newjar build/${P}.jar - - dodoc LICENSE.txt NOTICE.txt RELEASE-NOTES.txt ToDo.txt || die - use doc && java-pkg_dojavadoc build/docs - use examples && java-pkg_doexamples src/example - use source && java-pkg_dosrc src/java/org -} diff --git a/dev-java/joda-time/joda-time-1.5.ebuild b/dev-java/joda-time/joda-time-1.5.ebuild deleted file mode 100644 index 37a19f082e39..000000000000 --- a/dev-java/joda-time/joda-time-1.5.ebuild +++ /dev/null @@ -1,59 +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/joda-time/joda-time-1.5.ebuild,v 1.1 2007/10/30 00:31:48 betelgeuse Exp $ - -JAVA_PKG_IUSE="doc examples source test" - -inherit java-pkg-2 java-ant-2 - -MY_P="${P}-src" - -DESCRIPTION="A quality open-source replacement for the Java Date and Time classes." -HOMEPAGE="http://joda-time.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -COMMON_DEP="elibc_glibc? ( >=sys-libs/timezone-data-2007h ) " - -DEPEND=" - >=virtual/jdk-1.4 - test? ( dev-java/ant-junit ) - ${COMMON_DEP}" -RDEPEND=">=virtual/jre-1.4 - ${COMMON_DEP}" - -S="${WORKDIR}/${MY_P}" - -src_unpack() { - unpack ${A} - rm -v "${S}"/*.jar || die -} - -# chokes on static inner class making instance of non-static inner class -EANT_FILTER_COMPILER="jikes" -# little trick so it doesn't try to download junit -EANT_EXTRA_ARGS="-Djunit.ant=1 -Djunit.present=1" - -src_test() { - if has_version "<sys-libs/timezone-data-2007c"; then - ewarn "Tests are known to fail with older versions of" - ewarn "sys-libs/timezone-data. Please update to the latest stable" - ewarn "version. We don't force it because not all libc" - ewarn "implementations use that package. See bugzilla for details:" - ewarn "https://bugs.gentoo.org/show_bug.cgi?id=170189" - fi - - ANT_TASKS="ant-junit" eant -Djunit.jar="$(java-pkg_getjars junit)" test -} - -src_install() { - java-pkg_newjar build/${P}.jar - - dodoc LICENSE.txt NOTICE.txt RELEASE-NOTES.txt ToDo.txt || die - use doc && java-pkg_dojavadoc build/docs - use examples && java-pkg_doexamples src/example - use source && java-pkg_dosrc src/java/org -} |