From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 81354138330 for ; Sat, 13 Jan 2018 13:17:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C6F6E09BC; Sat, 13 Jan 2018 13:17:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4A83AE09BC for ; Sat, 13 Jan 2018 13:17:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A6E6A335C56 for ; Sat, 13 Jan 2018 13:17:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C82C61BA for ; Sat, 13 Jan 2018 13:17:22 +0000 (UTC) From: "Ettore Di Giacinto" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ettore Di Giacinto" Message-ID: <1515844685.af3b3bd85ad7b8d37d21352069dab015fef4f059.mudler@gentoo> Subject: [gentoo-commits] proj/gentoo-mate:1.16-stable commit in: mate-extra/mate-sensors-applet/ X-VCS-Repository: proj/gentoo-mate X-VCS-Files: mate-extra/mate-sensors-applet/mate-sensors-applet-1.12.1.ebuild mate-extra/mate-sensors-applet/mate-sensors-applet-1.14.0.ebuild mate-extra/mate-sensors-applet/mate-sensors-applet-1.16.0.ebuild mate-extra/mate-sensors-applet/mate-sensors-applet-1.18.2.ebuild X-VCS-Directories: mate-extra/mate-sensors-applet/ X-VCS-Committer: mudler X-VCS-Committer-Name: Ettore Di Giacinto X-VCS-Revision: af3b3bd85ad7b8d37d21352069dab015fef4f059 X-VCS-Branch: 1.16-stable Date: Sat, 13 Jan 2018 13:17:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c713fc17-df36-48aa-97af-f7d671d3a7b7 X-Archives-Hash: f6b29061d543fba72a712e97f8149a8a commit: af3b3bd85ad7b8d37d21352069dab015fef4f059 Author: Matt Turner gentoo org> AuthorDate: Fri Nov 24 05:53:10 2017 +0000 Commit: Ettore Di Giacinto gentoo org> CommitDate: Sat Jan 13 11:58:05 2018 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=af3b3bd8 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} }