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

2023-12-27 Thread Conrad Kostecki
commit: 09db16c49dcfa0c4dffaa45983bb0532aef9a024
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Tue Dec 26 09:48:36 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu Dec 28 01:03:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09db16c4

mate-extra/mate-sensors-applet: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/34481
Signed-off-by: Conrad Kostecki  gentoo.org>

 ...lang-16-fix-undeclared-function-setlocale.patch | 130 -
 1 file changed, 130 deletions(-)

diff --git 
a/mate-extra/mate-sensors-applet/files/1.26.0-clang-16-fix-undeclared-function-setlocale.patch
 
b/mate-extra/mate-sensors-applet/files/1.26.0-clang-16-fix-undeclared-function-setlocale.patch
deleted file mode 100644
index a0b83dba38b2..
--- 
a/mate-extra/mate-sensors-applet/files/1.26.0-clang-16-fix-undeclared-function-setlocale.patch
+++ /dev/null
@@ -1,130 +0,0 @@
-From 3ff9fb450aa2a28221fcd863bf7913e84eeeb7ba Mon Sep 17 00:00:00 2001
-From: listout 
-Date: Fri, 5 May 2023 11:07:20 +0530
-Subject: [PATCH] unconditionally include stdio.h and locale.h
-
-On musl mate-sensor-applet fails to build with error message saying
-"LC_NUMERIC undeclared". As suggested in issue mate-desktop#123, removing the 
include
-guards around #include  and #include 
-
-Upstream commit: 
https://patch-diff.githubusercontent.com/raw/mate-desktop/mate-sensors-applet/pull/128.patch
-Bug: https://bugs.gentoo.org/896200
-Signed-off-by: Brahmajit Das 
 a/configure.ac
