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: Sat, 13 Apr 2019 18:40:42
Message-Id: 1555180825.4540c237788687d00f7cd01e0ebb47985976887e.mgorny@gentoo
1 commit: 4540c237788687d00f7cd01e0ebb47985976887e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 13 18:30:19 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 13 18:40:25 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4540c237
7
8 xfce-extra/xfce4-sensors-plugin: Permit more netcat variants
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 ...-plugin-1.3.0.ebuild => xfce4-sensors-plugin-1.3.0-r1.ebuild} | 9 ++++++++-
13 ...lugin-1.3.92.ebuild => xfce4-sensors-plugin-1.3.92-r1.ebuild} | 9 ++++++++-
14 2 files changed, 16 insertions(+), 2 deletions(-)
15
16 diff --git a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.0.ebuild b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.0-r1.ebuild
17 similarity index 92%
18 rename from xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.0.ebuild
19 rename to xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.0-r1.ebuild
20 index cb49206fd12..b34896e279f 100644
21 --- a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.0.ebuild
22 +++ b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.0-r1.ebuild
23 @@ -19,7 +19,14 @@ REQUIRED_USE="|| ( hddtemp lm_sensors acpi )"
24 RDEPEND=">=x11-libs/gtk+-3.20:3=
25 >=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
26 >=xfce-base/xfce4-panel-4.12:=
27 - hddtemp? ( app-admin/hddtemp net-analyzer/gnu-netcat )
28 + hddtemp? (
29 + app-admin/hddtemp
30 + || (
31 + net-analyzer/openbsd-netcat
32 + net-analyzer/netcat
33 + net-analyzer/gnu-netcat
34 + )
35 + )
36 libnotify? ( >=x11-libs/libnotify-0.7:= )
37 lm_sensors? ( >=sys-apps/lm_sensors-3.1.0:= )
38 video_cards_nvidia? ( x11-drivers/nvidia-drivers[tools,static-libs] )"
39
40 diff --git a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.92.ebuild b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.92-r1.ebuild
41 similarity index 92%
42 rename from xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.92.ebuild
43 rename to xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.92-r1.ebuild
44 index 5339ab77ed2..e0f3cbc4637 100644
45 --- a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.92.ebuild
46 +++ b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.3.92-r1.ebuild
47 @@ -19,7 +19,14 @@ REQUIRED_USE="|| ( hddtemp lm_sensors acpi )"
48 RDEPEND=">=x11-libs/gtk+-3.20:3=
49 >=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
50 >=xfce-base/xfce4-panel-4.12:=
51 - hddtemp? ( app-admin/hddtemp net-analyzer/gnu-netcat )
52 + hddtemp? (
53 + app-admin/hddtemp
54 + || (
55 + net-analyzer/openbsd-netcat
56 + net-analyzer/netcat
57 + net-analyzer/gnu-netcat
58 + )
59 + )
60 libnotify? ( >=x11-libs/libnotify-0.7:= )
61 lm_sensors? ( >=sys-apps/lm_sensors-3.1.0:= )
62 video_cards_nvidia? ( x11-drivers/nvidia-drivers[tools,static-libs] )"