public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ettore Di Giacinto" <mudler@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/mate-sensors-applet/
Date: Sun, 14 Jan 2018 10:52:03 +0000 (UTC)	[thread overview]
Message-ID: <1515927069.a9bff0c8a7c436443736213216cd8c55898b9304.mudler@gentoo> (raw)

commit:     a9bff0c8a7c436443736213216cd8c55898b9304
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 24 05:53:10 2017 +0000
Commit:     Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
CommitDate: Sun Jan 14 10:51:09 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=a9bff0c8

mate-extra/mate-sensors-applet: Drop dead video_cards_fglrx

 mate-extra/mate-sensors-applet/mate-sensors-applet-1.12.1.ebuild | 7 +++----
 mate-extra/mate-sensors-applet/mate-sensors-applet-1.14.0.ebuild | 7 +++----
 mate-extra/mate-sensors-applet/mate-sensors-applet-1.16.0.ebuild | 7 +++----
 mate-extra/mate-sensors-applet/mate-sensors-applet-1.18.2.ebuild | 5 ++---
 4 files changed, 11 insertions(+), 15 deletions(-)

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
index c684aa2..186a36d 100644
--- 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
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -15,7 +15,7 @@ DESCRIPTION="MATE panel applet to display readings from hardware sensors"
 LICENSE="GPL-2"
 SLOT="0"
 
-IUSE="+dbus gtk3 hddtemp libnotify lm_sensors video_cards_fglrx video_cards_nvidia"
+IUSE="+dbus gtk3 hddtemp libnotify lm_sensors video_cards_nvidia"
 
 RDEPEND="app-text/rarian:0
 	>=dev-libs/glib-2.36:2
@@ -32,7 +32,6 @@ RDEPEND="app-text/rarian:0
 		!dbus? ( >=app-admin/hddtemp-0.3_beta13:0 ) )
 	libnotify? ( >=x11-libs/libnotify-0.7:0 )
 	lm_sensors? ( sys-apps/lm_sensors:0 )