-+++ b/configure.ac
-@@ -38,7 +38,6 @@ AC_SUBST(LIBS)
- AC_CHECK_HEADERS(
-   stdlib.h \
-   string.h \
--  stdio.h \
-   sys/types.h \
-   sys/socket.h \
-   netinet/in.h \
 a/plugins/acpi/acpi-plugin.c
-+++ b/plugins/acpi/acpi-plugin.c
-@@ -21,10 +21,7 @@
- #include 
- #endif /* HAVE_CONFIG_H */
-
--#ifdef HAVE_STDIO_H
- #include 
--#endif /* HAVE_STDIO_H */
--
- #include 
- #include 
- #include "acpi-plugin.h"
 a/plugins/i2c-proc/i2c-proc-plugin.c
-+++ b/plugins/i2c-proc/i2c-proc-plugin.c
-@@ -21,14 +21,8 @@
- #include 
- #endif /* HAVE_CONFIG_H */
-
--#ifdef HAVE_STDIO_H
- #include 
--#endif /* HAVE_STDIO_H */
--
--#ifdef HAVE_LOCALE_H
- #include 
--#endif
--
- #include 
- #include 
- #include "i2c-proc-plugin.h"
 a/plugins/i2c-sys/i2c-sys-plugin.c
-+++ b/plugins/i2c-sys/i2c-sys-plugin.c
-@@ -21,10 +21,7 @@
- #include 
- #endif /* HAVE_CONFIG_H */
-
--#ifdef HAVE_STDIO_H
- #include 
--#endif /* HAVE_STDIO_H */
--
- #include 
- #include 
- #include "i2c-sys-plugin.h"
 a/plugins/i8k/i8k-plugin.c
-+++ b/plugins/i8k/i8k-plugin.c
-@@ -21,10 +21,7 @@
- #include 
- #endif /* HAVE_CONFIG_H */
-
--#ifdef HAVE_STDIO_H
- #include 
--#endif /* HAVE_STDIO_H */
--
- #include 
- #include 
- #include "i8k-plugin.h"
 a/plugins/ibm-acpi/ibm-acpi-plugin.c
-+++ b/plugins/ibm-acpi/ibm-acpi-plugin.c
-@@ -21,10 +21,7 @@
- #include "config.h"
- #endif /* HAVE_CONFIG_H */
-
--#ifdef HAVE_STDIO_H
- #include 
--#endif /* HAVE_STDIO_H */
--
- #include 
- #include 
- #include "ibm-acpi-plugin.h"
 a/plugins/omnibook/omnibook-plugin.c
-+++ b/plugins/omnibook/omnibook-plugin.c
-@@ -21,10 +21,7 @@
- #include "config.h"
- #endif /* HAVE_CONFIG_H */
-
--#ifdef HAVE_STDIO_H
- #include 
--#endif /* HAVE_STDIO_H */
--
- #include 
- #include 
- #include "omnibook-plugin.h"
 a/plugins/pmu-sys/pmu-sys-plugin.c
-+++ b/plugins/pmu-sys/pmu-sys-plugin.c
-@@ -21,10 +21,7 @@
- #include "config.h"
- #endif /* HAVE_CONFIG_H */
-
--#ifdef HAVE_STDIO_H
- #include 
--#endif /* HAVE_STDIO_H */
--
- #include 
- #include 
- #include "pmu-sys-plugin.h"
 a/plugins/smu-sys/smu-sys-plugin.c
-+++ b/plugins/smu-sys/smu-sys-plugin.c
-@@ -21,10 +21,7 @@
- #include "config.h"
- #endif /* HAVE_CONFIG_H */
-
--#ifdef HAVE_STDIO_H
- #include 
--#endif /* HAVE_STDIO_H */
--
- #include 
- #include 
- #include "smu-sys-plugin.h"



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

2023-12-21 Thread Sam James
commit: 757f65466f5e983ca56540dde484f7c6cd6e72b7
Author: Ian Jordan  gmail  com>
AuthorDate: Fri Dec 22 01:44:11 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 22 06:42:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=757f6546

mate-extra/mate-sensors-applet: drop 1.26.0-r1

Signed-off-by: Ian Jordan  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 .../mate-sensors-applet-1.26.0-r1.ebuild   | 65 --
 1 file changed, 65 deletions(-)

diff --git 
a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.26.0-r1.ebuild 
b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.26.0-r1.ebuild
deleted file mode 100644
index 2f70779d29f0..
--- a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.26.0-r1.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MATE_LA_PUNT="yes"
-
-inherit mate
-
-if [[ ${PV} !=  ]]; then
-   KEYWORDS="amd64 ~arm ~loong ~riscv 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
-"
-
-BDEPEND="${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 ) )"
-
-PATCHES=(
-   "${FILESDIR}"/${PV}-clang-16-fix-undeclared-function-setlocale.patch
-)
-
-src_configure() {
-   local udisks
-
-   if use hddtemp && use dbus; then
-   udisks="--enable-udisks2"
-   else
-   udisks="--disable-udisks2"
-   fi
-
-   mate_src_configure \
-   --disable-netbsd \
-   $(use_enable libnotify) \
-   $(use_with lm-sensors libsensors) \
-   $(use_with video_cards_nvidia nvidia) \
-   ${udisks}
-}



[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-sensors-applet/, media-gfx/eom/, mate-extra/mate-user-guide/, ...

2023-12-21 Thread Sam James
commit: 1351ba3350e8706c0c280a76c1f1541668a291a8
Author: Ian Jordan  gmail  com>
AuthorDate: Thu Dec 21 09:13:33 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec 21 11:49:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1351ba33

*/*: unkeyword 1.27

Signed-off-by: Ian Jordan  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/34340
Signed-off-by: Sam James  gentoo.org>

 app-arch/engrampa/engrampa-1.27.1.ebuild   |  9 +++---
 app-editors/pluma/pluma-1.27.0.ebuild  | 10 +--
 mate-base/caja/caja-1.27.2.ebuild  |  7 +++--
 mate-base/libmatekbd/libmatekbd-1.27.1.ebuild  |  5 +++-
 .../mate-applets-meta-1.27.1.ebuild|  9 +++---
 mate-base/mate-applets/mate-applets-1.27.1.ebuild  |  7 -
 mate-base/mate-common/Manifest |  1 -
 mate-base/mate-common/mate-common-1.27.0.ebuild| 32 --
 mate-base/mate-common/mate-common-1.27.1.ebuild|  7 +++--
 .../mate-control-center-1.27.0.ebuild  |  5 +++-
 mate-base/mate-desktop/mate-desktop-1.27.3.ebuild  |  5 +++-
 mate-base/mate-menus/mate-menus-1.27.0.ebuild  |  5 +++-
 mate-base/mate-panel/mate-panel-1.27.2.ebuild  |  5 +++-
 .../mate-session-manager-1.27.0.ebuild |  5 +++-
 .../mate-settings-daemon-1.27.0.ebuild |  5 +++-
 mate-extra/caja-actions/caja-actions-1.27.0.ebuild |  7 +++--
 mate-extra/caja-dropbox/caja-dropbox-1.27.0.ebuild |  7 +++--
 .../caja-extensions/caja-extensions-1.27.0.ebuild  |  5 +++-
 mate-extra/mate-calc/mate-calc-1.27.0.ebuild   |  5 +++-
 .../mate-indicator-applet-1.27.0.ebuild|  5 +++-
 mate-extra/mate-media/mate-media-1.27.0.ebuild |  5 +++-
 mate-extra/mate-netbook/mate-netbook-1.27.0.ebuild |  5 +++-
 mate-extra/mate-polkit/mate-polkit-1.27.1.ebuild   |  5 +++-
 .../mate-power-manager-1.27.0.ebuild   |  5 +++-
 .../mate-screensaver-1.27.0.ebuild |  5 +++-
 .../mate-sensors-applet-1.27.0.ebuild  |  7 +++--
 .../mate-system-monitor-1.27.0.ebuild  |  5 +++-
 .../mate-user-guide/mate-user-guide-1.27.1.ebuild  |  7 +++--
 .../mate-user-share/mate-user-share-1.27.0.ebuild  |  7 +++--
 mate-extra/mate-utils/mate-utils-1.27.0.ebuild |  5 +++-
 media-gfx/eom/eom-1.27.1.ebuild|  5 +++-
 .../mate-notification-daemon-1.27.1.ebuild |  5 +++-
 x11-misc/mozo/mozo-1.27.0.ebuild   |  8 +-
 .../mate-terminal/mate-terminal-1.27.1.ebuild  |  5 +++-
 .../mate-icon-theme/mate-icon-theme-1.27.0.ebuild  |  7 +++--
 x11-wm/marco/marco-1.27.0.ebuild   |  9 --
 36 files changed, 156 insertions(+), 85 deletions(-)

diff --git a/app-arch/engrampa/engrampa-1.27.1.ebuild 
b/app-arch/engrampa/engrampa-1.27.1.ebuild
index 53a74c98f67a..f361b114001a 100644
--- a/app-arch/engrampa/engrampa-1.27.1.ebuild
+++ b/app-arch/engrampa/engrampa-1.27.1.ebuild
@@ -3,12 +3,11 @@
 
 EAPI=8
 
-if [[ ${PV} == * ]]; then
-   EGIT_REPO_URI="https://github.com/mate-desktop/${PN}.git;
-   inherit git-r3
-else
-   SRC_URI="https://github.com/mate-desktop/${PN}/archive/${P}.tar.xz;
+MINOR=$((ver_cut 2) % 2)
+if [[ ${MINOR} -eq 0 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+else
+   KEYWORDS=""
 fi
 
 inherit mate optfeature

diff --git a/app-editors/pluma/pluma-1.27.0.ebuild 
b/app-editors/pluma/pluma-1.27.0.ebuild
index 1b83674dfde5..7e92c61c83a8 100644
--- a/app-editors/pluma/pluma-1.27.0.ebuild
+++ b/app-editors/pluma/pluma-1.27.0.ebuild
@@ -9,9 +9,15 @@ inherit mate python-single-r1 virtualx
 
 DESCRIPTION="Pluma text editor for the MATE desktop"
 
+MINOR=$((ver_cut 2) % 2)
+if [[ ${MINOR} -eq 0 ]]; then
+   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+else
+   KEYWORDS=""
+fi
+
 LICENSE="FDL-1.1+ GPL-2+ LGPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+SLOT=0
 IUSE="+introspection spell test"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 RESTRICT="!test? ( test )"

diff --git a/mate-base/caja/caja-1.27.2.ebuild 
b/mate-base/caja/caja-1.27.2.ebuild
index 3bc355112abe..523cdc92c213 100644
--- a/mate-base/caja/caja-1.27.2.ebuild
+++ b/mate-base/caja/caja-1.27.2.ebuild
@@ -7,8 +7,11 @@ MATE_LA_PUNT="yes"
 
 inherit mate
 
-if [[ ${PV} !=  ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+MINOR=$((ver_cut 2) % 2)
+if [[ ${MINOR} -eq 0 ]]; then
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+else
+   KEYWORDS=""
 fi
 
 DESCRIPTION="Caja file manager for the MATE desktop"

diff --git a/mate-base/libmatekbd/libmatekbd-1.27.1.ebuild 
b/mate-base/libmatekbd/libmatekbd-1.27.1.ebuild
index 5a11caba4678..e69515d5c0ab 100644
--- a/mate-base/libmatekbd/libmatekbd-1.27.1.ebuild
+++ b/mate-base/libmatekbd/libmatekbd-1.27.1.ebuild
@@ -7,8 +7,11 @@ MATE_LA_PUNT="yes"
 
 inherit mate
 
-if [[ ${PV} !=  ]]; then
+MINOR=$((ver_cut 2) % 2)
+if [[ 

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

2023-06-14 Thread Sam James
commit: 2072b109ad5ddbcdcf81b36e4d34164ad4d7d51c
Author: Sam James  gentoo  org>
AuthorDate: Wed Jun 14 23:12:52 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun 14 23:12:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2072b109

mate-extra/mate-sensors-applet: Stabilize 1.26.0-r1 amd64, #908508

Signed-off-by: Sam James  gentoo.org>

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

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



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

2023-06-14 Thread Sam James
commit: ffab30eb776f642a611c4a806feb83c2b6559b1d
Author: Sam James  gentoo  org>
AuthorDate: Wed Jun 14 19:42:02 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun 14 19:42:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffab30eb

mate-extra/mate-sensors-applet: Stabilize 1.26.0-r1 x86, #908508

Signed-off-by: Sam James  gentoo.org>

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

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



[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-sensors-applet/, mate-extra/mate-sensors-applet/files/

2023-05-09 Thread Sam James
commit: 2e2f143876b32fbaeae7e1d59e79cbe340612c76
Author: Brahmajit Das  gmail  com>
AuthorDate: Mon May  8 18:09:23 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May  9 17:50:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e2f1438

mate-extra/mate-sensors-applet: fix undeclared function setlocale

Closes: https://bugs.gentoo.org/896200
Signed-off-by: Brahmajit Das  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/30937
Signed-off-by: Sam James  gentoo.org>

 ...lang-16-fix-undeclared-function-setlocale.patch | 130 +
 .../mate-sensors-applet-1.26.0-r1.ebuild   |  65 +++
 2 files changed, 195 insertions(+)

diff --git 
a/mate-extra/mate-sensors-applet/files/1.26.0-clang-16-fix-undeclared-function-setlocale.patch
 
b/mate-extra/mate-sensors-applet/files/1.26.0-clang-16-fix-undeclared-function-setlocale.patch
new file mode 100644
index ..a0b83dba38b2
--- /dev/null
+++ 
b/mate-extra/mate-sensors-applet/files/1.26.0-clang-16-fix-undeclared-function-setlocale.patch
@@ -0,0 +1,130 @@
+From 3ff9fb450aa2a28221fcd863bf7913e84eeeb7ba Mon Sep 17 00:00:00 2001
+From: listout 
+Date: Fri, 5 May 2023 11:07:20 +0530
+Subject: [PATCH] unconditionally include stdio.h and locale.h
+
+On musl mate-sensor-applet fails to build with error message saying
+"LC_NUMERIC undeclared". As suggested in issue mate-desktop#123, removing the 
include
+guards around #include  and #include 
+
+Upstream commit: 
https://patch-diff.githubusercontent.com/raw/mate-desktop/mate-sensors-applet/pull/128.patch
+Bug: https://bugs.gentoo.org/896200
+Signed-off-by: Brahmajit Das 
+--- a/configure.ac
 b/configure.ac
+@@ -38,7 +38,6 @@ AC_SUBST(LIBS)
+ AC_CHECK_HEADERS(
+   stdlib.h \
+   string.h \
+-  stdio.h \
+   sys/types.h \
+   sys/socket.h \
+   netinet/in.h \
+--- a/plugins/acpi/acpi-plugin.c
 b/plugins/acpi/acpi-plugin.c
+@@ -21,10 +21,7 @@
+ #include 
+ #endif /* HAVE_CONFIG_H */
+
+-#ifdef HAVE_STDIO_H
+ #include 
+-#endif /* HAVE_STDIO_H */
+-
+ #include 
+ #include 
+ #include "acpi-plugin.h"
+--- a/plugins/i2c-proc/i2c-proc-plugin.c
 b/plugins/i2c-proc/i2c-proc-plugin.c
+@@ -21,14 +21,8 @@
+ #include 
+ #endif /* HAVE_CONFIG_H */
+
+-#ifdef HAVE_STDIO_H
+ #include 
+-#endif /* HAVE_STDIO_H */
+-
+-#ifdef HAVE_LOCALE_H
+ #include 
+-#endif
+-
+ #include 
+ #include 
+ #include "i2c-proc-plugin.h"
+--- a/plugins/i2c-sys/i2c-sys-plugin.c
 b/plugins/i2c-sys/i2c-sys-plugin.c
+@@ -21,10 +21,7 @@
+ #include 
+ #endif /* HAVE_CONFIG_H */
+
+-#ifdef HAVE_STDIO_H
+ #include 
+-#endif /* HAVE_STDIO_H */
+-
+ #include 
+ #include 
+ #include "i2c-sys-plugin.h"
+--- a/plugins/i8k/i8k-plugin.c
 b/plugins/i8k/i8k-plugin.c
+@@ -21,10 +21,7 @@
+ #include 
+ #endif /* HAVE_CONFIG_H */
+
+-#ifdef HAVE_STDIO_H
+ #include 
+-#endif /* HAVE_STDIO_H */
+-
+ #include 
+ #include 
+ #include "i8k-plugin.h"
+--- a/plugins/ibm-acpi/ibm-acpi-plugin.c
 b/plugins/ibm-acpi/ibm-acpi-plugin.c
+@@ -21,10 +21,7 @@
+ #include "config.h"
+ #endif /* HAVE_CONFIG_H */
+
+-#ifdef HAVE_STDIO_H
+ #include 
+-#endif /* HAVE_STDIO_H */
+-
+ #include 
+ #include 
+ #include "ibm-acpi-plugin.h"
+--- a/plugins/omnibook/omnibook-plugin.c
 b/plugins/omnibook/omnibook-plugin.c
+@@ -21,10 +21,7 @@
+ #include "config.h"
+ #endif /* HAVE_CONFIG_H */
+
+-#ifdef HAVE_STDIO_H
+ #include 
+-#endif /* HAVE_STDIO_H */
+-
+ #include 
+ #include 
+ #include "omnibook-plugin.h"
+--- a/plugins/pmu-sys/pmu-sys-plugin.c
 b/plugins/pmu-sys/pmu-sys-plugin.c
+@@ -21,10 +21,7 @@
+ #include "config.h"
+ #endif /* HAVE_CONFIG_H */
+
+-#ifdef HAVE_STDIO_H
+ #include 
+-#endif /* HAVE_STDIO_H */
+-
+ #include 
+ #include 
+ #include "pmu-sys-plugin.h"
+--- a/plugins/smu-sys/smu-sys-plugin.c
 b/plugins/smu-sys/smu-sys-plugin.c
+@@ -21,10 +21,7 @@
+ #include "config.h"
+ #endif /* HAVE_CONFIG_H */
+
+-#ifdef HAVE_STDIO_H
+ #include 
+-#endif /* HAVE_STDIO_H */
+-
+ #include 
+ #include 
+ #include "smu-sys-plugin.h"

diff --git 
a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.26.0-r1.ebuild 
b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.26.0-r1.ebuild
new file mode 100644
index ..47853d0d23d7
--- /dev/null
+++ b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.26.0-r1.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MATE_LA_PUNT="yes"
+
+inherit mate
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64 ~arm ~loong ~riscv ~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? ( 

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

2022-12-26 Thread Conrad Kostecki
commit: ac455001626de2669e8bf6e236b18bc598b4b2e3
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Dec 26 08:29:59 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Dec 26 13:41:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac455001

mate-extra/mate-sensors-applet: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  gentoo.org>

 ...ensors-applet-1.24.1-dont-check-for-headers.patch | 20 
 1 file changed, 20 deletions(-)

diff --git 
a/mate-extra/mate-sensors-applet/files/mate-sensors-applet-1.24.1-dont-check-for-headers.patch
 
b/mate-extra/mate-sensors-applet/files/mate-sensors-applet-1.24.1-dont-check-for-headers.patch
deleted file mode 100644
index 98aba2e903d5..
--- 
a/mate-extra/mate-sensors-applet/files/mate-sensors-applet-1.24.1-dont-check-for-headers.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-# Removing unnecessary HAVE_STDIO_H and HAVE_LOCALE_H config checks. The
-# HAVE_LOCALE_H also makes fails to build on musl system.
-# Upstream issue: 
https://github.com/mate-desktop/mate-sensors-applet/issues/123
-# Closes: https://bugs.gentoo.org/777375
 a/plugins/i2c-proc/i2c-proc-plugin.c
-+++ b/plugins/i2c-proc/i2c-proc-plugin.c
-@@ -20,13 +20,8 @@
- #include 
- #endif /* HAVE_CONFIG_H */
-
--#ifdef HAVE_STDIO_H
- #include 
--#endif /* HAVE_STDIO_H */
--
--#ifdef HAVE_LOCALE_H
- #include 
--#endif
-
- #include 
- #include 



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

2022-12-21 Thread Andreas Sturmlechner
commit: 4c02cf9d8e0a22b955d45fa561a6602f59eb60d3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Dec 21 09:22:58 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Dec 21 09:59:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c02cf9d

mate-extra/mate-sensors-applet: drop 1.24.1

Signed-off-by: Andreas Sturmlechner  gentoo.org>

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

diff --git a/mate-extra/mate-sensors-applet/Manifest 
b/mate-extra/mate-sensors-applet/Manifest
index a449d7486113..f2397c34248c 100644
--- a/mate-extra/mate-sensors-applet/Manifest
+++ b/mate-extra/mate-sensors-applet/Manifest
@@ -1,2 +1 @@
-DIST mate-sensors-applet-1.24.1.tar.xz 578964 BLAKE2B 
e9a7eacb032738014c3e91595ae1f2673973b20c09fd02bd186aa5468773a1322022fbb245b9ec6e9c987405014b91e0f7c12e072f9c3ba6cd9df32c1ee99703
 SHA512 
3bf21d501e067a2ce002c5149f42161cc6917609ceb2396b705e905987cb4d989725ca825c6de7bbe4e950f7a01e755c2cd5b45532d6f65aef690f394741489a
 DIST mate-sensors-applet-1.26.0.tar.xz 563440 BLAKE2B 
87919c3299253dc037d165dc7223fb7e02f993568ef454211746fffa2e260f54b9ad76bd5b023f9aa215a4796aa2a34dda249b132c415af7c5c4e82e84c5086b
 SHA512 
1419c63e823bcec5d8fc4a619b3eb6c1eef0ac5d923177fae6649664616824cb5a257121aa88ab5d56d1d5ff5c44f1d62a4dd325dc718091e2d2e16ae326fa36

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
deleted file mode 100644
index 898e6e07ff5f..
--- a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.24.1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2022 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 ~loong ~riscv 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 ) )"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-1.24.1-dont-check-for-headers.patch"
-)
-
-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] repo/gentoo:master commit in: mate-extra/mate-sensors-applet/

2022-12-16 Thread Arthur Zamarin
commit: 9cb10e3ca0f9b823102c705c2eb6d28af1b3f9c3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 16 20:38:45 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 16 20:39:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cb10e3c

mate-extra/mate-sensors-applet: Stabilize 1.26.0 x86, #884079

Signed-off-by: Arthur Zamarin  gentoo.org>

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

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



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

2022-12-02 Thread Sam James
commit: 6d6280b0c0360cbee0177c71b22d10d2bf66b70c
Author: Oz Tiram  gmail  com>
AuthorDate: Sun Nov 27 21:26:17 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec  3 01:04:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d6280b0

mate-extra/mate-sensors-applet: add 1.26.0

Signed-off-by: Oz Tiram  gmail.com>
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/mate-extra/mate-sensors-applet/Manifest 
b/mate-extra/mate-sensors-applet/Manifest
index ba5b4f7f2867..a449d7486113 100644
--- a/mate-extra/mate-sensors-applet/Manifest
+++ b/mate-extra/mate-sensors-applet/Manifest
@@ -1 +1,2 @@
 DIST mate-sensors-applet-1.24.1.tar.xz 578964 BLAKE2B 
e9a7eacb032738014c3e91595ae1f2673973b20c09fd02bd186aa5468773a1322022fbb245b9ec6e9c987405014b91e0f7c12e072f9c3ba6cd9df32c1ee99703
 SHA512 
