commit:     a5bf12d337d71e11eeeb2d227944f7b6f6bc4579
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May 30 18:59:07 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 30 18:59:07 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5bf12d3

games-emulation/atari800: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 games-emulation/atari800/Manifest                  |  3 -
 games-emulation/atari800/atari800-4.2.0-r1.ebuild  | 79 -------------------
 games-emulation/atari800/atari800-5.0.0.ebuild     | 86 ---------------------
 games-emulation/atari800/atari800-5.1.0.ebuild     | 90 ----------------------
 .../atari800/files/atari800-4.2.0-bashisms.patch   | 47 -----------
 5 files changed, 305 deletions(-)

diff --git a/games-emulation/atari800/Manifest 
b/games-emulation/atari800/Manifest
index 0c526c385d6e..e072d4874db2 100644
--- a/games-emulation/atari800/Manifest
+++ b/games-emulation/atari800/Manifest
@@ -1,5 +1,2 @@
-DIST atari800-4.2.0-src.tgz 7047710 BLAKE2B 
eac4b2da03d2ff5ec9e18dda41e0345975ed16c1cee23d15d2633211b7d4835b7a26c79fbf1672bb9ce3b82d52c7273e717371a0065ba29807f76d823eeb9855
 SHA512 
1236a8e05bf878e4514ae8e9f1556e0961a7f11ff0333eef415af455d217f712d5c6ededdd343dff6ba1aab777e19997bf9ecb859408187d69fc141301ecba31
-DIST atari800-5.0.0-src.tgz 1847596 BLAKE2B 
315afa4fc8d88c2267c3da04f50a541a871f2d9d0867030b30e8f5d22b421f73f89de85ea1c7d6bc41202304de43d482f5d0fd9a081b4e493b3bba1363ce1e71
 SHA512 
2469561cdfe185ad26fd0fff8d589c528ca267e0195dab58a0fe739674f7445b53c21070f6bcb838c1d776b9803b1e2874ecf58a36b2d6df04bd9eb38855bfac
-DIST atari800-5.1.0-src.tgz 1919193 BLAKE2B 
5dbd5af3aae29ddd1dbe2e7e8864c71f17fcd616f5ad422a503d4bf667a50f18b680456014e785ba9f963043f9a43eeea7fad858d8a480f01dd158a185d5522a
 SHA512 
404216336e44e34d8cb83c9a78884c26ae985c873a0ab6583d2101ccc832506606c8a9b1d7ac8350c85c04850ce9921f6325f376d04a96c1d7bd8c737183e585
 DIST atari800-5.2.0-src.tgz 1935364 BLAKE2B 
39974262d8b12668752716fa470a07e8f9f696b72dd4649383e1dbad86fbb6b6e9310501dbda40e284550922389bcb441f5c8b3b168854d7c77173ca63f02e50
 SHA512 
c1ac728cb0733937175040bbdb4d5653cdbedeaa1ab399165dd1a9c841ba6930953801da65c0f747e28d293c26ad85e5e014947ebb5090ec03aef77cbd1d2627
 DIST xf25.zip 188942 BLAKE2B 
c10b9108eebc571ac334ea6fca76d227e3d2fcde1595e8823a3d178dc31d9efa9b209572ee03875461289093615470192cf5c9a06cf0b4363d097a9eac201db4
 SHA512 
306612fc2af41ed10d76103af83e141cfd8bd3ba2ea3cbd1d0b81d4d5b0108c06948a5c626648c8a2424536757a42a3f8b9af1fb63fa3c31096447ffed0f9923

