summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2015-01-08 08:58:44 +0000
committerAlfredo Tupone <tupone@gentoo.org>2015-01-08 08:58:44 +0000
commit9e1055d71841ebace59cf3ea2c1c811ed7510d76 (patch)
treed8cc0b07e287e07b27a9db15120a406c2031c663 /games-board
parentEAPI 5 (diff)
downloadgentoo-2-9e1055d71841ebace59cf3ea2c1c811ed7510d76.tar.gz
gentoo-2-9e1055d71841ebace59cf3ea2c1c811ed7510d76.tar.bz2
gentoo-2-9e1055d71841ebace59cf3ea2c1c811ed7510d76.zip
EAPI 5
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-board')
-rw-r--r--games-board/xgammon/ChangeLog7
-rw-r--r--games-board/xgammon/xgammon-0.98.ebuild13
2 files changed, 9 insertions, 11 deletions
diff --git a/games-board/xgammon/ChangeLog b/games-board/xgammon/ChangeLog
index 86f5551f872a..2e5ef86e6458 100644
--- a/games-board/xgammon/ChangeLog
+++ b/games-board/xgammon/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-board/xgammon
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/xgammon/ChangeLog,v 1.15 2012/09/10 08:36:11 tupone Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-board/xgammon/ChangeLog,v 1.16 2015/01/08 08:58:44 tupone Exp $
+
+ 08 Jan 2015; Tupone Alfredo <tupone@gentoo.org> xgammon-0.98.ebuild:
+ EAPI 5
10 Sep 2012; Tupone Alfredo <tupone@gentoo.org> xgammon-0.98.ebuild:
Respect CFLAGS. Bug #430776 by Diego
diff --git a/games-board/xgammon/xgammon-0.98.ebuild b/games-board/xgammon/xgammon-0.98.ebuild
index a3b5098ffac7..f5364282131c 100644
--- a/games-board/xgammon/xgammon-0.98.ebuild
+++ b/games-board/xgammon/xgammon-0.98.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/xgammon/xgammon-0.98.ebuild,v 1.15 2012/09/10 08:36:11 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/xgammon/xgammon-0.98.ebuild,v 1.16 2015/01/08 08:58:44 tupone Exp $
-EAPI=2
+EAPI=5
inherit toolchain-funcs eutils
DESCRIPTION="very nice backgammon game for X"
@@ -36,12 +36,7 @@ src_compile() {
env PATH=".:${PATH}" emake \
EXTRA_LDOPTIONS="${LDFLAGS}" \
CDEBUGFLAGS="${CFLAGS}" \
- CC=$(tc-getCC) \
- || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
+ CC=$(tc-getCC)
}
pkg_postinst() {