-	video_cards_fglrx? ( x11-drivers/ati-drivers:* )
 	video_cards_nvidia? ( || (
 		>=x11-drivers/nvidia-drivers-100.14.09:0[static-libs,tools]
 		media-video/nvidia-settings:0
@@ -58,10 +57,10 @@ src_configure() {
 
 	mate_src_configure \
 		--disable-static \
+		--without-aticonfig \
 		--with-gtk=$(usex gtk3 3.0 2.0) \
 		$(use_enable libnotify) \
 		$(use_with lm_sensors libsensors) \
-		$(use_with video_cards_fglrx aticonfig) \
 		$(use_with video_cards_nvidia nvidia) \
 		${udisks}
 }

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
index e0fb417..4e3e539 100644
--- 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
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -15,7 +15,7 @@ DESCRIPTION="MATE panel applet to display readings from hardware sensors"
 LICENSE="GPL-2"
 SLOT="0"
 
-IUSE="+dbus gtk3 hddtemp libnotify lm_sensors video_cards_fglrx video_cards_nvidia"
+IUSE="+dbus gtk3 hddtemp libnotify lm_sensors video_cards_nvidia"
 
 COMMON_DEPEND=">=dev-libs/glib-2.36:2
 	>=mate-base/mate-panel-1.6[gtk3(-)=]
@@ -31,7 +31,6 @@ COMMON_DEPEND=">=dev-libs/glib-2.36:2
 		!dbus? ( >=app-admin/hddtemp-0.3_beta13:0 ) )
 	libnotify? ( >=x11-libs/libnotify-0.7:0 )
 	lm_sensors? ( sys-apps/lm_sensors:0 )
-	video_cards_fglrx? ( x11-drivers/ati-drivers:* )
 	video_cards_nvidia? ( || (
 		>=x11-drivers/nvidia-drivers-100.14.09:0[static-libs,tools]
 		media-video/nvidia-settings:0
@@ -60,10 +59,10 @@ src_configure() {
 
 	mate_src_configure \
 		--disable-static \
+		--without-aticonfig \
 		--with-gtk=$(usex gtk3 3.0 2.0) \
 		$(use_enable libnotify) \
 		$(use_with lm_sensors libsensors) \
-		$(use_with video_cards_fglrx aticonfig) \
 		$(use_with video_cards_nvidia nvidia) \
 		${udisks}
 }

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
index e0fb417..4e3e539 100644
--- 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
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -15,7 +15,7 @@ DESCRIPTION="MATE panel applet to display readings from hardware sensors"
 LICENSE="GPL-2"
 SLOT="0"
 
-IUSE="+dbus gtk3 hddtemp libnotify lm_sensors video_cards_fglrx video_cards_nvidia"
+IUSE="+dbus gtk3 hddtemp libnotify lm_sensors video_cards_nvidia"
 
 COMMON_DEPEND=">=dev-libs/glib-2.36:2
 	>=mate-base/mate-panel-1.6[gtk3(-)=]
@@ -31,7 +31,6 @@ COMMON_DEPEND=">=dev-libs/glib-2.36:2
 		!dbus? ( >=app-admin/hddtemp-0.3_beta13:0 ) )
 	libnotify? ( >=x11-libs/libnotify-0.7:0 )
 	lm_sensors? ( sys-apps/lm_sensors:0 )
-	video_cards_fglrx? ( x11-drivers/ati-drivers:* )
 	video_cards_nvidia? ( || (
 		>=x11-drivers/nvidia-drivers-100.14.09:0[static-libs,tools]
 		media-video/nvidia-settings:0
@@ -60,10 +59,10 @@ src_configure() {
 
 	mate_src_configure \
 		--disable-static \
+		--without-aticonfig \
 		--with-gtk=$(usex gtk3 3.0 2.0) \
 		$(use_enable libnotify) \
 		$(use_with lm_sensors libsensors) \
-		$(use_with video_cards_fglrx aticonfig) \
 		$(use_with video_cards_nvidia nvidia) \
 		${udisks}
 }

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
index 0c55ffc..ae9fb50 100644
--- 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
@@ -15,7 +15,7 @@ DESCRIPTION="MATE panel applet to display readings from hardware sensors"
 LICENSE="GPL-2"
 SLOT="0"
 
-IUSE="+dbus hddtemp libnotify lm_sensors video_cards_fglrx video_cards_nvidia"
+IUSE="+dbus hddtemp libnotify lm_sensors video_cards_nvidia"
 
 COMMON_DEPEND=">=dev-libs/glib-2.36:2
 	>=mate-base/mate-panel-1.17.0
@@ -30,7 +30,6 @@ COMMON_DEPEND=">=dev-libs/glib-2.36:2
 		!dbus? ( >=app-admin/hddtemp-0.3_beta13:0 ) )
 	libnotify? ( >=x11-libs/libnotify-0.7:0 )
 	lm_sensors? ( sys-apps/lm_sensors:0 )
-	video_cards_fglrx? ( x11-drivers/ati-drivers:* )
 	video_cards_nvidia? ( || (
 		>=x11-drivers/nvidia-drivers-100.14.09:0[static-libs,tools]
 		media-video/nvidia-settings:0
@@ -59,9 +58,9 @@ src_configure() {
 
 	mate_src_configure \
 		--disable-static \
+		--without-aticonfig \
 		$(use_enable libnotify) \
 		$(use_with lm_sensors libsensors) \
-		$(use_with video_cards_fglrx aticonfig) \
 		$(use_with video_cards_nvidia nvidia) \
 		${udisks}
 }


             reply	other threads:[~2018-01-14 10:52 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-14 10:52 Ettore Di Giacinto [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-06-10  0:24 [gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/mate-sensors-applet/ Adam Feldman
2021-06-10  0:24 Adam Feldman
2020-09-07 18:08 Adam Feldman
2020-09-07 18:08 Adam Feldman
2020-09-02  5:55 Adam Feldman
2020-04-09 22:52 Adam Feldman
2018-02-11 13:49 Ettore Di Giacinto
2018-01-14 10:52 Ettore Di Giacinto
2018-01-14 10:52 Ettore Di Giacinto
2017-09-27  3:18 NP Hardass
2017-05-14 10:30 Ettore Di Giacinto
2017-03-16 16:17 Ettore Di Giacinto
2016-11-29 19:49 Ettore Di Giacinto
2016-11-22 11:11 Ettore Di Giacinto
2016-10-15  2:22 NP Hardass
2016-10-15  2:22 NP Hardass
2016-09-10 18:56 NP Hardass
2016-06-17 17:39 NP Hardass
2016-03-26  2:37 NP Hardass
2016-02-05 16:10 NP Hardass
2015-12-31  6:27 NP Hardass

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1515927069.a9bff0c8a7c436443736213216cd8c55898b9304.mudler@gentoo \
    --to=mudler@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox