diff options
author | Vlastimil Babka <caster@gentoo.org> | 2007-01-21 21:37:02 +0000 |
---|---|---|
committer | Vlastimil Babka <caster@gentoo.org> | 2007-01-21 21:37:02 +0000 |
commit | f2fecd5d375c9c399ae0742e51e4c6f2115dcda6 (patch) | |
tree | 7db8d03fb1ef48ab501daebb99bbc0886edc03fb | |
parent | Stable on IA64, bug 156662. (diff) | |
download | gentoo-2-f2fecd5d375c9c399ae0742e51e4c6f2115dcda6.tar.gz gentoo-2-f2fecd5d375c9c399ae0742e51e4c6f2115dcda6.tar.bz2 gentoo-2-f2fecd5d375c9c399ae0742e51e4c6f2115dcda6.zip |
Change distfile location from my devspace to mirror://gentoo
----------------------------------------------------------------------
-rw-r--r-- | eclass/ant-tasks.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/ant-tasks.eclass b/eclass/ant-tasks.eclass index 80aa96275148..df7f62be6acc 100644 --- a/eclass/ant-tasks.eclass +++ b/eclass/ant-tasks.eclass @@ -3,7 +3,7 @@ # Copyright 2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later # Author Vlastimil Babka <caster@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/ant-tasks.eclass,v 1.2 2007/01/21 21:33:36 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ant-tasks.eclass,v 1.3 2007/01/21 21:37:02 caster Exp $ inherit java-pkg-2 versionator @@ -87,7 +87,7 @@ MY_P="apache-ant-${MY_PV}" DESCRIPTION="Apache Ant's optional tasks depending on ${ANT_TASK_DEPNAME}" HOMEPAGE="http://ant.apache.org/" SRC_URI="${SRC_URI_PREFIX}/${MY_P}-src.tar.bz2 - http://dev.gentoo.org/~caster/distfiles/ant-${PV}-gentoo.tar.bz2" + mirror://gentoo/ant-${PV}-gentoo.tar.bz2" LICENSE="Apache-2.0" SLOT="0" IUSE="" |