xfce-extra/xfce4-sensors-plugin: Update for lm_sensors → lm-sensors
authorMichał Górny <mgorny@gentoo.org>
Wed, 11 Sep 2019 08:48:19 +0000 (10:48 +0200)
committerMichał Górny <mgorny@gentoo.org>
Thu, 12 Sep 2019 14:28:53 +0000 (16:28 +0200)
Closes: https://github.com/gentoo/gentoo/pull/12903
Signed-off-by: Michał Górny <mgorny@gentoo.org>
xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.0-r1.ebuild
xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.92-r1.ebuild

index b34896e279f6c0b10382f8adaeff4f87117ae891..9d8815f02a9292d9816749b8f0c38427715f23af 100644 (file)
@@ -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)
index e0f3cbc4637197a4dd6cca4e1799f0f974a1baf6..16b568dc0ee591185b062c5bfc48d434361866d2 100644 (file)
@@ -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)