maksbotan 14/08/03 17:08:27 Modified: ChangeLog leechcraft.eclass Log: Remove sourceforge SRC_URI for leechcraft packages, only leechcraft.org is used now
Revision Changes Path 1.1337 eclass/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1337&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1337&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1336&r2=1.1337 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v retrieving revision 1.1336 retrieving revision 1.1337 diff -u -r1.1336 -r1.1337 --- ChangeLog 1 Aug 2014 16:32:16 -0000 1.1336 +++ ChangeLog 3 Aug 2014 17:08:27 -0000 1.1337 @@ -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 <[email protected]> leechcraft.eclass: + Remove sourceforge SRC_URI for leechcraft packages, only leechcraft.org is + used now 01 Aug 2014; Ian Stakenvicius (_AxS_) <[email protected]> mozconfig-v4.eclass: Updated mozconfig-v4.eclass to properly support optional IUSE=wifi 1.16 eclass/leechcraft.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/leechcraft.eclass?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/leechcraft.eclass?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/leechcraft.eclass?r1=1.15&r2=1.16 Index: leechcraft.eclass =================================================================== RCS file: /var/cvsroot/gentoo-x86/eclass/leechcraft.eclass,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- leechcraft.eclass 3 May 2014 21:25:46 -0000 1.15 +++ leechcraft.eclass 3 Aug 2014 17:08:27 -0000 1.16 @@ -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 @@ 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
