diff options
author | Nikos Chantziaras <realnc@gmail.com> | 2018-10-27 11:12:33 +0300 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2018-10-28 21:02:35 -0500 |
commit | 4d350c355625d011bd201ad4a2d045ef0901ed0c (patch) | |
tree | 392ad261157d36c36da3f36bfdc9371c6233a787 /media-sound/spotify | |
parent | media-sound/spotify: remove 1.0.89 (diff) | |
download | gentoo-4d350c355625d011bd201ad4a2d045ef0901ed0c.tar.gz gentoo-4d350c355625d011bd201ad4a2d045ef0901ed0c.tar.bz2 gentoo-4d350c355625d011bd201ad4a2d045ef0901ed0c.zip |
media-sound/spotify: fix compressed doc QA on old ebuilds
Signed-off-by: Nikos Chantziaras <realnc@gmail.com>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'media-sound/spotify')
-rw-r--r-- | media-sound/spotify/spotify-1.0.72-r1.ebuild (renamed from media-sound/spotify/spotify-1.0.72.ebuild) | 5 | ||||
-rw-r--r-- | media-sound/spotify/spotify-1.0.80-r1.ebuild (renamed from media-sound/spotify/spotify-1.0.80.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 index b4ac3c597ade..803b6c7d5c93 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 index ae609de2a96e..5dc822089bcb 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 |