commit: d4f4240931dd2d22f8abe9294a47e206b87541f9 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Wed Sep 8 08:46:20 2021 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Wed Sep 8 08:48:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4f42409
sys-power/thermald: sys-power/dptfxtract not needed anymore As stated in: https://github.com/intel/dptfxtract/commit/8eb89439dd48d4d81c7c9ea51b57c6e785a23c25 Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> sys-power/thermald/thermald-2.4.3.ebuild | 7 ------- sys-power/thermald/thermald-2.4.5.ebuild | 7 ------- 2 files changed, 14 deletions(-) diff --git a/sys-power/thermald/thermald-2.4.3.ebuild b/sys-power/thermald/thermald-2.4.3.ebuild index 093c0f2a0eb..b64a17ce795 100644 --- a/sys-power/thermald/thermald-2.4.3.ebuild +++ b/sys-power/thermald/thermald-2.4.3.ebuild @@ -48,10 +48,3 @@ my_src_install_all() { rm -rf "${ED}"/etc/init || die doinitd "${FILESDIR}"/thermald } - -pkg_postinst() { - if ! has_version sys-power/dptfxtract; then - elog "dptfxtract can be used to generate a more specific" - elog "thermald configuration for your system" - fi -} diff --git a/sys-power/thermald/thermald-2.4.5.ebuild b/sys-power/thermald/thermald-2.4.5.ebuild index 2683a9652ea..a482dfef0ff 100644 --- a/sys-power/thermald/thermald-2.4.5.ebuild +++ b/sys-power/thermald/thermald-2.4.5.ebuild @@ -48,10 +48,3 @@ my_src_install_all() { rm -rf "${ED}"/etc/init || die doinitd "${FILESDIR}"/thermald } - -pkg_postinst() { - if ! has_version sys-power/dptfxtract; then - elog "dptfxtract can be used to generate a more specific" - elog "thermald configuration for your system" - fi -}
