summaryrefslogtreecommitdiff
path: root/app-emulation
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/Manifest.gzbin15339 -> 15333 bytes
-rw-r--r--app-emulation/pcem/Manifest3
-rw-r--r--app-emulation/pcem/files/pcem-17-respect-cflags.patch11
-rw-r--r--app-emulation/pcem/pcem-17-r2.ebuild81
4 files changed, 0 insertions, 95 deletions
diff --git a/app-emulation/Manifest.gz b/app-emulation/Manifest.gz
index fad2ebafa3cd..bd684ac64089 100644
--- a/app-emulation/Manifest.gz
+++ b/app-emulation/Manifest.gz
Binary files differ
diff --git a/app-emulation/pcem/Manifest b/app-emulation/pcem/Manifest
index 02781da4fb4c..513b8f882f90 100644
--- a/app-emulation/pcem/Manifest
+++ b/app-emulation/pcem/Manifest
@@ -1,6 +1,3 @@
-AUX pcem-17-respect-cflags.patch 217 BLAKE2B a41bebda7404d036daa7e3b07148d1488946ab5e0744dd43724aeab3aea0a53a5ee727e3e25ce6f221b3f4d0861029c1ff25db77da44c755005c39df436c21c1 SHA512 799539c89a662e2b71db734a2b5fc2354535e7a9783f09dac975ad23628cd57b08eafa9cbfd79aa2443945cb0e5e3ce77ef05a6af4da646b5f5c0095de43a362
-DIST PCemV17Linux.tar.gz 1880868 BLAKE2B 64068f0f98e8fe3e9bfe42a04f462375a7ee0cb8259b103237f3b0542f54ad13ed625a55c8379e2c54a87348ed504496a6b163419855ceeda8e4f18e1ea5dcd9 SHA512 6d84c8cbe9b6116f6439f542ac08139cfc5652a34b615a1ed841a6f8c227e77f1d26573ec35d57511b9a69e7472fbe51f2abb9307f8f8c1207c74fbe8107cadd
DIST pcem-17_p20241210.tar.gz 1668232 BLAKE2B 5fdf4e0067dfe3924be1ee4a22055e4f5f2dfdfcf3494d0f0ee9e6b3f1641ccc7f1767524416b0fe39daaccab6e805f839c35ca9a178ad4355a0100784ab31dc SHA512 78353704529d7f333d5fc5513be34cc895423418242642e3b7a35e008700a444b1f8b0d477dbd26a84081112eaba2829248c0506cd333e22479751e9e99252e0
-EBUILD pcem-17-r2.ebuild 1826 BLAKE2B 577ca3dd5d67087604a50fc6b09e05fab86a8bc929d6f78d5c70b2e28d58f484ca149f0d4f2da8167ff9e13f3e5ef4e7703f2e034a73bb36fe998a3bd0df3598 SHA512 349f4ef61d685e4e84e2b7714311f9d78d63226f0a247efaaad5f29b2f2b8dbf8b4cd20b2634a198c6d0ae4f13c50eaf1023a3ef3ece4cfef1f5f86bb199eade
EBUILD pcem-17_p20241210.ebuild 1969 BLAKE2B e1cd3295c4940bebb9fb8e95c5eba4fc84c99de10bcab25f5c1d0c87c9c34b6da122d83c142645963b35339739dd7148022f7184443749eb1d956bed643be535 SHA512 be0d522b9f00b2071484af2f13cf8effd31d4b55a4eeac999ff0465e24e9c8028cac754b9db89df5a03c07a05cde0eaac661a9c1743486daaeb9799206290049
MISC metadata.xml 1037 BLAKE2B 53c4975a5c4e20be3d8554ec6dcac779e60c99f1c7e98f36098415869eac2e0f473b900addee4bac09d350a2f1d8c75c4e66066cba72200334f5c5a2bf518cd3 SHA512 7386411ec705299cdfbbd763470d4a8de6228daaa24ce6907ecaa3d9e4d18cd827ee1328040679c3636a11db420a62eef8aee8a97e23723161b6abb5533e20de
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/<system>'."
- elog "To install locally, put your ROM files into '~/.pcem/roms/<system>'."
-}