diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-09-11 10:48:19 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-09-12 16:28:53 +0200 |
commit | e639d76a35db43a872bae02c26e7c30097205042 (patch) | |
tree | cf17df78a77b6306e835ef0216ce09868a14beed /xfce-extra/xfce4-sensors-plugin | |
parent | x11-plugins/wmgtemp: Update for lm_sensors → lm-sensors (diff) | |
download | gentoo-e639d76a35db43a872bae02c26e7c30097205042.tar.gz gentoo-e639d76a35db43a872bae02c26e7c30097205042.tar.bz2 gentoo-e639d76a35db43a872bae02c26e7c30097205042.zip |
xfce-extra/xfce4-sensors-plugin: Update for lm_sensors → lm-sensors
Closes: https://github.com/gentoo/gentoo/pull/12903
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-extra/xfce4-sensors-plugin')
-rw-r--r-- | xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.0-r1.ebuild | 10 | ||||
-rw-r--r-- | xfce-extra/xfce4-sensors-plugin/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) |