summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-07-29 01:17:56 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-07-29 01:17:56 +0000
commit86d8be48b7311312f9f55f83d8f8a92b086a9c8a (patch)
tree80ab251ade9d7fcbabe31725f9bb4a680075e3f1 /games-emulation
parenttidy (diff)
downloadgentoo-2-86d8be48b7311312f9f55f83d8f8a92b086a9c8a.tar.gz
gentoo-2-86d8be48b7311312f9f55f83d8f8a92b086a9c8a.tar.bz2
gentoo-2-86d8be48b7311312f9f55f83d8f8a92b086a9c8a.zip
EAPI=2
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/nestra/ChangeLog8
-rw-r--r--games-emulation/nestra/nestra-0.66-r2.ebuild9
2 files changed, 10 insertions, 7 deletions
diff --git a/games-emulation/nestra/ChangeLog b/games-emulation/nestra/ChangeLog
index bd235243b314..5b10b9062bff 100644
--- a/games-emulation/nestra/ChangeLog
+++ b/games-emulation/nestra/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-emulation/nestra
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/nestra/ChangeLog,v 1.14 2008/09/01 23:01:09 nyhm Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/nestra/ChangeLog,v 1.15 2009/07/29 01:17:56 mr_bones_ Exp $
+
+ 29 Jul 2009; Michael Sterrett <mr_bones_@gentoo.org>
+ nestra-0.66-r2.ebuild:
+ EAPI=2
*nestra-0.66-r2 (01 Sep 2008)
diff --git a/games-emulation/nestra/nestra-0.66-r2.ebuild b/games-emulation/nestra/nestra-0.66-r2.ebuild
index 2f731885292d..5d0366b7716c 100644
--- a/games-emulation/nestra/nestra-0.66-r2.ebuild
+++ b/games-emulation/nestra/nestra-0.66-r2.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/nestra/nestra-0.66-r2.ebuild,v 1.1 2008/09/01 23:01:09 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/nestra/nestra-0.66-r2.ebuild,v 1.2 2009/07/29 01:17:56 mr_bones_ Exp $
+EAPI=2
inherit eutils toolchain-funcs flag-o-matic multilib games
PATCH="${P/-/_}-10.diff"
@@ -20,9 +21,7 @@ DEPEND="amd64? ( app-emulation/emul-linux-x86-xlibs )
S=${WORKDIR}/${PN}
-src_unpack() {
- unpack ${A}
- cd "${S}"
+src_prepare() {
epatch \
"${WORKDIR}"/${PATCH} \
"${FILESDIR}"/${P}-exec-stack.patch \