diff options
author | 2007-04-05 11:11:41 +0000 | |
---|---|---|
committer | 2007-04-05 11:11:41 +0000 | |
commit | b4b1d45e04a67722ad555de00b9ac8c5c8f26a51 (patch) | |
tree | 41fe72463ef062ac66b839aacf09dbe1dec1e168 /dev-java/commons-attributes | |
parent | New release, fixing a few crufty issues. (diff) | |
download | gentoo-2-b4b1d45e04a67722ad555de00b9ac8c5c8f26a51.tar.gz gentoo-2-b4b1d45e04a67722ad555de00b9ac8c5c8f26a51.tar.bz2 gentoo-2-b4b1d45e04a67722ad555de00b9ac8c5c8f26a51.zip |
Remove generation 1 ebuild.
(Portage version: 2.1.2.3)
Diffstat (limited to 'dev-java/commons-attributes')
-rw-r--r-- | dev-java/commons-attributes/ChangeLog | 8 | ||||
-rw-r--r-- | dev-java/commons-attributes/commons-attributes-2.1.ebuild | 59 | ||||
-rw-r--r-- | dev-java/commons-attributes/files/digest-commons-attributes-2.1 | 3 |
3 files changed, 6 insertions, 64 deletions
diff --git a/dev-java/commons-attributes/ChangeLog b/dev-java/commons-attributes/ChangeLog index cdcbe1929a69..caeab271925e 100644 --- a/dev-java/commons-attributes/ChangeLog +++ b/dev-java/commons-attributes/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/commons-attributes -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-attributes/ChangeLog,v 1.5 2006/09/09 17:39:31 nichoj Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-attributes/ChangeLog,v 1.6 2007/04/05 11:11:41 betelgeuse Exp $ + + 05 Apr 2007; Petteri Räty <betelgeuse@gentoo.org> + -commons-attributes-2.1.ebuild: + Remove generation 1 ebuild. 09 Sep 2006; Joshua Nichols <nichoj@gentoo.org> commons-attributes-2.1-r1.ebuild: diff --git a/dev-java/commons-attributes/commons-attributes-2.1.ebuild b/dev-java/commons-attributes/commons-attributes-2.1.ebuild deleted file mode 100644 index 6cf9be2ff2e1..000000000000 --- a/dev-java/commons-attributes/commons-attributes-2.1.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-attributes/commons-attributes-2.1.ebuild,v 1.2 2005/12/05 14:32:09 nichoj Exp $ - -inherit eutils java-pkg - -DESCRIPTION="Commons Attributes enables Java programmers to use C#/.Net-style attributes in their code." -HOMEPAGE="http://jakarta.apache.org/commons/attributes/" -SRC_URI="mirror://apache/jakarta/commons/attributes/source/${P}-src.tgz" - -LICENSE="Apache-2.0" -SLOT="2" -KEYWORDS="~amd64 ~x86" -IUSE="doc jikes source" - -# TODO determine jvm version requirements -DEPEND=">=virtual/jdk-1.4 - dev-java/ant-core - jikes? ( dev-java/jikes ) - source? ( app-arch/zip ) - dev-java/xjavadoc" -RDEPEND=">=virtual/jre-1.4 - dev-java/xjavadoc" - -src_unpack() { - mkdir ${S} - cd ${S} - unpack ${A} - - epatch ${FILESDIR}/${P}-gentoo.patch - - mkdir -p target/classes/org/apache/commons/attributes - # This file is missing from upstream's release - # and is needed to use the ant task. - cp ${FILESDIR}/anttasks.properties target/classes/org/apache/commons/attributes/ - - mkdir -p target/lib - cd target/lib - java-pkg_jar-from xjavadoc -} - -src_compile() { - local antflags="jar -Dnoget=true" - use jikes && antflags="-Dbuild.compiler=jikes ${antflags}" - use doc && antflags="${antflags} javadoc" - - ant ${antflags} || die "Compilation failed" -} - -src_install() { - java-pkg_newjar target/${PN}-api-${PV}.jar ${PN}-api.jar - java-pkg_newjar target/${PN}-compiler-${PV}.jar ${PN}-compiler.jar - - dodoc NOTICE.txt RELEASE.txt - dohtml README.html - - use doc && java-pkg_dohtml -r dist/docs/api - use source && java-pkg_dosrc */src/java/* -} diff --git a/dev-java/commons-attributes/files/digest-commons-attributes-2.1 b/dev-java/commons-attributes/files/digest-commons-attributes-2.1 deleted file mode 100644 index 95418f99ae96..000000000000 --- a/dev-java/commons-attributes/files/digest-commons-attributes-2.1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 3ee125a9f06ae3462f1d5ac58f7c1648 commons-attributes-2.1-src.tgz 89259 -RMD160 59d652ca2b06dc30e328aa99eed1366b91ec72f0 commons-attributes-2.1-src.tgz 89259 -SHA256 7e66a012e2bf939f717033e1a42c0d32661bd7e8c84f66be11239a03aab9c001 commons-attributes-2.1-src.tgz 89259 |