diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-08-07 06:15:47 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-08-07 06:15:47 +0000 |
commit | 571162bd3dd300d98d79e75acaf026efa15b023c (patch) | |
tree | 1d29aa82bf829ace0d1636fa8bbcaf495bd484ec /games-strategy/crimson | |
parent | boo-ya ka-sha! (Manifest recommit) (diff) | |
download | gentoo-2-571162bd3dd300d98d79e75acaf026efa15b023c.tar.gz gentoo-2-571162bd3dd300d98d79e75acaf026efa15b023c.tar.bz2 gentoo-2-571162bd3dd300d98d79e75acaf026efa15b023c.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.3.ebuild | 52 | ||||
-rw-r--r-- | games-strategy/crimson/files/digest-crimson-0.4.3 | 1 |
4 files changed, 62 insertions, 2 deletions
diff --git a/games-strategy/crimson/ChangeLog b/games-strategy/crimson/ChangeLog index b92632f7bf15..56394208dcf3 100644 --- a/games-strategy/crimson/ChangeLog +++ b/games-strategy/crimson/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-strategy/crimson # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/crimson/ChangeLog,v 1.9 2004/06/24 23:26:48 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/crimson/ChangeLog,v 1.10 2004/08/07 06:15:47 mr_bones_ Exp $ + +*crimson-0.4.3 (06 Aug 2004) + + 06 Aug 2004; Michael Sterrett <mr_bones_@gentoo.org> +crimson-0.4.3.ebuild: + version bump 04 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> crimson-0.4.0.ebuild: clean older ebuild diff --git a/games-strategy/crimson/Manifest b/games-strategy/crimson/Manifest index 86f800969814..a44c71e3e361 100644 --- a/games-strategy/crimson/Manifest +++ b/games-strategy/crimson/Manifest @@ -1,4 +1,6 @@ -MD5 647a79ee9719227053b9519d2cbe308c crimson-0.4.2.ebuild 1197 MD5 492541560293ce3a5a9205cbafb385be ChangeLog 1496 +MD5 647a79ee9719227053b9519d2cbe308c crimson-0.4.2.ebuild 1197 +MD5 647a79ee9719227053b9519d2cbe308c crimson-0.4.3.ebuild 1197 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 MD5 1a52415580d0384faf85d82960384432 files/digest-crimson-0.4.2 66 +MD5 30708cd5a52e2002d0f0a8999bb91dac files/digest-crimson-0.4.3 66 diff --git a/games-strategy/crimson/crimson-0.4.3.ebuild b/games-strategy/crimson/crimson-0.4.3.ebuild new file mode 100644 index 000000000000..0eada4c992fc --- /dev/null +++ b/games-strategy/crimson/crimson-0.4.3.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/crimson/crimson-0.4.3.ebuild,v 1.1 2004/08/07 06:15:47 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="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}" \ + pixmapsdir="/usr/share/pixmaps" \ + install || die "make install failed" + dodoc NEWS README* THANKS TODO + 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.4.3 b/games-strategy/crimson/files/digest-crimson-0.4.3 new file mode 100644 index 000000000000..76abf05c3388 --- /dev/null +++ b/games-strategy/crimson/files/digest-crimson-0.4.3 @@ -0,0 +1 @@ +MD5 92dba4e4fd82cefce91a1d463f761833 crimson-0.4.3.tar.bz2 615707 |