From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/baka-mplayer/
Date: Tue, 21 Jan 2020 19:11:50 +0000 (UTC) [thread overview]
Message-ID: <1579633850.0519d13f6e6b3068335cf9c7984faae2c85bf5de.asturm@gentoo> (raw)
commit: 0519d13f6e6b3068335cf9c7984faae2c85bf5de
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 21 19:01:43 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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
}
next reply other threads:[~2020-01-21 19:11 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-21 19:11 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-12-29 20:29 [gentoo-commits] repo/gentoo:master commit in: media-video/baka-mplayer/ Ionen Wolkens
2022-12-29 20:29 Ionen Wolkens
2022-11-07 19:30 Ionen Wolkens
2022-06-14 8:15 Jakov Smolić
2021-12-24 7:07 Agostino Sarubbo
2020-10-10 1:24 Georgy Yakovlev
2020-01-21 19:11 Andreas Sturmlechner
2020-01-21 19:11 Andreas Sturmlechner
2020-01-21 19:11 Andreas Sturmlechner
2020-01-21 19:11 Andreas Sturmlechner
2019-04-22 10:41 Andreas Sturmlechner
2016-10-28 14:14 Michael Palimaka
2016-10-28 14:14 Michael Palimaka
2015-12-15 17:41 Michael Palimaka
2015-12-15 17:41 Michael Palimaka
2015-08-24 15:00 Ben de Groot
2015-08-09 12:30 Justin Lecher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1579633850.0519d13f6e6b3068335cf9c7984faae2c85bf5de.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox