summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-04-29 13:24:07 +0200
committerPacho Ramos <pacho@gentoo.org>2018-04-29 13:26:29 +0200
commitf443f51eefa3fd02b3ca313ed67040d402e5e13a (patch)
tree6b4b34cdf6ddcd03b6107b22a7c2af7b4be65808 /games-emulation/mednaffe
parentgames-emulation/mednaffe: Version bump (diff)
downloadgentoo-f443f51eefa3fd02b3ca313ed67040d402e5e13a.tar.gz
gentoo-f443f51eefa3fd02b3ca313ed67040d402e5e13a.tar.bz2
gentoo-f443f51eefa3fd02b3ca313ed67040d402e5e13a.zip
games-emulation/mednaffe: Drop old
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'games-emulation/mednaffe')
-rw-r--r--games-emulation/mednaffe/Manifest1
-rw-r--r--games-emulation/mednaffe/mednaffe-0.8.ebuild50
2 files changed, 0 insertions, 51 deletions
diff --git a/games-emulation/mednaffe/Manifest b/games-emulation/mednaffe/Manifest
index 2637c79cc939..4a7a8bb9477c 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.8.zip 311381 BLAKE2B cffa364f58c83dfed85141ed6e740b0e31b76524e8a336b332d79884f745e8d918cfd78658ded4c377b384ccb7dbb921aa883ff3bb0a0d413a2bb00365f0f4a0 SHA512 54747318da956616af2fedba5d9760629d0064140b4aa2bd652208c4fda8cb24dec60d869d6999aaa371d837adcaf0c6761f843277c999c33d98cfdd07bf3776
diff --git a/games-emulation/mednaffe/mednaffe-0.8.ebuild b/games-emulation/mednaffe/mednaffe-0.8.ebuild
deleted file mode 100644
index 921f899357cf..000000000000
--- a/games-emulation/mednaffe/mednaffe-0.8.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools flag-o-matic gnome2-utils games
-
-DESCRIPTION="A front-end (GUI) for mednafen emulator"
-HOMEPAGE="https://github.com/AmatCoder/mednaffe"
-SRC_URI="https://github.com/AmatCoder/mednaffe/archive/v$PV.zip -> ${P}.zip"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="app-arch/unzip
- x11-libs/gtk+:3
- virtual/pkgconfig"
-RDEPEND="x11-libs/gtk+:3
- games-emulation/mednafen[debugger]"
-
-src_prepare() {
- append-cflags -Wl,-export-dynamic
- sed -i -e '/^CFLAGS=/d' configure.ac || die
- sed -i -e 's:$(datadir):/usr/share:' share/Makefile.am || die
- eautoreconf
-}
-
-src_configure() {
- egamesconf --enable-gtk3
-}
-
-src_install() {
- default
- prepgamesdirs
-}
-
-pkg_preinst() {
- games_pkg_preinst
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- games_pkg_postinst
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}