commit:     b907cca52ef0028780f11450d01a585aa02d4331
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 29 10:08:20 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Apr 29 11:25:56 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b907cca5

games-emulation/gngeo: Drop old

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 games-emulation/gngeo/Manifest         |  1 -
 games-emulation/gngeo/gngeo-0.8.ebuild | 47 ----------------------------------
 2 files changed, 48 deletions(-)

diff --git a/games-emulation/gngeo/Manifest b/games-emulation/gngeo/Manifest
deleted file mode 100644
index 85723c8d9f4..00000000000
--- 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 1d34ff20ab7..00000000000
--- 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
-}

Reply via email to