summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-java/fastutil')
-rw-r--r--dev-java/fastutil/ChangeLog6
-rw-r--r--dev-java/fastutil/fastutil-5.0.5.ebuild35
-rw-r--r--dev-java/fastutil/fastutil-5.1.2.ebuild35
3 files changed, 5 insertions, 71 deletions
diff --git a/dev-java/fastutil/ChangeLog b/dev-java/fastutil/ChangeLog
index c00731826c7c..bf1ad8588eb5 100644
--- a/dev-java/fastutil/ChangeLog
+++ b/dev-java/fastutil/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/fastutil
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/ChangeLog,v 1.42 2008/04/15 07:45:07 ali_bush Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/ChangeLog,v 1.43 2008/10/20 23:51:59 betelgeuse Exp $
+
+ 20 Oct 2008; Petteri Räty <betelgeuse@gentoo.org> -fastutil-5.0.5.ebuild,
+ -fastutil-5.1.2.ebuild:
+ Delete old ebuilds.
*fastutil-5.1.3 (15 Apr 2008)
diff --git a/dev-java/fastutil/fastutil-5.0.5.ebuild b/dev-java/fastutil/fastutil-5.0.5.ebuild
deleted file mode 100644
index faa1d060ea03..000000000000
--- a/dev-java/fastutil/fastutil-5.0.5.ebuild
+++ /dev/null
@@ -1,35 +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/fastutil/fastutil-5.0.5.ebuild,v 1.8 2007/07/11 19:58:37 mr_bones_ Exp $
-
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="Provides type-specific maps, sets and lists with a small memory footprint for much faster access and insertion."
-SRC_URI="http://fastutil.dsi.unimi.it/${P}-src.tar.gz"
-HOMEPAGE="http://fastutil.dsi.unimi.it"
-LICENSE="LGPL-2.1"
-SLOT="5.0"
-IUSE=""
-KEYWORDS="amd64 ppc x86"
-
-DEPEND=">=virtual/jdk-1.5"
-RDEPEND=">=virtual/jre-1.5"
-
-src_compile() {
- emake sources || die "failed to make sources"
- # bug 162650 and #175578
- java-pkg_init-compiler_
- [[ ${GENTOO_COMPILER} != "javac" ]] && export ANT_OPTS="-Xmx512m"
- java-pkg-2_src_compile
-}
-
-src_install() {
- java-pkg_newjar ${P}.jar
-
- dodoc CHANGES README || die
-
- use doc && java-pkg_dojavadoc docs
- use source && java-pkg_dosrc java/it
-}
diff --git a/dev-java/fastutil/fastutil-5.1.2.ebuild b/dev-java/fastutil/fastutil-5.1.2.ebuild
deleted file mode 100644
index 4a27048d8c02..000000000000
--- a/dev-java/fastutil/fastutil-5.1.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/fastutil-5.1.2.ebuild,v 1.2 2008/04/07 11:56:55 corsair Exp $
-
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="Provides faster type-specific maps, sets and lists with a small memory footprint."
-SRC_URI="http://fastutil.dsi.unimi.it/${P}-src.tar.gz"
-HOMEPAGE="http://fastutil.dsi.unimi.it"
-LICENSE="LGPL-2.1"
-SLOT="5.0"
-IUSE=""
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-
-DEPEND=">=virtual/jdk-1.5"
-RDEPEND=">=virtual/jre-1.5"
-
-src_compile() {
- emake sources || die "failed to make sources"
- # bug 162650 and #175578
- java-pkg_init-compiler_
- [[ ${GENTOO_COMPILER} != "javac" ]] && export ANT_OPTS="-Xmx512m"
- java-pkg-2_src_compile
-}
-
-src_install() {
- java-pkg_newjar ${P}.jar
-
- dodoc CHANGES README || die
-
- use doc && java-pkg_dojavadoc docs
- use source && java-pkg_dosrc java/it
-}