diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-24 19:12:39 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-24 19:12:39 +0000 |
commit | e3e197db03ae8c35b026b5cf4d64d9887ef96dc3 (patch) | |
tree | 799a1a821c213ddf30d24dfc1c01ee0da9333c8a /games-strategy | |
parent | Initial ebuild. Submitted by MATSUU Takuto <matsuu@gentoo.org> in 41383 (Mani... (diff) | |
download | gentoo-2-e3e197db03ae8c35b026b5cf4d64d9887ef96dc3.tar.gz gentoo-2-e3e197db03ae8c35b026b5cf4d64d9887ef96dc3.tar.bz2 gentoo-2-e3e197db03ae8c35b026b5cf4d64d9887ef96dc3.zip |
version bump
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/crimson/ChangeLog | 9 | ||||
-rw-r--r-- | games-strategy/crimson/Manifest | 2 | ||||
-rw-r--r-- | games-strategy/crimson/crimson-0.4.0.ebuild | 48 | ||||
-rw-r--r-- | games-strategy/crimson/files/digest-crimson-0.4.0 | 1 |
4 files changed, 58 insertions, 2 deletions
diff --git a/games-strategy/crimson/ChangeLog b/games-strategy/crimson/ChangeLog index dd6f21a71f4e..ef94fe16ebac 100644 --- a/games-strategy/crimson/ChangeLog +++ b/games-strategy/crimson/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-strategy/crimson -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/crimson/ChangeLog,v 1.4 2003/12/12 09:56:42 avenj Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/crimson/ChangeLog,v 1.5 2004/02/24 19:12:39 mr_bones_ Exp $ + +*crimson-0.4.0 (24 Feb 2004) + + 24 Feb 2004; Michael Sterrett <mr_bones_@gentoo.org> crimson-0.4.0.ebuild: + version bump 12 Dec 2003; Jon Portnoy <avenj@gentoo.org> : AMD64 keywords. diff --git a/games-strategy/crimson/Manifest b/games-strategy/crimson/Manifest index a2765096860e..d0da6f1d1090 100644 --- a/games-strategy/crimson/Manifest +++ b/games-strategy/crimson/Manifest @@ -3,6 +3,8 @@ MD5 a17e64d4ff42866a3d5f0f50a8340afe crimson-0.3.5.ebuild 1120 MD5 ce2796df983cea543af539c1266cfc6f crimson-0.3.6.ebuild 1128 MD5 a30c9d4ce8f9629d6d7323eaab258343 metadata.xml 241 MD5 e7a6353a95044d2f6df3a504ff881e91 crimson-0.3.7.ebuild 1128 +MD5 8c589d873e5c4922006273f4f1f08e41 crimson-0.4.0.ebuild 1170 MD5 571a373b01d27d864351481dd6ca1d2b files/digest-crimson-0.3.5 66 MD5 4b64ed31d5393441841c632c6966b4ab files/digest-crimson-0.3.6 66 MD5 081dd9e0d0046a6757dc638e057071e5 files/digest-crimson-0.3.7 66 +MD5 57ff5fc6413a35032e2ae1ed7c3f602c files/digest-crimson-0.4.0 66 diff --git a/games-strategy/crimson/crimson-0.4.0.ebuild b/games-strategy/crimson/crimson-0.4.0.ebuild new file mode 100644 index 000000000000..d03a9f4aff6b --- /dev/null +++ b/games-strategy/crimson/crimson-0.4.0.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/crimson/crimson-0.4.0.ebuild,v 1.1 2004/02/24 19:12:39 mr_bones_ Exp $ + +inherit 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="x86 amd64" +IUSE="zlib" + +DEPEND=">=media-libs/libsdl-1.1.5 + >=media-libs/sdl-mixer-1.2.4 + media-libs/sdl-ttf + dev-libs/libxslt + zlib? ( sys-libs/zlib )" + +src_compile() { + egamesconf \ + --disable-dependency-tracking \ + `use_enable zlib` \ + --enable-cfed \ + --enable-bi2cf \ + --enable-comet \ + || die + emake || die "emake failed" +} + +src_install() { + make install DESTDIR=${D} || die "make install failed" + dodoc NEWS README* THANKS TODO + 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.4.0 b/games-strategy/crimson/files/digest-crimson-0.4.0 new file mode 100644 index 000000000000..5b767c46799f --- /dev/null +++ b/games-strategy/crimson/files/digest-crimson-0.4.0 @@ -0,0 +1 @@ +MD5 fb28a27632e8f0697f2daf7c1e473c54 crimson-0.4.0.tar.bz2 595682 |