diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-12-10 18:08:26 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-12-10 18:08:26 +0000 |
commit | 74b8c64a39bcf089fc6fec7e252b80b9fd045803 (patch) | |
tree | 74ee4416e385e50075640309d1b43da963d04e87 /games-strategy | |
parent | Stable on x86, bug #156662. (diff) | |
download | gentoo-2-74b8c64a39bcf089fc6fec7e252b80b9fd045803.tar.gz gentoo-2-74b8c64a39bcf089fc6fec7e252b80b9fd045803.tar.bz2 gentoo-2-74b8c64a39bcf089fc6fec7e252b80b9fd045803.zip |
version bump
(Portage version: 2.1.1-r2)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/crimson/ChangeLog | 10 | ||||
-rw-r--r-- | games-strategy/crimson/crimson-0.5.0.ebuild | 55 | ||||
-rw-r--r-- | games-strategy/crimson/files/digest-crimson-0.5.0 | 3 |
3 files changed, 66 insertions, 2 deletions
diff --git a/games-strategy/crimson/ChangeLog b/games-strategy/crimson/ChangeLog index c64a2b019355..c265bd16b9dd 100644 --- a/games-strategy/crimson/ChangeLog +++ b/games-strategy/crimson/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-strategy/crimson -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/crimson/ChangeLog,v 1.22 2005/10/15 03:02:45 mr_bones_ Exp $ +# 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 $ + +*crimson-0.5.0 (10 Dec 2006) + + 10 Dec 2006; Michael Sterrett <mr_bones_@gentoo.org> + +crimson-0.5.0.ebuild: + version bump *crimson-0.4.9 (15 Oct 2005) diff --git a/games-strategy/crimson/crimson-0.5.0.ebuild b/games-strategy/crimson/crimson-0.5.0.ebuild new file mode 100644 index 000000000000..2caf3f4d9add --- /dev/null +++ b/games-strategy/crimson/crimson-0.5.0.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/crimson/crimson-0.5.0.ebuild,v 1.1 2006/12/10 18:08:26 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.0 b/games-strategy/crimson/files/digest-crimson-0.5.0 new file mode 100644 index 000000000000..cf78bfc5851d --- /dev/null +++ b/games-strategy/crimson/files/digest-crimson-0.5.0 @@ -0,0 +1,3 @@ +MD5 ef0a17a7cfd55abdbdea5c122222a6ca crimson-0.5.0.tar.bz2 759146 +RMD160 8639bf65cd18eb55d7d0f06fc95f20a482639f66 crimson-0.5.0.tar.bz2 759146 +SHA256 ecd643d141da6e5f3aff5b950f90b3131085c8d387246076b36228ac8a9981e4 crimson-0.5.0.tar.bz2 759146 |