diff options
author | 2007-04-15 10:57:57 +0000 | |
---|---|---|
committer | 2007-04-15 10:57:57 +0000 | |
commit | 7c69fcc73931cae9607e673cbc9875b7cf9dd3b6 (patch) | |
tree | 0c60fa602b30081796ab60aba7ab8506b3643d55 /dev-java/rundoc/rundoc-0.11.ebuild | |
parent | ~ppc back (bug #163801) (diff) | |
download | gentoo-2-7c69fcc73931cae9607e673cbc9875b7cf9dd3b6.tar.gz gentoo-2-7c69fcc73931cae9607e673cbc9875b7cf9dd3b6.tar.bz2 gentoo-2-7c69fcc73931cae9607e673cbc9875b7cf9dd3b6.zip |
Corrected missing dependency on app-arch/zip if source USE flag is used
(Portage version: 2.1.2.3)
Diffstat (limited to 'dev-java/rundoc/rundoc-0.11.ebuild')
-rw-r--r-- | dev-java/rundoc/rundoc-0.11.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-java/rundoc/rundoc-0.11.ebuild b/dev-java/rundoc/rundoc-0.11.ebuild index 5b8567a25516..64dd01cb6c02 100644 --- a/dev-java/rundoc/rundoc-0.11.ebuild +++ b/dev-java/rundoc/rundoc-0.11.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/rundoc/rundoc-0.11.ebuild,v 1.2 2007/01/25 23:12:07 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/rundoc/rundoc-0.11.ebuild,v 1.3 2007/04/15 10:57:57 fordfrog Exp $ +JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-ant-2 DESCRIPTION="A Ant helper task for keeping documentation in source files" @@ -11,7 +12,7 @@ SRC_URI="http://www.martiansoftware.com/lab/${PN}/${P}-src.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~x86" -IUSE="doc source" +IUSE="" COMMON_DEP=">=dev-java/ant-core-1.5.4" RDEPEND=">=virtual/jre-1.4 @@ -29,7 +30,7 @@ src_unpack() { EANT_GENTOO_CLASSPATH="ant-core" src_install() { - java-pkg_newjar dist/${P}.jar ${PN}.jar + java-pkg_newjar dist/${P}.jar use doc && java-pkg_dojavadoc javadoc use source && java-pkg_dosrc src/java/com |