summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-06-18 18:17:48 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-06-18 18:17:48 +0000
commit0243fd5779301ca94b3f36b1c4d79afe662ef114 (patch)
treed5c7fee9b97d0d90011e91423e16a351a552a6c9 /dev-java/commons-math/commons-math-2.0.ebuild
parentSubstitute ${CATEGORY} in deps to make grep & sed happier. (diff)
downloadgentoo-2-0243fd5779301ca94b3f36b1c4d79afe662ef114.tar.gz
gentoo-2-0243fd5779301ca94b3f36b1c4d79afe662ef114.tar.bz2
gentoo-2-0243fd5779301ca94b3f36b1c4d79afe662ef114.zip
NM: Cleanup superseded ebuilds.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-java/commons-math/commons-math-2.0.ebuild')
-rw-r--r--dev-java/commons-math/commons-math-2.0.ebuild45
1 files changed, 0 insertions, 45 deletions
diff --git a/dev-java/commons-math/commons-math-2.0.ebuild b/dev-java/commons-math/commons-math-2.0.ebuild
deleted file mode 100644
index 5d8867cd8f49..000000000000
--- a/dev-java/commons-math/commons-math-2.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-math/commons-math-2.0.ebuild,v 1.2 2009/11/03 09:00:31 betelgeuse Exp $
-
-EAPI="2"
-
-WANT_ANT_TASKS="ant-junit"
-JAVA_PKG_IUSE="doc test source"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="Lightweight, self-contained mathematics and statistics components"
-HOMEPAGE="http://commons.apache.org/math/"
-SRC_URI="mirror://apache/commons/math/source/${P}-src.tar.gz"
-LICENSE="Apache-2.0"
-SLOT="2"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-COMMON_DEP="
- >=dev-java/commons-discovery-0.2:0
- >=dev-java/commons-logging-1.0.3:0"
-
-DEPEND=">=virtual/jdk-1.5
- ${COMMON_DEP}
- test? ( dev-java/ant-junit )"
-
-RDEPEND=">=virtual/jre-1.5
- ${COMMON_DEP}"
-
-S="${WORKDIR}/${P}-src"
-
-src_test() {
- cd lib || die
- java-pkg_jar-from junit
- cd ..
- ANT_TASKS="ant-junit" eant test
-}
-
-src_install() {
- java-pkg_newjar target/${P}.jar ${PN}.jar
-
-# use doc && java-pkg_dojavadoc dist/docs/api
- use source && java-pkg_dosrc src/main/java/org
-}