summaryrefslogtreecommitdiff
path: root/games-emulation
diff options
context:
space:
mode:
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/Manifest.gzbin11685 -> 11524 bytes
-rw-r--r--games-emulation/pcsxr/Manifest4
-rw-r--r--games-emulation/pcsxr/metadata.xml17
-rw-r--r--games-emulation/pcsxr/pcsxr-1.9.94_p20190306-r1.ebuild78
-rw-r--r--games-emulation/pcsxr/pcsxr-9999.ebuild84
5 files changed, 0 insertions, 183 deletions
diff --git a/games-emulation/Manifest.gz b/games-emulation/Manifest.gz
index b6d4c52fe353..d8556de268fa 100644
--- a/games-emulation/Manifest.gz
+++ b/games-emulation/Manifest.gz
Binary files differ
diff --git a/games-emulation/pcsxr/Manifest b/games-emulation/pcsxr/Manifest
deleted file mode 100644
index a5adf55107ba..000000000000
--- a/games-emulation/pcsxr/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST pcsxr-62467b86871aee3d70c7445f3cb79f0858ec566e.tar.gz 2229537 BLAKE2B 2f5c11c16d79b6747ccc5f7c655e99663a882e264548c136ff6d4b1321788a10b1475c023e0c7e0892aeb94032c522f2a0e6312e6cf66f608e1a1d7897aea809 SHA512 894e795c3616bb6abf87d144e1a2409142d457f2f2c04c4287e2804bb06caf008f42501089d555b5e43e6b2d6d2e8ac9a7d78842bed975b1b4b94465f4ed3a3c
-EBUILD pcsxr-1.9.94_p20190306-r1.ebuild 1832 BLAKE2B 7d0b17cc7292eac0294d45744a4630c81259dcecef940054c44ac1bbbc7f31e4827c046e18daf1d44471294258dbebab7949bb0304149f87a6d2a17aa9e8e727 SHA512 539e2e86981f3e2e7f8804e1e3dd8f96d847a89731e5157f8283e056d8e5f3d5eeb2f276772ab9ac630689e1fa8da773b07b5208ee99362905a4f3442b6a4efb
-EBUILD pcsxr-9999.ebuild 1744 BLAKE2B ff0d15620978779345bb9a7b781b1feafd51a9ff0a5c2da1298c14bdb8601c6fc25d37c49f73bb03b6bb4e50f92b7636672f3534b2527c1e7bf9f53de0e6faad SHA512 4730c31f50cf9e6784101930552f769c381c2117558ae4ccf9871acf22ac4fde1430018ad2eca0f5f687d9c45721e7f1ed4a428609a362fbc6e139df6e8acb77
-MISC metadata.xml 634 BLAKE2B 2b2a187cca33cb36bb472bf00fa545ab81e572ce5e3d2e2bf00a4460cb7227289629613657efa0ced4ab7fad82bfcb331f11b09e777c8fe821b659ca68708024 SHA512 6ef43f82723f95f0e9265cc20bf219732c745a4533465d9360ff36cfff4b670a4db4ff6d3d902ef0d0259df95a107d82d969735673071fa18c8c0ed7a8a8a04a
diff --git a/games-emulation/pcsxr/metadata.xml b/games-emulation/pcsxr/metadata.xml
deleted file mode 100644
index 4e9ff70c12d5..000000000000
--- a/games-emulation/pcsxr/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>mgorny@gentoo.org</email>
- <name>Michał Górny</name>
- </maintainer>
- <use>
- <flag name="archive">Support compressed files (via libarchive)</flag>
- <flag name="ccdda">Support compressed CDDA (requires ffmpeg)</flag>
- <flag name="cdio">Use libcdio for CD support</flag>
- <flag name="sdl">Use SDL sound backend (other parts of SDL are used unconditionally)</flag>
- </use>
- <upstream>
- <remote-id type="github">iCatButler/pcsxr</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/games-emulation/pcsxr/pcsxr-1.9.94_p20190306-r1.ebuild b/games-emulation/pcsxr/pcsxr-1.9.94_p20190306-r1.ebuild
deleted file mode 100644
index 00c5ae6261ef..000000000000
--- a/games-emulation/pcsxr/pcsxr-1.9.94_p20190306-r1.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit flag-o-matic xdg cmake
-
-EGIT_COMMIT="62467b86871aee3d70c7445f3cb79f0858ec566e"
-MY_P=${PN}-${EGIT_COMMIT}
-DESCRIPTION="PCSX-Reloaded: a fork of PCSX, the discontinued Playstation emulator"
-HOMEPAGE="https://github.com/iCatButler/pcsxr"
-SRC_URI="https://github.com/iCatButler/pcsxr/archive/${EGIT_COMMIT}.tar.gz -> ${MY_P}.tar.gz"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="GPL-2 public-domain"
-SLOT="0"
-KEYWORDS="~amd64"
-
-IUSE="alsa archive ccdda cdio openal oss pulseaudio +sdl"
-REQUIRED_USE="?? ( alsa openal oss pulseaudio sdl )"
-
-RDEPEND="
- dev-libs/glib:2
- media-libs/libsdl2[joystick]
- sys-libs/zlib:=
- x11-libs/gtk+:3
- x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXtst
- x11-libs/libXv
- x11-libs/libXxf86vm
- virtual/libintl
- virtual/opengl
- archive? ( app-arch/libarchive:= )
- alsa? ( media-libs/alsa-lib:= )
- cdio? ( dev-libs/libcdio:= )
- ccdda? ( >=media-video/ffmpeg-3:= )
- openal? ( media-libs/openal:= )
- pulseaudio? ( media-sound/pulseaudio:= )
- sdl? ( media-libs/libsdl2:=[sound] )"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto"
-BDEPEND="
- app-arch/unzip
- sys-devel/gettext:0"
-
-src_configure() {
- append-cflags -fcommon
- local sound_backend
-
- if use pulseaudio; then
- sound_backend=pulse
- elif use sdl; then
- sound_backend=sdl
- elif use openal; then
- sound_backend=openal
- elif use alsa; then
- sound_backend=alsa
- elif use oss; then
- sound_backend=oss
- else
- sound_backend=null
- fi
-
- local mycmakeargs=(
- -DENABLE_CCDDA=$(usex ccdda)
- -DUSE_LIBARCHIVE=$(usex archive)
- -DUSE_LIBCDIO=$(usex cdio)
- -DSND_BACKEND=${sound_backend}
- )
-
- cmake_src_configure
-}
-
-src_install() {
- cmake_src_install
- mv "${ED}"/usr/share/doc/pcsxr/* "${ED}/usr/share/doc/${PF}/" || die
- rmdir "${ED}"/usr/share/doc/pcsxr || die
-}
diff --git a/games-emulation/pcsxr/pcsxr-9999.ebuild b/games-emulation/pcsxr/pcsxr-9999.ebuild
deleted file mode 100644
index 98a280011f20..000000000000
--- a/games-emulation/pcsxr/pcsxr-9999.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit cmake git-r3 xdg-utils
-
-DESCRIPTION="PCSX-Reloaded: a fork of PCSX, the discontinued Playstation emulator"
-HOMEPAGE="https://github.com/iCatButler/pcsxr"
-EGIT_REPO_URI="https://github.com/iCatButler/pcsxr"
-
-LICENSE="GPL-2 public-domain"
-SLOT="0"
-KEYWORDS=""
-
-IUSE="alsa archive ccdda cdio openal oss pulseaudio +sdl"
-REQUIRED_USE="?? ( alsa openal oss pulseaudio sdl )"
-
-RDEPEND="
- dev-libs/glib:2
- media-libs/libsdl2[joystick]
- sys-libs/zlib:=
- x11-libs/gtk+:3
- x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXtst
- x11-libs/libXv
- x11-libs/libXxf86vm
- virtual/libintl
- virtual/opengl
- archive? ( app-arch/libarchive:= )
- alsa? ( media-libs/alsa-lib:= )
- cdio? ( dev-libs/libcdio:= )
- ccdda? ( >=media-video/ffmpeg-3:= )
- openal? ( media-libs/openal:= )
- pulseaudio? ( media-sound/pulseaudio:= )
- sdl? ( media-libs/libsdl2:=[sound] )
-"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto"
-BDEPEND="
- app-arch/unzip
- sys-devel/gettext:0
-"
-
-src_configure() {
- local sound_backend
-
- if use pulseaudio; then
- sound_backend=pulse
- elif use sdl; then
- sound_backend=sdl
- elif use openal; then
- sound_backend=openal
- elif use alsa; then
- sound_backend=alsa
- elif use oss; then
- sound_backend=oss
- else
- sound_backend=null
- fi
-
- local mycmakeargs=(
- -DENABLE_CCDDA=$(usex ccdda)
- -DUSE_LIBARCHIVE=$(usex archive)
- -DUSE_LIBCDIO=$(usex cdio)
- -DSND_BACKEND=${sound_backend}
- )
-
- cmake_src_configure
-}
-
-src_install() {
- cmake_src_install
- mv "${ED}"/usr/share/doc/pcsxr/* "${ED}/usr/share/doc/${PF}/" || die
- rmdir "${ED}"/usr/share/doc/pcsxr || die
-}
-
-pkg_postinst() {
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_icon_cache_update
-}