diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-11 21:41:54 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-11 21:41:54 +0000 |
commit | 836bfcd09683ed30d7933b8ecdd044ded8fd16df (patch) | |
tree | fd04b1fd590b1b1c98e6a20214cfc76c2f8b5cb3 /dev-java/batik | |
parent | changed from ~sparc to sparc (diff) | |
download | gentoo-2-836bfcd09683ed30d7933b8ecdd044ded8fd16df.tar.gz gentoo-2-836bfcd09683ed30d7933b8ecdd044ded8fd16df.tar.bz2 gentoo-2-836bfcd09683ed30d7933b8ecdd044ded8fd16df.zip |
unmasks and changelog fixes
Diffstat (limited to 'dev-java/batik')
-rw-r--r-- | dev-java/batik/batik-1.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/batik/batik-1.1.1.ebuild b/dev-java/batik/batik-1.1.1.ebuild index 3fd508d4d965..67bf8442d557 100644 --- a/dev-java/batik/batik-1.1.1.ebuild +++ b/dev-java/batik/batik-1.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/batik/batik-1.1.1.ebuild,v 1.2 2003/04/27 18:38:46 tberman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/batik/batik-1.1.1.ebuild,v 1.3 2003/07/11 21:41:47 aliz Exp $ S=${WORKDIR}/xml-batik DESCRIPTION="Batik is a Java(tm) technology based toolkit for applications or applets that want to use images in the Scalable Vector Graphics (SVG) format for various purposes, such as viewing, generation or manipulation." @@ -12,7 +12,7 @@ DEPEND=">=virtual/jdk-1.3 REDEPND=">=virtual/jdk-1.3" LICENSE="Apache-1.1" SLOT="0" -KEYWORDS="~x86 ~sparc ~ppc" +KEYWORDS="x86 ~sparc ~ppc" src_unpack() { jar xvf ${DISTDIR}/${PN}-src-${PV}.zip |