diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-11-14 07:42:23 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-11-14 07:42:23 +0000 |
commit | 1ae7b96acd9de5df41b63a86be76f8be58ecf4f8 (patch) | |
tree | 970a1901ea20d86c467f1c4444323fb9aceddfe3 /games-strategy | |
parent | version bump (diff) | |
download | gentoo-2-1ae7b96acd9de5df41b63a86be76f8be58ecf4f8.tar.gz gentoo-2-1ae7b96acd9de5df41b63a86be76f8be58ecf4f8.tar.bz2 gentoo-2-1ae7b96acd9de5df41b63a86be76f8be58ecf4f8.zip |
stable for x86
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/wesnoth/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/wesnoth/wesnoth-1.0.1.ebuild | 11 |
2 files changed, 9 insertions, 7 deletions
diff --git a/games-strategy/wesnoth/ChangeLog b/games-strategy/wesnoth/ChangeLog index 6cab32884bc2..6fee1ad63fa8 100644 --- a/games-strategy/wesnoth/ChangeLog +++ b/games-strategy/wesnoth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/wesnoth # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.64 2005/11/07 02:28:34 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.65 2005/11/14 07:42:23 mr_bones_ Exp $ + + 14 Nov 2005; Michael Sterrett <mr_bones_@gentoo.org> wesnoth-1.0.1.ebuild: + stable for x86 07 Nov 2005; Brent Baude <ranger@gentoo.org> wesnoth-1.0.1.ebuild: Marking wesnoth-1.0.1 ~ppc64 per bug 111430 diff --git a/games-strategy/wesnoth/wesnoth-1.0.1.ebuild b/games-strategy/wesnoth/wesnoth-1.0.1.ebuild index 88491eeb53ac..b7868747c589 100644 --- a/games-strategy/wesnoth/wesnoth-1.0.1.ebuild +++ b/games-strategy/wesnoth/wesnoth-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.0.1.ebuild,v 1.2 2005/11/07 02:28:34 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.0.1.ebuild,v 1.3 2005/11/14 07:42:23 mr_bones_ Exp $ inherit eutils toolchain-funcs flag-o-matic games @@ -8,22 +8,21 @@ MY_PV=${PV/_/} DESCRIPTION="A fantasy turn-based strategy game" HOMEPAGE="http://www.wesnoth.org/" SRC_URI="mirror://sourceforge/wesnoth/${PN}-${MY_PV}.tar.gz" -S="${WORKDIR}/${PN}-${MY_PV}" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc x86" IUSE="dedicated editor gnome kde lite nls server tools" -RDEPEND=">=media-libs/libsdl-1.2.7 +DEPEND=">=media-libs/libsdl-1.2.7 !dedicated? (virtual/x11 >=media-libs/freetype-2 ) >=media-libs/sdl-mixer-1.2 >=media-libs/sdl-image-1.2 media-libs/sdl-net sys-libs/zlib" -DEPEND="${RDEPEND} - sys-apps/sed" + +S=${WORKDIR}/${PN}-${MY_PV} src_unpack() { unpack ${A} |