diff options
author | Adrian Almenar <strider@gentoo.org> | 2004-01-19 05:10:11 +0000 |
---|---|---|
committer | Adrian Almenar <strider@gentoo.org> | 2004-01-19 05:10:11 +0000 |
commit | 1c764d2508695679fa96c03e30ba92ef3c64d3be (patch) | |
tree | 005ab5537b071cb28b11bf40033e3885d7f2ce42 /dev-java/commons-logging | |
parent | 2 entry removed (diff) | |
download | gentoo-2-1c764d2508695679fa96c03e30ba92ef3c64d3be.tar.gz gentoo-2-1c764d2508695679fa96c03e30ba92ef3c64d3be.tar.bz2 gentoo-2-1c764d2508695679fa96c03e30ba92ef3c64d3be.zip |
Added amd64 keyword. Stable on sparc, ppc.
Diffstat (limited to 'dev-java/commons-logging')
4 files changed, 9 insertions, 33 deletions
diff --git a/dev-java/commons-logging/ChangeLog b/dev-java/commons-logging/ChangeLog index 568fe0d1fd3f..1bd175d1e92f 100644 --- a/dev-java/commons-logging/ChangeLog +++ b/dev-java/commons-logging/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/commons-logging -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-logging/ChangeLog,v 1.10 2003/04/26 05:36:58 strider Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-logging/ChangeLog,v 1.11 2004/01/19 05:10:11 strider Exp $ + + 19 Jan 2004; Adrian Almenar <strider@gentoo.org> + commons-logging-1.0.3.ebuild: + Added amd64 keyword. Stable on sparc, ppc. Removed old version. *commons-logging-1.0.3 (22 Apr 2003) diff --git a/dev-java/commons-logging/commons-logging-1.0.2-r2.ebuild b/dev-java/commons-logging/commons-logging-1.0.2-r2.ebuild deleted file mode 100644 index 5fb63e5eae63..000000000000 --- a/dev-java/commons-logging/commons-logging-1.0.2-r2.ebuild +++ /dev/null @@ -1,26 +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/commons-logging/commons-logging-1.0.2-r2.ebuild,v 1.2 2003/04/06 07:48:55 absinthe Exp $ - -inherit jakarta-commons - -S="${WORKDIR}/${P}-src/logging" -DESCRIPTION="The Jakarta-Commons Logging package is an ultra-thin bridge between different logging libraries." -HOMEPAGE="http://jakarta.apache.org/commons/logging.html" -SRC_URI="http://jakarta.apache.org/builds/jakarta-commons/release/${PN}/v${PV}/${P}-src.tar.gz" -DEPEND=">=virtual/jdk-1.3 - >=dev-java/log4j-1.2.5 - >=dev-java/ant-1.4" -RDEPEND=">=virtual/jdk-1.3" -LICENSE="Apache-1.1" -SLOT="0" -KEYWORDS="x86 ppc sparc" -IUSE="doc jikes junit" - -src_compile() { - [ -f LICENSE.txt ] && cp LICENSE.txt ../LICENSE - jakarta-commons_src_compile myconf make - jakarta-commons_src_install dojar - use doc && jakarta-commons_src_compile makedoc - use doc && jakarta-commons_src_install html -} diff --git a/dev-java/commons-logging/commons-logging-1.0.3.ebuild b/dev-java/commons-logging/commons-logging-1.0.3.ebuild index 84811e9e6a3a..7dea9f4a99b2 100644 --- a/dev-java/commons-logging/commons-logging-1.0.3.ebuild +++ b/dev-java/commons-logging/commons-logging-1.0.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-logging/commons-logging-1.0.3.ebuild,v 1.3 2003/07/11 21:41:48 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-logging/commons-logging-1.0.3.ebuild,v 1.4 2004/01/19 05:10:11 strider Exp $ inherit jakarta-commons @@ -14,7 +14,7 @@ DEPEND=">=virtual/jdk-1.3 RDEPEND=">=virtual/jdk-1.3" LICENSE="Apache-1.1" SLOT="0" -KEYWORDS="x86 ~ppc ~sparc" +KEYWORDS="x86 ppc sparc amd64" IUSE="doc jikes junit" src_compile() { diff --git a/dev-java/commons-logging/files/digest-commons-logging-1.0.2-r2 b/dev-java/commons-logging/files/digest-commons-logging-1.0.2-r2 deleted file mode 100644 index 0e9759c73837..000000000000 --- a/dev-java/commons-logging/files/digest-commons-logging-1.0.2-r2 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 7306041acd814ab544439aeacee3ea7f /commons-logging-1.0.2-r2.ebuild 986 -MD5 78bfaac25906a54b925bcc285872c9c9 commons-logging-1.0.2-src.tar.gz 33550 |