Gentoo Archives: gentoo-dev

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