diff options
author | Julian Ospald <hasufell@gentoo.org> | 2012-08-21 12:44:57 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2012-08-21 12:44:57 +0000 |
commit | 4f31bbea563012434f39662a8ccef8d55e1b903e (patch) | |
tree | 956505ef0d05e7bd887ab9616a931e3386e1b124 /games-strategy/megaglest-data | |
parent | Stable for amd64, wrt bug #432072 (diff) | |
download | gentoo-2-4f31bbea563012434f39662a8ccef8d55e1b903e.tar.gz gentoo-2-4f31bbea563012434f39662a8ccef8d55e1b903e.tar.bz2 gentoo-2-4f31bbea563012434f39662a8ccef8d55e1b903e.zip |
fix SRC_URI wrt #432148
(Portage version: 2.2.0_alpha121/cvs/Linux x86_64)
Diffstat (limited to 'games-strategy/megaglest-data')
-rw-r--r-- | games-strategy/megaglest-data/ChangeLog | 6 | ||||
-rw-r--r-- | games-strategy/megaglest-data/megaglest-data-3.6.0.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-strategy/megaglest-data/ChangeLog b/games-strategy/megaglest-data/ChangeLog index e58658956a17..7217d45f503b 100644 --- a/games-strategy/megaglest-data/ChangeLog +++ b/games-strategy/megaglest-data/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/megaglest-data # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/megaglest-data/ChangeLog,v 1.1 2012/08/19 21:10:13 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/megaglest-data/ChangeLog,v 1.2 2012/08/21 12:44:57 hasufell Exp $ + + 21 Aug 2012; Julian Ospald <hasufell@gentoo.org> + megaglest-data-3.6.0.3.ebuild: + fix SRC_URI wrt #432148 *megaglest-data-3.6.0.3 (19 Aug 2012) diff --git a/games-strategy/megaglest-data/megaglest-data-3.6.0.3.ebuild b/games-strategy/megaglest-data/megaglest-data-3.6.0.3.ebuild index 9faa68efe015..6858c0404f32 100644 --- a/games-strategy/megaglest-data/megaglest-data-3.6.0.3.ebuild +++ b/games-strategy/megaglest-data/megaglest-data-3.6.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/megaglest-data/megaglest-data-3.6.0.3.ebuild,v 1.1 2012/08/19 21:10:13 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/megaglest-data/megaglest-data-3.6.0.3.ebuild,v 1.2 2012/08/21 12:44:57 hasufell Exp $ EAPI=4 inherit cmake-utils games @@ -8,7 +8,7 @@ inherit cmake-utils games MY_PN="megaglest" DESCRIPTION="Data files for the cross-platform 3D realtime strategy game MegaGlest" HOMEPAGE="http://www.megaglest.org/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" +SRC_URI="mirror://sourceforge/${MY_PN}/${P}.tar.xz" LICENSE="CCPL-Attribution-ShareAlike-3.0" SLOT="0" |