diff options
author | Todd Berman <tberman@gentoo.org> | 2003-04-27 08:06:30 +0000 |
---|---|---|
committer | Todd Berman <tberman@gentoo.org> | 2003-04-27 08:06:30 +0000 |
commit | a4e5e091d2b03c0c6280f65e539b1eece28494e5 (patch) | |
tree | 72bf37b0837e68737dcfc897f68420d5ba9c386d /dev-java/batik | |
parent | Initial Import. (diff) | |
download | gentoo-2-a4e5e091d2b03c0c6280f65e539b1eece28494e5.tar.gz gentoo-2-a4e5e091d2b03c0c6280f65e539b1eece28494e5.tar.bz2 gentoo-2-a4e5e091d2b03c0c6280f65e539b1eece28494e5.zip |
Initial Import.
Diffstat (limited to 'dev-java/batik')
-rw-r--r-- | dev-java/batik/ChangeLog | 9 | ||||
-rw-r--r-- | dev-java/batik/Manifest | 4 | ||||
-rw-r--r-- | dev-java/batik/batik-1.1.1.ebuild | 34 | ||||
-rw-r--r-- | dev-java/batik/files/digest-batik-1.1.1 | 1 |
4 files changed, 46 insertions, 2 deletions
diff --git a/dev-java/batik/ChangeLog b/dev-java/batik/ChangeLog new file mode 100644 index 000000000000..5f843ac8ac94 --- /dev/null +++ b/dev-java/batik/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-java/batik +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/batik/ChangeLog,v 1.1 2003/04/27 08:06:25 tberman Exp $ + +*batik-1.1.1 (27 Apr 2003) + + 27 Apr 2003; Todd Berman <tberman@gentoo.org> batik-1.1.1.ebuild: + Initial import. + diff --git a/dev-java/batik/Manifest b/dev-java/batik/Manifest index 2350854bb3dd..1ce27e8a5a44 100644 --- a/dev-java/batik/Manifest +++ b/dev-java/batik/Manifest @@ -1,3 +1,3 @@ -MD5 3f6eee454f36ac2aa3af64f1b53ce7cf batik-1.1.1.ebuild 964 -MD5 a4c35924730a87ca048b557edde73db9 ChangeLog 238 +MD5 c03c51862ccb28218a199184b59ac48a batik-1.1.1.ebuild 1063 +MD5 0b24f0759177fa48693a4ba1457709ec ChangeLog 326 MD5 685865b8912d441af280a79904e061c8 files/digest-batik-1.1.1 65 diff --git a/dev-java/batik/batik-1.1.1.ebuild b/dev-java/batik/batik-1.1.1.ebuild new file mode 100644 index 000000000000..ab2f587b3ec6 --- /dev/null +++ b/dev-java/batik/batik-1.1.1.ebuild @@ -0,0 +1,34 @@ +# 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.1 2003/04/27 08:06:25 tberman 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." +SRC_URI="http://xml.apache.org/batik/dist/${PN}-src-${PV}.zip" +HOMEPAGE="http://xml.apache.org/batik/" +IUSE="" +DEPEND=">=virtual/jdk-1.3 + dev-java/ant" +REDEPND=">=virtual/jdk-1.3" +LICENSE="Apache-1.1" +SLOT="0" +KEYWORDS="~x86 ~sparc ~ppc" + +src_unpack() { + jar xvf ${DISTDIR}/${PN}-src-${PV}.zip +} + +src_compile() { + ant dist-zip || die +} + +src_install () { + + # Need to fix up some documentation + USE vars, but I want + # to put this in, as it appears to work as far as I can tell + dojar ${P}/batik*.jar + dojar ${P}/lib/*.jar + + dodoc README LICENSE LICENSE.rhino + dohtml -r ${P}/docs/ +} diff --git a/dev-java/batik/files/digest-batik-1.1.1 b/dev-java/batik/files/digest-batik-1.1.1 new file mode 100644 index 000000000000..30431086759a --- /dev/null +++ b/dev-java/batik/files/digest-batik-1.1.1 @@ -0,0 +1 @@ +MD5 8601c9cba32607393c1556c1e1200b53 batik-src-1.1.1.zip 8102101 |