diff options
author | 2015-10-08 16:07:29 +0000 | |
---|---|---|
committer | 2015-10-08 22:05:50 +0000 | |
commit | bdc5f54e0b4ace03a0667d81dba05aac5808eb3e (patch) | |
tree | c5cdb2f90dc404019010777f84fcf7c3320a2ec3 /dev-java/blowfishj | |
parent | dev-java/batik: Clean up old. (diff) | |
download | gentoo-bdc5f54e0b4ace03a0667d81dba05aac5808eb3e.tar.gz gentoo-bdc5f54e0b4ace03a0667d81dba05aac5808eb3e.tar.bz2 gentoo-bdc5f54e0b4ace03a0667d81dba05aac5808eb3e.zip |
dev-java/blowfishj: Clean up old.
Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-java/blowfishj')
-rw-r--r-- | dev-java/blowfishj/blowfishj-2.14-r2.ebuild | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/dev-java/blowfishj/blowfishj-2.14-r2.ebuild b/dev-java/blowfishj/blowfishj-2.14-r2.ebuild deleted file mode 100644 index d423e69c95a6..000000000000 --- a/dev-java/blowfishj/blowfishj-2.14-r2.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -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="" - -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}" || die - java-ant_ignore-system-classes - mkdir -p target/lib || die - cd target/lib || die - 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 -} |