diff options
author | 2007-05-12 09:15:35 +0000 | |
---|---|---|
committer | 2007-05-12 09:15:35 +0000 | |
commit | 10e65d97815e72a2f9ed76623c8ffb71448a8f28 (patch) | |
tree | a0f5d229c85e7d00ee9ab246ef97df05c8694da6 /games-strategy/freeciv/freeciv-2.0.9.ebuild | |
parent | Stable on mips. (diff) | |
download | historical-10e65d97815e72a2f9ed76623c8ffb71448a8f28.tar.gz historical-10e65d97815e72a2f9ed76623c8ffb71448a8f28.tar.bz2 historical-10e65d97815e72a2f9ed76623c8ffb71448a8f28.zip |
Fix unavailable stdsounds3.tar.gz url
Package-Manager: portage-2.1.2.7
Diffstat (limited to 'games-strategy/freeciv/freeciv-2.0.9.ebuild')
-rw-r--r-- | games-strategy/freeciv/freeciv-2.0.9.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
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" |