Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/thermald/
Date: Wed, 08 Sep 2021 08:48:17
Message-Id: 1631090890.d4f4240931dd2d22f8abe9294a47e206b87541f9.pacho@gentoo
1 commit: d4f4240931dd2d22f8abe9294a47e206b87541f9
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 8 08:46:20 2021 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 8 08:48:10 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4f42409
7
8 sys-power/thermald: sys-power/dptfxtract not needed anymore
9
10 As stated in:
11 https://github.com/intel/dptfxtract/commit/8eb89439dd48d4d81c7c9ea51b57c6e785a23c25
12
13 Package-Manager: Portage-3.0.22, Repoman-3.0.3
14 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
15
16 sys-power/thermald/thermald-2.4.3.ebuild | 7 -------
17 sys-power/thermald/thermald-2.4.5.ebuild | 7 -------
18 2 files changed, 14 deletions(-)
19
20 diff --git a/sys-power/thermald/thermald-2.4.3.ebuild b/sys-power/thermald/thermald-2.4.3.ebuild
21 index 093c0f2a0eb..b64a17ce795 100644
22 --- a/sys-power/thermald/thermald-2.4.3.ebuild
23 +++ b/sys-power/thermald/thermald-2.4.3.ebuild
24 @@ -48,10 +48,3 @@ my_src_install_all() {
25 rm -rf "${ED}"/etc/init || die
26 doinitd "${FILESDIR}"/thermald
27 }
28 -
29 -pkg_postinst() {
30 - if ! has_version sys-power/dptfxtract; then
31 - elog "dptfxtract can be used to generate a more specific"
32 - elog "thermald configuration for your system"
33 - fi
34 -}
35
36 diff --git a/sys-power/thermald/thermald-2.4.5.ebuild b/sys-power/thermald/thermald-2.4.5.ebuild
37 index 2683a9652ea..a482dfef0ff 100644
38 --- a/sys-power/thermald/thermald-2.4.5.ebuild
39 +++ b/sys-power/thermald/thermald-2.4.5.ebuild
40 @@ -48,10 +48,3 @@ my_src_install_all() {
41 rm -rf "${ED}"/etc/init || die
42 doinitd "${FILESDIR}"/thermald
43 }
44 -
45 -pkg_postinst() {
46 - if ! has_version sys-power/dptfxtract; then
47 - elog "dptfxtract can be used to generate a more specific"
48 - elog "thermald configuration for your system"
49 - fi
50 -}