[gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/mate-sensors-applet/

2021-06-09 Thread Adam Feldman
commit: 4a33b1ff8ebe70a4b10c4f4db7b1e7ec64c85202
Author: Adam Feldman  gentoo  org>
AuthorDate: Wed Jun  9 23:47:37 2021 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Jun  9 23:47:37 2021 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=4a33b1ff

mate-extra/mate-sensors-applet: Stabilize 1.24.1 for amd64,x86

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Adam Feldman  gentoo.org>

 mate-extra/mate-sensors-applet/mate-sensors-applet-1.24.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.24.1.ebuild 
b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.24.1.ebuild
index eea8796..429b41a 100644
--- a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.24.1.ebuild
+++ b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.24.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ MATE_LA_PUNT="yes"
 inherit mate
 
 if [[ ${PV} !=  ]]; then
-   KEYWORDS="~amd64 ~arm ~x86"
+   KEYWORDS="amd64 ~arm x86"
 fi
 
 DESCRIPTION="MATE panel applet to display readings from hardware sensors"



[gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/mate-sensors-applet/

2021-06-09 Thread Adam Feldman
commit: 4f6c7095cd3c3d1f6c57b99b9909f362445e5384
Author: Adam Feldman  gentoo  org>
AuthorDate: Wed Jun  9 23:47:43 2021 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Jun  9 23:47:43 2021 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=4f6c7095

mate-extra/mate-sensors-applet: Drop old

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Adam Feldman  gentoo.org>

 mate-extra/mate-sensors-applet/Manifest|  1 -
 .../mate-sensors-applet-1.24.0.ebuild  | 65 --
 2 files changed, 66 deletions(-)

diff --git a/mate-extra/mate-sensors-applet/Manifest 
b/mate-extra/mate-sensors-applet/Manifest
index 3c30bb2..ba5b4f7 100644
--- a/mate-extra/mate-sensors-applet/Manifest
+++ b/mate-extra/mate-sensors-applet/Manifest
@@ -1,2 +1 @@
-DIST mate-sensors-applet-1.24.0.tar.xz 580536 BLAKE2B 
a72198917a3b87c1a9ed941aa272cab7439bcd07cb1bb2dbadb0fcd21bb5d6f1cc05986800de7d0f68c2c260cf9556f1e239a2ad2fd01bec8bdccad0180117b2
 SHA512 
039834b7cfe641e670e372e311da3d737254ab3cf13b27e71c6555888ac1165766fe2d940bcea44a5ceed5f0ddcd3390d01331d927121137c21a6647c68875c2
 DIST mate-sensors-applet-1.24.1.tar.xz 578964 BLAKE2B 
e9a7eacb032738014c3e91595ae1f2673973b20c09fd02bd186aa5468773a1322022fbb245b9ec6e9c987405014b91e0f7c12e072f9c3ba6cd9df32c1ee99703
 SHA512 
3bf21d501e067a2ce002c5149f42161cc6917609ceb2396b705e905987cb4d989725ca825c6de7bbe4e950f7a01e755c2cd5b45532d6f65aef690f394741489a

diff --git a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.24.0.ebuild 
b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.24.0.ebuild
deleted file mode 100644
index 7f07d8d..000
--- a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.24.0.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MATE_LA_PUNT="yes"
-
-inherit mate
-
-if [[ ${PV} !=  ]]; then
-   KEYWORDS="amd64 ~arm x86"
-fi
-
-DESCRIPTION="MATE panel applet to display readings from hardware sensors"
-LICENSE="FDL-1.1+ GPL-2+"
-SLOT="0"
-
-IUSE="+dbus hddtemp libnotify lm-sensors video_cards_nvidia"
-
-COMMON_DEPEND="
-   >=dev-libs/glib-2.50:2
-   >=mate-base/mate-panel-1.17.0
-   >=x11-libs/cairo-1.0.4
-   x11-libs/gdk-pixbuf:2
-   >=x11-libs/gtk+-3.22:3
-   hddtemp? ( >=app-admin/hddtemp-0.3_beta13 )
-   libnotify? ( >=x11-libs/libnotify-0.7 )
-   lm-sensors? ( sys-apps/lm-sensors )
-   video_cards_nvidia? ( || (
-   >=x11-drivers/nvidia-drivers-100.14.09:0[static-libs,tools]
-   ) )
-"
-
-RDEPEND="${COMMON_DEPEND}
-   virtual/libintl
-"
-
-DEPEND="${COMMON_DEPEND}
-   app-text/rarian
-   >=app-text/scrollkeeper-dtd-1:1.0
-   app-text/yelp-tools
-   >=sys-devel/gettext-0.19.8:*
-   virtual/pkgconfig:*
-"
-
-PDEPEND="hddtemp? ( dbus? ( sys-fs/udisks:2 ) )"
-
-src_configure() {
-   local udisks
-
-   if use hddtemp && use dbus; then
-   udisks="--enable-udisks2"
-   else
-   udisks="--disable-udisks2"
-   fi
-
-   mate_src_configure \
-   --disable-netbsd \
-   --disable-static \
-   --without-aticonfig \
-   $(use_enable libnotify) \
-   $(use_with lm-sensors libsensors) \
-   $(use_with video_cards_nvidia nvidia) \
-   ${udisks}
-}



[gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/mate-sensors-applet/

2020-09-07 Thread Adam Feldman
commit: 4bb0e40b577f1e57627646a1698ff93b0c4c2cac
Author: Adam Feldman  gentoo  org>
AuthorDate: Sun Sep  6 21:41:05 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Mon Sep  7 18:08:25 2020 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=4bb0e40b

mate-extra/mate-sensors-applet: Bump to 1.24.1

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Adam Feldman  gentoo.org>

 mate-extra/mate-sensors-applet/Manifest|  1 +
 .../mate-sensors-applet-1.24.1.ebuild  | 62 ++
 2 files changed, 63 insertions(+)

diff --git a/mate-extra/mate-sensors-applet/Manifest 
b/mate-extra/mate-sensors-applet/Manifest
index 044cc1e..23fb5a6 100644
--- a/mate-extra/mate-sensors-applet/Manifest
+++ b/mate-extra/mate-sensors-applet/Manifest
@@ -1,2 +1,3 @@
 DIST mate-sensors-applet-1.22.1.tar.xz 496776 BLAKE2B 
1f3ca3e7b6b48a3bdb4e3b370c65bd34bcbde250d21d2c9214eceadf790d2c1a45f87ccf615387edf9abaad2c3a899a536b78d8afece0574d735d80095c1b595
 SHA512 
4b6e608c92f03051044863f770b295d1526b19a9668513b566e81adeb28bc8524d8f458d114d2b44acf00f20c2f0a8d86b1ca7254fa165fde3b867c75a6b83e6
 DIST mate-sensors-applet-1.24.0.tar.xz 580536 BLAKE2B 
a72198917a3b87c1a9ed941aa272cab7439bcd07cb1bb2dbadb0fcd21bb5d6f1cc05986800de7d0f68c2c260cf9556f1e239a2ad2fd01bec8bdccad0180117b2
 SHA512 
039834b7cfe641e670e372e311da3d737254ab3cf13b27e71c6555888ac1165766fe2d940bcea44a5ceed5f0ddcd3390d01331d927121137c21a6647c68875c2
+DIST mate-sensors-applet-1.24.1.tar.xz 578964 BLAKE2B 
e9a7eacb032738014c3e91595ae1f2673973b20c09fd02bd186aa5468773a1322022fbb245b9ec6e9c987405014b91e0f7c12e072f9c3ba6cd9df32c1ee99703
 SHA512 
3bf21d501e067a2ce002c5149f42161cc6917609ceb2396b705e905987cb4d989725ca825c6de7bbe4e950f7a01e755c2cd5b45532d6f65aef690f394741489a

diff --git a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.24.1.ebuild 
b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.24.1.ebuild
new file mode 100644
index 000..eea8796
--- /dev/null
+++ b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.24.1.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MATE_LA_PUNT="yes"
+
+inherit mate
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+DESCRIPTION="MATE panel applet to display readings from hardware sensors"
+LICENSE="FDL-1.1+ GPL-2+"
+SLOT="0"
+
+IUSE="+dbus hddtemp libnotify lm-sensors video_cards_nvidia"
+
+COMMON_DEPEND="
+   >=dev-libs/glib-2.50:2
+   >=mate-base/mate-panel-1.17.0
+   >=x11-libs/cairo-1.0.4
+   x11-libs/gdk-pixbuf:2
+   >=x11-libs/gtk+-3.22:3
+   hddtemp? ( >=app-admin/hddtemp-0.3_beta13 )
+   libnotify? ( >=x11-libs/libnotify-0.7 )
+   lm-sensors? ( sys-apps/lm-sensors )
+   video_cards_nvidia? ( 
>=x11-drivers/nvidia-drivers-100.14.09:0[static-libs,tools] )
+"
+
+RDEPEND="${COMMON_DEPEND}
+   virtual/libintl
+"
+
+DEPEND="${COMMON_DEPEND}
+   app-text/rarian
+   >=app-text/scrollkeeper-dtd-1:1.0
+   app-text/yelp-tools
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+PDEPEND="hddtemp? ( dbus? ( sys-fs/udisks:2 ) )"
+
+src_configure() {
+   local udisks
+
+   if use hddtemp && use dbus; then
+   udisks="--enable-udisks2"
+   else
+   udisks="--disable-udisks2"
+   fi
+
+   mate_src_configure \
+   --disable-netbsd \
+   --without-aticonfig \
+   $(use_enable libnotify) \
+   $(use_with lm-sensors libsensors) \
+   $(use_with video_cards_nvidia nvidia) \
+   ${udisks}
+}



[gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/mate-sensors-applet/

2020-09-07 Thread Adam Feldman
commit: 359ee31afb8a33155f323fe3aa9f2d6201fe6863
Author: Adam Feldman  gentoo  org>
AuthorDate: Sun Sep  6 21:42:14 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Mon Sep  7 18:08:25 2020 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=359ee31a

mate-extra/mate-sensors-applet: Sync 

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Adam Feldman  gentoo.org>

 mate-extra/mate-sensors-applet/mate-sensors-applet-.ebuild | 9 +++--
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/mate-extra/mate-sensors-applet/mate-sensors-applet-.ebuild 
b/mate-extra/mate-sensors-applet/mate-sensors-applet-.ebuild
index d292f32..eea8796 100644
--- a/mate-extra/mate-sensors-applet/mate-sensors-applet-.ebuild
+++ b/mate-extra/mate-sensors-applet/mate-sensors-applet-.ebuild
@@ -26,9 +26,7 @@ COMMON_DEPEND="
hddtemp? ( >=app-admin/hddtemp-0.3_beta13 )
libnotify? ( >=x11-libs/libnotify-0.7 )
lm-sensors? ( sys-apps/lm-sensors )
-   video_cards_nvidia? ( || (
-   >=x11-drivers/nvidia-drivers-100.14.09:0[static-libs,tools]
-   ) )
+   video_cards_nvidia? ( 
>=x11-drivers/nvidia-drivers-100.14.09:0[static-libs,tools] )
 "
 
 RDEPEND="${COMMON_DEPEND}
@@ -39,8 +37,8 @@ DEPEND="${COMMON_DEPEND}
app-text/rarian
>=app-text/scrollkeeper-dtd-1:1.0
app-text/yelp-tools
-   >=sys-devel/gettext-0.19.8:*
-   virtual/pkgconfig:*
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
 "
 
 PDEPEND="hddtemp? ( dbus? ( sys-fs/udisks:2 ) )"
@@ -56,7 +54,6 @@ src_configure() {
 
mate_src_configure \
--disable-netbsd \
-   --disable-static \
--without-aticonfig \
$(use_enable libnotify) \
$(use_with lm-sensors libsensors) \



[gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/mate-sensors-applet/

2020-09-01 Thread Adam Feldman
commit: 1ee42c16b0a6b872edae90c84ba2e9130ba8d5d0
Author: Adam Feldman  gentoo  org>
AuthorDate: Wed Sep  2 05:34:24 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Sep  2 05:55:37 2020 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=1ee42c16

mate-extra/mate-sensors-applet: Sync with ::gentoo

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Adam Feldman  gentoo.org>

 mate-extra/mate-sensors-applet/mate-sensors-applet-1.24.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.24.0.ebuild 
b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.24.0.ebuild
index d292f32..7f07d8d 100644
--- a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.24.0.ebuild
+++ b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.24.0.ebuild
@@ -8,7 +8,7 @@ MATE_LA_PUNT="yes"
 inherit mate
 
 if [[ ${PV} !=  ]]; then
-   KEYWORDS="~amd64 ~arm ~x86"
+   KEYWORDS="amd64 ~arm x86"
 fi
 
 DESCRIPTION="MATE panel applet to display readings from hardware sensors"



[gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/mate-sensors-applet/

2020-04-09 Thread Adam Feldman
commit: 00e9a6d1ad830fdc36a16beb9238b017d8b8c8bb
Author: Adam Feldman  gentoo  org>
AuthorDate: Mon Mar 30 19:27:32 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Thu Apr  9 22:49:24 2020 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=00e9a6d1

mate-extra/mate-sensors-applet: Drop old, sync with Gentoo

Package-Manager: Portage-2.3.96, Repoman-2.3.21
Signed-off-by: Adam Feldman  gentoo.org>

 mate-extra/mate-sensors-applet/Manifest|  7 +--
 .../mate-sensors-applet-1.12.1.ebuild  | 66 -
 .../mate-sensors-applet-1.14.0.ebuild  | 68 --
 .../mate-sensors-applet-1.16.0.ebuild  | 68 --
 .../mate-sensors-applet-1.16.1.ebuild  | 68 --
 3.ebuild => mate-sensors-applet-1.22.1.ebuild} | 40 ++---
 .../mate-sensors-applet-1.24.0.ebuild  | 65 +
 .../mate-sensors-applet-.ebuild| 51 
 mate-extra/mate-sensors-applet/metadata.xml|  3 -
 9 files changed, 110 insertions(+), 326 deletions(-)

diff --git a/mate-extra/mate-sensors-applet/Manifest 
b/mate-extra/mate-sensors-applet/Manifest
index c57eb97..044cc1e 100644
--- a/mate-extra/mate-sensors-applet/Manifest
+++ b/mate-extra/mate-sensors-applet/Manifest
@@ -1,5 +1,2 @@
-DIST mate-sensors-applet-1.12.1.tar.xz 369492 BLAKE2B 
cdc0bc46639e5234c9ed37cbd62b9439e1dbf1da9d2b377c57502d370e1f6e19a87e307c00a9bfbcde32812fde2804d3c248805f55dcb29b70d10cd38ca08210
 SHA512 
2e96708e4e27d545b0ad010dbd04139c5d340be1138236ba1197c2cf16486005905264e381f8dde75ea6c23c29bd1a0dd03afb5726340cad718d06914d4dd994
-DIST mate-sensors-applet-1.14.0.tar.xz 389960 BLAKE2B 
e220374ac5e56fb0e5fc86c036dd49f509def048421903597d82df8a14ed8877586282880419d168d1319fc05d890f6ffd61cdc49622d53f9dc5d4d51e82332a
 SHA512 
8d1afdb491e3a4a72dbee098ff3383a9562ab47da81d68807cb1fe72ee9f2ccad31cbe355268d7641fc213dcabf8a4527f03e04c4d8a166584730e934f006f5f
-DIST mate-sensors-applet-1.16.0.tar.xz 393436 BLAKE2B 
970cc13e9d08ff76db0e333df17e8f95b798c3538b90b30c43f89c4364b834c8409be7a2c77913c692440ea543dc2e619a715c3d29ac85279f7201515aaab32d
 SHA512 
7fef6e9ef7ef9d4596e0e58217c600a1a800cc483cede875ed60316dda5a51bc98746b4e2a6d650ada8bb3438ab8fc4f7cc451c552df54191152d66e7a7da34a
-DIST mate-sensors-applet-1.16.1.tar.xz 393360 BLAKE2B 
01afa10059a94bcedb0af497203f481dba2fcbf9b9633b3c69ecd1d28ac8894159abc8e26ef61de7ffcfa62d51d7d651adf73f53850b4fe7446aa8b56dadfbd2
 SHA512 
35ea60f7f63b636dc8d8f6fa6f9a8fac516cea6e3005eaaf715f3f5bc3d03f1d04f24fe9f5bbba3edea41498efaa78fdec085f63d1940bc1265e0b1d70da62cc
-DIST mate-sensors-applet-1.18.3.tar.xz 385728 BLAKE2B 
42a38121db367788af906aec08261512b8aa96ad3782c1aca0d29b8371a598855ee0d7a3c63306929d45e4d58fb01e117efd91b4bd6b104c49790ff8e73c292f
 SHA512 
39e23839eebe460a99d002d6f897d3053a6940cb33a24c923790e976b72be7a260cd06be326abbb3917b85b6b6fa779cc5f1c06dbf9c19c45ec3f1bf6a93a96e
+DIST mate-sensors-applet-1.22.1.tar.xz 496776 BLAKE2B 
1f3ca3e7b6b48a3bdb4e3b370c65bd34bcbde250d21d2c9214eceadf790d2c1a45f87ccf615387edf9abaad2c3a899a536b78d8afece0574d735d80095c1b595
 SHA512 
4b6e608c92f03051044863f770b295d1526b19a9668513b566e81adeb28bc8524d8f458d114d2b44acf00f20c2f0a8d86b1ca7254fa165fde3b867c75a6b83e6
+DIST mate-sensors-applet-1.24.0.tar.xz 580536 BLAKE2B 
a72198917a3b87c1a9ed941aa272cab7439bcd07cb1bb2dbadb0fcd21bb5d6f1cc05986800de7d0f68c2c260cf9556f1e239a2ad2fd01bec8bdccad0180117b2
 SHA512 
039834b7cfe641e670e372e311da3d737254ab3cf13b27e71c6555888ac1165766fe2d940bcea44a5ceed5f0ddcd3390d01331d927121137c21a6647c68875c2

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
deleted file mode 100644
index 186a36d..000
--- a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.12.1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MATE_LA_PUNT="yes"
-
-inherit mate
-
-if [[ ${PV} !=  ]]; then
-   KEYWORDS="amd64 ~arm x86"
-fi
-
-DESCRIPTION="MATE panel applet to display readings from hardware sensors"
-LICENSE="GPL-2"
-SLOT="0"
-
-IUSE="+dbus gtk3 hddtemp libnotify lm_sensors video_cards_nvidia"
-
-RDEPEND="app-text/rarian:0
-   >=dev-libs/glib-2.36:2
-   >=mate-base/mate-panel-1.6[gtk3(-)=]
-   >=x11-libs/cairo-1.0.4:0
-   x11-libs/gdk-pixbuf:2
-   virtual/libintl:0
-   !gtk3? ( >=x11-libs/gtk+-2.24:2 )
-   gtk3? ( >=x11-libs/gtk+-3.0:3 )
-   hddtemp? (
-   dbus? (
-   >=dev-libs/dbus-glib-0.80:0
-   >=dev-libs/libatasmart-0.16: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_nvidia? ( || (
-   

[gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/mate-sensors-applet/

2018-02-11 Thread Ettore Di Giacinto
commit: 4d576e8fc563a8b47d8c7ca5d61aa4fad465ea46
Author: Ettore Di Giacinto  gentoo  org>
AuthorDate: Sat Jan 27 17:09:25 2018 +
Commit: Ettore Di Giacinto  gentoo  org>
CommitDate: Sun Feb 11 13:21:30 2018 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=4d576e8f

mate-extra/mate-sensors-applet: Bump to version 1.18.3

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 mate-extra/mate-sensors-applet/Manifest | 2 +-
 ...e-sensors-applet-1.18.2.ebuild => mate-sensors-applet-1.18.3.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/mate-extra/mate-sensors-applet/Manifest 
b/mate-extra/mate-sensors-applet/Manifest
index d2fd15b..c57eb97 100644
--- a/mate-extra/mate-sensors-applet/Manifest
+++ b/mate-extra/mate-sensors-applet/Manifest
@@ -2,4 +2,4 @@ DIST mate-sensors-applet-1.12.1.tar.xz 369492 BLAKE2B 
cdc0bc46639e5234c9ed37cbd6
 DIST mate-sensors-applet-1.14.0.tar.xz 389960 BLAKE2B 
e220374ac5e56fb0e5fc86c036dd49f509def048421903597d82df8a14ed8877586282880419d168d1319fc05d890f6ffd61cdc49622d53f9dc5d4d51e82332a
 SHA512 
8d1afdb491e3a4a72dbee098ff3383a9562ab47da81d68807cb1fe72ee9f2ccad31cbe355268d7641fc213dcabf8a4527f03e04c4d8a166584730e934f006f5f
 DIST mate-sensors-applet-1.16.0.tar.xz 393436 BLAKE2B 
970cc13e9d08ff76db0e333df17e8f95b798c3538b90b30c43f89c4364b834c8409be7a2c77913c692440ea543dc2e619a715c3d29ac85279f7201515aaab32d
 SHA512 
7fef6e9ef7ef9d4596e0e58217c600a1a800cc483cede875ed60316dda5a51bc98746b4e2a6d650ada8bb3438ab8fc4f7cc451c552df54191152d66e7a7da34a
 DIST mate-sensors-applet-1.16.1.tar.xz 393360 BLAKE2B 
01afa10059a94bcedb0af497203f481dba2fcbf9b9633b3c69ecd1d28ac8894159abc8e26ef61de7ffcfa62d51d7d651adf73f53850b4fe7446aa8b56dadfbd2
 SHA512 
35ea60f7f63b636dc8d8f6fa6f9a8fac516cea6e3005eaaf715f3f5bc3d03f1d04f24fe9f5bbba3edea41498efaa78fdec085f63d1940bc1265e0b1d70da62cc
-DIST mate-sensors-applet-1.18.2.tar.xz 397340 BLAKE2B 
1885592426eb1e66a4fd1959088629918ce9a6813081283164e5e53d3a5ec84d84c41453404d865412ba9b3c362f464bb4e7dccd09b2c58258ff9c19adacd71b
 SHA512 
67a998b20924d81490fe7f63f64ceace8298e58a7cf8b8f565f9604b1c063e3cfdf331c6bb6436f5631465bcbf2095c2b9877edeeebb5edb24f93109c50d0245
+DIST mate-sensors-applet-1.18.3.tar.xz 385728 BLAKE2B 
42a38121db367788af906aec08261512b8aa96ad3782c1aca0d29b8371a598855ee0d7a3c63306929d45e4d58fb01e117efd91b4bd6b104c49790ff8e73c292f
 SHA512 
39e23839eebe460a99d002d6f897d3053a6940cb33a24c923790e976b72be7a260cd06be326abbb3917b85b6b6fa779cc5f1c06dbf9c19c45ec3f1bf6a93a96e

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.3.ebuild
similarity index 97%
rename from mate-extra/mate-sensors-applet/mate-sensors-applet-1.18.2.ebuild
rename to mate-extra/mate-sensors-applet/mate-sensors-applet-1.18.3.ebuild
index ae9fb50..1c56adc 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.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6



[gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/mate-sensors-applet/, mate-extra/mate-utils/, mate-extra/mate-calc/, ...

2018-01-20 Thread Ettore Di Giacinto
commit: 26d1eb3c19f35a9630436141ab3fa2deab5f4fcf
Author: Ettore Di Giacinto  gentoo  org>
AuthorDate: Thu Jan 18 20:28:18 2018 +
Commit: Ettore Di Giacinto  gentoo  org>
CommitDate: Sat Jan 20 18:04:15 2018 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=26d1eb3c

Sync with ::gentoo and switch to BLAKE2B hash

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-arch/engrampa/Manifest |  8 
 app-editors/pluma/Manifest |  8 
 app-text/atril/Manifest|  8 
 dev-libs/libmateweather/Manifest   |  8 
 dev-python/python-caja/Manifest|  8 
 mate-base/caja/Manifest| 10 +-
 mate-base/libmatekbd/Manifest  |  8 
 mate-base/mate-applets/Manifest|  8 
 mate-base/mate-common/Manifest |  8 
 mate-base/mate-control-center/Manifest | 10 +-
 mate-base/mate-desktop/Manifest| 10 +-
 mate-base/mate-menus/Manifest  |  8 
 mate-base/mate-panel/Manifest  | 10 +-
 mate-base/mate-session-manager/Manifest| 10 +-
 mate-base/mate-settings-daemon/Manifest| 10 +-
 mate-extra/caja-dropbox/Manifest   |  8 
 mate-extra/caja-extensions/Manifest|  8 
 mate-extra/mate-calc/Manifest  |  2 +-
 mate-extra/mate-indicator-applet/Manifest  |  8 
 mate-extra/mate-media/Manifest |  8 
 mate-extra/mate-netbook/Manifest   |  8 
 mate-extra/mate-polkit/Manifest|  8 
 mate-extra/mate-power-manager/Manifest |  8 
 mate-extra/mate-screensaver/Manifest   |  6 +++---
 mate-extra/mate-sensors-applet/Manifest|  8 
 mate-extra/mate-system-monitor/Manifest|  8 
 mate-extra/mate-user-guide/Manifest|  8 
 mate-extra/mate-user-share/Manifest|  8 
 mate-extra/mate-utils/Manifest |  8 
 media-gfx/eom/Manifest |  8 
 media-libs/libmatemixer/Manifest   |  8 
 net-analyzer/mate-netspeed/Manifest|  2 +-
 x11-misc/mate-notification-daemon/Manifest |  8 
 x11-misc/mozo/Manifest | 10 +-
 x11-terms/mate-terminal/Manifest   |  8 
 x11-themes/mate-backgrounds/Manifest   |  8 
 x11-themes/mate-icon-theme-faenza/Manifest |  8 
 x11-themes/mate-icon-theme/Manifest| 10 +-
 x11-themes/mate-themes/Manifest| 28 ++--
 x11-wm/marco/Manifest  | 10 +-
 40 files changed, 172 insertions(+), 172 deletions(-)

diff --git a/app-arch/engrampa/Manifest b/app-arch/engrampa/Manifest
index 118749d..8b62efc 100644
--- a/app-arch/engrampa/Manifest
+++ b/app-arch/engrampa/Manifest
@@ -1,5 +1,5 @@
-DIST engrampa-1.12.0.tar.xz 1380144 SHA256 
4f1f8b0829000f6bb2d8a53a8da098dc5b177638c6d8e5b3fb52402a4541759c SHA512 
8c694b1f1baab099316f6e5d5ec67ae95171df3a988aee11b0527ae797717e7b3e57fa1ec53cb78e9aa397b1758f768736231ad1bd91c1bb8b2ba2f8f755cfec
 WHIRLPOOL 
b1132440b2d02fd2bfa9c903794113cf7d36eb7e67b4dc3222635dc7c33c459a87885ce1ec7bcdc623db8c75a6d33015ade6faaf3cfa8fd85fc85631d87366da
-DIST engrampa-1.14.1.tar.xz 1417444 SHA256 
43d882e772c53d13856f02e44454927e3bab4c5d77094057572be6972e0310d8 SHA512 
fea510d95fe483f676f66490706aa919b6a62bc20af9e22893304235ce0a38ff006c66494d548a3207dc4cd241cb785abe77652693d1b600e4ca6c8a0a60d763
 WHIRLPOOL 
6793b07c57d91ce73c102fc59b4e18141532f895814b4879547b10db4dec24029185d944cce5f34e8a880e9da2a2e229dfc44cf3d6d95ae264b2207ddcbedb8c
-DIST engrampa-1.16.0.tar.xz 1430028 SHA256 
dd7f11d60693cb77691a589551bcaf4050d4921d996fbbbe3a61ed7fc4072efc SHA512 
d0bf44040b4aa8298137605b632a1b022a69c665cc0324a3358693e7151091f1adba0f6eb01ee04b8ada09977f979ed3c3ed8b3f5314b06d96fede0c4ff37ce2
 WHIRLPOOL 
1f759fbec85e073d156b6f539e23cb3f610bfd38007e88ec640e37e14cab01743adc7cbdaf53ab6776b2ba1886a6b4a6dad6f0a4cd5c735c0998bfa72632242f
+DIST engrampa-1.12.0.tar.xz 1380144 BLAKE2B 
87c8a69d3706489f7f2dfc704212714976ba3bb24954d02b798700be4f5c98bada0eec0e22402f85e3ea4d7852ab6bbb523deeef411887c68f5b998871c72069
 SHA512 
8c694b1f1baab099316f6e5d5ec67ae95171df3a988aee11b0527ae797717e7b3e57fa1ec53cb78e9aa397b1758f768736231ad1bd91c1bb8b2ba2f8f755cfec
+DIST engrampa-1.14.1.tar.xz 1417444 BLAKE2B 
95dd08ba2264fb2ba937be61522cf56da8363fdc4af21c18bd3d8a22609ab0c9a606bda5f16b2795ad6b0b7bd017bf1150a2e31f6c29d9c111362ca93ff0ed65
 SHA512 
fea510d95fe483f676f66490706aa919b6a62bc20af9e22893304235ce0a38ff006c66494d548a3207dc4cd241cb785abe77652693d1b600e4ca6c8a0a60d763
+DIST engrampa-1.16.0.tar.xz 1430028 BLAKE2B 
1ab133d30e44c0c1378197a5453dc9214949d6708203b593314332e51487293d5e43f3d7c0db9e4641878854bf73b51ebd427e7550498fa5fa5e029517dee1d5
 SHA512 

[gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/mate-sensors-applet/

2018-01-14 Thread Ettore Di Giacinto
commit: a9bff0c8a7c436443736213216cd8c55898b9304
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Nov 24 05:53:10 2017 +
Commit: Ettore Di Giacinto  gentoo  org>
CommitDate: Sun Jan 14 10:51:09 2018 +
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 @@ 

[gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/mate-sensors-applet/

2018-01-14 Thread Ettore Di Giacinto
commit: 54a9102d1f10a62d1fe22832fa6c8c20b021f85b
Author: Ettore Di Giacinto  gentoo  org>
AuthorDate: Sat Jan 13 12:02:40 2018 +
Commit: Ettore Di Giacinto  gentoo  org>
CommitDate: Sun Jan 14 10:51:09 2018 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=54a9102d

mate-extra/mate-sensors-applet: Bump version to 1.16.1

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 mate-extra/mate-sensors-applet/Manifest|  1 +
 .../mate-sensors-applet-1.16.1.ebuild  | 68 ++
 2 files changed, 69 insertions(+)

diff --git a/mate-extra/mate-sensors-applet/Manifest 
b/mate-extra/mate-sensors-applet/Manifest
index 6e051f0..b196dfb 100644
--- a/mate-extra/mate-sensors-applet/Manifest
+++ b/mate-extra/mate-sensors-applet/Manifest
@@ -1,4 +1,5 @@
 DIST mate-sensors-applet-1.12.1.tar.xz 369492 SHA256 
94d1eae184d11431a922eabc3210bb192f3686ca75441718ac5ff9e05bd39933 SHA512 
2e96708e4e27d545b0ad010dbd04139c5d340be1138236ba1197c2cf16486005905264e381f8dde75ea6c23c29bd1a0dd03afb5726340cad718d06914d4dd994
 WHIRLPOOL 
5534897f6532fb4d2b8016cd06b2f64bef7b97aca7156062327def9174a9a03e497e2120fb09f0acf36b663256c809db10a30d1edad922a8590e23e32c2e59e6
 DIST mate-sensors-applet-1.14.0.tar.xz 389960 SHA256 
f825e663d409458cc9e6c399ae78140422e3f5f225aa3bebf2e1837434da1a8f SHA512 
8d1afdb491e3a4a72dbee098ff3383a9562ab47da81d68807cb1fe72ee9f2ccad31cbe355268d7641fc213dcabf8a4527f03e04c4d8a166584730e934f006f5f
 WHIRLPOOL 
f1af968c8770482d4a11e6954aa12ae57a939997ffc06ae888672107138fe257af5aeeb99599f0ac47b464cad17f8dee9e24c8dec8720f418ac62a6e5e26cde6
 DIST mate-sensors-applet-1.16.0.tar.xz 393436 SHA256 
878cef0dddc3f77b143e04e5d01f9057fa8a387d1f2bb4ee4f1f5123143ab127 SHA512 
7fef6e9ef7ef9d4596e0e58217c600a1a800cc483cede875ed60316dda5a51bc98746b4e2a6d650ada8bb3438ab8fc4f7cc451c552df54191152d66e7a7da34a
 WHIRLPOOL 
71de0235643d225379b9f1d1e4d57db43e23d866fff96689ab7a36614607509d808789e49e606db0a8579a043e91eef18106b4d0470a012d594cf80d28a7aa70
+DIST mate-sensors-applet-1.16.1.tar.xz 393360 BLAKE2B 
01afa10059a94bcedb0af497203f481dba2fcbf9b9633b3c69ecd1d28ac8894159abc8e26ef61de7ffcfa62d51d7d651adf73f53850b4fe7446aa8b56dadfbd2
 SHA512 
35ea60f7f63b636dc8d8f6fa6f9a8fac516cea6e3005eaaf715f3f5bc3d03f1d04f24fe9f5bbba3edea41498efaa78fdec085f63d1940bc1265e0b1d70da62cc
 DIST mate-sensors-applet-1.18.2.tar.xz 397340 SHA256 
404b609c9363135407525c3dda9e4a2663528ebf68530cf4778e21223c3d4e2e SHA512 
67a998b20924d81490fe7f63f64ceace8298e58a7cf8b8f565f9604b1c063e3cfdf331c6bb6436f5631465bcbf2095c2b9877edeeebb5edb24f93109c50d0245
 WHIRLPOOL 
c5cc39e38e96b8fdaf21ea857c4a0fa4c9055d8f7870e9e20dce590205de14b6e87a9afc2a6846fa7385baaa6eabe373a9706b981905f920217c553b87227f56

diff --git a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.16.1.ebuild 
b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.16.1.ebuild
new file mode 100644
index 000..caab01e
--- /dev/null
+++ b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.16.1.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MATE_LA_PUNT="yes"
+
+inherit mate
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+DESCRIPTION="MATE panel applet to display readings from hardware sensors"
+LICENSE="GPL-2"
+SLOT="0"
+
+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(-)=]
+   >=x11-libs/cairo-1.0.4:0
+   x11-libs/gdk-pixbuf:2
+   virtual/libintl:0
+   !gtk3? ( >=x11-libs/gtk+-2.24:2 )
+   gtk3? ( >=x11-libs/gtk+-3.0:3 )
+   hddtemp? (
+   dbus? (
+   >=dev-libs/dbus-glib-0.80:0
+   >=dev-libs/libatasmart-0.16: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_nvidia? ( || (
+   >=x11-drivers/nvidia-drivers-100.14.09:0[static-libs,tools]
+   media-video/nvidia-settings:0
+   ) )"
+
+RDEPEND="${COMMON_DEPEND}"
+
+DEPEND="${COMMON_DEPEND}
+   app-text/rarian:0
+   >=app-text/scrollkeeper-dtd-1:1.0
+   app-text/yelp-tools:0
+   >=dev-util/intltool-0.50.1:*
+   sys-devel/gettext:*
+   virtual/pkgconfig:*"
+
+PDEPEND="hddtemp? ( dbus? ( sys-fs/udisks:0 ) )"
+
+src_configure() {
+   local udisks
+
+   if use hddtemp && use dbus; then
+   udisks="--enable-udisks"
+   else
+   udisks="--disable-udisks"
+   fi
+
+   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_nvidia nvidia) \
+   ${udisks}
+}



[gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/mate-sensors-applet/

2018-01-14 Thread Ettore Di Giacinto
commit: 6ea2dfdf1293476bcc5e644a771586acf5b21f4e
Author: Ettore Di Giacinto  gentoo  org>
AuthorDate: Sat Jan 13 12:01:56 2018 +
Commit: Ettore Di Giacinto  gentoo  org>
CommitDate: Sun Jan 14 10:51:09 2018 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=6ea2dfdf

mate-extra/mate-sensors-applet: Drop dead video_cards_fglrx from live ebuild

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 mate-extra/mate-sensors-applet/mate-sensors-applet-.ebuild | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/mate-extra/mate-sensors-applet/mate-sensors-applet-.ebuild 
b/mate-extra/mate-sensors-applet/mate-sensors-applet-.ebuild
index 0c55ffc..1c56adc 100644
--- a/mate-extra/mate-sensors-applet/mate-sensors-applet-.ebuild
+++ b/mate-extra/mate-sensors-applet/mate-sensors-applet-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 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 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}
 }



[gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/mate-sensors-applet/

2017-09-26 Thread NP Hardass
commit: 1a2937981edd83c050d7a97ba8f0ceafa097a05e
Author: NP-Hardass  gentoo  org>
AuthorDate: Wed Sep 27 03:13:25 2017 +
Commit: NP Hardass  gentoo  org>
CommitDate: Wed Sep 27 03:13:25 2017 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=1a293798

mate-extra/mate-sensors-applet: Fix inconsistent metadata.xml spacing

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 mate-extra/mate-sensors-applet/metadata.xml | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/mate-extra/mate-sensors-applet/metadata.xml 
b/mate-extra/mate-sensors-applet/metadata.xml
index e385b4b..5cc8495 100644
--- a/mate-extra/mate-sensors-applet/metadata.xml
+++ b/mate-extra/mate-sensors-applet/metadata.xml
@@ -1,14 +1,14 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-m...@gentoo.org
-Gentoo MATE Desktop
-
+   
+   m...@gentoo.org
+   Gentoo MATE Desktop
+   

Build with GTK+3 instead of GTK+2

-
-mate-desktop/mate-sensors-applet
-
+   
+   mate-desktop/mate-sensors-applet
+   
 



[gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/mate-sensors-applet/

2017-05-14 Thread Ettore Di Giacinto
commit: d7fbc7c36c4928819a1a493469b33329209a8854
Author: Ettore Di Giacinto  gentoo  org>
AuthorDate: Sun May 14 10:26:57 2017 +
Commit: Ettore Di Giacinto  gentoo  org>
CommitDate: Sun May 14 10:26:57 2017 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=d7fbc7c3

mate-extra/mate-sensors-applet: Version bump to 1.18.2

Package-Manager: Portage-2.3.3, Repoman-2.3.2

 mate-extra/mate-sensors-applet/Manifest | 2 +-
 ...e-sensors-applet-1.18.0.ebuild => mate-sensors-applet-1.18.2.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/mate-extra/mate-sensors-applet/Manifest 
b/mate-extra/mate-sensors-applet/Manifest
index afae194..6e051f0 100644
--- a/mate-extra/mate-sensors-applet/Manifest
+++ b/mate-extra/mate-sensors-applet/Manifest
@@ -1,4 +1,4 @@
 DIST mate-sensors-applet-1.12.1.tar.xz 369492 SHA256 
94d1eae184d11431a922eabc3210bb192f3686ca75441718ac5ff9e05bd39933 SHA512 
2e96708e4e27d545b0ad010dbd04139c5d340be1138236ba1197c2cf16486005905264e381f8dde75ea6c23c29bd1a0dd03afb5726340cad718d06914d4dd994
 WHIRLPOOL 
5534897f6532fb4d2b8016cd06b2f64bef7b97aca7156062327def9174a9a03e497e2120fb09f0acf36b663256c809db10a30d1edad922a8590e23e32c2e59e6
 DIST mate-sensors-applet-1.14.0.tar.xz 389960 SHA256 
f825e663d409458cc9e6c399ae78140422e3f5f225aa3bebf2e1837434da1a8f SHA512 
8d1afdb491e3a4a72dbee098ff3383a9562ab47da81d68807cb1fe72ee9f2ccad31cbe355268d7641fc213dcabf8a4527f03e04c4d8a166584730e934f006f5f
 WHIRLPOOL 
f1af968c8770482d4a11e6954aa12ae57a939997ffc06ae888672107138fe257af5aeeb99599f0ac47b464cad17f8dee9e24c8dec8720f418ac62a6e5e26cde6
 DIST mate-sensors-applet-1.16.0.tar.xz 393436 SHA256 
878cef0dddc3f77b143e04e5d01f9057fa8a387d1f2bb4ee4f1f5123143ab127 SHA512 
7fef6e9ef7ef9d4596e0e58217c600a1a800cc483cede875ed60316dda5a51bc98746b4e2a6d650ada8bb3438ab8fc4f7cc451c552df54191152d66e7a7da34a
 WHIRLPOOL 
71de0235643d225379b9f1d1e4d57db43e23d866fff96689ab7a36614607509d808789e49e606db0a8579a043e91eef18106b4d0470a012d594cf80d28a7aa70
-DIST mate-sensors-applet-1.18.0.tar.xz 396488 SHA256 
da37ced95eb95699d1ad8e6fad47a8fa721bd0f99ea007203b2ae329606e5b20 SHA512 
2ef5fb3a4a2d5d027f7333a852c87c7cce5ac2fb12229742cc5d2de088bf2ed34cdc3164b98e4c031fc8bf97c6737db848024b5b9968954d7454f58ac49dfbc6
 WHIRLPOOL 
5a525463b959e3f23a92c3911a54cf20b37626623af176775e9ab9d5d45df978ba5e97421abe00095f8ee99a7d4cbe56b28aac6c13bd40a528cf6d972aeb5628
+DIST mate-sensors-applet-1.18.2.tar.xz 397340 SHA256 
404b609c9363135407525c3dda9e4a2663528ebf68530cf4778e21223c3d4e2e SHA512 
67a998b20924d81490fe7f63f64ceace8298e58a7cf8b8f565f9604b1c063e3cfdf331c6bb6436f5631465bcbf2095c2b9877edeeebb5edb24f93109c50d0245
 WHIRLPOOL 
c5cc39e38e96b8fdaf21ea857c4a0fa4c9055d8f7870e9e20dce590205de14b6e87a9afc2a6846fa7385baaa6eabe373a9706b981905f920217c553b87227f56

diff --git a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.18.0.ebuild 
b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.18.2.ebuild
similarity index 100%
rename from mate-extra/mate-sensors-applet/mate-sensors-applet-1.18.0.ebuild
rename to mate-extra/mate-sensors-applet/mate-sensors-applet-1.18.2.ebuild



[gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/mate-sensors-applet/

2016-11-29 Thread Ettore Di Giacinto
commit: 9c6b1a9f97c0119e7b171d5cc9ea2d2a1969eec0
Author: Ettore Di Giacinto  gentoo  org>
AuthorDate: Thu Nov 10 21:02:20 2016 +
Commit: Ettore Di Giacinto  gentoo  org>
CommitDate: Tue Nov 29 18:44:47 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=9c6b1a9f

mate-extra/mate-sensors-applet: version bump to 1.16.0

Package-Manager: portage-2.3.1

 mate-extra/mate-sensors-applet/Manifest|  1 +
 .../mate-sensors-applet-1.16.0.ebuild  | 70 ++
 2 files changed, 71 insertions(+)

diff --git a/mate-extra/mate-sensors-applet/Manifest 
b/mate-extra/mate-sensors-applet/Manifest
index 13869b5..038c6fe 100644
--- a/mate-extra/mate-sensors-applet/Manifest
+++ b/mate-extra/mate-sensors-applet/Manifest
@@ -1,2 +1,3 @@
 DIST mate-sensors-applet-1.12.1.tar.xz 369492 SHA256 
94d1eae184d11431a922eabc3210bb192f3686ca75441718ac5ff9e05bd39933 SHA512 
2e96708e4e27d545b0ad010dbd04139c5d340be1138236ba1197c2cf16486005905264e381f8dde75ea6c23c29bd1a0dd03afb5726340cad718d06914d4dd994
 WHIRLPOOL 
5534897f6532fb4d2b8016cd06b2f64bef7b97aca7156062327def9174a9a03e497e2120fb09f0acf36b663256c809db10a30d1edad922a8590e23e32c2e59e6
 DIST mate-sensors-applet-1.14.0.tar.xz 389960 SHA256 
f825e663d409458cc9e6c399ae78140422e3f5f225aa3bebf2e1837434da1a8f SHA512 
8d1afdb491e3a4a72dbee098ff3383a9562ab47da81d68807cb1fe72ee9f2ccad31cbe355268d7641fc213dcabf8a4527f03e04c4d8a166584730e934f006f5f
 WHIRLPOOL 
f1af968c8770482d4a11e6954aa12ae57a939997ffc06ae888672107138fe257af5aeeb99599f0ac47b464cad17f8dee9e24c8dec8720f418ac62a6e5e26cde6
+DIST mate-sensors-applet-1.16.0.tar.xz 393436 SHA256 
878cef0dddc3f77b143e04e5d01f9057fa8a387d1f2bb4ee4f1f5123143ab127 SHA512 
7fef6e9ef7ef9d4596e0e58217c600a1a800cc483cede875ed60316dda5a51bc98746b4e2a6d650ada8bb3438ab8fc4f7cc451c552df54191152d66e7a7da34a
 WHIRLPOOL 
71de0235643d225379b9f1d1e4d57db43e23d866fff96689ab7a36614607509d808789e49e606db0a8579a043e91eef18106b4d0470a012d594cf80d28a7aa70

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
new file mode 100644
index 000..31a691d
--- /dev/null
+++ b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.16.0.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+MATE_LA_PUNT="yes"
+
+inherit mate
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+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"
+
+COMMON_DEPEND=">=dev-libs/glib-2.36:2
+   >=mate-base/mate-panel-1.6[gtk3(-)=]
+   >=x11-libs/cairo-1.0.4:0
+   x11-libs/gdk-pixbuf:2
+   virtual/libintl:0
+   !gtk3? ( >=x11-libs/gtk+-2.24:2 )
+   gtk3? ( >=x11-libs/gtk+-3.0:3 )
+   hddtemp? (
+   dbus? (
+   >=dev-libs/dbus-glib-0.80:0
+   >=dev-libs/libatasmart-0.16: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
+   ) )"
+
+RDEPEND="${COMMON_DEPEND}"
+
+DEPEND="${COMMON_DEPEND}
+   app-text/rarian:0
+   >=app-text/scrollkeeper-dtd-1:1.0
+   app-text/yelp-tools:0
+   >=dev-util/intltool-0.50.1:*
+   sys-devel/gettext:*
+   virtual/pkgconfig:*"
+
+PDEPEND="hddtemp? ( dbus? ( sys-fs/udisks:0 ) )"
+
+src_configure() {
+   local udisks
+
+   if use hddtemp && use dbus; then
+   udisks="--enable-udisks"
+   else
+   udisks="--disable-udisks"
+   fi
+
+   mate_src_configure \
+   --disable-static \
+   --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}
+}



[gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/mate-sensors-applet/

2016-11-22 Thread Ettore Di Giacinto
commit: 49b0d9b96c3ef2a53d06144ba6e80440a6b1facd
Author: Ettore Di Giacinto  gentoo  org>
AuthorDate: Fri Oct 21 19:21:41 2016 +
Commit: Ettore Di Giacinto  gentoo  org>
CommitDate: Tue Nov 22 11:10:40 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=49b0d9b9

mate-extra/mate-sensors-applet: Drop 1.10.x

Package-Manager: portage-2.3.1

 mate-extra/mate-sensors-applet/Manifest|  1 -
 .../mate-sensors-applet-1.10.4-r1.ebuild   | 72 --
 2 files changed, 73 deletions(-)

diff --git a/mate-extra/mate-sensors-applet/Manifest 
b/mate-extra/mate-sensors-applet/Manifest
index 2685d91..13869b5 100644
--- a/mate-extra/mate-sensors-applet/Manifest
+++ b/mate-extra/mate-sensors-applet/Manifest
@@ -1,3 +1,2 @@
-DIST mate-sensors-applet-1.10.4.tar.xz 377664 SHA256 
dbcada771877ddbfd9c95945e6e776dcf6789ab2f74920c0be6daa283858d795 SHA512 
3f6521d605f66cc0c836a605988415293af0b63ddf0ef3ace4712c136f8da1394b95ccc8ca2ead454a706d36711d067d38b7cfc1c0c4dce8952363770e373e0b
 WHIRLPOOL 
e4a0d0fef7578d258afc3125ece56ad02092339f3b4f0f074fd1909d2ec252ec6b1e7d0901d4277c50675b3ccb1fcd997bd0eb457d980c4dff9f4f30934f
 DIST mate-sensors-applet-1.12.1.tar.xz 369492 SHA256 
94d1eae184d11431a922eabc3210bb192f3686ca75441718ac5ff9e05bd39933 SHA512 
2e96708e4e27d545b0ad010dbd04139c5d340be1138236ba1197c2cf16486005905264e381f8dde75ea6c23c29bd1a0dd03afb5726340cad718d06914d4dd994
 WHIRLPOOL 
5534897f6532fb4d2b8016cd06b2f64bef7b97aca7156062327def9174a9a03e497e2120fb09f0acf36b663256c809db10a30d1edad922a8590e23e32c2e59e6
 DIST mate-sensors-applet-1.14.0.tar.xz 389960 SHA256 
f825e663d409458cc9e6c399ae78140422e3f5f225aa3bebf2e1837434da1a8f SHA512 
8d1afdb491e3a4a72dbee098ff3383a9562ab47da81d68807cb1fe72ee9f2ccad31cbe355268d7641fc213dcabf8a4527f03e04c4d8a166584730e934f006f5f
 WHIRLPOOL 
f1af968c8770482d4a11e6954aa12ae57a939997ffc06ae888672107138fe257af5aeeb99599f0ac47b464cad17f8dee9e24c8dec8720f418ac62a6e5e26cde6

diff --git 
a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.10.4-r1.ebuild 
b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.10.4-r1.ebuild
deleted file mode 100644
index 90fa3f2..000
--- a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.10.4-r1.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2 eutils versionator
-
-MATE_BRANCH="$(get_version_component_range 1-2)"
-
-SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz;
-DESCRIPTION="MATE panel applet to display readings from hardware sensors"
-HOMEPAGE="http://mate-desktop.org;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-
-IUSE="+dbus hddtemp libnotify lm_sensors video_cards_fglrx video_cards_nvidia"
-
-RDEPEND="app-text/rarian:0
-   >=dev-libs/glib-2.36:2
-   >=mate-base/mate-panel-1.10:0
-   >=x11-libs/cairo-1.0.4:0
-   x11-libs/gdk-pixbuf:2
-   >=x11-libs/gtk+-2.24:2
-   virtual/libintl:0
-   hddtemp? (
-   dbus? (
-   >=dev-libs/dbus-glib-0.80:0
-   >=dev-libs/libatasmart-0.16: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
-   ) )"
-
-DEPEND="${RDEPEND}
-   >=app-text/scrollkeeper-dtd-1:1.0
-   app-text/yelp-tools:0
-   dev-util/intltool:*
-   sys-devel/gettext:*
-   virtual/pkgconfig:*"
-
-# Requires libxslt only for use by gnome-doc-utils.
-PDEPEND="hddtemp? ( dbus? ( sys-fs/udisks:0 ) )"
-
-src_configure() {
-   local myconf
-
-   if use hddtemp && use dbus; then
-   myconf="${myconf} $(use_enable dbus udisks)"
-   else
-   myconf="${myconf} --disable-udisks"
-   fi
-
-   gnome2_src_configure \
-   --disable-static \
-   $(use_enable libnotify) \
-   $(use_with lm_sensors libsensors) \
-   $(use_with video_cards_fglrx aticonfig) \
-   $(use_with video_cards_nvidia nvidia) \
-   ${myconf}
-}
-
-DOCS="AUTHORS ChangeLog NEWS README TODO"



[gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/mate-sensors-applet/

2016-10-14 Thread NP Hardass
commit: b1ef1ad8f3b044e125c40df5fd117bbd27b16d9c
Author: mudler  sabayon  org>
AuthorDate: Thu Oct 13 21:39:06 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sat Oct 15 01:26:31 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=b1ef1ad8

mate-extra/mate-sensors-applet: Stable on amd64 keyword wrt #596998

Package-Manager: portage-2.3.1
Signed-off-by: NP-Hardass  gentoo.org>

 mate-extra/mate-sensors-applet/mate-sensors-applet-1.12.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 8ba4ae9..8c7bdaa 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
@@ -9,7 +9,7 @@ MATE_LA_PUNT="yes"
 inherit mate
 
 if [[ ${PV} !=  ]]; then
-   KEYWORDS="~amd64 ~arm ~x86"
+   KEYWORDS="amd64 ~arm ~x86"
 fi
 
 DESCRIPTION="MATE panel applet to display readings from hardware sensors"



[gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/mate-sensors-applet/

2016-10-14 Thread NP Hardass
commit: 8aabf918ad017158e7d9dbc844c9aabbaa5bbf29
Author: mudler  sabayon  org>
AuthorDate: Thu Oct 13 21:39:12 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sat Oct 15 01:26:31 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=8aabf918

mate-extra/mate-sensors-applet: Stable on x86 keyword wrt #596998

Package-Manager: portage-2.3.1
Signed-off-by: NP-Hardass  gentoo.org>

 mate-extra/mate-sensors-applet/mate-sensors-applet-1.12.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 8c7bdaa..5b21983 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
@@ -9,7 +9,7 @@ MATE_LA_PUNT="yes"
 inherit mate
 
 if [[ ${PV} !=  ]]; then
-   KEYWORDS="amd64 ~arm ~x86"
+   KEYWORDS="amd64 ~arm x86"
 fi
 
 DESCRIPTION="MATE panel applet to display readings from hardware sensors"



[gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/mate-sensors-applet/

2016-09-10 Thread NP Hardass
commit: 3785aaf912e0aece92d35741f893197ff307458c
Author: mudler  sabayon  org>
AuthorDate: Mon Sep  5 13:40:54 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Mon Sep  5 13:40:54 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=3785aaf9

mate-extra/mate-sensors-applet: Version bump to 1.14.0

Package-Manager: portage-2.2.26

 mate-extra/mate-sensors-applet/Manifest|  1 +
 .../mate-sensors-applet-1.14.0.ebuild  | 70 ++
 2 files changed, 71 insertions(+)

diff --git a/mate-extra/mate-sensors-applet/Manifest 
b/mate-extra/mate-sensors-applet/Manifest
index d4da0be..2685d91 100644
--- a/mate-extra/mate-sensors-applet/Manifest
+++ b/mate-extra/mate-sensors-applet/Manifest
@@ -1,2 +1,3 @@
 DIST mate-sensors-applet-1.10.4.tar.xz 377664 SHA256 
dbcada771877ddbfd9c95945e6e776dcf6789ab2f74920c0be6daa283858d795 SHA512 
3f6521d605f66cc0c836a605988415293af0b63ddf0ef3ace4712c136f8da1394b95ccc8ca2ead454a706d36711d067d38b7cfc1c0c4dce8952363770e373e0b
 WHIRLPOOL 
e4a0d0fef7578d258afc3125ece56ad02092339f3b4f0f074fd1909d2ec252ec6b1e7d0901d4277c50675b3ccb1fcd997bd0eb457d980c4dff9f4f30934f
 DIST mate-sensors-applet-1.12.1.tar.xz 369492 SHA256 
94d1eae184d11431a922eabc3210bb192f3686ca75441718ac5ff9e05bd39933 SHA512 
2e96708e4e27d545b0ad010dbd04139c5d340be1138236ba1197c2cf16486005905264e381f8dde75ea6c23c29bd1a0dd03afb5726340cad718d06914d4dd994
 WHIRLPOOL 
5534897f6532fb4d2b8016cd06b2f64bef7b97aca7156062327def9174a9a03e497e2120fb09f0acf36b663256c809db10a30d1edad922a8590e23e32c2e59e6
+DIST mate-sensors-applet-1.14.0.tar.xz 389960 SHA256 
f825e663d409458cc9e6c399ae78140422e3f5f225aa3bebf2e1837434da1a8f SHA512 
8d1afdb491e3a4a72dbee098ff3383a9562ab47da81d68807cb1fe72ee9f2ccad31cbe355268d7641fc213dcabf8a4527f03e04c4d8a166584730e934f006f5f
 WHIRLPOOL 
f1af968c8770482d4a11e6954aa12ae57a939997ffc06ae888672107138fe257af5aeeb99599f0ac47b464cad17f8dee9e24c8dec8720f418ac62a6e5e26cde6

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
new file mode 100644
index 000..31a691d
--- /dev/null
+++ b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.14.0.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+MATE_LA_PUNT="yes"
+
+inherit mate
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+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"
+
+COMMON_DEPEND=">=dev-libs/glib-2.36:2
+   >=mate-base/mate-panel-1.6[gtk3(-)=]
+   >=x11-libs/cairo-1.0.4:0
+   x11-libs/gdk-pixbuf:2
+   virtual/libintl:0
+   !gtk3? ( >=x11-libs/gtk+-2.24:2 )
+   gtk3? ( >=x11-libs/gtk+-3.0:3 )
+   hddtemp? (
+   dbus? (
+   >=dev-libs/dbus-glib-0.80:0
+   >=dev-libs/libatasmart-0.16: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
+   ) )"
+
+RDEPEND="${COMMON_DEPEND}"
+
+DEPEND="${COMMON_DEPEND}
+   app-text/rarian:0
+   >=app-text/scrollkeeper-dtd-1:1.0
+   app-text/yelp-tools:0
+   >=dev-util/intltool-0.50.1:*
+   sys-devel/gettext:*
+   virtual/pkgconfig:*"
+
+PDEPEND="hddtemp? ( dbus? ( sys-fs/udisks:0 ) )"
+
+src_configure() {
+   local udisks
+
+   if use hddtemp && use dbus; then
+   udisks="--enable-udisks"
+   else
+   udisks="--disable-udisks"
+   fi
+
+   mate_src_configure \
+   --disable-static \
+   --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}
+}



[gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/mate-sensors-applet/

2016-06-17 Thread NP Hardass
commit: d7bf3e960d97b0f7986adec6cf4cb6d0109e9bde
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Apr 15 03:22:53 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Fri Jun 17 17:35:28 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=d7bf3e96

mate-extra/mate-sensors-applet: Version bump to 1.12.1, add , add gtk3

Package-Manager: portage-2.2.26

 mate-extra/mate-sensors-applet/Manifest|  1 +
 .../mate-sensors-applet-1.12.1.ebuild  | 68 ++
 .../mate-sensors-applet-.ebuild| 68 ++
 mate-extra/mate-sensors-applet/metadata.xml|  3 +
 4 files changed, 140 insertions(+)

diff --git a/mate-extra/mate-sensors-applet/Manifest 
b/mate-extra/mate-sensors-applet/Manifest
index 55c38c2..d4da0be 100644
--- a/mate-extra/mate-sensors-applet/Manifest
+++ b/mate-extra/mate-sensors-applet/Manifest
@@ -1 +1,2 @@
 DIST mate-sensors-applet-1.10.4.tar.xz 377664 SHA256 
dbcada771877ddbfd9c95945e6e776dcf6789ab2f74920c0be6daa283858d795 SHA512 
3f6521d605f66cc0c836a605988415293af0b63ddf0ef3ace4712c136f8da1394b95ccc8ca2ead454a706d36711d067d38b7cfc1c0c4dce8952363770e373e0b
 WHIRLPOOL 
e4a0d0fef7578d258afc3125ece56ad02092339f3b4f0f074fd1909d2ec252ec6b1e7d0901d4277c50675b3ccb1fcd997bd0eb457d980c4dff9f4f30934f
+DIST mate-sensors-applet-1.12.1.tar.xz 369492 SHA256 
94d1eae184d11431a922eabc3210bb192f3686ca75441718ac5ff9e05bd39933 SHA512 
2e96708e4e27d545b0ad010dbd04139c5d340be1138236ba1197c2cf16486005905264e381f8dde75ea6c23c29bd1a0dd03afb5726340cad718d06914d4dd994
 WHIRLPOOL 
5534897f6532fb4d2b8016cd06b2f64bef7b97aca7156062327def9174a9a03e497e2120fb09f0acf36b663256c809db10a30d1edad922a8590e23e32c2e59e6

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
new file mode 100644
index 000..8ba4ae9
--- /dev/null
+++ b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.12.1.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+MATE_LA_PUNT="yes"
+
+inherit mate
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+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"
+
+RDEPEND="app-text/rarian:0
+   >=dev-libs/glib-2.36:2
+   >=mate-base/mate-panel-1.6[gtk3(-)=]
+   >=x11-libs/cairo-1.0.4:0
+   x11-libs/gdk-pixbuf:2
+   virtual/libintl:0
+   !gtk3? ( >=x11-libs/gtk+-2.24:2 )
+   gtk3? ( >=x11-libs/gtk+-3.0:3 )
+   hddtemp? (
+   dbus? (
+   >=dev-libs/dbus-glib-0.80:0
+   >=dev-libs/libatasmart-0.16: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
+   ) )"
+
+DEPEND="${RDEPEND}
+   >=app-text/scrollkeeper-dtd-1:1.0
+   app-text/yelp-tools:0
+   >=dev-util/intltool-0.50.1:*
+   sys-devel/gettext:*
+   virtual/pkgconfig:*"
+
+PDEPEND="hddtemp? ( dbus? ( sys-fs/udisks:0 ) )"
+
+src_configure() {
+   local udisks
+
+   if use hddtemp && use dbus; then
+   udisks="--enable-udisks"
+   else
+   udisks="--disable-udisks"
+   fi
+
+   mate_src_configure \
+   --disable-static \
+   --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-.ebuild 
b/mate-extra/mate-sensors-applet/mate-sensors-applet-.ebuild
new file mode 100644
index 000..8ba4ae9
--- /dev/null
+++ b/mate-extra/mate-sensors-applet/mate-sensors-applet-.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+MATE_LA_PUNT="yes"
+
+inherit mate
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+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"
+
+RDEPEND="app-text/rarian:0
+   >=dev-libs/glib-2.36:2
+   >=mate-base/mate-panel-1.6[gtk3(-)=]
+   >=x11-libs/cairo-1.0.4:0
+   x11-libs/gdk-pixbuf:2
+   virtual/libintl:0
+   !gtk3? ( 

[gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/mate-sensors-applet/

2016-03-25 Thread NP Hardass
commit: ca9a73b195e6efae113cf18a004c79b7874f8d55
Author: NP-Hardass  gentoo  org>
AuthorDate: Sat Mar 26 02:05:01 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sat Mar 26 02:23:49 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=ca9a73b1

mate-extra/mate-sensors-applet: Drop 1.8.x

Package-Manager: portage-2.2.26

 mate-extra/mate-sensors-applet/Manifest|  1 -
 .../mate-sensors-applet-1.8.0-r1.ebuild| 72 --
 2 files changed, 73 deletions(-)

diff --git a/mate-extra/mate-sensors-applet/Manifest 
b/mate-extra/mate-sensors-applet/Manifest
index c13b754..55c38c2 100644
--- a/mate-extra/mate-sensors-applet/Manifest
+++ b/mate-extra/mate-sensors-applet/Manifest
@@ -1,2 +1 @@
 DIST mate-sensors-applet-1.10.4.tar.xz 377664 SHA256 
dbcada771877ddbfd9c95945e6e776dcf6789ab2f74920c0be6daa283858d795 SHA512 
3f6521d605f66cc0c836a605988415293af0b63ddf0ef3ace4712c136f8da1394b95ccc8ca2ead454a706d36711d067d38b7cfc1c0c4dce8952363770e373e0b
 WHIRLPOOL 
e4a0d0fef7578d258afc3125ece56ad02092339f3b4f0f074fd1909d2ec252ec6b1e7d0901d4277c50675b3ccb1fcd997bd0eb457d980c4dff9f4f30934f
-DIST mate-sensors-applet-1.8.0.tar.xz 352128 SHA256 
9bc6f42eae4b866f83d0fa9566e0111fd379dc6cf9dcc020b1fcca1c8a49d410 SHA512 
8074900157c0d62b060f273fa975efcfa3808afb9c81c44089c1f255ce95ed34744070f98893d7b6bbb16d076ae7b7ddec391ef46459e06646d2586797df85fc
 WHIRLPOOL 
d245ed9cce0a9bd9eed1e3996529227e3fa909ba9dba37975599409783bd7f34ead6ca0d477dbac6d41462c85ba599ecb14f18a80e6ab604a29bfce413289bfe

diff --git a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.8.0-r1.ebuild 
b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.8.0-r1.ebuild
deleted file mode 100644
index 2e38eef..000
--- a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.8.0-r1.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2 eutils versionator
-
-MATE_BRANCH="$(get_version_component_range 1-2)"
-
-SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz;
-DESCRIPTION="MATE panel applet to display readings from hardware sensors"
-HOMEPAGE="http://mate-desktop.org;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="+dbus hddtemp libnotify lm_sensors video_cards_fglrx video_cards_nvidia"
-
-RDEPEND="app-text/rarian:0
-   >=dev-libs/glib-2.26:2
-   >=mate-base/mate-panel-1.8:0
-   >=x11-libs/cairo-1.0.4:0
-   x11-libs/gdk-pixbuf:2
-   >=x11-libs/gtk+-2.14:2
-   virtual/libintl:0
-   hddtemp? (
-   dbus? (
-   >=dev-libs/dbus-glib-0.80:0
-   >=dev-libs/libatasmart-0.16: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
-   ) )"
-
-DEPEND="${RDEPEND}
-   >=app-text/scrollkeeper-dtd-1:1.0
-   app-text/yelp-tools:0
-   dev-util/intltool:*
-   sys-devel/gettext:*
-   virtual/pkgconfig:*"
-
-# Requires libxslt only for use by gnome-doc-utils.
-PDEPEND="hddtemp? ( dbus? ( sys-fs/udisks:0 ) )"
-
-src_configure() {
-   local myconf
-
-   if use hddtemp && use dbus; then
-   myconf="${myconf} $(use_enable dbus udisks)"
-   else
-   myconf="${myconf} --disable-udisks"
-   fi
-
-   gnome2_src_configure \
-   --disable-static \
-   $(use_enable libnotify) \
-   $(use_with lm_sensors libsensors) \
-   $(use_with video_cards_fglrx aticonfig) \
-   $(use_with video_cards_nvidia nvidia) \
-   ${myconf}
-}
-
-DOCS="AUTHORS ChangeLog NEWS README TODO"



[gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/mate-sensors-applet/

2016-02-05 Thread NP Hardass
commit: 72659508249c0406212761f8d8e58a90e2e1805a
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Feb  5 16:09:06 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Fri Feb  5 16:09:06 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=72659508

mate-extra/mate-sensors-applet: Adjust nvidia-driver dep per #562910

Now that NVCtrl can be built from source in the nvidia-driver package,
nvidia-settings can be deprecated in the near future.  This update
makes the package ready for that transition.

Package-Manager: portage-2.2.26

 ...rs-applet-1.10.4.ebuild => mate-sensors-applet-1.10.4-r1.ebuild} | 4 ++--
 ...sors-applet-1.8.0.ebuild => mate-sensors-applet-1.8.0-r1.ebuild} | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.10.4.ebuild 
b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.10.4-r1.ebuild
similarity index 94%
rename from mate-extra/mate-sensors-applet/mate-sensors-applet-1.10.4.ebuild
rename to mate-extra/mate-sensors-applet/mate-sensors-applet-1.10.4-r1.ebuild
index 62b2583..8b53e02 100644
--- a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.10.4.ebuild
+++ b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.10.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -37,7 +37,7 @@ RDEPEND="app-text/rarian: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
+   >=x11-drivers/nvidia-drivers-100.14.09:0[static-libs,tools]
media-video/nvidia-settings:0
) )"
 

diff --git a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.8.0.ebuild 
b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.8.0-r1.ebuild
similarity index 93%
rename from mate-extra/mate-sensors-applet/mate-sensors-applet-1.8.0.ebuild
rename to mate-extra/mate-sensors-applet/mate-sensors-applet-1.8.0-r1.ebuild
index 01d61b1..2e38eef 100644
--- a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.8.0.ebuild
+++ b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.8.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -17,7 +17,7 @@ HOMEPAGE="http://mate-desktop.org;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="~amd64 ~x86"
 
 IUSE="+dbus hddtemp libnotify lm_sensors video_cards_fglrx video_cards_nvidia"
 
@@ -37,7 +37,7 @@ RDEPEND="app-text/rarian: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
+   >=x11-drivers/nvidia-drivers-100.14.09:0[static-libs,tools]
media-video/nvidia-settings:0
) )"
 



[gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/mate-sensors-applet/

2015-12-30 Thread NP Hardass
commit: 38a362f94f04bed93c0472e2d85713b3ddd317aa
Author: Alexander van der Meij  gliese  me>
AuthorDate: Wed Sep 23 05:27:45 2015 +
Commit: NP Hardass  gentoo  org>
CommitDate: Thu Dec 31 03:19:24 2015 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=38a362f9

mate-extras/mate-sensors-applet: Version bump to 1.10.4

Package-Manager: portage-2.3.6-r9
Manifest-Sign-Key: 0x1CD9411DB2AF18FB
Signed-off-by: NP-Hardass  gentoo.org>

 mate-extra/mate-sensors-applet/Manifest| 28 +
 .../mate-sensors-applet-1.10.4.ebuild  | 72 ++
 2 files changed, 87 insertions(+), 13 deletions(-)

diff --git a/mate-extra/mate-sensors-applet/Manifest 
b/mate-extra/mate-sensors-applet/Manifest
index 94a06cf..0e30ebf 100644
--- a/mate-extra/mate-sensors-applet/Manifest
+++ b/mate-extra/mate-sensors-applet/Manifest
@@ -1,24 +1,26 @@
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA256
 
+DIST mate-sensors-applet-1.10.4.tar.xz 377664 SHA256 
dbcada771877ddbfd9c95945e6e776dcf6789ab2f74920c0be6daa283858d795 SHA512 
3f6521d605f66cc0c836a605988415293af0b63ddf0ef3ace4712c136f8da1394b95ccc8ca2ead454a706d36711d067d38b7cfc1c0c4dce8952363770e373e0b
 WHIRLPOOL 
e4a0d0fef7578d258afc3125ece56ad02092339f3b4f0f074fd1909d2ec252ec6b1e7d0901d4277c50675b3ccb1fcd997bd0eb457d980c4dff9f4f30934f
 DIST mate-sensors-applet-1.8.0.tar.xz 352128 SHA256 
9bc6f42eae4b866f83d0fa9566e0111fd379dc6cf9dcc020b1fcca1c8a49d410 SHA512 
8074900157c0d62b060f273fa975efcfa3808afb9c81c44089c1f255ce95ed34744070f98893d7b6bbb16d076ae7b7ddec391ef46459e06646d2586797df85fc
 WHIRLPOOL 
d245ed9cce0a9bd9eed1e3996529227e3fa909ba9dba37975599409783bd7f34ead6ca0d477dbac6d41462c85ba599ecb14f18a80e6ab604a29bfce413289bfe
+EBUILD mate-sensors-applet-1.10.4.ebuild 1775 SHA256 
38e1356ce24590586c907c19d5b3656545a38f6f5cd82e740af93c8aa4f01606 SHA512 
2f0230f71d1df830b0eb9c0100da14c2244a8a98d163789dd08370be20bcaf7660d16e52053043b922bf27a90f487fbea2999c1460465011dddf14c22bf20593
 WHIRLPOOL 
2fc8d3b7e66536d6e0d79c2f4a5ec0c48a4d6bf1a46aab68fc28c4364297691ebf50a27337dd4a834cf82eb861ba4d15f8310b0d267ab61f6a8f8a1e24ae5f3f
 EBUILD mate-sensors-applet-1.8.0.ebuild 1772 SHA256 
117c86172ec099005832fc140467fce97f3a9f38d2384ebf52f356a82978403c SHA512 
44243bd4e40e860ee169d301d5f78402386f4051fabaec67b3142547e4b2a3daee96bb90a521919287c05426690aa5ae074ec5637a1d652dd5f9069335f37c8a
 WHIRLPOOL 
48a4cffeecc46656fa3f04a8a42d170b58fcc7f77b89c1c43415c85911449a8f0376976e06c61f3b30e59b70e301c578c1a751b503d6cf680431e260f26a94ef
 MISC ChangeLog 1766 SHA256 
2a59c70e65c16b7e231831193ca380a56ab475b56dc7df9d19319f578c839c90 SHA512 
5645fa93e4c93b2fb7a87a1b374d2203df08298390f89b8d0b8f74ccace66c69e96508eab20adf7715cf2141f74fea10334375bc022a8e045bba3805b2bd7402
 WHIRLPOOL 
9e7bda65939a154f158c03ab789bce9196e77648e16cb00e6f6f6946fde7e560dc5b8051b61a178da5fe4de95ceb608e6d6b7317d6c237dbbae639d85ecd5cf5
 MISC metadata.xml 270 SHA256 
6746c6cc4826bba198db09f22ee574d2789284b9e609046d84697ad027523b53 SHA512 
ffaac135cd0f50999a32d419fce1d7c6b3c1b46f2fbfec5772153ebc98a265df9dfc5843bdcd650f7efd4017aea332bc207ca6f93185111d1ae86bbac09c527f
 WHIRLPOOL 
7064e75898f6cfbf1b4181535ad16623e69c2f74236612af16a1ae2725c8f999e42f9cc348714c1a6d2c74fc47163016e4a7546f4c46120bf0b3d4dac39c25af
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v2
 
-iQIcBAEBCAAGBQJWAOEWAAoJEBzZQR2yrxj7LgIQALL31RvqHqT55m22Dm1qjY3U
-oFcKI2vumhPYMYE4QVNCuFEt+xRTWyVcq2zbwpkSi4rCnY45mULiFgalHAy0qeMq
-dGxG6Z/QDeQSiiYaexRvbRKxlvW/DRF1T0PfbdGMIYN6U1OI39hmEk2euZu7eQNq
-bsCq67qzTqCpmsfu8nJrFsNOege6WBcYaF+khAW4TJ5AwZmnMw9il1p+NNC3RQjy
-GPdxcOgpsTWPVXz7mxXt5SdPACoOCHp9ZYM6Zlq6+/GXa4A8BEFCOHHSZm74/gHH
-pOFYand8JHJkFQOKhw4hanOCENmYGuxS19qg6zcyZKNq4cvEiBxhCaViYmvzZKaL
-iSB69iLNZSulAzkNzMf1pvvmU2qZyOa/isJH0w9HEg7MXGb/WPqPNfilo4BiILuV
-5iAojHFwPP687uc6tNUaKYog8SIY/lr/IBewMmJBL4To4llcjJwPnAtvs6m5C1Ry
-00PMjjIhFlt4VbkL/FFfgO/cSpQOpYr810STXrYW6fbvt6qcfS1Uhohb1Y8kqfh2
-BJsN4NbLFIdUnboFGxzX0Sx9FhI7yqWbTjfq8ATrN8nh7KnGsA0Vi/Xf2uGKy6iV
-oxc37H8uZymULz+xLCEh38io8XIGwrKFSzeFC6xT6toivvbcEG66y1WvSWZ1ncTu
-w371SXJEc15d+Lk5gVji
-=wOuF
+iQIcBAEBCAAGBQJWhJhMAAoJEBzZQR2yrxj7ilEQAL+vL2HRXY8kT8gRwHRdqG3W
+b1lyxmNwnvnrOOX0yh2MEqoDrKa2a//EAS4qUOWLiRmNkVl7TkiKkJ481IhzHQ11
+NsdQ8ykmZHakHxjrvrJDYCaVWaAeau1RHw7/xhlAayWSjgaWE/YHL182RodSrn5R
+EG5Z0/LaBDS9EkSV2PrLCU7jX09NnSFfXjP7H3wpHKD7xITOzvAJMMKqohMI1dyz
+QTC15FRrVJJCRbzY3YS99DXDCh7dQWsishN2lU5Msv1lS3nuTgod0uoEUju/YJUP
+uDJEBXfXf0t5BrAWZR7aqvKSCMOLlCOeyQe/ZEXpEXoFG4mP+eDYkUbnpX5n1cHI
+0XDmj2a+dB6KJYofxTEkwV/uoS6v9b8YSmcmzhK8o18sNDetdEnCap4vyVsJP0t7
+vETrknpJlTd5RpwBPPPk+lSqDtQTQMdNW1QFWr730JiSULcnFIBSt3z6oEYLohBI
+W4hgHTg8Zn1RVzQ9lC6rJSu7sHDD1IuWONNFvlc3sgMxZOtkDH7EJeStQESP/wPT
+Q3Z4IfVSxV1vX1G2XcUs1FQ37KVAxlsz9lzqW3691Fl6+sGTSC2YEVWNIvgcpM0x
+tRobDXxv11H7ajQR5svD2FI/dtpWWwXGKdCs0v8j/ErOFFfUNVerGoq7XSx6EP4s
+e8n+ecqVveIac2S6vPqJ
+=qoXm
 -END PGP SIGNATURE-

diff --git a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.10.4.ebuild