summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2015-03-30 18:52:44 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2015-03-30 18:52:44 +0000
commit04fe54dc96a0143240539b976ec46f1d8acc08f8 (patch)
treeeec8a9f99bc06e89c05e40008cee71034c1e7329 /games-emulation
parentEAPI=5 (diff)
downloadgentoo-2-04fe54dc96a0143240539b976ec46f1d8acc08f8.tar.gz
gentoo-2-04fe54dc96a0143240539b976ec46f1d8acc08f8.tar.bz2
gentoo-2-04fe54dc96a0143240539b976ec46f1d8acc08f8.zip
EAPI=5
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/kigb/ChangeLog7
-rw-r--r--games-emulation/kigb/kigb-2.02.ebuild18
2 files changed, 13 insertions, 12 deletions
diff --git a/games-emulation/kigb/ChangeLog b/games-emulation/kigb/ChangeLog
index a99022c4e325..97132242c8a1 100644
--- a/games-emulation/kigb/ChangeLog
+++ b/games-emulation/kigb/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-emulation/kigb
-# Copyright 2000-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/kigb/ChangeLog,v 1.14 2014/04/17 16:06:33 ulm Exp $
+# Copyright 2000-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/kigb/ChangeLog,v 1.15 2015/03/30 18:52:44 mr_bones_ Exp $
+
+ 30 Mar 2015; Michael Sterrett <mr_bones_@gentoo.org> kigb-2.02.ebuild:
+ EAPI=5
17 Apr 2014; Ulrich Müller <ulm@gentoo.org> kigb-2.02.ebuild:
Fix LICENSE, add mirror and bindist restrictions, bug 505624.
diff --git a/games-emulation/kigb/kigb-2.02.ebuild b/games-emulation/kigb/kigb-2.02.ebuild
index 8c0ac114c32d..0e1e23878803 100644
--- a/games-emulation/kigb/kigb-2.02.ebuild
+++ b/games-emulation/kigb/kigb-2.02.ebuild
@@ -1,7 +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-emulation/kigb/kigb-2.02.ebuild,v 1.6 2014/04/17 16:06:33 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/kigb/kigb-2.02.ebuild,v 1.7 2015/03/30 18:52:44 mr_bones_ Exp $
+EAPI=5
inherit games
DESCRIPTION="A Gameboy (GB, SGB, GBA) Emulator for Linux"
@@ -21,23 +22,20 @@ RDEPEND="x11-libs/libXext
S=${WORKDIR}
-src_unpack() {
- unpack ${A}
- cd "${S}"
+src_prepare() {
# use the system version
rm -f libNL.so*
# wrapper script creates these in the users' home directories.
rm -rf cfg inp snap state rom save
- cp "${FILESDIR}/kigb" "${T}/" || die "cp failed"
+ cp "${FILESDIR}/kigb" "${T}/" || die
sed -i \
- -e "s:GENTOODIR:${GAMES_PREFIX_OPT}:" "${T}/kigb" \
- || die "sed failed"
+ -e "s:GENTOODIR:${GAMES_PREFIX_OPT}:" "${T}/kigb" || die
}
src_install() {
- dogamesbin "${T}/kigb" || die "dogamesbin failed"
+ dogamesbin "${T}/kigb"
exeinto "${GAMES_PREFIX_OPT}/${PN}"
- doexe kigb || die "doexe failed"
+ doexe kigb
dodoc doc/*
prepgamesdirs
}