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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E77AF15813A for ; Sun, 19 Jan 2025 00:07:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 306F8E08B0; Sun, 19 Jan 2025 00:07:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 BAB9CE08B0 for ; Sun, 19 Jan 2025 00:07:15 +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 E30F8342F9E for ; Sun, 19 Jan 2025 00:07:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 75C2697F for ; Sun, 19 Jan 2025 00:07:10 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1737245209.e8a74318e61b8c734a7d1421fe2bd9a2225c0883.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/pcem/files/, app-emulation/pcem/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/pcem/Manifest app-emulation/pcem/files/pcem-17-respect-cflags.patch app-emulation/pcem/pcem-17-r2.ebuild X-VCS-Directories: app-emulation/pcem/ app-emulation/pcem/files/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: e8a74318e61b8c734a7d1421fe2bd9a2225c0883 X-VCS-Branch: master Date: Sun, 19 Jan 2025 00:07:10 +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: 9adf5d80-8abe-46af-a2de-6962f94da773 X-Archives-Hash: 95ddc0a822309d3646e06950b0ffacdc commit: e8a74318e61b8c734a7d1421fe2bd9a2225c0883 Author: Conrad Kostecki gentoo org> AuthorDate: Sun Jan 19 00:06:46 2025 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Jan 19 00:06:49 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8a74318 app-emulation/pcem: drop 17-r2 Closes: https://bugs.gentoo.org/944239 Closes: https://bugs.gentoo.org/922390 Closes: https://bugs.gentoo.org/936136 Signed-off-by: Conrad Kostecki gentoo.org> app-emulation/pcem/Manifest | 1 - .../pcem/files/pcem-17-respect-cflags.patch | 11 --- app-emulation/pcem/pcem-17-r2.ebuild | 81 ---------------------- 3 files changed, 93 deletions(-) diff --git a/app-emulation/pcem/Manifest b/app-emulation/pcem/Manifest index 00b41e28ca92..e30539c0bd91 100644 --- a/app-emulation/pcem/Manifest +++ b/app-emulation/pcem/Manifest @@ -1,2 +1 @@ -DIST PCemV17Linux.tar.gz 1880868 BLAKE2B 64068f0f98e8fe3e9bfe42a04f462375a7ee0cb8259b103237f3b0542f54ad13ed625a55c8379e2c54a87348ed504496a6b163419855ceeda8e4f18e1ea5dcd9 SHA512 6d84c8cbe9b6116f6439f542ac08139cfc5652a34b615a1ed841a6f8c227e77f1d26573ec35d57511b9a69e7472fbe51f2abb9307f8f8c1207c74fbe8107cadd DIST pcem-17_p20241210.tar.gz 1668232 BLAKE2B 5fdf4e0067dfe3924be1ee4a22055e4f5f2dfdfcf3494d0f0ee9e6b3f1641ccc7f1767524416b0fe39daaccab6e805f839c35ca9a178ad4355a0100784ab31dc SHA512 78353704529d7f333d5fc5513be34cc895423418242642e3b7a35e008700a444b1f8b0d477dbd26a84081112eaba2829248c0506cd333e22479751e9e99252e0 diff --git a/app-emulation/pcem/files/pcem-17-respect-cflags.patch b/app-emulation/pcem/files/pcem-17-respect-cflags.patch deleted file mode 100644 index 0e9d28885595..000000000000 --- a/app-emulation/pcem/files/pcem-17-respect-cflags.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/configure.ac -+++ b/configure.ac -@@ -31,8 +31,6 @@ - CXXFLAGS="-Wall -O0 -g -D_DEBUG -fcommon" - AC_MSG_RESULT([yes]) - else -- CFLAGS="-O3 -fcommon" -- CXXFLAGS="-O3 -fcommon" - AC_MSG_RESULT([no]) - fi - diff --git a/app-emulation/pcem/pcem-17-r2.ebuild b/app-emulation/pcem/pcem-17-r2.ebuild deleted file mode 100644 index 47e17b588639..000000000000 --- a/app-emulation/pcem/pcem-17-r2.ebuild +++ /dev/null @@ -1,81 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -WX_GTK_VER="3.2-gtk3" -inherit autotools desktop flag-o-matic wxwidgets - -DESCRIPTION="A PC emulator that specializes in running old operating systems and software" -HOMEPAGE=" - https://pcem-emulator.co.uk/ - https://github.com/sarah-walker-pcem/pcem/ -" -SRC_URI="https://pcem-emulator.co.uk/files/PCemV${PV}Linux.tar.gz" -S="${WORKDIR}" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64" -IUSE="alsa networking" - -RDEPEND=" - alsa? ( media-libs/alsa-lib ) - media-libs/libsdl2 - media-libs/openal - x11-libs/wxGTK:${WX_GTK_VER}[tiff,X] -" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -DOCS=( "README.md" "TESTED.md" ) - -PATCHES=( "${FILESDIR}/${PN}-17-respect-cflags.patch" ) - -src_prepare() { - default - - eautoreconf -} - -src_configure() { - setup-wxwidgets - - # Does not compile with -fno-common. - # See https://pcem-emulator.co.uk/phpBB3/viewtopic.php?f=3&t=3443 - append-cflags -fcommon - - # LTO needs to be filtered - # See https://bugs.gentoo.org/854528 - filter-lto - append-flags -fno-strict-aliasing - - local myeconfargs=( - --enable-release-build - $(use_enable alsa) - $(use_enable networking) - --with-wx-config="${WX_CONFIG}" - ) - - econf "${myeconfargs[@]}" -} - -src_install() { - default - - insinto /usr/share/pcem - doins -r configs nvr roms - - newicon src/icons/32x32/motherboard.png pcem.png - make_desktop_entry "pcem" "PCem" pcem "Development;Utility" - - einstalldocs -} - -pkg_postinst() { - elog "In order to use PCem, you will need some roms for various emulated systems." - elog "You can either install globally for all users or locally for yourself." - elog "" - elog "To install globally, put your ROM files into '${ROOT}/usr/share/pcem/roms/'." - elog "To install locally, put your ROM files into '~/.pcem/roms/'." -}