diff options
author | Adrian Almenar <strider@gentoo.org> | 2002-12-15 16:19:49 +0000 |
---|---|---|
committer | Adrian Almenar <strider@gentoo.org> | 2002-12-15 16:19:49 +0000 |
commit | b346f93fc9cc470e4f9ec246ed4ad900fa7c1937 (patch) | |
tree | 70b1ee225d171266bc9333d272f861e5e8d18790 /dev-java/oro | |
parent | Fixes #9449 (diff) | |
download | historical-b346f93fc9cc470e4f9ec246ed4ad900fa7c1937.tar.gz historical-b346f93fc9cc470e4f9ec246ed4ad900fa7c1937.tar.bz2 historical-b346f93fc9cc470e4f9ec246ed4ad900fa7c1937.zip |
Fixed Some bOrkage reported by nall
Diffstat (limited to 'dev-java/oro')
-rw-r--r-- | dev-java/oro/files/digest-oro-2.0.6 | 1 | ||||
-rw-r--r-- | dev-java/oro/oro-2.0.6-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-java/oro/oro-2.0.6.ebuild | 32 |
3 files changed, 2 insertions, 35 deletions
diff --git a/dev-java/oro/files/digest-oro-2.0.6 b/dev-java/oro/files/digest-oro-2.0.6 deleted file mode 100644 index 534a18cbe24f..000000000000 --- a/dev-java/oro/files/digest-oro-2.0.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 a1698f1a325584a6fc32690cd58d9986 jakarta-oro-2.0.6.tar.gz 331423 diff --git a/dev-java/oro/oro-2.0.6-r1.ebuild b/dev-java/oro/oro-2.0.6-r1.ebuild index fb89d20b24c9..22e935c1920f 100644 --- a/dev-java/oro/oro-2.0.6-r1.ebuild +++ b/dev-java/oro/oro-2.0.6-r1.ebuild @@ -1,13 +1,13 @@ # Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-java/oro/oro-2.0.6-r1.ebuild,v 1.1 2002/11/25 01:39:18 strider Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/oro/oro-2.0.6-r1.ebuild,v 1.2 2002/12/15 16:19:49 strider Exp $ S=${WORKDIR}/jakarta-oro-${PV} DESCRIPTION="A set of text-processing Java classes that provide Perl5 compatible regular expressions, AWK-like regular expressions, glob expressions, and utility classes for performing substitutions, splits, filtering filenames, etc." SRC_URI="http://jakarta.apache.org/builds/jakarta-oro/release/v${PV}/jakarta-oro-${PV}.tar.gz" HOMEPAGE="http://jakarta.apache.org/oro/index.html" DEPEND=">=virtual/jdk-1.3 - >=ant-1.4" + >=dev-java/ant-1.4" REDEPND=">=virtual/jdk-1.3" LICENSE="Apache-1.1" SLOT="0" diff --git a/dev-java/oro/oro-2.0.6.ebuild b/dev-java/oro/oro-2.0.6.ebuild deleted file mode 100644 index 49f14d89e841..000000000000 --- a/dev-java/oro/oro-2.0.6.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-java/oro/oro-2.0.6.ebuild,v 1.3 2002/12/15 10:44:11 bjb Exp $ - -S=${WORKDIR}/jakarta-oro-${PV} -DESCRIPTION="A set of text-processing Java classes that provide Perl5 compatible regular expressions, AWK-like regular expressions, glob expressions, and utility classes for performing substitutions, splits, filtering filenames, etc." -SRC_URI="http://jakarta.apache.org/builds/jakarta-oro/release/v${PV}/jakarta-oro-${PV}.tar.gz" -HOMEPAGE="http://jakarta.apache.org/oro/index.html" -DEPEND=">=virtual/jdk-1.3 - >=ant-1.4" -REDEPND=">=virtual/jdk-1.3" -LICENSE="Apache-1.1" -SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" -IUSE="" - -src_compile() { - ant jar || die - ant javadocs || die -} - -src_install () { - dojar jakarta-oro*.jar - dodoc BUGS CHANGES COMPILE CONTRIBUTORS README STYLE TODO - dohtml *.html - dodir /usr/share/doc/${P} - dohtml -r docs/ -} - -pkg_postinst() { - einfo "Documentation can be found at http://jakarta.apache.org/oro/index.html" -} |