diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2007-05-12 09:15:35 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2007-05-12 09:15:35 +0000 |
commit | ed320cc5f3e96ebcb3081b92acb2aea1b6fc6ab8 (patch) | |
tree | 7768a2f4c1735e7dc047c4ef74f29727ab20b462 /games-strategy/freeciv | |
parent | Stable on mips. (diff) | |
download | gentoo-2-ed320cc5f3e96ebcb3081b92acb2aea1b6fc6ab8.tar.gz gentoo-2-ed320cc5f3e96ebcb3081b92acb2aea1b6fc6ab8.tar.bz2 gentoo-2-ed320cc5f3e96ebcb3081b92acb2aea1b6fc6ab8.zip |
Fix unavailable stdsounds3.tar.gz url
(Portage version: 2.1.2.7)
Diffstat (limited to 'games-strategy/freeciv')
-rw-r--r-- | games-strategy/freeciv/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/freeciv/freeciv-2.0.9.ebuild | 9 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-strategy/freeciv/ChangeLog b/games-strategy/freeciv/ChangeLog index 09d8f250053e..187555280347 100644 --- a/games-strategy/freeciv/ChangeLog +++ b/games-strategy/freeciv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/freeciv # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v 1.60 2007/03/12 18:04:43 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v 1.61 2007/05/12 09:15:35 genstef Exp $ + + 12 May 2007; Stefan Schweizer <genstef@gentoo.org> freeciv-2.0.9.ebuild: + Fix unavailable stdsounds3.tar.gz url 12 Mar 2007; Marius Mauch <genone@gentoo.org> freeciv-2.0.9.ebuild: Replacing einfo with elog diff --git a/games-strategy/freeciv/freeciv-2.0.9.ebuild b/games-strategy/freeciv/freeciv-2.0.9.ebuild index 509b8522bd44..c231bbb82640 100644 --- a/games-strategy/freeciv/freeciv-2.0.9.ebuild +++ b/games-strategy/freeciv/freeciv-2.0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.0.9.ebuild,v 1.3 2007/03/12 18:04:43 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.0.9.ebuild,v 1.4 2007/05/12 09:15:35 genstef Exp $ inherit eutils games @@ -11,11 +11,12 @@ SRC_URI="ftp://ftp.freeciv.org/pub/freeciv/stable/${MY_P}.tar.bz2 mirror://gentoo/${PN}.png !dedicated? ( alsa? ( - http://www.freeciv.org/ftp/contrib/sounds/sets/stdsounds3.tar.gz ) + ftp://ftp.freeciv.org/freeciv/contrib/audio/soundsets/stdsounds3.tar.gz ) esd? ( - http://www.freeciv.org/ftp/contrib/sounds/sets/stdsounds3.tar.gz ) + ftp://ftp.freeciv.org/freeciv/contrib/audio/soundsets/stdsounds3.tar.gz ) sdl? ( - http://www.freeciv.org/ftp/contrib/sounds/sets/stdsounds3.tar.gz ) )" + ftp://ftp.freeciv.org/freeciv/contrib/audio/soundsets/stdsounds3.tar.gz ) + )" LICENSE="GPL-2" SLOT="0" |