dev-java/colt: Remove old
authorJames Le Cuirot <chewi@gentoo.org>
Wed, 3 Feb 2016 23:06:52 +0000 (23:06 +0000)
committerJames Le Cuirot <chewi@gentoo.org>
Wed, 3 Feb 2016 23:15:23 +0000 (23:15 +0000)
This drops stable ppc64 support but nothing needs that and we need to
get rid of concurrent-util ASAP.

Package-Manager: portage-2.2.27

dev-java/colt/colt-1.2.0-r2.ebuild [deleted file]

diff --git a/dev-java/colt/colt-1.2.0-r2.ebuild b/dev-java/colt/colt-1.2.0-r2.ebuild
deleted file mode 100644 (file)
index 1aca6f8..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-JAVA_PKG_IUSE="source doc"
-
-inherit java-pkg-2 java-ant-2 eutils
-
-DESCRIPTION="A set of Open Source Libraries for High Performance Scientific and Technical Computing in Java"
-SRC_URI="http://dsd.lbl.gov/~hoschek/colt-download/releases/${P}.tar.gz"
-HOMEPAGE="http://www-itg.lbl.gov/~hoschek/colt/"
-
-LICENSE="colt"
-IUSE=""
-SLOT="0"
-KEYWORDS="amd64 ppc64 x86"
-
-DEPEND=">=virtual/jdk-1.4
-       >=dev-java/concurrent-util-1.3.4:0"
-RDEPEND=">=virtual/jre-1.4
-       >=dev-java/concurrent-util-1.3.4:0"
-
-S="${WORKDIR}/${PN}"
-
-EANT_BUILD_TARGET="javac jar"
-JAVA_ANT_REWRITE_CLASSPATH="true"
-EANT_GENTOO_CLASSPATH="concurrent-util"
-
-java_prepare() {
-       find "${S}" -iname '*.jar' -delete || die
-
-       epatch "${FILESDIR}/${P}-benchmark-no-deprecation.patch"
-}
-
-src_install() {
-       java-pkg_dojar lib/${PN}.jar
-
-       dohtml README.html || die
-       use doc && java-pkg_dojavadoc doc/api
-       use source && java-pkg_dosrc src/*
-}