commit: 42f0f8153c7bff9a2e9b2ac1628b67d7e0d4d08f
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 28 13:54:59 2015 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Fri Aug 28 13:54:59 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42f0f815
dev-java/blowfishj: Remove old
Package-Manager: portage-2.2.20.1
dev-java/blowfishj/blowfishj-2.14-r1.ebuild | 40 -----------------------------
1 file changed, 40 deletions(-)
diff --git a/dev-java/blowfishj/blowfishj-2.14-r1.ebuild
b/dev-java/blowfishj/blowfishj-2.14-r1.ebuild
deleted file mode 100644
index 82e4c81..0000000
--- a/dev-java/blowfishj/blowfishj-2.14-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-JAVA_PKG_IUSE="doc source test"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="Blowfish implementation in Java"
-SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.gz"
-HOMEPAGE="http://blowfishj.sourceforge.net/index.html"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="doc test source"
-
-DEPEND=">=virtual/jdk-1.4
- test? ( =dev-java/junit-3* dev-java/ant-junit ) "
-RDEPEND=">=virtual/jre-1.4"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- java-ant_ignore-system-classes
- mkdir -p target/lib
- cd target/lib
- use test && java-pkg_jar-from --build-only junit
-}
-
-src_test() {
- ANT_TASKS="ant-junit" eant test -DJunit.present=true
-}
-
-src_install() {
- java-pkg_newjar target/${P}.jar
-
- use doc && java-pkg_dojavadoc dist/docs/api
- use source && java-pkg_dosrc src/java/net
-}