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 BE947138334 for ; Wed, 11 Sep 2019 10:05:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9542E0B46; Wed, 11 Sep 2019 09:56:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 2E16DE0B40 for ; Wed, 11 Sep 2019 09:56:57 +0000 (UTC) Received: from localhost.localdomain (c134-66.icpnet.pl [85.221.134.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: mgorny) by smtp.gentoo.org (Postfix) with ESMTPSA id B33A334B046; Wed, 11 Sep 2019 09:56:55 +0000 (UTC) From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= To: gentoo-dev@lists.gentoo.org Cc: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Subject: [gentoo-dev] [PATCH 25/25] =?UTF-8?q?xfce-extra/xfce4-sensors-plugin:=20Update?= =?UTF-8?q?=20for=20lm=5Fsensors=20=E2=86=92=20lm-sensors?= Date: Wed, 11 Sep 2019 11:56:19 +0200 Message-Id: <20190911095619.46317-26-mgorny@gentoo.org> X-Mailer: git-send-email 2.23.0 In-Reply-To: <20190911095619.46317-1-mgorny@gentoo.org> References: <20190911095619.46317-1-mgorny@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Archives-Salt: af12bd7c-b411-4819-bf81-db5e266437ff X-Archives-Hash: 94055ca7685e275faf9968ffb69992ba Signed-off-by: Michał Górny --- .../xfce4-sensors-plugin-1.3.0-r1.ebuild | 10 +++++----- .../xfce4-sensors-plugin-1.3.92-r1.ebuild | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.0-r1.ebuild b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.0-r1.ebuild index b34896e279f6..9d8815f02a92 100644 --- a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.0-r1.ebuild +++ b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.0-r1.ebuild @@ -5,16 +5,16 @@ EAPI=6 inherit gnome2-utils -DESCRIPTION="A panel plug-in for acpi, lm_sensors and hddtemp sensors" +DESCRIPTION="A panel plug-in for acpi, lm-sensors and hddtemp sensors" HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin" SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~ppc x86" -IUSE="+acpi hddtemp libnotify lm_sensors video_cards_nvidia" +IUSE="+acpi hddtemp libnotify lm-sensors video_cards_nvidia" -REQUIRED_USE="|| ( hddtemp lm_sensors acpi )" +REQUIRED_USE="|| ( hddtemp lm-sensors acpi )" RDEPEND=">=x11-libs/gtk+-3.20:3= >=xfce-base/libxfce4ui-4.12:=[gtk3(+)] @@ -28,7 +28,7 @@ RDEPEND=">=x11-libs/gtk+-3.20:3= ) ) libnotify? ( >=x11-libs/libnotify-0.7:= ) - lm_sensors? ( >=sys-apps/lm_sensors-3.1.0:= ) + lm-sensors? ( >=sys-apps/lm-sensors-3.1.0:= ) video_cards_nvidia? ( x11-drivers/nvidia-drivers[tools,static-libs] )" DEPEND="${RDEPEND} @@ -40,7 +40,7 @@ DOCS=( AUTHORS ChangeLog NEWS NOTES README TODO ) src_configure() { local myconf=( --libexecdir="${EPREFIX}"/usr/$(get_libdir) - $(use_enable lm_sensors libsensors) + $(use_enable lm-sensors libsensors) $(use_enable hddtemp) $(use_enable hddtemp netcat) $(use_enable acpi procacpi) diff --git a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.92-r1.ebuild b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.92-r1.ebuild index e0f3cbc46371..16b568dc0ee5 100644 --- a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.92-r1.ebuild +++ b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.92-r1.ebuild @@ -5,16 +5,16 @@ EAPI=6 inherit gnome2-utils -DESCRIPTION="A panel plug-in for acpi, lm_sensors and hddtemp sensors" +DESCRIPTION="A panel plug-in for acpi, lm-sensors and hddtemp sensors" HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin" SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2" LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="+acpi hddtemp libnotify lm_sensors video_cards_nvidia" +IUSE="+acpi hddtemp libnotify lm-sensors video_cards_nvidia" -REQUIRED_USE="|| ( hddtemp lm_sensors acpi )" +REQUIRED_USE="|| ( hddtemp lm-sensors acpi )" RDEPEND=">=x11-libs/gtk+-3.20:3= >=xfce-base/libxfce4ui-4.12:=[gtk3(+)] @@ -28,7 +28,7 @@ RDEPEND=">=x11-libs/gtk+-3.20:3= ) ) libnotify? ( >=x11-libs/libnotify-0.7:= ) - lm_sensors? ( >=sys-apps/lm_sensors-3.1.0:= ) + lm-sensors? ( >=sys-apps/lm-sensors-3.1.0:= ) video_cards_nvidia? ( x11-drivers/nvidia-drivers[tools,static-libs] )" DEPEND="${RDEPEND} @@ -40,7 +40,7 @@ DOCS=( AUTHORS ChangeLog NEWS NOTES README TODO ) src_configure() { local myconf=( --libexecdir="${EPREFIX}"/usr/$(get_libdir) - $(use_enable lm_sensors libsensors) + $(use_enable lm-sensors libsensors) $(use_enable hddtemp) $(use_enable hddtemp netcat) $(use_enable acpi procacpi) -- 2.23.0