diff options
author | 2013-09-18 13:39:36 +0000 | |
---|---|---|
committer | 2013-09-18 13:39:36 +0000 | |
commit | 0a0172f5d1e1b1f3f0ca5c4be4892187608df92f (patch) | |
tree | 679d9e82198fb3a637b15a7c2087ee29c785c510 /eclass | |
parent | Security bump (bug #485258). Removed old (diff) | |
download | historical-0a0172f5d1e1b1f3f0ca5c4be4892187608df92f.tar.gz historical-0a0172f5d1e1b1f3f0ca5c4be4892187608df92f.tar.bz2 historical-0a0172f5d1e1b1f3f0ca5c4be4892187608df92f.zip |
Add official mirror to LeechCraft SRC_URI, thanks to 0xd34df00d
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ChangeLog | 5 | ||||
-rw-r--r-- | eclass/leechcraft.eclass | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 086253afb7bb..dc3aee736228 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.975 2013/09/18 08:49:33 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.976 2013/09/18 13:39:36 pinkbyte Exp $ + + 18 Sep 2013; Sergey Popov <pinkbyte@gentoo.org> leechcraft.eclass: + Add official mirror to LeechCraft SRC_URI, thanks to 0xd34df00d 18 Sep 2013; Michał Górny <mgorny@gentoo.org> multibuild.eclass: Fix coreutils dep to be build-time. diff --git a/eclass/leechcraft.eclass b/eclass/leechcraft.eclass index cad3f3047295..b3cfe5fdc946 100644 --- a/eclass/leechcraft.eclass +++ b/eclass/leechcraft.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/leechcraft.eclass,v 1.10 2013/05/08 10:25:48 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/leechcraft.eclass,v 1.11 2013/09/18 13:39:36 pinkbyte Exp $ # # @ECLASS: leechcraft.eclass # @MAINTAINER: @@ -36,7 +36,8 @@ if [[ ${PV} == 9999 ]]; then inherit git-2 else DEPEND="app-arch/xz-utils" - SRC_URI="mirror://sourceforge/leechcraft/leechcraft-${PV}.tar.xz" + SRC_URI="mirror://sourceforge/leechcraft/leechcraft-${PV}.tar.xz + http://dist.leechcraft.org/LeechCraft/${PV}/${P}.tar.xz" S="${WORKDIR}/leechcraft-${PV}" fi |