diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-11-22 23:39:08 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-11-22 23:39:08 +0000 |
commit | 0dbefc3a459745b0e3eb0a2df2876df68b01817a (patch) | |
tree | ba3222caa77bc9f5fab437d6637adf0887d837c6 | |
parent | Remove old. (diff) | |
download | gentoo-2-0dbefc3a459745b0e3eb0a2df2876df68b01817a.tar.gz gentoo-2-0dbefc3a459745b0e3eb0a2df2876df68b01817a.tar.bz2 gentoo-2-0dbefc3a459745b0e3eb0a2df2876df68b01817a.zip |
old
(Portage version: 2.1.6.13/cvs/Linux i686)
-rw-r--r-- | games-strategy/crimson/Manifest | 2 | ||||
-rw-r--r-- | games-strategy/crimson/crimson-0.5.1.ebuild | 58 |
2 files changed, 0 insertions, 60 deletions
diff --git a/games-strategy/crimson/Manifest b/games-strategy/crimson/Manifest index 4b40580932fa..d6fb42f4cb9e 100644 --- a/games-strategy/crimson/Manifest +++ b/games-strategy/crimson/Manifest @@ -1,6 +1,4 @@ -DIST crimson-0.5.1.tar.bz2 834101 RMD160 28a50775ef6eb8fe3107fb054ccb2c9df30c7b5a SHA1 f925b4d0408d3f9efe1a0b9fa17713cc222fa3c1 SHA256 b03eb22376d5a1c4bbe0fb71c480ca49bd42e7dacf4c0c738e5d9680c48eab1e 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.3.ebuild 1478 RMD160 4ec83676ede139181bb9b44f3566e876458e75b6 SHA1 c48f56c6a27d1a3977c92dcfbb0cccad3c762398 SHA256 7c845cf0a46c3a5fd992d3836e24668277c8234a5bdd7cc83ea120e7aba39455 MISC ChangeLog 3966 RMD160 f7c7bd52885adfc08cf0620d7ab6d544a668c46f SHA1 1e4fbdf77a285c1ad92165e0378d54c2cef054b9 SHA256 7b0343380235d1c04a3a604cc86333db190a9c1afedc2a4eae08c596152f0c39 MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3 diff --git a/games-strategy/crimson/crimson-0.5.1.ebuild b/games-strategy/crimson/crimson-0.5.1.ebuild deleted file mode 100644 index 897ae5dbaa1f..000000000000 --- a/games-strategy/crimson/crimson-0.5.1.ebuild +++ /dev/null @@ -1,58 +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.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." -} |