3bf21d501e067a2ce002c5149f42161cc6917609ceb2396b705e905987cb4d989725ca825c6de7bbe4e950f7a01e755c2cd5b45532d6f65aef690f394741489a
+DIST mate-sensors-applet-1.26.0.tar.xz 563440 BLAKE2B 
87919c3299253dc037d165dc7223fb7e02f993568ef454211746fffa2e260f54b9ad76bd5b023f9aa215a4796aa2a34dda249b132c415af7c5c4e82e84c5086b
 SHA512 
1419c63e823bcec5d8fc4a619b3eb6c1eef0ac5d923177fae6649664616824cb5a257121aa88ab5d56d1d5ff5c44f1d62a4dd325dc718091e2d2e16ae326fa36

diff --git a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.26.0.ebuild 
b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.26.0.ebuild
new file mode 100644
index ..9b6ea714b90a
--- /dev/null
+++ b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.26.0.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MATE_LA_PUNT="yes"
+
+inherit mate
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64 ~arm ~loong ~riscv ~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
+"
+
+BDEPEND="${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 \
+   $(use_enable libnotify) \
+   $(use_with lm-sensors libsensors) \
+   $(use_with video_cards_nvidia nvidia) \
+   ${udisks}
+}



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

2022-11-16 Thread WANG Xuerui
commit: e9e063283b71a593928c564992900e18bdbfd57d
Author: WANG Xuerui  gentoo  org>
AuthorDate: Wed Nov 16 06:11:28 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Wed Nov 16 08:54:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9e06328

mate-extra/mate-sensors-applet: keyword 1.24.1 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

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

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



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

2022-07-14 Thread Sam James
commit: 9225bc6292655cacfc83310be86be22fddbac1b9
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 15 01:56:29 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 15 01:56:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9225bc62

mate-extra/mate-sensors-applet: fix WhitespaceFound

Signed-off-by: Sam James  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 fd9e54d09629..f6fce26db5c2 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-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -44,7 +44,7 @@ DEPEND="${COMMON_DEPEND}
 PDEPEND="hddtemp? ( dbus? ( sys-fs/udisks:2 ) )"
 
 PATCHES=(
-"${FILESDIR}/${PN}-1.24.1-dont-check-for-headers.patch"
+   "${FILESDIR}/${PN}-1.24.1-dont-check-for-headers.patch"
 )
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-sensors-applet/files/, mate-extra/mate-sensors-applet/

2022-07-14 Thread Sam James
commit: 1bd3fa116f8bbf209550c8bfef2bc4ffd72ccc2e
Author: brahmajit das  gmail  com>
AuthorDate: Sat Jul  2 18:50:28 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 15 01:51:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bd3fa11

mate-extra/mate-sensors-applet: Removing unnecessary config checks

Removing unnecessary HAVE_STDIO_H and HAVE_LOCALE_H config checks. The
HAVE_LOCALE_H also makes fails to build on musl system.

Upstream issue: mate-desktop/mate-sensors-applet#123
Closes: https://bugs.gentoo.org/777375
Signed-off-by: brahmajit das  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/26197
Signed-off-by: Sam James  gentoo.org>

 ...ensors-applet-1.24.1-dont-check-for-headers.patch | 20 
 .../mate-sensors-applet-1.24.1.ebuild|  4 
 2 files changed, 24 insertions(+)

diff --git 
a/mate-extra/mate-sensors-applet/files/mate-sensors-applet-1.24.1-dont-check-for-headers.patch
 
b/mate-extra/mate-sensors-applet/files/mate-sensors-applet-1.24.1-dont-check-for-headers.patch
new file mode 100644
index ..98aba2e903d5
--- /dev/null
+++ 
b/mate-extra/mate-sensors-applet/files/mate-sensors-applet-1.24.1-dont-check-for-headers.patch
@@ -0,0 +1,20 @@
+# Removing unnecessary HAVE_STDIO_H and HAVE_LOCALE_H config checks. The
+# HAVE_LOCALE_H also makes fails to build on musl system.
+# Upstream issue: 
https://github.com/mate-desktop/mate-sensors-applet/issues/123
+# Closes: https://bugs.gentoo.org/777375
+--- a/plugins/i2c-proc/i2c-proc-plugin.c
 b/plugins/i2c-proc/i2c-proc-plugin.c
+@@ -20,13 +20,8 @@
+ #include 
+ #endif /* HAVE_CONFIG_H */
+
+-#ifdef HAVE_STDIO_H
+ #include 
+-#endif /* HAVE_STDIO_H */
+-
+-#ifdef HAVE_LOCALE_H
+ #include 
+-#endif
+
+ #include 
+ #include 

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 c6264e8b1b34..fd9e54d09629 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
@@ -43,6 +43,10 @@ DEPEND="${COMMON_DEPEND}
 
 PDEPEND="hddtemp? ( dbus? ( sys-fs/udisks:2 ) )"
 
+PATCHES=(
+"${FILESDIR}/${PN}-1.24.1-dont-check-for-headers.patch"
+)
+
 src_configure() {
local udisks
 



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

2020-09-25 Thread Adam Feldman
commit: 40534ccdae4b550e6d132a34e9bea36b8d4cc12b
Author: Adam Feldman  gentoo  org>
AuthorDate: Sun Sep  6 21:41:05 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Fri Sep 25 20:32:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40534ccd

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 109da085192..3c30bb24967 100644
--- a/mate-extra/mate-sensors-applet/Manifest
+++ b/mate-extra/mate-sensors-applet/Manifest
@@ -1 +1,2 @@
 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..eea8796ced6
--- /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] repo/gentoo:master commit in: mate-extra/mate-sensors-applet/

2020-08-06 Thread Adam Feldman
commit: 09f0811f2fbc771e4c31d1ac060d7132b399ce61
Author: Adam Feldman  gentoo  org>
AuthorDate: Thu Aug  6 21:37:24 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Fri Aug  7 03:17:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09f0811f

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

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 d292f324537..7f07d8dd5b0 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] repo/gentoo:master commit in: mate-extra/mate-sensors-applet/

2020-04-06 Thread Adam Feldman
commit: fbeafc17d43c578d9ec56171309fd38e3932ebc2
Author: Adam Feldman  gentoo  org>
AuthorDate: Wed Mar 25 00:56:44 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Mon Apr  6 17:48:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbeafc17

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

Package-Manager: Portage-2.3.82, Repoman-2.3.18
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 insertions(+)