diff --git a/games-emulation/atari800/atari800-4.2.0-r1.ebuild 
b/games-emulation/atari800/atari800-4.2.0-r1.ebuild
deleted file mode 100644
index 25d867bd8214..000000000000
--- a/games-emulation/atari800/atari800-4.2.0-r1.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools desktop
-
-DESCRIPTION="Atari 800 emulator"
-HOMEPAGE="https://atari800.github.io/";
-SRC_URI="
-       
https://github.com/atari800/atari800/releases/download/ATARI800_${PV//./_}/${P}-src.tgz
-       
https://sourceforge.net/projects/${PN}/files/ROM/Original%20XL%20ROM/xf25.zip";
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="opengl readline +sdl +sound"
-REQUIRED_USE="opengl? ( sdl )"
-
-RDEPEND="
-       sdl? (
-               >=media-libs/libsdl-1.2.0[joystick,opengl?,sound?,video]
-       )
-       !sdl? (
-               sys-libs/ncurses:=
-       )
-       readline? (
-               sys-libs/readline:=
-               sys-libs/ncurses:=
-       )
-       media-libs/libpng:=
-       sys-libs/zlib
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-       app-arch/unzip
-"
-
-src_prepare() {
-       local PATCHES=(
-               # Bug 544608
-               "${FILESDIR}"/atari800-3.1.0-tgetent-detection.patch
-               # https://github.com/atari800/atari800/pull/140
-               "${FILESDIR}"/${P}-bashisms.patch
-       )
-
-       default
-       eautoreconf
-}
-
-src_configure() {
-       local video=ncurses
-       local sound=no
-
-       if use sdl; then
-               video=sdl
-               use sound && sound=sdl
-       elif use sound; then
-               sound=oss
-       fi
-
-       local myconf=(
-               $(use_with opengl)
-               $(use_with readline)
-               --with-video=${video}
-               --with-sound=${sound}
-       )
-       econf "${myconf[@]}"
-}
-
-src_install() {
-       default
-       insinto "/usr/share/${PN}"
-       doins "${WORKDIR}/"*.ROM
-       insinto /etc
-       newins "${FILESDIR}"/atari800-4.2.0.cfg atari800.cfg
-       newicon data/atari2.svg ${PN}.svg
-       make_desktop_entry ${PN} "Atari 800 emulator"
-}

diff --git a/games-emulation/atari800/atari800-5.0.0.ebuild 
b/games-emulation/atari800/atari800-5.0.0.ebuild
deleted file mode 100644
index 8ad5a7e21a69..000000000000
--- a/games-emulation/atari800/atari800-5.0.0.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools desktop
-
-DESCRIPTION="Atari 800 emulator"
-HOMEPAGE="https://atari800.github.io/";
-SRC_URI="
-       
https://github.com/atari800/atari800/releases/download/ATARI800_${PV//./_}/${P}-src.tgz
-       
https://sourceforge.net/projects/${PN}/files/ROM/Original%20XL%20ROM/xf25.zip";
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="encode-mp3 opengl readline +sdl +sound"
-REQUIRED_USE="
-       encode-mp3? ( sound )
-       opengl? ( sdl )
-"
-
-DEPEND="
-       encode-mp3? (
-               media-sound/lame
-       )
-       sdl? (
-               >=media-libs/libsdl-1.2.0[joystick,opengl?,sound?,video]
-       )
-       !sdl? (
-               sys-libs/ncurses:=
-       )
-       readline? (
-               sys-libs/readline:=
-               sys-libs/ncurses:=
-       )
-       media-libs/libpng:=
-       sys-libs/zlib
-"
-RDEPEND="
-       ${DEPEND}
-"
-BDEPEND="
-       app-arch/unzip
-"
-
-src_prepare() {
-       local PATCHES=(
-               # Bug 544608
-               "${FILESDIR}"/atari800-3.1.0-tgetent-detection.patch
-       )
-
-       default
-       eautoreconf
-}
-
-src_configure() {
-       local video=ncurses
-       local sound=no
-
-       if use sdl; then
-               video=sdl
-               use sound && sound=sdl
-       elif use sound; then
-               sound=oss
-       fi
-
-       local myconf=(
-               $(use_with opengl)
-               $(use_with readline)
-               $(use_with encode-mp3 mp3)
-               --with-video=${video}
-               --with-sound=${sound}
-       )
-       econf "${myconf[@]}"
-}
-
-src_install() {
-       default
-       insinto "/usr/share/${PN}"
-       doins "${WORKDIR}/"*.ROM
-       insinto /etc
-       newins "${FILESDIR}"/atari800-4.2.0.cfg atari800.cfg
-       newicon data/atari2.svg ${PN}.svg
-       make_desktop_entry ${PN} "Atari 800 emulator"
-}

