diff options
author | Tom Gall <tgall@gentoo.org> | 2007-07-29 19:26:50 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2007-07-29 19:26:50 +0000 |
commit | fb5c55f45454237c1a8dfd56f0c11a41cc60a5e3 (patch) | |
tree | 48c4bd9d7d7c6f9bcdac53ed51ebba40b37db08c /dev-java/commons-httpclient | |
parent | Actually *sorting* the list. (diff) | |
download | historical-fb5c55f45454237c1a8dfd56f0c11a41cc60a5e3.tar.gz historical-fb5c55f45454237c1a8dfd56f0c11a41cc60a5e3.tar.bz2 historical-fb5c55f45454237c1a8dfd56f0c11a41cc60a5e3.zip |
stable on ppc64
Package-Manager: portage-2.1.2.9
Diffstat (limited to 'dev-java/commons-httpclient')
-rw-r--r-- | dev-java/commons-httpclient/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/commons-httpclient/commons-httpclient-3.0.1-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-java/commons-httpclient/ChangeLog b/dev-java/commons-httpclient/ChangeLog index 450a02239a3a..b439da87c45b 100644 --- a/dev-java/commons-httpclient/ChangeLog +++ b/dev-java/commons-httpclient/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/commons-httpclient # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-httpclient/ChangeLog,v 1.51 2007/07/24 07:51:16 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-httpclient/ChangeLog,v 1.52 2007/07/29 19:26:50 tgall Exp $ + + 29 Jul 2007; Tom Gall <tgall@gentoo.org> + commons-httpclient-3.0.1-r1.ebuild: + stable on ppc64 24 Jul 2007; Christian Faulhammer <opfer@gentoo.org> commons-httpclient-2.0.2-r1.ebuild, commons-httpclient-3.0.1-r1.ebuild: diff --git a/dev-java/commons-httpclient/commons-httpclient-3.0.1-r1.ebuild b/dev-java/commons-httpclient/commons-httpclient-3.0.1-r1.ebuild index f772fcb160e4..16180dddcc29 100644 --- a/dev-java/commons-httpclient/commons-httpclient-3.0.1-r1.ebuild +++ b/dev-java/commons-httpclient/commons-httpclient-3.0.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-httpclient/commons-httpclient-3.0.1-r1.ebuild,v 1.6 2007/07/24 07:51:16 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-httpclient/commons-httpclient-3.0.1-r1.ebuild,v 1.7 2007/07/29 19:26:50 tgall Exp $ JAVA_PKG_IUSE="doc examples source test" inherit java-pkg-2 java-ant-2 @@ -11,7 +11,7 @@ HOMEPAGE="http://jakarta.apache.org/commons/httpclient/index.html" SRC_URI="mirror://apache/jakarta/commons/httpclient/source/${MY_P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="3" -KEYWORDS="~amd64 ppc ~ppc64 x86 ~x86-fbsd" +KEYWORDS="~amd64 ppc ppc64 x86 ~x86-fbsd" IUSE="" # doesn't work on IBM JDK, bug #176133 RESTRICT="test" |