diff --git a/mate-extra/mate-sensors-applet/Manifest 
b/mate-extra/mate-sensors-applet/Manifest
index b1c4ee04eaf..044cc1e01d1 100644
--- a/mate-extra/mate-sensors-applet/Manifest
+++ b/mate-extra/mate-sensors-applet/Manifest
@@ -1 +1,2 @@
 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.24.0.ebuild 
b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.24.0.ebuild
new file mode 100644
index 000..7c16ff4b7f9
--- /dev/null
+++ b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.24.0.ebuild
@@ -0,0 +1,65 @@
+# 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="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] repo/gentoo:master commit in: mate-extra/mate-sensors-applet/

2020-04-06 Thread Adam Feldman
commit: 1cc60b44af8d83477cf36163cb661d9768cf1659
Author: Adam Feldman  gentoo  org>
AuthorDate: Wed Mar 25 00:59:16 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Mon Apr  6 17:48:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cc60b44

mate-extra/mate-sensors-applet: Fix LICENSE

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

 mate-extra/mate-sensors-applet/mate-sensors-applet-1.22.1.ebuild | 4 ++--
 mate-extra/mate-sensors-applet/mate-sensors-applet-1.24.0.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.22.1.ebuild 
b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.22.1.ebuild
index 1d46b635f65..c96c17af7b0 100644
--- a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.22.1.ebuild
+++ b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.22.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ if [[ ${PV} !=  ]]; then
 fi
 
 DESCRIPTION="MATE panel applet to display readings from hardware sensors"
-LICENSE="GPL-2"
+LICENSE="FDL-1.1+ GPL-2+"
 SLOT="0"
 
 IUSE="+dbus hddtemp libnotify lm-sensors video_cards_nvidia"

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 7c16ff4b7f9..d292f324537 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
@@ -12,7 +12,7 @@ if [[ ${PV} !=  ]]; then
 fi
 
 DESCRIPTION="MATE panel applet to display readings from hardware sensors"
-LICENSE="GPL-2"
+LICENSE="FDL-1.1+ GPL-2+"
 SLOT="0"
 
 IUSE="+dbus hddtemp libnotify lm-sensors video_cards_nvidia"



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

2019-09-12 Thread Michał Górny
commit: 7ac66d55054d53ebcbb6f8cd5a8f01695049e10e
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Sep 11 08:47:51 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 12 14:28:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ac66d55

mate-extra/mate-sensors-applet: Update for lm_sensors → lm-sensors

Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.22.1.ebuild 
b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.22.1.ebuild
index 7df62276db7..1d46b635f65 100644
--- a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.22.1.ebuild
+++ b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.22.1.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_nvidia"
+IUSE="+dbus hddtemp libnotify lm-sensors video_cards_nvidia"
 
 COMMON_DEPEND=">=dev-libs/glib-2.50:2
>=mate-base/mate-panel-1.17.0
@@ -25,7 +25,7 @@ COMMON_DEPEND=">=dev-libs/glib-2.50:2
virtual/libintl
hddtemp? ( >=app-admin/hddtemp-0.3_beta13 )
libnotify? ( >=x11-libs/libnotify-0.7 )
-   lm_sensors? ( sys-apps/lm_sensors )
+   lm-sensors? ( sys-apps/lm-sensors )
video_cards_nvidia? ( || (
>=x11-drivers/nvidia-drivers-100.14.09:0[static-libs,tools]
) )"
@@ -56,7 +56,7 @@ src_configure() {
--disable-static \
--without-aticonfig \
$(use_enable libnotify) \
-   $(use_with lm_sensors libsensors) \
+   $(use_with lm-sensors libsensors) \
$(use_with video_cards_nvidia nvidia) \
${udisks}
 }



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

2019-07-07 Thread Göktürk Yüksek
commit: af3a75d1a208c1809d3b608ddf00ec0b9138620c
Author: NP-Hardass  gentoo  org>
AuthorDate: Thu Jul  4 15:01:30 2019 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Sun Jul  7 18:47:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af3a75d1

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

Package-Manager: Portage-2.3.67, Repoman-2.3.15
Signed-off-by: NP-Hardass  gentoo.org>
Signed-off-by: Göktürk Yüksek  gentoo.org>

 mate-extra/mate-sensors-applet/Manifest|  1 -
 .../mate-sensors-applet-1.22.0-r1.ebuild   | 62 --
 2 files changed, 63 deletions(-)

diff --git a/mate-extra/mate-sensors-applet/Manifest 
b/mate-extra/mate-sensors-applet/Manifest
index d5339be47ad..b1c4ee04eaf 100644
--- a/mate-extra/mate-sensors-applet/Manifest
+++ b/mate-extra/mate-sensors-applet/Manifest
@@ -1,2 +1 @@
-DIST mate-sensors-applet-1.22.0.tar.xz 511876 BLAKE2B 
6e2008d60a5530ab233da0fe67a38fea2abfba0d745386d82d44e21e59a5d7a08e7f97390f3b8e3df16699c8b69bf1f9c3d4762b45f4652838672c57ec91bf34
 SHA512 
f756fdff4dd8fe824fbe41956411ca1e6ce251fc1d43276c7244a8a806e91bacc283c412b831935136682971509e23c08538264963af31488bee15ce5644d5cb
 DIST mate-sensors-applet-1.22.1.tar.xz 496776 BLAKE2B 
1f3ca3e7b6b48a3bdb4e3b370c65bd34bcbde250d21d2c9214eceadf790d2c1a45f87ccf615387edf9abaad2c3a899a536b78d8afece0574d735d80095c1b595
 SHA512 
4b6e608c92f03051044863f770b295d1526b19a9668513b566e81adeb28bc8524d8f458d114d2b44acf00f20c2f0a8d86b1ca7254fa165fde3b867c75a6b83e6

diff --git 
a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.22.0-r1.ebuild 
b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.22.0-r1.ebuild
deleted file mode 100644
index 7df62276db7..000
--- a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.22.0-r1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2019 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="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
-   virtual/libintl
-   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}"
-
-DEPEND="${COMMON_DEPEND}
-   app-text/rarian
-   >=app-text/scrollkeeper-dtd-1:1.0
-   app-text/yelp-tools
-   >=dev-util/intltool-0.50.1:*
-   sys-devel/gettext:*
-   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] repo/gentoo:master commit in: mate-extra/mate-sensors-applet/

2019-07-07 Thread Göktürk Yüksek
commit: 0644667871ce37a48a45af6697047aebc0b6727f
Author: NP-Hardass  gentoo  org>
AuthorDate: Thu Jul  4 15:01:29 2019 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Sun Jul  7 18:47:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06446678

mate-extra/mate-sensors-applet: stabilize 1.22.1 for amd64, x86

Package-Manager: Portage-2.3.67, Repoman-2.3.15
Signed-off-by: NP-Hardass  gentoo.org>
Signed-off-by: Göktürk Yüksek  gentoo.org>

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

diff --git a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.22.1.ebuild 
b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.22.1.ebuild
index 1bbeca988fa..7df62276db7 100644
--- a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.22.1.ebuild
+++ b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.22.1.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] repo/gentoo:master commit in: mate-extra/mate-sensors-applet/

2019-05-12 Thread Göktürk Yüksek
commit: e5973dae16a2d01c7f74d0d7765e8e1c8465c657
Author: NP-Hardass  gentoo  org>
AuthorDate: Sun May 12 20:20:26 2019 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Sun May 12 21:03:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5973dae

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

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Göktürk Yüksek  gentoo.org>

 mate-extra/mate-sensors-applet/Manifest|  1 +
 .../mate-sensors-applet-1.22.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 ade43c73b58..d5339be47ad 100644
--- a/mate-extra/mate-sensors-applet/Manifest
+++ b/mate-extra/mate-sensors-applet/Manifest
@@ -1 +1,2 @@
 DIST mate-sensors-applet-1.22.0.tar.xz 511876 BLAKE2B 
