summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Nichols <nichoj@gentoo.org>2005-12-05 14:32:09 +0000
committerJoshua Nichols <nichoj@gentoo.org>2005-12-05 14:32:09 +0000
commita2c1bcd5ae0e102a98a3c2b15e686663ab89bfe0 (patch)
treedc7a245f50f0188f19528b606fd23a1514b27ad4 /dev-java
parentMasked gtranscode pending removal. (diff)
downloadgentoo-2-a2c1bcd5ae0e102a98a3c2b15e686663ab89bfe0.tar.gz
gentoo-2-a2c1bcd5ae0e102a98a3c2b15e686663ab89bfe0.tar.bz2
gentoo-2-a2c1bcd5ae0e102a98a3c2b15e686663ab89bfe0.zip
Fixed dependencies.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'dev-java')
-rw-r--r--dev-java/commons-attributes/ChangeLog6
-rw-r--r--dev-java/commons-attributes/Manifest12
-rw-r--r--dev-java/commons-attributes/commons-attributes-2.1.ebuild5
3 files changed, 9 insertions, 14 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..13549688390d 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 fb8f63eaaa92c7983340a19504ed0136 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"