summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2015-01-06 09:52:04 +0000
committerAlfredo Tupone <tupone@gentoo.org>2015-01-06 09:52:04 +0000
commit1557092af44960abd400ad8ab67e6588d59e2457 (patch)
treee2054406559303cd7ad362adaaef32a1dd4ee99f /games-arcade/xtux
parentAutomated version bump to 3.19_rc3 (diff)
downloadgentoo-2-1557092af44960abd400ad8ab67e6588d59e2457.tar.gz
gentoo-2-1557092af44960abd400ad8ab67e6588d59e2457.tar.bz2
gentoo-2-1557092af44960abd400ad8ab67e6588d59e2457.zip
EAPI 5
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-arcade/xtux')
-rw-r--r--games-arcade/xtux/ChangeLog7
-rw-r--r--games-arcade/xtux/xtux-20030306.ebuild20
2 files changed, 15 insertions, 12 deletions
diff --git a/games-arcade/xtux/ChangeLog b/games-arcade/xtux/ChangeLog
index 54ab51d046b3..c034d6fa1a08 100644
--- a/games-arcade/xtux/ChangeLog
+++ b/games-arcade/xtux/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-arcade/xtux
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/xtux/ChangeLog,v 1.14 2010/09/30 16:13:45 tupone Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/xtux/ChangeLog,v 1.15 2015/01/06 09:52:04 tupone Exp $
+
+ 06 Jan 2015; Tupone Alfredo <tupone@gentoo.org> xtux-20030306.ebuild:
+ EAPI 5
30 Sep 2010; Tupone Alfredo <tupone@gentoo.org> xtux-20030306.ebuild,
+files/xtux-20030306-ldflags.patch:
diff --git a/games-arcade/xtux/xtux-20030306.ebuild b/games-arcade/xtux/xtux-20030306.ebuild
index c46f27d5ae2f..19230aa1f492 100644
--- a/games-arcade/xtux/xtux-20030306.ebuild
+++ b/games-arcade/xtux/xtux-20030306.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/xtux/xtux-20030306.ebuild,v 1.18 2010/10/12 04:46:28 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/xtux/xtux-20030306.ebuild,v 1.19 2015/01/06 09:52:04 tupone Exp $
-EAPI=2
+EAPI=5
inherit eutils games
DESCRIPTION="Multiplayer Gauntlet-style arcade game"
@@ -15,7 +15,7 @@ KEYWORDS="amd64 ~ppc x86"
IUSE=""
DEPEND="x11-libs/libXpm"
-
+RDPENED="${DEPEND}"
S=${WORKDIR}/${PN}
src_prepare() {
@@ -34,16 +34,16 @@ src_prepare() {
src_compile() {
# Not parallel-make friendly (bug #247332)
- emake DATADIR="${GAMES_DATADIR}/xtux/data" common || die "emake failed"
- emake DATADIR="${GAMES_DATADIR}/xtux/data" ggz || die "emake failed"
- emake DATADIR="${GAMES_DATADIR}/xtux/data" server || die "emake failed"
- emake DATADIR="${GAMES_DATADIR}/xtux/data" client || die "emake failed"
+ emake DATADIR="${GAMES_DATADIR}/xtux/data" common
+ emake DATADIR="${GAMES_DATADIR}/xtux/data" ggz
+ emake DATADIR="${GAMES_DATADIR}/xtux/data" server
+ emake DATADIR="${GAMES_DATADIR}/xtux/data" client
}
src_install () {
- dogamesbin xtux tux_serv || die "dogamesbin failed"
+ dogamesbin xtux tux_serv
insinto "${GAMES_DATADIR}/xtux"
- doins -r data/ || die "doins failed"
+ doins -r data/
dodoc AUTHORS CHANGELOG README README.GGZ doc/*
newicon data/images/icon.xpm ${PN}.xpm
make_desktop_entry xtux "Xtux"