6e2008d60a5530ab233da0fe67a38fea2abfba0d745386d82d44e21e59a5d7a08e7f97390f3b8e3df16699c8b69bf1f9c3d4762b45f4652838672c57ec91bf34
 SHA512 
f756fdff4dd8fe824fbe41956411ca1e6ce251fc1d43276c7244a8a806e91bacc283c412b831935136682971509e23c08538264963af31488bee15ce5644d5cb
+DIST mate-sensors-applet-1.22.1.tar.xz 496776 BLAKE2B 
1f3ca3e7b6b48a3bdb4e3b370c65bd34bcbde250d21d2c9214eceadf790d2c1a45f87ccf615387edf9abaad2c3a899a536b78d8afece0574d735d80095c1b595
 SHA512 
4b6e608c92f03051044863f770b295d1526b19a9668513b566e81adeb28bc8524d8f458d114d2b44acf00f20c2f0a8d86b1ca7254fa165fde3b867c75a6b83e6

diff --git a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.22.1.ebuild 
b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.22.1.ebuild
new file mode 100644
index 000..1bbeca988fa
--- /dev/null
+++ b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.22.1.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2019 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="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
+   virtual/libintl
+   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}"
+
+DEPEND="${COMMON_DEPEND}
+   app-text/rarian
+   >=app-text/scrollkeeper-dtd-1:1.0
+   app-text/yelp-tools
+   >=dev-util/intltool-0.50.1:*
+   sys-devel/gettext:*
+   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] repo/gentoo:master commit in: mate-extra/mate-sensors-applet/

2019-04-14 Thread Mikle Kolyada
commit: 819f9f0a32d34bc1b7d63725e8a059b8858c54ef
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Apr 14 21:17:36 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Apr 14 21:24:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=819f9f0a

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

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 mate-extra/mate-sensors-applet/Manifest|  1 -
 .../mate-sensors-applet-1.18.3.ebuild  | 63 -
 .../mate-sensors-applet-1.22.0.ebuild  | 65 --
 3 files changed, 129 deletions(-)

diff --git a/mate-extra/mate-sensors-applet/Manifest 
b/mate-extra/mate-sensors-applet/Manifest
index 6e20ea2058e..ade43c73b58 100644
--- a/mate-extra/mate-sensors-applet/Manifest
+++ b/mate-extra/mate-sensors-applet/Manifest
@@ -1,2 +1 @@
-DIST mate-sensors-applet-1.18.3.tar.xz 385728 BLAKE2B 
42a38121db367788af906aec08261512b8aa96ad3782c1aca0d29b8371a598855ee0d7a3c63306929d45e4d58fb01e117efd91b4bd6b104c49790ff8e73c292f
 SHA512 
39e23839eebe460a99d002d6f897d3053a6940cb33a24c923790e976b72be7a260cd06be326abbb3917b85b6b6fa779cc5f1c06dbf9c19c45ec3f1bf6a93a96e
 DIST mate-sensors-applet-1.22.0.tar.xz 511876 BLAKE2B 
6e2008d60a5530ab233da0fe67a38fea2abfba0d745386d82d44e21e59a5d7a08e7f97390f3b8e3df16699c8b69bf1f9c3d4762b45f4652838672c57ec91bf34
 SHA512 
f756fdff4dd8fe824fbe41956411ca1e6ce251fc1d43276c7244a8a806e91bacc283c412b831935136682971509e23c08538264963af31488bee15ce5644d5cb

diff --git a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.18.3.ebuild 
b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.18.3.ebuild
deleted file mode 100644
index 62ee356d61a..000
--- a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.18.3.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2018 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="GPL-2"
-SLOT="0"
-
-IUSE="+dbus hddtemp libnotify lm_sensors video_cards_nvidia"
-
-COMMON_DEPEND=">=dev-libs/glib-2.36:2
-   >=mate-base/mate-panel-1.17.0
-   >=x11-libs/cairo-1.0.4:0
-   x11-libs/gdk-pixbuf:2
-   >=x11-libs/gtk+-3.14:3
-   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_nvidia? ( 
>=x11-drivers/nvidia-drivers-100.14.09:0[static-libs,tools] )"
-
-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 \
-   $(use_enable libnotify) \
-   $(use_with lm_sensors libsensors) \
-   $(use_with video_cards_nvidia nvidia) \
-   ${udisks}
-}

diff --git a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.22.0.ebuild 
b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.22.0.ebuild
deleted file mode 100644
index 9af3b881d01..000
--- a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.22.0.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2019 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="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
-   virtual/libintl
-   hddtemp? (
-   dbus? (
-   >=dev-libs/dbus-glib-0.80
-   >=dev-libs/libatasmart-0.16 )
-   !dbus? ( >=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}"
-

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

2019-04-14 Thread Mikle Kolyada
commit: 56e297a656f4053459e142c7e41c049eaca57412
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Apr 14 16:22:14 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Apr 14 16:23:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56e297a6

mate-extra/mate-sensors-applet: x86 stable wrt bug #682168

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"

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

diff --git 
a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.22.0-r1.ebuild 
b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.22.0-r1.ebuild
index 9641e736745..7df62276db7 100644
--- a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.22.0-r1.ebuild
+++ b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.22.0-r1.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] repo/gentoo:master commit in: mate-extra/mate-sensors-applet/

2019-04-14 Thread Mikle Kolyada
commit: 4aa8c6bfd3d86f9e4d258f921e183332dfc37038
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Apr 14 15:25:16 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Apr 14 15:26:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aa8c6bf

mate-extra/mate-sensors-applet: amd64 stable wrt bug #682168

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

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

diff --git 
a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.22.0-r1.ebuild 
b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.22.0-r1.ebuild
index 1bbeca988fa..9641e736745 100644
--- a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.22.0-r1.ebuild
+++ b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.22.0-r1.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] repo/gentoo:master commit in: mate-extra/mate-sensors-applet/

2019-03-31 Thread Pacho Ramos
commit: 53079a9f9715f4e6b568ce58aeac73d38c3e72c5
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Mar 31 09:19:17 2019 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Mar 31 09:19:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53079a9f

mate-extra/mate-sensors-applet: Fix dependencies on udisks for new version

Closes: https://bugs.gentoo.org/601360
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Pacho Ramos  gentoo.org>

 .../mate-sensors-applet-1.22.0-r1.ebuild   | 62 ++
 1 file changed, 62 insertions(+)

diff --git 
a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.22.0-r1.ebuild 
b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.22.0-r1.ebuild
new file mode 100644
index 000..1bbeca988fa
--- /dev/null
+++ b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.22.0-r1.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2019 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="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
+   virtual/libintl
+   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}"
+
+DEPEND="${COMMON_DEPEND}
+   app-text/rarian
+   >=app-text/scrollkeeper-dtd-1:1.0
+   app-text/yelp-tools
+   >=dev-util/intltool-0.50.1:*
+   sys-devel/gettext:*
+   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] repo/gentoo:master commit in: mate-extra/mate-sensors-applet/

2018-10-13 Thread Mikle Kolyada
commit: d227d9ec6fc676490e78348c044c9a1a98e87fbb
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Oct 13 10:06:39 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Oct 13 10:07:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d227d9ec

mate-extra/mate-sensors-applet: Drop non-existing media-video/nvidia-settings

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 mate-extra/mate-sensors-applet/mate-sensors-applet-1.18.3.ebuild | 7 ++-
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.18.3.ebuild 
b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.18.3.ebuild
index 86472d98d2b..62ee356d61a 100644
--- a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.18.3.ebuild
+++ b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.18.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -30,10 +30,7 @@ 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_nvidia? ( || (
-   >=x11-drivers/nvidia-drivers-100.14.09:0[static-libs,tools]
-   media-video/nvidia-settings:0
-   ) )"
+   video_cards_nvidia? ( 
>=x11-drivers/nvidia-drivers-100.14.09:0[static-libs,tools] )"
 
 RDEPEND="${COMMON_DEPEND}"
 



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

2018-10-06 Thread Mart Raudsepp
commit: 64564785108f5266f4575118a6598dac3f6c0351
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Oct  6 20:00:44 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Oct  6 20:22:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64564785

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

