* [gentoo-commits] repo/gentoo:master commit in: games-emulation/nestra/
@ 2018-04-29 13:06 Pacho Ramos
0 siblings, 0 replies; 2+ messages in thread
From: Pacho Ramos @ 2018-04-29 13:06 UTC (permalink / raw
To: gentoo-commits
commit: 1e91cb15cfef8b9917bd620583cec51c34f26be7
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 29 11:39:48 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Apr 29 13:06:25 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e91cb15
games-emulation/nestra: Drop old
Package-Manager: Portage-2.3.31, Repoman-2.3.9
games-emulation/nestra/nestra-0.66-r2.ebuild | 48 ----------------------------
1 file changed, 48 deletions(-)
diff --git a/games-emulation/nestra/nestra-0.66-r2.ebuild b/games-emulation/nestra/nestra-0.66-r2.ebuild
deleted file mode 100644
index 0dabb4e9895..00000000000
--- a/games-emulation/nestra/nestra-0.66-r2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils toolchain-funcs flag-o-matic multilib games
-
-PATCH="${P/-/_}-10.diff"
-DESCRIPTION="NES emulation for Linux/x86"
-HOMEPAGE="http://nestra.linuxgames.com/"
-SRC_URI="http://nestra.linuxgames.com/${P}.tar.gz
- mirror://debian/pool/contrib/n/nestra/${PATCH}.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11[abi_x86_32(-)]"
-DEPEND=${RDEPEND}
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
- epatch \
- "${WORKDIR}"/${PATCH} \
- "${FILESDIR}"/${P}-exec-stack.patch \
- "${FILESDIR}"/${P}-include.patch
- append-ldflags -Wl,-z,noexecstack
- use amd64 && multilib_toolchain_setup x86
- sed -i \
- -e "s:-L/usr/X11R6/lib:${LDFLAGS}:" \
- -e 's:-O2 ::' \
- -e "s:gcc:$(tc-getCC) ${CFLAGS}:" \
- -e "s:ld:$(tc-getLD) -m elf_i386 $(raw-ldflags):" \
- Makefile || die
-}
-
-src_compile() {
- use amd64 && multilib_toolchain_setup x86
- games_src_compile
-}
-
-src_install() {
- dogamesbin nestra
- dodoc BUGS CHANGES README
- doman nestra.6
- prepgamesdirs
-}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/nestra/
@ 2021-04-19 19:12 Sam James
0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2021-04-19 19:12 UTC (permalink / raw
To: gentoo-commits
commit: ece959ecd698352f6ce542209047d1636da13d70
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 19 18:12:40 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 19 19:12:09 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ece959ec
games-emulation/nestra: port to EAPI 7
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-emulation/nestra/nestra-0.66-r3.ebuild | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/games-emulation/nestra/nestra-0.66-r3.ebuild b/games-emulation/nestra/nestra-0.66-r3.ebuild
index 44ca1daa1d3..73ec6ac1948 100644
--- a/games-emulation/nestra/nestra-0.66-r3.ebuild
+++ b/games-emulation/nestra/nestra-0.66-r3.ebuild
@@ -1,28 +1,28 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
-inherit epatch toolchain-funcs flag-o-matic
+EAPI=7
+
+inherit toolchain-funcs flag-o-matic
PATCH="${P/-/_}-10.diff"
DESCRIPTION="NES emulation for Linux/x86"
HOMEPAGE="http://nestra.linuxgames.com/"
SRC_URI="http://nestra.linuxgames.com/${P}.tar.gz
mirror://debian/pool/contrib/n/nestra/${PATCH}.gz"
+S="${WORKDIR}/${PN}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
RDEPEND="x11-libs/libX11[abi_x86_32(-)]"
DEPEND="${RDEPEND}"
-S="${WORKDIR}/${PN}"
-
src_prepare() {
default
- epatch "${WORKDIR}"/${PATCH}
+
+ eapply "${WORKDIR}"/${PATCH}
eapply "${FILESDIR}"/${P}-exec-stack.patch
eapply "${FILESDIR}"/${P}-include.patch
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-04-19 19:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-29 13:06 [gentoo-commits] repo/gentoo:master commit in: games-emulation/nestra/ Pacho Ramos
-- strict thread matches above, loose matches on Subject: below --
2021-04-19 19:12 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox