diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2005-07-16 14:54:12 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2005-07-16 14:54:12 +0000 |
commit | 1f4f5b15788b165f1c6766dca5efbc3aa87eaa3f (patch) | |
tree | 93e4d49d01f2de0b86f2461f8a6a4e40bfa2551e /dev-java/blowfishj | |
parent | dep/style fixes (diff) | |
download | gentoo-2-1f4f5b15788b165f1c6766dca5efbc3aa87eaa3f.tar.gz gentoo-2-1f4f5b15788b165f1c6766dca5efbc3aa87eaa3f.tar.bz2 gentoo-2-1f4f5b15788b165f1c6766dca5efbc3aa87eaa3f.zip |
dep/style fixes
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-java/blowfishj')
-rw-r--r-- | dev-java/blowfishj/blowfishj-2.14.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-java/blowfishj/blowfishj-2.14.ebuild b/dev-java/blowfishj/blowfishj-2.14.ebuild index 550905b7f19e..61593320fd61 100644 --- a/dev-java/blowfishj/blowfishj-2.14.ebuild +++ b/dev-java/blowfishj/blowfishj-2.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/blowfishj/blowfishj-2.14.ebuild,v 1.2 2005/05/16 00:30:50 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/blowfishj/blowfishj-2.14.ebuild,v 1.3 2005/07/16 14:50:28 axxo Exp $ inherit java-pkg @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="x86 amd64 ppc ~sparc" IUSE="doc junit" -DEPEND=">=virtual/jre-1.4 +DEPEND=">=virtual/jdk-1.4 app-arch/unzip junit? ( dev-java/junit ) " RDEPEND=">=virtual/jre-1.4" @@ -26,8 +26,7 @@ src_compile() { } src_install() { - mv target/${P}.jar ${PN}.jar - java-pkg_dojar ${PN}.jar + java-pkg_newjar target/${P}.jar ${PN}.jar use doc && java-pkg_dohtml -r dist/docs/api/* } |