summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMaxim Koltsov <maksbotan@gentoo.org>2014-08-03 17:08:27 +0000
committerMaxim Koltsov <maksbotan@gentoo.org>2014-08-03 17:08:27 +0000
commitca35d3acdd11dd2c1fff62acf1ae830ea2b69f22 (patch)
tree7cc2250a88f261178ad7acf70e277420c7f8d6e3 /eclass
parentarm64, initial support (diff)
downloadgentoo-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')
-rw-r--r--eclass/ChangeLog6
-rw-r--r--eclass/leechcraft.eclass5
2 files changed, 7 insertions, 4 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index 0cd0a2bab7aa..ccc0cfeb8580 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for eclass directory
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1336 2014/08/01 16:32:16 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1337 2014/08/03 17:08:27 maksbotan Exp $
+
+ 03 Aug 2014; Maxim Koltsov <maksbotan@gentoo.org> leechcraft.eclass:
+ Remove sourceforge SRC_URI for leechcraft packages, only leechcraft.org is
+ used now
01 Aug 2014; Ian Stakenvicius (_AxS_) <axs@gentoo.org> mozconfig-v4.eclass:
Updated mozconfig-v4.eclass to properly support optional IUSE=wifi
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