commit:     37e275dcf44b1d12d2383af15bd7c42691a14a69
Author:     Nikos Chantziaras <realnc <AT> gmail <DOT> com>
AuthorDate: Thu Nov  1 15:01:22 2018 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Thu Nov  1 17:20:22 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37e275dc

media-sound/spotify: use gunzip instead of uncompress for docs

Closes: https://bugs.gentoo.org/670016
Signed-off-by: Nikos Chantziaras <realnc <AT> gmail.com>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>

 media-sound/spotify/spotify-1.0.72-r1.ebuild | 2 +-
 media-sound/spotify/spotify-1.0.80-r1.ebuild | 2 +-
 media-sound/spotify/spotify-1.0.92.ebuild    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-sound/spotify/spotify-1.0.72-r1.ebuild 
b/media-sound/spotify/spotify-1.0.72-r1.ebuild
index 803b6c7d5c9..da0339466e1 100644
--- a/media-sound/spotify/spotify-1.0.72-r1.ebuild
+++ b/media-sound/spotify/spotify-1.0.72-r1.ebuild
@@ -56,7 +56,7 @@ src_prepare() {
 }
 
 src_install() {
-       uncompress usr/share/doc/spotify-client/changelog.gz
+       gunzip usr/share/doc/spotify-client/changelog.gz || die
        dodoc usr/share/doc/spotify-client/changelog
 
        SPOTIFY_PKG_HOME=usr/share/spotify

diff --git a/media-sound/spotify/spotify-1.0.80-r1.ebuild 
b/media-sound/spotify/spotify-1.0.80-r1.ebuild
index 5dc822089bc..665c6b832bf 100644
--- a/media-sound/spotify/spotify-1.0.80-r1.ebuild
+++ b/media-sound/spotify/spotify-1.0.80-r1.ebuild
@@ -60,7 +60,7 @@ src_prepare() {
 }
 
 src_install() {
-       uncompress usr/share/doc/spotify-client/changelog.gz
+       gunzip usr/share/doc/spotify-client/changelog.gz || die
        dodoc usr/share/doc/spotify-client/changelog
 
        SPOTIFY_PKG_HOME=usr/share/spotify

diff --git a/media-sound/spotify/spotify-1.0.92.ebuild 
b/media-sound/spotify/spotify-1.0.92.ebuild
index fc7b07189b1..ecc6f04660d 100644
--- a/media-sound/spotify/spotify-1.0.92.ebuild
+++ b/media-sound/spotify/spotify-1.0.92.ebuild
@@ -60,7 +60,7 @@ src_prepare() {
 }
 
 src_install() {
-       uncompress usr/share/doc/spotify-client/changelog.gz
+       gunzip usr/share/doc/spotify-client/changelog.gz || die
        dodoc usr/share/doc/spotify-client/changelog
 
        SPOTIFY_PKG_HOME=usr/share/spotify

Reply via email to