summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <sudinave@gmail.com>2021-04-25 12:35:32 -0400
committerSam James <sam@gentoo.org>2021-05-09 04:42:12 +0000
commitd71b63fe4b9460aa6d7eb0847f582fcbbee6bafa (patch)
treea5992ae879d60879e18d7193ff17db66699c86aa /games-emulation
parentgames-emulation/mednaffe: add 0.9.1, EAPI-7 bump (diff)
downloadgentoo-d71b63fe4b9460aa6d7eb0847f582fcbbee6bafa.tar.gz
gentoo-d71b63fe4b9460aa6d7eb0847f582fcbbee6bafa.tar.bz2
gentoo-d71b63fe4b9460aa6d7eb0847f582fcbbee6bafa.zip
games-emulation/mednaffe: drop 0.8.7
this version wasn't compatible with old mednafen (broken for a long time), so rather little value in keeping it Signed-off-by: Ionen Wolkens <sudinave@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/20540 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/mednaffe/Manifest1
-rw-r--r--games-emulation/mednaffe/mednaffe-0.8.7.ebuild47
2 files changed, 0 insertions, 48 deletions
diff --git a/games-emulation/mednaffe/Manifest b/games-emulation/mednaffe/Manifest
index 6993b7b459a9..5043a725c2a7 100644
--- a/games-emulation/mednaffe/Manifest
+++ b/games-emulation/mednaffe/Manifest
@@ -1,2 +1 @@
-DIST mednaffe-0.8.7.tar.gz 304300 BLAKE2B 80a57f2afbea0e33ec547f16088b678fd9a319a124bbebe71fe7848497e1276ae77c0fb47718324d8549dbb69709685f46c970dedf982f48ac095f1923b42dbd SHA512 3495ecd3b87f19ab65d8760ea8adfa830c4dc9fe959f2e2f349216b36f58d9623c9cfd0c7e40fe5e8b7b90846fe85d9808c2a5885f36d5d8b16659b25cf8a3a1
DIST mednaffe-0.9.1.tar.gz 2000069 BLAKE2B a87c49a3e2cf76b21b6c2522987f5773e519512b2cd192591542204224ce3fe009ebaf1b78d3a332e3a35293dd2a6021ccf34e280c98eaf4227690c57aa973a0 SHA512 02390e7960511756aafb925b77c9eebc099ac81623dfb640dbfcbb342061f885955599d2edbc1d84b8818f7ce459eac183917507235c58c27ce9ab2b3d8eb198
diff --git a/games-emulation/mednaffe/mednaffe-0.8.7.ebuild b/games-emulation/mednaffe/mednaffe-0.8.7.ebuild
deleted file mode 100644
index 904241ddac84..000000000000
--- a/games-emulation/mednaffe/mednaffe-0.8.7.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools flag-o-matic gnome2-utils
-
-DESCRIPTION="A front-end (GUI) for mednafen emulator"
-HOMEPAGE="https://github.com/AmatCoder/mednaffe"
-SRC_URI="https://github.com/AmatCoder/mednaffe/releases/download/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- >=dev-libs/glib-2.32:2
- games-emulation/mednafen[debugger]
- >=x11-libs/gtk+-3.4:3
-"
-DEPEND="${RDEPEND}
- app-arch/unzip
- virtual/pkgconfig
-"
-
-src_prepare() {
- default
- append-cflags -Wl,-export-dynamic
- sed -i -e 's:$(datadir):/usr/share:' share/Makefile.am || die
- eautoreconf
-}
-
-src_configure() {
- econf --enable-gtk3
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}