* [gentoo-commits] repo/gentoo:master commit in: games-emulation/gngeo/
@ 2018-04-29 11:26 Pacho Ramos
0 siblings, 0 replies; 2+ messages in thread
From: Pacho Ramos @ 2018-04-29 11:26 UTC (permalink / raw
To: gentoo-commits
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
-}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/gngeo/
@ 2020-09-21 21:14 James Le Cuirot
0 siblings, 0 replies; 2+ messages in thread
From: James Le Cuirot @ 2020-09-21 21:14 UTC (permalink / raw
To: gentoo-commits
commit: 976da2b3b2c40ebfb33e135293548d7d1cb26dc6
Author: Alexey Sokolov <sokolov <AT> google <DOT> com>
AuthorDate: Wed Sep 16 00:22:17 2020 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Mon Sep 21 21:12:05 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=976da2b3
games-emulation/gngeo: drop 0.8-r1
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>
Closes: https://github.com/gentoo/gentoo/pull/17561
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
games-emulation/gngeo/gngeo-0.8-r1.ebuild | 43 -------------------------------
1 file changed, 43 deletions(-)
diff --git a/games-emulation/gngeo/gngeo-0.8-r1.ebuild b/games-emulation/gngeo/gngeo-0.8-r1.ebuild
deleted file mode 100644
index 3e7f2be86fc..00000000000
--- a/games-emulation/gngeo/gngeo-0.8-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools desktop flag-o-matic
-
-DESCRIPTION="A NeoGeo emulator"
-HOMEPAGE="https://code.google.com/p/gngeo/"
-SRC_URI="https://gngeo.googlecode.com/files/${P}.tar.gz
- https://storage.googleapis.com/google-code-archive/v2/code.google.com/gngeo/logo.png -> ${PN}.png"
-
-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() {
- default
- eapply \
- "${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() {
- econf --disable-i386asm
-}
-
-src_install() {
- DOCS=( AUTHORS FAQ NEWS README* TODO sample_gngeorc )
- default
- doicon "${DISTDIR}"/${PN}.png
- make_desktop_entry ${PN}
-}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-09-21 21:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-21 21:14 [gentoo-commits] repo/gentoo:master commit in: games-emulation/gngeo/ James Le Cuirot
-- strict thread matches above, loose matches on Subject: below --
2018-04-29 11:26 Pacho Ramos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox