summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-03-19 21:27:13 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-03-19 21:27:13 +0000
commit83776df2114ac9410aee1708fa0fe91694febf14 (patch)
treeef02e86458743424207e1c95031ea152e943ef75 /games-strategy/crimson
parentFixed security issue: integer overflows in ICC library, bug #261087, thank Ro... (diff)
downloadhistorical-83776df2114ac9410aee1708fa0fe91694febf14.tar.gz
historical-83776df2114ac9410aee1708fa0fe91694febf14.tar.bz2
historical-83776df2114ac9410aee1708fa0fe91694febf14.zip
old
Package-Manager: portage-2.1.6.7/cvs/Linux i686
Diffstat (limited to 'games-strategy/crimson')
-rw-r--r--games-strategy/crimson/Manifest2
-rw-r--r--games-strategy/crimson/crimson-0.5.2.ebuild61
2 files changed, 0 insertions, 63 deletions
diff --git a/games-strategy/crimson/Manifest b/games-strategy/crimson/Manifest
index 4b2c6deab5c7..5054067554c7 100644
--- a/games-strategy/crimson/Manifest
+++ b/games-strategy/crimson/Manifest
@@ -1,8 +1,6 @@
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
DIST crimson-0.5.3.tar.bz2 882366 RMD160 21a008cfca5afce0df2349ec87bf1550fbb25d3a SHA1 f71b1fc5eecd262d1e7bdafd259f3b061e6c9477 SHA256 d59858c05e340367c61c8ca1dd00c36642a0c56d10d1d9a1626c5ba7d88b40d6
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
EBUILD crimson-0.5.3.ebuild 1484 RMD160 8f55cece3a745fcaf58c986e0ba9c10ff632a378 SHA1 403a5062265d819cd6475b89e45803faf059acc6 SHA256 b48fa850e4efe117c0ee206ae3ffaeb4cacf65adca076363d804e1cd7c5be0af
MISC ChangeLog 3663 RMD160 2b5515b1d4cc0f1540c939c029fad6f755d6a34f SHA1 3d27b315d8eec3400b74b102fd7f8b8b3f3e48d9 SHA256 647b2c717612aab0317661ff65f87eee48236070e4c2483755c71b371fa34309
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
diff --git a/games-strategy/crimson/crimson-0.5.2.ebuild b/games-strategy/crimson/crimson-0.5.2.ebuild
deleted file mode 100644
index ba05bd5ff64e..000000000000
--- a/games-strategy/crimson/crimson-0.5.2.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# 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."
-}