commit: 4f56b9263bca6277b1d1b03a68e4bc5723b60ffa Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com> AuthorDate: Sat Jan 10 18:08:13 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Feb 6 00:04:32 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f56b926
app-emulation/punes: drop 0.111-r1 Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/45323 Signed-off-by: Sam James <sam <AT> gentoo.org> app-emulation/punes/punes-0.111-r1.ebuild | 56 ------------------------------- 1 file changed, 56 deletions(-) diff --git a/app-emulation/punes/punes-0.111-r1.ebuild b/app-emulation/punes/punes-0.111-r1.ebuild deleted file mode 100644 index 5ba3d03fd9f9..000000000000 --- a/app-emulation/punes/punes-0.111-r1.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake xdg - -DESCRIPTION="Nintendo Entertainment System (NES) emulator" -HOMEPAGE="https://github.com/punesemu/puNES" -SRC_URI="https://github.com/punesemu/puNES/archive/v${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/puNES-${PV}" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 ~x86" -IUSE="X cg ffmpeg" - -RDEPEND=" - dev-qt/qtbase:6[gui,network,opengl,widgets] - dev-qt/qtsvg:6 - media-libs/alsa-lib - media-libs/libglvnd[X?] - virtual/glu - virtual/udev - X? ( - x11-libs/libX11 - x11-libs/libXrandr - ) - cg? ( media-gfx/nvidia-cg-toolkit ) - ffmpeg? ( media-video/ffmpeg:= ) -" - -DEPEND=" - ${RDEPEND} - X? ( x11-base/xorg-proto )" -BDEPEND=" - virtual/pkgconfig - dev-qt/qttools[linguist] -" - -PATCHES=( - "${FILESDIR}/punes-0.111-FULLSCREEN_RESFREQ-fix.patch" - "${FILESDIR}/punes-0.111-qt6.7_Q_OBJECT.patch" -) - -src_configure() { - local mycmakeargs=( - -DENABLE_GIT_INFO=OFF - -DENABLE_QT6_LIBS=ON - -DDISABLE_PORTABLE_MODE=OFF - -DENABLE_FFMPEG=$(usex ffmpeg) - -DENABLE_FULLSCREEN_RESFREQ=$(usex X) - -DENABLE_OPENGL_CG=$(usex cg) - ) - cmake_src_configure -}
