diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2007-04-06 22:08:23 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2007-04-06 22:08:23 +0000 |
commit | fa0ff76c3e72a720e169ff255c24e2b9817c7d72 (patch) | |
tree | 1587093800291678a99776ed4668a9d12ab74721 /dev-java/commons-cli | |
parent | Mark stable on amd64 wrt bug #171978. (diff) | |
download | gentoo-2-fa0ff76c3e72a720e169ff255c24e2b9817c7d72.tar.gz gentoo-2-fa0ff76c3e72a720e169ff255c24e2b9817c7d72.tar.bz2 gentoo-2-fa0ff76c3e72a720e169ff255c24e2b9817c7d72.zip |
Remove generation 1 ebuild.
(Portage version: 2.1.2.3)
Diffstat (limited to 'dev-java/commons-cli')
-rw-r--r-- | dev-java/commons-cli/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/commons-cli/commons-cli-1.0-r4.ebuild | 51 | ||||
-rw-r--r-- | dev-java/commons-cli/files/digest-commons-cli-1.0-r4 | 3 |
3 files changed, 5 insertions, 55 deletions
diff --git a/dev-java/commons-cli/ChangeLog b/dev-java/commons-cli/ChangeLog index 418d94f4b2f9..dd9718a26c5a 100644 --- a/dev-java/commons-cli/ChangeLog +++ b/dev-java/commons-cli/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/commons-cli # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-cli/ChangeLog,v 1.32 2007/04/06 22:07:16 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-cli/ChangeLog,v 1.33 2007/04/06 22:08:23 betelgeuse Exp $ + + 06 Apr 2007; Petteri Räty <betelgeuse@gentoo.org> + -commons-cli-1.0-r4.ebuild: + Remove generation 1 ebuild. 06 Apr 2007; Petteri Räty <betelgeuse@gentoo.org> commons-cli-1.0-r5.ebuild: diff --git a/dev-java/commons-cli/commons-cli-1.0-r4.ebuild b/dev-java/commons-cli/commons-cli-1.0-r4.ebuild deleted file mode 100644 index 9714d395fe60..000000000000 --- a/dev-java/commons-cli/commons-cli-1.0-r4.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-cli/commons-cli-1.0-r4.ebuild,v 1.13 2006/10/05 15:19:02 gustavoz Exp $ - -inherit java-pkg eutils - -DESCRIPTION="The CLI library provides a simple and easy to use API for working with the command line arguments and options." -HOMEPAGE="http://jakarta.apache.org/commons/cli/" -SRC_URI="mirror://apache/jakarta/commons/cli/source/cli-${PV}-src.tar.gz" - -LICENSE="Apache-1.1" -SLOT="1" -KEYWORDS="x86 ppc amd64 ppc64" -IUSE="doc jikes junit source" - -RDEPEND=">=virtual/jre-1.3 - >=dev-java/commons-logging-1.0 - =dev-java/commons-lang-2.0*" -DEPEND=">=virtual/jdk-1.3 - ${RDEPEND} - junit? ( >=dev-java/junit-3.7 >=dev-java/ant-tasks-1.6.2 ) - jikes? ( >=dev-java/jikes-1.21 ) - source? ( app-arch/zip ) - >=dev-java/ant-core-1.6.2" - -src_unpack() { - unpack ${A} - cd ${S} - - epatch ${FILESDIR}/${P}-gentoo.diff - echo "commons-logging.jar=$(java-pkg_getjar commons-logging commons-logging.jar)" >> build.properties - echo "commons-lang.jar=$(java-pkg_getjars commons-lang)" >> build.properties - use junit && echo "junit.jar=$(java-pkg_getjars junit)" >> build.properties -} - -src_compile() { - local antflags="jar" - use doc && antflags="${antflags} javadoc" - use jikes && antflags="${antflags} -Dbuild.compiler=jikes" - use junit && antflags="${antflags} test" - ant ${antflags} || die "compilation failed" -} - -src_install() { - java-pkg_newjar target/${P}.jar ${PN}.jar - - dodoc README.txt - use doc && java-pkg_dohtml -r target/docs/ - use source && java-pkg_dosrc src/java/* -} - diff --git a/dev-java/commons-cli/files/digest-commons-cli-1.0-r4 b/dev-java/commons-cli/files/digest-commons-cli-1.0-r4 deleted file mode 100644 index 5e7e22c5da3b..000000000000 --- a/dev-java/commons-cli/files/digest-commons-cli-1.0-r4 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 ba34d585046b1f17dacbb13b377f4255 cli-1.0-src.tar.gz 37046 -RMD160 85404f803751f50e980c4cd976cd930f6be0ef9f cli-1.0-src.tar.gz 37046 -SHA256 fa4bf0850c896a9d5679f30d9921a98b3d262678019433f36ef810235ae58ec8 cli-1.0-src.tar.gz 37046 |