diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-01-24 03:15:46 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-01-24 03:15:46 +0000 |
commit | a8e17fcc6aad358f8b8da6e2d8390b862c3855b4 (patch) | |
tree | 021ad1c83391f8bf4dd067806ce698f53df3aa15 /games-strategy/crimson | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-a8e17fcc6aad358f8b8da6e2d8390b862c3855b4.tar.gz gentoo-2-a8e17fcc6aad358f8b8da6e2d8390b862c3855b4.tar.bz2 gentoo-2-a8e17fcc6aad358f8b8da6e2d8390b862c3855b4.zip |
version bump
(Portage version: 2.1.1-r2)
Diffstat (limited to 'games-strategy/crimson')
-rw-r--r-- | games-strategy/crimson/ChangeLog | 10 | ||||
-rw-r--r-- | games-strategy/crimson/crimson-0.5.1.ebuild | 55 | ||||
-rw-r--r-- | games-strategy/crimson/files/digest-crimson-0.5.1 | 3 |
3 files changed, 66 insertions, 2 deletions
diff --git a/games-strategy/crimson/ChangeLog b/games-strategy/crimson/ChangeLog index c265bd16b9dd..147b63fa6260 100644 --- a/games-strategy/crimson/ChangeLog +++ b/games-strategy/crimson/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-strategy/crimson -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/crimson/ChangeLog,v 1.23 2006/12/10 18:08:26 mr_bones_ Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/crimson/ChangeLog,v 1.24 2007/01/24 03:15:46 mr_bones_ Exp $ + +*crimson-0.5.1 (24 Jan 2007) + + 24 Jan 2007; Michael Sterrett <mr_bones_@gentoo.org> + +crimson-0.5.1.ebuild: + version bump *crimson-0.5.0 (10 Dec 2006) diff --git a/games-strategy/crimson/crimson-0.5.1.ebuild b/games-strategy/crimson/crimson-0.5.1.ebuild new file mode 100644 index 000000000000..1b05ae117166 --- /dev/null +++ b/games-strategy/crimson/crimson-0.5.1.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/crimson/crimson-0.5.1.ebuild,v 1.1 2007/01/24 03:15:46 mr_bones_ Exp $ + +inherit eutils games + +DESCRIPTION="Tactical war game in the tradition of Battle Isle" +HOMEPAGE="http://crimson.seul.org/" +SRC_URI="http://crimson.seul.org/files/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 ppc sparc x86" +IUSE="zlib" + +RDEPEND=">=media-libs/libsdl-1.1.5 + >=media-libs/sdl-mixer-1.2.4 + media-libs/sdl-ttf + zlib? ( sys-libs/zlib )" +DEPEND="${RDEPEND} + dev-libs/libxslt" + +src_compile() { + egamesconf \ + --disable-dependency-tracking \ + $(use_with zlib) \ + --enable-cfed \ + --enable-bi2cf \ + --enable-comet \ + --enable-cf2bmp \ + || die + emake || die "emake failed" +} + +src_install() { + make \ + DESTDIR="${D}" \ + pixmapsdir="/usr/share/pixmaps" \ + install || die "make install failed" + dodoc NEWS README* THANKS TODO + rm -rf "${D}/${GAMES_DATADIR}/applications" + make_desktop_entry crimson "Crimson Fields" crimson.png + prepgamesdirs +} + +pkg_postinst() { + games_pkg_postinst + + echo + ewarn "Crimson Fields ${PV} is not save-game compatible with previous versions." + echo + einfo "If you have older save files and you wish to continue those games," + einfo "you'll need to remerge the version with which you started" + einfo "those save-games." +} diff --git a/games-strategy/crimson/files/digest-crimson-0.5.1 b/games-strategy/crimson/files/digest-crimson-0.5.1 new file mode 100644 index 000000000000..203dd885840d --- /dev/null +++ b/games-strategy/crimson/files/digest-crimson-0.5.1 @@ -0,0 +1,3 @@ +MD5 71d5137ede548a2108198acac44d3ab4 crimson-0.5.1.tar.bz2 834101 +RMD160 28a50775ef6eb8fe3107fb054ccb2c9df30c7b5a crimson-0.5.1.tar.bz2 834101 +SHA256 b03eb22376d5a1c4bbe0fb71c480ca49bd42e7dacf4c0c738e5d9680c48eab1e crimson-0.5.1.tar.bz2 834101 |