summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-02-24 19:12:39 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-02-24 19:12:39 +0000
commit82bb9688abef71db448ba3008cf7c5f095813a29 (patch)
tree17fde345611f99b11b5199627fc19f8fec6c2aad /games-strategy
parentInitial ebuild. Submitted by MATSUU Takuto <matsuu@gentoo.org> in 41383 (diff)
downloadhistorical-82bb9688abef71db448ba3008cf7c5f095813a29.tar.gz
historical-82bb9688abef71db448ba3008cf7c5f095813a29.tar.bz2
historical-82bb9688abef71db448ba3008cf7c5f095813a29.zip
version bump
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/crimson/ChangeLog9
-rw-r--r--games-strategy/crimson/Manifest4
-rw-r--r--games-strategy/crimson/crimson-0.4.0.ebuild48
-rw-r--r--games-strategy/crimson/files/digest-crimson-0.4.01
4 files changed, 59 insertions, 3 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..eb6b32861db0 100644
--- a/games-strategy/crimson/Manifest
+++ b/games-strategy/crimson/Manifest
@@ -1,8 +1,10 @@
-MD5 7a1170f2fec95fe9cbbdb03f825ea149 ChangeLog 1017
+MD5 89dfc5273bdefee8903cb6e63af6d446 ChangeLog 1144
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 f3eaec5cdbdbe374f0f1308e12b1d785 crimson-0.4.0.ebuild 1204
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