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: Mon, 29 Apr 2019 14:53:59
Message-Id: 1556549622.1947eae12efbd50ce3517342ff620f82ed9e4286.gokturk@gentoo
1 commit: 1947eae12efbd50ce3517342ff620f82ed9e4286
2 Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 29 14:52:37 2019 +0000
4 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 29 14:53:42 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1947eae1
7
8 app-laptop/mbpfan: bump to 2.1.1
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Göktürk Yüksek <gokturk <AT> gentoo.org>
12
13 app-laptop/mbpfan/Manifest | 1 +
14 app-laptop/mbpfan/mbpfan-2.1.1.ebuild | 44 +++++++++++++++++++++++++++++++++++
15 2 files changed, 45 insertions(+)
16
17 diff --git a/app-laptop/mbpfan/Manifest b/app-laptop/mbpfan/Manifest
18 index 36ed6c5008b..0af7c168aa4 100644
19 --- a/app-laptop/mbpfan/Manifest
20 +++ b/app-laptop/mbpfan/Manifest
21 @@ -2,3 +2,4 @@ DIST mbpfan-1.9.1.tar.gz 24393 BLAKE2B 9fd96f6903aa360a86e2813d9bf3e57fe28dacc7b
22 DIST mbpfan-2.0.0.tar.gz 37912 BLAKE2B 8d2ce41d8f6a724e28ace0c23047dde4a0a60ae10beeec3e3d7194bbd6b87ae0c340cf025deca896208e225083e0bb67043c6b00135544f2d78e39fbf55b3fcd SHA512 9a7f930afe0a151fe50bf3ef1a06a5cecaced0c47f7088a83b91e25dff85d4b0d53494eac5eb1b624bde6ff1d3307a0d9fe6ba392fdacbe58e241d93d11cda6d
23 DIST mbpfan-2.0.1.tar.gz 37805 BLAKE2B 0988a9b5cd359b4e64fdb1e63322dea7582fdc9a9dda0760550945282ef6142dbcab8aeb78ec1a725b5f9aebcda72386e3fa4b8b5f7ecdf078106d229fb7e2af SHA512 8fd2e37b9b81720ff7efa490d285da5980ef5dcc858fef4b0c24166a8f0df46aa230ea18fca5775b222271918e5ca6df1bfbbdced068182c20eeb86192ed2019
24 DIST mbpfan-2.1.0.tar.gz 39303 BLAKE2B b51b7df8c24cc49561f45614a655c698b85f149367f888aceb90b90e27e2da03ede7beed58e552e163e9f625d950290198f6d56a545c10989a8d0e27909556a7 SHA512 8750ac47419e84f8692a478e3977b56b98be9e255d5be9876094eef0f86bc587510959cc4cff0d681fb9e1ecaf98f90d9d0b63a1a6ddd25e8de4ccfda747b54a
25 +DIST mbpfan-2.1.1.tar.gz 40637 BLAKE2B bdd17a9a883cc9af3cb7d55a2c8594c435fb367f0c6b5dec2b3da85747e2c2af591ed1dabf082cbbc31ac92ce5b2dc5194d8a50836c87cd784f238322ab09d9f SHA512 c1bf81c5e2f2f4f710a8455c65f10dc2dc2255319a7dbf4367c31884eece8d9909d28f3a00e5fc4d964d65254b36202a2a2b666d0ef04ea04153baded6039449
26
27 diff --git a/app-laptop/mbpfan/mbpfan-2.1.1.ebuild b/app-laptop/mbpfan/mbpfan-2.1.1.ebuild
28 new file mode 100644
29 index 00000000000..9a83fb13fa8
30 --- /dev/null
31 +++ b/app-laptop/mbpfan/mbpfan-2.1.1.ebuild
32 @@ -0,0 +1,44 @@
33 +# Copyright 1999-2019 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=6
37 +
38 +inherit linux-info systemd toolchain-funcs
39 +
40 +DESCRIPTION="A simple daemon to control fan speed on all Macbook/Macbook Pros"
41 +HOMEPAGE="https://github.com/dgraziotin/mbpfan"
42 +LICENSE="GPL-3+"
43 +SLOT="0"
44 +RESTRICT="test" # will fail if the hardware is unavailable, not useful
45 +
46 +if [[ "${PV}" = 9999 ]]; then
47 + inherit git-r3
48 + EGIT_REPO_URI="https://github.com/dgraziotin/${PN}.git"
49 + KEYWORDS=""
50 +else
51 + SRC_URI="https://github.com/dgraziotin/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
52 + KEYWORDS="~amd64"
53 +fi
54 +
55 +CONFIG_CHECK="~SENSORS_APPLESMC ~SENSORS_CORETEMP"
56 +
57 +src_compile() {
58 + emake CC="$(tc-getCC)"
59 +}
60 +
61 +src_install() {
62 + emake DESTDIR="${ED}" install
63 +
64 + # Remove the empty systemd unit directory
65 + # It doesn't actually install the unit file
66 + rmdir --ignore-fail-on-non-empty -p "${ED%/}/lib/systemd/system" || die
67 + # Actually install the sytstemd unit file
68 + systemd_dounit ${PN}.service
69 + # Install openrc init file
70 + newinitd ${PN}.init.gentoo ${PN}
71 +
72 + # make install doesn't install the docs in the right place
73 + rm -rf "${ED%/}/usr/share/doc/${PN}" || die
74 +
75 + einstalldocs
76 +}