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

2021-06-09 Thread Adam Feldman
commit: 30cd99c955facab17975ab262acb3d22771f183c
Author: Adam Feldman  gentoo  org>
AuthorDate: Wed Jun  9 23:50:21 2021 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Jun  9 23:50:21 2021 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=30cd99c9

mate-extra/mate-utils: Drop old

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

 mate-extra/mate-utils/mate-utils-1.24.0-r1.ebuild | 73 --
 mate-extra/mate-utils/mate-utils-1.24.0-r2.ebuild | 74 ---
 2 files changed, 147 deletions(-)

diff --git a/mate-extra/mate-utils/mate-utils-1.24.0-r1.ebuild 
b/mate-extra/mate-utils/mate-utils-1.24.0-r1.ebuild
deleted file mode 100644
index 28df90e..000
--- a/mate-extra/mate-utils/mate-utils-1.24.0-r1.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MATE_LA_PUNT="yes"
-
-inherit mate
-
-if [[ ${PV} !=  ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 x86"
-fi
-
-DESCRIPTION="Utilities for the MATE desktop"
-LICENSE="FDL-1.1+ GPL-2+ GPL-3+ LGPL-2+"
-SLOT="0"
-
-IUSE="X applet debug ipv6 test udisks"
-RESTRICT="!test? ( test )"
-
-COMMON_DEPEND="
-   dev-libs/atk
-   >=dev-libs/glib-2.50:2
-   >=gnome-base/libgtop-2.12:2=
-   >=media-libs/libcanberra-0.4[gtk3]
-   sys-libs/zlib
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf:2
-   >=x11-libs/gtk+-3.22:3
-   x11-libs/libICE
-   x11-libs/libSM
-   x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/pango
-   applet? ( >=mate-base/mate-panel-1.17.0 )
-   udisks? ( >=sys-fs/udisks-1.90.0:2 )
-"
-
-RDEPEND="${COMMON_DEPEND}
-   virtual/libintl
-"
-
-DEPEND="${COMMON_DEPEND}
-   app-text/rarian
-   >=app-text/scrollkeeper-dtd-1:1.0
-   app-text/yelp-tools
-   dev-libs/libxml2
-   dev-util/glib-utils
-   dev-util/gtk-doc
-   dev-util/gtk-doc-am
-   >=sys-devel/gettext-0.19.8:*
-   virtual/pkgconfig
-   x11-base/xorg-proto
-"
-
-src_prepare() {
-   # Make apps visible in all DEs.
-   LC_ALL=C find . -iname '*.desktop.in*' -exec \
-   sed -e '/OnlyShowIn/d' -i {} + || die
-
-   mate_src_prepare
-}
-
-src_configure() {
-   mate_src_configure \
-   --disable-static \
-   --enable-zlib \
-   --enable-debug=$(usex debug yes minimum) \
-   $(use_with X x) \
-   $(use_enable applet gdict-applet) \
-   $(use_enable ipv6) \
-   $(use_enable udisks disk_image_mounter)
-}

diff --git a/mate-extra/mate-utils/mate-utils-1.24.0-r2.ebuild 
b/mate-extra/mate-utils/mate-utils-1.24.0-r2.ebuild
deleted file mode 100644
index bb4e5c5..000
--- a/mate-extra/mate-utils/mate-utils-1.24.0-r2.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MATE_LA_PUNT="yes"
-
-inherit mate
-
-if [[ ${PV} !=  ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-fi
-
-DESCRIPTION="Utilities for the MATE desktop"
-LICENSE="FDL-1.1+ GPL-2+ GPL-3+ LGPL-2+"
-SLOT="0"
-
-IUSE="X applet debug ipv6 test udisks"
-RESTRICT="!test? ( test )"
-
-COMMON_DEPEND="
-   dev-libs/atk
-   >=dev-libs/glib-2.50:2
-   >=gnome-base/libgtop-2.12:2=
-   >=media-libs/libcanberra-0.4[gtk3]
-   sys-libs/zlib
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf:2
-   >=x11-libs/gtk+-3.22:3
-   x11-libs/libICE
-   x11-libs/libSM
-   x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/pango
-   applet? ( >=mate-base/mate-panel-1.17.0 )
-   udisks? ( >=sys-fs/udisks-1.90.0:2 )
-"
-
-RDEPEND="${COMMON_DEPEND}
-   mate-base/mate-desktop
-   virtual/libintl
-"
-
-DEPEND="${COMMON_DEPEND}
-   app-text/rarian
-   >=app-text/scrollkeeper-dtd-1:1.0
-   app-text/yelp-tools
-   dev-libs/libxml2
-   dev-util/glib-utils
-   dev-util/gtk-doc
-   dev-util/gtk-doc-am
-   >=sys-devel/gettext-0.19.8:*
-   virtual/pkgconfig
-   x11-base/xorg-proto
-"
-
-src_prepare() {
-   # Make apps visible in all DEs.
-   LC_ALL=C find . -iname '*.desktop.in*' -exec \
-   sed -e '/OnlyShowIn/d' -i {} + || die
-
-   mate_src_prepare
-}
-
-src_configure() {
-   mate_src_configure \
-   --disable-static \
-   --enable-zlib \
-   --enable-debug=$(usex debug yes minimum) \
-   $(use_with X x) \
-   $(use_enable applet gdict-applet) \
-   $(use_enable ipv6) \
-   $(use_enable udisks disk_image_mounter)
-}



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

2021-06-09 Thread Adam Feldman
commit: 4417bcbf8b67c366db271aec7b1dcc288bc1b478
Author: Adam Feldman  gentoo  org>
AuthorDate: Wed Jun  9 23:50:13 2021 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Jun  9 23:50:13 2021 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=4417bcbf

mate-extra/mate-utils: Stabilize 1.24.0-r3 for amd64,x86

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

 mate-extra/mate-utils/mate-utils-1.24.0-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mate-extra/mate-utils/mate-utils-1.24.0-r3.ebuild 
b/mate-extra/mate-utils/mate-utils-1.24.0-r3.ebuild
index 4ad6eec..c9c3477 100644
--- a/mate-extra/mate-utils/mate-utils-1.24.0-r3.ebuild
+++ b/mate-extra/mate-utils/mate-utils-1.24.0-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ MATE_LA_PUNT="yes"
 inherit mate
 
 if [[ ${PV} !=  ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 x86"
 fi
 
 DESCRIPTION="Utilities for the MATE desktop"



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

2020-09-07 Thread Adam Feldman
commit: 72fed13277b4aa7f717163a728c81467d462e9f4
Author: Adam Feldman  gentoo  org>
AuthorDate: Sun Sep  6 22:23:22 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Mon Sep  7 18:08:26 2020 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=72fed132

mate-extra/mate-utils: Sync 

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

 mate-extra/mate-utils/mate-utils-.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/mate-extra/mate-utils/mate-utils-.ebuild 
b/mate-extra/mate-utils/mate-utils-.ebuild
index c6f2825..4ad6eec 100644
--- a/mate-extra/mate-utils/mate-utils-.ebuild
+++ b/mate-extra/mate-utils/mate-utils-.ebuild
@@ -37,6 +37,7 @@ COMMON_DEPEND="
 "
 
 RDEPEND="${COMMON_DEPEND}
+   mate-base/mate-desktop
virtual/libintl
 "
 
@@ -48,7 +49,7 @@ DEPEND="${COMMON_DEPEND}
dev-util/glib-utils
dev-util/gtk-doc
dev-util/gtk-doc-am
-   >=sys-devel/gettext-0.19.8:*
+   >=sys-devel/gettext-0.19.8
virtual/pkgconfig
x11-base/xorg-proto
 "



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

2020-09-07 Thread Adam Feldman
commit: bcaa8708a73ace1df4390fa56d28bbdc8ae6c60b
Author: Adam Feldman  gentoo  org>
AuthorDate: Sun Sep  6 22:22:29 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Mon Sep  7 18:08:26 2020 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=bcaa8708

mate-extra/mate-utils: Fix deps

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

 mate-extra/mate-utils/mate-utils-1.24.0-r3.ebuild | 73 +++
 1 file changed, 73 insertions(+)

diff --git a/mate-extra/mate-utils/mate-utils-1.24.0-r3.ebuild 
b/mate-extra/mate-utils/mate-utils-1.24.0-r3.ebuild
new file mode 100644
index 000..4ad6eec
--- /dev/null
+++ b/mate-extra/mate-utils/mate-utils-1.24.0-r3.ebuild
@@ -0,0 +1,73 @@
+# 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 ~arm64 ~x86"
+fi
+
+DESCRIPTION="Utilities for the MATE desktop"
+LICENSE="FDL-1.1+ GPL-2+ GPL-3+ LGPL-2+"
+SLOT="0"
+
+IUSE="X applet debug ipv6 test udisks"
+RESTRICT="!test? ( test )"
+
+COMMON_DEPEND="
+   dev-libs/atk
+   >=dev-libs/glib-2.50:2
+   >=gnome-base/libgtop-2.12:2=
+   >=media-libs/libcanberra-0.4[gtk3]
+   sys-libs/zlib
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf:2
+   >=x11-libs/gtk+-3.22:3
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/pango
+   applet? ( >=mate-base/mate-panel-1.17.0 )
+   udisks? ( >=sys-fs/udisks-1.90.0:2 )
+"
+
+RDEPEND="${COMMON_DEPEND}
+   mate-base/mate-desktop
+   virtual/libintl
+"
+
+DEPEND="${COMMON_DEPEND}
+   app-text/rarian
+   >=app-text/scrollkeeper-dtd-1:1.0
+   app-text/yelp-tools
+   dev-libs/libxml2
+   dev-util/glib-utils
+   dev-util/gtk-doc
+   dev-util/gtk-doc-am
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   x11-base/xorg-proto
+"
+
+src_prepare() {
+   # Make apps visible in all DEs.
+   LC_ALL=C find . -iname '*.desktop.in*' -exec \
+   sed -e '/OnlyShowIn/d' -i {} + || die
+
+   mate_src_prepare
+}
+
+src_configure() {
+   mate_src_configure \
+   --enable-zlib \
+   --enable-debug=$(usex debug yes minimum) \
+   $(use_with X x) \
+   $(use_enable applet gdict-applet) \
+   $(use_enable ipv6) \
+   $(use_enable udisks disk_image_mounter)
+}



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

2020-09-02 Thread Adam Feldman
commit: 0290e598a607d3613a9162ce8e3037dd611b5645
Author: Adam Feldman  gentoo  org>
AuthorDate: Wed Sep  2 15:38:09 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Sep  2 15:38:09 2020 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=0290e598

mate-extra/mate-utils: Require mate-desktop for schemas

Bug: https://bugs.gentoo.org/702908
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Adam Feldman  gentoo.org>

 mate-extra/mate-utils/mate-utils-1.22.2-r2.ebuild | 70 +
 mate-extra/mate-utils/mate-utils-1.24.0-r2.ebuild | 74 +++
 2 files changed, 144 insertions(+)

diff --git a/mate-extra/mate-utils/mate-utils-1.22.2-r2.ebuild 
b/mate-extra/mate-utils/mate-utils-1.22.2-r2.ebuild
new file mode 100644
index 000..9ad9cf8
--- /dev/null
+++ b/mate-extra/mate-utils/mate-utils-1.22.2-r2.ebuild
@@ -0,0 +1,70 @@
+# 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 ~arm64 ~x86"
+fi
+
+DESCRIPTION="Utilities for the MATE desktop"
+LICENSE="FDL-1.1+ GPL-2+ GPL-3+ LGPL-2+"
+SLOT="0"
+
+IUSE="X applet debug ipv6 test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-libs/atk
+   >=dev-libs/glib-2.50:2
+   >=gnome-base/libgtop-2.12:2=
+   mate-base/mate-desktop
+   >=media-libs/libcanberra-0.4[gtk3]
+   sys-libs/zlib
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf:2
+   >=x11-libs/gtk+-3.22:3
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/pango
+   applet? ( >=mate-base/mate-panel-1.17.0 )"
+
+DEPEND="${RDEPEND}
+   app-text/rarian
+   >=app-text/scrollkeeper-dtd-1:1.0
+   app-text/yelp-tools
+   dev-util/glib-utils
+   dev-util/gtk-doc
+   dev-util/gtk-doc-am
+   >=dev-util/intltool-0.50.1
+   sys-devel/gettext
+   virtual/pkgconfig
+   x11-base/xorg-proto"
+
+PATCHES=(
+   "${FILESDIR}/${P}-gcc-10-fno-common.patch"
+)
+
+src_prepare() {
+   # Make apps visible in all DEs.
+   LC_ALL=C find . -iname '*.desktop.in*' -exec \
+   sed -e '/OnlyShowIn/d' -i {} + || die
+
+   mate_src_prepare
+}
+
+src_configure() {
+   mate_src_configure \
+   --disable-maintainer-flags \
+   --enable-zlib \
+   --enable-debug=$(usex debug yes minimum) \
+   $(use_with X x) \
+   $(use_enable applet gdict-applet) \
+   $(use_enable ipv6)
+}

diff --git a/mate-extra/mate-utils/mate-utils-1.24.0-r2.ebuild 
b/mate-extra/mate-utils/mate-utils-1.24.0-r2.ebuild
new file mode 100644
index 000..bb4e5c5
--- /dev/null
+++ b/mate-extra/mate-utils/mate-utils-1.24.0-r2.ebuild
@@ -0,0 +1,74 @@
+# 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 ~arm64 ~x86"
+fi
+
+DESCRIPTION="Utilities for the MATE desktop"
+LICENSE="FDL-1.1+ GPL-2+ GPL-3+ LGPL-2+"
+SLOT="0"
+
+IUSE="X applet debug ipv6 test udisks"
+RESTRICT="!test? ( test )"
+
+COMMON_DEPEND="
+   dev-libs/atk
+   >=dev-libs/glib-2.50:2
+   >=gnome-base/libgtop-2.12:2=
+   >=media-libs/libcanberra-0.4[gtk3]
+   sys-libs/zlib
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf:2
+   >=x11-libs/gtk+-3.22:3
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/pango
+   applet? ( >=mate-base/mate-panel-1.17.0 )
+   udisks? ( >=sys-fs/udisks-1.90.0:2 )
+"
+
+RDEPEND="${COMMON_DEPEND}
+   mate-base/mate-desktop
+   virtual/libintl
+"
+
+DEPEND="${COMMON_DEPEND}
+   app-text/rarian
+   >=app-text/scrollkeeper-dtd-1:1.0
+   app-text/yelp-tools
+   dev-libs/libxml2
+   dev-util/glib-utils
+   dev-util/gtk-doc
+   dev-util/gtk-doc-am
+   >=sys-devel/gettext-0.19.8:*
+   virtual/pkgconfig
+   x11-base/xorg-proto
+"
+
+src_prepare() {
+   # Make apps visible in all DEs.
+   LC_ALL=C find . -iname '*.desktop.in*' -exec \
+   sed -e '/OnlyShowIn/d' -i {} + || die
+
+   mate_src_prepare
+}
+
+src_configure() {
+   mate_src_configure \
+   --disable-static \
+   --enable-zlib \
+   --enable-debug=$(usex debug yes minimum) \
+   $(use_with X x) \
+   $(use_enable applet gdict-applet) \
+   $(use_enable ipv6) \
+   $(use_enable udisks disk_image_mounter)
+}



[gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/mate-utils/files/, mate-extra/mate-utils/

2020-09-01 Thread Adam Feldman
commit: 5608e262420ba168eb32f6f9c04d8cfbf2513a15
Author: Adam Feldman  gentoo  org>
AuthorDate: Wed Sep  2 05:43:12 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Sep  2 05:55:38 2020 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=5608e262

mate-extra/mate-utils: Sync with ::gentoo

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

 mate-extra/mate-utils/Manifest |  2 -
 .../mate-utils-1.22.2-gcc-10-fno-common.patch  | 37 
 mate-extra/mate-utils/mate-utils-1.22.1-r1.ebuild  | 68 --
 ...s-1.22.0.ebuild => mate-utils-1.22.2-r1.ebuild} |  4 ++
 mate-extra/mate-utils/mate-utils-1.22.2.ebuild | 65 -
 ...s-1.24.0.ebuild => mate-utils-1.24.0-r1.ebuild} |  3 +-
 6 files changed, 43 insertions(+), 136 deletions(-)

diff --git a/mate-extra/mate-utils/Manifest b/mate-extra/mate-utils/Manifest
index cd12a5d..3f09230 100644
--- a/mate-extra/mate-utils/Manifest
+++ b/mate-extra/mate-utils/Manifest
@@ -1,4 +1,2 @@
-DIST mate-utils-1.22.0.tar.xz 7300112 BLAKE2B 
8a613b6dcb99e652ad6b44bd64ad9b2f9c809713b5fb904059b64234b51e2a06b2290dcf14d7dde82e8011be2ca395fe74d87bcae5b903b196d55bb50e8fdf07
 SHA512 
248c6e4108900768a4e8b272d20ac9b2d70e8bf77375f4669a099f4d8386c2e8affeafb772d209f00906f96f20d7ee347167ef4837186f44d8aaad85ef855f70
-DIST mate-utils-1.22.1.tar.xz 7284496 BLAKE2B 
83e7e39a0daadae595ab2cc90ad250f61a294afc896df28bf17259cec619af4b0c9d1927c07b03a0cdd7449174af258227678299823169e2cb4d9c4d3ec98c92
 SHA512 
0f70f088de80440ff6954c899eab75c2bf22d332293c1ec61bf8391396ed31a2ab126279dc4d9dab6f4932225120309bc52e122bcd5a8dc17abccfd6e480390d
 DIST mate-utils-1.22.2.tar.xz 7306448 BLAKE2B 
0fb28f85e39ac58c1e78e6f5f4c6d01e72a2b8c32197739b93ec3f17617b4676fdfe251b81e3b5b01c44f69136d9bfc8d12d64fff832d5a9f1c30591b2facebb
 SHA512 
bf33019ebd1dc4ff6010ba0824981334b7065a62dfc7a73170487df5f165ad20831a900ef4e4e0641ca130aa618f82aa27606f0a48c2cb9907ea7ef118f02a60
 DIST mate-utils-1.24.0.tar.xz 7930068 BLAKE2B 
0e2c82afbc2d8a90b8c31d56d9bfbb3a477b1e9cd67108e52c96f4087d09336ed9e6980551e39b43797743b9ef86cc2beabfa84fd7a5820e38122e0d0a7c968d
 SHA512 
d8945c85936a55d22f3ed94c9858ba84cadf552a63cdd2d9eec9120111ad71526ac88772f8e4b7a6a460b691574534e52706fba35a0395b1d894b27eece9e92c

diff --git 
a/mate-extra/mate-utils/files/mate-utils-1.22.2-gcc-10-fno-common.patch 
b/mate-extra/mate-utils/files/mate-utils-1.22.2-gcc-10-fno-common.patch
new file mode 100644
index 000..052c1a2
--- /dev/null
+++ b/mate-extra/mate-utils/files/mate-utils-1.22.2-gcc-10-fno-common.patch
@@ -0,0 +1,37 @@
+From d2d4902a68b8eabf4dc26a8ba49019e5ea6040c6 Mon Sep 17 00:00:00 2001
+From: rbuj 
+Date: Wed, 29 Jan 2020 16:22:09 +0100
+Subject: [PATCH] Fix build using gcc 10 -fno-common flag
+
+Closes #258
+---
+ baobab/src/baobab.c | 2 ++
+ baobab/src/baobab.h | 2 +-
+ 2 files changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/baobab/src/baobab.c b/baobab/src/baobab.c
+index 07af1a1d..d4edde1f 100644
+--- a/baobab/src/baobab.c
 b/baobab/src/baobab.c
+@@ -42,6 +42,8 @@
+ static void push_iter_in_stack (GtkTreeIter *);
+ static GtkTreeIter pop_iter_from_stack (void);
+ 
++BaobabApplication baobab;
++
+ static gint currentdepth = 0;
+ static GtkTreeIter currentiter;
+ static GtkTreeIter firstiter;
+diff --git a/baobab/src/baobab.h b/baobab/src/baobab.h
+index b8d01817..76b22d6a 100644
+--- a/baobab/src/baobab.h
 b/baobab/src/baobab.h
+@@ -99,7 +99,7 @@ struct _BaobabApplication {
+ };
+ 
+ /* Application singleton */
+-BaobabApplication baobab;
++extern BaobabApplication baobab;
+ 
+ struct chan_data {
+   guint64 size;

diff --git a/mate-extra/mate-utils/mate-utils-1.22.1-r1.ebuild 
b/mate-extra/mate-utils/mate-utils-1.22.1-r1.ebuild
deleted file mode 100644
index eda9351..000
--- a/mate-extra/mate-utils/mate-utils-1.22.1-r1.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MATE_LA_PUNT="yes"
-
-inherit mate
-
-if [[ ${PV} !=  ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-fi
-
-DESCRIPTION="Utilities for the MATE desktop"
-LICENSE="FDL-1.1+ GPL-2+ GPL-3+ LGPL-2+"
-SLOT="0"
-
-IUSE="X applet debug ipv6 test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-libs/atk
-   >=dev-libs/glib-2.50:2
-   >=gnome-base/libgtop-2.12:2=
-   >=media-libs/libcanberra-0.4[gtk3]
-   sys-libs/zlib
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf:2
-   >=x11-libs/gtk+-3.22:3
-   x11-libs/libICE
-   x11-libs/libSM
-   x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/pango
-   applet? ( >=mate-base/mate-panel-1.17.0 )"
-
-DEPEND="${RDEPEND}
-   app-text/rarian
-   >=app-text/scrollkeeper-dtd-1:1.0
-   app-text/yelp-tools
-   dev-util/glib-utils
-   dev-util/gtk-doc
-   dev-util/gtk-doc-am
-   

[gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/mate-utils/files/, mate-extra/mate-utils/

2020-04-09 Thread Adam Feldman
commit: 75f7d43c48140ffa72a839f8f0b7ca60439dcda9
Author: Adam Feldman  gentoo  org>
AuthorDate: Mon Mar 30 21:29:22 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Thu Apr  9 22:49:25 2020 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=75f7d43c

mate-extra/mate-utils: Drop old, synt with Gentoo

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

 mate-extra/mate-utils/Manifest |   9 +-
 .../files/mate-utils-1.12.0-dict-gtk3.patch|  53 --
 ...de-correct-header-to-fix-occasional-ftbfs.patch |  25 ---
 .../mate-utils-1.22.1-make-inkscape-optional.patch | 192 +
 mate-extra/mate-utils/mate-utils-1.12.0-r2.ebuild  |  74 
 mate-extra/mate-utils/mate-utils-1.14.1.ebuild |  72 
 mate-extra/mate-utils/mate-utils-1.16.0.ebuild |  72 
 mate-extra/mate-utils/mate-utils-1.16.1.ebuild |  72 
 ...-utils-.ebuild => mate-utils-1.22.0.ebuild} |  48 +++---
 ...s-1.18.3.ebuild => mate-utils-1.22.1-r1.ebuild} |  49 +++---
 ...tils-1.18.3.ebuild => mate-utils-1.22.2.ebuild} |  46 ++---
 ...tils-1.18.3.ebuild => mate-utils-1.24.0.ebuild} |  55 +++---
 mate-extra/mate-utils/mate-utils-.ebuild   |  57 +++---
 mate-extra/mate-utils/metadata.xml |   1 -
 14 files changed, 332 insertions(+), 493 deletions(-)

diff --git a/mate-extra/mate-utils/Manifest b/mate-extra/mate-utils/Manifest
index 8bd8f72..cd12a5d 100644
--- a/mate-extra/mate-utils/Manifest
+++ b/mate-extra/mate-utils/Manifest
@@ -1,5 +1,4 @@
-DIST mate-utils-1.12.0.tar.xz 6482900 BLAKE2B 
a9922a2cd4cb15f5d561c4e07528c265ef759f65fc306490a8f1aebbfd077ece481c6d69485c7df639611b61cbe9ab2789cccd32edc2800be36429718526acca
 SHA512 
fe1db5c04b3adc616fdd0f76ddfb1291bbbfb6fb7d2f9ab11c5ffc33e19e0487ba3581babdfe74dd64553fd07f7d986fbac08fe2b14bcb79fca315e365069e47
-DIST mate-utils-1.14.1.tar.xz 6498448 BLAKE2B 
21809b5bfe4e624c9aaafeda2f161acbd5648b237d013ba4098c8a421dcb22e474caeac5148e3b902e9f869655928a619d5282957d508856f909592944881125
 SHA512 
7c95fe390f83ee90405929025039ccef186ebf268f85e45a0dda0483b5de9bb67a6d3bbbe1a55315787996118c6bdf6a4fb29ad7236428eef89750c058b886e4
-DIST mate-utils-1.16.0.tar.xz 6502040 BLAKE2B 
a87a1fde570a0c37c1a563914d271702c2ae8507d45641981418d48e71ce9c1aee214132586454c3f7ddbd201431ba6b1e388c88e3d55e0a1b895fde58a3fd6a
 SHA512 
a12883b732b0ac597c28c45609bde6fdf86369a3a00a16619617ec3834465fe85e83c4872a84a20d9d9a734c8180eae7e730f7cdfb4a6a41fdd14c59f607cacb
-DIST mate-utils-1.16.1.tar.xz 6517092 BLAKE2B 
3a9fa4b12d29038872a90841eff36310aeac2834797ad8b4a1cde41c97b4c1f815546a379028ba4559c3dbaf4f6aa91102fd0b80418a0f60d9501da2b7915dbb
 SHA512 
d902362b23b8b26377fa6741e8b96230ee224ef6dc9c4b02dc50e6bd43d87a28c266d2a1bb9c4c7be48cc43162988240257be40a4fb8b7f2569a2520f35b7aa0
-DIST mate-utils-1.18.3.tar.xz 6449580 BLAKE2B 
e8a892d0f924b37da82a8eb233c24b41609831d84fc706ac0082c05cfc0564ca150e6cbd350af8be48acf1e314253e4afe8123bcf4af189a344b3c51e6ccf7d2
 SHA512 
c9d80e037d32784b3d376aebe23abc6709e14d1df6f293f43c1fc7978f7903ac8b0fc159cebebb3d8dc471df210469b5dcc5dfebdc906ade30a2c7e8f7ca764a
+DIST mate-utils-1.22.0.tar.xz 7300112 BLAKE2B 
8a613b6dcb99e652ad6b44bd64ad9b2f9c809713b5fb904059b64234b51e2a06b2290dcf14d7dde82e8011be2ca395fe74d87bcae5b903b196d55bb50e8fdf07
 SHA512 
248c6e4108900768a4e8b272d20ac9b2d70e8bf77375f4669a099f4d8386c2e8affeafb772d209f00906f96f20d7ee347167ef4837186f44d8aaad85ef855f70
+DIST mate-utils-1.22.1.tar.xz 7284496 BLAKE2B 
83e7e39a0daadae595ab2cc90ad250f61a294afc896df28bf17259cec619af4b0c9d1927c07b03a0cdd7449174af258227678299823169e2cb4d9c4d3ec98c92
 SHA512 
0f70f088de80440ff6954c899eab75c2bf22d332293c1ec61bf8391396ed31a2ab126279dc4d9dab6f4932225120309bc52e122bcd5a8dc17abccfd6e480390d
+DIST mate-utils-1.22.2.tar.xz 7306448 BLAKE2B 
0fb28f85e39ac58c1e78e6f5f4c6d01e72a2b8c32197739b93ec3f17617b4676fdfe251b81e3b5b01c44f69136d9bfc8d12d64fff832d5a9f1c30591b2facebb
 SHA512 
bf33019ebd1dc4ff6010ba0824981334b7065a62dfc7a73170487df5f165ad20831a900ef4e4e0641ca130aa618f82aa27606f0a48c2cb9907ea7ef118f02a60
+DIST mate-utils-1.24.0.tar.xz 7930068 BLAKE2B 
0e2c82afbc2d8a90b8c31d56d9bfbb3a477b1e9cd67108e52c96f4087d09336ed9e6980551e39b43797743b9ef86cc2beabfa84fd7a5820e38122e0d0a7c968d
 SHA512 
d8945c85936a55d22f3ed94c9858ba84cadf552a63cdd2d9eec9120111ad71526ac88772f8e4b7a6a460b691574534e52706fba35a0395b1d894b27eece9e92c

diff --git a/mate-extra/mate-utils/files/mate-utils-1.12.0-dict-gtk3.patch 
b/mate-extra/mate-utils/files/mate-utils-1.12.0-dict-gtk3.patch
deleted file mode 100644
index dff6dbe..000
--- a/mate-extra/mate-utils/files/mate-utils-1.12.0-dict-gtk3.patch
+++ /dev/null
@@ -1,53 +0,0 @@
-From 5ab184661ff38baca3ea2709d81932a578654392 Mon Sep 17 00:00:00 2001
-From: Kir Kolyshkin 
-Date: Mon, 16 May 2016 14:52:28 -0700
-Subject: [PATCH] mate-dict.pc: depend upon proper gtk version
-
-If the package is built against gtk-3.0 (as in
-./configure 

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

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

mate-extra/mate-utils: Bump to version 1.18.3

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 mate-extra/mate-utils/Manifest  | 2 +-
 .../mate-utils/{mate-utils-1.18.2.ebuild => mate-utils-1.18.3.ebuild}   | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/mate-extra/mate-utils/Manifest b/mate-extra/mate-utils/Manifest
index 2e931e4..8bd8f72 100644
--- a/mate-extra/mate-utils/Manifest
+++ b/mate-extra/mate-utils/Manifest
@@ -2,4 +2,4 @@ DIST mate-utils-1.12.0.tar.xz 6482900 BLAKE2B 
a9922a2cd4cb15f5d561c4e07528c265ef
 DIST mate-utils-1.14.1.tar.xz 6498448 BLAKE2B 
21809b5bfe4e624c9aaafeda2f161acbd5648b237d013ba4098c8a421dcb22e474caeac5148e3b902e9f869655928a619d5282957d508856f909592944881125
 SHA512 
7c95fe390f83ee90405929025039ccef186ebf268f85e45a0dda0483b5de9bb67a6d3bbbe1a55315787996118c6bdf6a4fb29ad7236428eef89750c058b886e4
 DIST mate-utils-1.16.0.tar.xz 6502040 BLAKE2B 
a87a1fde570a0c37c1a563914d271702c2ae8507d45641981418d48e71ce9c1aee214132586454c3f7ddbd201431ba6b1e388c88e3d55e0a1b895fde58a3fd6a
 SHA512 
a12883b732b0ac597c28c45609bde6fdf86369a3a00a16619617ec3834465fe85e83c4872a84a20d9d9a734c8180eae7e730f7cdfb4a6a41fdd14c59f607cacb
 DIST mate-utils-1.16.1.tar.xz 6517092 BLAKE2B 
3a9fa4b12d29038872a90841eff36310aeac2834797ad8b4a1cde41c97b4c1f815546a379028ba4559c3dbaf4f6aa91102fd0b80418a0f60d9501da2b7915dbb
 SHA512 
d902362b23b8b26377fa6741e8b96230ee224ef6dc9c4b02dc50e6bd43d87a28c266d2a1bb9c4c7be48cc43162988240257be40a4fb8b7f2569a2520f35b7aa0
-DIST mate-utils-1.18.2.tar.xz 6442576 BLAKE2B 
bb146bdae4a9579fe700751679ef10efe149df9b4e6c27df67e88137c664a674e052cebb6c8af137bb2fd1da8f8b15b3e754c884c74aa81a6ab35f7d7e54e447
 SHA512 
4db4dd0ad986c52978a9fe7f893a0e1d8086b1685d8b162df9b7e7b33c9d8e47a85efc45f2db4cf45058cc91df3f909ece1b44e46c16a1a389070d8cd022348d
+DIST mate-utils-1.18.3.tar.xz 6449580 BLAKE2B 
e8a892d0f924b37da82a8eb233c24b41609831d84fc706ac0082c05cfc0564ca150e6cbd350af8be48acf1e314253e4afe8123bcf4af189a344b3c51e6ccf7d2
 SHA512 
c9d80e037d32784b3d376aebe23abc6709e14d1df6f293f43c1fc7978f7903ac8b0fc159cebebb3d8dc471df210469b5dcc5dfebdc906ade30a2c7e8f7ca764a

diff --git a/mate-extra/mate-utils/mate-utils-1.18.2.ebuild 
b/mate-extra/mate-utils/mate-utils-1.18.3.ebuild
similarity index 100%
rename from mate-extra/mate-utils/mate-utils-1.18.2.ebuild
rename to mate-extra/mate-utils/mate-utils-1.18.3.ebuild



[gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/mate-utils/files/, mate-extra/mate-utils/

2018-01-27 Thread Ettore Di Giacinto
commit: 97de8ec272b6b7bea576a7c96b50264a4ca81a30
Author: Ettore Di Giacinto  gentoo  org>
AuthorDate: Sat Jan 27 17:59:47 2018 +
Commit: Ettore Di Giacinto  gentoo  org>
CommitDate: Sat Jan 27 17:59:47 2018 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=97de8ec2

mate-extra/mate-utils: Backport patch to fix build, bug #639600

Closes: https://bugs.gentoo.org/639600
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 ...de-correct-header-to-fix-occasional-ftbfs.patch | 25 ++
 mate-extra/mate-utils/mate-utils-1.12.0-r2.ebuild  |  7 --
 2 files changed, 30 insertions(+), 2 deletions(-)

diff --git 
a/mate-extra/mate-utils/files/mate-utils-1.12.0-include-correct-header-to-fix-occasional-ftbfs.patch
 
b/mate-extra/mate-utils/files/mate-utils-1.12.0-include-correct-header-to-fix-occasional-ftbfs.patch
new file mode 100644
index 000..09d2017
--- /dev/null
+++ 
b/mate-extra/mate-utils/files/mate-utils-1.12.0-include-correct-header-to-fix-occasional-ftbfs.patch
@@ -0,0 +1,25 @@
+From 550229e422cd88fe39473f41cebe6cef12f6c8fb Mon Sep 17 00:00:00 2001
+From: monsta 
+Date: Tue, 14 Mar 2017 15:08:47 +0300
+Subject: [PATCH] mate-dictionary: include correct header to fix occasional
+ FTBFS
+
+taken from:
+https://git.gnome.org/browse/gnome-dictionary/commit/?id=d529e2dd056f05cb1115c2f68bb6f773b4b14948
+---
+ mate-dictionary/libgdict/gdict-client-context.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/mate-dictionary/libgdict/gdict-client-context.h 
b/mate-dictionary/libgdict/gdict-client-context.h
+index 2854fed..c52bbb4 100644
+--- a/mate-dictionary/libgdict/gdict-client-context.h
 b/mate-dictionary/libgdict/gdict-client-context.h
+@@ -20,7 +20,7 @@
+ #ifndef __GDICT_CLIENT_CONTEXT_H__
+ #define __GDICT_CLIENT_CONTEXT_H__
+ 
+-#include 
++#include "gdict-context.h"
+ 
+ #define GDICT_TYPE_CLIENT_CONTEXT (gdict_client_context_get_type 
())
+ #define GDICT_CLIENT_CONTEXT(obj) (G_TYPE_CHECK_INSTANCE_CAST 
((obj), GDICT_TYPE_CLIENT_CONTEXT, GdictClientContext))

diff --git a/mate-extra/mate-utils/mate-utils-1.12.0-r2.ebuild 
b/mate-extra/mate-utils/mate-utils-1.12.0-r2.ebuild
index 22464b1..8c6fda4 100644
--- a/mate-extra/mate-utils/mate-utils-1.12.0-r2.ebuild
+++ b/mate-extra/mate-utils/mate-utils-1.12.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -49,7 +49,10 @@ DEPEND="${RDEPEND}
sys-devel/gettext:*
virtual/pkgconfig:*"
 
-PATCHES=( "${FILESDIR}/${P}-dict-gtk3.patch" )
+PATCHES=(
+   "${FILESDIR}/${P}-dict-gtk3.patch"
+   "${FILESDIR}/${P}-include-correct-header-to-fix-occasional-ftbfs.patch"
+)
 
 src_prepare() {
# Make apps visible in all DEs.



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

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

mate-extra/mate-utils: Bump version to 1.16.1

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 mate-extra/mate-utils/Manifest |  1 +
 mate-extra/mate-utils/mate-utils-1.16.1.ebuild | 72 ++
 2 files changed, 73 insertions(+)

diff --git a/mate-extra/mate-utils/Manifest b/mate-extra/mate-utils/Manifest
index c11c495..bb8f3d6 100644
--- a/mate-extra/mate-utils/Manifest
+++ b/mate-extra/mate-utils/Manifest
@@ -1,4 +1,5 @@
 DIST mate-utils-1.12.0.tar.xz 6482900 SHA256 
60da98d984065d5001ba23f7fb02fb2acd1c1ec864e4a2730274f8791a96d69f SHA512 
fe1db5c04b3adc616fdd0f76ddfb1291bbbfb6fb7d2f9ab11c5ffc33e19e0487ba3581babdfe74dd64553fd07f7d986fbac08fe2b14bcb79fca315e365069e47
 WHIRLPOOL 
36d00040b6d655e78192f5554ee773fe5998a9395040fa0ef5b3d9560d73e8cb582fbc750136f5581dc462cea6ad2e7306cdc94027a6d63d5f1e8aacc3dc1699
 DIST mate-utils-1.14.1.tar.xz 6498448 SHA256 
6632c1fe72187ed1d77ee8e55cf70885b2611c086b606b92010d2a4f193ab4dd SHA512 
7c95fe390f83ee90405929025039ccef186ebf268f85e45a0dda0483b5de9bb67a6d3bbbe1a55315787996118c6bdf6a4fb29ad7236428eef89750c058b886e4
 WHIRLPOOL 
7cd60dc07f1c75c053c783064eb10c87711189d2b5b4b0e9258a4f9c7b78bf1e141b64a30e37cdfcb82bf8e04599a2032641f08b2617c61fe24c7bcbd7f24c85
 DIST mate-utils-1.16.0.tar.xz 6502040 SHA256 
05aad0bc57647e2d084f6588dd43692c8bd2a4284c9917d17033ca016b47c842 SHA512 
a12883b732b0ac597c28c45609bde6fdf86369a3a00a16619617ec3834465fe85e83c4872a84a20d9d9a734c8180eae7e730f7cdfb4a6a41fdd14c59f607cacb
 WHIRLPOOL 
2c2752faf19b6a5605a229b9c2e69dd948b5e3a700668c16e3f29508a601c42b3b581a5a1b4a40e9483608f1454f2519cdb97e44992c3f40107b14b5a5e7eb77
+DIST mate-utils-1.16.1.tar.xz 6517092 BLAKE2B 
3a9fa4b12d29038872a90841eff36310aeac2834797ad8b4a1cde41c97b4c1f815546a379028ba4559c3dbaf4f6aa91102fd0b80418a0f60d9501da2b7915dbb
 SHA512 
d902362b23b8b26377fa6741e8b96230ee224ef6dc9c4b02dc50e6bd43d87a28c266d2a1bb9c4c7be48cc43162988240257be40a4fb8b7f2569a2520f35b7aa0
 DIST mate-utils-1.18.2.tar.xz 6442576 SHA256 
bbd80f772d9f4dd379794105fd7a4f5452c71ff3e634a06f0af245875b492373 SHA512 
4db4dd0ad986c52978a9fe7f893a0e1d8086b1685d8b162df9b7e7b33c9d8e47a85efc45f2db4cf45058cc91df3f909ece1b44e46c16a1a389070d8cd022348d
 WHIRLPOOL 
ea31ec3b8d20ebe2cdc0d552734cb72ffc82dbf87b660d66e48b316398e55b68d0884b7615a9960a75593c264b8f21849d7485d77458ffd509e8003fb75c3ebe

diff --git a/mate-extra/mate-utils/mate-utils-1.16.1.ebuild 
b/mate-extra/mate-utils/mate-utils-1.16.1.ebuild
new file mode 100644
index 000..0798d88
--- /dev/null
+++ b/mate-extra/mate-utils/mate-utils-1.16.1.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MATE_LA_PUNT="yes"
+
+inherit mate
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+DESCRIPTION="Utilities for the MATE desktop"
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE="X applet debug gtk3 ipv6 test"
+
+COMMON_DEPEND="
+   dev-libs/atk:0
+   >=dev-libs/glib-2.36:2
+   >=gnome-base/libgtop-2.12:2=
+   sys-libs/zlib:0
+   x11-libs/cairo:0
+   x11-libs/gdk-pixbuf:2
+   x11-libs/libICE:0
+   x11-libs/libSM:0
+   x11-libs/libX11:0
+   x11-libs/libXext:0
+   x11-libs/pango:0
+   applet? ( >=mate-base/mate-panel-1.6[gtk3(-)=] )
+   !gtk3? (
+   >=x11-libs/gtk+-2.24:2
+   >=media-libs/libcanberra-0.4:0[gtk]
+   )
+   gtk3? (
+   >=x11-libs/gtk+-3.0:3
+   >=media-libs/libcanberra-0.4:0[gtk3]
+   )"
+
+RDEPEND="${COMMON_DEPEND}"
+
+DEPEND="${COMMON_DEPEND}
+   app-text/rarian:0
+   >=app-text/scrollkeeper-dtd-1:1.0
+   app-text/yelp-tools:0
+   dev-util/gtk-doc
+   dev-util/gtk-doc-am
+   >=dev-util/intltool-0.50.1:*
+   x11-proto/xextproto:0
+   sys-devel/gettext:*
+   virtual/pkgconfig:*"
+
+src_prepare() {
+   # Make apps visible in all DEs.
+   LC_ALL=C find . -iname '*.desktop.in*' -exec \
+   sed -e '/OnlyShowIn/d' -i {} + || die
+
+   mate_src_prepare
+}
+
+src_configure() {
+   mate_src_configure \
+   --disable-maintainer-flags \
+   --enable-zlib \
+   --enable-debug=$(usex debug yes minimum) \
+   --with-gtk=$(usex gtk3 3.0 2.0) \
+   $(use_with X x) \
+   $(use_enable applet gdict-applet) \
+   $(use_enable ipv6)
+}



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

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

mate-extra/mate-utils: Bump version to 1.18.2

Package-Manager: Portage-2.3.3, Repoman-2.3.2

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

diff --git a/mate-extra/mate-utils/Manifest b/mate-extra/mate-utils/Manifest
index c6b87f3..c11c495 100644
--- a/mate-extra/mate-utils/Manifest
+++ b/mate-extra/mate-utils/Manifest
@@ -1,4 +1,4 @@
 DIST mate-utils-1.12.0.tar.xz 6482900 SHA256 
60da98d984065d5001ba23f7fb02fb2acd1c1ec864e4a2730274f8791a96d69f SHA512 
fe1db5c04b3adc616fdd0f76ddfb1291bbbfb6fb7d2f9ab11c5ffc33e19e0487ba3581babdfe74dd64553fd07f7d986fbac08fe2b14bcb79fca315e365069e47
 WHIRLPOOL 
36d00040b6d655e78192f5554ee773fe5998a9395040fa0ef5b3d9560d73e8cb582fbc750136f5581dc462cea6ad2e7306cdc94027a6d63d5f1e8aacc3dc1699
 DIST mate-utils-1.14.1.tar.xz 6498448 SHA256 
6632c1fe72187ed1d77ee8e55cf70885b2611c086b606b92010d2a4f193ab4dd SHA512 
7c95fe390f83ee90405929025039ccef186ebf268f85e45a0dda0483b5de9bb67a6d3bbbe1a55315787996118c6bdf6a4fb29ad7236428eef89750c058b886e4
 WHIRLPOOL 
7cd60dc07f1c75c053c783064eb10c87711189d2b5b4b0e9258a4f9c7b78bf1e141b64a30e37cdfcb82bf8e04599a2032641f08b2617c61fe24c7bcbd7f24c85
 DIST mate-utils-1.16.0.tar.xz 6502040 SHA256 
05aad0bc57647e2d084f6588dd43692c8bd2a4284c9917d17033ca016b47c842 SHA512 
a12883b732b0ac597c28c45609bde6fdf86369a3a00a16619617ec3834465fe85e83c4872a84a20d9d9a734c8180eae7e730f7cdfb4a6a41fdd14c59f607cacb
 WHIRLPOOL 
2c2752faf19b6a5605a229b9c2e69dd948b5e3a700668c16e3f29508a601c42b3b581a5a1b4a40e9483608f1454f2519cdb97e44992c3f40107b14b5a5e7eb77
-DIST mate-utils-1.18.0.tar.xz 6437336 SHA256 
ed482f651e8379b9963f93399d8590df4e28ea3cc8dc8c0603c1fac7c5fa10d1 SHA512 
5d50b0603ad2b6ab56edd51cdbff7c32b2142c6a7e3b49f6e5e8758a6ba7fcb3e894baf5beda3c9240e6d2f70701f3fe501198193e70a530df67af107e15b328
 WHIRLPOOL 
4ad5e65a7f115cc51efdb4385ec3718bdfac26f0fc7ead49a581dadc537c824a2234bf28c89ad19591b4d71fbe074dffc67e7431522673106559b9c24a759791
+DIST mate-utils-1.18.2.tar.xz 6442576 SHA256 
bbd80f772d9f4dd379794105fd7a4f5452c71ff3e634a06f0af245875b492373 SHA512 
4db4dd0ad986c52978a9fe7f893a0e1d8086b1685d8b162df9b7e7b33c9d8e47a85efc45f2db4cf45058cc91df3f909ece1b44e46c16a1a389070d8cd022348d
 WHIRLPOOL 
ea31ec3b8d20ebe2cdc0d552734cb72ffc82dbf87b660d66e48b316398e55b68d0884b7615a9960a75593c264b8f21849d7485d77458ffd509e8003fb75c3ebe

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



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

2016-11-29 Thread Ettore Di Giacinto
commit: 9bbb1f0afe22264fe49f769730323468a6fd2101
Author: Ettore Di Giacinto  gentoo  org>
AuthorDate: Thu Nov 10 22:00:04 2016 +
Commit: Ettore Di Giacinto  gentoo  org>
CommitDate: Tue Nov 29 18:44:47 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=9bbb1f0a

mate-extra/mate-utils: version bump to 1.16.0

Package-Manager: portage-2.3.1

 mate-extra/mate-utils/Manifest |  1 +
 mate-extra/mate-utils/mate-utils-1.16.0.ebuild | 73 ++
 2 files changed, 74 insertions(+)

diff --git a/mate-extra/mate-utils/Manifest b/mate-extra/mate-utils/Manifest
index 1655864..57d7f65 100644
--- a/mate-extra/mate-utils/Manifest
+++ b/mate-extra/mate-utils/Manifest
@@ -1,2 +1,3 @@
 DIST mate-utils-1.12.0.tar.xz 6482900 SHA256 
60da98d984065d5001ba23f7fb02fb2acd1c1ec864e4a2730274f8791a96d69f SHA512 
fe1db5c04b3adc616fdd0f76ddfb1291bbbfb6fb7d2f9ab11c5ffc33e19e0487ba3581babdfe74dd64553fd07f7d986fbac08fe2b14bcb79fca315e365069e47
 WHIRLPOOL 
36d00040b6d655e78192f5554ee773fe5998a9395040fa0ef5b3d9560d73e8cb582fbc750136f5581dc462cea6ad2e7306cdc94027a6d63d5f1e8aacc3dc1699
 DIST mate-utils-1.14.1.tar.xz 6498448 SHA256 
6632c1fe72187ed1d77ee8e55cf70885b2611c086b606b92010d2a4f193ab4dd SHA512 
7c95fe390f83ee90405929025039ccef186ebf268f85e45a0dda0483b5de9bb67a6d3bbbe1a55315787996118c6bdf6a4fb29ad7236428eef89750c058b886e4
 WHIRLPOOL 
7cd60dc07f1c75c053c783064eb10c87711189d2b5b4b0e9258a4f9c7b78bf1e141b64a30e37cdfcb82bf8e04599a2032641f08b2617c61fe24c7bcbd7f24c85
+DIST mate-utils-1.16.0.tar.xz 6502040 SHA256 
05aad0bc57647e2d084f6588dd43692c8bd2a4284c9917d17033ca016b47c842 SHA512 
a12883b732b0ac597c28c45609bde6fdf86369a3a00a16619617ec3834465fe85e83c4872a84a20d9d9a734c8180eae7e730f7cdfb4a6a41fdd14c59f607cacb
 WHIRLPOOL 
2c2752faf19b6a5605a229b9c2e69dd948b5e3a700668c16e3f29508a601c42b3b581a5a1b4a40e9483608f1454f2519cdb97e44992c3f40107b14b5a5e7eb77

diff --git a/mate-extra/mate-utils/mate-utils-1.16.0.ebuild 
b/mate-extra/mate-utils/mate-utils-1.16.0.ebuild
new file mode 100644
index 000..a5f7e8d
--- /dev/null
+++ b/mate-extra/mate-utils/mate-utils-1.16.0.ebuild
@@ -0,0 +1,73 @@
+# 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="Utilities for the MATE desktop"
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE="X applet debug gtk3 ipv6 test"
+
+COMMON_DEPEND="
+   dev-libs/atk:0
+   >=dev-libs/glib-2.36:2
+   >=gnome-base/libgtop-2.12:2=
+   sys-libs/zlib:0
+   x11-libs/cairo:0
+   x11-libs/gdk-pixbuf:2
+   x11-libs/libICE:0
+   x11-libs/libSM:0
+   x11-libs/libX11:0
+   x11-libs/libXext:0
+   x11-libs/pango:0
+   applet? ( >=mate-base/mate-panel-1.6[gtk3(-)=] )
+   !gtk3? (
+   >=x11-libs/gtk+-2.24:2
+   >=media-libs/libcanberra-0.4:0[gtk]
+   )
+   gtk3? (
+   >=x11-libs/gtk+-3.0:3
+   >=media-libs/libcanberra-0.4:0[gtk3]
+   )"
+
+RDEPEND="${COMMON_DEPEND}"
+
+DEPEND="${COMMON_DEPEND}
+   app-text/rarian:0
+   >=app-text/scrollkeeper-dtd-1:1.0
+   app-text/yelp-tools:0
+   dev-util/gtk-doc
+   dev-util/gtk-doc-am
+   >=dev-util/intltool-0.50.1:*
+   x11-proto/xextproto:0
+   sys-devel/gettext:*
+   virtual/pkgconfig:*"
+
+src_prepare() {
+   # Make apps visible in all DEs.
+   LC_ALL=C find . -iname '*.desktop.in*' -exec \
+   sed -e '/OnlyShowIn/d' -i {} + || die
+
+   mate_src_prepare
+}
+
+src_configure() {
+   mate_src_configure \
+   --disable-maintainer-flags \
+   --enable-zlib \
+   --enable-debug=$(usex debug yes minimum) \
+   --with-gtk=$(usex gtk3 3.0 2.0) \
+   $(use_with X x) \
+   $(use_enable applet gdict-applet) \
+   $(use_enable ipv6)
+}



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

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

mate-extra/mate-utils: Drop 1.10.x

Package-Manager: portage-2.3.1

 mate-extra/mate-utils/Manifest|  1 -
 mate-extra/mate-utils/mate-utils-1.10.4-r1.ebuild | 90 ---
 2 files changed, 91 deletions(-)

diff --git a/mate-extra/mate-utils/Manifest b/mate-extra/mate-utils/Manifest
index d1799bb..1655864 100644
--- a/mate-extra/mate-utils/Manifest
+++ b/mate-extra/mate-utils/Manifest
@@ -1,3 +1,2 @@
-DIST mate-utils-1.10.4.tar.xz 6482724 SHA256 
a15610f42c5b4f4f2cd6aef876080912297edde5ba568dfd42f066afc876d491 SHA512 
7d162f21efec756abb4429e7e4ed461286ea0fda9e7279610eb8e9fe4b5af1782759f28b98574042e3c9e5cdfd2d00e0f59a16ea56a1852af47f35a8c7e99f79
 WHIRLPOOL 
3689a7c4921c53369c5a8b009de276a50b7420799528ec55bdba03493a9b4f6ebf4d21216a31bdffc2968fbfb83355c2f077d694c75e60fca1ad3af7a2989b13
 DIST mate-utils-1.12.0.tar.xz 6482900 SHA256 
60da98d984065d5001ba23f7fb02fb2acd1c1ec864e4a2730274f8791a96d69f SHA512 
fe1db5c04b3adc616fdd0f76ddfb1291bbbfb6fb7d2f9ab11c5ffc33e19e0487ba3581babdfe74dd64553fd07f7d986fbac08fe2b14bcb79fca315e365069e47
 WHIRLPOOL 
36d00040b6d655e78192f5554ee773fe5998a9395040fa0ef5b3d9560d73e8cb582fbc750136f5581dc462cea6ad2e7306cdc94027a6d63d5f1e8aacc3dc1699
 DIST mate-utils-1.14.1.tar.xz 6498448 SHA256 
6632c1fe72187ed1d77ee8e55cf70885b2611c086b606b92010d2a4f193ab4dd SHA512 
7c95fe390f83ee90405929025039ccef186ebf268f85e45a0dda0483b5de9bb67a6d3bbbe1a55315787996118c6bdf6a4fb29ad7236428eef89750c058b886e4
 WHIRLPOOL 
7cd60dc07f1c75c053c783064eb10c87711189d2b5b4b0e9258a4f9c7b78bf1e141b64a30e37cdfcb82bf8e04599a2032641f08b2617c61fe24c7bcbd7f24c85

diff --git a/mate-extra/mate-utils/mate-utils-1.10.4-r1.ebuild 
b/mate-extra/mate-utils/mate-utils-1.10.4-r1.ebuild
deleted file mode 100644
index 8005839..000
--- a/mate-extra/mate-utils/mate-utils-1.10.4-r1.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-GCONF_DEBUG="yes"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2 versionator
-
-MATE_BRANCH="$(get_version_component_range 1-2)"
-
-SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz;
-DESCRIPTION="Utilities for the MATE desktop"
-HOMEPAGE="http://mate-desktop.org;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-
-IUSE="X applet ipv6 test"
-
-RDEPEND="app-text/rarian:0
-   dev-libs/atk:0
-   >=dev-libs/glib-2.36:2
-   >=gnome-base/libgtop-2.12:2=
-   >=media-libs/libcanberra-0.4:0[gtk]
-   sys-libs/zlib:0
-   >=x11-libs/gtk+-2.24:2
-   x11-libs/cairo:0
-   x11-libs/gdk-pixbuf:2
-   x11-libs/libICE:0
-   x11-libs/libSM:0
-   x11-libs/libX11:0
-   x11-libs/libXext:0
-   x11-libs/pango:0
-   applet? ( >=mate-base/mate-panel-1.10:0 )"
-
-DEPEND="${RDEPEND}
-   >=app-text/scrollkeeper-dtd-1:1.0
-   app-text/yelp-tools:0
-   >=dev-util/intltool-0.50:*
-   >=mate-base/mate-common-1.10:0
-   x11-proto/xextproto:0
-   sys-devel/gettext:*
-   virtual/pkgconfig:*"
-
-src_prepare() {
-   gnome2_src_prepare
-
-   # Remove -D.*DISABLE_DEPRECATED cflagss
-   # This method is kinda prone to breakage. Recheck carefully with next 
bump.
-   # bug 339074
-   LC_ALL=C find . -iname 'Makefile.am' -exec \
-   sed -e '/-D[A-Z_]*DISABLE_DEPRECATED/d' -i {} + || die
-
-   # Do Makefile.in after Makefile.am to avoid automake maintainer-mode
-   LC_ALL=C find . -iname 'Makefile.in' -exec \
-   sed -e '/-D[A-Z_]*DISABLE_DEPRECATED/d' -i {} + || die
-
-   if ! use test; then
-   sed -e 's/ tests//' -i logview/Makefile.{am,in} || die
-   fi
-
-   # Fix up desktop files.
-   LC_ALL=C find . -iname '*.desktop.in*' -exec \
-   sed -e 's/Categories\(.*\)MATE/Categories\1X-MATE/' -i {} + || 
die
-
-   # Make apps visible in all DEs.
-   LC_ALL=C find . -iname '*.desktop.in*' -exec \
-   sed -e '/OnlyShowIn/d' -i {} + || die
-}
-
-src_configure() {
-   local myconf
-   if ! use debug; then
-   myconf="${myconf} --enable-debug=minimum"
-   fi
-
-   gnome2_src_configure \
-   $(use_enable applet gdict-applet) \
-   $(use_enable ipv6) \
-   $(use_with X x) \
-   --disable-maintainer-flags \
-   --enable-zlib \
-   ${myconf}
-}
-
-DOCS="AUTHORS ChangeLog NEWS README THANKS"



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

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

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

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

 mate-extra/mate-utils/mate-utils-1.12.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mate-extra/mate-utils/mate-utils-1.12.0-r2.ebuild 
b/mate-extra/mate-utils/mate-utils-1.12.0-r2.ebuild
index 5369732..c07290d 100644
--- a/mate-extra/mate-utils/mate-utils-1.12.0-r2.ebuild
+++ b/mate-extra/mate-utils/mate-utils-1.12.0-r2.ebuild
@@ -9,7 +9,7 @@ MATE_LA_PUNT="yes"
 inherit mate
 
 if [[ ${PV} !=  ]]; then
-   KEYWORDS="~amd64 ~arm ~x86"
+   KEYWORDS="amd64 ~arm ~x86"
 fi
 
 DESCRIPTION="Utilities for the MATE desktop"



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

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

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

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

 mate-extra/mate-utils/mate-utils-1.12.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mate-extra/mate-utils/mate-utils-1.12.0-r2.ebuild 
b/mate-extra/mate-utils/mate-utils-1.12.0-r2.ebuild
index c07290d..7d05392 100644
--- a/mate-extra/mate-utils/mate-utils-1.12.0-r2.ebuild
+++ b/mate-extra/mate-utils/mate-utils-1.12.0-r2.ebuild
@@ -9,7 +9,7 @@ MATE_LA_PUNT="yes"
 inherit mate
 
 if [[ ${PV} !=  ]]; then
-   KEYWORDS="amd64 ~arm ~x86"
+   KEYWORDS="amd64 ~arm x86"
 fi
 
 DESCRIPTION="Utilities for the MATE desktop"



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

2016-09-10 Thread NP Hardass
commit: 64ae55f2c3588b9bc5b559f607ac756bb73fd635
Author: mudler  sabayon  org>
AuthorDate: Mon Sep  5 13:56:16 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Mon Sep  5 13:56:16 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=64ae55f2

mate-extra/mate-utils: Version bump to 1.14.1

Package-Manager: portage-2.2.26

 mate-extra/mate-utils/Manifest |  1 +
 mate-extra/mate-utils/mate-utils-1.14.1.ebuild | 65 ++
 2 files changed, 66 insertions(+)

diff --git a/mate-extra/mate-utils/Manifest b/mate-extra/mate-utils/Manifest
index ea4e0c0..d1799bb 100644
--- a/mate-extra/mate-utils/Manifest
+++ b/mate-extra/mate-utils/Manifest
@@ -1,2 +1,3 @@
 DIST mate-utils-1.10.4.tar.xz 6482724 SHA256 
a15610f42c5b4f4f2cd6aef876080912297edde5ba568dfd42f066afc876d491 SHA512 
7d162f21efec756abb4429e7e4ed461286ea0fda9e7279610eb8e9fe4b5af1782759f28b98574042e3c9e5cdfd2d00e0f59a16ea56a1852af47f35a8c7e99f79
 WHIRLPOOL 
3689a7c4921c53369c5a8b009de276a50b7420799528ec55bdba03493a9b4f6ebf4d21216a31bdffc2968fbfb83355c2f077d694c75e60fca1ad3af7a2989b13
 DIST mate-utils-1.12.0.tar.xz 6482900 SHA256 
60da98d984065d5001ba23f7fb02fb2acd1c1ec864e4a2730274f8791a96d69f SHA512 
fe1db5c04b3adc616fdd0f76ddfb1291bbbfb6fb7d2f9ab11c5ffc33e19e0487ba3581babdfe74dd64553fd07f7d986fbac08fe2b14bcb79fca315e365069e47
 WHIRLPOOL 
36d00040b6d655e78192f5554ee773fe5998a9395040fa0ef5b3d9560d73e8cb582fbc750136f5581dc462cea6ad2e7306cdc94027a6d63d5f1e8aacc3dc1699
+DIST mate-utils-1.14.1.tar.xz 6498448 SHA256 
6632c1fe72187ed1d77ee8e55cf70885b2611c086b606b92010d2a4f193ab4dd SHA512 
7c95fe390f83ee90405929025039ccef186ebf268f85e45a0dda0483b5de9bb67a6d3bbbe1a55315787996118c6bdf6a4fb29ad7236428eef89750c058b886e4
 WHIRLPOOL 
7cd60dc07f1c75c053c783064eb10c87711189d2b5b4b0e9258a4f9c7b78bf1e141b64a30e37cdfcb82bf8e04599a2032641f08b2617c61fe24c7bcbd7f24c85

diff --git a/mate-extra/mate-utils/mate-utils-1.14.1.ebuild 
b/mate-extra/mate-utils/mate-utils-1.14.1.ebuild
new file mode 100644
index 000..9570167
--- /dev/null
+++ b/mate-extra/mate-utils/mate-utils-1.14.1.ebuild
@@ -0,0 +1,65 @@
+# 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="Utilities for the MATE desktop"
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE="X applet debug gtk3 ipv6 test"
+
+COMMON_DEPEND="
+   dev-libs/atk:0
+   >=dev-libs/glib-2.36:2
+   >=gnome-base/libgtop-2.12:2=
+   sys-libs/zlib:0
+   x11-libs/cairo:0
+   x11-libs/gdk-pixbuf:2
+   x11-libs/libICE:0
+   x11-libs/libSM:0
+   x11-libs/libX11:0
+   x11-libs/libXext:0
+   x11-libs/pango:0
+   applet? ( >=mate-base/mate-panel-1.6[gtk3(-)=] )
+   !gtk3? (
+   >=x11-libs/gtk+-2.24:2
+   >=media-libs/libcanberra-0.4:0[gtk]
+   )
+   gtk3? (
+   >=x11-libs/gtk+-3.0:3
+   >=media-libs/libcanberra-0.4:0[gtk3]
+   )"
+
+RDEPEND="${COMMON_DEPEND}"
+
+DEPEND="${COMMON_DEPEND}
+   app-text/rarian:0
+   >=app-text/scrollkeeper-dtd-1:1.0
+   app-text/yelp-tools:0
+   dev-util/gtk-doc
+   dev-util/gtk-doc-am
+   >=dev-util/intltool-0.50.1:*
+   x11-proto/xextproto:0
+   sys-devel/gettext:*
+   virtual/pkgconfig:*"
+
+src_configure() {
+   mate_src_configure \
+   --disable-maintainer-flags \
+   --enable-zlib \
+   --enable-debug=$(usex debug yes minimum) \
+   --with-gtk=$(usex gtk3 3.0 2.0) \
+   $(use_with X x) \
+   $(use_enable applet gdict-applet) \
+   $(use_enable ipv6)
+}



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

2016-07-06 Thread NP Hardass
commit: 90981b8654f0f5d76a012934535a6dbc54f90e91
Author: NP-Hardass  gentoo  org>
AuthorDate: Wed Jul  6 05:50:01 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Wed Jul  6 05:50:01 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=90981b86

mate-extra/mate-utils: Add gtk-doc for eautoreconf

Package-Manager: portage-2.2.28

 .../mate-utils/{mate-utils-1.12.0.ebuild => mate-utils-1.12.0-r1.ebuild} | 1 +
 mate-extra/mate-utils/mate-utils-.ebuild | 1 +
 2 files changed, 2 insertions(+)

diff --git a/mate-extra/mate-utils/mate-utils-1.12.0.ebuild 
b/mate-extra/mate-utils/mate-utils-1.12.0-r1.ebuild
similarity index 98%
rename from mate-extra/mate-utils/mate-utils-1.12.0.ebuild
rename to mate-extra/mate-utils/mate-utils-1.12.0-r1.ebuild
index a97d24d..9453ec5 100644
--- a/mate-extra/mate-utils/mate-utils-1.12.0.ebuild
+++ b/mate-extra/mate-utils/mate-utils-1.12.0-r1.ebuild
@@ -43,6 +43,7 @@ RDEPEND="app-text/rarian:0
 DEPEND="${RDEPEND}
>=app-text/scrollkeeper-dtd-1:1.0
app-text/yelp-tools:0
+   dev-util/gtk-doc
dev-util/gtk-doc-am
>=dev-util/intltool-0.50.1:*
x11-proto/xextproto:0

diff --git a/mate-extra/mate-utils/mate-utils-.ebuild 
b/mate-extra/mate-utils/mate-utils-.ebuild
index a97d24d..9453ec5 100644
--- a/mate-extra/mate-utils/mate-utils-.ebuild
+++ b/mate-extra/mate-utils/mate-utils-.ebuild
@@ -43,6 +43,7 @@ RDEPEND="app-text/rarian:0
 DEPEND="${RDEPEND}
>=app-text/scrollkeeper-dtd-1:1.0
app-text/yelp-tools:0
+   dev-util/gtk-doc
dev-util/gtk-doc-am
>=dev-util/intltool-0.50.1:*
x11-proto/xextproto:0



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

2016-06-17 Thread NP Hardass
commit: 8ac1655b2c0182b0ad86186f2c7ec48f8bc5daf5
Author: NP-Hardass  gentoo  org>
AuthorDate: Fri Apr 15 05:46:44 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Fri Jun 17 17:35:40 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=8ac1655b

mate-extra/mate-utils: Version bump to 1.12.0, add , add gtk3

Package-Manager: portage-2.2.26

 mate-extra/mate-utils/Manifest |  1 +
 mate-extra/mate-utils/mate-utils-1.12.0.ebuild | 61 ++
 mate-extra/mate-utils/mate-utils-.ebuild   | 61 ++
 mate-extra/mate-utils/metadata.xml |  1 +
 4 files changed, 124 insertions(+)

diff --git a/mate-extra/mate-utils/Manifest b/mate-extra/mate-utils/Manifest
index 5902dc6..ea4e0c0 100644
--- a/mate-extra/mate-utils/Manifest
+++ b/mate-extra/mate-utils/Manifest
@@ -1 +1,2 @@
 DIST mate-utils-1.10.4.tar.xz 6482724 SHA256 
a15610f42c5b4f4f2cd6aef876080912297edde5ba568dfd42f066afc876d491 SHA512 
7d162f21efec756abb4429e7e4ed461286ea0fda9e7279610eb8e9fe4b5af1782759f28b98574042e3c9e5cdfd2d00e0f59a16ea56a1852af47f35a8c7e99f79
 WHIRLPOOL 
3689a7c4921c53369c5a8b009de276a50b7420799528ec55bdba03493a9b4f6ebf4d21216a31bdffc2968fbfb83355c2f077d694c75e60fca1ad3af7a2989b13
+DIST mate-utils-1.12.0.tar.xz 6482900 SHA256 
60da98d984065d5001ba23f7fb02fb2acd1c1ec864e4a2730274f8791a96d69f SHA512 
fe1db5c04b3adc616fdd0f76ddfb1291bbbfb6fb7d2f9ab11c5ffc33e19e0487ba3581babdfe74dd64553fd07f7d986fbac08fe2b14bcb79fca315e365069e47
 WHIRLPOOL 
36d00040b6d655e78192f5554ee773fe5998a9395040fa0ef5b3d9560d73e8cb582fbc750136f5581dc462cea6ad2e7306cdc94027a6d63d5f1e8aacc3dc1699

diff --git a/mate-extra/mate-utils/mate-utils-1.12.0.ebuild 
b/mate-extra/mate-utils/mate-utils-1.12.0.ebuild
new file mode 100644
index 000..a97d24d
--- /dev/null
+++ b/mate-extra/mate-utils/mate-utils-1.12.0.ebuild
@@ -0,0 +1,61 @@
+# 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="Utilities for the MATE desktop"
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE="X applet debug gtk3 ipv6 test"
+
+RDEPEND="app-text/rarian:0
+   dev-libs/atk:0
+   >=dev-libs/glib-2.36:2
+   >=gnome-base/libgtop-2.12:2=
+   sys-libs/zlib:0
+   x11-libs/cairo:0
+   x11-libs/gdk-pixbuf:2
+   x11-libs/libICE:0
+   x11-libs/libSM:0
+   x11-libs/libX11:0
+   x11-libs/libXext:0
+   x11-libs/pango:0
+   applet? ( >=mate-base/mate-panel-1.6[gtk3(-)=] )
+   !gtk3? (
+   >=x11-libs/gtk+-2.24:2
+   >=media-libs/libcanberra-0.4:0[gtk]
+   )
+   gtk3? (
+   >=x11-libs/gtk+-3.0:3
+   >=media-libs/libcanberra-0.4:0[gtk3]
+   )"
+
+DEPEND="${RDEPEND}
+   >=app-text/scrollkeeper-dtd-1:1.0
+   app-text/yelp-tools:0
+   dev-util/gtk-doc-am
+   >=dev-util/intltool-0.50.1:*
+   x11-proto/xextproto:0
+   sys-devel/gettext:*
+   virtual/pkgconfig:*"
+
+src_configure() {
+   mate_src_configure \
+   --disable-maintainer-flags \
+   --enable-zlib \
+   --enable-debug=$(usex debug yes minimum) \
+   --with-gtk=$(usex gtk3 3.0 2.0) \
+   $(use_with X x) \
+   $(use_enable applet gdict-applet) \
+   $(use_enable ipv6)
+}

diff --git a/mate-extra/mate-utils/mate-utils-.ebuild 
b/mate-extra/mate-utils/mate-utils-.ebuild
new file mode 100644
index 000..a97d24d
--- /dev/null
+++ b/mate-extra/mate-utils/mate-utils-.ebuild
@@ -0,0 +1,61 @@
+# 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="Utilities for the MATE desktop"
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE="X applet debug gtk3 ipv6 test"
+
+RDEPEND="app-text/rarian:0
+   dev-libs/atk:0
+   >=dev-libs/glib-2.36:2
+   >=gnome-base/libgtop-2.12:2=
+   sys-libs/zlib:0
+   x11-libs/cairo:0
+   x11-libs/gdk-pixbuf:2
+   x11-libs/libICE:0
+   x11-libs/libSM:0
+   x11-libs/libX11:0
+   x11-libs/libXext:0
+   x11-libs/pango:0
+   applet? ( >=mate-base/mate-panel-1.6[gtk3(-)=] )
+   !gtk3? (
+   >=x11-libs/gtk+-2.24:2
+   >=media-libs/libcanberra-0.4:0[gtk]
+   )
+   gtk3? (
+   >=x11-libs/gtk+-3.0:3
+   >=media-libs/libcanberra-0.4:0[gtk3]
+   )"
+
+DEPEND="${RDEPEND}
+   >=app-text/scrollkeeper-dtd-1:1.0
+   app-text/yelp-tools:0
+   dev-util/gtk-doc-am
+   >=dev-util/intltool-0.50.1:*
+   x11-proto/xextproto:0
+   sys-devel/gettext:*
+   virtual/pkgconfig:*"
+
+src_configure() {
+   mate_src_configure \
+ 

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

2016-03-25 Thread NP Hardass
commit: 4f98ca910f48b2487653107db772bd0e9624141a
Author: NP-Hardass  gentoo  org>
AuthorDate: Sat Mar 26 02:06:37 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sat Mar 26 02:23:50 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=4f98ca91

mate-extra/mate-utils: Drop 1.8.x

Package-Manager: portage-2.2.26

 mate-extra/mate-utils/Manifest|  1 -
 mate-extra/mate-utils/mate-utils-1.8.1.ebuild | 86 ---
 2 files changed, 87 deletions(-)

diff --git a/mate-extra/mate-utils/Manifest b/mate-extra/mate-utils/Manifest
index ee29cf2..5902dc6 100644
--- a/mate-extra/mate-utils/Manifest
+++ b/mate-extra/mate-utils/Manifest
@@ -1,2 +1 @@
 DIST mate-utils-1.10.4.tar.xz 6482724 SHA256 
a15610f42c5b4f4f2cd6aef876080912297edde5ba568dfd42f066afc876d491 SHA512 
7d162f21efec756abb4429e7e4ed461286ea0fda9e7279610eb8e9fe4b5af1782759f28b98574042e3c9e5cdfd2d00e0f59a16ea56a1852af47f35a8c7e99f79
 WHIRLPOOL 
3689a7c4921c53369c5a8b009de276a50b7420799528ec55bdba03493a9b4f6ebf4d21216a31bdffc2968fbfb83355c2f077d694c75e60fca1ad3af7a2989b13
-DIST mate-utils-1.8.1.tar.xz 2648184 SHA256 
0ad9c40c656214caaa6cbd2107ebb13e3cea0b64b4e31c7105568726313522a5 SHA512 
71a6a57365a067012447222b2ef4b768234b2e58bf88b5b45c6e4b7f746c81136ea1dfee45257406b19f2c4f4c51adc3279b09f7c9c41bfe7be9c66321ad0eef
 WHIRLPOOL 
fc35c564fb378ebfc147b9344790aae5a3934e86f6cf642dedb2ab98ae093bb259e298f4fa6de98157f3c4775445862888a56464de8852d829e6040f9a42fc95

diff --git a/mate-extra/mate-utils/mate-utils-1.8.1.ebuild 
b/mate-extra/mate-utils/mate-utils-1.8.1.ebuild
deleted file mode 100644
index f0ddb22..000
--- a/mate-extra/mate-utils/mate-utils-1.8.1.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-GCONF_DEBUG="yes"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2 versionator
-
-MATE_BRANCH="$(get_version_component_range 1-2)"
-
-SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz;
-DESCRIPTION="Utilities for the MATE desktop"
-HOMEPAGE="http://mate-desktop.org;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="X applet ipv6 test"
-
-RDEPEND="app-text/rarian:0
-   dev-libs/atk:0
-   >=dev-libs/glib-2.20:2
-   >=gnome-base/libgtop-2.12:2=
-   >=media-libs/libcanberra-0.4:0[gtk]
-   sys-libs/zlib:0
-   >=x11-libs/gtk+-2.24:2
-   x11-libs/cairo:0
-   x11-libs/gdk-pixbuf:2
-   x11-libs/libICE:0
-   x11-libs/libSM:0
-   x11-libs/libX11:0
-   x11-libs/libXext:0
-   x11-libs/pango:0
-   applet? ( >=mate-base/mate-panel-1.8:0 )"
-
-DEPEND="${RDEPEND}
-   >=app-text/scrollkeeper-dtd-1:1.0
-   app-text/yelp-tools:0
-   >=dev-util/intltool-0.40:*
-   >=mate-base/mate-common-1.8:0
-   x11-proto/xextproto:0
-   sys-devel/gettext:*
-   virtual/pkgconfig:*"
-
-src_prepare() {
-   gnome2_src_prepare
-
-   # Remove -D.*DISABLE_DEPRECATED cflagss
-   # This method is kinda prone to breakage. Recheck carefully with next 
bump.
-   # bug 339074
-   LC_ALL=C find . -iname 'Makefile.am' -exec \
-   sed -e '/-D[A-Z_]*DISABLE_DEPRECATED/d' -i {} + || die
-
-   # Do Makefile.in after Makefile.am to avoid automake maintainer-mode
-   LC_ALL=C find . -iname 'Makefile.in' -exec \
-   sed -e '/-D[A-Z_]*DISABLE_DEPRECATED/d' -i {} + || die
-
-   if ! use test; then
-   sed -e 's/ tests//' -i logview/Makefile.{am,in} || die
-   fi
-
-   # Fix up desktop files.
-   LC_ALL=C find . -iname '*.desktop.in*' -exec \
-   sed -e 's/Categories\(.*\)MATE/Categories\1X-MATE/' -i {} + || 
die
-}
-
-src_configure() {
-   local myconf
-   if ! use debug; then
-   myconf="${myconf} --enable-debug=minimum"
-   fi
-
-   gnome2_src_configure \
-   $(use_enable applet gdict-applet) \
-   $(use_enable ipv6) \
-   $(use_with X x) \
-   --disable-maintainer-flags \
-   --enable-zlib \
-   ${myconf}
-}
-
-DOCS="AUTHORS ChangeLog NEWS README THANKS"



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

2015-12-30 Thread NP Hardass
commit: 77897d9a57c3953674b8b9cf1b79315ee5b10142
Author: Alexander van der Meij  gliese  me>
AuthorDate: Wed Sep 23 05:40:10 2015 +
Commit: NP Hardass  gentoo  org>
CommitDate: Thu Dec 31 05:52:01 2015 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=77897d9a

mate-extra/mate-utils: Version bump to 1.10.4

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

 mate-extra/mate-utils/Manifest | 28 +
 mate-extra/mate-utils/mate-utils-1.10.4.ebuild | 86 ++
 2 files changed, 101 insertions(+), 13 deletions(-)

diff --git a/mate-extra/mate-utils/Manifest b/mate-extra/mate-utils/Manifest
index fad6748..ac169ca 100644
--- a/mate-extra/mate-utils/Manifest
+++ b/mate-extra/mate-utils/Manifest
@@ -1,24 +1,26 @@
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA256
 
+DIST mate-utils-1.10.4.tar.xz 6482724 SHA256 
a15610f42c5b4f4f2cd6aef876080912297edde5ba568dfd42f066afc876d491 SHA512 
7d162f21efec756abb4429e7e4ed461286ea0fda9e7279610eb8e9fe4b5af1782759f28b98574042e3c9e5cdfd2d00e0f59a16ea56a1852af47f35a8c7e99f79
 WHIRLPOOL 
3689a7c4921c53369c5a8b009de276a50b7420799528ec55bdba03493a9b4f6ebf4d21216a31bdffc2968fbfb83355c2f077d694c75e60fca1ad3af7a2989b13
 DIST mate-utils-1.8.1.tar.xz 2648184 SHA256 
0ad9c40c656214caaa6cbd2107ebb13e3cea0b64b4e31c7105568726313522a5 SHA512 
71a6a57365a067012447222b2ef4b768234b2e58bf88b5b45c6e4b7f746c81136ea1dfee45257406b19f2c4f4c51adc3279b09f7c9c41bfe7be9c66321ad0eef
 WHIRLPOOL 
fc35c564fb378ebfc147b9344790aae5a3934e86f6cf642dedb2ab98ae093bb259e298f4fa6de98157f3c4775445862888a56464de8852d829e6040f9a42fc95
+EBUILD mate-utils-1.10.4.ebuild 2024 SHA256 
fd423f188b5a548c5d4557901cd0cd29cc15f0d0fc488136d39ede8d54fb947a SHA512 
dd279e48114d5dcda0f89f7934d9ded7b20a05720812f4656398d622e7568e12fca094e7907cb80832be48b2ba4dee18677e6d9b837721e37c3fe8b3c0fe8a8d
 WHIRLPOOL 
7db68b173e481701fe0aef38bfb64b5b54d45e33de541c6ac1c5ed95b636ccbc8df5e3f1b05689e403b449ea61cb423c194949b2522c593dad1d05eb996e29b9
 EBUILD mate-utils-1.8.1.ebuild 2022 SHA256 
f94139f0da816a17ab02c2327a8fa596e2b30a6444a48ece90a2196907f7f039 SHA512 
279d2f03f0ad439ab8b1b5199129487ed173a7c42dea24cddc4bebeb16e5391fe1f21a9fe96250a167354c84b33b365aeaef21d479f23a6fa5e5971d99f71c59
 WHIRLPOOL 
f35cdf8d3fbe792e81e2e96d19f4c6bde9bded760df3c09b127e69b897837b4f8d00eff0f2f18d1d9e3036162a12f4e2cfdbaf38903aad6e7396bc9d115e17d1
 MISC ChangeLog 1448 SHA256 
8ed84091bb2729658f55e7cf505cb6c4f47f74899475d53f050cbb6ddf98f005 SHA512 
bec2de2ddb2072e600f1b1828b12518865f530d3c483ea4ddb40d8b7cdc835e2e93e1648628594f02554dd6bc57cf65df0a95ab68e1da7a370698a8fa3c6ab09
 WHIRLPOOL 
2c8a7c4d80f16bfac5cd94c9cfb7e294f9cab9ee7f98646768323489b94654629f9513ae2051142bc564d3625d1d58a819b3fc2b6eeab7a956006ce16bf15c6b
 MISC metadata.xml 336 SHA256 
0d2a2881231c126306ca4f87b5d50b6c24a43cf7660364045c7ece9da966d4b8 SHA512 
83ec5ac8b9aa3dba5f4aacba706d0af08ce916548fd5df681ebbd261e234fadaa430a32535bcdcca83fa533dc3a7f042980b42405b8cfc5ebea2351f37173490
 WHIRLPOOL 
f3fa5097a9f676552b9e26c0e9216d769cdd74954d86d950c2b7ed3897cf0ce418352aa5b9cb039a007bbb729ab8a2598040abc12d225729a092a50b037de2ad
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v2
 
-iQIcBAEBCAAGBQJWAOEWAAoJEBzZQR2yrxj7eq4QAJN56Hc6VuAq9n2FeEny7D2b
-Suia1KfJaVVMn4It0Ro+n1cE2EV5DaixHTeNST0UG4uZ4hnRH9Tze8rJ+gV9UhqC
-wjBRTjoLYw+n5N8sPcIgbiv9/4pCFtv8pju09Qpc6TuFbqZks566dutNrGeEqP35
-tp5L+xnJBVKhTwo+XjZWWYaJdxam6TEhBiCVWgp15Zkaa0SOYozSGEXvlmNcLxDK
-kuxfb/lQ2qm27Y/o0I+VNx6y3T3xzqmn4gkWeEdwyU46QIHPMqyfBRKryBRoHo0I
-anKTLbMVW9bL0SR+Gq0sSSk/r953quIQL2iKhbdWcpNub9mXxzd5XK7+6qoI2Ll5
-Pc6N6FHYJy1XuD2FpXBFFK/XtGDGmPokDDhAOzJWS+HuoaEZu/QqG6FmGpgJMFxh
-2t5aPepLTdDishOPhGRDaIgH8BqW7tXzlMYSQX6dLg3pwY/5/flHsEw91LtHBZ6P
-n37dOKqZQF1XWBr+PamFHCelhsOyRy1FDR7XLFDRY3JimhTiIOyVD7NLgz53D5me
-3pLxZiLl20HJBP1qeMYyNmIutizYBHTvbt1jhJG/dwgIUc7tEB4CO+uppedvNKJN
-99pi1tvzve0hZ2s6jRiPp/+f71OIL3252djSqY0XV9WAWWQAIBPbK2DLEVZB44fs
-sbP+v9c58ByvKI1NoQUY
-=Vwnt
+iQIcBAEBCAAGBQJWhMJpAAoJEBzZQR2yrxj79PsP/RdBCc2Yz8N3/nc43Jdtro5x
+kyFJFOeUvJQryUpeZ9RvmDA5D1XTjEbLQFmUui13+FuZlAf5dAAriwIXloIr8Asm
+mWwTN8LEPh1Mt0sabe2eMEl3vYSHHMH3TrinUEi/2RsSU2sx5UgH2QEs4n6JQwA8
+S3/DqdZ/PU7qaAO6Jzzwk8A2ZdqJtvSpzKKIAK9KGAf3G/a1VsnrvJpHFIWj4xkR
+kFLkEk9sZDJdh7BQSOmypHhVXWvUcUVaZRz6GSv4tRf+k3/LZg9RgeVhAcCbmD00
+MvK5sefefRoePt8PwncdQosEH3OUWqfGq203hCkJdRIgMDlg3Sz44h63TZWmfFHg
+cJb+GjiQUM7dkP5OtnRVESqzuq+DbzznAAHXEhI27M4KSI/JHG1El9Jjr2/AkR1+
+Z02P3s5bmBJ+UPly1QVxdR1OWzsyRuIHw73rBeYqo+kEAihCAQzrYqJQu2C+Ek3G
+NKiDl0ROTlCOznRM+vh8hTi3+HDJ38Yo2czZahE9ZzwhlhJ4rhKuYo80N3rI7obX
+zUUZ+K+Rpdt5lktjkaCxYhQMinXMaffa7zYNwmtuDkkwYr4bnJYFR1T4TRSXqM1x
+VV4MY18i7OVGFdH/r+byGq2ahu3tCf5E1uQpk8VzwTVDpE3dmDkxQ0IArpO+7IAY
+vgN/juIjzUo/t6Gk6jqU
+=E91a
 -END PGP SIGNATURE-

diff --git a/mate-extra/mate-utils/mate-utils-1.10.4.ebuild 
b/mate-extra/mate-utils/mate-utils-1.10.4.ebuild
new file mode 100644
index 000..1303a7c
--- /dev/null
+++