summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-11-03 18:13:28 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-11-03 18:13:28 +0000
commit9e01364278cb17cb12f7220a4c5111e6e10fb439 (patch)
treec5affa44c9ea5e5b59bdfb9d0a82e188343e91da /games-strategy/crimson/crimson-0.4.3.ebuild
parent Version bump - fixes some serious issues 2.0.4 had (diff)
downloadgentoo-2-9e01364278cb17cb12f7220a4c5111e6e10fb439.tar.gz
gentoo-2-9e01364278cb17cb12f7220a4c5111e6e10fb439.tar.bz2
gentoo-2-9e01364278cb17cb12f7220a4c5111e6e10fb439.zip
old
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'games-strategy/crimson/crimson-0.4.3.ebuild')
-rw-r--r--games-strategy/crimson/crimson-0.4.3.ebuild52
1 files changed, 0 insertions, 52 deletions
diff --git a/games-strategy/crimson/crimson-0.4.3.ebuild b/games-strategy/crimson/crimson-0.4.3.ebuild
deleted file mode 100644
index e8d007406c21..000000000000
--- a/games-strategy/crimson/crimson-0.4.3.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2005 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.3 2005/01/22 00:19:07 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 ~ppc"
-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."
-}