diff options
author | Ralph Sennhauser <sera@gentoo.org> | 2011-12-19 12:09:29 +0000 |
---|---|---|
committer | Ralph Sennhauser <sera@gentoo.org> | 2011-12-19 12:09:29 +0000 |
commit | 3888c55f3bb1234118d70b9212b906b4ea811581 (patch) | |
tree | 2eab3dc91a62df493c90f87185733ecb523a74d3 /dev-java/commons-logging | |
parent | Fix homepage wrt #202445. Add missing IUSE to please repoman. (diff) | |
download | gentoo-2-3888c55f3bb1234118d70b9212b906b4ea811581.tar.gz gentoo-2-3888c55f3bb1234118d70b9212b906b4ea811581.tar.bz2 gentoo-2-3888c55f3bb1234118d70b9212b906b4ea811581.zip |
Fix homepage wrt #202445.
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'dev-java/commons-logging')
-rw-r--r-- | dev-java/commons-logging/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/commons-logging/commons-logging-1.1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/commons-logging/ChangeLog b/dev-java/commons-logging/ChangeLog index d8a5457915b6..8c5661107586 100644 --- a/dev-java/commons-logging/ChangeLog +++ b/dev-java/commons-logging/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/commons-logging # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-logging/ChangeLog,v 1.69 2011/05/03 18:21:02 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-logging/ChangeLog,v 1.70 2011/12/19 12:09:29 sera Exp $ + + 19 Dec 2011; Ralph Sennhauser <sera@gentoo.org> commons-logging-1.1.1.ebuild: + Fix homepage wrt #202445. 03 May 2011; Fabian Groffen <grobian@gentoo.org> commons-logging-1.1.1.ebuild: diff --git a/dev-java/commons-logging/commons-logging-1.1.1.ebuild b/dev-java/commons-logging/commons-logging-1.1.1.ebuild index 15f0de13d69f..e94028efdee3 100644 --- a/dev-java/commons-logging/commons-logging-1.1.1.ebuild +++ b/dev-java/commons-logging/commons-logging-1.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-logging/commons-logging-1.1.1.ebuild,v 1.10 2011/05/03 18:21:02 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-logging/commons-logging-1.1.1.ebuild,v 1.11 2011/12/19 12:09:29 sera Exp $ EAPI="1" JAVA_PKG_IUSE="doc source test" @@ -8,7 +8,7 @@ JAVA_PKG_IUSE="doc source test" inherit java-pkg-2 java-ant-2 java-osgi DESCRIPTION="The Jakarta-Commons Logging package is an ultra-thin bridge between different logging libraries." -HOMEPAGE="http://jakarta.apache.org/commons/logging/" +HOMEPAGE="http://commons.apache.org/logging/" SRC_URI="mirror://apache/commons/logging/source/${P}-src.tar.gz" LICENSE="Apache-2.0" |