From 24e704f26ac72e4d733c5998e15bb5f16605bc90 Mon Sep 17 00:00:00 2001 From: Chris Aniszczyk Date: Tue, 25 May 2004 04:27:07 +0000 Subject: Closes #51770 --- dev-java/struts-legacy/ChangeLog | 6 +++++- dev-java/struts-legacy/struts-legacy-1.0.ebuild | 12 ++++++------ 2 files changed, 11 insertions(+), 7 deletions(-) (limited to 'dev-java') diff --git a/dev-java/struts-legacy/ChangeLog b/dev-java/struts-legacy/ChangeLog index b0740ea42652..51b0d80b8215 100644 --- a/dev-java/struts-legacy/ChangeLog +++ b/dev-java/struts-legacy/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/struts-legacy # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/struts-legacy/ChangeLog,v 1.1 2004/03/17 07:37:41 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/struts-legacy/ChangeLog,v 1.2 2004/05/25 04:27:07 zx Exp $ + + 25 May 2004; Chris Aniszczyk struts-legacy-1.0.ebuild: + Closes #51770. + Thanks to Claudiu Constantinescu for the quick fix. *struts-legacy-1.0 (17 Mar 2004) diff --git a/dev-java/struts-legacy/struts-legacy-1.0.ebuild b/dev-java/struts-legacy/struts-legacy-1.0.ebuild index 6ea562a7c133..c5483a5ef583 100644 --- a/dev-java/struts-legacy/struts-legacy-1.0.ebuild +++ b/dev-java/struts-legacy/struts-legacy-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/struts-legacy/struts-legacy-1.0.ebuild,v 1.2 2004/03/17 07:50:05 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/struts-legacy/struts-legacy-1.0.ebuild,v 1.3 2004/05/25 04:27:07 zx Exp $ inherit java-pkg @@ -9,10 +9,10 @@ SRC_URI="mirror://apache/jakarta/struts/struts-legacy/${P}-src.tar.gz" HOMEPAGE="http://jakarta.apache.org/struts/" IUSE="doc jikes" DEPEND=">=virtual/jdk-1.4 - dev-java/ant - >=dev-java/jdbc2-stdext-2.0 - dev-java/commons-logging - jikes? ( dev-java/jikes )" + dev-java/ant + >=dev-java/jdbc2-stdext-2.0 + dev-java/commons-logging + jikes? ( dev-java/jikes )" RDEPEND=">=virtual/jdk-1.4" LICENSE="Apache-1.1" SLOT="0" @@ -22,7 +22,7 @@ S=${WORKDIR}/${P}-src src_compile() { sed -i 's:compile,docs:compile:' build.xml || die "sed failed" - echo "commons-logging.jar=`java-config -p commons-logging`" | sed 's/.*://' > build.properties + echo "commons-logging.jar=`java-config -p commons-logging | sed 's/.*://'`" > build.properties echo "jdbc20ext.jar=`java-config -p jdbc2-stdext`" >> build.properties echo "jdk.version=1.4" >> build.properties -- cgit v1.2.3-65-gdbad