summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-04-29 12:08:20 +0200
committerPacho Ramos <pacho@gentoo.org>2018-04-29 13:25:56 +0200
commitb907cca52ef0028780f11450d01a585aa02d4331 (patch)
tree43c2d994aa6e9fa0b6de6ed0d0bd77874860495f /games-emulation/gngeo
parentgames-emulation/gngb: Drop games.eclass, add Debian fixes (diff)
downloadgentoo-b907cca52ef0028780f11450d01a585aa02d4331.tar.gz
gentoo-b907cca52ef0028780f11450d01a585aa02d4331.tar.bz2
gentoo-b907cca52ef0028780f11450d01a585aa02d4331.zip
games-emulation/gngeo: Drop old
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'games-emulation/gngeo')
-rw-r--r--games-emulation/gngeo/Manifest1
-rw-r--r--games-emulation/gngeo/gngeo-0.8.ebuild47
2 files changed, 0 insertions, 48 deletions
diff --git a/games-emulation/gngeo/Manifest b/games-emulation/gngeo/Manifest
deleted file mode 100644
index 85723c8d9f4c..000000000000
--- a/games-emulation/gngeo/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST gngeo-0.8.tar.gz 1043579 BLAKE2B b4d1ffdb53e32ea25ed743af113573ce9ebd9f864bff1fed88797573141aecd3a2f799731316ced19892b9e45a334c8a8b59593fce4ec5651754bf80196c9e13 SHA512 4301e0f48afd8686cdc45bd8c3e7b724f4ab7a2482567c7fe99ee8960f652dbcefb00fcdd7071d85b02636a9ae9795d03169ffc79e8ae6f4c5515a5a53c090c7
diff --git a/games-emulation/gngeo/gngeo-0.8.ebuild b/games-emulation/gngeo/gngeo-0.8.ebuild
deleted file mode 100644
index 1d34ff20ab76..000000000000
--- a/games-emulation/gngeo/gngeo-0.8.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils autotools flag-o-matic games
-
-DESCRIPTION="A NeoGeo emulator"
-HOMEPAGE="https://code.google.com/p/gngeo/"
-SRC_URI="https://gngeo.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="virtual/opengl
- media-libs/libsdl[joystick,opengl,sound,video]
- sys-libs/zlib[minizip]"
-RDEPEND=${DEPEND}
-
-src_prepare() {
- epatch \
- "${FILESDIR}"/${P}-execstacks.patch \
- "${FILESDIR}"/${P}-zlib.patch \
- "${FILESDIR}"/${P}-concurrentMake.patch \
- "${FILESDIR}"/${P}-cflags.patch
- mv configure.in configure.ac || die
- eautoreconf
- append-cflags -std=gnu89 # build with gcc5 (bug #571056)
-}
-
-src_configure() {
- egamesconf --disable-i386asm
-}
-
-src_install() {
- DOCS=( AUTHORS FAQ NEWS README* TODO sample_gngeorc )
- default
- prepgamesdirs
-}
-
-pkg_postinst() {
- games_pkg_postinst
- echo
- elog "A licensed NeoGeo BIOS copy is required to run the emulator."
- echo
-}