diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2005-10-08 11:24:09 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2005-10-08 11:24:09 +0000 |
commit | 4b43c2ea3f29da9e1526ce3f8f357fab2f2dbe02 (patch) | |
tree | b219affb17131818d5425775b693a5523e51e364 /dev-java | |
parent | If aclocal.m4 does not exists, run aclocal, so that we can bootstrap. (diff) | |
download | historical-4b43c2ea3f29da9e1526ce3f8f357fab2f2dbe02.tar.gz historical-4b43c2ea3f29da9e1526ce3f8f357fab2f2dbe02.tar.bz2 historical-4b43c2ea3f29da9e1526ce3f8f357fab2f2dbe02.zip |
struts-legacy does not need full ant
Package-Manager: portage-2.0.53_rc4
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/struts-legacy/Manifest | 12 | ||||
-rw-r--r-- | dev-java/struts-legacy/struts-legacy-1.0-r1.ebuild | 4 |
2 files changed, 8 insertions, 8 deletions
diff --git a/dev-java/struts-legacy/Manifest b/dev-java/struts-legacy/Manifest index bbf4026efe0e..c8d399a74d37 100644 --- a/dev-java/struts-legacy/Manifest +++ b/dev-java/struts-legacy/Manifest @@ -1,14 +1,14 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 c23fbe0ed7ddf797fa5e6e3440b410e5 struts-legacy-1.0-r1.ebuild 1164 MD5 5add856e9eac1e1ec2cf58db40df4c19 ChangeLog 1847 -MD5 a6ec7d7724fbd068ffb39b5be56134ed metadata.xml 157 MD5 2459923e54f157c4320980a9c75c49e1 files/digest-struts-legacy-1.0-r1 72 +MD5 a6ec7d7724fbd068ffb39b5be56134ed metadata.xml 157 +MD5 836bece4c98b07be57b4d30224882fd2 struts-legacy-1.0-r1.ebuild 1175 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) +Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFC3UfW/rLF9B432nYRAm0eAJ4vZyDf079+EBUxLD01pH2oLDAjVQCgqrNK -XIy1XmLxWyQ3DPu54JpoPE0= -=HMhI +iD8DBQFDR6yBQiJ/wx066S4RAvbYAJ9j3SsbPW+kb8/l47h26CorrLxGGACeJ5lz +dkzTDZOZcAnCP9Zmfy8yEAA= +=QOgQ -----END PGP SIGNATURE----- diff --git a/dev-java/struts-legacy/struts-legacy-1.0-r1.ebuild b/dev-java/struts-legacy/struts-legacy-1.0-r1.ebuild index 756705ae0042..2c5bcc20fce7 100644 --- a/dev-java/struts-legacy/struts-legacy-1.0-r1.ebuild +++ b/dev-java/struts-legacy/struts-legacy-1.0-r1.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/struts-legacy/struts-legacy-1.0-r1.ebuild,v 1.13 2005/07/19 18:34:36 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/struts-legacy/struts-legacy-1.0-r1.ebuild,v 1.14 2005/10/08 11:24:09 betelgeuse Exp $ inherit java-pkg @@ -11,7 +11,7 @@ IUSE="doc jikes" RDEPEND=">=virtual/jre-1.4 dev-java/commons-logging" DEPEND=">=virtual/jdk-1.4 - dev-java/ant + dev-java/ant-core ${RDEPEND} jikes? ( dev-java/jikes )" LICENSE="Apache-1.1" |