summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Carlson <absinthe@gentoo.org>2003-04-06 08:34:48 +0000
committerDylan Carlson <absinthe@gentoo.org>2003-04-06 08:34:48 +0000
commit00d406c84dfdf2ee75a46ff32c144df2fb7f4a2d (patch)
tree0d24e8743b0f2a3aa80ea1ab8df343c712567fc0 /dev-java/velocity
parentadded keywords ppc sparc. (diff)
downloadgentoo-2-00d406c84dfdf2ee75a46ff32c144df2fb7f4a2d.tar.gz
gentoo-2-00d406c84dfdf2ee75a46ff32c144df2fb7f4a2d.tar.bz2
gentoo-2-00d406c84dfdf2ee75a46ff32c144df2fb7f4a2d.zip
removed j2ee local IUSE for now; ppc sparc keywords added.
Diffstat (limited to 'dev-java/velocity')
-rw-r--r--dev-java/velocity/ChangeLog8
-rw-r--r--dev-java/velocity/files/digest-velocity-1.31
-rw-r--r--dev-java/velocity/velocity-1.3.ebuild8
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."