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 | b768287d4503832cbeb1b31509e3c9cfacafb2ec (patch) | |
tree | eeef529aa7897c42ec4083a0fec4b51d4d717211 /games-strategy | |
parent | version bump (diff) | |
download | historical-b768287d4503832cbeb1b31509e3c9cfacafb2ec.tar.gz historical-b768287d4503832cbeb1b31509e3c9cfacafb2ec.tar.bz2 historical-b768287d4503832cbeb1b31509e3c9cfacafb2ec.zip |
stable for x86
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/wesnoth/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/wesnoth/Manifest | 4 | ||||
-rw-r--r-- | games-strategy/wesnoth/wesnoth-1.0.1.ebuild | 11 |
3 files changed, 11 insertions, 9 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/Manifest b/games-strategy/wesnoth/Manifest index 39e696481bbf..d5edfab99ff9 100644 --- a/games-strategy/wesnoth/Manifest +++ b/games-strategy/wesnoth/Manifest @@ -1,7 +1,7 @@ -MD5 11def113bd1650f20f2ba1cd13bf85b4 ChangeLog 8736 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 MD5 57059bb5bc220cf8bcc5756fc97f55e5 wesnoth-0.9.7.ebuild 1304 -MD5 2464601e018b5a0aec6ff154b25b627b wesnoth-1.0.1.ebuild 2021 +MD5 0f39dfc48590404eb81c4303f4f5c0a4 wesnoth-1.0.1.ebuild 1987 +MD5 92e0d3119622ba0253d7b336435f9d6f ChangeLog 8834 MD5 fb1fa5b4b8d2cf8cb254199744d05a69 files/digest-wesnoth-0.9.7 67 MD5 6a73a3191925d45024cf48879c799e0e files/digest-wesnoth-1.0.1 67 MD5 2238ca275d6ab646096d612c46b1eb05 files/wesnothd.rc 619 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} |