From b907cca52ef0028780f11450d01a585aa02d4331 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Sun, 29 Apr 2018 12:08:20 +0200 Subject: 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(-) delete mode 100644 games-emulation/gngeo/Manifest delete mode 100644 games-emulation/gngeo/gngeo-0.8.ebuild (limited to 'games-emulation/gngeo') 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 -} -- cgit v1.2.3-65-gdbad