From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9212B138336 for ; Thu, 12 Sep 2019 14:29:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7A7EE0930; Thu, 12 Sep 2019 14:29:00 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7A600E092B for ; Thu, 12 Sep 2019 14:29:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B054334B0A4 for ; Thu, 12 Sep 2019 14:28:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 05CE77CD for ; Thu, 12 Sep 2019 14:28:57 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1568298508.d4c0fbc4e6b08b45a69204fc57663c6e2cd28767.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/lm_sensors/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/lm_sensors/lm_sensors-3.5.0.ebuild sys-apps/lm_sensors/lm_sensors-3.5.0_p20190505.ebuild X-VCS-Directories: sys-apps/lm_sensors/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d4c0fbc4e6b08b45a69204fc57663c6e2cd28767 X-VCS-Branch: master Date: Thu, 12 Sep 2019 14:28:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3de5fed3-94ed-42f7-9476-3514fbd49fce X-Archives-Hash: e6ee5a8d1c555885d64cab9af4135b52 commit: d4c0fbc4e6b08b45a69204fc57663c6e2cd28767 Author: Michał Górny gentoo org> AuthorDate: Wed Sep 11 08:30:56 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Sep 12 14:28:28 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4c0fbc4 sys-apps/lm_sensors: Inline PN as appropriate before renaming Signed-off-by: Michał Górny gentoo.org> sys-apps/lm_sensors/lm_sensors-3.5.0.ebuild | 8 ++++---- sys-apps/lm_sensors/lm_sensors-3.5.0_p20190505.ebuild | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sys-apps/lm_sensors/lm_sensors-3.5.0.ebuild b/sys-apps/lm_sensors/lm_sensors-3.5.0.ebuild index f5c4e1a4e7f..5a11eb1e7cf 100644 --- a/sys-apps/lm_sensors/lm_sensors-3.5.0.ebuild +++ b/sys-apps/lm_sensors/lm_sensors-3.5.0.ebuild @@ -146,8 +146,8 @@ multilib_src_install() { } multilib_src_install_all() { - newinitd "${FILESDIR}"/${PN}.initd ${PN} - newconfd "${FILESDIR}"/${PN}.confd ${PN} + newinitd "${FILESDIR}"/lm_sensors.initd lm_sensors + newconfd "${FILESDIR}"/lm_sensors.confd lm_sensors systemd_dounit prog/init/lm_sensors.service newinitd "${FILESDIR}"/fancontrol.initd fancontrol @@ -166,7 +166,7 @@ multilib_src_install_all() { dodoc doc/developers/applications if use contrib; then - insinto /usr/share/${PN} + insinto /usr/share/lm_sensors doins -r "${S}"/configs fi } @@ -208,7 +208,7 @@ pkg_postinst() { elog "Please run \`/usr/sbin/sensors-detect' in order to setup" elog "\"/etc/modules-load.d/lm_sensors.conf\"." elog "" - elog "You might want to add ${PN} to your default runlevel to make" + elog "You might want to add lm_sensors to your default runlevel to make" elog "sure the sensors get initialized on the next startup." elog "" elog "Be warned, the probing of hardware in your system performed by" diff --git a/sys-apps/lm_sensors/lm_sensors-3.5.0_p20190505.ebuild b/sys-apps/lm_sensors/lm_sensors-3.5.0_p20190505.ebuild index c63ff098149..f84df9880d5 100644 --- a/sys-apps/lm_sensors/lm_sensors-3.5.0_p20190505.ebuild +++ b/sys-apps/lm_sensors/lm_sensors-3.5.0_p20190505.ebuild @@ -146,8 +146,8 @@ multilib_src_install() { } multilib_src_install_all() { - newinitd "${FILESDIR}"/${PN}.initd ${PN} - newconfd "${FILESDIR}"/${PN}.confd ${PN} + newinitd "${FILESDIR}"/lm_sensors.initd lm_sensors + newconfd "${FILESDIR}"/lm_sensors.confd lm_sensors systemd_dounit prog/init/lm_sensors.service newinitd "${FILESDIR}"/fancontrol.initd fancontrol @@ -166,7 +166,7 @@ multilib_src_install_all() { dodoc doc/developers/applications if use contrib; then - insinto /usr/share/${PN} + insinto /usr/share/lm_sensors doins -r "${S}"/configs fi } @@ -208,7 +208,7 @@ pkg_postinst() { elog "Please run \`/usr/sbin/sensors-detect' in order to setup" elog "\"/etc/modules-load.d/lm_sensors.conf\"." elog "" - elog "You might want to add ${PN} to your default runlevel to make" + elog "You might want to add lm_sensors to your default runlevel to make" elog "sure the sensors get initialized on the next startup." elog "" elog "Be warned, the probing of hardware in your system performed by"