Portage is a package management system used by Gentoo Linux
# ChangeLog for games-strategy/crimson
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-strategy/crimson/ChangeLog,v 1.27 2007/12/27 18:29:51 mr_bones_ Exp $
*crimson-0.5.2 (27 Dec 2007)
27 Dec 2007; Michael Sterrett
+crimson-0.5.2.ebuild:
version bump
01 Jul 2007; Tristan Heaven
Fix make check
12 Mar 2007; Marius Mauch
Replacing einfo with elog
*crimson-0.5.1 (24 Jan 2007)
24 Jan 2007; Michael Sterrett
+crimson-0.5.1.ebuild:
version bump
*crimson-0.5.0 (10 Dec 2006)
10 Dec 2006; Michael Sterrett
+crimson-0.5.0.ebuild:
version bump
*crimson-0.4.9 (15 Oct 2005)
15 Oct 2005; Michael Sterrett
+crimson-0.4.9.ebuild:
version bump
16 Sep 2005; Ciaran McCreesh
Converted to UTF-8, fixed encoding screwups
*crimson-0.4.8 (09 Jun 2005)
09 Jun 2005; Michael Sterrett
+crimson-0.4.8.ebuild:
version bump
04 Mar 2005; Gustavo Zacarias
Stable on sparc
28 Feb 2005; Gustavo Zacarias
Stable on sparc
*crimson-0.4.7 (22 Feb 2005)
22 Feb 2005; Michael Sterrett
version bump
31 Jan 2005; Gustavo Zacarias
Keyworded ~sparc
*crimson-0.4.6 (21 Jan 2005)
21 Jan 2005; Michael Sterrett
version bump (bug #78710)
07 Nov 2004; Joseph Jezak
Marked ppc stable.
*crimson-0.4.5 (16 Oct 2004)
16 Oct 2004; Michael Sterrett
version bump (bug #67571)
*crimson-0.4.4 (25 Sep 2004)
25 Sep 2004; Michael Sterrett
version bump
28 Aug 2004; David Holm
Added to ~ppc.
*crimson-0.4.3 (06 Aug 2004)
06 Aug 2004; Michael Sterrett
version bump
04 Jun 2004; Michael Sterrett
clean older ebuild
*crimson-0.4.2 (10 May 2004)
10 May 2004; Michael Sterrett
version bump
19 Mar 2004; Michael Sterrett
crimson-0.3.6.ebuild, crimson-0.3.7.ebuild:
clean out 0.3
*crimson-0.4.0 (24 Feb 2004)
24 Feb 2004; Michael Sterrett
version bump
12 Dec 2003; Jon Portnoy
AMD64 keywords.
*crimson-0.3.7 (13 Oct 2003)
13 Oct 2003; Mike Frysinger
Version bump.
*crimson-0.3.6 (04 Sep 2003)
04 Sep 2003; Michael Sterrett
version bump (bugs 27918 and 27916)
*crimson-0.3.5 (10 Aug 2003)
10 Aug 2003; Michael Sterrett
version bump (bug 15359)
Note that this version is not save-game compatible with older versions.
*crimson-0.3.4 (19 Jul 2003)
19 Jul 2003; Mike Frysinger
Version bump.
*crimson-0.3.0 (07 Mar 2003)
07 Mar 2003; Mike Frysinger
Initial import. Ebuild submitted by Sami Näätänen
DIST crimson-0.5.1.tar.bz2 834101 RMD160 28a50775ef6eb8fe3107fb054ccb2c9df30c7b5a SHA1 f925b4d0408d3f9efe1a0b9fa17713cc222fa3c1 SHA256 b03eb22376d5a1c4bbe0fb71c480ca49bd42e7dacf4c0c738e5d9680c48eab1e
DIST crimson-0.5.2.tar.bz2 858371 RMD160 a78df45718a76476b063a46e3d7a3d623d4cf07b SHA1 c772f9c0bb34ac47251c7aaf8f4e55a49df463f0 SHA256 d75f03cd06f0e3c290e6538bf33787636cdaeaeb99ca382738a79dcce3a25424
EBUILD crimson-0.5.1.ebuild 1434 RMD160 e38cfed8a637a2756b11da2c008b5a6daeddba3b SHA1 3323bad2953b35ce6620857d9d1325e5b608006f SHA256 46bd437c569006e83b5ac194535d3140d34b8d73cae75d122e42068636657440
EBUILD crimson-0.5.2.ebuild 1499 RMD160 0ecd766c1884bdbebdb58123df28c5cb991aad4b SHA1 9148b872928587c3ff9e8f93a90bb888f781cb4b SHA256 f667b750b60846a62f4e67cf82dc89da77a3ecf5c8a9867fb8a2d988b300f037
MISC ChangeLog 3537 RMD160 f1fc7479943aa89d46c78aecda32f7a33c67dfdc SHA1 161fec7af69ef10132a953d8638c415b60539c6b SHA256 e95373f89c9575a6e03e371a1c0363d6e9d4da92a1b791675abb16433f4168c0
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-strategy/crimson/crimson-0.5.1.ebuild,v 1.3 2007/07/01 23:58:55 nyhm 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="test zlib"
RDEPEND="media-libs/libsdl
media-libs/sdl-mixer
media-libs/sdl-ttf
zlib? ( sys-libs/zlib )"
DEPEND="${RDEPEND}
dev-libs/libxslt
test? (
=app-text/docbook-xml-dtd-4.2*
dev-libs/libxml2
)"
src_compile() {
egamesconf \
--disable-dependency-tracking \
$(use_with zlib) \
--enable-cfed \
--enable-bi2cf \
--enable-comet \
--enable-cf2bmp \
|| die
emake || die "emake failed"
}
src_install() {
emake \
DESTDIR="${D}" \
pixmapsdir="/usr/share/pixmaps" \
install || die "emake install failed"
dodoc NEWS README* THANKS TODO
rm -rf "${D}/${GAMES_DATADIR}/applications"
make_desktop_entry crimson "Crimson Fields"
prepgamesdirs
}
pkg_postinst() {
games_pkg_postinst
echo
ewarn "Crimson Fields ${PV} is not save-game compatible with previous versions."
echo
elog "If you have older save files and you wish to continue those games,"
elog "you'll need to remerge the version with which you started"
elog "those save-games."
}
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-strategy/crimson/crimson-0.5.2.ebuild,v 1.1 2007/12/27 18:29:51 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="test zlib"
RDEPEND="media-libs/libsdl
media-libs/sdl-mixer
media-libs/sdl-ttf
media-libs/sdl-net
zlib? ( sys-libs/zlib )"
DEPEND="${RDEPEND}
dev-libs/libxslt
test? (
=app-text/docbook-xml-dtd-4.2*
dev-libs/libxml2
)"
src_compile() {
egamesconf \
--disable-dependency-tracking \
--enable-sound \
--enable-net \
$(use_with zlib) \
--enable-cfed \
--enable-bi2cf \
--enable-comet \
--enable-cf2bmp \
|| die
emake || die "emake failed"
}
src_install() {
emake \
DESTDIR="${D}" \
pixmapsdir="/usr/share/pixmaps" \
install || die "emake install failed"
dodoc NEWS README* THANKS TODO
rm -rf "${D}/${GAMES_DATADIR}/applications"
make_desktop_entry crimson "Crimson Fields"
prepgamesdirs
}
pkg_postinst() {
games_pkg_postinst
echo
ewarn "Crimson Fields ${PV} is not save-game compatible with previous versions."
echo
elog "If you have older save files and you wish to continue those games,"
elog "you'll need to remerge the version with which you started"
elog "those save-games."
}