Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-sensors-plugin/
Date: Thu, 12 Sep 2019 14:29:13
Message-Id: 1568298533.e639d76a35db43a872bae02c26e7c30097205042.mgorny@gentoo
1 commit: e639d76a35db43a872bae02c26e7c30097205042
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 11 08:48:19 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 12 14:28:53 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e639d76a
7
8 xfce-extra/xfce4-sensors-plugin: Update for lm_sensors → lm-sensors
9
10 Closes: https://github.com/gentoo/gentoo/pull/12903
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 .../xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.0-r1.ebuild | 10 +++++-----
14 .../xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.92-r1.ebuild | 10 +++++-----
15 2 files changed, 10 insertions(+), 10 deletions(-)
16
17 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
18 index b34896e279f..9d8815f02a9 100644
19 --- a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.0-r1.ebuild
20 +++ b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.0-r1.ebuild
21 @@ -5,16 +5,16 @@ EAPI=6
22
23 inherit gnome2-utils
24
25 -DESCRIPTION="A panel plug-in for acpi, lm_sensors and hddtemp sensors"
26 +DESCRIPTION="A panel plug-in for acpi, lm-sensors and hddtemp sensors"
27 HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin"
28 SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
29
30 LICENSE="GPL-2"
31 SLOT="0"
32 KEYWORDS="amd64 ~ppc x86"
33 -IUSE="+acpi hddtemp libnotify lm_sensors video_cards_nvidia"
34 +IUSE="+acpi hddtemp libnotify lm-sensors video_cards_nvidia"
35
36 -REQUIRED_USE="|| ( hddtemp lm_sensors acpi )"
37 +REQUIRED_USE="|| ( hddtemp lm-sensors acpi )"
38
39 RDEPEND=">=x11-libs/gtk+-3.20:3=
40 >=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
41 @@ -28,7 +28,7 @@ RDEPEND=">=x11-libs/gtk+-3.20:3=
42 )
43 )
44 libnotify? ( >=x11-libs/libnotify-0.7:= )
45 - lm_sensors? ( >=sys-apps/lm_sensors-3.1.0:= )
46 + lm-sensors? ( >=sys-apps/lm-sensors-3.1.0:= )
47 video_cards_nvidia? ( x11-drivers/nvidia-drivers[tools,static-libs] )"
48
49 DEPEND="${RDEPEND}
50 @@ -40,7 +40,7 @@ DOCS=( AUTHORS ChangeLog NEWS NOTES README TODO )
51 src_configure() {
52 local myconf=(
53 --libexecdir="${EPREFIX}"/usr/$(get_libdir)
54 - $(use_enable lm_sensors libsensors)
55 + $(use_enable lm-sensors libsensors)
56 $(use_enable hddtemp)
57 $(use_enable hddtemp netcat)
58 $(use_enable acpi procacpi)
59
60 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
61 index e0f3cbc4637..16b568dc0ee 100644
62 --- a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.92-r1.ebuild
63 +++ b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.92-r1.ebuild
64 @@ -5,16 +5,16 @@ EAPI=6
65
66 inherit gnome2-utils
67
68 -DESCRIPTION="A panel plug-in for acpi, lm_sensors and hddtemp sensors"
69 +DESCRIPTION="A panel plug-in for acpi, lm-sensors and hddtemp sensors"
70 HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin"
71 SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
72
73 LICENSE="GPL-2+"
74 SLOT="0"
75 KEYWORDS="~amd64 ~ppc ~x86"
76 -IUSE="+acpi hddtemp libnotify lm_sensors video_cards_nvidia"
77 +IUSE="+acpi hddtemp libnotify lm-sensors video_cards_nvidia"
78
79 -REQUIRED_USE="|| ( hddtemp lm_sensors acpi )"
80 +REQUIRED_USE="|| ( hddtemp lm-sensors acpi )"
81
82 RDEPEND=">=x11-libs/gtk+-3.20:3=
83 >=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
84 @@ -28,7 +28,7 @@ RDEPEND=">=x11-libs/gtk+-3.20:3=
85 )
86 )
87 libnotify? ( >=x11-libs/libnotify-0.7:= )
88 - lm_sensors? ( >=sys-apps/lm_sensors-3.1.0:= )
89 + lm-sensors? ( >=sys-apps/lm-sensors-3.1.0:= )
90 video_cards_nvidia? ( x11-drivers/nvidia-drivers[tools,static-libs] )"
91
92 DEPEND="${RDEPEND}
93 @@ -40,7 +40,7 @@ DOCS=( AUTHORS ChangeLog NEWS NOTES README TODO )
94 src_configure() {
95 local myconf=(
96 --libexecdir="${EPREFIX}"/usr/$(get_libdir)
97 - $(use_enable lm_sensors libsensors)
98 + $(use_enable lm-sensors libsensors)
99 $(use_enable hddtemp)
100 $(use_enable hddtemp netcat)
101 $(use_enable acpi procacpi)