Gentoo Archives: gentoo-commits

From: "Göktürk Yüksek" <gokturk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-laptop/mbpfan/
Date: Fri, 01 Nov 2019 18:38:16
Message-Id: 1572633464.5c63dccb51041660ebc49d1839a9c4c180f211c2.gokturk@gentoo
1 commit: 5c63dccb51041660ebc49d1839a9c4c180f211c2
2 Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 1 18:36:28 2019 +0000
4 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 1 18:37:44 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c63dccb
7
8 app-laptop/mbpfan: update the live ebuild
9
10 Package-Manager: Portage-2.3.78, Repoman-2.3.17
11 Signed-off-by: Göktürk Yüksek <gokturk <AT> gentoo.org>
12
13 app-laptop/mbpfan/mbpfan-9999.ebuild | 5 ++++-
14 1 file changed, 4 insertions(+), 1 deletion(-)
15
16 diff --git a/app-laptop/mbpfan/mbpfan-9999.ebuild b/app-laptop/mbpfan/mbpfan-9999.ebuild
17 index 357bf95cf28..b530d9569fa 100644
18 --- a/app-laptop/mbpfan/mbpfan-9999.ebuild
19 +++ b/app-laptop/mbpfan/mbpfan-9999.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -29,6 +29,9 @@ src_compile() {
27 src_install() {
28 emake DESTDIR="${ED}" install
29
30 + # Decompress the man page to enable PM auto compression
31 + gzip -d "${ED}"/usr/share/man/man8/mbpfan.8.gz || die
32 +
33 # Remove the empty systemd unit directory
34 # It doesn't actually install the unit file
35 rmdir --ignore-fail-on-non-empty -p "${ED%/}/lib/systemd/system" || die