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 74441158064 for ; Sun, 12 May 2024 20:26:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93D42E2A77; Sun, 12 May 2024 20:26:01 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6B92AE2A77 for ; Sun, 12 May 2024 20:26:01 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 81ABD335D6A for ; Sun, 12 May 2024 20:26:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0FD11AB1 for ; Sun, 12 May 2024 20:25:57 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1715544191.a34d1b02b2eef183a38f2f4f1de4b0318d7aa289.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/nestopia/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/nestopia/Manifest games-emulation/nestopia/nestopia-1.52.0.ebuild X-VCS-Directories: games-emulation/nestopia/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: a34d1b02b2eef183a38f2f4f1de4b0318d7aa289 X-VCS-Branch: master Date: Sun, 12 May 2024 20:25:57 +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: 5de47132-ed68-4bbe-8cec-7a5d99f4200c X-Archives-Hash: bdb4cb1aaf5658a989a28b8e20e83d21 commit: a34d1b02b2eef183a38f2f4f1de4b0318d7aa289 Author: Ionen Wolkens gentoo org> AuthorDate: Sun May 12 20:03:11 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sun May 12 20:03:11 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a34d1b02 games-emulation/nestopia: drop 1.52.0 Signed-off-by: Ionen Wolkens gentoo.org> games-emulation/nestopia/Manifest | 1 - games-emulation/nestopia/nestopia-1.52.0.ebuild | 39 ------------------------- 2 files changed, 40 deletions(-) diff --git a/games-emulation/nestopia/Manifest b/games-emulation/nestopia/Manifest index e8a623bb9af0..8816a763c660 100644 --- a/games-emulation/nestopia/Manifest +++ b/games-emulation/nestopia/Manifest @@ -1,2 +1 @@ -DIST nestopia-1.52.0.tar.gz 1589971 BLAKE2B faa2418ae79a19448df411303c1c6740f74f42501d7232fee5e4bc8c60f26ee5187e106cb76fb2f8286a1b14ecb0ced1376a15381775ab67dc62e720ebae4601 SHA512 d7b36a07c1def146b3596124d3d084c39865916069092eceb3c1a22a030573c94fff7f3525e161d671fedd672f81ef536a42b4d0b37779c5993ffc158cdd3c0b DIST nestopia-1.52.1.tar.gz 1593358 BLAKE2B 31010b0b85e76a2cadcc48075be185076c728cb5742ef6a557e4f90a471ef4f2dd4c62e3580a01610b436b780747af4ef57c43f20cc0a000af01aef0899f97df SHA512 600f539e64e71ae732073a9e6781c67e54bd37d3253cf48b77d433396516d6ecf3e519e0f19107aca9dd81b3802b3948d9d242c44956682c988d4630b090273e diff --git a/games-emulation/nestopia/nestopia-1.52.0.ebuild b/games-emulation/nestopia/nestopia-1.52.0.ebuild deleted file mode 100644 index 105b6509e4ea..000000000000 --- a/games-emulation/nestopia/nestopia-1.52.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools flag-o-matic xdg - -DESCRIPTION="Portable Nintendo Entertainment System emulator written in C++" -HOMEPAGE="http://0ldsk00l.ca/nestopia/" -SRC_URI="https://github.com/0ldsk00l/nestopia/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc" - -RDEPEND=" - app-arch/libarchive:= - media-libs/libglvnd - media-libs/libsdl2[joystick,sound] - sys-libs/zlib:= - x11-libs/fltk:1[opengl]" -DEPEND="${RDEPEND}" -BDEPEND=" - dev-build/autoconf-archive - virtual/pkgconfig" - -src_prepare() { - default - - eautoreconf -} - -src_configure() { - # silence the narrowing warnings on clang (#830469) - append-cxxflags -Wno-narrowing - - econf $(use_enable doc) -}