Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/dosbox-staging/files/, games-emulation/dosbox-staging/
Date: Mon, 05 Jul 2021 18:24:09
Message-Id: 1625508684.a0febe5bd2001fb3dc2f17e632b1d82212529511.voyageur@gentoo
1 commit: a0febe5bd2001fb3dc2f17e632b1d82212529511
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 5 17:59:49 2021 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 5 18:11:24 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0febe5b
7
8 games-emulation/dosbox-staging: drop old
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
12
13 games-emulation/dosbox-staging/Manifest | 2 -
14 .../dosbox-staging/dosbox-staging-0.75.1-r1.ebuild | 50 ---------------------
15 .../dosbox-staging/dosbox-staging-0.75.1-r2.ebuild | 51 ----------------------
16 .../dosbox-staging/dosbox-staging-0.75.2.ebuild | 49 ---------------------
17 .../files/dosbox-staging-0.75.1-ar.patch | 11 -----
18 .../files/dosbox-staging-0.75.1-pthread.patch | 11 -----
19 6 files changed, 174 deletions(-)
20
21 diff --git a/games-emulation/dosbox-staging/Manifest b/games-emulation/dosbox-staging/Manifest
22 index ddd2c12b6a4..23fae2ca126 100644
23 --- a/games-emulation/dosbox-staging/Manifest
24 +++ b/games-emulation/dosbox-staging/Manifest
25 @@ -1,3 +1 @@
26 -DIST dosbox-staging-0.75.1.tar.gz 1806471 BLAKE2B 5f9f8038327eb46c2c2b5035ca8e2cc93660bb6ce1dfa9572bf67278f14455db723104c0ab4e90b805cc7dbf253f61528ad6a31edb574af57e106f613958aede SHA512 3e14354e4eb697514c4348af2e73e9f2fb84cc3796b5cfea37faac355bd93a54b0f9c717bf0ab75d824cf34e3ee0d40546e2bbf80bc924a37bd8f981f054e4e9
27 -DIST dosbox-staging-0.75.2.tar.gz 1816233 BLAKE2B 0cb3224a1fe0e01e5069b78c91191f33b6d84dfb21b00ed8cd832225e68e5f66e841506bc7c887da462727b931a6c72b84dbf5e48e4dde21dbf62ffa3da4edc6 SHA512 2988b2cc44d041193d900efc4c6fa516aca6246e51c1dece9b207bd3549a8c76c5bcb2f3f5a90da6bb2b573663bddd0020274f17130548aef9cef1f4adf79220
28 DIST dosbox-staging-0.76.0.tar.gz 1908605 BLAKE2B 71b3c3d6a6444e2442d54b1db365ea66c9ee3db703be876facb8425355d82d817c080e005cefd103714e15fc7d1c17d6329c28d67bf74c143d0428e4f58e5142 SHA512 8c0357bcec08cac2cd2b306edd8b51ad05e16a3c3efb1f4c77e1d942f285493cae8aab45f1633e9c168c0b4b45aa289cf3ffc72685dc004d83127cdb6c76ae9d
29
30 diff --git a/games-emulation/dosbox-staging/dosbox-staging-0.75.1-r1.ebuild b/games-emulation/dosbox-staging/dosbox-staging-0.75.1-r1.ebuild
31 deleted file mode 100644
32 index afdf9f7951f..00000000000
33 --- a/games-emulation/dosbox-staging/dosbox-staging-0.75.1-r1.ebuild
34 +++ /dev/null
35 @@ -1,50 +0,0 @@
36 -# Copyright 2020 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=7
40 -inherit autotools desktop
41 -
42 -DESCRIPTION="Modernized DOSBox soft-fork"
43 -HOMEPAGE="https://dosbox-staging.github.io/"
44 -SRC_URI="https://github.com/dosbox-staging/dosbox-staging/archive/v${PV}.tar.gz -> ${P}.tar.gz"
45 -
46 -LICENSE="GPL-2+"
47 -SLOT="0"
48 -KEYWORDS="~amd64 ~x86"
49 -IUSE="alsa debug dynrec network opengl opus"
50 -
51 -RDEPEND="alsa? ( media-libs/alsa-lib )
52 - debug? ( sys-libs/ncurses:0= )
53 - network? ( media-libs/sdl2-net )
54 - opengl? ( virtual/opengl )
55 - opus? ( media-libs/opusfile )
56 - media-libs/libpng:0=
57 - media-libs/libsdl2[joystick,opengl?,video,X]
58 - sys-libs/zlib
59 - !games-emulation/dosbox"
60 -DEPEND="${RDEPEND}"
61 -BDEPEND=""
62 -
63 -PATCHES=( "${FILESDIR}"/${P}-pthread.patch )
64 -
65 -src_prepare() {
66 - default
67 - eautoreconf
68 -}
69 -
70 -src_configure() {
71 - econf \
72 - $(use_enable alsa alsa-midi) \
73 - $(use_enable debug) \
74 - $(use_enable !dynrec dynamic-x86) \
75 - $(use_enable dynrec) \
76 - $(use_enable network) \
77 - $(use_enable opengl) \
78 - $(use_enable opus opus-cdda)
79 -}
80 -
81 -src_install() {
82 - default
83 - doicon contrib/icons/${PN}.svg
84 - make_desktop_entry dosbox DOSBox-staging ${PN}
85 -}
86
87 diff --git a/games-emulation/dosbox-staging/dosbox-staging-0.75.1-r2.ebuild b/games-emulation/dosbox-staging/dosbox-staging-0.75.1-r2.ebuild
88 deleted file mode 100644
89 index bdedc780583..00000000000
90 --- a/games-emulation/dosbox-staging/dosbox-staging-0.75.1-r2.ebuild
91 +++ /dev/null
92 @@ -1,51 +0,0 @@
93 -# Copyright 2020 Gentoo Authors
94 -# Distributed under the terms of the GNU General Public License v2
95 -
96 -EAPI=7
97 -inherit autotools desktop xdg
98 -
99 -DESCRIPTION="Modernized DOSBox soft-fork"
100 -HOMEPAGE="https://dosbox-staging.github.io/"
101 -SRC_URI="https://github.com/dosbox-staging/dosbox-staging/archive/v${PV}.tar.gz -> ${P}.tar.gz"
102 -
103 -LICENSE="GPL-2+"
104 -SLOT="0"
105 -KEYWORDS="~amd64 ~x86"
106 -IUSE="alsa debug dynrec network opengl opus"
107 -
108 -RDEPEND="alsa? ( media-libs/alsa-lib )
109 - debug? ( sys-libs/ncurses:0= )
110 - network? ( media-libs/sdl2-net )
111 - opengl? ( virtual/opengl )
112 - opus? ( media-libs/opusfile )
113 - media-libs/libpng:0=
114 - media-libs/libsdl2[joystick,opengl?,video,X]
115 - sys-libs/zlib
116 - !games-emulation/dosbox"
117 -DEPEND="${RDEPEND}"
118 -BDEPEND=""
119 -
120 -PATCHES=( "${FILESDIR}"/${P}-ar.patch
121 - "${FILESDIR}"/${P}-pthread.patch )
122 -
123 -src_prepare() {
124 - default
125 - eautoreconf
126 -}
127 -
128 -src_configure() {
129 - econf \
130 - $(use_enable alsa alsa-midi) \
131 - $(use_enable debug) \
132 - $(use_enable !dynrec dynamic-x86) \
133 - $(use_enable dynrec) \
134 - $(use_enable network) \
135 - $(use_enable opengl) \
136 - $(use_enable opus opus-cdda)
137 -}
138 -
139 -src_install() {
140 - default
141 - doicon -s scalable contrib/icons/${PN}.svg
142 - domenu contrib/linux/dosbox-staging.desktop
143 -}
144
145 diff --git a/games-emulation/dosbox-staging/dosbox-staging-0.75.2.ebuild b/games-emulation/dosbox-staging/dosbox-staging-0.75.2.ebuild
146 deleted file mode 100644
147 index 75de6e5a03a..00000000000
148 --- a/games-emulation/dosbox-staging/dosbox-staging-0.75.2.ebuild
149 +++ /dev/null
150 @@ -1,49 +0,0 @@
151 -# Copyright 2020 Gentoo Authors
152 -# Distributed under the terms of the GNU General Public License v2
153 -
154 -EAPI=7
155 -inherit autotools desktop flag-o-matic xdg
156 -
157 -DESCRIPTION="Modernized DOSBox soft-fork"
158 -HOMEPAGE="https://dosbox-staging.github.io/"
159 -SRC_URI="https://github.com/dosbox-staging/dosbox-staging/archive/v${PV}.tar.gz -> ${P}.tar.gz"
160 -
161 -LICENSE="GPL-2+"
162 -SLOT="0"
163 -KEYWORDS="~amd64 ~x86"
164 -IUSE="alsa debug dynrec network opengl opus"
165 -
166 -RDEPEND="alsa? ( media-libs/alsa-lib )
167 - debug? ( sys-libs/ncurses:0= )
168 - network? ( media-libs/sdl2-net )
169 - opengl? ( virtual/opengl )
170 - opus? ( media-libs/opusfile )
171 - media-libs/libpng:0=
172 - media-libs/libsdl2[joystick,opengl?,video,X]
173 - sys-libs/zlib
174 - !games-emulation/dosbox"
175 -DEPEND="${RDEPEND}"
176 -BDEPEND=""
177 -
178 -src_prepare() {
179 - default
180 - eautoreconf
181 -}
182 -
183 -src_configure() {
184 - use debug || append-cppflags -DNDEBUG
185 - econf \
186 - $(use_enable alsa alsa-midi) \
187 - $(use_enable debug) \
188 - $(use_enable !dynrec dynamic-x86) \
189 - $(use_enable dynrec) \
190 - $(use_enable network) \
191 - $(use_enable opengl) \
192 - $(use_enable opus opus-cdda)
193 -}
194 -
195 -src_install() {
196 - default
197 - doicon -s scalable contrib/icons/${PN}.svg
198 - domenu contrib/linux/dosbox-staging.desktop
199 -}
200
201 diff --git a/games-emulation/dosbox-staging/files/dosbox-staging-0.75.1-ar.patch b/games-emulation/dosbox-staging/files/dosbox-staging-0.75.1-ar.patch
202 deleted file mode 100644
203 index fb2c24267f0..00000000000
204 --- a/games-emulation/dosbox-staging/files/dosbox-staging-0.75.1-ar.patch
205 +++ /dev/null
206 @@ -1,11 +0,0 @@
207 -diff -Naur dosbox-staging-0.75.1.orig/configure.ac dosbox-staging-0.75.1/configure.ac
208 ---- dosbox-staging-0.75.1.orig/configure.ac 2020-08-19 10:49:45.000000000 +0200
209 -+++ dosbox-staging-0.75.1/configure.ac 2020-09-04 23:03:11.375920481 +0200
210 -@@ -17,6 +17,7 @@
211 - AC_CONFIG_HEADER(config.h)
212 -
213 - dnl Checks for programs.
214 -+AM_PROG_AR
215 - AC_PROG_MAKE_SET
216 - AC_PROG_CC
217 - AC_PROG_CPP
218
219 diff --git a/games-emulation/dosbox-staging/files/dosbox-staging-0.75.1-pthread.patch b/games-emulation/dosbox-staging/files/dosbox-staging-0.75.1-pthread.patch
220 deleted file mode 100644
221 index 1aa7de682bd..00000000000
222 --- a/games-emulation/dosbox-staging/files/dosbox-staging-0.75.1-pthread.patch
223 +++ /dev/null
224 @@ -1,11 +0,0 @@
225 ---- dosbox-staging-0.75.1/configure.ac.orig 2020-08-20 14:25:41.295432272 +0200
226 -+++ dosbox-staging-0.75.1/configure.ac 2020-08-20 14:26:00.614461707 +0200
227 -@@ -37,7 +37,7 @@
228 - :,
229 - AC_MSG_ERROR([*** SDL version $SDL_VERSION not found!])
230 - )
231 --LIBS="$LIBS $SDL_LIBS"
232 -+LIBS="$LIBS -lpthread $SDL_LIBS"
233 - CPPFLAGS="$CPPFLAGS $SDL_CFLAGS"
234 -
235 - dnl Checks for header files.