commit:     4d350c355625d011bd201ad4a2d045ef0901ed0c
Author:     Nikos Chantziaras <realnc <AT> gmail <DOT> com>
AuthorDate: Sat Oct 27 08:12:33 2018 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Mon Oct 29 02:02:35 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d350c35

media-sound/spotify: fix compressed doc QA on old ebuilds

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>

 .../spotify/{spotify-1.0.72.ebuild => spotify-1.0.72-r1.ebuild}      | 5 +++--
 .../spotify/{spotify-1.0.80.ebuild => spotify-1.0.80-r1.ebuild}      | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/media-sound/spotify/spotify-1.0.72.ebuild 
b/media-sound/spotify/spotify-1.0.72-r1.ebuild
similarity index 95%
rename from media-sound/spotify/spotify-1.0.72.ebuild
rename to media-sound/spotify/spotify-1.0.72-r1.ebuild
index b4ac3c597ad..803b6c7d5c9 100644
--- a/media-sound/spotify/spotify-1.0.72.ebuild
+++ b/media-sound/spotify/spotify-1.0.72-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -56,7 +56,8 @@ src_prepare() {
 }
 
 src_install() {
-       dodoc usr/share/doc/spotify-client/changelog.gz
+       uncompress usr/share/doc/spotify-client/changelog.gz
+       dodoc usr/share/doc/spotify-client/changelog
 
        SPOTIFY_PKG_HOME=usr/share/spotify
        insinto /usr/share/pixmaps

diff --git a/media-sound/spotify/spotify-1.0.80.ebuild 
b/media-sound/spotify/spotify-1.0.80-r1.ebuild
similarity index 96%
rename from media-sound/spotify/spotify-1.0.80.ebuild
rename to media-sound/spotify/spotify-1.0.80-r1.ebuild
index ae609de2a96..5dc822089bc 100644
--- a/media-sound/spotify/spotify-1.0.80.ebuild
+++ b/media-sound/spotify/spotify-1.0.80-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -60,7 +60,8 @@ src_prepare() {
 }
 
 src_install() {
-       dodoc usr/share/doc/spotify-client/changelog.gz
+       uncompress usr/share/doc/spotify-client/changelog.gz
+       dodoc usr/share/doc/spotify-client/changelog
 
        SPOTIFY_PKG_HOME=usr/share/spotify
        insinto /usr/share/pixmaps

Reply via email to