diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2005-12-05 14:32:09 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2005-12-05 14:32:09 +0000 |
commit | dbe40a97401b3569744fc134463741a84bed7a92 (patch) | |
tree | 4c8e484ee66846fb8948d9e629ea6b40f420b2ad /dev-java/commons-attributes | |
parent | Masked gtranscode pending removal. (diff) | |
download | historical-dbe40a97401b3569744fc134463741a84bed7a92.tar.gz historical-dbe40a97401b3569744fc134463741a84bed7a92.tar.bz2 historical-dbe40a97401b3569744fc134463741a84bed7a92.zip |
Fixed dependencies.
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'dev-java/commons-attributes')
-rw-r--r-- | dev-java/commons-attributes/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/commons-attributes/Manifest | 14 | ||||
-rw-r--r-- | dev-java/commons-attributes/commons-attributes-2.1.ebuild | 5 |
3 files changed, 10 insertions, 15 deletions
diff --git a/dev-java/commons-attributes/ChangeLog b/dev-java/commons-attributes/ChangeLog index 616ff5bd5fcf..9c6af6274e82 100644 --- a/dev-java/commons-attributes/ChangeLog +++ b/dev-java/commons-attributes/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/commons-attributes # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-attributes/ChangeLog,v 1.1 2005/12/05 03:35:03 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-attributes/ChangeLog,v 1.2 2005/12/05 14:32:09 nichoj Exp $ + + 05 Dec 2005; Joshua Nichols <nichoj@gentoo.org> + commons-attributes-2.1.ebuild: + Fixed dependencies. *commons-attributes-2.1 (05 Dec 2005) diff --git a/dev-java/commons-attributes/Manifest b/dev-java/commons-attributes/Manifest index eb900f5bf629..d33ce431f084 100644 --- a/dev-java/commons-attributes/Manifest +++ b/dev-java/commons-attributes/Manifest @@ -1,16 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 fb9be42044924f2208bc33ed64d34475 ChangeLog 471 -MD5 556c76a3982d832711f40daa0c798a5c commons-attributes-2.1.ebuild 1626 +MD5 ac94266ffa6b7e67e9033d624aa878a7 ChangeLog 577 +MD5 174659495472c58a3ee8bc207ebead0e commons-attributes-2.1.ebuild 1654 MD5 afa7033a8f1ac9174d37628b7734a1f8 files/anttasks.properties 856 MD5 95c743163c69489b7e543bd18593ce3c files/commons-attributes-2.1-gentoo.patch 1651 MD5 02d5609bcdd04538df28834127b4bf8d files/digest-commons-attributes-2.1 74 MD5 a6ec7d7724fbd068ffb39b5be56134ed metadata.xml 157 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDk7V8ndWRXhKOboURAiELAJ9bSLTQNGYrhZZk4H/N6sCmt3VDyACg0hbU -RM8A5UZJufbH6tRmRv5auxY= -=cMxt ------END PGP SIGNATURE----- diff --git a/dev-java/commons-attributes/commons-attributes-2.1.ebuild b/dev-java/commons-attributes/commons-attributes-2.1.ebuild index 1b6c88d41ec3..6cf9be2ff2e1 100644 --- a/dev-java/commons-attributes/commons-attributes-2.1.ebuild +++ b/dev-java/commons-attributes/commons-attributes-2.1.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/commons-attributes/commons-attributes-2.1.ebuild,v 1.1 2005/12/05 03:35:03 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-attributes/commons-attributes-2.1.ebuild,v 1.2 2005/12/05 14:32:09 nichoj Exp $ inherit eutils java-pkg @@ -16,7 +16,8 @@ IUSE="doc jikes source" # TODO determine jvm version requirements DEPEND=">=virtual/jdk-1.4 dev-java/ant-core - jikes? (dev-java/jikes) + jikes? ( dev-java/jikes ) + source? ( app-arch/zip ) dev-java/xjavadoc" RDEPEND=">=virtual/jre-1.4 dev-java/xjavadoc" |