diff options
author | 2009-08-12 15:47:36 +0000 | |
---|---|---|
committer | 2009-08-12 15:47:36 +0000 | |
commit | 3cf99ada25d8aa199d4fd543178243e59a2c4e00 (patch) | |
tree | 6ef8100cee31d5f323db46a030b33d462129bdac /games-rpg | |
parent | Remove old. (diff) | |
download | gentoo-2-3cf99ada25d8aa199d4fd543178243e59a2c4e00.tar.gz gentoo-2-3cf99ada25d8aa199d4fd543178243e59a2c4e00.tar.bz2 gentoo-2-3cf99ada25d8aa199d4fd543178243e59a2c4e00.zip |
remove extra slash in SRC_URI - reported by Anton Romanov (bug #281171)
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-rpg')
-rw-r--r-- | games-rpg/lure/ChangeLog | 5 | ||||
-rw-r--r-- | games-rpg/lure/lure-1.1.ebuild | 14 |
2 files changed, 11 insertions, 8 deletions
diff --git a/games-rpg/lure/ChangeLog b/games-rpg/lure/ChangeLog index 05a5b120d243..af4ce7f3c560 100644 --- a/games-rpg/lure/ChangeLog +++ b/games-rpg/lure/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-rpg/lure # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/lure/ChangeLog,v 1.1 2009/08/11 22:52:58 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/lure/ChangeLog,v 1.2 2009/08/12 15:47:36 mr_bones_ Exp $ + + 12 Aug 2009; Michael Sterrett <mr_bones_@gentoo.org> lure-1.1.ebuild: + remove extra slash in SRC_URI - reported by Anton Romanov (bug #281171) *lure-1.1 (11 Aug 2009) diff --git a/games-rpg/lure/lure-1.1.ebuild b/games-rpg/lure/lure-1.1.ebuild index 9cb15be6c678..a8c53b93f36a 100644 --- a/games-rpg/lure/lure-1.1.ebuild +++ b/games-rpg/lure/lure-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/lure/lure-1.1.ebuild,v 1.1 2009/08/11 22:52:58 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/lure/lure-1.1.ebuild,v 1.2 2009/08/12 15:47:36 mr_bones_ Exp $ EAPI=2 inherit eutils games @@ -11,12 +11,12 @@ HOMEPAGE="http://www.revolution.co.uk/_display.php?id=10" SRC_URI=" http://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/tags/release-0-13-1/dists/engine-data/lure.dat -> lure-${DAT_PV}.dat !linguas_en? ( !linguas_es? ( !linguas_fr? ( !linguas_de? ( !linguas_it? - ( mirror://sourceforge//scummvm/${P}.zip -> ${PN}-en-${PV}.zip ) ) ) ) ) - linguas_en? ( mirror://sourceforge//scummvm/${P}.zip -> ${PN}-en-${PV}.zip ) - linguas_es? ( mirror://sourceforge//scummvm/${PN}-es-${PV}.zip ) - linguas_fr? ( mirror://sourceforge//scummvm/${PN}-fr-${PV}.zip ) - linguas_de? ( mirror://sourceforge//scummvm/${PN}-de-${PV}.zip ) - linguas_it? ( mirror://sourceforge//scummvm/${PN}-it-${PV}.zip )" + ( mirror://sourceforge/scummvm/${P}.zip -> ${PN}-en-${PV}.zip ) ) ) ) ) + linguas_en? ( mirror://sourceforge/scummvm/${P}.zip -> ${PN}-en-${PV}.zip ) + linguas_es? ( mirror://sourceforge/scummvm/${PN}-es-${PV}.zip ) + linguas_fr? ( mirror://sourceforge/scummvm/${PN}-fr-${PV}.zip ) + linguas_de? ( mirror://sourceforge/scummvm/${PN}-de-${PV}.zip ) + linguas_it? ( mirror://sourceforge/scummvm/${PN}-it-${PV}.zip )" LICENSE="lure" SLOT="0" |