Signed-off-by: Mart Raudsepp  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 mate-extra/mate-sensors-applet/Manifest|  3 -
 .../mate-sensors-applet-1.12.1.ebuild  | 66 -
 .../mate-sensors-applet-1.14.0.ebuild  | 68 --
 .../mate-sensors-applet-1.16.1.ebuild  | 68 --
 mate-extra/mate-sensors-applet/metadata.xml|  3 -
 5 files changed, 208 deletions(-)

diff --git a/mate-extra/mate-sensors-applet/Manifest 
b/mate-extra/mate-sensors-applet/Manifest
index a887b16462f..b802c0d119e 100644
--- a/mate-extra/mate-sensors-applet/Manifest
+++ b/mate-extra/mate-sensors-applet/Manifest
@@ -1,4 +1 @@
-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.1.tar.xz 393360 BLAKE2B 
01afa10059a94bcedb0af497203f481dba2fcbf9b9633b3c69ecd1d28ac8894159abc8e26ef61de7ffcfa62d51d7d651adf73f53850b4fe7446aa8b56dadfbd2
 SHA512 
35ea60f7f63b636dc8d8f6fa6f9a8fac516cea6e3005eaaf715f3f5bc3d03f1d04f24fe9f5bbba3edea41498efaa78fdec085f63d1940bc1265e0b1d70da62cc
 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.12.1.ebuild 
b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.12.1.ebuild
deleted file mode 100644
index 186a36d76bf..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? ( || (
-   >=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 \
-   --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}
-}

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
deleted file mode 100644
index 4e3e5391b77..000
--- a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.14.0.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-

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

2018-09-10 Thread Mikle Kolyada
commit: 85436fb72d58959ca3395ffc1a733a1aa5528803
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Sep 10 16:06:25 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Sep 10 16:18:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85436fb7

mate-extra/mate-sensors-applet: amd64 stable wrt bug #625838

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.18.3.ebuild 
b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.18.3.ebuild
index 95f36f6e5c4..86472d98d2b 100644
--- a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.18.3.ebuild
+++ b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.18.3.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] repo/gentoo:master commit in: mate-extra/mate-sensors-applet/

2018-09-09 Thread Thomas Deutschmann
commit: f8454a22b9fa71f3827bc002a92847246806505e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep  9 23:37:41 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep  9 23:52:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8454a22

mate-extra/mate-sensors-applet: x86 stable (bug #625838)

Package-Manager: Portage-2.3.49, Repoman-2.3.10

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

diff --git a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.18.3.ebuild 
b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.18.3.ebuild
index 1c56adc4626..95f36f6e5c4 100644
--- a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.18.3.ebuild
+++ b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.18.3.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] repo/gentoo:master commit in: mate-extra/mate-sensors-applet/

2018-02-11 Thread Ettore Di Giacinto
commit: c7232506167f493ad4c64810039923ae68ecead0
Author: Ettore Di Giacinto  gentoo  org>
AuthorDate: Sat Jan 27 17:09:25 2018 +
Commit: Ettore Di Giacinto  gentoo  org>
CommitDate: Sun Feb 11 15:00:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7232506

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 16a146465f6..a887b16462f 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 BLAKE2B 
cdc0bc46639e5234c9ed37cbd62b9439e1dbf1da9d2b377c57502d370e1f6e19a87e307c00a9bfbcde32812fde2804d3c248805f55dcb29b70d10cd38ca08210
 SHA512 
2e96708e4e27d545b0ad010dbd04139c5d340be1138236ba1197c2cf16486005905264e381f8dde75ea6c23c29bd1a0dd03afb5726340cad718d06914d4dd994
 DIST mate-sensors-applet-1.14.0.tar.xz 389960 BLAKE2B 
e220374ac5e56fb0e5fc86c036dd49f509def048421903597d82df8a14ed8877586282880419d168d1319fc05d890f6ffd61cdc49622d53f9dc5d4d51e82332a
 SHA512 
8d1afdb491e3a4a72dbee098ff3383a9562ab47da81d68807cb1fe72ee9f2ccad31cbe355268d7641fc213dcabf8a4527f03e04c4d8a166584730e934f006f5f
 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 ae9fb50d660..1c56adc4626 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] repo/gentoo:master commit in: mate-extra/mate-sensors-applet/

2018-01-14 Thread Ettore Di Giacinto
commit: a2246ccff2e5123be2b28d2f21623977daa1705b
Author: Ettore Di Giacinto  gentoo  org>
AuthorDate: Sat Jan 13 12:02:40 2018 +
Commit: Ettore Di Giacinto  gentoo  org>
CommitDate: Sun Jan 14 17:17:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2246ccf

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 | 2 +-
 ...e-sensors-applet-1.16.0.ebuild => mate-sensors-applet-1.16.1.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 eaf3ee34ed2..16a146465f6 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 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.2.tar.xz 397340 BLAKE2B 
1885592426eb1e66a4fd1959088629918ce9a6813081283164e5e53d3a5ec84d84c41453404d865412ba9b3c362f464bb4e7dccd09b2c58258ff9c19adacd71b
 SHA512 
67a998b20924d81490fe7f63f64ceace8298e58a7cf8b8f565f9604b1c063e3cfdf331c6bb6436f5631465bcbf2095c2b9877edeeebb5edb24f93109c50d0245

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.1.ebuild
similarity index 97%
rename from mate-extra/mate-sensors-applet/mate-sensors-applet-1.16.0.ebuild
rename to mate-extra/mate-sensors-applet/mate-sensors-applet-1.16.1.ebuild
index 4e3e5391b77..caab01e9f30 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.1.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] repo/gentoo:master commit in: mate-extra/mate-sensors-applet/

2017-11-23 Thread Matt Turner
commit: b805766bd86fba1c7665e3befcfcd0d6a41366dc
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Nov 24 05:53:10 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Nov 24 06:06:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b805766b

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 c684aa2eaa9..186a36d76bf 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 e0fb417cc7d..4e3e5391b77 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 e0fb417cc7d..4e3e5391b77 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] repo/gentoo:master commit in: mate-extra/mate-sensors-applet/

2017-09-26 Thread NP Hardass
commit: 8b7521d193563fbce317b3776775ec001b2955da
Author: NP-Hardass  gentoo  org>
AuthorDate: Wed Sep 27 03:13:25 2017 +
Commit: NP Hardass  gentoo  org>
CommitDate: Wed Sep 27 03:22:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b7521d1

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 e385b4bd23a..5cc849549b9 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] repo/gentoo:master commit in: mate-extra/mate-sensors-applet/

2017-06-04 Thread Ettore Di Giacinto
commit: f5169c7d000d59e281a1bf3080b25c90867e9387
Author: Ettore Di Giacinto  gentoo  org>
AuthorDate: Thu Mar 16 14:06:58 2017 +
Commit: Ettore Di Giacinto  gentoo  org>
CommitDate: Sun Jun  4 15:16:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5169c7d

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

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/mate-extra/mate-sensors-applet/Manifest 
b/mate-extra/mate-sensors-applet/Manifest
index 038c6fec163..6e051f0ab64 100644
--- a/mate-extra/mate-sensors-applet/Manifest
+++ b/mate-extra/mate-sensors-applet/Manifest
@@ -1,3 +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.2.tar.xz 397340 SHA256 
404b609c9363135407525c3dda9e4a2663528ebf68530cf4778e21223c3d4e2e SHA512 
67a998b20924d81490fe7f63f64ceace8298e58a7cf8b8f565f9604b1c063e3cfdf331c6bb6436f5631465bcbf2095c2b9877edeeebb5edb24f93109c50d0245
 WHIRLPOOL 
