diff options
author | 2004-04-05 05:28:14 +0000 | |
---|---|---|
committer | 2004-04-05 05:28:14 +0000 | |
commit | 474a797bd28c490ac08e7d71e13636ade15c9585 (patch) | |
tree | e6b67338dab103a58eda364da6eea5ee8ad06e32 /dev-java/batik/batik-1.1.1.ebuild | |
parent | manifest (diff) | |
download | gentoo-2-474a797bd28c490ac08e7d71e13636ade15c9585.tar.gz gentoo-2-474a797bd28c490ac08e7d71e13636ade15c9585.tar.bz2 gentoo-2-474a797bd28c490ac08e7d71e13636ade15c9585.zip |
Clean up.
Diffstat (limited to 'dev-java/batik/batik-1.1.1.ebuild')
-rw-r--r-- | dev-java/batik/batik-1.1.1.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-java/batik/batik-1.1.1.ebuild b/dev-java/batik/batik-1.1.1.ebuild deleted file mode 100644 index caf58bda2332..000000000000 --- a/dev-java/batik/batik-1.1.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2003 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.5 2003/09/08 07:20:54 msterret 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 jars -} - -src_install () { - - dojar ${P}/batik*.jar - dojar ${P}/lib/*.jar - - dodoc README LICENSE LICENSE.rhino - dohtml -r ${P}/docs/ -} |