diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2013-09-24 15:39:43 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2013-09-24 15:39:43 +0000 |
commit | 2b8c8420580af9d5f024f5b926e5787a83ea508c (patch) | |
tree | 13e988155d762235c0098649e9179d7a0bdda2d4 /eclass | |
parent | Initial version. Original ebuild from pentoo-overlay. (diff) | |
download | historical-2b8c8420580af9d5f024f5b926e5787a83ea508c.tar.gz historical-2b8c8420580af9d5f024f5b926e5787a83ea508c.tar.bz2 historical-2b8c8420580af9d5f024f5b926e5787a83ea508c.zip |
Correct official mirror url in SRC_URI.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ChangeLog | 5 | ||||
-rw-r--r-- | eclass/leechcraft.eclass | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index f6be9bd6c649..de527a6f42cb 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.982 2013/09/21 01:03:42 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.983 2013/09/24 15:39:43 maksbotan Exp $ + + 24 Sep 2013; Maxim Koltsov <maksbotan@gentoo.org> leechcraft.eclass: + Correct official mirror url in SRC_URI. 21 Sep 2013; Christoph Junghans <ottxor@gentoo.org> alternatives.eclass: added prefix support diff --git a/eclass/leechcraft.eclass b/eclass/leechcraft.eclass index b3cfe5fdc946..b80301b693bf 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.11 2013/09/18 13:39:36 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/leechcraft.eclass,v 1.12 2013/09/24 15:39:43 maksbotan Exp $ # # @ECLASS: leechcraft.eclass # @MAINTAINER: @@ -37,7 +37,7 @@ if [[ ${PV} == 9999 ]]; then else DEPEND="app-arch/xz-utils" SRC_URI="mirror://sourceforge/leechcraft/leechcraft-${PV}.tar.xz - http://dist.leechcraft.org/LeechCraft/${PV}/${P}.tar.xz" + http://dist.leechcraft.org/LeechCraft/${PV}/leechcraft-${PV}.tar.xz" S="${WORKDIR}/leechcraft-${PV}" fi |