diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-12 21:37:11 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-12 21:37:11 +0000 |
commit | c8d5d40b1c9efc11d4db739d82f595240013d41a (patch) | |
tree | ceafdc425e6f234d8bc02bb194441a45f728efec /games-strategy | |
parent | header fix (Manifest recommit) (diff) | |
download | gentoo-2-c8d5d40b1c9efc11d4db739d82f595240013d41a.tar.gz gentoo-2-c8d5d40b1c9efc11d4db739d82f595240013d41a.tar.bz2 gentoo-2-c8d5d40b1c9efc11d4db739d82f595240013d41a.zip |
use mirror: in SRC_URI; tidy
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/wesnoth/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/wesnoth/wesnoth-0.8.4.ebuild | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/games-strategy/wesnoth/ChangeLog b/games-strategy/wesnoth/ChangeLog index 419881ecc5e5..fcfc1a4bcbec 100644 --- a/games-strategy/wesnoth/ChangeLog +++ b/games-strategy/wesnoth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/wesnoth # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.37 2004/09/12 01:53:56 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.38 2004/09/12 21:37:11 mr_bones_ Exp $ + + 12 Sep 2004; Michael Sterrett <mr_bones_@gentoo.org> wesnoth-0.8.4.ebuild: + use mirror: in SRC_URI; tidy *wesnoth-0.8.4 (11 Sep 2004) diff --git a/games-strategy/wesnoth/wesnoth-0.8.4.ebuild b/games-strategy/wesnoth/wesnoth-0.8.4.ebuild index 1ef3af024693..d5757e3c9947 100644 --- a/games-strategy/wesnoth/wesnoth-0.8.4.ebuild +++ b/games-strategy/wesnoth/wesnoth-0.8.4.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-0.8.4.ebuild,v 1.1 2004/09/12 01:53:56 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-0.8.4.ebuild,v 1.2 2004/09/12 21:37:11 mr_bones_ Exp $ inherit eutils flag-o-matic gcc games DESCRIPTION="A fantasy turn-based strategy game" HOMEPAGE="http://www.wesnoth.org/" -SRC_URI="http://www.wesnoth.org/files/${P}.tar.gz" +SRC_URI="mirror://sourceforge/wesnoth/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" @@ -25,11 +25,10 @@ src_unpack() { cd "${S}" epatch "${FILESDIR}/${PV}-conf.patch" autoconf -o configure configure.ac - #sed -i -e '1s/$/ -x/' configure } src_compile() { - [ "$(gcc-fullversion)" == "3.4.0" ] && filter-flags -ftracer + filter-flags -ftracer egamesconf \ --disable-dependency-tracking \ $(use_enable nomusic lite) \ |