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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8811C158041 for ; Fri, 22 Mar 2024 06:22:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72841E2A0A; Fri, 22 Mar 2024 06:22:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B17E2E2A0A for ; Fri, 22 Mar 2024 06:22:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B5031340813 for ; Fri, 22 Mar 2024 06:22:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 251B015BF for ; Fri, 22 Mar 2024 06:22:55 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1711088483.407a4438822a9ea386c53d74fcfbbdd97a629f32.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/punes/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/punes/Manifest app-emulation/punes/punes-0.110.ebuild X-VCS-Directories: app-emulation/punes/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 407a4438822a9ea386c53d74fcfbbdd97a629f32 X-VCS-Branch: master Date: Fri, 22 Mar 2024 06:22:55 +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: a30a9c79-075c-4802-8628-4dbd979665ed X-Archives-Hash: 3a68023e5ec1b9d64d1f341685b4ac3a commit: 407a4438822a9ea386c53d74fcfbbdd97a629f32 Author: Azamat H. Hackimov gmail com> AuthorDate: Tue Mar 19 18:32:56 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Mar 22 06:21:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=407a4438 app-emulation/punes: drop 0.110 Signed-off-by: Azamat H. Hackimov gmail.com> Closes: https://github.com/gentoo/gentoo/pull/35833 Signed-off-by: Arthur Zamarin gentoo.org> app-emulation/punes/Manifest | 1 - app-emulation/punes/punes-0.110.ebuild | 59 ---------------------------------- 2 files changed, 60 deletions(-) diff --git a/app-emulation/punes/Manifest b/app-emulation/punes/Manifest index 7e5b7bad8584..8161798f4ed7 100644 --- a/app-emulation/punes/Manifest +++ b/app-emulation/punes/Manifest @@ -1,2 +1 @@ -DIST punes-0.110.tar.gz 49500935 BLAKE2B c4704ad6edc828f6332798e44939dc82e86fb0fed1d7a71e3377c7bb384a7fc40d2b9303dff13b1e92cf4bb189a5c4816c5c6ec2f2db1ab1c5d58d459b6c1ed9 SHA512 e0f503ac8c0cd0257eebb1401a6cf5045d03e348a5f915574b47c15930c029c93e36f5776c1364b7c7b6a27faa48a36173c4fd0342f24e9a3241ebd5e0a9d137 DIST punes-0.111.tar.gz 57538299 BLAKE2B a900fe2bc9117e6739e58a43e457bfa466053d5a96ae5ad1333d7e0bc11eafb2408a96dc7e35ddf1a3cee50cafe99549a43d2abb629b106bbb1082878a845cc6 SHA512 6388cdf2b303e217adfe43b1b3b1ef66a75b6adfdb0363b213c47fc129b5815f3e96814ee25a3637147dc184203cef0438930c280f0c6249085ecac1220b435c diff --git a/app-emulation/punes/punes-0.110.ebuild b/app-emulation/punes/punes-0.110.ebuild deleted file mode 100644 index 16b8811e4a80..000000000000 --- a/app-emulation/punes/punes-0.110.ebuild +++ /dev/null @@ -1,59 +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 qt6" - -RDEPEND=" - 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:= ) - qt6? ( - dev-qt/qtbase:6[gui,network,opengl,widgets] - dev-qt/qtsvg:6 - ) - !qt6? ( - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtsvg:5 - dev-qt/qtwidgets:5 - )" - -DEPEND=" - ${RDEPEND} - X? ( x11-base/xorg-proto )" -BDEPEND=" - virtual/pkgconfig - qt6? ( dev-qt/qttools[linguist] ) - !qt6? ( dev-qt/linguist-tools:5 )" - -src_configure() { - local mycmakeargs=( - -DENABLE_GIT_INFO=OFF - -DENABLE_QT6_LIBS=$(usex qt6) - -DDISABLE_PORTABLE_MODE=OFF - -DENABLE_FFMPEG=$(usex ffmpeg) - -DENABLE_FULLSCREEN_RESFREQ=$(usex X) - -DENABLE_OPENGL_CG=$(usex cg) - ) - cmake_src_configure -}