Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsdl2/
Date: Fri, 02 Mar 2018 12:15:57
Message-Id: 1519992947.75b969c1514f96a388b821366df78a91ee25e5e9.polynomial-c@gentoo
1 commit: 75b969c1514f96a388b821366df78a91ee25e5e9
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 2 12:15:21 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 2 12:15:47 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75b969c1
7
8 media-libs/libsdl2: Dropped media-libs/FusionSound from dependencies.
9
10 It's been removed form the tree for months already.
11
12 Package-Manager: Portage-2.3.24, Repoman-2.3.6
13
14 media-libs/libsdl2/libsdl2-2.0.4.ebuild | 4 ++--
15 media-libs/libsdl2/libsdl2-2.0.5-r1.ebuild | 4 ++--
16 media-libs/libsdl2/libsdl2-2.0.5.ebuild | 4 ++--
17 media-libs/libsdl2/libsdl2-2.0.7.ebuild | 4 ++--
18 4 files changed, 8 insertions(+), 8 deletions(-)
19
20 diff --git a/media-libs/libsdl2/libsdl2-2.0.4.ebuild b/media-libs/libsdl2/libsdl2-2.0.4.ebuild
21 index 3142dd95b99..64d505347c6 100644
22 --- a/media-libs/libsdl2/libsdl2-2.0.4.ebuild
23 +++ b/media-libs/libsdl2/libsdl2-2.0.4.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2017 Gentoo Foundation
26 +# Copyright 1999-2018 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28
29 # TODO: convert FusionSound #484250
30 @@ -30,7 +30,7 @@ REQUIRED_USE="
31 RDEPEND="
32 alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}] )
33 dbus? ( >=sys-apps/dbus-1.6.18-r1[${MULTILIB_USEDEP}] )
34 - fusionsound? ( || ( >=media-libs/FusionSound-1.1.1 >=dev-libs/DirectFB-1.7.1[fusionsound] ) )
35 + fusionsound? ( >=dev-libs/DirectFB-1.7.1[fusionsound] )
36 gles? ( >=media-libs/mesa-9.1.6[${MULTILIB_USEDEP},gles2] )
37 nas? ( >=media-libs/nas-1.9.4[${MULTILIB_USEDEP}] )
38 opengl? (
39
40 diff --git a/media-libs/libsdl2/libsdl2-2.0.5-r1.ebuild b/media-libs/libsdl2/libsdl2-2.0.5-r1.ebuild
41 index 308223bd1d9..24af0fc24cd 100644
42 --- a/media-libs/libsdl2/libsdl2-2.0.5-r1.ebuild
43 +++ b/media-libs/libsdl2/libsdl2-2.0.5-r1.ebuild
44 @@ -1,4 +1,4 @@
45 -# Copyright 1999-2017 Gentoo Foundation
46 +# Copyright 1999-2018 Gentoo Foundation
47 # Distributed under the terms of the GNU General Public License v2
48
49 # TODO: convert FusionSound #484250
50 @@ -30,7 +30,7 @@ REQUIRED_USE="
51 RDEPEND="
52 alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}] )
53 dbus? ( >=sys-apps/dbus-1.6.18-r1[${MULTILIB_USEDEP}] )
54 - fusionsound? ( || ( >=media-libs/FusionSound-1.1.1 >=dev-libs/DirectFB-1.7.1[fusionsound] ) )
55 + fusionsound? ( >=dev-libs/DirectFB-1.7.1[fusionsound] )
56 gles? ( >=media-libs/mesa-9.1.6[${MULTILIB_USEDEP},gles2] )
57 nas? ( >=media-libs/nas-1.9.4[${MULTILIB_USEDEP}] )
58 opengl? (
59
60 diff --git a/media-libs/libsdl2/libsdl2-2.0.5.ebuild b/media-libs/libsdl2/libsdl2-2.0.5.ebuild
61 index 7b547bd4a1d..2f64a708de5 100644
62 --- a/media-libs/libsdl2/libsdl2-2.0.5.ebuild
63 +++ b/media-libs/libsdl2/libsdl2-2.0.5.ebuild
64 @@ -1,4 +1,4 @@
65 -# Copyright 1999-2017 Gentoo Foundation
66 +# Copyright 1999-2018 Gentoo Foundation
67 # Distributed under the terms of the GNU General Public License v2
68
69 # TODO: convert FusionSound #484250
70 @@ -30,7 +30,7 @@ REQUIRED_USE="
71 RDEPEND="
72 alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}] )
73 dbus? ( >=sys-apps/dbus-1.6.18-r1[${MULTILIB_USEDEP}] )
74 - fusionsound? ( || ( >=media-libs/FusionSound-1.1.1 >=dev-libs/DirectFB-1.7.1[fusionsound] ) )
75 + fusionsound? ( >=dev-libs/DirectFB-1.7.1[fusionsound] )
76 gles? ( >=media-libs/mesa-9.1.6[${MULTILIB_USEDEP},gles2] )
77 nas? ( >=media-libs/nas-1.9.4[${MULTILIB_USEDEP}] )
78 opengl? (
79
80 diff --git a/media-libs/libsdl2/libsdl2-2.0.7.ebuild b/media-libs/libsdl2/libsdl2-2.0.7.ebuild
81 index 96b9e931240..e7d0ad28318 100644
82 --- a/media-libs/libsdl2/libsdl2-2.0.7.ebuild
83 +++ b/media-libs/libsdl2/libsdl2-2.0.7.ebuild
84 @@ -1,4 +1,4 @@
85 -# Copyright 1999-2017 Gentoo Foundation
86 +# Copyright 1999-2018 Gentoo Foundation
87 # Distributed under the terms of the GNU General Public License v2
88
89 # TODO: convert FusionSound #484250
90 @@ -30,7 +30,7 @@ REQUIRED_USE="
91 RDEPEND="
92 alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}] )
93 dbus? ( >=sys-apps/dbus-1.6.18-r1[${MULTILIB_USEDEP}] )
94 - fusionsound? ( || ( >=media-libs/FusionSound-1.1.1 >=dev-libs/DirectFB-1.7.1[fusionsound] ) )
95 + fusionsound? ( >=dev-libs/DirectFB-1.7.1[fusionsound] )
96 gles? ( >=media-libs/mesa-9.1.6[${MULTILIB_USEDEP},gles2] )
97 nas? ( >=media-libs/nas-1.9.4[${MULTILIB_USEDEP}] )
98 opengl? (