diff --git a/games-emulation/atari800/atari800-5.1.0.ebuild 
b/games-emulation/atari800/atari800-5.1.0.ebuild
deleted file mode 100644
index 140d1478d089..000000000000
--- a/games-emulation/atari800/atari800-5.1.0.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools desktop
-
-DESCRIPTION="Emulator of Atari 8-bit computer systems and 5200 game console"
-HOMEPAGE="
-       https://atari800.github.io/
-       https://github.com/atari800/atari800/
-"
-SRC_URI="
-       
https://github.com/atari800/atari800/releases/download/ATARI800_${PV//./_}/${P}-src.tgz
-       
https://sourceforge.net/projects/atari800/files/ROM/Original%20XL%20ROM/xf25.zip
-"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="encode-mp3 opengl readline +sdl +sound"
-REQUIRED_USE="
-       encode-mp3? ( sound )
-       opengl? ( sdl )
-"
-
-DEPEND="
-       encode-mp3? (
-               media-sound/lame
-       )
-       sdl? (
-               >=media-libs/libsdl-1.2.0[joystick,opengl?,sound?,video]
-       )
-       !sdl? (
-               sys-libs/ncurses:=
-       )
-       readline? (
-               sys-libs/readline:=
-               sys-libs/ncurses:=
-       )
-       media-libs/libpng:=
-       sys-libs/zlib
-"
-RDEPEND="
-       ${DEPEND}
-"
-BDEPEND="
-       app-arch/unzip
-"
-
-src_prepare() {
-       local PATCHES=(
-               # Bug 544608
-               "${FILESDIR}"/atari800-3.1.0-tgetent-detection.patch
-       )
-
-       default
-       eautoreconf
-}
-
-src_configure() {
-       local video=ncurses
-       local sound=no
-
-       if use sdl; then
-               video=sdl
-               use sound && sound=sdl
-       elif use sound; then
-               sound=oss
-       fi
-
-       local myconf=(
-               $(use_with opengl)
-               $(use_with readline)
-               $(use_with encode-mp3 mp3)
-               --with-video=${video}
-               --with-sound=${sound}
-       )
-       econf "${myconf[@]}"
-}
-
-src_install() {
-       default
-       insinto "/usr/share/${PN}"
-       doins "${WORKDIR}/"*.ROM
-       insinto /etc
-       newins "${FILESDIR}"/atari800-4.2.0.cfg atari800.cfg
-       newicon data/atari2.svg ${PN}.svg
-       make_desktop_entry ${PN} "Atari 800 emulator"
-}

diff --git a/games-emulation/atari800/files/atari800-4.2.0-bashisms.patch 
b/games-emulation/atari800/files/atari800-4.2.0-bashisms.patch
deleted file mode 100644
index 117bf1feee86..000000000000
--- a/games-emulation/atari800/files/atari800-4.2.0-bashisms.patch
+++ /dev/null
@@ -1,47 +0,0 @@
-From 92b1d0d2ea8cc87bf6a9b9084aa76ca3580d5e4e Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <[email protected]>
-Date: Thu, 19 Aug 2021 09:26:41 +0200
-Subject: [PATCH] configure.ac: Fix compatibility with dash shell
-
-Fix the compatibility of the configure script with the dash shell
-by replacing the use of bash-specific '==' operator with plain '='.
-The calls in question do not utilize the pattern-matching behavior
-of '=='.
----
- configure.ac | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index c872a9b3..283c90e2 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -709,7 +709,7 @@ AC_DEFUN([A8_OPTION],[
-     fi
- ])
- 
--if [[ "$a8_target" == "libatari800" ]]; then
-+if [[ "$a8_target" = "libatari800" ]]; then
-     WANT_NEW_CYCLE_EXACT=yes
-     WANT_VERY_SLOW=no
-     WANT_CRASH_MENU=no
-@@ -1040,7 +1040,7 @@ if [[ "$with_sound" != no ]]; then
-               VOICEBOX,[Define to emulate the Alien Group Voice Box.]
-              )
- 
--    if [[ "$with_sound" == "libatari800" ]]; then
-+    if [[ "$with_sound" = "libatari800" ]]; then
-         WANT_SOUND_CALLBACK=no
-         WANT_CONSOLE_SOUND=yes
-         WANT_SERIO_SOUND=yes
-@@ -1094,7 +1094,7 @@ A8_OPTION(pokeyrec,$WANT_POKEYREC,
-           [Provide Pokey registers recording (default=ON)],
-           POKEYREC,[Define to add Pokey registers recording.]
-          )
--if [[ "$WANT_POKEYREC" == "yes" ]]; then
-+if [[ "$WANT_POKEYREC" = "yes" ]]; then
-     AC_SYS_LARGEFILE
- fi
- AM_CONDITIONAL([WANT_POKEYREC], test "$WANT_POKEYREC" = "yes")
--- 
-2.33.0
-

Reply via email to