diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-08-09 16:35:28 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-08-09 16:35:28 +0000 |
commit | e1be5d4c76727136220171d6ce1f304093b4932e (patch) | |
tree | 23eb2c27869c09b69948cea12aa6c1cf5c9abef6 /games-strategy/wesnoth | |
parent | Update runtime snapshot to 20050809. Include grub syntax highlighting fix fro... (diff) | |
download | historical-e1be5d4c76727136220171d6ce1f304093b4932e.tar.gz historical-e1be5d4c76727136220171d6ce1f304093b4932e.tar.bz2 historical-e1be5d4c76727136220171d6ce1f304093b4932e.zip |
version bump
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'games-strategy/wesnoth')
-rw-r--r-- | games-strategy/wesnoth/ChangeLog | 8 | ||||
-rw-r--r-- | games-strategy/wesnoth/Manifest | 4 | ||||
-rw-r--r-- | games-strategy/wesnoth/files/digest-wesnoth-0.9.5 | 1 | ||||
-rw-r--r-- | games-strategy/wesnoth/wesnoth-0.9.5.ebuild | 45 |
4 files changed, 56 insertions, 2 deletions
diff --git a/games-strategy/wesnoth/ChangeLog b/games-strategy/wesnoth/ChangeLog index a7ce695fd002..00d39022c0e1 100644 --- a/games-strategy/wesnoth/ChangeLog +++ b/games-strategy/wesnoth/ChangeLog @@ -1,6 +1,12 @@ # 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.53 2005/07/24 00:27:22 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.54 2005/08/09 16:35:28 mr_bones_ Exp $ + +*wesnoth-0.9.5 (09 Aug 2005) + + 09 Aug 2005; Michael Sterrett <mr_bones_@gentoo.org> + +wesnoth-0.9.5.ebuild: + version bump *wesnoth-0.9.4 (24 Jul 2005) diff --git a/games-strategy/wesnoth/Manifest b/games-strategy/wesnoth/Manifest index f17a3dccc165..673a65ce36f8 100644 --- a/games-strategy/wesnoth/Manifest +++ b/games-strategy/wesnoth/Manifest @@ -1,10 +1,12 @@ MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 MD5 1831f8ef066afb5f2155303dd53ea74b wesnoth-0.9.4.ebuild 1207 MD5 7c47e4ea083a70208dbd3af0fd5762ea wesnoth-0.9.1.ebuild 1526 +MD5 3c8237ef809fe38bc5b3f7cb1d72d243 wesnoth-0.9.5.ebuild 1211 MD5 8fb0482ca0c49d7e4ba90649ae6ba1a1 wesnoth-0.9.2.ebuild 1620 -MD5 56cfc9d6561f01fc854dc398ec4b8c97 ChangeLog 7346 +MD5 80e29ce4eac4224d7b418cad508b1a09 ChangeLog 7472 MD5 d9b716f96dd6348b907dfb2319ae80a4 wesnoth-0.9.3.ebuild 1207 MD5 ea2efbb3f381d538283b68d4f21120a6 files/digest-wesnoth-0.9.4 67 MD5 5dc47eb07568e52d6a8cfadc4f278924 files/digest-wesnoth-0.9.3 67 MD5 d311e24bad645f1e02171305e415574c files/digest-wesnoth-0.9.1 139 MD5 c2e828026f26a0373ee5546086427c60 files/digest-wesnoth-0.9.2 139 +MD5 71dbed5b6d7ecb9c9c7750acb349f400 files/digest-wesnoth-0.9.5 67 diff --git a/games-strategy/wesnoth/files/digest-wesnoth-0.9.5 b/games-strategy/wesnoth/files/digest-wesnoth-0.9.5 new file mode 100644 index 000000000000..cd46b38000b6 --- /dev/null +++ b/games-strategy/wesnoth/files/digest-wesnoth-0.9.5 @@ -0,0 +1 @@ +MD5 864dee75a0d5c37a5e91d2f063121a83 wesnoth-0.9.5.tar.gz 40104367 diff --git a/games-strategy/wesnoth/wesnoth-0.9.5.ebuild b/games-strategy/wesnoth/wesnoth-0.9.5.ebuild new file mode 100644 index 000000000000..56ec2de0d93b --- /dev/null +++ b/games-strategy/wesnoth/wesnoth-0.9.5.ebuild @@ -0,0 +1,45 @@ +# 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-0.9.5.ebuild,v 1.1 2005/08/09 16:35:28 mr_bones_ Exp $ + +inherit eutils flag-o-matic 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="~amd64 ~ppc ~sparc ~x86" +IUSE="editor gnome kde lite nls server tools" + +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_compile() { + filter-flags -ftracer -fomit-frame-pointer + egamesconf \ + --disable-dependency-tracking \ + $(use_enable 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 + prepgamesdirs +} |