Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/spotify/
Date: Thu, 01 Nov 2018 17:20:43
Message-Id: 1541092822.37e275dcf44b1d12d2383af15bd7c42691a14a69.prometheanfire@gentoo
1 commit: 37e275dcf44b1d12d2383af15bd7c42691a14a69
2 Author: Nikos Chantziaras <realnc <AT> gmail <DOT> com>
3 AuthorDate: Thu Nov 1 15:01:22 2018 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 1 17:20:22 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37e275dc
7
8 media-sound/spotify: use gunzip instead of uncompress for docs
9
10 Closes: https://bugs.gentoo.org/670016
11 Signed-off-by: Nikos Chantziaras <realnc <AT> gmail.com>
12 Package-Manager: Portage-2.3.51, Repoman-2.3.11
13 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
14
15 media-sound/spotify/spotify-1.0.72-r1.ebuild | 2 +-
16 media-sound/spotify/spotify-1.0.80-r1.ebuild | 2 +-
17 media-sound/spotify/spotify-1.0.92.ebuild | 2 +-
18 3 files changed, 3 insertions(+), 3 deletions(-)
19
20 diff --git a/media-sound/spotify/spotify-1.0.72-r1.ebuild b/media-sound/spotify/spotify-1.0.72-r1.ebuild
21 index 803b6c7d5c9..da0339466e1 100644
22 --- a/media-sound/spotify/spotify-1.0.72-r1.ebuild
23 +++ b/media-sound/spotify/spotify-1.0.72-r1.ebuild
24 @@ -56,7 +56,7 @@ src_prepare() {
25 }
26
27 src_install() {
28 - uncompress usr/share/doc/spotify-client/changelog.gz
29 + gunzip usr/share/doc/spotify-client/changelog.gz || die
30 dodoc usr/share/doc/spotify-client/changelog
31
32 SPOTIFY_PKG_HOME=usr/share/spotify
33
34 diff --git a/media-sound/spotify/spotify-1.0.80-r1.ebuild b/media-sound/spotify/spotify-1.0.80-r1.ebuild
35 index 5dc822089bc..665c6b832bf 100644
36 --- a/media-sound/spotify/spotify-1.0.80-r1.ebuild
37 +++ b/media-sound/spotify/spotify-1.0.80-r1.ebuild
38 @@ -60,7 +60,7 @@ src_prepare() {
39 }
40
41 src_install() {
42 - uncompress usr/share/doc/spotify-client/changelog.gz
43 + gunzip usr/share/doc/spotify-client/changelog.gz || die
44 dodoc usr/share/doc/spotify-client/changelog
45
46 SPOTIFY_PKG_HOME=usr/share/spotify
47
48 diff --git a/media-sound/spotify/spotify-1.0.92.ebuild b/media-sound/spotify/spotify-1.0.92.ebuild
49 index fc7b07189b1..ecc6f04660d 100644
50 --- a/media-sound/spotify/spotify-1.0.92.ebuild
51 +++ b/media-sound/spotify/spotify-1.0.92.ebuild
52 @@ -60,7 +60,7 @@ src_prepare() {
53 }
54
55 src_install() {
56 - uncompress usr/share/doc/spotify-client/changelog.gz
57 + gunzip usr/share/doc/spotify-client/changelog.gz || die
58 dodoc usr/share/doc/spotify-client/changelog
59
60 SPOTIFY_PKG_HOME=usr/share/spotify