diff options
author | 2004-03-07 02:57:23 +0000 | |
---|---|---|
committer | 2004-03-07 02:57:23 +0000 | |
commit | 073886c55ebc35255690ee7cfd484f3e1f99c1cf (patch) | |
tree | 9cc60b9d2fce97675d83f32ef22bd2d999f3f569 /dev-java/saxon/saxon-6.5.2.ebuild | |
parent | Version bump and clean up. (diff) | |
download | historical-073886c55ebc35255690ee7cfd484f3e1f99c1cf.tar.gz historical-073886c55ebc35255690ee7cfd484f3e1f99c1cf.tar.bz2 historical-073886c55ebc35255690ee7cfd484f3e1f99c1cf.zip |
Version bump and some serious clean up.
Diffstat (limited to 'dev-java/saxon/saxon-6.5.2.ebuild')
-rw-r--r-- | dev-java/saxon/saxon-6.5.2.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-java/saxon/saxon-6.5.2.ebuild b/dev-java/saxon/saxon-6.5.2.ebuild deleted file mode 100644 index 25ba84dd7478..000000000000 --- a/dev-java/saxon/saxon-6.5.2.ebuild +++ /dev/null @@ -1,25 +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/saxon/saxon-6.5.2.ebuild,v 1.1 2003/05/14 06:15:13 absinthe Exp $ - -inherit java-pkg - -S=${WORKDIR} -DESCRIPTION="The SAXON package is a collection of tools for processing XML documents: XSLT processor, XSL library, parser." -SRC_URI="mirror://sourceforge/saxon/saxon${PV//./_}.zip" -HOMEPAGE="http://saxon.sourceforge.net/" -LICENSE="MPL-1.1" -KEYWORDS="x86 sparc ppc" -IUSE="doc" -DEPEND="" -RDEPEND="virtual/jdk" -SLOT="0" - -src_compile() { - einfo "This is a binary-only ebuild (for now)." -} - -src_install() { - use doc && dohtml -r doc/* - java-pkg_dojar *.jar -} |