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 515D41382C5 for ; Thu, 27 May 2021 07:57:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94275E152F; Thu, 27 May 2021 07:57:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 4F005E152F for ; Thu, 27 May 2021 07:57:25 +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 2845A340CFE for ; Thu, 27 May 2021 07:57:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 519FD59C for ; Thu, 27 May 2021 07:57:22 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1622102233.e04d380d8a8bf5849123d6181ab1aaedd13c732e.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/snes9x/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/snes9x/Manifest games-emulation/snes9x/snes9x-1.59.2.ebuild X-VCS-Directories: games-emulation/snes9x/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: e04d380d8a8bf5849123d6181ab1aaedd13c732e X-VCS-Branch: master Date: Thu, 27 May 2021 07:57:22 +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: 8165e8b0-679d-4519-9291-19d5767e48ca X-Archives-Hash: 293f9979d5c6f5e7ad3fe0abde742d9d commit: e04d380d8a8bf5849123d6181ab1aaedd13c732e Author: Lars Wendler gentoo org> AuthorDate: Thu May 27 07:57:00 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu May 27 07:57:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e04d380d games-emulation/snes9x: Removed old Signed-off-by: Lars Wendler gentoo.org> games-emulation/snes9x/Manifest | 1 - games-emulation/snes9x/snes9x-1.59.2.ebuild | 128 ---------------------------- 2 files changed, 129 deletions(-) diff --git a/games-emulation/snes9x/Manifest b/games-emulation/snes9x/Manifest index 35dbc3e331c..c477123ee77 100644 --- a/games-emulation/snes9x/Manifest +++ b/games-emulation/snes9x/Manifest @@ -1,2 +1 @@ -DIST snes9x-1.59.2.tar.gz 2819803 BLAKE2B 3e077fe68dbc6ae9acf7625c1371971300cfb72143e0e98841dc8d75be5ccc45812d79d7810d28d1a5dc5c17a69cf0f9483e9c69e91437d864a4cbaf34852b35 SHA512 84d2dfc12a991b77b30ba9a591d285ecd4cc5fbb418282900209db9191d61611123ffa7d715b7abeed9b891e9af88ab4c46616502523a881127e2ede008236e4 DIST snes9x-1.60.tar.gz 2863228 BLAKE2B 0ac3bdd2403221f1013e2b5438aacc4e7d361e943ac7edc56f8ef22827d81484e0b162b84f739ce0f68fe58021124275fd908ccdde99e1e1d6d6c9c0a6e3d17b SHA512 840b006a8fbd479fd5ceb2d94af4ef6470c5e27a3e6c8ddb0dffc8d3e51f465669144cd428bfce28b2ed4f68e70d8f252f2d8a2cae602ba797791d7e483c14c9 diff --git a/games-emulation/snes9x/snes9x-1.59.2.ebuild b/games-emulation/snes9x/snes9x-1.59.2.ebuild deleted file mode 100644 index ca9a701ff2b..00000000000 --- a/games-emulation/snes9x/snes9x-1.59.2.ebuild +++ /dev/null @@ -1,128 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools flag-o-matic meson xdg - -DESCRIPTION="Super Nintendo Entertainment System (SNES) emulator" -HOMEPAGE="https://github.com/snes9xgit/snes9x" -SRC_URI="https://github.com/snes9xgit/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Snes9x GPL-2 GPL-2+ LGPL-2.1 LGPL-2.1+ ISC MIT ZLIB Info-ZIP" -SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" -IUSE="alsa debug gtk multilib netplay opengl oss png pulseaudio portaudio wayland xinerama +xv" -RESTRICT="bindist" - -RDEPEND=" - sys-libs/zlib:=[minizip] - x11-libs/libX11 - x11-libs/libXext - png? ( media-libs/libpng:0= ) - gtk? ( - dev-libs/glib:2 - media-libs/libsdl2[joystick] - >=x11-libs/gtk+-3.22:3[wayland?] - x11-libs/libXrandr - x11-misc/xdg-utils - alsa? ( media-libs/alsa-lib ) - opengl? ( - media-libs/libepoxy - virtual/opengl - ) - portaudio? ( >=media-libs/portaudio-19_pre ) - pulseaudio? ( media-sound/pulseaudio ) - xv? ( x11-libs/libXv ) - wayland? ( dev-libs/wayland ) - ) - xinerama? ( x11-libs/libXinerama )" -DEPEND="${RDEPEND} - x11-base/xorg-proto" -BDEPEND="virtual/pkgconfig" - -S="${WORKDIR}/${P}/unix" - -PATCHES=( - "${FILESDIR}"/${PN}-1.53-cross-compile.patch - "${FILESDIR}"/${PN}-1.59-build-system.patch -) - -src_prepare() { - cd "${WORKDIR}/${P}" || die - rm -r unzip || die - default - cd unix || die - eautoreconf - if use gtk ; then - export EMESON_SOURCE="${WORKDIR}/${P}/gtk" - fi -} - -src_configure() { - append-ldflags -Wl,-z,noexecstack - - # build breaks when zlib/zip support is disabled - local myeconfargs=( - --enable-gamepad - --enable-gzip - --enable-zip - --with-system-zip - $(use_enable debug debugger) - $(use_enable netplay) - $(use_enable png screenshot) - $(use_enable xinerama) - ) - econf "${myeconfargs[@]}" - - if use gtk; then - local emesonargs=( - -Dalsa="$(usex alsa true false)" - -Ddebugger="$(usex debug true false)" - -Dgtk2=false - -Dgtk3=true - -Dopengl="$(usex opengl true false)" - -Doss="$(usex oss true false)" - -Dportaudio="$(usex portaudio true false)" - -Dpulseaudio="$(usex pulseaudio true false)" - -Dscreenshot="$(usex png true false)" - -Dsystem-zip=true - -Dxv="$(usex xv true false)" - -Dzlib=true - -Dwayland="$(usex wayland true false)" - ) - meson_src_configure - fi -} - -src_compile() { - emake - use gtk && meson_src_compile -} - -src_install() { - dobin ${PN} - - dodoc ../docs/{changes,control-inputs,controls,snapshots}.txt - dodoc snes9x.conf.default - - if use gtk ; then - meson_src_install - dodoc ../gtk/AUTHORS - fi - - docinto html - dodoc {.,..}/docs/*.html -} - -pkg_preinst() { - use gtk && xdg_pkg_preinst -} - -pkg_postinst() { - use gtk && xdg_pkg_postinst -} - -pkg_postrm() { - use gtk && xdg_pkg_postrm -}