diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-10 11:40:28 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-10 11:40:28 +0000 |
commit | 08846f351f772da41ba2354f560fbe078c8d2013 (patch) | |
tree | 4685ecbdd181bcb5e045d121b765423a93cef4ef /games-strategy/crimson | |
parent | Closing #49598 + springcleaning. (diff) | |
download | historical-08846f351f772da41ba2354f560fbe078c8d2013.tar.gz historical-08846f351f772da41ba2354f560fbe078c8d2013.tar.bz2 historical-08846f351f772da41ba2354f560fbe078c8d2013.zip |
version bump
Diffstat (limited to 'games-strategy/crimson')
-rw-r--r-- | games-strategy/crimson/ChangeLog | 7 | ||||
-rw-r--r-- | games-strategy/crimson/Manifest | 4 | ||||
-rw-r--r-- | games-strategy/crimson/crimson-0.4.2.ebuild | 48 | ||||
-rw-r--r-- | games-strategy/crimson/files/digest-crimson-0.4.2 | 1 |
4 files changed, 58 insertions, 2 deletions
diff --git a/games-strategy/crimson/ChangeLog b/games-strategy/crimson/ChangeLog index fa9139859033..7ac0b456423e 100644 --- a/games-strategy/crimson/ChangeLog +++ b/games-strategy/crimson/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-strategy/crimson # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/crimson/ChangeLog,v 1.6 2004/03/19 09:27:55 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/crimson/ChangeLog,v 1.7 2004/05/10 11:40:28 mr_bones_ Exp $ + +*crimson-0.4.2 (10 May 2004) + + 10 May 2004; Michael Sterrett <mr_bones_@gentoo.org> crimson-0.4.2.ebuild: + version bump 19 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> crimson-0.3.5.ebuild, crimson-0.3.6.ebuild, crimson-0.3.7.ebuild: diff --git a/games-strategy/crimson/Manifest b/games-strategy/crimson/Manifest index ce7b58aeea1a..3eb19f74ad8d 100644 --- a/games-strategy/crimson/Manifest +++ b/games-strategy/crimson/Manifest @@ -1,4 +1,6 @@ -MD5 2cc0a4ef88ff8172c867868380cd7995 ChangeLog 1284 +MD5 25cb1791ffa0d0e67c91c884488ef626 ChangeLog 1407 +MD5 ef5e6ad02c028e3e948e7c0193aab0c4 crimson-0.4.2.ebuild 1207 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 MD5 f3eaec5cdbdbe374f0f1308e12b1d785 crimson-0.4.0.ebuild 1204 +MD5 1a52415580d0384faf85d82960384432 files/digest-crimson-0.4.2 66 MD5 57ff5fc6413a35032e2ae1ed7c3f602c files/digest-crimson-0.4.0 66 diff --git a/games-strategy/crimson/crimson-0.4.2.ebuild b/games-strategy/crimson/crimson-0.4.2.ebuild new file mode 100644 index 000000000000..281d9987ebad --- /dev/null +++ b/games-strategy/crimson/crimson-0.4.2.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.2.ebuild,v 1.1 2004/05/10 11:40:28 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 DESTDIR="${D}" install || 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.2 b/games-strategy/crimson/files/digest-crimson-0.4.2 new file mode 100644 index 000000000000..ef8051c703ed --- /dev/null +++ b/games-strategy/crimson/files/digest-crimson-0.4.2 @@ -0,0 +1 @@ +MD5 a9bb1856fd7f2c5329aadec339082551 crimson-0.4.2.tar.bz2 617145 |