From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1042601-garchives=archives.gentoo.org@lists.gentoo.org> 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 1CC8B138334 for <garchives@archives.gentoo.org>; Sat, 18 Aug 2018 20:22:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09AC7E0819; Sat, 18 Aug 2018 20:22:46 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B9CA5E0819 for <gentoo-commits@lists.gentoo.org>; Sat, 18 Aug 2018 20:22:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7319233BDF4 for <gentoo-commits@lists.gentoo.org>; Sat, 18 Aug 2018 20:22:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E47E3A7 for <gentoo-commits@lists.gentoo.org>; Sat, 18 Aug 2018 20:22:41 +0000 (UTC) From: "Matt Thode" <prometheanfire@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" <prometheanfire@gentoo.org> Message-ID: <1534623747.ff4dac6c1109e1e12c8ff829774d69c0b11385d2.prometheanfire@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.0.72.ebuild media-sound/spotify/spotify-1.0.80.ebuild X-VCS-Directories: media-sound/spotify/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: ff4dac6c1109e1e12c8ff829774d69c0b11385d2 X-VCS-Branch: master Date: Sat, 18 Aug 2018 20:22:41 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2072f0a0-d7ac-4f2a-b51e-e6ae167f90c0 X-Archives-Hash: f8beab843e6c84c3f256389a7bee33bc commit: ff4dac6c1109e1e12c8ff829774d69c0b11385d2 Author: Nikos Chantziaras <realnc <AT> gmail <DOT> com> AuthorDate: Sat Aug 18 15:01:54 2018 +0000 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Sat Aug 18 20:22:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff4dac6c media-sound/spotify: minor cleanups to old ebuilds Package-Manager: Portage-2.3.47, Repoman-2.3.10 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org> media-sound/spotify/spotify-1.0.72.ebuild | 13 ++----------- media-sound/spotify/spotify-1.0.80.ebuild | 13 ++----------- 2 files changed, 4 insertions(+), 22 deletions(-) diff --git a/media-sound/spotify/spotify-1.0.72.ebuild b/media-sound/spotify/spotify-1.0.72.ebuild index 3b8d57bd25a..b4ac3c597ad 100644 --- a/media-sound/spotify/spotify-1.0.72.ebuild +++ b/media-sound/spotify/spotify-1.0.72.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils xdg-utils gnome2-utils pax-utils unpacker +inherit gnome2-utils pax-utils unpacker xdg-utils DESCRIPTION="Spotify is a social music platform" HOMEPAGE="https://www.spotify.com/ch-de/download/previews/" @@ -19,7 +19,7 @@ IUSE="libnotify systray pax_kernel pulseaudio" RESTRICT="mirror strip" DEPEND="" -# zenety needed for filepicker +# zenity needed for filepicker RDEPEND=" ${DEPEND} dev-libs/nss @@ -94,10 +94,6 @@ src_install() { fi } -pkg_preinst() { - gnome2_icon_savelist -} - pkg_postinst() { gnome2_icon_cache_update xdg_mimeinfo_database_update @@ -106,11 +102,6 @@ pkg_postinst() { ewarn "If Spotify crashes after an upgrade its cache may be corrupt." ewarn "To remove the cache:" ewarn "rm -rf ~/.cache/spotify" - ewarn - ewarn "If you use KDE and are upgrading from 0.9 to 1.0, you might still see the old icon." - ewarn "Run" - ewarn "$ rm /var/tmp/kdecache-\$USER/icon-cache.kcache" - ewarn "Then log out and log in back to KDE." } pkg_postrm() { diff --git a/media-sound/spotify/spotify-1.0.80.ebuild b/media-sound/spotify/spotify-1.0.80.ebuild index da910ba96d6..ae609de2a96 100644 --- a/media-sound/spotify/spotify-1.0.80.ebuild +++ b/media-sound/spotify/spotify-1.0.80.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils xdg-utils gnome2-utils pax-utils unpacker +inherit gnome2-utils pax-utils unpacker xdg-utils DESCRIPTION="Spotify is a social music platform" HOMEPAGE="https://www.spotify.com/ch-de/download/previews/" @@ -19,7 +19,7 @@ IUSE="libnotify systray pax_kernel pulseaudio" RESTRICT="mirror strip" DEPEND=">=dev-util/patchelf-0.9_p20180129" -# zenety needed for filepicker +# zenity needed for filepicker RDEPEND=" dev-libs/openssl:0 dev-libs/nss @@ -98,10 +98,6 @@ src_install() { fi } -pkg_preinst() { - gnome2_icon_savelist -} - pkg_postinst() { gnome2_icon_cache_update xdg_mimeinfo_database_update @@ -110,11 +106,6 @@ pkg_postinst() { ewarn "If Spotify crashes after an upgrade its cache may be corrupt." ewarn "To remove the cache:" ewarn "rm -rf ~/.cache/spotify" - ewarn - ewarn "If you use KDE and are upgrading from 0.9 to 1.0, you might still see the old icon." - ewarn "Run" - ewarn "$ rm /var/tmp/kdecache-\$USER/icon-cache.kcache" - ewarn "Then log out and log in back to KDE." } pkg_postrm() {