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: Mon, 29 Oct 2018 02:02:52
Message-Id: 1540778555.4d350c355625d011bd201ad4a2d045ef0901ed0c.prometheanfire@gentoo
1 commit: 4d350c355625d011bd201ad4a2d045ef0901ed0c
2 Author: Nikos Chantziaras <realnc <AT> gmail <DOT> com>
3 AuthorDate: Sat Oct 27 08:12:33 2018 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 29 02:02:35 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d350c35
7
8 media-sound/spotify: fix compressed doc QA on old ebuilds
9
10 Signed-off-by: Nikos Chantziaras <realnc <AT> gmail.com>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
13
14 .../spotify/{spotify-1.0.72.ebuild => spotify-1.0.72-r1.ebuild} | 5 +++--
15 .../spotify/{spotify-1.0.80.ebuild => spotify-1.0.80-r1.ebuild} | 5 +++--
16 2 files changed, 6 insertions(+), 4 deletions(-)
17
18 diff --git a/media-sound/spotify/spotify-1.0.72.ebuild b/media-sound/spotify/spotify-1.0.72-r1.ebuild
19 similarity index 95%
20 rename from media-sound/spotify/spotify-1.0.72.ebuild
21 rename to media-sound/spotify/spotify-1.0.72-r1.ebuild
22 index b4ac3c597ad..803b6c7d5c9 100644
23 --- a/media-sound/spotify/spotify-1.0.72.ebuild
24 +++ b/media-sound/spotify/spotify-1.0.72-r1.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2018 Gentoo Foundation
27 +# Copyright 1999-2018 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=6
31 @@ -56,7 +56,8 @@ src_prepare() {
32 }
33
34 src_install() {
35 - dodoc usr/share/doc/spotify-client/changelog.gz
36 + uncompress usr/share/doc/spotify-client/changelog.gz
37 + dodoc usr/share/doc/spotify-client/changelog
38
39 SPOTIFY_PKG_HOME=usr/share/spotify
40 insinto /usr/share/pixmaps
41
42 diff --git a/media-sound/spotify/spotify-1.0.80.ebuild b/media-sound/spotify/spotify-1.0.80-r1.ebuild
43 similarity index 96%
44 rename from media-sound/spotify/spotify-1.0.80.ebuild
45 rename to media-sound/spotify/spotify-1.0.80-r1.ebuild
46 index ae609de2a96..5dc822089bc 100644
47 --- a/media-sound/spotify/spotify-1.0.80.ebuild
48 +++ b/media-sound/spotify/spotify-1.0.80-r1.ebuild
49 @@ -1,4 +1,4 @@
50 -# Copyright 1999-2018 Gentoo Foundation
51 +# Copyright 1999-2018 Gentoo Authors
52 # Distributed under the terms of the GNU General Public License v2
53
54 EAPI=6
55 @@ -60,7 +60,8 @@ src_prepare() {
56 }
57
58 src_install() {
59 - dodoc usr/share/doc/spotify-client/changelog.gz
60 + uncompress usr/share/doc/spotify-client/changelog.gz
61 + dodoc usr/share/doc/spotify-client/changelog
62
63 SPOTIFY_PKG_HOME=usr/share/spotify
64 insinto /usr/share/pixmaps