summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2015-01-02 10:08:26 +0000
committerAlfredo Tupone <tupone@gentoo.org>2015-01-02 10:08:26 +0000
commite18d9263a8d98fe2afeb85b8f69f4a5c63ab0850 (patch)
treeed44fe14e70624fc9927064aa614e55fd4c374cf /games-action/towbowl-tactics
parentMark as bundled with ghc-7.8.4: bug #534176 by Dennis Schridde. (diff)
downloadgentoo-2-e18d9263a8d98fe2afeb85b8f69f4a5c63ab0850.tar.gz
gentoo-2-e18d9263a8d98fe2afeb85b8f69f4a5c63ab0850.tar.bz2
gentoo-2-e18d9263a8d98fe2afeb85b8f69f4a5c63ab0850.zip
EAPI 4
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-action/towbowl-tactics')
-rw-r--r--games-action/towbowl-tactics/ChangeLog7
-rw-r--r--games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild14
2 files changed, 12 insertions, 9 deletions
diff --git a/games-action/towbowl-tactics/ChangeLog b/games-action/towbowl-tactics/ChangeLog
index 2bd4acc7b600..a139e5ed2c09 100644
--- a/games-action/towbowl-tactics/ChangeLog
+++ b/games-action/towbowl-tactics/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-action/towbowl-tactics
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/towbowl-tactics/ChangeLog,v 1.9 2014/05/15 16:25:48 ulm Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/towbowl-tactics/ChangeLog,v 1.10 2015/01/02 10:08:26 tupone Exp $
+
+ 02 Jan 2015; Tupone Alfredo <tupone@gentoo.org> towbowl-tactics-0.5.ebuild:
+ EAPI 4
15 May 2014; Ulrich Müller <ulm@gentoo.org> towbowl-tactics-0.5.ebuild:
Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to
diff --git a/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild b/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild
index 4d005c585623..994eca871787 100644
--- a/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild
+++ b/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild,v 1.12 2014/05/15 16:25:48 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild,v 1.13 2015/01/02 10:08:26 tupone Exp $
-EAPI=2
+EAPI=4
inherit eutils games
DESCRIPTION="Tow Bowl Tactics is a game based on Games Workshop's Blood Bowl"
@@ -41,12 +41,12 @@ src_prepare() {
}
src_install() {
- dogamesbin tbt || die
+ dogamesbin tbt
dodir "${GAMES_DATADIR}/tbt"
cp -r ../data ../tbt.ico "${D}${GAMES_DATADIR}/tbt" || die
insinto "${GAMES_SYSCONFDIR}/tbt"
- doins ../config.xml || die
- newicon ../data/images/panel/turn.png ${PN}.png || die
- make_desktop_entry tbt "Tow Bowl Tactics" || die
+ doins ../config.xml
+ newicon ../data/images/panel/turn.png ${PN}.png
+ make_desktop_entry tbt "Tow Bowl Tactics"
prepgamesdirs
}