summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2015-01-05 16:12:46 +0000
committerAlfredo Tupone <tupone@gentoo.org>2015-01-05 16:12:46 +0000
commit926f6675f1d74c4f5713cb79234b9c99cf0bd035 (patch)
tree3e9d3a493df610ffd0c78d061b44d06ae15d4bf2 /games-arcade/pachi
parent keyword ~arm (diff)
downloadgentoo-2-926f6675f1d74c4f5713cb79234b9c99cf0bd035.tar.gz
gentoo-2-926f6675f1d74c4f5713cb79234b9c99cf0bd035.tar.bz2
gentoo-2-926f6675f1d74c4f5713cb79234b9c99cf0bd035.zip
EAPI 5
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-arcade/pachi')
-rw-r--r--games-arcade/pachi/ChangeLog7
-rw-r--r--games-arcade/pachi/pachi-1.0.ebuild15
2 files changed, 11 insertions, 11 deletions
diff --git a/games-arcade/pachi/ChangeLog b/games-arcade/pachi/ChangeLog
index 1a33fe760595..27fbb2ade271 100644
--- a/games-arcade/pachi/ChangeLog
+++ b/games-arcade/pachi/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-arcade/pachi
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/pachi/ChangeLog,v 1.11 2007/03/12 14:56:01 nyhm Exp $
+# Copyright 2000-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/pachi/ChangeLog,v 1.12 2015/01/05 16:12:46 tupone Exp $
+
+ 05 Jan 2015; Tupone Alfredo <tupone@gentoo.org> pachi-1.0.ebuild:
+ EAPI 5
12 Mar 2007; Tristan Heaven <nyhm@gentoo.org> pachi-1.0.ebuild:
Install menu entry, bug #160240
diff --git a/games-arcade/pachi/pachi-1.0.ebuild b/games-arcade/pachi/pachi-1.0.ebuild
index 01f4bc9ae2e2..8d995945bd41 100644
--- a/games-arcade/pachi/pachi-1.0.ebuild
+++ b/games-arcade/pachi/pachi-1.0.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2007 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/pachi/pachi-1.0.ebuild,v 1.9 2007/03/12 14:56:01 nyhm Exp $
-
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/pachi/pachi-1.0.ebuild,v 1.10 2015/01/05 16:12:46 tupone Exp $
+EAPI=5
inherit autotools eutils games
DESCRIPTION="platform game inspired by games like Manic Miner and Jet Set Willy"
@@ -18,21 +18,18 @@ IUSE=""
DEPEND="media-libs/libsdl
media-libs/sdl-mixer"
-
+RDEPEND="${DEPEND}"
S=${WORKDIR}/Pachi
-src_unpack() {
- unpack ${A}
- cd "${S}"
+src_prepare() {
epatch "${FILESDIR}"/${PV}-autotools.patch
rm -f missing
eautoreconf
}
src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
+ default
newicon Tgfx/icon.bmp ${PN}.bmp
make_desktop_entry ${PN} Pachi /usr/share/pixmaps/${PN}.bmp
- dodoc AUTHORS ChangeLog README
prepgamesdirs
}