Gentoo Archives: gentoo-commits

From: Anna Vyalkova <cyber+gentoo@×××××.in>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-fps/crispy-doom/
Date: Tue, 25 May 2021 08:10:19
Message-Id: 1621930012.0ecbff51769f94656708d8f4905c4f5bc25faf77.cybertailor@gentoo
1 commit: 0ecbff51769f94656708d8f4905c4f5bc25faf77
2 Author: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Mon May 24 19:43:29 2021 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Tue May 25 08:06:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0ecbff51
7
8 games-fps/crispy-doom: drop 5.9.0, 5.9.1, 5.9.2
9
10 Signed-off-by: Anna Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 games-fps/crispy-doom/Manifest | 3 --
13 games-fps/crispy-doom/crispy-doom-5.9.0.ebuild | 68 ------------------------
14 games-fps/crispy-doom/crispy-doom-5.9.1.ebuild | 71 --------------------------
15 games-fps/crispy-doom/crispy-doom-5.9.2.ebuild | 71 --------------------------
16 4 files changed, 213 deletions(-)
17
18 diff --git a/games-fps/crispy-doom/Manifest b/games-fps/crispy-doom/Manifest
19 index 3ecc10c3e..45021d7ed 100644
20 --- a/games-fps/crispy-doom/Manifest
21 +++ b/games-fps/crispy-doom/Manifest
22 @@ -1,5 +1,2 @@
23 DIST crispy-doom-5.10.0.tar.gz 2640909 BLAKE2B 67112cdb0b8a4caa1de9fc3fcd752be8775d154a5df194941bd1a024f607c9b7f0925994ed236a6e8f9579910af8dd29585f9fce77f72a1c20ab66177f7bca4d SHA512 b289939af35bbe3a933827fe834cbff8a267b6280749b27084abdf25174042bbdcaca313359258d7ab3fecacedd9b0f06b92624f2a7599ffff37a5e0db2436b1
24 DIST crispy-doom-5.10.1.tar.gz 2649358 BLAKE2B 920df67f123218d737de1a1b147d96090a8ebb6021e4b532f30430441c8dcb4ef069e7045381a8ce8e8754d49a9595efa4d4700d4c3986728b9e2edfdc3d6c66 SHA512 134354c6692151902bd7f5349a88d5899e88f1f8e55499cb15f600c2c6cd0f89fa83dc17a26313b903bb801bd807ee1b5616d3cd5c7bda7e5d8e608a59194681
25 -DIST crispy-doom-5.9.0.tar.gz 2641211 BLAKE2B a97bb7d9bda0c4e984054a0051cadfcaba7c758829bec9e615801bbf91dc1c8063decfedf5b76056cd2fb05e8fcf4113f19c10d72604399b715011d994af3e8b SHA512 9970291f374003ac2a1d9e4c44db18b97a41ae3348a5e100ec369affc162d681d15ce61846480667c8a7418700b78a4380bedab1e3acae77976eb4271a22b644
26 -DIST crispy-doom-5.9.1.tar.gz 2640684 BLAKE2B 2bf862d8134689afba101abeed5cf1e1695378f235718941bf9fc2717bc93dd848173bb758e8bf0bc4a8ab1bfa75533c2ae838210326451f7c4285b0acb2e08b SHA512 1f9ed3520fe3d0fd176d3bcd6a2a3f5e730c29312ad20a4c1f692cc69881069efbf35d758dfcdafd402a499333dd2ae54764f4ec007375138ecf9cab84ebdbcd
27 -DIST crispy-doom-5.9.2.tar.gz 2642419 BLAKE2B 63d9a89d6099485c79ff4cad69975de790b32a4ece4bded172ebf771a2bf1b4dcd21ab58383ca3c5eea32a4eff72e65ec0e3a283c85f1bc62be680de04f88e52 SHA512 bcd48a75d80b963e1b00b5acc5fc863c014cfde39f67efec50852667ed80545c78b4ed3f82b28762806f0aa3999ed26018dd6ccb34149c395409cd3c47509273
28
29 diff --git a/games-fps/crispy-doom/crispy-doom-5.9.0.ebuild b/games-fps/crispy-doom/crispy-doom-5.9.0.ebuild
30 deleted file mode 100644
31 index a7d1e8fce..000000000
32 --- a/games-fps/crispy-doom/crispy-doom-5.9.0.ebuild
33 +++ /dev/null
34 @@ -1,68 +0,0 @@
35 -# Copyright 1999-2020 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=7
39 -
40 -PYTHON_COMPAT=( python3_{7,8} )
41 -
42 -inherit autotools python-any-r1 xdg
43 -
44 -DESCRIPTION="A limit-removing enhanced-resolution Doom source port based on Chocolate Doom"
45 -HOMEPAGE="https://github.com/fabiangreffrath/crispy-doom"
46 -SRC_URI="https://github.com/fabiangreffrath/${PN}/archive/${P}.tar.gz"
47 -
48 -LICENSE="BSD GPL-2+"
49 -SLOT="0"
50 -KEYWORDS="~amd64 ~x86"
51 -IUSE="bash-completion doc libsamplerate +midi png truecolor +vorbis zlib"
52 -
53 -DEPEND="
54 - media-libs/libsdl2
55 - media-libs/sdl2-mixer[midi?,vorbis?]
56 - media-libs/sdl2-net
57 - libsamplerate? ( media-libs/libsamplerate )
58 - png? ( media-libs/libpng:= )
59 - zlib? ( sys-libs/zlib )"
60 -RDEPEND="${DEPEND}"
61 -BDEPEND="
62 - bash-completion? ( ${PYTHON_DEPS} )
63 - doc? ( ${PYTHON_DEPS} )"
64 -
65 -S="${WORKDIR}"/${PN}-${P}
66 -
67 -DOCS=(
68 - "AUTHORS"
69 - "ChangeLog"
70 - "NEWS.md"
71 - "NOT-BUGS.md"
72 - "PHILOSOPHY.md"
73 - "README.md"
74 - "README.Music.md"
75 - "README.Strife.md"
76 -)
77 -
78 -src_prepare() {
79 - default
80 - eautoreconf
81 -}
82 -
83 -src_configure() {
84 - econf \
85 - $(use_enable bash-completion) \
86 - $(use_enable doc) \
87 - --disable-fonts \
88 - --disable-icons \
89 - $(use_with libsamplerate) \
90 - $(use_with png libpng) \
91 - $(use_enable truecolor) \
92 - $(use_with zlib)
93 -}
94 -
95 -src_install() {
96 - emake DESTDIR="${D}" install
97 -
98 - # Remove redundant documentation files
99 - rm -r "${ED}/usr/share/doc/"* || die
100 -
101 - einstalldocs
102 -}
103
104 diff --git a/games-fps/crispy-doom/crispy-doom-5.9.1.ebuild b/games-fps/crispy-doom/crispy-doom-5.9.1.ebuild
105 deleted file mode 100644
106 index cb2ce132d..000000000
107 --- a/games-fps/crispy-doom/crispy-doom-5.9.1.ebuild
108 +++ /dev/null
109 @@ -1,71 +0,0 @@
110 -# Copyright 1999-2020 Gentoo Authors
111 -# Distributed under the terms of the GNU General Public License v2
112 -
113 -EAPI=7
114 -
115 -PYTHON_COMPAT=( python3_{7,8} )
116 -
117 -inherit autotools prefix python-any-r1 xdg
118 -
119 -DESCRIPTION="A limit-removing enhanced-resolution Doom source port based on Chocolate Doom"
120 -HOMEPAGE="https://github.com/fabiangreffrath/crispy-doom"
121 -SRC_URI="https://github.com/fabiangreffrath/${PN}/archive/${P}.tar.gz"
122 -
123 -LICENSE="BSD GPL-2+"
124 -SLOT="0"
125 -KEYWORDS="~amd64 ~x86"
126 -IUSE="bash-completion doc libsamplerate +midi png truecolor vorbis zlib"
127 -
128 -DEPEND="
129 - media-libs/libsdl2[video]
130 - media-libs/sdl2-mixer[midi?,vorbis?]
131 - media-libs/sdl2-net
132 - libsamplerate? ( media-libs/libsamplerate )
133 - png? ( media-libs/libpng:= )
134 - zlib? ( sys-libs/zlib )"
135 -RDEPEND="${DEPEND}"
136 -BDEPEND="
137 - bash-completion? ( ${PYTHON_DEPS} )
138 - doc? ( ${PYTHON_DEPS} )"
139 -
140 -S="${WORKDIR}"/${PN}-${P}
141 -
142 -DOCS=(
143 - "AUTHORS"
144 - "ChangeLog"
145 - "NEWS.md"
146 - "NOT-BUGS.md"
147 - "PHILOSOPHY.md"
148 - "README.md"
149 - "README.Music.md"
150 - "README.Strife.md"
151 -)
152 -
153 -src_prepare() {
154 - default
155 -
156 - hprefixify src/d_iwad.c
157 -
158 - eautoreconf
159 -}
160 -
161 -src_configure() {
162 - econf \
163 - $(use_enable bash-completion) \
164 - $(use_enable doc) \
165 - --disable-fonts \
166 - --disable-icons \
167 - $(use_with libsamplerate) \
168 - $(use_with png libpng) \
169 - $(use_enable truecolor) \
170 - $(use_with zlib)
171 -}
172 -
173 -src_install() {
174 - emake DESTDIR="${D}" install
175 -
176 - # Remove redundant documentation files
177 - rm -r "${ED}/usr/share/doc/"* || die
178 -
179 - einstalldocs
180 -}
181
182 diff --git a/games-fps/crispy-doom/crispy-doom-5.9.2.ebuild b/games-fps/crispy-doom/crispy-doom-5.9.2.ebuild
183 deleted file mode 100644
184 index cb2ce132d..000000000
185 --- a/games-fps/crispy-doom/crispy-doom-5.9.2.ebuild
186 +++ /dev/null
187 @@ -1,71 +0,0 @@
188 -# Copyright 1999-2020 Gentoo Authors
189 -# Distributed under the terms of the GNU General Public License v2
190 -
191 -EAPI=7
192 -
193 -PYTHON_COMPAT=( python3_{7,8} )
194 -
195 -inherit autotools prefix python-any-r1 xdg
196 -
197 -DESCRIPTION="A limit-removing enhanced-resolution Doom source port based on Chocolate Doom"
198 -HOMEPAGE="https://github.com/fabiangreffrath/crispy-doom"
199 -SRC_URI="https://github.com/fabiangreffrath/${PN}/archive/${P}.tar.gz"
200 -
201 -LICENSE="BSD GPL-2+"
202 -SLOT="0"
203 -KEYWORDS="~amd64 ~x86"
204 -IUSE="bash-completion doc libsamplerate +midi png truecolor vorbis zlib"
205 -
206 -DEPEND="
207 - media-libs/libsdl2[video]
208 - media-libs/sdl2-mixer[midi?,vorbis?]
209 - media-libs/sdl2-net
210 - libsamplerate? ( media-libs/libsamplerate )
211 - png? ( media-libs/libpng:= )
212 - zlib? ( sys-libs/zlib )"
213 -RDEPEND="${DEPEND}"
214 -BDEPEND="
215 - bash-completion? ( ${PYTHON_DEPS} )
216 - doc? ( ${PYTHON_DEPS} )"
217 -
218 -S="${WORKDIR}"/${PN}-${P}
219 -
220 -DOCS=(
221 - "AUTHORS"
222 - "ChangeLog"
223 - "NEWS.md"
224 - "NOT-BUGS.md"
225 - "PHILOSOPHY.md"
226 - "README.md"
227 - "README.Music.md"
228 - "README.Strife.md"
229 -)
230 -
231 -src_prepare() {
232 - default
233 -
234 - hprefixify src/d_iwad.c
235 -
236 - eautoreconf
237 -}
238 -
239 -src_configure() {
240 - econf \
241 - $(use_enable bash-completion) \
242 - $(use_enable doc) \
243 - --disable-fonts \
244 - --disable-icons \
245 - $(use_with libsamplerate) \
246 - $(use_with png libpng) \
247 - $(use_enable truecolor) \
248 - $(use_with zlib)
249 -}
250 -
251 -src_install() {
252 - emake DESTDIR="${D}" install
253 -
254 - # Remove redundant documentation files
255 - rm -r "${ED}/usr/share/doc/"* || die
256 -
257 - einstalldocs
258 -}