From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3E84313835C for ; Sun, 9 May 2021 04:42:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6CDA3E077D; Sun, 9 May 2021 04:42:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4D08AE0729 for ; Sun, 9 May 2021 04:42:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CD580340F04 for ; Sun, 9 May 2021 04:42:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51FB0778 for ; Sun, 9 May 2021 04:42:27 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1620535332.d71b63fe4b9460aa6d7eb0847f582fcbbee6bafa.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/mednaffe/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/mednaffe/Manifest games-emulation/mednaffe/mednaffe-0.8.7.ebuild X-VCS-Directories: games-emulation/mednaffe/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d71b63fe4b9460aa6d7eb0847f582fcbbee6bafa X-VCS-Branch: master Date: Sun, 9 May 2021 04:42:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c5fc76cc-1d51-465b-9d15-a43e89356236 X-Archives-Hash: 9407b2deb93a1ba0b2f2365c8ebcd8eb commit: d71b63fe4b9460aa6d7eb0847f582fcbbee6bafa Author: Ionen Wolkens gmail com> AuthorDate: Sun Apr 25 16:35:32 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun May 9 04:42:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d71b63fe 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 gmail.com> Closes: https://github.com/gentoo/gentoo/pull/20540 Signed-off-by: Sam James gentoo.org> games-emulation/mednaffe/Manifest | 1 - games-emulation/mednaffe/mednaffe-0.8.7.ebuild | 47 -------------------------- 2 files changed, 48 deletions(-) diff --git a/games-emulation/mednaffe/Manifest b/games-emulation/mednaffe/Manifest index 6993b7b459a..5043a725c2a 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 904241ddac8..00000000000 --- 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 -}