Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/spotify/
Date: Mon, 03 May 2021 08:45:46
Message-Id: 1620031392.1116ec3c8ee0e81e01bea44f383f3d9b1f15b5a0.zlogene@gentoo
1 commit: 1116ec3c8ee0e81e01bea44f383f3d9b1f15b5a0
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 3 08:43:12 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Mon May 3 08:43:12 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1116ec3c
7
8 media-sound/spotify: remove libressl support
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 media-sound/spotify/spotify-1.1.26-r1.ebuild | 7 +++----
14 media-sound/spotify/spotify-1.1.26-r2.ebuild | 7 +++----
15 media-sound/spotify/spotify-1.1.55.ebuild | 5 ++---
16 3 files changed, 8 insertions(+), 11 deletions(-)
17
18 diff --git a/media-sound/spotify/spotify-1.1.26-r1.ebuild b/media-sound/spotify/spotify-1.1.26-r1.ebuild
19 index 2310f6ff5af..797be7b82c1 100644
20 --- a/media-sound/spotify/spotify-1.1.26-r1.ebuild
21 +++ b/media-sound/spotify/spotify-1.1.26-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -12,7 +12,7 @@ SRC_URI="${SRC_BASE}${PN}-client_${PV}.${BUILD_ID_AMD64}_amd64.deb"
29 LICENSE="Spotify"
30 SLOT="0"
31 KEYWORDS="~amd64"
32 -IUSE="libnotify libressl systray pax_kernel pulseaudio"
33 +IUSE="libnotify systray pax_kernel pulseaudio"
34 RESTRICT="mirror strip"
35
36 BDEPEND=">=dev-util/patchelf-0.10"
37 @@ -21,8 +21,7 @@ RDEPEND="
38 dev-python/dbus-python
39 dev-python/pygobject:3
40 libnotify? ( x11-libs/libnotify )
41 - !libressl? ( dev-libs/openssl:0= )
42 - libressl? ( dev-libs/libressl:0= )
43 + dev-libs/openssl:0=
44 media-libs/alsa-lib
45 media-libs/fontconfig
46 media-libs/harfbuzz
47
48 diff --git a/media-sound/spotify/spotify-1.1.26-r2.ebuild b/media-sound/spotify/spotify-1.1.26-r2.ebuild
49 index fdf168b7477..f15f00faf70 100644
50 --- a/media-sound/spotify/spotify-1.1.26-r2.ebuild
51 +++ b/media-sound/spotify/spotify-1.1.26-r2.ebuild
52 @@ -1,4 +1,4 @@
53 -# Copyright 1999-2020 Gentoo Authors
54 +# Copyright 1999-2021 Gentoo Authors
55 # Distributed under the terms of the GNU General Public License v2
56
57 EAPI=7
58 @@ -12,7 +12,7 @@ SRC_URI="${SRC_BASE}${PN}-client_${PV}.${BUILD_ID_AMD64}_amd64.deb"
59 LICENSE="Spotify"
60 SLOT="0"
61 KEYWORDS="~amd64"
62 -IUSE="libnotify libressl systray pax_kernel pulseaudio"
63 +IUSE="libnotify systray pax_kernel pulseaudio"
64 RESTRICT="mirror strip"
65
66 BDEPEND=">=dev-util/patchelf-0.10"
67 @@ -21,8 +21,7 @@ RDEPEND="
68 dev-python/dbus-python
69 dev-python/pygobject:3
70 libnotify? ( x11-libs/libnotify )
71 - !libressl? ( dev-libs/openssl:0= )
72 - libressl? ( dev-libs/libressl:0= )
73 + dev-libs/openssl:0=
74 media-libs/alsa-lib
75 media-libs/fontconfig
76 media-libs/harfbuzz
77
78 diff --git a/media-sound/spotify/spotify-1.1.55.ebuild b/media-sound/spotify/spotify-1.1.55.ebuild
79 index 544835629b0..22aa11bb859 100644
80 --- a/media-sound/spotify/spotify-1.1.55.ebuild
81 +++ b/media-sound/spotify/spotify-1.1.55.ebuild
82 @@ -12,7 +12,7 @@ SRC_URI="${SRC_BASE}${PN}-client_${PV}.${BUILD_ID_AMD64}_amd64.deb"
83 LICENSE="Spotify"
84 SLOT="0"
85 KEYWORDS="~amd64"
86 -IUSE="libnotify libressl local-playback pax_kernel pulseaudio systray"
87 +IUSE="libnotify local-playback pax_kernel pulseaudio systray"
88 RESTRICT="mirror strip"
89
90 BDEPEND=">=dev-util/patchelf-0.10"
91 @@ -21,8 +21,7 @@ RDEPEND="
92 dev-python/dbus-python
93 dev-python/pygobject:3
94 libnotify? ( x11-libs/libnotify )
95 - !libressl? ( dev-libs/openssl:0= )
96 - libressl? ( dev-libs/libressl:0= )
97 + dev-libs/openssl:0=
98 media-libs/alsa-lib
99 media-libs/fontconfig
100 media-libs/harfbuzz