Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/atari800/files/, games-emulation/atari800/
Date: Fri, 18 Sep 2020 09:38:24
Message-Id: 1600421884.4d041609add28fd1be05fbc487c7ccfefc596c29.mgorny@gentoo
1 commit: 4d041609add28fd1be05fbc487c7ccfefc596c29
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 18 09:30:14 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 18 09:38:04 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d041609
7
8 games-emulation/atari800: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 games-emulation/atari800/Manifest | 1 -
13 games-emulation/atari800/atari800-3.1.0-r1.ebuild | 92 -----------------------
14 games-emulation/atari800/files/atari800.cfg | 24 ------
15 3 files changed, 117 deletions(-)
16
17 diff --git a/games-emulation/atari800/Manifest b/games-emulation/atari800/Manifest
18 index c03a9b49edc..8955c0ab342 100644
19 --- a/games-emulation/atari800/Manifest
20 +++ b/games-emulation/atari800/Manifest
21 @@ -1,3 +1,2 @@
22 -DIST atari800-3.1.0.tar.gz 1492289 BLAKE2B cad7a3111bf714321d01aff1f8b30408efc1eca0876d9b795395d62d18eabdf78b71d3b2af887e8ba03e33e3824fcd5b45070e39cddd0e5ad0bda2d853f724b1 SHA512 c8f035c9be000c67dd854a14a236d165e6e2d30b5138f8772c6ea5c5290b0410525570e3ed9dcb2f9bcb129f97a36e6eef5993f0a5ad3cc993c6b59b127bcabe
23 DIST atari800-4.2.0-src.tgz 7047710 BLAKE2B eac4b2da03d2ff5ec9e18dda41e0345975ed16c1cee23d15d2633211b7d4835b7a26c79fbf1672bb9ce3b82d52c7273e717371a0065ba29807f76d823eeb9855 SHA512 1236a8e05bf878e4514ae8e9f1556e0961a7f11ff0333eef415af455d217f712d5c6ededdd343dff6ba1aab777e19997bf9ecb859408187d69fc141301ecba31
24 DIST xf25.zip 188942 BLAKE2B c10b9108eebc571ac334ea6fca76d227e3d2fcde1595e8823a3d178dc31d9efa9b209572ee03875461289093615470192cf5c9a06cf0b4363d097a9eac201db4 SHA512 306612fc2af41ed10d76103af83e141cfd8bd3ba2ea3cbd1d0b81d4d5b0108c06948a5c626648c8a2424536757a42a3f8b9af1fb63fa3c31096447ffed0f9923
25
26 diff --git a/games-emulation/atari800/atari800-3.1.0-r1.ebuild b/games-emulation/atari800/atari800-3.1.0-r1.ebuild
27 deleted file mode 100644
28 index 559671226b0..00000000000
29 --- a/games-emulation/atari800/atari800-3.1.0-r1.ebuild
30 +++ /dev/null
31 @@ -1,92 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -inherit desktop autotools
37 -
38 -DESCRIPTION="Atari 800 emulator"
39 -HOMEPAGE="https://atari800.github.io/"
40 -SRC_URI="https://sourceforge.net/projects/${PN}/files/${PN}/${PV}/${P}.tar.gz
41 - https://sourceforge.net/projects/${PN}/files/ROM/Original%20XL%20ROM/xf25.zip"
42 -
43 -LICENSE="GPL-2+"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~x86"
46 -IUSE="ncurses oss opengl readline +sdl +sound"
47 -
48 -NOTSDL_DEPS="
49 - sys-libs/ncurses:0=
50 - sound? (
51 - !oss? ( media-libs/libsdl[sound] )
52 - )
53 -"
54 -RDEPEND="
55 - sdl? ( >=media-libs/libsdl-1.2.0[opengl?,sound?,video] )
56 - ncurses? ( ${NOTSDL_DEPS} )
57 - !sdl? ( !ncurses? ( ${NOTSDL_DEPS} ) )
58 - readline? (
59 - sys-libs/readline:0=
60 - sys-libs/ncurses:0= )
61 - media-libs/libpng:0=
62 - sys-libs/zlib
63 -"
64 -DEPEND="${RDEPEND}
65 - app-arch/unzip
66 -"
67 -
68 -src_prepare() {
69 - default
70 -
71 - # remove some not-so-interesting ones
72 - rm -f DOC/{INSTALL.*,*.in,CHANGES.OLD} || die
73 - sed -i \
74 - -e '1s/ 1 / 6 /' \
75 - src/atari800.man || die
76 - sed "s:/usr/share/games:/usr/share:" \
77 - "${FILESDIR}"/atari800.cfg > "${T}"/atari800.cfg || die
78 -
79 - # Bug 544608
80 - eapply "${FILESDIR}/${P}-tgetent-detection.patch"
81 - pushd src > /dev/null && eautoreconf
82 - popd > /dev/null
83 -}
84 -
85 -src_configure() {
86 - local video="ncurses"
87 - local sound=no
88 -
89 - use sdl && video="sdl"
90 - if use sound ; then
91 - if use sdl ; then
92 - sound=sdl
93 - elif use oss ; then
94 - sound=oss
95 - else
96 - echo
97 - elog "Sound requested but neither sdl nor oss specified."
98 - elog "Disabling sound suport."
99 - fi
100 - fi
101 -
102 - cd src && \
103 - econf \
104 - $(use_with readline) \
105 - --with-video=${video} \
106 - --with-sound=${sound}
107 -}
108 -
109 -src_compile() {
110 - emake -C src
111 -}
112 -
113 -src_install() {
114 - dobin src/atari800
115 - newman src/atari800.man atari800.6
116 - dodoc README.1ST DOC/*
117 - insinto "/usr/share/${PN}"
118 - doins "${WORKDIR}/"*.ROM
119 - insinto /etc
120 - doins "${T}"/atari800.cfg
121 - newicon data/atari2.svg ${PN}.svg
122 - make_desktop_entry ${PN} "Atari 800 emulator"
123 -}
124
125 diff --git a/games-emulation/atari800/files/atari800.cfg b/games-emulation/atari800/files/atari800.cfg
126 deleted file mode 100644
127 index b31c67de095..00000000000
128 --- a/games-emulation/atari800/files/atari800.cfg
129 +++ /dev/null
130 @@ -1,24 +0,0 @@
131 -Atari 800 Emulator, Version 1.2.2
132 -OS/A_ROM=atariosa.rom
133 -OS/B_ROM=/usr/share/games/atari800/ATARIOSB.ROM
134 -XL/XE_ROM=/usr/share/games/atari800/ATARIXL.ROM
135 -BASIC_ROM=/usr/share/games/atari800/ATARIBAS.ROM
136 -5200_ROM=
137 -DISK_DIR=
138 -ROM_DIR=
139 -H1_DIR=
140 -H2_DIR=
141 -H3_DIR=
142 -H4_DIR=
143 -HD_READ_ONLY=1
144 -EXE_DIR=
145 -STATE_DIR=
146 -PRINT_COMMAND=lpr %s
147 -SCREEN_REFRESH_RATIO=1
148 -MACHINE_TYPE=Atari OS/B
149 -RAM_SIZE=48
150 -DEFAULT_TV_MODE=NTSC
151 -DISABLE_BASIC=1
152 -ENABLE_SIO_PATCH=1
153 -ENABLE_H_PATCH=1
154 -ENABLE_P_PATCH=1