From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-laptop/thinkfan/
Date: Sun, 14 Feb 2021 20:35:08 +0000 (UTC) [thread overview]
Message-ID: <1613334903.a265e29932ee47bab1c0d56181f72b098ea645ba.asturm@gentoo> (raw)
commit: a265e29932ee47bab1c0d56181f72b098ea645ba
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 14 20:34:36 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 14 20:35:03 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a265e299
app-laptop/thinkfan: Use cmake.eclass
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-laptop/thinkfan/thinkfan-1.0.2.ebuild | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/app-laptop/thinkfan/thinkfan-1.0.2.ebuild b/app-laptop/thinkfan/thinkfan-1.0.2.ebuild
index 59f5d7fce4b..e08e6101e57 100644
--- a/app-laptop/thinkfan/thinkfan-1.0.2.ebuild
+++ b/app-laptop/thinkfan/thinkfan-1.0.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit cmake-utils readme.gentoo-r1
+inherit cmake readme.gentoo-r1
DESCRIPTION="simple fan control program for thinkpads"
HOMEPAGE="http://thinkfan.sourceforge.net"
@@ -25,18 +25,18 @@ DOC_CONTENTS="
"
src_configure() {
- local mycmakeargs+=(
+ local mycmakeargs=(
-DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${PF}
-DUSE_NVML="$(usex nvidia)"
-DUSE_ATASMART="$(usex atasmart)"
-DUSE_YAML="$(usex yaml)"
)
- cmake-utils_src_configure
+ cmake_src_configure
}
src_install() {
- cmake-utils_src_install
+ cmake_src_install
readme.gentoo_create_doc
}
next reply other threads:[~2021-02-14 20:35 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-14 20:35 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-11-29 8:43 [gentoo-commits] repo/gentoo:master commit in: app-laptop/thinkfan/ Andreas Sturmlechner
2022-11-29 5:49 Joonas Niilola
2022-11-29 5:49 Joonas Niilola
2022-05-07 4:20 Sam James
2022-04-25 9:12 Joonas Niilola
2022-04-25 7:47 Joonas Niilola
2021-07-16 7:02 Joonas Niilola
2021-04-13 7:30 Joonas Niilola
2021-04-13 7:30 Joonas Niilola
2021-02-14 20:35 Andreas Sturmlechner
2020-07-13 12:22 Mikle Kolyada
2019-06-16 10:38 Mikle Kolyada
2019-06-16 10:37 Mikle Kolyada
2019-03-08 17:51 Mikle Kolyada
2019-01-19 5:05 Thomas Deutschmann
2018-12-08 10:03 Mikle Kolyada
2017-02-07 11:28 Agostino Sarubbo
2016-12-21 10:46 Patrice Clement
2016-12-21 10:46 Patrice Clement
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=1613334903.a265e29932ee47bab1c0d56181f72b098ea645ba.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