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/commons-attributes-2.2.ebuild | |
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/commons-attributes-2.2.ebuild')
-rw-r--r-- | dev-java/commons-attributes/commons-attributes-2.2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
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" |