diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2014-08-03 17:08:27 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2014-08-03 17:08:27 +0000 |
commit | ca35d3acdd11dd2c1fff62acf1ae830ea2b69f22 (patch) | |
tree | 7cc2250a88f261178ad7acf70e277420c7f8d6e3 /eclass/leechcraft.eclass | |
parent | arm64, initial support (diff) | |
download | gentoo-2-ca35d3acdd11dd2c1fff62acf1ae830ea2b69f22.tar.gz gentoo-2-ca35d3acdd11dd2c1fff62acf1ae830ea2b69f22.tar.bz2 gentoo-2-ca35d3acdd11dd2c1fff62acf1ae830ea2b69f22.zip |
Remove sourceforge SRC_URI for leechcraft packages, only leechcraft.org is used now
Diffstat (limited to 'eclass/leechcraft.eclass')
-rw-r--r-- | eclass/leechcraft.eclass | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/eclass/leechcraft.eclass b/eclass/leechcraft.eclass index 829dc0c7717d..f48ad2715c7c 100644 --- a/eclass/leechcraft.eclass +++ b/eclass/leechcraft.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/leechcraft.eclass,v 1.15 2014/05/03 21:25:46 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/leechcraft.eclass,v 1.16 2014/08/03 17:08:27 maksbotan Exp $ # # @ECLASS: leechcraft.eclass # @MAINTAINER: @@ -36,8 +36,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-2 else DEPEND="app-arch/xz-utils" - SRC_URI="mirror://sourceforge/leechcraft/leechcraft-${PV}.tar.xz - http://dist.leechcraft.org/LeechCraft/${PV}/leechcraft-${PV}.tar.xz" + SRC_URI="http://dist.leechcraft.org/LeechCraft/${PV}/leechcraft-${PV}.tar.xz" S="${WORKDIR}/leechcraft-${PV}" fi |