summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Matthijs <axxo@gentoo.org>2004-09-08 13:17:44 +0000
committerThomas Matthijs <axxo@gentoo.org>2004-09-08 13:17:44 +0000
commit7a50ab15ab37e85b740cedcd60664c46e59463d7 (patch)
treec69e022754b9603ccecf809576421ab018bc7120 /dev-java/struts
parentFixed herd name (diff)
downloadhistorical-7a50ab15ab37e85b740cedcd60664c46e59463d7.tar.gz
historical-7a50ab15ab37e85b740cedcd60664c46e59463d7.tar.bz2
historical-7a50ab15ab37e85b740cedcd60664c46e59463d7.zip
sed out rest
Diffstat (limited to 'dev-java/struts')
-rw-r--r--dev-java/struts/Manifest12
-rw-r--r--dev-java/struts/struts-1.1-r1.ebuild4
2 files changed, 13 insertions, 3 deletions
diff --git a/dev-java/struts/Manifest b/dev-java/struts/Manifest
index 769091654f6e..1fd2d260052d 100644
--- a/dev-java/struts/Manifest
+++ b/dev-java/struts/Manifest
@@ -1,6 +1,16 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 8e234e7997540b79f1af05cd8d819ce3 struts-1.1.ebuild 2072
-MD5 3a7ad4952012e2f34797e6da7c83bf81 struts-1.1-r1.ebuild 2084
+MD5 f0f25f66efe7ee8d9d727a02a9ca7cbf struts-1.1-r1.ebuild 2099
MD5 99a04c3651f90e4ed147f93749c74aa0 ChangeLog 761
MD5 a6ec7d7724fbd068ffb39b5be56134ed metadata.xml 157
MD5 238ad3b803c15bc9e2598110b432335a files/digest-struts-1.1 75
MD5 238ad3b803c15bc9e2598110b432335a files/digest-struts-1.1-r1 75
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.2.6 (GNU/Linux)
+
+iD8DBQFBPwbY/rLF9B432nYRAhW/AKDHicjvOxw7Qz04hbpPz3UB75INYwCghyMY
+cFWh2TNGv1anhGGaoaxjwuw=
+=h19E
+-----END PGP SIGNATURE-----
diff --git a/dev-java/struts/struts-1.1-r1.ebuild b/dev-java/struts/struts-1.1-r1.ebuild
index cbb800e1e547..707901b35b4a 100644
--- a/dev-java/struts/struts-1.1-r1.ebuild
+++ b/dev-java/struts/struts-1.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/struts/struts-1.1-r1.ebuild,v 1.3 2004/07/26 10:47:57 axxo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/struts/struts-1.1-r1.ebuild,v 1.4 2004/09/08 13:17:44 axxo Exp $
inherit java-pkg
@@ -33,7 +33,7 @@ src_compile() {
use doc && antflags="${antflags} compile.javadoc"
use jikes && antflags="${antflags} -Dbuild.compiler=jikes"
- antflags="${antflags} -Dcommons-beanutils.jar=`java-config -p commons-beanutils`"
+ antflags="${antflags} -Dcommons-beanutils.jar=`java-config -p commons-beanutils | sed s/:.*// `"
antflags="${antflags} -Dcommons-collections.jar=`java-config -p commons-collections`"
antflags="${antflags} -Dstruts-legacy.jar=`java-config -p struts-legacy`"
antflags="${antflags} -Dcommons-digester.jar=`java-config -p commons-digester`"