diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2003-04-06 08:34:48 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2003-04-06 08:34:48 +0000 |
commit | 6d56ec57d9209109d212b28f90620125d2c7e3ce (patch) | |
tree | e004bfa6731ee79323740e4a681395942210025b /dev-java | |
parent | added keywords ppc sparc. (diff) | |
download | historical-6d56ec57d9209109d212b28f90620125d2c7e3ce.tar.gz historical-6d56ec57d9209109d212b28f90620125d2c7e3ce.tar.bz2 historical-6d56ec57d9209109d212b28f90620125d2c7e3ce.zip |
removed j2ee local IUSE for now; ppc sparc keywords added.
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/velocity/ChangeLog | 8 | ||||
-rw-r--r-- | dev-java/velocity/files/digest-velocity-1.3 | 1 | ||||
-rw-r--r-- | dev-java/velocity/velocity-1.3.ebuild | 8 |
3 files changed, 12 insertions, 5 deletions
diff --git a/dev-java/velocity/ChangeLog b/dev-java/velocity/ChangeLog index c69336bfe107..fe3e9d64d4d9 100644 --- a/dev-java/velocity/ChangeLog +++ b/dev-java/velocity/ChangeLog @@ -1,9 +1,15 @@ # ChangeLog for dev-java/velocity # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/velocity/ChangeLog,v 1.1 2003/03/17 00:07:53 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/velocity/ChangeLog,v 1.2 2003/04/06 08:34:42 absinthe Exp $ *velocity-1.3 (16 Mar 2003) + 06 Apr 2003; Dylan Carlson <absinthe@gentoo.org> velocity-1.3.ebuild: + removed 'j2ee' IUSE for now -- evaluating options. + + 06 Apr 2003; Dylan Carlson <absinthe@gentoo.org> velocity-1.3.ebuild: + added ppc sparc keywords. + 16 Mar 2003; Dylan Carlson <absinthe@gentoo.org> velocity-1.3.ebuild: Initial import. diff --git a/dev-java/velocity/files/digest-velocity-1.3 b/dev-java/velocity/files/digest-velocity-1.3 index 9e9462d20082..9ce6b6fd2ab5 100644 --- a/dev-java/velocity/files/digest-velocity-1.3 +++ b/dev-java/velocity/files/digest-velocity-1.3 @@ -1 +1,2 @@ +MD5 d2bda4614d650ab70605045089cb574d /velocity-1.3.ebuild 1385 MD5 92df23ed5883f338d62420c14d0f7223 velocity-1.3.tar.gz 4480210 diff --git a/dev-java/velocity/velocity-1.3.ebuild b/dev-java/velocity/velocity-1.3.ebuild index a212be057b75..b3c936e5f92d 100644 --- a/dev-java/velocity/velocity-1.3.ebuild +++ b/dev-java/velocity/velocity-1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/velocity/velocity-1.3.ebuild,v 1.1 2003/03/17 00:07:53 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/velocity/velocity-1.3.ebuild,v 1.2 2003/04/06 08:34:42 absinthe Exp $ DESCRIPTION="A Java-based template engine that allows easy creation/rendering of documents that format and present data." HOMEPAGE="http://jakarta.apache.org/velocity/" @@ -8,8 +8,8 @@ SRC_URI="http://jakarta.apache.org/builds/jakarta-${PN}/release/v${PV}/${PN}-${P LICENSE="Apache-1.1" SLOT="0" -KEYWORDS="x86" -IUSE="jikes j2ee doc" +KEYWORDS="x86 ppc sparc" +IUSE="jikes doc" DEPEND=">=dev-java/sun-jdk-1.3.1" RDEPEND=">=dev-java/sun-jdk-1.3.1 @@ -25,7 +25,7 @@ src_compile () { if [ -n "`use jikes`" ] ; then myc="${myc} -Dbuild.compiler=jikes" fi - + if [ -n "`use j2ee`" ] ; then cp /opt/sun-j2ee-1.3.1/lib/j2ee.jar ${S}/build/lib ANT_OPTS=${myc} ant jar-J2EE || die "Java compile failed." |