From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 049D8138350 for ; Tue, 21 Jan 2020 19:11:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB52EE086B; Tue, 21 Jan 2020 19:11:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B28F9E086B for ; Tue, 21 Jan 2020 19:11:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C687434E38E for ; Tue, 21 Jan 2020 19:11:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F8E4102 for ; Tue, 21 Jan 2020 19:11:50 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1579633850.0519d13f6e6b3068335cf9c7984faae2c85bf5de.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/baka-mplayer/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/baka-mplayer/baka-mplayer-2.0.4-r1.ebuild media-video/baka-mplayer/baka-mplayer-9999.ebuild X-VCS-Directories: media-video/baka-mplayer/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0519d13f6e6b3068335cf9c7984faae2c85bf5de X-VCS-Branch: master Date: Tue, 21 Jan 2020 19:11:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 659f025f-8d64-42c2-960a-298024a52d8e X-Archives-Hash: 191264909d9e43ad10ec91b63ffb2d3d commit: 0519d13f6e6b3068335cf9c7984faae2c85bf5de Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jan 21 19:01:43 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jan 21 19:10:50 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0519d13f media-video/baka-mplayer: Don't install pre-compressed manpage Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> media-video/baka-mplayer/baka-mplayer-2.0.4-r1.ebuild | 14 ++++++++++---- media-video/baka-mplayer/baka-mplayer-9999.ebuild | 12 ++++++++---- 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/media-video/baka-mplayer/baka-mplayer-2.0.4-r1.ebuild b/media-video/baka-mplayer/baka-mplayer-2.0.4-r1.ebuild index 9162db1864e..480cd44a448 100644 --- a/media-video/baka-mplayer/baka-mplayer-2.0.4-r1.ebuild +++ b/media-video/baka-mplayer/baka-mplayer-2.0.4-r1.ebuild @@ -40,10 +40,11 @@ PATCHES=( src_prepare() { default - # no need to install license - sed -e '/^INSTALLS/s:license::' -i src/Baka-MPlayer.pro || die - # put manual in our docdir - sed -e '/^manual.path/s:'${PN}':'${PF}':' -i src/Baka-MPlayer.pro || die + # don't install license, man.gz, install the latter manually + sed -e "/^INSTALLS/s:\sman\slicense::" \ + -e '/^manual.path/s:'${PN}':'${PF}':' \ + -i src/Baka-MPlayer.pro || die + gunzip DOCS/baka-mplayer.1.gz || die } src_configure() { @@ -55,6 +56,11 @@ src_configure() { src/Baka-MPlayer.pro } +src_install() { + default + doman DOCS/baka-mplayer.1 +} + pkg_postinst() { xdg_icon_cache_update } diff --git a/media-video/baka-mplayer/baka-mplayer-9999.ebuild b/media-video/baka-mplayer/baka-mplayer-9999.ebuild index d44dc348644..243a21f1b8a 100644 --- a/media-video/baka-mplayer/baka-mplayer-9999.ebuild +++ b/media-video/baka-mplayer/baka-mplayer-9999.ebuild @@ -34,10 +34,9 @@ S="${WORKDIR}/baka-mplayer-${PV}" src_prepare() { default - # no need to install license - sed -e '/^INSTALLS/s:license::' -i src/Baka-MPlayer.pro || die - # put manual in our docdir - sed -e '/^manual.path/s:'${PN}':'${PF}':' -i src/Baka-MPlayer.pro || die + # don't install license, man.gz, install the latter manually + sed -e "/^INSTALLS/s/\sman\slicense//" -i src/Baka-MPlayer.pro || die + gunzip DOCS/baka-mplayer.1.gz || die } src_configure() { @@ -49,6 +48,11 @@ src_configure() { src/Baka-MPlayer.pro } +src_install() { + default + doman DOCS/baka-mplayer.1 +} + pkg_postinst() { xdg_icon_cache_update }