commit: 65b8a1da6acd096e79b836ad240ac7a5d7ab85fa Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Sun Apr 27 09:54:57 2025 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Sun Apr 27 10:49:31 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65b8a1da
games-emulation/nestopia: drop 1.52.1-r1, 1.53.0-r1 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> games-emulation/nestopia/Manifest | 2 - games-emulation/nestopia/nestopia-1.52.1-r1.ebuild | 44 --------------------- games-emulation/nestopia/nestopia-1.53.0-r1.ebuild | 45 ---------------------- 3 files changed, 91 deletions(-) diff --git a/games-emulation/nestopia/Manifest b/games-emulation/nestopia/Manifest index b97b33cffc42..1199e43b8fdf 100644 --- a/games-emulation/nestopia/Manifest +++ b/games-emulation/nestopia/Manifest @@ -1,3 +1 @@ -DIST nestopia-1.52.1.tar.gz 1593358 BLAKE2B 31010b0b85e76a2cadcc48075be185076c728cb5742ef6a557e4f90a471ef4f2dd4c62e3580a01610b436b780747af4ef57c43f20cc0a000af01aef0899f97df SHA512 600f539e64e71ae732073a9e6781c67e54bd37d3253cf48b77d433396516d6ecf3e519e0f19107aca9dd81b3802b3948d9d242c44956682c988d4630b090273e -DIST nestopia-1.53.0.tar.gz 1701136 BLAKE2B ca5362e7491a01a9824fff8e7594cf1c19076f6d2bbfc5c792f25afa1fd0e94b0d7a18ee069162fdf94c441b97b8a9eb90d51d3a25b0673e71cc1a932ba47627 SHA512 675570025abfe7d58f2238d6b235c6f13f39641b30317f2289e5ab2afeb58ac85657b4b91de455d0da24d0158d2380613359df3daa9f5dc2c058d1949d87ef78 DIST nestopia-1.53.1.tar.gz 1704326 BLAKE2B 74ae4e2deec765aedac49309707067e837347eebf313a9579d1a53ca6bae41a760d839dbb3db899eac0642f1c50f496e934e44bc1a72e8725f69d4bb46703027 SHA512 607bad683e7b7a50444240b37a10ecf851114c3dcfb058ef5a18ff6ff7e4949afb32d6f6b9476ab55e6a61893a33337301575e717e9112ad0bef7205d0f83693 diff --git a/games-emulation/nestopia/nestopia-1.52.1-r1.ebuild b/games-emulation/nestopia/nestopia-1.52.1-r1.ebuild deleted file mode 100644 index d859412937c6..000000000000 --- a/games-emulation/nestopia/nestopia-1.52.1-r1.ebuild +++ /dev/null @@ -1,44 +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/refs/tags/${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 (bug #830469) - append-cxxflags -Wno-narrowing - - econf $(use_enable doc) -} diff --git a/games-emulation/nestopia/nestopia-1.53.0-r1.ebuild b/games-emulation/nestopia/nestopia-1.53.0-r1.ebuild deleted file mode 100644 index 443027ed1239..000000000000 --- a/games-emulation/nestopia/nestopia-1.53.0-r1.ebuild +++ /dev/null @@ -1,45 +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/refs/tags/${PV}.tar.gz - -> ${P}.tar.gz -" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc" - -RDEPEND=" - app-arch/libarchive:= - media-libs/libepoxy - media-libs/libsamplerate - media-libs/libsdl2[joystick,sound] - sys-libs/zlib:= - >=x11-libs/fltk-1.4:1=[opengl] -" -DEPEND="${RDEPEND}" -BDEPEND=" - dev-build/autoconf-archive - virtual/pkgconfig -" - -src_prepare() { - default - - eautoreconf -} - -src_configure() { - # silence the narrowing warnings on clang (bug #830469) - append-cxxflags -Wno-narrowing - - econf $(use_enable doc) -}
