diff options
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" |