Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-sensors-applet/
Date: Fri, 24 Nov 2017 06:06:36
Message-Id: 1511503571.b805766bd86fba1c7665e3befcfcd0d6a41366dc.mattst88@gentoo
1 commit: b805766bd86fba1c7665e3befcfcd0d6a41366dc
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 24 05:53:10 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 24 06:06:11 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b805766b
7
8 mate-extra/mate-sensors-applet: Drop dead video_cards_fglrx
9
10 mate-extra/mate-sensors-applet/mate-sensors-applet-1.12.1.ebuild | 7 +++----
11 mate-extra/mate-sensors-applet/mate-sensors-applet-1.14.0.ebuild | 7 +++----
12 mate-extra/mate-sensors-applet/mate-sensors-applet-1.16.0.ebuild | 7 +++----
13 mate-extra/mate-sensors-applet/mate-sensors-applet-1.18.2.ebuild | 5 ++---
14 4 files changed, 11 insertions(+), 15 deletions(-)
15
16 diff --git a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.12.1.ebuild b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.12.1.ebuild
17 index c684aa2eaa9..186a36d76bf 100644
18 --- a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.12.1.ebuild
19 +++ b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.12.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -15,7 +15,7 @@ DESCRIPTION="MATE panel applet to display readings from hardware sensors"
27 LICENSE="GPL-2"
28 SLOT="0"
29
30 -IUSE="+dbus gtk3 hddtemp libnotify lm_sensors video_cards_fglrx video_cards_nvidia"
31 +IUSE="+dbus gtk3 hddtemp libnotify lm_sensors video_cards_nvidia"
32
33 RDEPEND="app-text/rarian:0
34 >=dev-libs/glib-2.36:2
35 @@ -32,7 +32,6 @@ RDEPEND="app-text/rarian:0
36 !dbus? ( >=app-admin/hddtemp-0.3_beta13:0 ) )
37 libnotify? ( >=x11-libs/libnotify-0.7:0 )
38 lm_sensors? ( sys-apps/lm_sensors:0 )
39 - video_cards_fglrx? ( x11-drivers/ati-drivers:* )
40 video_cards_nvidia? ( || (
41 >=x11-drivers/nvidia-drivers-100.14.09:0[static-libs,tools]
42 media-video/nvidia-settings:0
43 @@ -58,10 +57,10 @@ src_configure() {
44
45 mate_src_configure \
46 --disable-static \
47 + --without-aticonfig \
48 --with-gtk=$(usex gtk3 3.0 2.0) \
49 $(use_enable libnotify) \
50 $(use_with lm_sensors libsensors) \
51 - $(use_with video_cards_fglrx aticonfig) \
52 $(use_with video_cards_nvidia nvidia) \
53 ${udisks}
54 }
55
56 diff --git a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.14.0.ebuild b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.14.0.ebuild
57 index e0fb417cc7d..4e3e5391b77 100644
58 --- a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.14.0.ebuild
59 +++ b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.14.0.ebuild
60 @@ -1,4 +1,4 @@
61 -# Copyright 1999-2016 Gentoo Foundation
62 +# Copyright 1999-2017 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64
65 EAPI=6
66 @@ -15,7 +15,7 @@ DESCRIPTION="MATE panel applet to display readings from hardware sensors"
67 LICENSE="GPL-2"
68 SLOT="0"
69
70 -IUSE="+dbus gtk3 hddtemp libnotify lm_sensors video_cards_fglrx video_cards_nvidia"
71 +IUSE="+dbus gtk3 hddtemp libnotify lm_sensors video_cards_nvidia"
72
73 COMMON_DEPEND=">=dev-libs/glib-2.36:2
74 >=mate-base/mate-panel-1.6[gtk3(-)=]
75 @@ -31,7 +31,6 @@ COMMON_DEPEND=">=dev-libs/glib-2.36:2
76 !dbus? ( >=app-admin/hddtemp-0.3_beta13:0 ) )
77 libnotify? ( >=x11-libs/libnotify-0.7:0 )
78 lm_sensors? ( sys-apps/lm_sensors:0 )
79 - video_cards_fglrx? ( x11-drivers/ati-drivers:* )
80 video_cards_nvidia? ( || (
81 >=x11-drivers/nvidia-drivers-100.14.09:0[static-libs,tools]
82 media-video/nvidia-settings:0
83 @@ -60,10 +59,10 @@ src_configure() {
84
85 mate_src_configure \
86 --disable-static \
87 + --without-aticonfig \
88 --with-gtk=$(usex gtk3 3.0 2.0) \
89 $(use_enable libnotify) \
90 $(use_with lm_sensors libsensors) \
91 - $(use_with video_cards_fglrx aticonfig) \
92 $(use_with video_cards_nvidia nvidia) \
93 ${udisks}
94 }
95
96 diff --git a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.16.0.ebuild b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.16.0.ebuild
97 index e0fb417cc7d..4e3e5391b77 100644
98 --- a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.16.0.ebuild
99 +++ b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.16.0.ebuild
100 @@ -1,4 +1,4 @@
101 -# Copyright 1999-2016 Gentoo Foundation
102 +# Copyright 1999-2017 Gentoo Foundation
103 # Distributed under the terms of the GNU General Public License v2
104
105 EAPI=6
106 @@ -15,7 +15,7 @@ DESCRIPTION="MATE panel applet to display readings from hardware sensors"
107 LICENSE="GPL-2"
108 SLOT="0"
109
110 -IUSE="+dbus gtk3 hddtemp libnotify lm_sensors video_cards_fglrx video_cards_nvidia"
111 +IUSE="+dbus gtk3 hddtemp libnotify lm_sensors video_cards_nvidia"
112
113 COMMON_DEPEND=">=dev-libs/glib-2.36:2
114 >=mate-base/mate-panel-1.6[gtk3(-)=]
115 @@ -31,7 +31,6 @@ COMMON_DEPEND=">=dev-libs/glib-2.36:2
116 !dbus? ( >=app-admin/hddtemp-0.3_beta13:0 ) )
117 libnotify? ( >=x11-libs/libnotify-0.7:0 )
118 lm_sensors? ( sys-apps/lm_sensors:0 )
119 - video_cards_fglrx? ( x11-drivers/ati-drivers:* )
120 video_cards_nvidia? ( || (
121 >=x11-drivers/nvidia-drivers-100.14.09:0[static-libs,tools]
122 media-video/nvidia-settings:0
123 @@ -60,10 +59,10 @@ src_configure() {
124
125 mate_src_configure \
126 --disable-static \
127 + --without-aticonfig \
128 --with-gtk=$(usex gtk3 3.0 2.0) \
129 $(use_enable libnotify) \
130 $(use_with lm_sensors libsensors) \
131 - $(use_with video_cards_fglrx aticonfig) \
132 $(use_with video_cards_nvidia nvidia) \
133 ${udisks}
134 }
135
136 diff --git a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.18.2.ebuild b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.18.2.ebuild
137 index 0c55ffc6fb8..ae9fb50d660 100644
138 --- a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.18.2.ebuild
139 +++ b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.18.2.ebuild
140 @@ -15,7 +15,7 @@ DESCRIPTION="MATE panel applet to display readings from hardware sensors"
141 LICENSE="GPL-2"
142 SLOT="0"
143
144 -IUSE="+dbus hddtemp libnotify lm_sensors video_cards_fglrx video_cards_nvidia"
145 +IUSE="+dbus hddtemp libnotify lm_sensors video_cards_nvidia"
146
147 COMMON_DEPEND=">=dev-libs/glib-2.36:2
148 >=mate-base/mate-panel-1.17.0
149 @@ -30,7 +30,6 @@ COMMON_DEPEND=">=dev-libs/glib-2.36:2
150 !dbus? ( >=app-admin/hddtemp-0.3_beta13:0 ) )
151 libnotify? ( >=x11-libs/libnotify-0.7:0 )
152 lm_sensors? ( sys-apps/lm_sensors:0 )
153 - video_cards_fglrx? ( x11-drivers/ati-drivers:* )
154 video_cards_nvidia? ( || (
155 >=x11-drivers/nvidia-drivers-100.14.09:0[static-libs,tools]
156 media-video/nvidia-settings:0
157 @@ -59,9 +58,9 @@ src_configure() {
158
159 mate_src_configure \
160 --disable-static \
161 + --without-aticonfig \
162 $(use_enable libnotify) \
163 $(use_with lm_sensors libsensors) \
164 - $(use_with video_cards_fglrx aticonfig) \
165 $(use_with video_cards_nvidia nvidia) \
166 ${udisks}
167 }