summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2015-02-13 22:11:14 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2015-02-13 22:11:14 +0000
commitfd50425d8d82676ef869ce30cb902f764549f3fe (patch)
tree6ae30d1d388e9442b04cf8c7095040c966a17051 /games-strategy
parentStable for HPPA (bug #536790). (diff)
downloadgentoo-2-fd50425d8d82676ef869ce30cb902f764549f3fe.tar.gz
gentoo-2-fd50425d8d82676ef869ce30cb902f764549f3fe.tar.bz2
gentoo-2-fd50425d8d82676ef869ce30cb902f764549f3fe.zip
EAPI=5
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/crimson/ChangeLog7
-rw-r--r--games-strategy/crimson/crimson-0.5.3.ebuild11
2 files changed, 10 insertions, 8 deletions
diff --git a/games-strategy/crimson/ChangeLog b/games-strategy/crimson/ChangeLog
index 96ddefdb16c8..66f54aff6b7f 100644
--- a/games-strategy/crimson/ChangeLog
+++ b/games-strategy/crimson/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-strategy/crimson
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/crimson/ChangeLog,v 1.31 2009/11/13 17:16:29 volkmar Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/crimson/ChangeLog,v 1.32 2015/02/13 22:11:14 mr_bones_ Exp $
+
+ 13 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org> crimson-0.5.3.ebuild:
+ EAPI=5
13 Nov 2009; Mounir Lamouri <volkmar@gentoo.org> crimson-0.5.3.ebuild:
Stable for ppc, bug 285850
diff --git a/games-strategy/crimson/crimson-0.5.3.ebuild b/games-strategy/crimson/crimson-0.5.3.ebuild
index 981310031293..786f23c4cec4 100644
--- a/games-strategy/crimson/crimson-0.5.3.ebuild
+++ b/games-strategy/crimson/crimson-0.5.3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/crimson/crimson-0.5.3.ebuild,v 1.4 2009/11/13 17:16:29 volkmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/crimson/crimson-0.5.3.ebuild,v 1.5 2015/02/13 22:11:14 mr_bones_ Exp $
-EAPI=2
+EAPI=5
inherit eutils games
DESCRIPTION="Tactical war game in the tradition of Battle Isle"
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="amd64 ppc sparc x86"
IUSE="test zlib"
-RDEPEND="media-libs/libsdl
+RDEPEND="media-libs/libsdl[sound,video]
media-libs/sdl-mixer
media-libs/sdl-ttf
media-libs/sdl-net
@@ -28,7 +28,6 @@ DEPEND="${RDEPEND}
src_configure() {
egamesconf \
- --disable-dependency-tracking \
--enable-sound \
--enable-network \
$(use_with zlib) \
@@ -42,7 +41,7 @@ src_install() {
emake \
DESTDIR="${D}" \
pixmapsdir="/usr/share/pixmaps" \
- install || die "emake install failed"
+ install
dodoc NEWS README* THANKS TODO
rm -rf "${D}/${GAMES_DATADIR}/applications"
make_desktop_entry crimson "Crimson Fields"