diff options
Diffstat (limited to 'dev-java/gnu-jaxp/gnu-jaxp-1.3.ebuild')
-rw-r--r-- | dev-java/gnu-jaxp/gnu-jaxp-1.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-java/gnu-jaxp/gnu-jaxp-1.3.ebuild b/dev-java/gnu-jaxp/gnu-jaxp-1.3.ebuild index 49eb170994fa..466074e6cfba 100644 --- a/dev-java/gnu-jaxp/gnu-jaxp-1.3.ebuild +++ b/dev-java/gnu-jaxp/gnu-jaxp-1.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/gnu-jaxp/gnu-jaxp-1.3.ebuild,v 1.9 2006/10/05 15:45:02 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/gnu-jaxp/gnu-jaxp-1.3.ebuild,v 1.10 2007/01/22 09:18:43 flameeyes Exp $ inherit java-pkg eutils @@ -8,7 +8,7 @@ MY_P=${PN/gnu-/}-${PV} DESCRIPTION="GNU JAXP, a free implementation of SAX parser API, DOM Level 2, Sun JAXP 1.1." HOMEPAGE="http://www.gnu.org/software/classpathx/jaxp/" -SRC_URI="ftp://ftp.gnu.org/pub/gnu/classpathx/${MY_P}.tar.gz" +SRC_URI="mirror://gnu/classpathx/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc ppc64 x86" |