diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-01-03 21:56:39 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-01-03 21:56:39 +0000 |
commit | 6f6c1ddc6e9dcdf7aa0ce3edf41657d208c63c83 (patch) | |
tree | cdadd3a1f68c1e17e80c61e937855779bf7cba00 /dev-java/commons-httpclient | |
parent | 03 Jan 2010; Zac Medico <zmedico@gentoo.org> (diff) | |
download | historical-6f6c1ddc6e9dcdf7aa0ce3edf41657d208c63c83.tar.gz historical-6f6c1ddc6e9dcdf7aa0ce3edf41657d208c63c83.tar.bz2 historical-6f6c1ddc6e9dcdf7aa0ce3edf41657d208c63c83.zip |
Transfer Prefix keywords
Package-Manager: portage-2.1.6.13/cvs/Linux i686
Diffstat (limited to 'dev-java/commons-httpclient')
-rw-r--r-- | dev-java/commons-httpclient/ChangeLog | 8 | ||||
-rw-r--r-- | dev-java/commons-httpclient/commons-httpclient-3.1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-java/commons-httpclient/ChangeLog b/dev-java/commons-httpclient/ChangeLog index 9a2c7bdddd4a..320688627dda 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-httpclient/ChangeLog,v 1.62 2008/03/22 22:32:59 betelgeuse Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-httpclient/ChangeLog,v 1.63 2010/01/03 20:25:49 fauli Exp $ + + 03 Jan 2010; Christian Faulhammer <fauli@gentoo.org> + commons-httpclient-3.1.ebuild: + Transfer Prefix keywords 22 Mar 2008; Petteri Räty <betelgeuse@gentoo.org> commons-httpclient-2.0.2-r1.ebuild: diff --git a/dev-java/commons-httpclient/commons-httpclient-3.1.ebuild b/dev-java/commons-httpclient/commons-httpclient-3.1.ebuild index c588b8fc4507..8d0f5c0c5aa1 100644 --- a/dev-java/commons-httpclient/commons-httpclient-3.1.ebuild +++ b/dev-java/commons-httpclient/commons-httpclient-3.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 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.1.ebuild,v 1.6 2008/03/11 21:45:05 ken69267 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-httpclient/commons-httpclient-3.1.ebuild,v 1.7 2010/01/03 20:25:49 fauli Exp $ JAVA_PKG_IUSE="doc examples source test" inherit java-pkg-2 java-ant-2 @@ -10,7 +10,7 @@ HOMEPAGE="http://hc.apache.org/" SRC_URI="mirror://apache/httpcomponents/${PN}/source/${P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="3" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos" IUSE="" # doesn't work on IBM JDK, bug #176133 RESTRICT="test" |