diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-21 14:54:22 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-21 14:54:22 +0000 |
commit | b3d8e07e4991065d5f006b2c6d2248bf4fa022aa (patch) | |
tree | 28d9a70b62f0b022c23f5092f6e1aa3b44bc4c15 /games-strategy | |
parent | cleaned out old ebuilds. (Manifest recommit) (diff) | |
download | gentoo-2-b3d8e07e4991065d5f006b2c6d2248bf4fa022aa.tar.gz gentoo-2-b3d8e07e4991065d5f006b2c6d2248bf4fa022aa.tar.bz2 gentoo-2-b3d8e07e4991065d5f006b2c6d2248bf4fa022aa.zip |
version bump
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/wesnoth/ChangeLog | 8 | ||||
-rw-r--r-- | games-strategy/wesnoth/Manifest | 2 | ||||
-rw-r--r-- | games-strategy/wesnoth/files/digest-wesnoth-0.6.99.4 | 1 | ||||
-rw-r--r-- | games-strategy/wesnoth/wesnoth-0.6.99.4.ebuild | 36 |
4 files changed, 46 insertions, 1 deletions
diff --git a/games-strategy/wesnoth/ChangeLog b/games-strategy/wesnoth/ChangeLog index cd33abd91e33..15eb451790ab 100644 --- a/games-strategy/wesnoth/ChangeLog +++ b/games-strategy/wesnoth/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-strategy/wesnoth # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.11 2004/02/16 10:56:00 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.12 2004/02/21 14:54:22 mr_bones_ Exp $ + +*wesnoth-0.6.99.4 (21 Feb 2004) + + 21 Feb 2004; Michael Sterrett <mr_bones_@gentoo.org> + wesnoth-0.6.99.4.ebuild: + version bump *wesnoth-0.6.99.3 (16 Feb 2004) diff --git a/games-strategy/wesnoth/Manifest b/games-strategy/wesnoth/Manifest index 928cbcfc244f..29b142b45192 100644 --- a/games-strategy/wesnoth/Manifest +++ b/games-strategy/wesnoth/Manifest @@ -7,6 +7,7 @@ MD5 93568e78956478a481244d3dc74cbe5e wesnoth-0.6.1.ebuild 893 MD5 f5d5b6d1503a3ba1e0b070681ad7b902 wesnoth-0.6.99.1.ebuild 918 MD5 d341487bf607c02fa430fb1650f842dd wesnoth-0.6.99.2.ebuild 918 MD5 4c49a75ccb2f8d4606b13c6c88812d7c wesnoth-0.6.99.3.ebuild 918 +MD5 4c49a75ccb2f8d4606b13c6c88812d7c wesnoth-0.6.99.4.ebuild 918 MD5 12449f4d45609424ab20eb79f5f77baf files/digest-wesnoth-0.4.8 66 MD5 906d61f6bd37904556d48a72fd3d7e7f files/digest-wesnoth-0.5 65 MD5 d5ad9b90f362470f8749bf69f17eb378 files/digest-wesnoth-0.5.1 67 @@ -14,3 +15,4 @@ MD5 a4c70d154e44e8992198d637fcb4e13a files/digest-wesnoth-0.6.1 67 MD5 54b74b28b80b25f584a88dfdb4e1762d files/digest-wesnoth-0.6.99.1 70 MD5 e966635a1c1ba1490da3e026499af97f files/digest-wesnoth-0.6.99.2 70 MD5 b1d414864c9edca563ad0d94140311f0 files/digest-wesnoth-0.6.99.3 70 +MD5 5382dba4919d3693046891c0b4cc1327 files/digest-wesnoth-0.6.99.4 70 diff --git a/games-strategy/wesnoth/files/digest-wesnoth-0.6.99.4 b/games-strategy/wesnoth/files/digest-wesnoth-0.6.99.4 new file mode 100644 index 000000000000..92d83954783a --- /dev/null +++ b/games-strategy/wesnoth/files/digest-wesnoth-0.6.99.4 @@ -0,0 +1 @@ +MD5 62c0184a1c044944f0e94911e918b93c wesnoth-0.6.99.4.tar.gz 17083814 diff --git a/games-strategy/wesnoth/wesnoth-0.6.99.4.ebuild b/games-strategy/wesnoth/wesnoth-0.6.99.4.ebuild new file mode 100644 index 000000000000..a49b6049f609 --- /dev/null +++ b/games-strategy/wesnoth/wesnoth-0.6.99.4.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-0.6.99.4.ebuild,v 1.1 2004/02/21 14:54:22 mr_bones_ Exp $ + +inherit games + +DESCRIPTION="A fantasy turn-based strategy game" +HOMEPAGE="http://www.wesnoth.org/" +SRC_URI="http://www.wesnoth.org/files/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 amd64 ppc" +IUSE="server editor tools" + +DEPEND=">=media-libs/libsdl-1.2 + >=media-libs/sdl-image-1.2 + >=media-libs/sdl-mixer-1.2 + >=media-libs/sdl-ttf-2.0 + media-libs/sdl-net + virtual/x11" + +src_compile() { + egamesconf \ + `use_enable server` \ + `use_enable editor` \ + `use_enable tools` \ + || die "egamesconf failed" + emake || die "emake failed" +} + +src_install() { + make DESTDIR="${D}" install || die "make install failed" + dodoc MANUAL changelog || die "dodoc failed" + prepgamesdirs +} |