diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2008-04-05 00:37:20 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2008-04-05 00:37:20 +0000 |
commit | c8891bee970208b18e78b56b48d753bfe3fa1347 (patch) | |
tree | cd300183d2ff31e7afe44e4166643e2ca6c0b1f6 /dev-java/commons-attributes | |
parent | Version bump. (diff) | |
download | gentoo-2-c8891bee970208b18e78b56b48d753bfe3fa1347.tar.gz gentoo-2-c8891bee970208b18e78b56b48d753bfe3fa1347.tar.bz2 gentoo-2-c8891bee970208b18e78b56b48d753bfe3fa1347.zip |
Fix HOMEPAGE wrt jakarta changes.
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-java/commons-attributes')
-rw-r--r-- | dev-java/commons-attributes/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/commons-attributes/commons-attributes-2.2.ebuild | 8 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-java/commons-attributes/ChangeLog b/dev-java/commons-attributes/ChangeLog index 1ca268f9d2dc..41922b1de28b 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-attributes/ChangeLog,v 1.9 2008/03/25 19:46:52 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-attributes/ChangeLog,v 1.10 2008/04/05 00:37:20 betelgeuse Exp $ + + 05 Apr 2008; Petteri Räty <betelgeuse@gentoo.org> + commons-attributes-2.2.ebuild: + Fix HOMEPAGE wrt jakarta changes. 25 Mar 2008; Petteri Räty <betelgeuse@gentoo.org> -commons-attributes-2.1-r1.ebuild: diff --git a/dev-java/commons-attributes/commons-attributes-2.2.ebuild b/dev-java/commons-attributes/commons-attributes-2.2.ebuild index d038a27a8546..23725e420c08 100644 --- a/dev-java/commons-attributes/commons-attributes-2.2.ebuild +++ b/dev-java/commons-attributes/commons-attributes-2.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 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.2.ebuild,v 1.1 2007/11/12 23:49:23 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-attributes/commons-attributes-2.2.ebuild,v 1.2 2008/04/05 00:37:20 betelgeuse Exp $ EAPI=1 JAVA_PKG_IUSE="doc source" @@ -8,8 +8,8 @@ JAVA_PKG_IUSE="doc source" inherit eutils java-pkg-2 java-ant-2 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.tar.gz" +HOMEPAGE="http://commons.apache.org/attributes/" +SRC_URI="mirror://apache/commons/attributes/source/${P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="2" |