From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D155F13835A for ; Mon, 3 May 2021 08:45:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E50B9E0802; Mon, 3 May 2021 08:45:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BAD4DE0802 for ; Mon, 3 May 2021 08:45:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 71736335D67 for ; Mon, 3 May 2021 08:45:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B4827737 for ; Mon, 3 May 2021 08:45:42 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1620031392.1116ec3c8ee0e81e01bea44f383f3d9b1f15b5a0.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/spotify/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/spotify/spotify-1.1.26-r1.ebuild media-sound/spotify/spotify-1.1.26-r2.ebuild media-sound/spotify/spotify-1.1.55.ebuild X-VCS-Directories: media-sound/spotify/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 1116ec3c8ee0e81e01bea44f383f3d9b1f15b5a0 X-VCS-Branch: master Date: Mon, 3 May 2021 08:45:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a713fb23-411c-4a9a-9a77-828c55ce891e X-Archives-Hash: 89286aa790ef3351bb3307e17b536dd1 commit: 1116ec3c8ee0e81e01bea44f383f3d9b1f15b5a0 Author: Mikle Kolyada gentoo org> AuthorDate: Mon May 3 08:43:12 2021 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Mon May 3 08:43:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1116ec3c media-sound/spotify: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada gentoo.org> media-sound/spotify/spotify-1.1.26-r1.ebuild | 7 +++---- media-sound/spotify/spotify-1.1.26-r2.ebuild | 7 +++---- media-sound/spotify/spotify-1.1.55.ebuild | 5 ++--- 3 files changed, 8 insertions(+), 11 deletions(-) diff --git a/media-sound/spotify/spotify-1.1.26-r1.ebuild b/media-sound/spotify/spotify-1.1.26-r1.ebuild index 2310f6ff5af..797be7b82c1 100644 --- a/media-sound/spotify/spotify-1.1.26-r1.ebuild +++ b/media-sound/spotify/spotify-1.1.26-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="${SRC_BASE}${PN}-client_${PV}.${BUILD_ID_AMD64}_amd64.deb" LICENSE="Spotify" SLOT="0" KEYWORDS="~amd64" -IUSE="libnotify libressl systray pax_kernel pulseaudio" +IUSE="libnotify systray pax_kernel pulseaudio" RESTRICT="mirror strip" BDEPEND=">=dev-util/patchelf-0.10" @@ -21,8 +21,7 @@ RDEPEND=" dev-python/dbus-python dev-python/pygobject:3 libnotify? ( x11-libs/libnotify ) - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= media-libs/alsa-lib media-libs/fontconfig media-libs/harfbuzz diff --git a/media-sound/spotify/spotify-1.1.26-r2.ebuild b/media-sound/spotify/spotify-1.1.26-r2.ebuild index fdf168b7477..f15f00faf70 100644 --- a/media-sound/spotify/spotify-1.1.26-r2.ebuild +++ b/media-sound/spotify/spotify-1.1.26-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="${SRC_BASE}${PN}-client_${PV}.${BUILD_ID_AMD64}_amd64.deb" LICENSE="Spotify" SLOT="0" KEYWORDS="~amd64" -IUSE="libnotify libressl systray pax_kernel pulseaudio" +IUSE="libnotify systray pax_kernel pulseaudio" RESTRICT="mirror strip" BDEPEND=">=dev-util/patchelf-0.10" @@ -21,8 +21,7 @@ RDEPEND=" dev-python/dbus-python dev-python/pygobject:3 libnotify? ( x11-libs/libnotify ) - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= media-libs/alsa-lib media-libs/fontconfig media-libs/harfbuzz diff --git a/media-sound/spotify/spotify-1.1.55.ebuild b/media-sound/spotify/spotify-1.1.55.ebuild index 544835629b0..22aa11bb859 100644 --- a/media-sound/spotify/spotify-1.1.55.ebuild +++ b/media-sound/spotify/spotify-1.1.55.ebuild @@ -12,7 +12,7 @@ SRC_URI="${SRC_BASE}${PN}-client_${PV}.${BUILD_ID_AMD64}_amd64.deb" LICENSE="Spotify" SLOT="0" KEYWORDS="~amd64" -IUSE="libnotify libressl local-playback pax_kernel pulseaudio systray" +IUSE="libnotify local-playback pax_kernel pulseaudio systray" RESTRICT="mirror strip" BDEPEND=">=dev-util/patchelf-0.10" @@ -21,8 +21,7 @@ RDEPEND=" dev-python/dbus-python dev-python/pygobject:3 libnotify? ( x11-libs/libnotify ) - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= media-libs/alsa-lib media-libs/fontconfig media-libs/harfbuzz