c5cc39e38e96b8fdaf21ea857c4a0fa4c9055d8f7870e9e20dce590205de14b6e87a9afc2a6846fa7385baaa6eabe373a9706b981905f920217c553b87227f56

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
new file mode 100644
index 000..0c55ffc6fb8
--- /dev/null
+++ b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.18.2.ebuild
@@ -0,0 +1,67 @@
+# 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 hddtemp libnotify lm_sensors video_cards_fglrx video_cards_nvidia"
+
+COMMON_DEPEND=">=dev-libs/glib-2.36:2
+   >=mate-base/mate-panel-1.17.0
+   >=x11-libs/cairo-1.0.4:0
+   x11-libs/gdk-pixbuf:2
+   >=x11-libs/gtk+-3.14:3
+   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
+   ) )"
+
+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 \
+   $(use_enable libnotify) \
+   $(use_with lm_sensors libsensors) \
+   $(use_with video_cards_fglrx aticonfig) \
+   $(use_with video_cards_nvidia nvidia) \
+   ${udisks}
+}



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

2016-12-08 Thread Ettore Di Giacinto
commit: 87368c614e6471ad22d9e5902dbe0d4df27cc67d
Author: Ettore Di Giacinto  gentoo  org>
AuthorDate: Thu Nov 10 21:02:20 2016 +
Commit: Ettore Di Giacinto  gentoo  org>
CommitDate: Thu Dec  8 15:30:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87368c61

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 ..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] repo/gentoo:master commit in: mate-extra/mate-sensors-applet/

2016-11-24 Thread Ettore Di Giacinto
commit: 606f6682d97f2ded529b523a481bce57a0ca1fd2
Author: Ettore Di Giacinto  gentoo  org>
AuthorDate: Fri Oct 21 19:21:41 2016 +
Commit: Ettore Di Giacinto  gentoo  org>
CommitDate: Thu Nov 24 22:21:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=606f6682

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 9d44d65..
--- 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] repo/gentoo:master commit in: mate-extra/mate-sensors-applet/

2016-11-21 Thread Ettore Di Giacinto
commit: 8f3a1b2564dc6ae81b4f638a795b62baa7d096c9
Author: mudler  sabayon  org>
AuthorDate: Mon Sep  5 13:40:54 2016 +
Commit: Ettore Di Giacinto  gentoo  org>
CommitDate: Mon Nov 21 11:00:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f3a1b25

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 ..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] repo/gentoo:master commit in: mate-extra/mate-sensors-applet/

2016-10-14 Thread NP Hardass
commit: 2555e1c5c055e71a1d7bd126ae75e74635365aed
Author: mudler  sabayon  org>
AuthorDate: Thu Oct 13 21:39:06 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sat Oct 15 02:57:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2555e1c5

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] repo/gentoo:master commit in: mate-extra/mate-sensors-applet/

2016-10-14 Thread NP Hardass
commit: 6979b783c2e94b3de8e5eddc65c96b1e17a4f54f
Author: mudler  sabayon  org>
AuthorDate: Thu Oct 13 21:39:12 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sat Oct 15 02:57:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6979b783

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] repo/gentoo:master commit in: mate-extra/mate-sensors-applet/

2016-08-11 Thread NP Hardass
commit: a8d21b852ffc74494636b5f0c844f838dfa44dad
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Aug 12 04:47:41 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Fri Aug 12 05:12:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8d21b85

mate-extra/mate-sensors-applet: 1.12.x vbump, add gtk3, from project repo

Package-Manager: portage-2.3.0

 mate-extra/mate-sensors-applet/Manifest|  1 +
 .../mate-sensors-applet-1.12.1.ebuild  | 68 ++
 mate-extra/mate-sensors-applet/metadata.xml|  3 +
 3 files changed, 72 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/metadata.xml 
b/mate-extra/mate-sensors-applet/metadata.xml
index cb39f02..e385b4b 100644
--- a/mate-extra/mate-sensors-applet/metadata.xml
+++ b/mate-extra/mate-sensors-applet/metadata.xml
@@ -5,6 +5,9 @@
 m...@gentoo.org
 Gentoo MATE Desktop
 
+   
+   Build with GTK+3 instead of GTK+2
+   
 
 mate-desktop/mate-sensors-applet
 



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

2016-08-05 Thread NP Hardass
commit: d614374b8f16d218e1608c0df588e67bb00f012e
Author: NP-Hardass  gentoo  org>
AuthorDate: Sat Mar 26 02:05:01 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sat Aug  6 02:12:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d614374b

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 20d1842..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] repo/gentoo:master commit in: mate-extra/mate-sensors-applet/

2016-07-25 Thread NP Hardass
commit: 1a9747657d50d04a0cac9dc5fffe1ad7eabd4bcd
Author: NP-Hardass  gentoo  org>
AuthorDate: Mon Jul 25 18:26:44 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Mon Jul 25 18:36:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a974765

mate-extra/mate-sensors-applet: amd64 x86 stable wrt bug #579644

Package-Manager: portage-2.2.28

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

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
index 90fa3f2..9d44d65 100644
--- 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
@@ -17,7 +17,7 @@ HOMEPAGE="http://mate-desktop.org;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
 
 IUSE="+dbus hddtemp libnotify lm_sensors video_cards_fglrx video_cards_nvidia"
 



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

2016-05-30 Thread Mikle Kolyada
commit: 0a9f9beb16d579805e041ed1941948ec085e7685
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon May 30 18:55:21 2016 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon May 30 19:17:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a9f9beb

mate-extra/mate-sensors-applet: Add ~arm keyword wrt bug #508072

Package-Manager: portage-2.2.28

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

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
index 8b53e02..90fa3f2 100644
--- 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
@@ -17,7 +17,7 @@ HOMEPAGE="http://mate-desktop.org;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 
 IUSE="+dbus hddtemp libnotify lm_sensors video_cards_fglrx video_cards_nvidia"
 



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

2016-03-25 Thread NP Hardass
commit: 3f270dd56513a06a0fd239a9e8420deb1db0faa8
Author: NP-Hardass  gentoo  org>
AuthorDate: Sat Mar 26 00:46:03 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sat Mar 26 02:36:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f270dd5

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

Package-Manager: portage-2.2.26

 .../mate-sensors-applet-1.8.0.ebuild   | 72 --
 1 file changed, 72 deletions(-)

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.ebuild
deleted file mode 100644
index 01d61b1..000
--- a/mate-extra/mate-sensors-applet/mate-sensors-applet-1.8.0.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2015 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
-   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] repo/gentoo:master commit in: mate-extra/mate-sensors-applet/

2016-03-15 Thread Agostino Sarubbo
commit: 721bd15556d54cd56e27277649bacd4bd9dfb16b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Mar 15 17:52:54 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Mar 15 17:53:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=721bd155

mate-extra/mate-sensors-applet: x86 stable wrt bug #573048

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

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
index 2e38eef..20d1842 100644
--- 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
@@ -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"
 



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

2016-02-08 Thread NP Hardass
commit: 60e0cd720791cf42671ef89c1f9e398f5fbd5f25
Author: NP-Hardass  gentoo  org>
AuthorDate: Tue Feb  9 01:39:39 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Tue Feb  9 02:46:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60e0cd72

mate-extra/mate-sensors-applet: Import 1.10.x from Project:MATE repo

Package-Manager: portage-2.2.26

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

diff --git a/mate-extra/mate-sensors-applet/Manifest 
b/mate-extra/mate-sensors-applet/Manifest
index 4089b03..c13b754 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.8.0.tar.xz 352128 SHA256 
9bc6f42eae4b866f83d0fa9566e0111fd379dc6cf9dcc020b1fcca1c8a49d410 SHA512 
8074900157c0d62b060f273fa975efcfa3808afb9c81c44089c1f255ce95ed34744070f98893d7b6bbb16d076ae7b7ddec391ef46459e06646d2586797df85fc
 WHIRLPOOL 
d245ed9cce0a9bd9eed1e3996529227e3fa909ba9dba37975599409783bd7f34ead6ca0d477dbac6d41462c85ba599ecb14f18a80e6ab604a29bfce413289bfe

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
new file mode 100644
index 000..8b53e02
--- /dev/null
+++ b/mate-extra/mate-sensors-applet/mate-sensors-applet-1.10.4-r1.ebuild
@@ -0,0 +1,72 @@
+# 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.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"