diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-12-06 02:11:32 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-12-06 02:11:32 +0000 |
commit | 761308c190110ad377c9369d4f580599cbfc58b0 (patch) | |
tree | d185397e0487c54c9a978868ce5a20e112110dc3 /games-strategy | |
parent | hacked the tarball a bit more, here is an updated digest (Manifest recommit) (diff) | |
download | gentoo-2-761308c190110ad377c9369d4f580599cbfc58b0.tar.gz gentoo-2-761308c190110ad377c9369d4f580599cbfc58b0.tar.bz2 gentoo-2-761308c190110ad377c9369d4f580599cbfc58b0.zip |
version bump
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/wesnoth/ChangeLog | 7 | ||||
-rw-r--r-- | games-strategy/wesnoth/Manifest | 2 | ||||
-rw-r--r-- | games-strategy/wesnoth/files/digest-wesnoth-0.8.8 | 1 | ||||
-rw-r--r-- | games-strategy/wesnoth/wesnoth-0.8.8.ebuild | 53 |
4 files changed, 62 insertions, 1 deletions
diff --git a/games-strategy/wesnoth/ChangeLog b/games-strategy/wesnoth/ChangeLog index 5254dbeeda72..9a70c3ccd926 100644 --- a/games-strategy/wesnoth/ChangeLog +++ b/games-strategy/wesnoth/ChangeLog @@ -1,6 +1,11 @@ # 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.40 2004/11/03 04:56:04 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.41 2004/12/06 02:11:32 mr_bones_ Exp $ + +*wesnoth-0.8.8 (05 Dec 2004) + + 05 Dec 2004; Michael Sterrett <mr_bones_@gentoo.org> +wesnoth-0.8.8.ebuild: + version bump 02 Nov 2004; Michael Sterrett <mr_bones_@gentoo.org> : version bump diff --git a/games-strategy/wesnoth/Manifest b/games-strategy/wesnoth/Manifest index 65e8365b8020..9fe94cd95da2 100644 --- a/games-strategy/wesnoth/Manifest +++ b/games-strategy/wesnoth/Manifest @@ -6,6 +6,7 @@ MD5 b28e4eb180684bc352b4835100ad800a wesnoth-0.8.2.ebuild 1156 MD5 86c8e3d2d11112a6e293cbb39d5a32c3 wesnoth-0.8.4.ebuild 1237 MD5 08a3449d1cb04c8e35c08c1ecc615255 wesnoth-0.8.5.ebuild 1384 MD5 05c3fd9c6e7f0a68fee3a6f80e8c57d8 wesnoth-0.8.7.ebuild 1333 +MD5 05c3fd9c6e7f0a68fee3a6f80e8c57d8 wesnoth-0.8.8.ebuild 1333 MD5 c62eaa95b5f21678b071c39ae5b60f0c files/digest-wesnoth-0.8 65 MD5 2bc8f6215be5ce7f59d5e7969ad042d1 files/digest-wesnoth-0.8.1 67 MD5 b97ec5f679625aad3505bc806419bdf7 files/digest-wesnoth-0.8.2 67 @@ -14,3 +15,4 @@ MD5 69f93bd070c20b79508a17d466ae01fe files/0.8.4-conf.patch 1707 MD5 5e435c79415e081c1f29e639fe8565a5 files/digest-wesnoth-0.8.5 67 MD5 69f93bd070c20b79508a17d466ae01fe files/0.8.5-conf.patch 1707 MD5 b06353437e93f7484c151125d36e5d73 files/digest-wesnoth-0.8.7 67 +MD5 904fb0e4137a854d6e5ea5375f3d9922 files/digest-wesnoth-0.8.8 67 diff --git a/games-strategy/wesnoth/files/digest-wesnoth-0.8.8 b/games-strategy/wesnoth/files/digest-wesnoth-0.8.8 new file mode 100644 index 000000000000..d0685cd759f9 --- /dev/null +++ b/games-strategy/wesnoth/files/digest-wesnoth-0.8.8 @@ -0,0 +1 @@ +MD5 54a580a721ea19b8006cedb2766fe6ba wesnoth-0.8.8.tar.gz 34172227 diff --git a/games-strategy/wesnoth/wesnoth-0.8.8.ebuild b/games-strategy/wesnoth/wesnoth-0.8.8.ebuild new file mode 100644 index 000000000000..f61be16529ba --- /dev/null +++ b/games-strategy/wesnoth/wesnoth-0.8.8.ebuild @@ -0,0 +1,53 @@ +# 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.8.ebuild,v 1.1 2004/12/06 02:11:32 mr_bones_ Exp $ + +inherit eutils flag-o-matic gcc games + +DESCRIPTION="A fantasy turn-based strategy game" +HOMEPAGE="http://www.wesnoth.org/" +SRC_URI="mirror://sourceforge/wesnoth/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 ppc sparc amd64" +IUSE="nls server editor tools gnome kde nomusic" + +DEPEND=">=media-libs/libsdl-1.2.7 + >=media-libs/sdl-image-1.2 + >=media-libs/sdl-mixer-1.2 + >=media-libs/freetype-2 + media-libs/sdl-net + sys-libs/zlib + virtual/x11" + +src_unpack() { + unpack ${A} + cd "${S}" + sed -i \ + -e 's/--expandvars//' configure \ + || die "sed failed" +} + +src_compile() { + filter-flags -ftracer + egamesconf \ + --disable-dependency-tracking \ + $(use_enable nomusic lite) \ + $(use_enable server) \ + $(use_enable server campaign-server) \ + $(use_enable editor) \ + $(use_enable tools) \ + $(use_enable nls) \ + $(use_with gnome) \ + $(use_with kde) \ + || die + emake || die "emake failed" +} + +src_install() { + make DESTDIR="${D}" install || die "make install failed" + mv "${D}${GAMES_DATADIR}/"{icons,applnk,applications} "${D}/usr/share/" + dodoc MANUAL changelog || die "dodoc failed" + prepgamesdirs +} |