Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/gngeo/
Date: Sun, 29 Apr 2018 11:26:56
Message-Id: 1525001156.b907cca52ef0028780f11450d01a585aa02d4331.pacho@gentoo
1 commit: b907cca52ef0028780f11450d01a585aa02d4331
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 29 10:08:20 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 29 11:25:56 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b907cca5
7
8 games-emulation/gngeo: Drop old
9
10 Package-Manager: Portage-2.3.31, Repoman-2.3.9
11
12 games-emulation/gngeo/Manifest | 1 -
13 games-emulation/gngeo/gngeo-0.8.ebuild | 47 ----------------------------------
14 2 files changed, 48 deletions(-)
15
16 diff --git a/games-emulation/gngeo/Manifest b/games-emulation/gngeo/Manifest
17 deleted file mode 100644
18 index 85723c8d9f4..00000000000
19 --- a/games-emulation/gngeo/Manifest
20 +++ /dev/null
21 @@ -1 +0,0 @@
22 -DIST gngeo-0.8.tar.gz 1043579 BLAKE2B b4d1ffdb53e32ea25ed743af113573ce9ebd9f864bff1fed88797573141aecd3a2f799731316ced19892b9e45a334c8a8b59593fce4ec5651754bf80196c9e13 SHA512 4301e0f48afd8686cdc45bd8c3e7b724f4ab7a2482567c7fe99ee8960f652dbcefb00fcdd7071d85b02636a9ae9795d03169ffc79e8ae6f4c5515a5a53c090c7
23
24 diff --git a/games-emulation/gngeo/gngeo-0.8.ebuild b/games-emulation/gngeo/gngeo-0.8.ebuild
25 deleted file mode 100644
26 index 1d34ff20ab7..00000000000
27 --- a/games-emulation/gngeo/gngeo-0.8.ebuild
28 +++ /dev/null
29 @@ -1,47 +0,0 @@
30 -# Copyright 1999-2016 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -inherit eutils autotools flag-o-matic games
35 -
36 -DESCRIPTION="A NeoGeo emulator"
37 -HOMEPAGE="https://code.google.com/p/gngeo/"
38 -SRC_URI="https://gngeo.googlecode.com/files/${P}.tar.gz"
39 -
40 -LICENSE="GPL-2"
41 -SLOT="0"
42 -KEYWORDS="~amd64 ~x86"
43 -IUSE=""
44 -
45 -DEPEND="virtual/opengl
46 - media-libs/libsdl[joystick,opengl,sound,video]
47 - sys-libs/zlib[minizip]"
48 -RDEPEND=${DEPEND}
49 -
50 -src_prepare() {
51 - epatch \
52 - "${FILESDIR}"/${P}-execstacks.patch \
53 - "${FILESDIR}"/${P}-zlib.patch \
54 - "${FILESDIR}"/${P}-concurrentMake.patch \
55 - "${FILESDIR}"/${P}-cflags.patch
56 - mv configure.in configure.ac || die
57 - eautoreconf
58 - append-cflags -std=gnu89 # build with gcc5 (bug #571056)
59 -}
60 -
61 -src_configure() {
62 - egamesconf --disable-i386asm
63 -}
64 -
65 -src_install() {
66 - DOCS=( AUTHORS FAQ NEWS README* TODO sample_gngeorc )
67 - default
68 - prepgamesdirs
69 -}
70 -
71 -pkg_postinst() {
72 - games_pkg_postinst
73 - echo
74 - elog "A licensed NeoGeo BIOS copy is required to run the emulator."
75 - echo
76 -}