summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-04-29 13:39:48 +0200
committerPacho Ramos <pacho@gentoo.org>2018-04-29 15:06:25 +0200
commit1e91cb15cfef8b9917bd620583cec51c34f26be7 (patch)
treea878482cb64e35972413326bc636f9bbef57814c /games-emulation/nestra
parentgames-emulation/nestra: Stop using games.eclass (diff)
downloadgentoo-1e91cb15cfef8b9917bd620583cec51c34f26be7.tar.gz
gentoo-1e91cb15cfef8b9917bd620583cec51c34f26be7.tar.bz2
gentoo-1e91cb15cfef8b9917bd620583cec51c34f26be7.zip
games-emulation/nestra: Drop old
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'games-emulation/nestra')
-rw-r--r--games-emulation/nestra/nestra-0.66-r2.ebuild48
1 files changed, 0 insertions, 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 0dabb4e9895f..000000000000
--- 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
-}