diff options
author | Chris Aniszczyk <zx@gentoo.org> | 2004-08-13 21:24:33 +0000 |
---|---|---|
committer | Chris Aniszczyk <zx@gentoo.org> | 2004-08-13 21:24:33 +0000 |
commit | 312421606d578ff8e7a05f79c84204e5895cf215 (patch) | |
tree | c37a778aa569f98bbcf040d455f1877d341a69b8 /dev-java | |
parent | Version bump (Manifest recommit) (diff) | |
download | gentoo-2-312421606d578ff8e7a05f79c84204e5895cf215.tar.gz gentoo-2-312421606d578ff8e7a05f79c84204e5895cf215.tar.bz2 gentoo-2-312421606d578ff8e7a05f79c84204e5895cf215.zip |
Clean up
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/batik/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/batik/batik-1.5.ebuild | 36 | ||||
-rw-r--r-- | dev-java/batik/files/digest-batik-1.5 | 1 |
3 files changed, 4 insertions, 38 deletions
diff --git a/dev-java/batik/ChangeLog b/dev-java/batik/ChangeLog index 43c9901c4f4c..3d5bb30754cb 100644 --- a/dev-java/batik/ChangeLog +++ b/dev-java/batik/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/batik # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/batik/ChangeLog,v 1.10 2004/08/13 21:23:35 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/batik/ChangeLog,v 1.11 2004/08/13 21:24:33 zx Exp $ + + 13 Aug 2004; Chris Aniszczyk <zx@gentoo.org> -batik-1.5.ebuild: + Clean up *batik-1.5.1 (13 Aug 2004) diff --git a/dev-java/batik/batik-1.5.ebuild b/dev-java/batik/batik-1.5.ebuild deleted file mode 100644 index 1217341a2ea6..000000000000 --- a/dev-java/batik/batik-1.5.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/batik/batik-1.5.ebuild,v 1.6 2004/06/27 16:59:46 zx Exp $ - -inherit java-pkg - -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="doc" -DEPEND=">=virtual/jdk-1.3 - dev-java/ant" -RDEPEND=">=virtual/jdk-1.3" -LICENSE="Apache-1.1" -SLOT="0" -KEYWORDS="x86 ~sparc ppc" - -S=${WORKDIR}/xml-batik - -src_unpack() { - jar xvf ${DISTDIR}/${PN}-src-${PV}.zip -} - -src_compile() { - local antflags="jars" - ant ${antflags} || die "compile problem" -} - -src_install () { - java-pkg_dojar ${P}/batik*.jar - insinto /usr/share/${PN}/lib/lib - doins ${P}/lib/*.jar - - dodoc README LICENSE - use doc && dohtml -r ${P}/docs/ -} diff --git a/dev-java/batik/files/digest-batik-1.5 b/dev-java/batik/files/digest-batik-1.5 deleted file mode 100644 index 75f845fbef96..000000000000 --- a/dev-java/batik/files/digest-batik-1.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 94d3e981014a5ed6f8c0e3fd80be3033 batik-src-1.5.zip 9234151 |