commit:     42370be45c00d3ae5679f0423facbb644c8b5ef8
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 31 22:51:46 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jul 31 22:51:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42370be4

app-laptop/mbpfan: sync live ebuild

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 app-laptop/mbpfan/mbpfan-9999.ebuild | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/app-laptop/mbpfan/mbpfan-9999.ebuild 
b/app-laptop/mbpfan/mbpfan-9999.ebuild
index e1a4cb35e935..1bbd3102e15e 100644
--- a/app-laptop/mbpfan/mbpfan-9999.ebuild
+++ b/app-laptop/mbpfan/mbpfan-9999.ebuild
@@ -1,17 +1,14 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 inherit linux-info systemd toolchain-funcs
 
 DESCRIPTION="A simple daemon to control fan speed on all Macbook/Macbook Pros"
 HOMEPAGE="https://github.com/dgraziotin/mbpfan";
-LICENSE="GPL-3+"
-SLOT="0"
-RESTRICT="test" # will fail if the hardware is unavailable, not useful
 
-if [[ "${PV}" = 9999 ]]; then
+if [[ ${PV} == *9999 ]]; then
        inherit git-r3
        EGIT_REPO_URI="https://github.com/dgraziotin/${PN}.git";
 else
@@ -19,6 +16,10 @@ else
        KEYWORDS="~amd64"
 fi
 
+LICENSE="GPL-3+"
+SLOT="0"
+RESTRICT="test" # will fail if the hardware is unavailable, not useful
+
 CONFIG_CHECK="~SENSORS_APPLESMC ~SENSORS_CORETEMP"
 
 src_compile() {
@@ -33,14 +34,14 @@ src_install() {
 
        # Remove the empty systemd unit directory
        # It doesn't actually install the unit file
-       rmdir --ignore-fail-on-non-empty -p "${ED%/}/lib/systemd/system" || die
+       rmdir --ignore-fail-on-non-empty -p "${ED}"/lib/systemd/system || die
        # Actually install the sytstemd unit file
        systemd_dounit ${PN}.service
        # Install openrc init file
        newinitd ${PN}.init.gentoo ${PN}
 
        # make install doesn't install the docs in the right place
-       rm -rf "${ED%/}/usr/share/doc/${PN}" || die
+       rm -r "${ED}"/usr/share/doc/${PN} || die
 
        einstalldocs
 }

Reply via email to