diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-01-19 06:01:39 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-01-19 06:02:39 +0100 |
commit | 9001858ce0bae3908a65f4090c909fb99be6c5f7 (patch) | |
tree | 4bf9383b95bb5da3aff2934e5572a8c7f0911165 /app-laptop | |
parent | app-laptop/thinkfan version bump to 1.0 (diff) | |
download | gentoo-9001858ce0bae3908a65f4090c909fb99be6c5f7.tar.gz gentoo-9001858ce0bae3908a65f4090c909fb99be6c5f7.tar.bz2 gentoo-9001858ce0bae3908a65f4090c909fb99be6c5f7.zip |
app-laptop/thinkfan: bump to v1.0.1
- fix DOCDIR
- modernize OpenRC runscript
Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'app-laptop')
-rw-r--r-- | app-laptop/thinkfan/Manifest | 2 | ||||
-rw-r--r-- | app-laptop/thinkfan/files/thinkfan-1.0.1-update-runscript.patch | 39 | ||||
-rw-r--r-- | app-laptop/thinkfan/thinkfan-1.0.1.ebuild (renamed from app-laptop/thinkfan/thinkfan-1.0.ebuild) | 17 |
3 files changed, 48 insertions, 10 deletions
diff --git a/app-laptop/thinkfan/Manifest b/app-laptop/thinkfan/Manifest index 0df01627822a..444109d9ddec 100644 --- a/app-laptop/thinkfan/Manifest +++ b/app-laptop/thinkfan/Manifest @@ -1,2 +1,2 @@ DIST thinkfan-0.9.3.tar.gz 39527 BLAKE2B e6a6d09493d94b4de9ada20dcc4b0251c5f2c148f7faa7f69c04fe2a279a9cfe253a0ea1a01fe94ed108e8731e2ba01edef5df10dfb887ea961a356dff733854 SHA512 d2a29f9cae636c22b66958f8ec50cb60a162d745c3967257bb5e20cc9e152894d4e8a66f897ffa4e49353eba4a42e3499bb9e554719974284089a46cfc6280d7 -DIST thinkfan-1.0.tar.gz 77575 BLAKE2B cc4dfec48d2797079b053b0be923a008b2e740179de10bda549194008a83ce9ea47fdb23e82f0050fa594be81fa07b242b548303fff751845da544f1f8fdd226 SHA512 c85c8a4f3eb2735f065bf56312823a13277b803e4762a325bd250a47f1e35e1efbc45fa63bcd3b2e24184d6f95a9f8d7ceb1b31eb82c674ca2f2f8d57ee0ea30 +DIST thinkfan-1.0.1.tar.gz 77587 BLAKE2B 7a2d4d77be8a9abdafe2cdb8485c92dfe9850ad2309d45d0ac32e8c0e7e6db22ef6c2e16161cccbd6e6147497accc8ec3f5d4467dbe5d2fe6d7fdfd06bb3261f SHA512 61fac9e99f5a2974c5a80e2565956d203baf670dc4b97625389e91fe3fe4d026c07847c10e7d46a4f57914a8156aeea0141570202c0ce2b497f8a1daefa47d6e diff --git a/app-laptop/thinkfan/files/thinkfan-1.0.1-update-runscript.patch b/app-laptop/thinkfan/files/thinkfan-1.0.1-update-runscript.patch new file mode 100644 index 000000000000..a0896af3d264 --- /dev/null +++ b/app-laptop/thinkfan/files/thinkfan-1.0.1-update-runscript.patch @@ -0,0 +1,39 @@ +https://github.com/vmatare/thinkfan/pull/61 + +--- a/rcscripts/openrc/thinkfan.cmake ++++ b/rcscripts/openrc/thinkfan.cmake +@@ -1,26 +1,19 @@ + #!/sbin/openrc-run + ++command="@CMAKE_INSTALL_PREFIX@/sbin/thinkfan" ++command_args="-q -s5 -c /etc/thinkfan.conf" ++pidfile="@PID_FILE@" ++ + extra_started_commands="reload" + ++required_files="/etc/thinkfan.conf" ++ + depend() { + after modules + } + +-start() { +- ebegin "Starting thinkfan" +- start-stop-daemon --start --exec @CMAKE_INSTALL_PREFIX@/sbin/thinkfan -- -q -s5 -c /etc/thinkfan.conf +- eend $? +-} +- +-stop() { +- ebegin "Stopping thinkfan" +- start-stop-daemon --stop --exec @CMAKE_INSTALL_PREFIX@/sbin/thinkfan +- eend $? +-} +- + reload() { +- PID=$(<@PID_FILE@) +- ebegin "Sending SIGHUP to thinkfan($PID)" +- kill -HUP $PID ++ ebegin "Reloading ${SVCNAME}" ++ start-stop-daemon --signal HUP --pidfile "${pidfile}" + eend $? + } diff --git a/app-laptop/thinkfan/thinkfan-1.0.ebuild b/app-laptop/thinkfan/thinkfan-1.0.1.ebuild index d114b72afb16..e7e7da5f821f 100644 --- a/app-laptop/thinkfan/thinkfan-1.0.ebuild +++ b/app-laptop/thinkfan/thinkfan-1.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,15 +19,16 @@ DEPEND="atasmart? ( dev-libs/libatasmart ) RDEPEND="${DEPEND} nvidia? ( x11-drivers/nvidia-drivers )" -src_prepare() { - cmake-utils_src_prepare +PATCHES=( "${FILESDIR}"/${PN}-1.0.1-update-runscript.patch ) - sed -e "s:share/doc/${PN}:share/doc/${PF}:" \ - -i CMakeLists.txt || die "sed failed" -} +DOC_CONTENTS=" + Please read the documentation and copy an appropriate + file to /etc/thinkfan.conf. +" src_configure() { local mycmakeargs+=( + -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${PF} -DUSE_NVML="$(usex nvidia)" -DUSE_ATASMART="$(usex atasmart)" -DUSE_YAML="$(usex yaml)" @@ -38,8 +39,6 @@ src_configure() { src_install() { cmake-utils_src_install + readme.gentoo_create_doc } - -DOC_CONTENTS="Please read the documentation and copy an -appropriate file to /etc/thinkfan.conf." |