[gentoo-commits] proj/gentoo-mate:master commit in: app-editors/pluma/

2020-09-01 Thread Adam Feldman
commit: 61e9b6be2b4d86b19a6c0a41d2aa03bcbb2cc925
Author: Adam Feldman  gentoo  org>
AuthorDate: Wed Sep  2 05:46:57 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=61e9b6be

app-editors/pluma: Sync with ::gentoo

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

 app-editors/pluma/Manifest|  2 -
 app-editors/pluma/pluma-1.22.0.ebuild | 78 ---
 app-editors/pluma/pluma-1.22.1.ebuild | 78 ---
 app-editors/pluma/pluma-1.22.2.ebuild |  2 +-
 app-editors/pluma/pluma-1.24.0.ebuild |  4 +-
 5 files changed, 3 insertions(+), 161 deletions(-)

diff --git a/app-editors/pluma/Manifest b/app-editors/pluma/Manifest
index 7076b88..577b723 100644
--- a/app-editors/pluma/Manifest
+++ b/app-editors/pluma/Manifest
@@ -1,4 +1,2 @@
-DIST pluma-1.22.0.tar.xz 3235612 BLAKE2B 
a0cda23a6ee73e562cb32c3f1430590042248b6a6e7cbf021103db507450b2a594506f3d8283eeed08e2ba5006ff51376eb6db5e94ea5ac9d5707b29e0efc2c4
 SHA512 
7c74c2ce0a89ec3813c936449d3114957e7b319433875ef567ecc508a28a1d3ddc3d0da418b2eb1278b6dc9dbaa3c75a279524f5a061b5aecb52955edcf28f51
-DIST pluma-1.22.1.tar.xz 3236724 BLAKE2B 
f571ccb79ffac11122dad1888a9804fdb1671f2c73b28c216e0ec593ffc4dac3fec3053b83fd1503e0c951e032f6e4c22fb4f3d6a1d23477a54e06de2659222e
 SHA512 
0d3f07b2e8c736c9e1ad64ed5cb749db6088868e9bc27aa786cbb0c3fe72715f0fd4dd53999502a4333ec82110148b772c0dde81433d0936d2d3c2d04804026a
 DIST pluma-1.22.2.tar.xz 3262288 BLAKE2B 
0a7af4318ec11aa6a01dd14ed071975b6a961747c1abda9120912244f3fd530c5c06e2fc9dad6ad23175c119e35c1380e88be4b9bc1e331485b646dee87af8e1
 SHA512 
a68b79713f649def15ea29e58e041d70bb6d756a356743f6e06d8dd680f7b39e8bcdd90c68cbe5c517bead7f9263d7596954bc595c3a2501edf0d0ea421c9992
 DIST pluma-1.24.0.tar.xz 3717544 BLAKE2B 
fd9375fd05566c11c24d5bdf55ab0d4619143127a5e48c4e91d18421f50340775d58c3e2264382aa3bbd8aad0569c559e87381a9ece07ce1592d1bc1a5315db1
 SHA512 
390bf2949549baa0e3dc706526217fbc1513e2f9778917710da806e58cdfb0b7a36e95ed2186442490996cf76783acd4e0f4b8f1fedacee9ba356c0d466510be

diff --git a/app-editors/pluma/pluma-1.22.0.ebuild 
b/app-editors/pluma/pluma-1.22.0.ebuild
deleted file mode 100644
index 8760273..000
--- a/app-editors/pluma/pluma-1.22.0.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MATE_LA_PUNT="yes"
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit mate python-single-r1 virtualx
-
-if [[ ${PV} !=  ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 x86"
-fi
-
-DESCRIPTION="Pluma text editor for the MATE desktop"
-LICENSE="FDL-1.1+ GPL-2+ LGPL-2+"
-SLOT="0"
-
-IUSE="+introspection spell"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-# Tests require gvfs sftp fs mounted and schema's installed. Disable tests.
-# https://github.com/mate-desktop/mate-text-editor/issues/33
-RESTRICT="test"
-
-COMMON_DEPEND="dev-libs/atk
-   >=dev-libs/glib-2.50:2
-   >=dev-libs/libpeas-1.2.0[gtk]
-   >=dev-libs/libxml2-2.5:2
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf:2
-   >=x11-libs/gtk+-3.22:3[introspection?]
-   >=x11-libs/gtksourceview-3.0.0:3.0
-   x11-libs/libICE
-   x11-libs/libX11
-   >=x11-libs/libSM-1.0
-   x11-libs/pango
-   virtual/libintl
-   introspection? ( >=dev-libs/gobject-introspection-0.9.3:= )
-   spell? (
-   >=app-text/enchant-1.2:=
-   >=app-text/iso-codes-0.35
-   )
-   !!app-editors/mate-text-editor"
-
-RDEPEND="${PYTHON_DEPS}
-   ${COMMON_DEPEND}
-   >=mate-base/mate-desktop-1.9[introspection?]"
-
-DEPEND="${COMMON_DEPEND}
-   ~app-text/docbook-xml-dtd-4.1.2
-   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/libtool-2.2.6:2
-   >=sys-devel/gettext-0.17
-   virtual/pkgconfig"
-
-src_configure() {
-   mate_src_configure \
-   $(use_enable introspection) \
-   $(use_enable spell)
-}
-
-src_test() {
-   # FIXME: This should be handled at eclass level.
-   "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data" || die
-
-   unset DBUS_SESSION_BUS_ADDRESS
-
-   GSETTINGS_SCHEMA_DIR="${S}/data" Xemake check
-}

diff --git a/app-editors/pluma/pluma-1.22.1.ebuild 
b/app-editors/pluma/pluma-1.22.1.ebuild
deleted file mode 100644
index f1278f5..000
--- a/app-editors/pluma/pluma-1.22.1.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MATE_LA_PUNT="yes"
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit mate python-single-r1 virtualx
-
-if [[ ${PV} !=  ]]; then
-   

[gentoo-commits] proj/gentoo-mate:master commit in: x11-misc/mozo/

2020-09-01 Thread Adam Feldman
commit: 47f7ccd4ffa0812dd5656e03ec84d9f07886acde
Author: Adam Feldman  gentoo  org>
AuthorDate: Wed Sep  2 05:45:05 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=47f7ccd4

x11-misc/mozo: Sync with ::gentoo

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

 x11-misc/mozo/Manifest   |  2 --
 x11-misc/mozo/mozo-1.22.0.ebuild | 66 
 x11-misc/mozo/mozo-1.22.1.ebuild | 66 
 x11-misc/mozo/mozo-1.22.2.ebuild |  2 +-
 x11-misc/mozo/mozo-1.24.0.ebuild |  2 +-
 5 files changed, 2 insertions(+), 136 deletions(-)

diff --git a/x11-misc/mozo/Manifest b/x11-misc/mozo/Manifest
index 932df41..65afca0 100644
--- a/x11-misc/mozo/Manifest
+++ b/x11-misc/mozo/Manifest
@@ -1,4 +1,2 @@
-DIST mozo-1.22.0.tar.xz 178924 BLAKE2B 
6cc74cbdb7342d926483948391798cc9b0be66b63bba758b7ec8cea3fae01f1ecf279053612ed060a283076bdac1a9ef8bd15e3cfe61d96685aeee168ae0
 SHA512 
f3d60e94d9bf5fdd435320856563622f0687cc2844a3d51473bcef5c442f4938a4030533271ead2fd88fb0ce805c16b40d629e5a69fc642e7e670a1afd5745db
-DIST mozo-1.22.1.tar.xz 171976 BLAKE2B 
c4a1166b605d3fed68b71987dbf70b7f908aabc2c7266415b0d7ce4c8ccb93ad690c72ce83a708f9d3518cfba66128d2cd4bc5413432133299595cf4d2c5a43c
 SHA512 
6cd4ed04d43ae064077fc78ed59644bf6efe4c65c26995742166c57333d470fbe95ca4f4037e786f16dc076e75d938868948e8c2e5c662f35d971b36992f1a9b
 DIST mozo-1.22.2.tar.xz 172644 BLAKE2B 
15e643cfdceb1d62f7fd1499a42bb92a4dd8485adc764d304a2b3f31ffac962fa48f2af402564a6c1598fc97ae19288f4281bc19e9ba6855aeb329ec09bbe4ab
 SHA512 
c5122b37036291ea7a2ecdb2a2ca37bf63d88404f8fb608c45917a28f4e5996d862764ea5e33544027f8f1f144387de40e204aa69b07d5a590b76aca29e1ad71
 DIST mozo-1.24.0.tar.xz 228180 BLAKE2B 
6eb880b82dcb608f84efd8df74e77812f9da68dfa877ec896c6f04fa18088e8e4a82641c715e3620201dbb8a1bea8bb4ded09dd72f50770edae09c1326cbf453
 SHA512 
e0d217d2e7bb7d2c8df777e51bfb20e8bf4fa1bee0f9f3a9348ec1c8501b386a4afbd8848735ecfa61a0f9576382d784d3ef5b884a2a34af6ba33d3a126fe193

diff --git a/x11-misc/mozo/mozo-1.22.0.ebuild b/x11-misc/mozo/mozo-1.22.0.ebuild
deleted file mode 100644
index 5acaed0..000
--- a/x11-misc/mozo/mozo-1.22.0.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-PYTHON_REQ_USE="xml"
-
-inherit python-r1 mate
-
-if [[ ${PV} !=  ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 x86"
-fi
-
-DESCRIPTION="Mozo menu editor for MATE"
-LICENSE="GPL-2+ GPL-3+ LGPL-2+ LGPL-2.1+"
-SLOT="0"
-IUSE=""
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-COMMON_DEPEND="${PYTHON_DEPS}
-   >=dev-python/pygobject-3:3[${PYTHON_USEDEP}]
-   >=mate-base/mate-menus-1.21.0[introspection]
-   x11-libs/gdk-pixbuf:2[introspection]
-   >=x11-libs/gtk+-3.22:3[introspection]
-   virtual/libintl
-   !!x11-misc/mate-menu-editor"
-
-RDEPEND="${COMMON_DEPEND}"
-
-DEPEND="${COMMON_DEPEND}
-   >=dev-util/intltool-0.40
-   sys-devel/gettext:*
-   virtual/pkgconfig:*"
-
-src_prepare() {
-   mate_src_prepare
-   python_copy_sources
-}
-
-src_configure() {
-   python_foreach_impl run_in_build_dir mate_src_configure \
-   --disable-icon-update
-}
-
-src_compile() {
-   python_foreach_impl run_in_build_dir default
-}
-
-src_test() {
-   python_foreach_impl run_in_build_dir emake check
-}
-
-src_install() {
-   installing() {
-   mate_src_install
-
-   # Massage shebang to make python_doscript happy
-   sed -e 's:#! '"${PYTHON}:#!/usr/bin/python:" \
-   -i mozo || die
-
-   python_doscript mozo
-   }
-
-   python_foreach_impl run_in_build_dir installing
-}

diff --git a/x11-misc/mozo/mozo-1.22.1.ebuild b/x11-misc/mozo/mozo-1.22.1.ebuild
deleted file mode 100644
index 3c7cb64..000
--- a/x11-misc/mozo/mozo-1.22.1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-PYTHON_REQ_USE="xml"
-
-inherit python-r1 mate
-
-if [[ ${PV} !=  ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-fi
-
-DESCRIPTION="Mozo menu editor for MATE"
-LICENSE="GPL-2+ GPL-3+ LGPL-2+ LGPL-2.1+"
-SLOT="0"
-IUSE=""
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-COMMON_DEPEND="${PYTHON_DEPS}
-   >=dev-python/pygobject-3:3[${PYTHON_USEDEP}]
-   >=mate-base/mate-menus-1.21.0[introspection]
-   x11-libs/gdk-pixbuf:2[introspection]
-   >=x11-libs/gtk+-3.22:3[introspection]
-   virtual/libintl
-   !!x11-misc/mate-menu-editor"
-
-RDEPEND="${COMMON_DEPEND}"
-
-DEPEND="${COMMON_DEPEND}
-   >=dev-util/intltool-0.40
-   sys-devel/gettext:*
-   virtual/pkgconfig:*"
-
-src_prepare() {
- 

[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/caja-extensions/

2020-09-01 Thread Adam Feldman
commit: f1fd69880578bfcab644dcf9b775aea99a686453
Author: Adam Feldman  gentoo  org>
AuthorDate: Wed Sep  2 05:14:28 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Sep  2 05:55:36 2020 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=f1fd6988

mate-extra/caja-extensions: Sync with ::gentoo

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

 mate-extra/caja-extensions/Manifest|  1 -
 .../caja-extensions/caja-extensions-1.22.0.ebuild  | 74 --
 .../caja-extensions/caja-extensions-1.22.1.ebuild  |  2 +-
 ...4.0.ebuild => caja-extensions-1.24.0-r1.ebuild} |  4 +-
 4 files changed, 3 insertions(+), 78 deletions(-)

diff --git a/mate-extra/caja-extensions/Manifest 
b/mate-extra/caja-extensions/Manifest
index 29431e7..ff363a9 100644
--- a/mate-extra/caja-extensions/Manifest
+++ b/mate-extra/caja-extensions/Manifest
@@ -1,3 +1,2 @@
-DIST caja-extensions-1.22.0.tar.xz 444704 BLAKE2B 
d14f14e2ab18e9e6ea9c039d675e2948c309d470b1532e0585915f324bcf52a8e8425fdf0b6e725014e8813eefad77300172843c2118d098811b2b349d218fd1
 SHA512 
19fd287123b8d2ba67b636066e9f8910aadd47d375eb1d52136d9b808b48abacade81dde490ce3edb6fc4a9d2ddfd39d9abf294a58aed8bcaf620c1eff03e761
 DIST caja-extensions-1.22.1.tar.xz 439516 BLAKE2B 
2135e5a30c86b6f83396b9f80ff474355fe02c652cd898728431eddef22a6804e7a4ea15579b03c0984417e81f8ba89ff856aa384e94d5168b6a883e678b683a
 SHA512 
4c0fb47a251d4118c83a985732d8a549355907519b746a68eb8843c84328d868eec1535b68484c46e3d0bf4b42f0e0340fe178714f50b5f7cc8434c0e1883906
 DIST caja-extensions-1.24.0.tar.xz 548828 BLAKE2B 
0492e1f0ca7277737102f71fd195dd585614010b80c2aafd730aacd1d817b03fe0377c430615a3e4bd4a643558c02c9c4fdb2d451079a3b213fe0e6b9d4e02de
 SHA512 
f05a7d83f16aebacb04f75b76ca86e44c1a01d9ad6c2aefeac19398c4d9da8385e6852fa0118c763aee630e7eb6c7c81d77e0c9452200aee9cf4f058487c4dbf

diff --git a/mate-extra/caja-extensions/caja-extensions-1.22.0.ebuild 
b/mate-extra/caja-extensions/caja-extensions-1.22.0.ebuild
deleted file mode 100644
index 3f9edda..000
--- a/mate-extra/caja-extensions/caja-extensions-1.22.0.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="Several Caja extensions"
-LICENSE="GPL-2+"
-SLOT="0"
-
-SENDTO="cdr gajim +mail pidgin upnp"
-IUSE="image-converter +open-terminal share +wallpaper xattr ${SENDTO}"
-
-COMMON_DEPEND=">=dev-libs/glib-2.50:2
-   >=mate-base/caja-1.21.3
-   virtual/libintl
-   x11-libs/gdk-pixbuf:2
-   >=x11-libs/gtk+-3.22:3
-   gajim? (
-   >=dev-libs/dbus-glib-0.60
-   >=sys-apps/dbus-1
-   )
-   open-terminal? ( >=mate-base/mate-desktop-1.17.0 )
-   pidgin? ( >=dev-libs/dbus-glib-0.60 )
-   upnp? ( >=net-libs/gupnp-0.13:0/4 )
-   xattr? ( sys-apps/attr )"
-
-RDEPEND="${COMMON_DEPEND}
-   cdr? ( >=app-cdr/brasero-2.32.1:= )
-   gajim? ( net-im/gajim )
-   image-converter? (
-   || (
-   media-gfx/imagemagick
-   media-gfx/graphicsmagick[imagemagick]
-   )
-   )
-   pidgin? ( net-im/pidgin )"
-
-DEPEND="${COMMON_DEPEND}
-   dev-util/gtk-doc
-   dev-util/gtk-doc-am
-   >=dev-util/intltool-0.18:*
-   sys-devel/gettext:*
-   virtual/pkgconfig:*
-   !!mate-extra/mate-file-manager-open-terminal
-   !!mate-extra/mate-file-manager-sendto
-   !!mate-extra/mate-file-manager-image-converter
-   !!mate-extra/mate-file-manager-share"
-
-src_configure() {
-   local sendto_plugins="removable-devices"
-   use cdr && sendto_plugins+=",caja-burn"
-   use mail && sendto_plugins+=",emailclient"
-   use pidgin && sendto_plugins+=",pidgin"
-   use gajim && sendto_plugins+=",gajim"
-   use upnp && sendto_plugins+=",upnp"
-
-   mate_src_configure \
-   --enable-sendto \
-   --with-sendto-plugins=${sendto_plugins}\
-   --disable-gksu \
-   $(use_enable image-converter) \
-   $(use_enable open-terminal) \
-   $(use_enable share) \
-   $(use_enable wallpaper) \
-   $(use_enable xattr xattr-tags)
-}

diff --git a/mate-extra/caja-extensions/caja-extensions-1.22.1.ebuild 
b/mate-extra/caja-extensions/caja-extensions-1.22.1.ebuild
index da783c5..3f9edda 100644
--- a/mate-extra/caja-extensions/caja-extensions-1.22.1.ebuild
+++ b/mate-extra/caja-extensions/caja-extensions-1.22.1.ebuild
@@ -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="Several Caja extensions"

diff --git 

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

2020-09-01 Thread Adam Feldman
commit: e4e3c6a99f15f78458fbc0edcc572ef89f1b9feb
Author: Adam Feldman  gentoo  org>
AuthorDate: Wed Sep  2 05:51:43 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Sep  2 05:55:39 2020 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=e4e3c6a9

mate-base/mate: Sync with ::gentoo

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

 mate-base/mate/mate-1.24.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mate-base/mate/mate-1.24.ebuild b/mate-base/mate/mate-1.24.ebuild
index 65b6fec..7fb1193 100644
--- a/mate-base/mate/mate-1.24.ebuild
+++ b/mate-base/mate/mate-1.24.ebuild
@@ -10,7 +10,7 @@ else
inherit eapi7-ver
MATE_BRANCH="$(ver_cut 1-2)"
MATE_THEMES_V=3
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 x86"
 fi
 
 SRC_URI=""



[gentoo-commits] proj/gentoo-mate:master commit in: mate-base/mate-applets-meta/

2020-09-01 Thread Adam Feldman
commit: 3842646bbe9d0b9597ea3fbe1b8eff2d1baf318c
Author: Adam Feldman  gentoo  org>
AuthorDate: Wed Sep  2 05:35:56 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Sep  2 05:55:37 2020 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=3842646b

mate-base/mate-applets-meta: Sync with ::gentoo

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

 mate-base/mate-applets-meta/mate-applets-meta-1.24.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mate-base/mate-applets-meta/mate-applets-meta-1.24.0.ebuild 
b/mate-base/mate-applets-meta/mate-applets-meta-1.24.0.ebuild
index e2fda45..8a69cb8 100644
--- a/mate-base/mate-applets-meta/mate-applets-meta-1.24.0.ebuild
+++ b/mate-base/mate-applets-meta/mate-applets-meta-1.24.0.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} ==  ]]; then
 else
inherit eapi7-ver
MATE_BRANCH="$(ver_cut 1-2)"
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 x86"
 fi
 
 DESCRIPTION="Meta package for MATE panel applets"



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

2020-09-01 Thread Adam Feldman
commit: 6ab9d0467f35e2b199b21ef0a79b7732ca375c66
Author: Adam Feldman  gentoo  org>
AuthorDate: Wed Sep  2 05:31:21 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Sep  2 05:55:37 2020 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=6ab9d046

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

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

 mate-extra/mate-indicator-applet/Manifest   | 2 +-
 ...dicator-applet-1.22.0.ebuild => mate-indicator-applet-1.22.1.ebuild} | 0
 mate-extra/mate-indicator-applet/mate-indicator-applet-1.24.0.ebuild| 2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/mate-extra/mate-indicator-applet/Manifest 
b/mate-extra/mate-indicator-applet/Manifest
index a56e477..5cefa46 100644
--- a/mate-extra/mate-indicator-applet/Manifest
+++ b/mate-extra/mate-indicator-applet/Manifest
@@ -1,2 +1,2 @@
-DIST mate-indicator-applet-1.22.0.tar.xz 339564 BLAKE2B 
0655ced0b24cc681ebd8e66b0749c9d98f9bc361830431bb408158ab174d5ea27aa022344cc667e37405ae693b52ed5c20e5b5ecec01b484c1928df36e1673d0
 SHA512 
6e1dd133a521f247ecb648b3ffa542e326f504fd3b0719a74099e83ac1dfa9fd4d7676af284f89f69d6684e5640f240930bb0fb43bcf7d59472786adf4c3200c
+DIST mate-indicator-applet-1.22.1.tar.xz 291104 BLAKE2B 
665decd04fec83fb4b1391f3d344f7ce61a4bef557478fe2bae95d9494b633a0c64a2d24b1cde7f3fcb6255b429265a33148c1ff8d765de5463d8d119421a9b7
 SHA512 
2224e7222c36f04f78d4f5e10dfa7dffab31c687474fac605ec54795edaa7d230518168fef82459aba47e72362941b7968b94b11ccace40d8857adf605f8d8db
 DIST mate-indicator-applet-1.24.0.tar.xz 380136 BLAKE2B 
1ae77c892f02127f7a0d778958e0f4acc2b14e01a4b8d8a316253c3b227eacd59cb556ed852de690f3ec4aec4d02874c2f594b41315cd85c87c16967ef9403ee
 SHA512 
0e82f572c1855c8623e537a45c2c0c0b98d3d642e46333eedc16c26607205293098a062008d0e568890ffdf6b8dc4c30a7f5e2e41a150f940917b3671783e413

diff --git 
a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.22.0.ebuild 
b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.22.1.ebuild
similarity index 100%
rename from mate-extra/mate-indicator-applet/mate-indicator-applet-1.22.0.ebuild
rename to mate-extra/mate-indicator-applet/mate-indicator-applet-1.22.1.ebuild

diff --git 
a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.24.0.ebuild 
b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.24.0.ebuild
index 23ea522..da98ee5 100644
--- a/mate-extra/mate-indicator-applet/mate-indicator-applet-1.24.0.ebuild
+++ b/mate-extra/mate-indicator-applet/mate-indicator-applet-1.24.0.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit mate eapi7-ver
 
 if [[ ${PV} !=  ]]; then
-   KEYWORDS="~amd64 ~arm ~x86"
+   KEYWORDS="amd64 ~arm x86"
 fi
 
 DESCRIPTION="MATE indicator applet"



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

2020-09-01 Thread Adam Feldman
commit: 7d96b2999cd081612f3647d4c94b93d318581207
Author: Adam Feldman  gentoo  org>
AuthorDate: Wed Sep  2 04:41:39 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Sep  2 05:55:35 2020 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=7d96b299

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

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

 mate-extra/mate-media/Manifest |  1 -
 mate-extra/mate-media/mate-media-1.22.1.ebuild | 35 --
 mate-extra/mate-media/mate-media-1.22.2.ebuild |  2 +-
 mate-extra/mate-media/mate-media-1.24.0.ebuild |  2 +-
 4 files changed, 2 insertions(+), 38 deletions(-)

diff --git a/mate-extra/mate-media/Manifest b/mate-extra/mate-media/Manifest
index e042d6b..e1a5592 100644
--- a/mate-extra/mate-media/Manifest
+++ b/mate-extra/mate-media/Manifest
@@ -1,3 +1,2 @@
-DIST mate-media-1.22.1.tar.xz 486664 BLAKE2B 
dae64f3a55137a760551261c1c92d34d4bf94c5057e16555d4c975f2ae6054812d6618cbaaf8da606392f23959118b8d98ffb2e6a8821d2171147ad2c74e6b73
 SHA512 
e7bce9128bc6e551cd918af669d52a7ca238a280a4ca09d15822f4d5b52fd9925b647278a39067a1f2a5dd0facfad4988385233939abbdf4aefecc21d2e089d9
 DIST mate-media-1.22.2.tar.xz 490464 BLAKE2B 
16851ea5c42967cd753af4f79cfab17e385ea3584418a68b54ea894ed99c7a16a0bbe1ad496432a1521b17acedcc6622444f10e7c5f1073e58ce4175d6ff0655
 SHA512 
88a78e7ddf02335ffe4d819921cbb978b9e2fc430e0edd950f04edb3999f94d59c4aa39a8089ac0c66af6b152b1514e20810ae4c577095dcd60735046a88ec3a
 DIST mate-media-1.24.0.tar.xz 568488 BLAKE2B 
9c7d3f264489a3888ef6b45e4ce7e8c23a53634b3b72db32092889f1656afc8a6b2988b35e5ecdc0bb48ebb20c4e86b64dbc93ec308947159feb89877230673e
 SHA512 
82ee6a16a49d9f4d229539cfacb5803c150af09dff227fb5995bf78e2b83a1f5bddb307756648e569a138124e4485ca56f635184e47fbfd76dcedd17f2bf0425

diff --git a/mate-extra/mate-media/mate-media-1.22.1.ebuild 
b/mate-extra/mate-media/mate-media-1.22.1.ebuild
deleted file mode 100644
index f7499e5..000
--- a/mate-extra/mate-media/mate-media-1.22.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit mate
-
-if [[ ${PV} !=  ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 x86"
-fi
-
-DESCRIPTION="Multimedia related programs for the MATE desktop"
-LICENSE="FDL-1.1+ GPL-2+ HPND LGPL-2+"
-SLOT="0"
-
-IUSE=""
-
-COMMON_DEPEND=">=dev-libs/glib-2.50:2
-   dev-libs/libxml2:2
-   >=mate-base/mate-panel-1.17.0
-   >=mate-base/mate-desktop-1.17.0
-   >=media-libs/libcanberra-0.13[gtk3]
-   >=media-libs/libmatemixer-1.10.0
-   x11-libs/cairo
-   >=x11-libs/gtk+-3.22:3
-   x11-libs/pango
-   virtual/libintl"
-
-RDEPEND="${COMMON_DEPEND}"
-
-DEPEND="${COMMON_DEPEND}
-   >=dev-util/intltool-0.35.0
-   sys-devel/gettext:*
-   virtual/pkgconfig:*
-   !!

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

2020-09-01 Thread Adam Feldman
commit: 6bc82bae51335248bda785297374295e19db1c65
Author: Adam Feldman  gentoo  org>
AuthorDate: Wed Sep  2 04:56:15 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Sep  2 05:55:35 2020 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=6bc82bae

mate-extra/mate-system-monitor: Sync with ::gentoo

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

 mate-extra/mate-system-monitor/Manifest|  2 -
 .../mate-system-monitor-1.22.0.ebuild  | 62 --
 .../mate-system-monitor-1.22.1.ebuild  | 62 --
 .../mate-system-monitor-1.22.2.ebuild  |  2 +-
 .../mate-system-monitor-1.24.0.ebuild  |  2 +-
 5 files changed, 2 insertions(+), 128 deletions(-)

diff --git a/mate-extra/mate-system-monitor/Manifest 
b/mate-extra/mate-system-monitor/Manifest
index 4124e20..25edc1c 100644
--- a/mate-extra/mate-system-monitor/Manifest
+++ b/mate-extra/mate-system-monitor/Manifest
@@ -1,4 +1,2 @@
-DIST mate-system-monitor-1.22.0.tar.xz 2190688 BLAKE2B 
83ab7dfbc0033f094896c663790c1200e71a498d3a813a82c94593e6c6434942b2afd0fa1c3067452a46e0e1829a9239f1c145a315b9de2c2853c9f4f50618ef
 SHA512 
6f97f934626b49320ea0dbb4e14743c4f33b12a85671b69465f689765f3003f00e51685b616e34a482c3ec0ca09ca4e13cbdb2e3eb4719c0d1fc7b25b24436a7
-DIST mate-system-monitor-1.22.1.tar.xz 2202544 BLAKE2B 
37eb2d265aedb259fd3f97aae64f76b7061eda6f4713137d4a9de9cdb078ce2176039c4a6cb7f9f63367c186df3bc181693b9526500f81fe0c9c52dc2e05e7a2
 SHA512 
ce5c514c333b85d6dd94b9fa212b51ed78212781da9719f730c50fc61fcf433e1a7df1d2665fe90e9529fba08207df59858b66f982bcd070845f62b22f8bd82f
 DIST mate-system-monitor-1.22.2.tar.xz 2209852 BLAKE2B 
d5437596454e767cdbb32e7de062d5a9c6f55edce45f9439cfd555e9455f7cf935a4d15fcd8f19494feab1faae4e0ee07f469b6650d2da03372f9e2bea3ed8ac
 SHA512 
47ccb38e27906c4de0cc18abc9d43ffc3b2c8f2f33b3f4cea3e47fd82c48870f03927fab39d323b61b9b871614b24bb2bc258d1c547650cdfb6b8eef65cb0de3
 DIST mate-system-monitor-1.24.0.tar.xz 2437396 BLAKE2B 
78c8774ee1832772b2cda06bca051c91e10e882b841373e3f30575ab1d05cc2b799962d964be4cc8416f9747e44031e579410d9851bb82d6a13f6023f1a30b2a
 SHA512 
430a2bf81f447143ba53cecb1c2659903cd957e313f6690adea363e9a8deccfd4ad64ebd8ce18dfb31a67fa7b51cbe087ffed7b5dcba5dd03b1010ec41b4d282

diff --git a/mate-extra/mate-system-monitor/mate-system-monitor-1.22.0.ebuild 
b/mate-extra/mate-system-monitor/mate-system-monitor-1.22.0.ebuild
deleted file mode 100644
index 07ef770..000
--- a/mate-extra/mate-system-monitor/mate-system-monitor-1.22.0.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit mate
-
-if [[ ${PV} !=  ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 x86"
-fi
-
-DESCRIPTION="The MATE System Monitor"
-
-LICENSE="FDL-1.1+ GPL-2+ LGPL-2+"
-SLOT="0"
-IUSE="elogind systemd"
-
-REQUIRED_USE="?? ( elogind systemd )"
-
-COMMON_DEPEND="
-   >=dev-cpp/glibmm-2.26:2
-   >=dev-cpp/gtkmm-3.8:3.0
-   >=dev-libs/glib-2.50:2
-   dev-libs/libsigc++:2
-   >=dev-libs/libxml2-2:2
-   >=gnome-base/libgtop-2.23.1:2=
-   >=gnome-base/librsvg-2.35:2
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf:2
-   >=x11-libs/gtk+-3.22:3
-   >=x11-libs/libwnck-3.0:3
-   virtual/libintl
-   elogind? ( sys-auth/elogind )
-   systemd? ( sys-apps/systemd )"
-
-RDEPEND="${COMMON_DEPEND}
-   >=sys-auth/polkit-0.97:0"
-
-DEPEND="${COMMON_DEPEND}
-   app-text/yelp-tools
-   >=dev-util/intltool-0.50.1:*
-   sys-devel/gettext:*
-   >=sys-devel/autoconf-2.63:*
-   virtual/pkgconfig:*"
-
-src_configure() {
-   local myconf=()
-
-   if use elogind || use systemd; then
-   myconf+=( --enable-systemd )
-   if use elogind; then
-   myconf+=(
-   SYSTEMD_CFLAGS=`pkg-config --cflags 
"libelogind" 2>/dev/null`
-   SYSTEMD_LIBS=`pkg-config --libs "libelogind" 
2>/dev/null`
-   )
-   fi
-   else
-   myconf+=( --disable-systemd )
-   fi
-
-   mate_src_configure "${myconf[@]}"
-}

diff --git a/mate-extra/mate-system-monitor/mate-system-monitor-1.22.1.ebuild 
b/mate-extra/mate-system-monitor/mate-system-monitor-1.22.1.ebuild
deleted file mode 100644
index 1cc3673..000
--- a/mate-extra/mate-system-monitor/mate-system-monitor-1.22.1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit mate
-
-if [[ ${PV} !=  ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-fi
-
-DESCRIPTION="The MATE System Monitor"
-
-LICENSE="FDL-1.1+ GPL-2+ LGPL-2+"
-SLOT="0"
-IUSE="elogind systemd"
-
-REQUIRED_USE="?? ( elogind systemd )"
-
-COMMON_DEPEND="
-   

[gentoo-commits] proj/gentoo-mate:master commit in: app-text/atril/

2020-09-01 Thread Adam Feldman
commit: 0adb72fb1b9bd66ba904a0a68e62e070f798ac58
Author: Adam Feldman  gentoo  org>
AuthorDate: Wed Sep  2 04:59:42 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Sep  2 05:55:35 2020 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=0adb72fb

app-text/atril: Sync with ::gentoo

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

 app-text/atril/Manifest|  1 -
 app-text/atril/atril-1.22.1.ebuild | 90 --
 app-text/atril/atril-1.22.3.ebuild |  2 +-
 ...{atril-1.24.0.ebuild => atril-1.24.0-r1.ebuild} |  3 +-
 4 files changed, 3 insertions(+), 93 deletions(-)

diff --git a/app-text/atril/Manifest b/app-text/atril/Manifest
index c4442d6..3af59ac 100644
--- a/app-text/atril/Manifest
+++ b/app-text/atril/Manifest
@@ -1,3 +1,2 @@
-DIST atril-1.22.1.tar.xz 1766980 BLAKE2B 
0b7b1a7dfff13c5d803fed4140596940b20a322fce54c9f0faecd8e80bdc1e5e498603851a10a88763b20444377bcf4e7b124ac08953ab6aa4b3b2cce021a46c
 SHA512 
838ae397c868ac417c9266e4a06525d66214650cf8647e91c1472d83d50c8954f6dbb29411384892a98f0929e1fbac9947118bd0db10d50400fc0d5270a3619d
 DIST atril-1.22.3.tar.xz 1798396 BLAKE2B 
1f06585393e1a9a6d51b7cc50c52bd61e8e115aa3985ffca0233c2e09219a88c3a30b4ddbcc70bfb9ddf663810e6cc67e968f8a32bfd4a3f07b4646e896a7f18
 SHA512 
f4a83702818e1fb32279c67f1727c01480d27fe756f3fc0ff9dcd42584ce74ce10ac7ee81c0149f3756b6eb08f2a011ede28706ab54ff16a51c544a1af3b103f
 DIST atril-1.24.0.tar.xz 2062468 BLAKE2B 
374c7769f5c9753b1d9a6143c796a317914aebbb638b6f0a85b732b43b0e9ad2fff1374a5f3f4dc1abc8c265ce003bfef2cddc47cdb18ddc7f24c4905ef5232c
 SHA512 
dfdd5ed82ba76c4f0a446a95b0a6201bedf8b4d00ff46ce697a5b937251f6d7a1888ca76eef623eb84dcddb425c7ad662e179f593686bba064b7491d4d940293

diff --git a/app-text/atril/atril-1.22.1.ebuild 
b/app-text/atril/atril-1.22.1.ebuild
deleted file mode 100644
index c5b3e71..000
--- a/app-text/atril/atril-1.22.1.ebuild
+++ /dev/null
@@ -1,90 +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="Atril document viewer for MATE"
-LICENSE="FDL-1.1+ GPL-2+ GPL-3+ LGPL-2+ LGPL-2.1+"
-SLOT="0"
-
-IUSE="caja dbus debug djvu dvi epub +introspection gnome-keyring +postscript 
t1lib tiff xps"
-
-REQUIRED_USE="t1lib? ( dvi )"
-
-RDEPEND="
-   >=app-text/poppler-0.22[cairo]
-   dev-libs/atk
-   >=dev-libs/glib-2.50:2
-   >=dev-libs/libxml2-2.5:2
-   sys-libs/zlib
-   x11-libs/gdk-pixbuf:2
-   >=x11-libs/gtk+-3.22:3[introspection?]
-   x11-libs/libICE
-   >=x11-libs/libSM-1:0
-   x11-libs/libX11
-   >=x11-libs/cairo-1.9.10
-   x11-libs/pango
-   caja? ( >=mate-base/caja-1.17.1[introspection?] )
-   djvu? ( >=app-text/djvu-3.5.17:0 )
-   dvi? (
-   virtual/tex-base
-   t1lib? ( >=media-libs/t1lib-5:5 )
-   )
-   epub? (
-   dev-libs/mathjax
-   >=net-libs/webkit-gtk-2.4.3:4
-   )
-   gnome-keyring? ( >=app-crypt/libsecret-0.5 )
-   introspection? ( >=dev-libs/gobject-introspection-0.6:= )
-   postscript? ( >=app-text/libspectre-0.2 )
-   tiff? ( >=media-libs/tiff-3.6:0 )
-   xps? ( >=app-text/libgxps-0.2.1 )
-   !!app-text/mate-document-viewer"
-
-DEPEND="${RDEPEND}
-   app-text/docbook-xml-dtd:4.1.2
-   app-text/rarian
-   app-text/yelp-tools
-   >=app-text/scrollkeeper-dtd-1:1.0
-   dev-util/gdbus-codegen
-   dev-util/glib-utils
-   dev-util/gtk-doc
-   dev-util/gtk-doc-am
-   >=dev-util/intltool-0.50.1
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-# Tests use dogtail which is not available on Gentoo.
-RESTRICT="test"
-
-src_configure() {
-   # Passing --disable-help would drop offline help, that would be 
inconsistent
-   # with helps of the most of GNOME apps that doesn't require network for 
that.
-   mate_src_configure \
-   --disable-tests \
-   --enable-comics \
-   --enable-pdf \
-   --enable-pixbuf \
-   --enable-previewer \
-   --enable-thumbnailer \
-   $(use_with gnome-keyring keyring) \
-   $(use_enable caja) \
-   $(use_enable dbus) \
-   $(use_enable debug) \
-   $(use_enable djvu) \
-   $(use_enable dvi) \
-   $(use_enable epub) \
-   $(use_enable introspection) \
-   $(use_enable postscript ps) \
-   $(use_enable t1lib) \
-   $(use_enable tiff) \
-   $(use_enable xps)
-}

diff --git a/app-text/atril/atril-1.22.3.ebuild 
b/app-text/atril/atril-1.22.3.ebuild
index db8529d..c5b3e71 100644
--- a/app-text/atril/atril-1.22.3.ebuild
+++ 

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

2020-09-01 Thread Adam Feldman
commit: cff1e4d9ac6dd8b7c5971184b96e4ca47a99da5f
Author: Adam Feldman  gentoo  org>
AuthorDate: Wed Sep  2 05:11:50 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Sep  2 05:55:35 2020 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=cff1e4d9

mate-extra/caja-dropbox: Sync with ::gentoo

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

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

diff --git a/mate-extra/caja-dropbox/caja-dropbox-1.24.0.ebuild 
b/mate-extra/caja-dropbox/caja-dropbox-1.24.0.ebuild
index 5d30f1a..9528233 100644
--- a/mate-extra/caja-dropbox/caja-dropbox-1.24.0.ebuild
+++ b/mate-extra/caja-dropbox/caja-dropbox-1.24.0.ebuild
@@ -9,7 +9,7 @@ MATE_LA_PUNT="yes"
 inherit mate python-single-r1 linux-info user
 
 if [[ ${PV} !=  ]]; then
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 x86"
 fi
 
 DESCRIPTION="Store, Sync and Share Files Online"



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

2020-09-01 Thread Adam Feldman
commit: 3cfe589815027ded09d76070f76cae70123c122a
Author: Adam Feldman  gentoo  org>
AuthorDate: Wed Sep  2 04:52:56 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Sep  2 05:55:35 2020 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=3cfe5898

mate-extra/mate-power-manager: Sync with ::gentoo

Re-add consolekit support

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

 mate-extra/mate-power-manager/Manifest |   3 +-
 .../mate-power-manager-1.24.1-libsecret.patch  | 287 +
 ebuild => mate-power-manager-1.22.2-r1.ebuild} |   3 +-
 ebuild => mate-power-manager-1.24.1-r1.ebuild} |   5 +-
 ebuild => mate-power-manager-1.24.1-r2.ebuild} |  22 +-
 mate-extra/mate-power-manager/metadata.xml |   1 +
 6 files changed, 308 insertions(+), 13 deletions(-)

diff --git a/mate-extra/mate-power-manager/Manifest 
b/mate-extra/mate-power-manager/Manifest
index 65a55e6..ab90b55 100644
--- a/mate-extra/mate-power-manager/Manifest
+++ b/mate-extra/mate-power-manager/Manifest
@@ -1,3 +1,2 @@
-DIST mate-power-manager-1.22.1.tar.xz 3188048 BLAKE2B 
af32a18e2561cc9689382ff9a94382180a5d2dc6ade34a6dc400a7b65730a6c26c6f32b72b6ec973210ac3baf4e8b6c54e489230e64b877cee4ffbbf1a195d28
 SHA512 
8eabd7f8171f0a6be610c849fad8346bb30ca2c69208e2e117f436daaa5ada3bf0fef479dc017f32f56ec6bd52a7ff7ff69d18baf01b402c5fa2747245261a81
 DIST mate-power-manager-1.22.2.tar.xz 3188752 BLAKE2B 
351c18436183679b2b0ecf549a8efe16a691876b7299f06d88d7f7c3434feab1f35ac26a015b5425260dc1a41a4734f0244825a69bb77211320d60f4328ff63b
 SHA512 
99a273558c072ce1d23c8964d9292f45a29a2d5a5e89b504e79e3686a65ad8cc7b200441ba22147d3d828f574e2cebc260c47531338e286b2c47988263763af6
-DIST mate-power-manager-1.24.0.tar.xz 5776576 BLAKE2B 
3846006bc86fda166e2220848648a8d0bf3f0b5952a6b32e8d24ec56adf670f04d4422b06aa3a09a769c01644ff3f3f71edc0f551de3f22631071a16f849d549
 SHA512 
6194d1156a004c1006b3b0b5d50a4def5e6d07df5229aafac487843e4e544e144b85e2a9b45ee0b932b8de9a6969aa844f8f61ac607f9f5e6234fd4ff5d8a4d5
+DIST mate-power-manager-1.24.1.tar.xz 6245524 BLAKE2B 
b9be1aab7e2f397edba9a681310a9903b11e11abf1af8557c613a1e6bf7b89d5aa495ddfcef4bc23f11aa6aca215b86e3a1c9adfdfd481f0e4353268ca5dd7cd
 SHA512 
57bae519bfa2894bc6923bf0932f823bcabe2dc0de06dc6676597708482b369a24f39bb94558163f0fdcc2d764702b87f58abc1793679a1c7fb7f53be074bae5

diff --git 
a/mate-extra/mate-power-manager/files/mate-power-manager-1.24.1-libsecret.patch 
b/mate-extra/mate-power-manager/files/mate-power-manager-1.24.1-libsecret.patch
new file mode 100644
index 000..11a9f94
--- /dev/null
+++ 
b/mate-extra/mate-power-manager/files/mate-power-manager-1.24.1-libsecret.patch
@@ -0,0 +1,287 @@
+From b2d876a16de9214270f248d7c445542120ae7800 Mon Sep 17 00:00:00 2001
+From: NP-Hardass 
+Date: Mon, 3 Aug 2020 01:46:00 -0400
+Subject: [PATCH 1/5] Add autotools support for libsecret
+
+---
+ README  |  1 +
+ configure.ac| 22 ++
+ src/Makefile.am |  3 +++
+ 3 files changed, 26 insertions(+)
+
+diff --git a/README b/README
+index 118da697..32a8a5cc 100644
+--- a/README
 b/README
+@@ -15,6 +15,7 @@ To build, MATE Power Manager requires
+ 
+   - Glib (2.36.0 or later)
+   - GTK+3 (3.14.0 or later)
++  - libsecret (0.11 or later)
+   - GNOME Keyring (3.0.0 or later)
+   - DBus (0.70 or later)
+   - libnotify (0.7.0 or later)
+diff --git a/configure.ac b/configure.ac
+index 1db39321..b4758dca 100644
+--- a/configure.ac
 b/configure.ac
+@@ -68,6 +68,7 @@ GLIB_REQUIRED=2.50.0
+ GIO_REQUIRED=2.50.0
+ GDK_REQUIRED=3.22.0
+ GTK_REQUIRED=3.22.0
++LIBSECRET_REQUIRED=0.11
+ GNOME_KEYRING_REQUIRED=3.0.0
+ DBUS_REQUIRED=1.0
+ DBUS_GLIB_REQUIRED=0.70
+@@ -134,6 +135,22 @@ else
+ fi
+ AM_CONDITIONAL([HAVE_TESTS], [test $have_tests = yes])
+ 
++dnl 
---
++dnl - Build libsecret support
++dnl 
---
++AC_ARG_WITH(libsecret,
++[AS_HELP_STRING([--with-libsecret],
++[Enable the use of libsecret])],
++[],
++[with_libsecret=no])
++
++AM_CONDITIONAL([WITH_LIBSECRET],[test "$with_libsecret" = "yes"])
++
++if test "$with_libsecret" = "yes"; then
++PKG_CHECK_MODULES(LIBSECRET, libsecret-1 >= $LIBSECRET_REQUIRED)
++AC_DEFINE([WITH_LIBSECRET],[1],[Define if LIBSECRET support is 
enabled])
++fi
++
+ dnl 
---
+ dnl - Build gnome-keyring support
+ dnl 
---
+@@ -150,6 +167,10 @@ if test "$with_keyring" = "yes"; then
+ AC_DEFINE([WITH_KEYRING],[1],[Define if KEYRING support is enabled])
+ fi
+ 
++if test "$with_libsecret" = "yes" -a "$with_keyring" = "yes"; then
++  AC_MSG_ERROR([Please 

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

2020-09-01 Thread Adam Feldman
commit: d79d2db91d1d6733a3e77d218d69f8eb132bf810
Author: Adam Feldman  gentoo  org>
AuthorDate: Wed Sep  2 05:40:03 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=d79d2db9

mate-extra/mate-user-share: Sync with ::gentoo

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

 mate-extra/mate-user-share/Manifest|  1 -
 .../mate-user-share/mate-user-share-1.22.0.ebuild  | 50 --
 .../mate-user-share/mate-user-share-1.22.1.ebuild  |  2 +-
 .../mate-user-share/mate-user-share-1.24.0.ebuild  |  2 +-
 4 files changed, 2 insertions(+), 53 deletions(-)

diff --git a/mate-extra/mate-user-share/Manifest 
b/mate-extra/mate-user-share/Manifest
index 499d1c9..7feeaa3 100644
--- a/mate-extra/mate-user-share/Manifest
+++ b/mate-extra/mate-user-share/Manifest
@@ -1,3 +1,2 @@
-DIST mate-user-share-1.22.0.tar.xz 927068 BLAKE2B 
a37d3a886ec3cad4427ccff94c00ce2d2412607f16aacf0a8ae4096f0c63c61f07f10cbd902d3a62d74f2a172b3dcbd5575f5c027045a9d31bdf4cffce4a8de2
 SHA512 
151532ebe031a973e8825d86c9a315697f5930f89d78960946da3ba135238e3130c59018d04cf9dc8d343ff1613e51254701bbf8e23a9881733ecbb7e6fb9f18
 DIST mate-user-share-1.22.1.tar.xz 921944 BLAKE2B 
dfa3b304bc81c82abf9a2354ede94b08672f2e8cd28b4def0f0dad0f6389c762d68ddb1924918c89eee40374eedfff312ffc4a9c65d3766be240ede182072837
 SHA512 
afd2c2f8484124e26ac9ced23abd89c1b553adb4df6ca8bd49159e3ec5d76f2b16f6576b7f5608488e5290cddef733e27c653433ee9f57a09a6b76b774555894
 DIST mate-user-share-1.24.0.tar.xz 1008992 BLAKE2B 
0fe21e49ff30c88c32b6b88aba84e58b3e6310d3bbd7a4873be460c97366828a7edfd24be37d2c10ea88a51c6990ee482ad595582d288ded2e4f7e0ca6f0b4e0
 SHA512 
15ede8754bf95ac78844cd9645a43d2deb8419dd550aee5263936d710cd13ce7f4a68cfd53e589c2dd37f87f59c9e8153f8abac711a3a7f88a2e2789dbd4f664

diff --git a/mate-extra/mate-user-share/mate-user-share-1.22.0.ebuild 
b/mate-extra/mate-user-share/mate-user-share-1.22.0.ebuild
deleted file mode 100644
index 3373fa4..000
--- a/mate-extra/mate-user-share/mate-user-share-1.22.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MATE_LA_PUNT="yes"
-
-inherit mate
-
-if [[ ${PV} !=  ]]; then
-   KEYWORDS="amd64 ~arm x86"
-fi
-
-DESCRIPTION="Personal file sharing for the MATE desktop"
-LICENSE="FDL-1.1+ GPL-2+"
-SLOT="0"
-
-IUSE="X"
-
-COMMON_DEPEND="
-   >=dev-libs/dbus-glib-0.70
-   >=dev-libs/glib-2.50:2
-   >=mate-base/caja-1.17.1
-   media-libs/libcanberra[gtk3]
-   >=sys-apps/dbus-1.1.1
-   >=x11-libs/gdk-pixbuf-2:2
-   >=x11-libs/gtk+-3.22:3
-   x11-libs/libX11
-   x11-libs/pango
-   >=x11-libs/libnotify-0.7
-   virtual/libintl"
-
-RDEPEND="${COMMON_DEPEND}
-   >=www-apache/mod_dnssd-0.6
-   
>=www-servers/apache-2.2:2[apache2_modules_dav,apache2_modules_dav_fs,apache2_modules_authn_file,apache2_modules_auth_digest,apache2_modules_authz_groupfile]"
-
-DEPEND="${COMMON_DEPEND}
-   app-text/docbook-xml-dtd:4.1.2
-   app-text/yelp-tools
-   >=dev-util/intltool-0.35
-   sys-devel/gettext:*
-   virtual/pkgconfig:*"
-
-src_configure() {
-   mate_src_configure \
-   --with-httpd=apache2 \
-   --with-modules-path=/usr/$(get_libdir)/apache2/modules/ \
-   --disable-bluetooth \
-   $(use_with X x)
-}

diff --git a/mate-extra/mate-user-share/mate-user-share-1.22.1.ebuild 
b/mate-extra/mate-user-share/mate-user-share-1.22.1.ebuild
index 4d22498..3373fa4 100644
--- a/mate-extra/mate-user-share/mate-user-share-1.22.1.ebuild
+++ b/mate-extra/mate-user-share/mate-user-share-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="Personal file sharing for the MATE desktop"

diff --git a/mate-extra/mate-user-share/mate-user-share-1.24.0.ebuild 
b/mate-extra/mate-user-share/mate-user-share-1.24.0.ebuild
index dbfca4d..ec2217c 100644
--- a/mate-extra/mate-user-share/mate-user-share-1.24.0.ebuild
+++ b/mate-extra/mate-user-share/mate-user-share-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="Personal file sharing for the MATE desktop"



[gentoo-commits] proj/gentoo-mate:master commit in: x11-terms/mate-terminal/

2020-09-01 Thread Adam Feldman
commit: 3ef8793177087dc5dc3fab69779a9a623f3a16c1
Author: Adam Feldman  gentoo  org>
AuthorDate: Wed Sep  2 05:37:44 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Sep  2 05:55:37 2020 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=3ef87931

x11-terms/mate-terminal: Sync with ::gentoo

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

 x11-terms/mate-terminal/Manifest   |  1 -
 .../mate-terminal/mate-terminal-1.22.0.ebuild  | 39 --
 .../mate-terminal/mate-terminal-1.22.1.ebuild  |  2 +-
 .../mate-terminal/mate-terminal-1.24.0.ebuild  |  2 +-
 4 files changed, 2 insertions(+), 42 deletions(-)

diff --git a/x11-terms/mate-terminal/Manifest b/x11-terms/mate-terminal/Manifest
index 52ab4fe..f3bb348 100644
--- a/x11-terms/mate-terminal/Manifest
+++ b/x11-terms/mate-terminal/Manifest
@@ -1,3 +1,2 @@
-DIST mate-terminal-1.22.0.tar.xz 1538540 BLAKE2B 
490ff1e2a0d8c93b2ab2479c8a735867f55585d82d353cd7a150f1fd5e4e1319dc25832628b464572734efc2fa4917b49b7d4fe5d63b78ce6ea5601e4611
 SHA512 
45932db8c50348386a58ee7acaf08af43e28bd495dac08b4dcff5defd1c10189163bdfd73c61015674d61f275dabc2f749b2e0cbf9981c7dfdef5a4060686645
 DIST mate-terminal-1.22.1.tar.xz 1543900 BLAKE2B 
9c5d92525391603f3dd06444c07d892bbae43c03da7f09414901ee31ce8497e65dfca9f184c8186bead91c27c99c69a528ad2021983ad074023781b275e2b748
 SHA512 
b20102c15dc140b59c93802606ca94fd108dfd5f7ac7f079b872e957794fc2c3aab40c0e6da697e8d393a67fca7b106573a4cb8014af5d6c8ad777be3a798534
 DIST mate-terminal-1.24.0.tar.xz 2084772 BLAKE2B 
82909eb210bf5f0848e35b06b8569b22ba35ff515b2f90bc20e1766564997c7a44080597ac2efa825a8f9793f64c56136dd977b86e4d88e0886bb0e70c772e79
 SHA512 
2ad25411a8e720d3ef43964dc9f80732e215b1b5154e904069d25e73910c0c8f0e1b100d21f85b9a1eec06f6b17f891791445f7830bb52fc44b67fa3f8cebf76

diff --git a/x11-terms/mate-terminal/mate-terminal-1.22.0.ebuild 
b/x11-terms/mate-terminal/mate-terminal-1.22.0.ebuild
deleted file mode 100644
index 8fda2f9..000
--- a/x11-terms/mate-terminal/mate-terminal-1.22.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit mate
-
-if [[ ${PV} !=  ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 x86"
-fi
-
-DESCRIPTION="The MATE Terminal"
-LICENSE="FDL-1.1+ GPL-3+ LGPL-3+"
-SLOT="0"
-
-IUSE=""
-
-COMMON_DEPEND="dev-libs/atk
-   >=dev-libs/glib-2.50:2
-   >=gnome-base/dconf-0.13.4
-   x11-libs/gdk-pixbuf:2
-   x11-libs/libICE
-   x11-libs/libSM
-   x11-libs/libX11
-   x11-libs/pango
-   >=x11-libs/gtk+-3.22:3[X]
-   >=x11-libs/vte-0.46:2.91"
-
-RDEPEND="${COMMON_DEPEND}
-   >=mate-base/mate-desktop-1.6"
-
-DEPEND="${COMMON_DEPEND}
-   app-text/rarian
-   >=app-text/scrollkeeper-dtd-1:1.0
-   app-text/yelp-tools
-   dev-util/glib-utils
-   >=dev-util/intltool-0.50.1
-   sys-devel/gettext
-   virtual/pkgconfig"

diff --git a/x11-terms/mate-terminal/mate-terminal-1.22.1.ebuild 
b/x11-terms/mate-terminal/mate-terminal-1.22.1.ebuild
index 8eb018b..cc113ab 100644
--- a/x11-terms/mate-terminal/mate-terminal-1.22.1.ebuild
+++ b/x11-terms/mate-terminal/mate-terminal-1.22.1.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit mate
 
 if [[ ${PV} !=  ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 x86"
 fi
 
 DESCRIPTION="The MATE Terminal"

diff --git a/x11-terms/mate-terminal/mate-terminal-1.24.0.ebuild 
b/x11-terms/mate-terminal/mate-terminal-1.24.0.ebuild
index 047839e..3a1096a 100644
--- a/x11-terms/mate-terminal/mate-terminal-1.24.0.ebuild
+++ b/x11-terms/mate-terminal/mate-terminal-1.24.0.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit mate
 
 if [[ ${PV} !=  ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 x86"
 fi
 
 DESCRIPTION="The MATE Terminal"



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

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

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

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

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

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



[gentoo-commits] proj/gentoo-mate:master commit in: dev-python/python-caja/

2020-09-01 Thread Adam Feldman
commit: 4a7159048a73df90eeaa54dcaa11996c55a6e6cd
Author: Adam Feldman  gentoo  org>
AuthorDate: Wed Sep  2 05:48:27 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Sep  2 05:55:39 2020 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=4a715904

dev-python/python-caja: Sync with ::gentoo

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

 ...-1.22.0.ebuild => python-caja-1.24.0-r1.ebuild} | 11 -
 dev-python/python-caja/python-caja-1.24.0.ebuild   | 50 --
 2 files changed, 9 insertions(+), 52 deletions(-)

diff --git a/dev-python/python-caja/python-caja-1.22.0.ebuild 
b/dev-python/python-caja/python-caja-1.24.0-r1.ebuild
similarity index 84%
rename from dev-python/python-caja/python-caja-1.22.0.ebuild
rename to dev-python/python-caja/python-caja-1.24.0-r1.ebuild
index 9c1e94b..de4838c 100644
--- a/dev-python/python-caja/python-caja-1.22.0.ebuild
+++ b/dev-python/python-caja/python-caja-1.24.0-r1.ebuild
@@ -4,12 +4,12 @@
 EAPI=6
 
 MATE_LA_PUNT="yes"
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
 
 inherit mate python-single-r1
 
 if [[ ${PV} !=  ]]; then
-   KEYWORDS="~amd64 ~arm ~x86"
+   KEYWORDS="amd64 ~arm x86"
 fi
 
 DESCRIPTION="Python bindings for the Caja file manager"
@@ -35,6 +35,13 @@ DEPEND="${COMMON_DEPEND}
doc? ( app-text/docbook-xml-dtd:4.1.2 )
 "
 
+src_prepare() {
+   MATE_FORCE_AUTORECONF="true"
+
+   sed -i "s/\$(PACKAGE)/${PF}/g" examples/Makefile.am || die
+   mate_src_prepare
+}
+
 src_install() {
mate_src_install
 

diff --git a/dev-python/python-caja/python-caja-1.24.0.ebuild 
b/dev-python/python-caja/python-caja-1.24.0.ebuild
deleted file mode 100644
index 6c6833c..000
--- a/dev-python/python-caja/python-caja-1.24.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MATE_LA_PUNT="yes"
-PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} )
-
-inherit mate python-single-r1
-
-if [[ ${PV} !=  ]]; then
-   KEYWORDS="~amd64 ~arm ~x86"
-fi
-
-DESCRIPTION="Python bindings for the Caja file manager"
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE="doc"
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-COMMON_DEPEND="${PYTHON_DEPS}
-   >=dev-libs/glib-2.50:2
-   $( python_gen_cond_dep 'dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]' 
)
-   >=mate-base/caja-1.17.1[introspection]
-   >=x11-libs/gtk+-3.22:3
-"
-
-RDEPEND="${COMMON_DEPEND}"
-
-DEPEND="${COMMON_DEPEND}
-   dev-util/gtk-doc
-   dev-util/gtk-doc-am
-   >=sys-devel/gettext-0.19.8:*
-   virtual/pkgconfig:*
-   doc? ( app-text/docbook-xml-dtd:4.1.2 )
-"
-
-src_install() {
-   mate_src_install
-
-   # Keep the directory for systemwide extensions.
-   keepdir /usr/share/caja-python/extensions/
-
-   # The HTML documentation generation is broken and commented out by 
upstream.
-   #
-   #if use doc ; then
-   #   insinto /usr/share/gtk-doc/html/nautilus-python # for 
dev-util/devhelp
-   #   doins -r docs/html/*
-   #fi
-}



[gentoo-commits] proj/gentoo-mate:master commit in: mate-base/mate-control-center/

2020-09-01 Thread Adam Feldman
commit: d4f7329c9b59eab474d993bc17539b0a6cbfeb69
Author: Adam Feldman  gentoo  org>
AuthorDate: Wed Sep  2 05:06:19 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Sep  2 05:55:34 2020 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=d4f7329c

mate-base/mate-control-center: Sync with ::gentoo

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

 mate-base/mate-control-center/Manifest |  1 -
 ...ebuild => mate-control-center-1.22.2-r1.ebuild} |  3 +-
 .../mate-control-center-1.22.2.ebuild  | 70 --
 ...ebuild => mate-control-center-1.24.0-r1.ebuild} |  3 +-
 mate-base/mate-control-center/metadata.xml |  1 -
 5 files changed, 3 insertions(+), 75 deletions(-)

diff --git a/mate-base/mate-control-center/Manifest 
b/mate-base/mate-control-center/Manifest
index 2a1fe01..15a7d50 100644
--- a/mate-base/mate-control-center/Manifest
+++ b/mate-base/mate-control-center/Manifest
@@ -1,3 +1,2 @@
-DIST mate-control-center-1.22.1.tar.xz 1445012 BLAKE2B 
2dc129280510432c25d158d6acdb50e58dfffd2e027fade545459669a6e6dbeafc4efe2cc81e19483427ec563daee903e2422e61ee398c88fec566cd80842639
 SHA512 
92390bf5eea459effbd94f0488cdaf3d7b6ff4f548f1aafead928d75e064e85ec1ac7796289f96af2ca8f6cbf3ef57bd2ae37058192af0ec976f4770ec8abeca
 DIST mate-control-center-1.22.2.tar.xz 1614216 BLAKE2B 
cb6dfe509740b2bedc036e849c85f9b752a56310fffe1bb31a19edfd428b3e2e35bf3a5bff9d83e3b72fc05f7bbd97bccd003340bfcb8cb43e9b6964a63957e8
 SHA512 
994563b8970ebf51ba44afe49122e82ff67fdb6c78ab2e8175acc6f619d40a82284cbafc1d61b89b25ac9e8488b00f63433eda94118d40a4fbff0d644ae1ddd5
 DIST mate-control-center-1.24.0.tar.xz 3488572 BLAKE2B 
683b3326deeacf3f47a8ca3201de66a492cac022ae341dfc54cdc97c9a5260e223a082a3dd899b31680e4a8e5b3237d0338c7fd8125468f75e1b00b4e6a130c7
 SHA512 
78e70bc94a34f8e6083d1951b12fcb9f7e8b7c55c5fac612ee27c8175e91b3872f6ecf15162e747444586612a94f857a02fb91a6fad142b5d0a16e749792c2ce

diff --git a/mate-base/mate-control-center/mate-control-center-1.22.1.ebuild 
b/mate-base/mate-control-center/mate-control-center-1.22.2-r1.ebuild
similarity index 97%
rename from mate-base/mate-control-center/mate-control-center-1.22.1.ebuild
rename to mate-base/mate-control-center/mate-control-center-1.22.2-r1.ebuild
index 4ba72e7..32b3570 100644
--- a/mate-base/mate-control-center/mate-control-center-1.22.1.ebuild
+++ b/mate-base/mate-control-center/mate-control-center-1.22.2-r1.ebuild
@@ -44,10 +44,9 @@ RDEPEND="
>=x11-libs/libXi-1.5
x11-libs/libXrandr
x11-libs/libXrender
-   x11-libs/libXxf86misc
>=x11-libs/libxklavier-4
x11-libs/pango
-   >=x11-wm/marco-1.17.0
+   >=x11-wm/marco-1.17.0:=
virtual/libintl
accountsservice? ( sys-apps/accountsservice )
appindicator? ( dev-libs/libappindicator:3 )"

diff --git a/mate-base/mate-control-center/mate-control-center-1.22.2.ebuild 
b/mate-base/mate-control-center/mate-control-center-1.22.2.ebuild
deleted file mode 100644
index 6e0e3e4..000
--- a/mate-base/mate-control-center/mate-control-center-1.22.2.ebuild
+++ /dev/null
@@ -1,70 +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="The MATE Desktop configuration tool"
-LICENSE="FDL-1.1+ GPL-2+ LGPL-2+ LGPL-2.1+ HPND"
-SLOT="0"
-
-IUSE="accountsservice appindicator debug"
-
-RDEPEND="
-   dev-libs/atk
-   >=dev-libs/dbus-glib-0.73
-   >=dev-libs/glib-2.50:2
-   dev-libs/libxml2:2
-   >=gnome-base/dconf-0.13.4
-   >=gnome-base/librsvg-2.0:2
-   >=mate-base/libmatekbd-1.17.0
-   >=mate-base/mate-desktop-1.21.2
-   >=mate-base/caja-1.20.0
-   >=mate-base/mate-menus-1.21.0
-   >=mate-base/mate-settings-daemon-1.21.2
-   >=media-libs/fontconfig-1:1.0
-   media-libs/freetype:2
-   media-libs/libcanberra:0[gtk3]
-   >=sys-apps/dbus-1
-   x11-apps/xmodmap
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf:2
-   >=x11-libs/gtk+-3.22:3
-   x11-libs/libX11
-   x11-libs/libXScrnSaver
-   x11-libs/libXcursor
-   x11-libs/libXext
-   >=x11-libs/libXi-1.5
-   x11-libs/libXrandr
-   x11-libs/libXrender
-   >=x11-libs/libxklavier-4
-   x11-libs/pango
-   >=x11-wm/marco-1.17.0
-   virtual/libintl
-   accountsservice? ( sys-apps/accountsservice )
-   appindicator? ( dev-libs/libappindicator:3 )"
-
-DEPEND="${RDEPEND}
-   app-text/rarian
-   >=app-text/scrollkeeper-dtd-1:1.0
-   app-text/yelp-tools
-   dev-util/desktop-file-utils
-   dev-util/glib-utils
-   >=dev-util/intltool-0.50.1
-   sys-devel/gettext
-   x11-base/xorg-proto
-   virtual/pkgconfig"
-
-src_configure() {
-   mate_src_configure \
-   

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

2020-09-01 Thread Adam Feldman
commit: 1ba23bd41f2a02d6bb041061e8b7ad65b4f825d7
Author: Adam Feldman  gentoo  org>
AuthorDate: Wed Sep  2 05:50:29 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Sep  2 05:55:39 2020 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=1ba23bd4

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

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

 mate-extra/mate-calc/Manifest   | 2 +-
 .../mate-calc/{mate-calc-1.22.0.ebuild => mate-calc-1.22.2.ebuild}  | 0
 mate-extra/mate-calc/mate-calc-1.24.0.ebuild| 2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/mate-extra/mate-calc/Manifest b/mate-extra/mate-calc/Manifest
index 2491fe9..630488a 100644
--- a/mate-extra/mate-calc/Manifest
+++ b/mate-extra/mate-calc/Manifest
@@ -1,2 +1,2 @@
-DIST mate-calc-1.22.0.tar.xz 623312 BLAKE2B 
ae40278e455c520649db9fb4f48aedb2dec3b9abc48175a9f0111bbc57b7aac289d20d8dc1703a7b6545351e75e0ae641432ce6227f5ae0a8de5cbed68120581
 SHA512 
a0d72a17dc9e7e97ef36cb2f089db126b1f91790d6a34ae829ef9cea87e82b025ba106f08e8c677352e72423a6670a3bf8751eecc67444cd8cea8dc8f3cf6728
+DIST mate-calc-1.22.2.tar.xz 626400 BLAKE2B 
f09bf3730a4b184026e324c4c64c7a06951ae858febf58d135b676d384d0fe77a44af0adbb2a3bedc8ab60547f029e7f314634876e7d2a878fcec3549069063a
 SHA512 
4235e49df4517d1a43a1f640f5b35320c34f588eb9ff3c63aa2ff59123a53ea9723372d3fe4d8c29d40ef09a51f4bd536655b5056d840eb5c253f572afb5
 DIST mate-calc-1.24.0.tar.xz 939480 BLAKE2B 
28a8184665096d477bdc80484fc9da3bf9835dd5d1c30d4de11722488d735f88336bcf990c50ef65dd0a5781fc083b5d011fd5085c2d1672e6599a28f4a01452
 SHA512 
ebb18f07ded5577bb0987b2027e7b73abc823a567bfa00f9cc9bfaf75de498f150b6b4c2e13486c530a3cbb078f1b798c415b33d668d952e8650799dd05c99eb

diff --git a/mate-extra/mate-calc/mate-calc-1.22.0.ebuild 
b/mate-extra/mate-calc/mate-calc-1.22.2.ebuild
similarity index 100%
rename from mate-extra/mate-calc/mate-calc-1.22.0.ebuild
rename to mate-extra/mate-calc/mate-calc-1.22.2.ebuild

diff --git a/mate-extra/mate-calc/mate-calc-1.24.0.ebuild 
b/mate-extra/mate-calc/mate-calc-1.24.0.ebuild
index 77fe727..971bea1 100644
--- a/mate-extra/mate-calc/mate-calc-1.24.0.ebuild
+++ b/mate-extra/mate-calc/mate-calc-1.24.0.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit mate
 
 if [[ ${PV} !=  ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 x86"
 fi
 
 DESCRIPTION="Calculator for MATE"



[gentoo-commits] proj/gentoo-mate:master commit in: media-gfx/eom/files/, media-gfx/eom/

2020-09-01 Thread Adam Feldman
commit: 120bd952507979ea2623b697032de11493e1c006
Author: Adam Feldman  gentoo  org>
AuthorDate: Wed Sep  2 05:21:58 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Sep  2 05:55:36 2020 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=120bd952

media-gfx/eom: Sync with ::gentoo

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

 media-gfx/eom/Manifest |  2 -
 media-gfx/eom/eom-1.22.0.ebuild| 62 --
 media-gfx/eom/eom-1.22.1.ebuild| 62 --
 media-gfx/eom/eom-1.22.2.ebuild|  2 +-
 .../{eom-1.24.0.ebuild => eom-1.24.0-r2.ebuild}|  6 ++-
 .../eom/files/eom-1.24.0-add-gdk-includes.patch| 29 ++
 6 files changed, 34 insertions(+), 129 deletions(-)

diff --git a/media-gfx/eom/Manifest b/media-gfx/eom/Manifest
index 6d59d34..8c61051 100644
--- a/media-gfx/eom/Manifest
+++ b/media-gfx/eom/Manifest
@@ -1,4 +1,2 @@
-DIST eom-1.22.0.tar.xz 2171992 BLAKE2B 
5fc1dc872dabd6c7e06c3df778ed1616ecd66487a7ffae94744b299d54df840623759fb559727db1e4e6089021f26a21568bf4682c33fdd434bc2e0924c9a698
 SHA512 
1e086d1e2a0adc02978ffb45a4636e9b614a52d53a7a821af4050029f3fa3a774c29c2d43b5f2e0c58a100311eccc34e9424caf44e7e2139b4fa8d695b77cea0
-DIST eom-1.22.1.tar.xz 2142132 BLAKE2B 
c68f6d6ee4284de7dea3f3d9761f4b67a2edc0a169b3c3ac04ac6efd13e9f1044cf0be023e36891672b31ff73815d7ce765d8db656bbeb69f324e0ee412eb231
 SHA512 
f510de62b9b6f11d02df067128042d6905484e0509a939b7919405d0c1dd03fe4b6735dcd8ccf780d36c5713f4585b50b2727645a454da148307a74cf542be87
 DIST eom-1.22.2.tar.xz 2158376 BLAKE2B 
88d8b635af5b37f1ee4a36c08eb6f4a50cada86f605ab5927b031458f7f36191fa76457263ce38a9f8a02b7ba59308655b5df7039a73083192bf89c15fbee32f
 SHA512 
1045c6bb98056ad707b0acf509c12e0400c21238482bf801abc6b69252f2ffe9687f7fda8b7e09c6338bc80794b104cbb42c1ea89ff1f169c45fdc1fcbdbeabe
 DIST eom-1.24.0.tar.xz 2433420 BLAKE2B 
58f99ba3cf0df3594c459af691cc6ab281657facb49bc3b6101bec1718b165b72b882aabd9abac3c4981b547157aa64d2f24f174fccae06cdaa685728e49740c
 SHA512 
17d26a9341cde0a86f8d8b65008f554398111d80f5d131441654bd9e907df9c9d696038e678aca8d7f4bd2923ff593f626735a3cc30451118818cdbebceb87ab

diff --git a/media-gfx/eom/eom-1.22.0.ebuild b/media-gfx/eom/eom-1.22.0.ebuild
deleted file mode 100644
index 9e84c4e..000
--- a/media-gfx/eom/eom-1.22.0.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit mate
-
-if [[ ${PV} !=  ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 x86"
-fi
-
-DESCRIPTION="The MATE image viewer"
-LICENSE="FDL-1.1+ GPL-2+ IJG LGPL-2+"
-SLOT="0"
-
-IUSE="X debug exif +introspection jpeg lcms svg tiff xmp"
-
-RDEPEND="
-   dev-libs/atk
-   >=dev-libs/glib-2.50:2
-   >=dev-libs/libpeas-1.8.0[gtk]
-   >=dev-libs/libxml2-2:2
-   gnome-base/dconf
-   >=mate-base/mate-desktop-1.17.0
-   sys-libs/zlib
-   x11-libs/cairo
-   >=x11-libs/gdk-pixbuf-2.30:2[introspection?,jpeg?,tiff?]
-   >=x11-libs/gtk+-3.22:3[introspection?]
-   x11-libs/libX11
-   >=x11-misc/shared-mime-info-0.20
-   virtual/libintl
-   exif? (
-   >=media-libs/libexif-0.6.14
-   virtual/jpeg:0
-   )
-   introspection? ( >=dev-libs/gobject-introspection-0.9.3:= )
-   jpeg? ( virtual/jpeg:0 )
-   lcms? ( media-libs/lcms:2 )
-   svg? ( >=gnome-base/librsvg-2.36.2:2 )
-   xmp? ( >=media-libs/exempi-1.99.5:2 )
-   !!media-gfx/mate-image-viewer"
-
-DEPEND="${RDEPEND}
-   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"
-
-src_configure() {
-   mate_src_configure \
-   $(use_enable debug) \
-   $(use_enable introspection) \
-   $(use_with X x) \
-   $(use_with exif libexif) \
-   $(use_with jpeg libjpeg) \
-   $(use_with lcms cms) \
-   $(use_with svg librsvg) \
-   $(use_with xmp)
-}

diff --git a/media-gfx/eom/eom-1.22.1.ebuild b/media-gfx/eom/eom-1.22.1.ebuild
deleted file mode 100644
index 9732879..000
--- a/media-gfx/eom/eom-1.22.1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit mate
-
-if [[ ${PV} !=  ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-fi
-
-DESCRIPTION="The MATE image viewer"
-LICENSE="FDL-1.1+ GPL-2+ IJG LGPL-2+"
-SLOT="0"
-
-IUSE="X debug exif +introspection jpeg lcms svg tiff xmp"
-
-RDEPEND="
-   dev-libs/atk
-   >=dev-libs/glib-2.50:2
-   >=dev-libs/libpeas-1.8.0[gtk]
-   >=dev-libs/libxml2-2:2
-   gnome-base/dconf
-   >=mate-base/mate-desktop-1.17.0
- 

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

2020-09-01 Thread Adam Feldman
commit: 59536eabfd3b4026e1136c707b83800c7e64fb3d
Author: Adam Feldman  gentoo  org>
AuthorDate: Wed Sep  2 04:39:25 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Sep  2 05:55:35 2020 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=59536eab

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

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

 mate-extra/mate-screensaver/Manifest   |   1 -
 .../mate-screensaver-1.22.1.ebuild | 119 -
 .../mate-screensaver-1.22.2.ebuild |   2 +-
 .../mate-screensaver-1.24.0.ebuild |   2 +-
 4 files changed, 2 insertions(+), 122 deletions(-)

diff --git a/mate-extra/mate-screensaver/Manifest 
b/mate-extra/mate-screensaver/Manifest
index 04a6d8f..a90ea63 100644
--- a/mate-extra/mate-screensaver/Manifest
+++ b/mate-extra/mate-screensaver/Manifest
@@ -1,3 +1,2 @@
-DIST mate-screensaver-1.22.1.tar.xz 4942928 BLAKE2B 
e82b6482ed9ec655bb8bea2795b0e2559cbdfcb2be5f27a2264486a2013b8234cb02292b6ca547f8812e6dc0c74646f51af8a2f8d7baf2f28bf1b688508350d5
 SHA512 
7ffb94d88095ff5580862fe9c958a2e4af7a424d40dc5e0f3c1da49a258035179573721fc7052710624916678e953a6347a898b53ff872a49e022987b8c02904
 DIST mate-screensaver-1.22.2.tar.xz 4943380 BLAKE2B 
20d28ee7496af9fd9ac23d4f083eaee716eb97e1c3a9b921fc6b3655cfe4c6dc6e482827eb7fad40fbfd5dfb705bcac57aff3bf60e232b84562e496a7a56c354
 SHA512 
6d28f7261556d59af0bdb8c59ac13fc042c9c5b4cce47e7f6d4148041eb7f05d5cb062f85f05dddb51d009e4aebac31c21fc1243c0e07813adc050fede134ef3
 DIST mate-screensaver-1.24.0.tar.xz 5075860 BLAKE2B 
f669cb9ce1c84cdd2dd84b1c88b668ad1910102ae5d9765117d313b6ece03e535b5fdaae600d8f3315346ac1109d1316e15c0dcac5bd4a637b682fa7b5d1e22b
 SHA512 
8947b85ab8b006a1756649131a9184e4eb8f44c563f5a1b55840aa8280820713bca1ce46fece92b5ac44a73193bfe965e8ef0d17e8e403a751807ee72c674cc0

diff --git a/mate-extra/mate-screensaver/mate-screensaver-1.22.1.ebuild 
b/mate-extra/mate-screensaver/mate-screensaver-1.22.1.ebuild
deleted file mode 100644
index 07f6449..000
--- a/mate-extra/mate-screensaver/mate-screensaver-1.22.1.ebuild
+++ /dev/null
@@ -1,119 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit mate readme.gentoo-r1
-
-if [[ ${PV} !=  ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 x86"
-fi
-
-DESCRIPTION="Replaces xscreensaver, integrating with the MATE desktop"
-
-LICENSE="GPL-2+ HPND LGPL-2+"
-SLOT="0"
-IUSE="X debug consolekit elogind kernel_linux libnotify opengl pam systemd"
-REQUIRED_USE="?? ( elogind systemd )"
-
-DOC_CONTENTS="
-   Information for converting screensavers is located in
-   /usr/share/doc/${PF}/xss-conversion.txt*
-"
-
-COMMON_DEPEND="
-   >=dev-libs/dbus-glib-0.71:0
-   >=dev-libs/glib-2.50:2
-   gnome-base/dconf
-   >=mate-base/libmatekbd-1.17.0
-   >=mate-base/mate-desktop-1.17.0
-   >=mate-base/mate-menus-1.21.0
-   >=sys-apps/dbus-0.30
-   >=x11-libs/gdk-pixbuf-2.14:2
-   >=x11-libs/libX11-1
-   x11-libs/cairo
-   >=x11-libs/gtk+-3.22:3
-   x11-libs/libXext
-   x11-libs/libXrandr
-   x11-libs/libXScrnSaver
-   x11-libs/libXxf86misc
-   x11-libs/libXxf86vm
-   x11-libs/libxklavier
-   x11-libs/pango
-   virtual/libintl
-   consolekit? ( sys-auth/consolekit )
-   libnotify? ( >=x11-libs/libnotify-0.7:0 )
-   opengl? ( virtual/opengl )
-   pam? ( gnome-base/gnome-keyring sys-libs/pam )
-   !pam? ( kernel_linux? ( sys-apps/shadow ) )
-   elogind? ( sys-auth/elogind )
-   systemd? ( sys-apps/systemd:= )
-   !!https://bugzilla.gnome.org/show_bug.cgi?id=370847
-   # is fixed.
-   if ! use pam ; then
-   fperms u+s /usr/libexec/mate-screensaver-dialog
-   fi
-
-   readme.gentoo_create_doc
-}
-
-pkg_postinst() {
-   mate_pkg_postinst
-
-   if has_version "> 
/etc/portage/package.use"
-   echo
-   fi
-
-   readme.gentoo_print_elog
-}

diff --git a/mate-extra/mate-screensaver/mate-screensaver-1.22.2.ebuild 
b/mate-extra/mate-screensaver/mate-screensaver-1.22.2.ebuild
index 5c25978..fbe8e82 100644
--- a/mate-extra/mate-screensaver/mate-screensaver-1.22.2.ebuild
+++ b/mate-extra/mate-screensaver/mate-screensaver-1.22.2.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit mate readme.gentoo-r1
 
 if [[ ${PV} !=  ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 x86"
 fi
 
 DESCRIPTION="Replaces xscreensaver, integrating with the MATE desktop"

diff --git a/mate-extra/mate-screensaver/mate-screensaver-1.24.0.ebuild 
b/mate-extra/mate-screensaver/mate-screensaver-1.24.0.ebuild
index 37afee1..91e4469 100644
--- a/mate-extra/mate-screensaver/mate-screensaver-1.24.0.ebuild
+++ b/mate-extra/mate-screensaver/mate-screensaver-1.24.0.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit mate readme.gentoo-r1
 

[gentoo-commits] proj/gentoo-mate:master commit in: mate-base/mate-applets/files/, mate-base/mate-applets/

2020-09-01 Thread Adam Feldman
commit: 2ee9b842eacdd8c5870442e49d32da842422e298
Author: Adam Feldman  gentoo  org>
AuthorDate: Wed Sep  2 05:25:23 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Sep  2 05:55:36 2020 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=2ee9b842

mate-base/mate-applets: Sync with ::gentoo

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

 mate-base/mate-applets/Manifest|  2 -
 .../mate-applets-1.22.2-gcc-10-fno-common.patch| 45 +++
 mate-base/mate-applets/mate-applets-1.22.0.ebuild  | 86 --
 mate-base/mate-applets/mate-applets-1.22.1.ebuild  | 85 -
 ...1.22.2.ebuild => mate-applets-1.22.2-r1.ebuild} |  6 +-
 mate-base/mate-applets/mate-applets-1.24.0.ebuild  |  2 +-
 6 files changed, 51 insertions(+), 175 deletions(-)

diff --git a/mate-base/mate-applets/Manifest b/mate-base/mate-applets/Manifest
index d953a28..9bfa42e 100644
--- a/mate-base/mate-applets/Manifest
+++ b/mate-base/mate-applets/Manifest
@@ -1,4 +1,2 @@
-DIST mate-applets-1.22.0.tar.xz 7739668 BLAKE2B 
dc3768d2f5eb987907f1ffb1a049dff990140c66c51427dc9095298be92b17b2b1e9695f3c35dae73433e1e50d05477e94aad1697b2bf15706515c16150096d7
 SHA512 
2f3e17414171ec5ab6967b76b1291d99783c3091b51127788f99148f46d5f2068edf7d890c3ebca1a59c29cbda4a06be11c852e5e88d4dc58e9981d906c9e34c
-DIST mate-applets-1.22.1.tar.xz 7602112 BLAKE2B 
22dc076d188cddf9c5160d7ecaddb14ecc41a575abac91b72959054f3fe1c961c80b1aa9171150e7c4ce61ccee0783572726386319312dc97f64d4f9266c1a6d
 SHA512 
d132c8b5e433a557785745032235a5792d04edd7c249269d9a4066fb345b76955bdca71164f7b321f41f566803694d85d9cd7690fbd699daa54788572f0eb986
 DIST mate-applets-1.22.2.tar.xz 7648744 BLAKE2B 
85235f12c1436c3caaa6429aabd16822ae34c5c4bd7a575aa9be2c2e9080734b39180e34b22fdf265a64b5ebffb24071d8768b99f55736631403da02882e45fe
 SHA512 
a57ed37d6ddef303e40cbd8f811d1c6be47378a5b56c5eb280d7dba10668678bf9203425f735fb3b356f4ec33eb2369867aa3ab4b446748fe36b80194e8f
 DIST mate-applets-1.24.0.tar.xz 8142812 BLAKE2B 
cbb76d6d64bb6e9b9f93197dbe79e2751877b0604c5a84ff4b6b00608f2930925bdbc2824dc96848c84496fa5f16ab38458775727b22cb07f4db9ca854f93c42
 SHA512 
345a80b123c705997d44ac5a4bea5249045d75181c3802cf49b2eb08decc14a12f75f2e06e6ebfae267b937ff10edf7638cd64332e2e2e731695e6260df5222e

diff --git 
a/mate-base/mate-applets/files/mate-applets-1.22.2-gcc-10-fno-common.patch 
b/mate-base/mate-applets/files/mate-applets-1.22.2-gcc-10-fno-common.patch
new file mode 100644
index 000..f768e18
--- /dev/null
+++ b/mate-base/mate-applets/files/mate-applets-1.22.2-gcc-10-fno-common.patch
@@ -0,0 +1,45 @@
+From c477b6fd2eec63f629ff5934e78c190ea6c73911 Mon Sep 17 00:00:00 2001
+From: rbuj 
+Date: Wed, 29 Jan 2020 17:10:12 +0100
+Subject: [PATCH] Fix build using gcc 10 -fno-common flag
+
+---
+ drivemount/drive-list.c | 4 
+ drivemount/drive-list.h | 2 +-
+ 2 files changed, 5 insertions(+), 1 deletion(-)
+
+diff --git a/drivemount/drive-list.c b/drivemount/drive-list.c
+index a20e1329..1b3679b3 100644
+--- a/drivemount/drive-list.c
 b/drivemount/drive-list.c
+@@ -32,6 +32,8 @@
+ 
+ G_DEFINE_TYPE (DriveList, drive_list, GTK_TYPE_GRID);
+ 
++GSettings *settings;
++
+ static GVolumeMonitor *volume_monitor = NULL;
+ 
+ static void drive_list_finalize (GObject *object);
+@@ -153,6 +155,8 @@ drive_list_finalize (GObject *object)
+ g_hash_table_destroy (self->volumes);
+ g_hash_table_destroy (self->mounts);
+ 
++g_object_unref (settings);
++
+ if (G_OBJECT_CLASS (drive_list_parent_class)->finalize)
+   (* G_OBJECT_CLASS (drive_list_parent_class)->finalize) (object);
+ }
+diff --git a/drivemount/drive-list.h b/drivemount/drive-list.h
+index c7e844dd..ea55b908 100644
+--- a/drivemount/drive-list.h
 b/drivemount/drive-list.h
+@@ -65,7 +65,7 @@ void   drive_list_set_panel_size  (DriveList *list,
+  int panel_size);
+ void   drive_list_set_transparent (DriveList *self,
+  gboolean transparent);
+-GSettings *settings;
++extern GSettings *settings;
+ void   drive_list_redraw (DriveList *self);
+ void   settings_color_changed (GSettings *settings, gchar *key, DriveList 
*drive_list);
+ 

diff --git a/mate-base/mate-applets/mate-applets-1.22.0.ebuild 
b/mate-base/mate-applets/mate-applets-1.22.0.ebuild
deleted file mode 100644
index 077a17c..000
--- a/mate-base/mate-applets/mate-applets-1.22.0.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit mate
-
-if [[ ${PV} !=  ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 x86"
-fi
-
-DESCRIPTION="Applets for the MATE Desktop and Panel"
-LICENSE="CC-BY-SA-3.0 FDL-1.1+ GPL-2+ GPL-3+ LGPL-2+"
-SLOT="0"
-
-IUSE="X ipv6 policykit +upower"
-
-COMMON_DEPEND="dev-libs/atk
-   >=dev-libs/dbus-glib-0.74
-   

[gentoo-commits] proj/gentoo-mate:master commit in: x11-misc/mate-notification-daemon/

2020-09-01 Thread Adam Feldman
commit: 39e4b50b9921d1aad100c53930c9a4536eabc197
Author: Adam Feldman  gentoo  org>
AuthorDate: Wed Sep  2 05:03:46 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Sep  2 05:55:34 2020 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=39e4b50b

x11-misc/mate-notification-daemon: Sync with ::gentoo

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

 x11-misc/mate-notification-daemon/Manifest |  1 -
 .../mate-notification-daemon-1.22.0-r1.ebuild  | 54 --
 .../mate-notification-daemon-1.22.0.ebuild | 54 --
 .../mate-notification-daemon-1.22.1.ebuild |  2 +-
 .../mate-notification-daemon-1.24.0.ebuild |  2 +-
 5 files changed, 2 insertions(+), 111 deletions(-)

diff --git a/x11-misc/mate-notification-daemon/Manifest 
b/x11-misc/mate-notification-daemon/Manifest
index ecf3d46..b7b30b9 100644
--- a/x11-misc/mate-notification-daemon/Manifest
+++ b/x11-misc/mate-notification-daemon/Manifest
@@ -1,3 +1,2 @@
-DIST mate-notification-daemon-1.22.0.tar.xz 360676 BLAKE2B 
0eb50a6179b5b90243e82066c3ce1bf65cf3b2969e0c259e4bdebdf6e86d769f74020509cc170b087a02c6295007f83efc950407f803be6e717b0fc900ae
 SHA512 
1345604dee1315843ad5a6920aab7cbe1544c8f7c7ccea686e5684c7ea5272fa09d27edbcc996f6a568f8b3760f561b84901c44f93f1b3ae2d5ddcd3c3ce86fc
 DIST mate-notification-daemon-1.22.1.tar.xz 340472 BLAKE2B 
09a4fd8f14ffcde530bf3f95aa5d38f5ab1d105dd854464eb698fa3f42594e4559a48d034a0e25a021f2cd2382d02fbe357269636ea2603f940d666467ba4058
 SHA512 
5faec84a2c25b3d17db5e0e564081a5712a0ae9a648b61e7d6233f7c6671a137cb9e0d2328eccad4e634eb99cae72cf235589f3667b9bf29e66c3734f7ed8bc7
 DIST mate-notification-daemon-1.24.0.tar.xz 392588 BLAKE2B 
480272848b3403d34eaa1f555a573dbf74a4e8e45e76c4726943bda4c29d7002f00d1a828e318d51dd07a44df1c64902c38bbe41c1c14339e8cb8710f7008f36
 SHA512 
0fd2da98001c60672d4833e974ac74dd561f54ca6f3fd74f8d6620e3b28768add46dd891d7446b01426b6aed09d4966d902cbde45aac3498fdcbb837e531a147

diff --git 
a/x11-misc/mate-notification-daemon/mate-notification-daemon-1.22.0-r1.ebuild 
b/x11-misc/mate-notification-daemon/mate-notification-daemon-1.22.0-r1.ebuild
deleted file mode 100644
index 6956bd1..000
--- 
a/x11-misc/mate-notification-daemon/mate-notification-daemon-1.22.0-r1.ebuild
+++ /dev/null
@@ -1,54 +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="MATE Notification daemon"
-LICENSE="GPL-2+ GPL-3+"
-SLOT="0"
-
-IUSE=""
-
-COMMON_DEPEND="dev-libs/atk
-   >=dev-libs/glib-2.50:2
-   >=sys-apps/dbus-1
-   x11-libs/cairo
-   >=x11-libs/gdk-pixbuf-2.22:2
-   >=x11-libs/libnotify-0.7
-   x11-libs/libX11
-   virtual/libintl
-   >=x11-libs/gtk+-3.22:3
-   >=x11-libs/libwnck-3:3
-   >=media-libs/libcanberra-0.4:0[gtk3]
-   !x11-misc/notify-osd
-   !x11-misc/qtnotifydaemon
-   !x11-misc/notification-daemon"
-
-RDEPEND="${COMMON_DEPEND}"
-
-DEPEND="${COMMON_DEPEND}
-   app-arch/xz-utils
-   dev-util/gdbus-codegen
-   >=dev-util/intltool-0.50.1
-   sys-devel/gettext:*
-   >=sys-devel/libtool-2.2.6:2
-   virtual/pkgconfig:*"
-
-src_configure() {
-   mate_src_configure
-}
-
-src_install() {
-   mate_src_install
-
-   insinto /usr/share/dbus-1/services
-   doins "${FILESDIR}/org.freedesktop.Notifications.service"
-}

diff --git 
a/x11-misc/mate-notification-daemon/mate-notification-daemon-1.22.0.ebuild 
b/x11-misc/mate-notification-daemon/mate-notification-daemon-1.22.0.ebuild
deleted file mode 100644
index 73f1417..000
--- a/x11-misc/mate-notification-daemon/mate-notification-daemon-1.22.0.ebuild
+++ /dev/null
@@ -1,54 +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="MATE Notification daemon"
-LICENSE="GPL-2+ GPL-3+"
-SLOT="0"
-
-IUSE=""
-
-COMMON_DEPEND="dev-libs/atk
-   >=dev-libs/dbus-glib-0.78
-   >=dev-libs/glib-2.50:2
-   >=sys-apps/dbus-1
-   x11-libs/cairo
-   >=x11-libs/gdk-pixbuf-2.22:2
-   >=x11-libs/libnotify-0.7
-   x11-libs/libX11
-   virtual/libintl
-   >=x11-libs/gtk+-3.22:3
-   >=x11-libs/libwnck-3:3
-   >=media-libs/libcanberra-0.4:0[gtk3]
-   !x11-misc/notify-osd
-   !x11-misc/qtnotifydaemon
-   !x11-misc/notification-daemon"
-
-RDEPEND="${COMMON_DEPEND}"
-
-DEPEND="${COMMON_DEPEND}
-   app-arch/xz-utils
-   >=dev-util/intltool-0.50.1
-   sys-devel/gettext:*
-   >=sys-devel/libtool-2.2.6:2
-   virtual/pkgconfig:*"
-
-src_configure() {
-   mate_src_configure
-}
-
-src_install() 

[gentoo-commits] proj/gentoo-mate:master commit in: x11-themes/mate-icon-theme-faenza/

2020-09-01 Thread Adam Feldman
commit: 5b05ab1f5e58f9954b021ed05daca368db082712
Author: Adam Feldman  gentoo  org>
AuthorDate: Wed Sep  2 05:28:39 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Sep  2 05:55:36 2020 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=5b05ab1f

x11-themes/mate-icon-theme-faenza: Sync with ::gentoo

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

 x11-themes/mate-icon-theme-faenza/Manifest |  5 +---
 .../mate-icon-theme-faenza-1.14.0.ebuild   | 31 --
 .../mate-icon-theme-faenza-1.16.0.ebuild   | 31 --
 .../mate-icon-theme-faenza-1.18.1.ebuild   | 31 --
 ...ebuild => mate-icon-theme-faenza-1.20.0.ebuild} |  2 +-
 5 files changed, 2 insertions(+), 98 deletions(-)

diff --git a/x11-themes/mate-icon-theme-faenza/Manifest 
b/x11-themes/mate-icon-theme-faenza/Manifest
index d1ca731..356f108 100644
--- a/x11-themes/mate-icon-theme-faenza/Manifest
+++ b/x11-themes/mate-icon-theme-faenza/Manifest
@@ -1,4 +1 @@
-DIST mate-icon-theme-faenza-1.12.0.tar.xz 19058516 BLAKE2B 
7908613361d66a8ef1f6630667cf0101f869700069395030891f8903d16df9653d5d4e3667248dd24f010ea67f5affae609862256dca839bc58db5d0987367dd
 SHA512 
58c26458027bc9938ca01f88942faedce5189b090302adb3c4f63f1c042616fb4fb8f53f1454a9d7de1b642af1074fa3f7a1a75eeaacbc675a4467dad9b95be4
-DIST mate-icon-theme-faenza-1.14.0.tar.xz 19314908 BLAKE2B 
4ed817e4ee61d996c98ad915892967a28ed5d4c063400239f65b33f50f9e53f2362530668704d08cd09ee4b541b42ec6bee11ed59d87e62220e171b00aa70f63
 SHA512 
91c92eb1e3db91425a6fba13803b050227acf3bc0e9b6c0f07f6805d7c154cc21e2dbf38fac567aa4953abebb678663936491a65a0de5889be837f53068a6e58
-DIST mate-icon-theme-faenza-1.16.0.tar.xz 19312972 BLAKE2B 
c9ca971cf366630b98d503848a524cfd637dd33749e2ba078c0bc6600fe0bc83c841341a172345eace9c068a400913986b1085c53e586e16774d6755c2333029
 SHA512 
27d7521f52edf274eb066c7a7c689237dc584b68712787e5e008b22d90427391c952fd59eb372c4d08063af7f0bd85dbab35c57fd63b3e86fda174010f76c0fb
-DIST mate-icon-theme-faenza-1.18.1.tar.xz 19330596 BLAKE2B 
dc7dfb5ac21b4caf19a7d4672d8ec39b9d6f4fd0762c40dd598ad98c446059d53aa6d7a291a391126e18bfb3d16369415a06d91d11ba34d3e336ad1c9a30daa1
 SHA512 
16ddccf5b69c69a8a6c8167c38ef4603c997b756e222e61d7b2d1540598efabde01cafbc1248082054e92d078dcc792f2afd1c68ceedcbf15846cdbe6241875b
+DIST mate-icon-theme-faenza-1.20.0.tar.xz 19327552 BLAKE2B 
ce6162080d2dc1d3476970a17b37e200f3669e4c482b1e257a4b47d8a7329888966edbdf805fb360927b0eece72c4597ee5b4f2a7ee5a429f7908310199e946e
 SHA512 
361de34fde13c6a14fdac5aa1af90aa784f639d64c0bf332c18b580cb6b4d1a10d7d188fa6b19ecda125c8bbb1fc5c63ab1d5e9ae31c512f2ec3eea288aa023d

diff --git 
a/x11-themes/mate-icon-theme-faenza/mate-icon-theme-faenza-1.14.0.ebuild 
b/x11-themes/mate-icon-theme-faenza/mate-icon-theme-faenza-1.14.0.ebuild
deleted file mode 100644
index 4001c98..000
--- a/x11-themes/mate-icon-theme-faenza/mate-icon-theme-faenza-1.14.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit mate
-
-if [[ ${PV} !=  ]]; then
-   KEYWORDS="~amd64 ~arm ~x86"
-fi
-
-DESCRIPTION="Faenza icon theme, that was adapted for MATE desktop"
-LICENSE="GPL-3"
-SLOT="0"
-
-IUSE="minimal"
-
-RDEPEND="x11-themes/hicolor-icon-theme:0
-   !minimal? ( >=x11-themes/mate-icon-theme-${MATE_BRANCH} )"
-
-RESTRICT="binchecks strip"
-
-# https://github.com/mate-desktop/mate-icon-theme-faenza/issues/13
-MATE_FORCE_AUTORECONF=true
-
-src_prepare() {
-   # Remove broken libreoffice icons (dangling symlinks).
-   rm matefaenza/apps/16/*libreoffice* || die
-
-   mate_src_prepare
-}

diff --git 
a/x11-themes/mate-icon-theme-faenza/mate-icon-theme-faenza-1.16.0.ebuild 
b/x11-themes/mate-icon-theme-faenza/mate-icon-theme-faenza-1.16.0.ebuild
deleted file mode 100644
index 4001c98..000
--- a/x11-themes/mate-icon-theme-faenza/mate-icon-theme-faenza-1.16.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit mate
-
-if [[ ${PV} !=  ]]; then
-   KEYWORDS="~amd64 ~arm ~x86"
-fi
-
-DESCRIPTION="Faenza icon theme, that was adapted for MATE desktop"
-LICENSE="GPL-3"
-SLOT="0"
-
-IUSE="minimal"
-
-RDEPEND="x11-themes/hicolor-icon-theme:0
-   !minimal? ( >=x11-themes/mate-icon-theme-${MATE_BRANCH} )"
-
-RESTRICT="binchecks strip"
-
-# https://github.com/mate-desktop/mate-icon-theme-faenza/issues/13
-MATE_FORCE_AUTORECONF=true
-
-src_prepare() {
-   # Remove broken libreoffice icons (dangling symlinks).
-   rm matefaenza/apps/16/*libreoffice* || die
-
-   mate_src_prepare
-}

diff --git 
a/x11-themes/mate-icon-theme-faenza/mate-icon-theme-faenza-1.18.1.ebuild 
b/x11-themes/mate-icon-theme-faenza/mate-icon-theme-faenza-1.18.1.ebuild
deleted file mode 

[gentoo-commits] proj/gentoo-mate:master commit in: app-arch/engrampa/, app-arch/engrampa/files/

2020-09-01 Thread Adam Feldman
commit: 31c66391acc43e27c3ab34beb8ed0b268ffd5d78
Author: Adam Feldman  gentoo  org>
AuthorDate: Wed Sep  2 05:18:12 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Sep  2 05:55:36 2020 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=31c66391

app-arch/engrampa: Sync with ::gentoo

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

 app-arch/engrampa/Manifest |  1 -
 ...-1.22.1-r1.ebuild => engrampa-1.22.3-r1.ebuild} | 45 ++---
 app-arch/engrampa/engrampa-1.22.3.ebuild   | 75 --
 ...mpa-1.24.0.ebuild => engrampa-1.24.0-r1.ebuild} | 39 +--
 .../files/engrampa-1.22.3-gcc-10-fno-common.patch  | 22 +++
 app-arch/engrampa/metadata.xml |  2 +-
 6 files changed, 60 insertions(+), 124 deletions(-)

diff --git a/app-arch/engrampa/Manifest b/app-arch/engrampa/Manifest
index 2d82dcf..d0956f3 100644
--- a/app-arch/engrampa/Manifest
+++ b/app-arch/engrampa/Manifest
@@ -1,3 +1,2 @@
-DIST engrampa-1.22.1.tar.xz 1363488 BLAKE2B 
0f71e94af50443f9f562b0eed461ca1160fab0a5a3cd02c845fac09ee2466cb8634a458a6a4488ff5ac6674b0f525eccf754b8b1cc7e3f1729d4eb6ac224e025
 SHA512 
111eeb470555ae8edb7754159bb2e70b03cbbc7b1c9d61c253d9d67e50d84ff0e0654e16547883c39aeeb223e8ba58201d45b50819784fc6cf7a21f0cf176c70
 DIST engrampa-1.22.3.tar.xz 1407412 BLAKE2B 
d6963da4c18137600c26cff01b2a42d2aaf9a8a435779593b7712e6f7ff920fd25b5fa462edd3d321d63f131b3e4a4486a6f795f2392f6679ae3ef9b343fe8e1
 SHA512 
fd110b2bc188207645985a6f788b8e618cb4910a275950dfb17c0bcc42eff8765a4c7a36760dec2636485685a7a2f4adefb8e2c83537d1b3a819582e3878c9db
 DIST engrampa-1.24.0.tar.xz 1678920 BLAKE2B 
c40ba6a77d667f25853f6ae8cef51a54b32402e9446d6712bcfe8b6cfbddcc39e076604fad6ead1717bcedc52716be028ac9bf912c5762fa204e3ee5d6be10bb
 SHA512 
b6996e224ef52d8fd7102e4498193faa62056e8c22aa260ab5c6361533744f78755d500536ec0e03fd8b42b71da56d3f58d9d760809d20b572bee02fdee07cce

diff --git a/app-arch/engrampa/engrampa-1.22.1-r1.ebuild 
b/app-arch/engrampa/engrampa-1.22.3-r1.ebuild
similarity index 55%
rename from app-arch/engrampa/engrampa-1.22.1-r1.ebuild
rename to app-arch/engrampa/engrampa-1.22.3-r1.ebuild
index dbd3baf..c611a99 100644
--- a/app-arch/engrampa/engrampa-1.22.1-r1.ebuild
+++ b/app-arch/engrampa/engrampa-1.22.3-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 MATE_LA_PUNT="yes"
 
-inherit mate readme.gentoo-r1
+inherit eutils mate
 
 if [[ ${PV} !=  ]]; then
KEYWORDS="amd64 ~arm ~arm64 x86"
@@ -34,27 +34,8 @@ DEPEND="${RDEPEND}
dev-util/glib-utils
>=dev-util/intltool-0.50.1
sys-devel/gettext
-   virtual/pkgconfig"
-
-DISABLE_AUTOFORMATTING="yes"
-DOC_CONTENTS="
-${PN} is a frontend for several archiving utilities. If you want
-support for a particular archive format,install the relevant package:
-
-7-zip   : emerge app-arch/p7zip
-ace : emerge app-arch/unace
-arj : emerge app-arch/arj
-cpio: emerge app-arch/cpio
-deb : emerge app-arch/dpkg
-iso : emerge app-cdr/cdrtools
-jar,zip : emerge app-arch/zip  or  emerge app-arch/unzip
-lha : emerge app-arch/lha
-lzma: emerge app-arch/xz-utils
-lzop: emerge app-arch/lzop
-rar : emerge app-arch/unrar
-rpm : emerge app-arch/rpm
-unstuff : emerge app-arch/stuffit
-zoo : emerge app-arch/zoo"
+   virtual/pkgconfig
+"
 
 src_configure() {
mate_src_configure \
@@ -64,12 +45,28 @@ src_configure() {
$(use_enable packagekit)
 }
 
+PATCHES=(
+   "${FILESDIR}/${P}-gcc-10-fno-common.patch"
+)
+
 src_install() {
mate_src_install
-   readme.gentoo_create_doc
 }
 
 pkg_postinst() {
mate_pkg_postinst
-   readme.gentoo_print_elog
+   optfeature "Support for 7-zip"  app-arch/p7zip
+   optfeature "Support for ace"  app-arch/unace
+   optfeature "Support for arj"  app-arch/arj
+   optfeature "Support for cpio"  app-arch/cpio
+   optfeature "Support for deb"  app-arch/dpkg
+   optfeature "Support for iso"  app-cdr/cdrtools
+   optfeature "Support for jar,zip"  app-arch/zip app-arch/unzip
+   optfeature "Support for lha"  app-arch/lha
+   optfeature "Support for lzma"  app-arch/xz-utils
+   optfeature "Support for lzop"  app-arch/lzop
+   optfeature "Support for rar"  app-arch/unrar
+   optfeature "Support for rpm"  app-arch/rpm
+   optfeature "Support for unstuff"  app-arch/stuffit
+   optfeature "Support for zoo"  app-arch/zoo
 }

diff --git a/app-arch/engrampa/engrampa-1.22.3.ebuild 
b/app-arch/engrampa/engrampa-1.22.3.ebuild
deleted file mode 100644
index 7237e76..000
--- a/app-arch/engrampa/engrampa-1.22.3.ebuild
+++ /dev/null
@@ -1,75 +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 readme.gentoo-r1
-
-if [[ ${PV} !=  ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-fi
-

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

2020-09-01 Thread Adam Feldman
commit: fe9e8a330e0cbddb98ba0b4ea990f4fd4eff8eb2
Author: Adam Feldman  gentoo  org>
AuthorDate: Wed Sep  2 05:32:44 2020 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Sep  2 05:55:37 2020 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=fe9e8a33

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

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

 mate-extra/mate-netbook/Manifest   |  1 -
 mate-extra/mate-netbook/mate-netbook-1.22.1.ebuild | 35 --
 mate-extra/mate-netbook/mate-netbook-1.22.2.ebuild |  2 +-
 mate-extra/mate-netbook/mate-netbook-1.24.0.ebuild |  2 +-
 4 files changed, 2 insertions(+), 38 deletions(-)

diff --git a/mate-extra/mate-netbook/Manifest b/mate-extra/mate-netbook/Manifest
index e7ee411..22c997f 100644
--- a/mate-extra/mate-netbook/Manifest
+++ b/mate-extra/mate-netbook/Manifest
@@ -1,3 +1,2 @@
-DIST mate-netbook-1.22.1.tar.xz 307776 BLAKE2B 
8d10de7926023d1c0e9a92c2a55306db797e156948096936864332a79f0bdf91406df2ecf523b951eb6b1d0770dfbe705d913d75c74043bc78f765615af76bdf
 SHA512 
d0ba10d798e779e89b656a5bab2f5524c36755d58b877ba18482171c7673c5217ecf39b8098ff7b258634fbae62638d70bdf11e17f02f47c68ca96058f0ebb03
 DIST mate-netbook-1.22.2.tar.xz 308168 BLAKE2B 
5b73d3299dc725d6f342535599bc38047c4d90f2e6aa953f07e81b9f2f71723124b0cf6574b44f96644b5c5804e8a8319d9870c491210dc4714f6d2c40d0a472
 SHA512 
caaa841857b86592dd7417fa77e8211d1527f8234cd248a00a3a74b2b1487bd1c06a4bfde44818e1c3b0a64350b94e47d8bfdbcd545d787365dfd76c3af2ff71
 DIST mate-netbook-1.24.0.tar.xz 356072 BLAKE2B 
843e90753e660e531377cc25880a1bbab8a8f200c293bd05454fbb2d27f333684cd1429bfa5596c308c039505752d53156bd83fc09e6eba955eea7267eb502ac
 SHA512 
fd2efbfaa3fb53f96bf9bff28eba70d3cd46b723a63e6748af0cb8314821cbafdc8d0122d402e89ac2742247685e630544f3d98149514114de5a3e38f7fbe471

diff --git a/mate-extra/mate-netbook/mate-netbook-1.22.1.ebuild 
b/mate-extra/mate-netbook/mate-netbook-1.22.1.ebuild
deleted file mode 100644
index f440977..000
--- a/mate-extra/mate-netbook/mate-netbook-1.22.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit mate
-
-if [[ ${PV} !=  ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 x86"
-fi
-
-DESCRIPTION="MATE utilities for netbooks"
-LICENSE="LGPL-2+ GPL-3"
-SLOT="0"
-
-IUSE=""
-
-COMMON_DEPEND="
-   >=dev-libs/glib-2.50:2
-   >=mate-base/mate-panel-1.17.0
-   >=x11-libs/gtk+-3.22:3
-   x11-libs/libfakekey
-   x11-libs/libwnck:3
-   x11-libs/libXtst
-   x11-libs/libX11
-   x11-libs/cairo
-   virtual/libintl"
-
-RDEPEND="${COMMON_DEPEND}"
-
-DEPEND="${COMMON_DEPEND}
-   x11-base/xorg-proto
-   >=dev-util/intltool-0.50.1
-   sys-devel/gettext:*
-   virtual/pkgconfig:*"

diff --git a/mate-extra/mate-netbook/mate-netbook-1.22.2.ebuild 
b/mate-extra/mate-netbook/mate-netbook-1.22.2.ebuild
index f7ce5d6..f440977 100644
--- a/mate-extra/mate-netbook/mate-netbook-1.22.2.ebuild
+++ b/mate-extra/mate-netbook/mate-netbook-1.22.2.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit mate
 
 if [[ ${PV} !=  ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 x86"
 fi
 
 DESCRIPTION="MATE utilities for netbooks"

diff --git a/mate-extra/mate-netbook/mate-netbook-1.24.0.ebuild 
b/mate-extra/mate-netbook/mate-netbook-1.24.0.ebuild
index b6139aa..baad717 100644
--- a/mate-extra/mate-netbook/mate-netbook-1.24.0.ebuild
+++ b/mate-extra/mate-netbook/mate-netbook-1.24.0.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit mate
 
 if [[ ${PV} !=  ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 x86"
 fi
 
 DESCRIPTION="MATE utilities for netbooks"



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2020-09-01 Thread Sam James
commit: cc87f2952a3cd24d51d2f7cac8b63f6c997370ad
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep  2 05:38:46 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep  2 05:38:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc87f295

dev-python/rq: add Python 3.6 to 1.5.0 too

Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/rq/rq-1.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/rq/rq-1.5.0.ebuild b/dev-python/rq/rq-1.5.0.ebuild
index d62e57cf150..f812fe5722f 100644
--- a/dev-python/rq/rq-1.5.0.ebuild
+++ b/dev-python/rq/rq-1.5.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1



[gentoo-commits] repo/gentoo:master commit in: dev-python/sentry-sdk/

2020-09-01 Thread Sam James
commit: a5e2539787b8f8b9cedb0abfe42dd2163c509581
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep  2 05:34:01 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep  2 05:34:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5e25397

dev-python/sentry-sdk: restore Python 3.6

Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/sentry-sdk/sentry-sdk-0.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sentry-sdk/sentry-sdk-0.16.3.ebuild 
b/dev-python/sentry-sdk/sentry-sdk-0.16.3.ebuild
index c23ecfdbfc3..b536923dc9c 100644
--- a/dev-python/sentry-sdk/sentry-sdk-0.16.3.ebuild
+++ b/dev-python/sentry-sdk/sentry-sdk-0.16.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2020-09-01 Thread Sam James
commit: 66eda9aaa11559bc6961a5e6f8806c42d5bd98e8
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep  2 05:35:29 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep  2 05:35:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66eda9aa

dev-python/rq: restore 1.5.0

Needed to use as a stable candidate.

Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/rq/Manifest|  1 +
 dev-python/rq/rq-1.5.0.ebuild | 66 +++
 2 files changed, 67 insertions(+)

diff --git a/dev-python/rq/Manifest b/dev-python/rq/Manifest
index eb0f63be7e9..fc1c7241d1d 100644
--- a/dev-python/rq/Manifest
+++ b/dev-python/rq/Manifest
@@ -1,2 +1,3 @@
 DIST rq-1.4.3.tar.gz 52258 BLAKE2B 
fd2bb19239ac3011005b34cf041e7736794a27b2097a7ff1808a716d45ad224ad349e316f172308175174f59ff0d3d2bbe0c6778bd66cdad6755da2740898c0d
 SHA512 
177c748148a109efaeddf14b3847e7980882f385ba0e346ccfa72983d584f1c739417383c6eec83370a66f1ceeb5f955de9d5ccf87e4136074aa52e2f9144bd3
+DIST rq-1.5.0.tar.gz 569320 BLAKE2B 
5349f6e806c5348e584513bf8fe8828c44909b8f4e53fcdfe40e0c617f162859dbc89d4595993c29227a25cef5b6ddbb758c51c3e50b442ada62eaca0585490a
 SHA512 
87eb83de529afe3a1e0a9f2b1727aba97482e3e55024aede29ad6e12ed5b92ca147bef8d720a09b34939c04ac5e37642147aea5b1b7686ed4b2aaacdcf998f6d
 DIST rq-1.5.1.tar.gz 569967 BLAKE2B 
9de43fa2d88a58186e8889163f4c1ea92da068c3652c5e32008a39c0e3b27e06f4a1c696a88d1dbf5b05d280bff9c1c56a1995673e9d0ff3fb3a50498729e96b
 SHA512 
2a03b79c7f1b253e2974007616ad3342e0b98ef9f57b0ca9dd41ecb4319074cec3ae4ba5f8958f54a1c2a6342062d74a33ec6d03689f3a89074854483af74b4f

diff --git a/dev-python/rq/rq-1.5.0.ebuild b/dev-python/rq/rq-1.5.0.ebuild
new file mode 100644
index 000..d62e57cf150
--- /dev/null
+++ b/dev-python/rq/rq-1.5.0.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="simple, lightweight library for creating and processing 
background jobs"
+HOMEPAGE="https://python-rq.org https://github.com/rq/rq;
+SRC_URI="https://github.com/rq/rq/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+
+BDEPEND="
+   test? (
+   dev-db/redis
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/sentry-sdk[${PYTHON_USEDEP}]
+   )
+"
+DEPEND="
+   >=dev-python/click-5.0[${PYTHON_USEDEP}]
+   >=dev-python/redis-py-3.5.0[${PYTHON_USEDEP}]
+"
+RDEPEND="${DEPEND}"
+
+distutils_enable_tests pytest
+
+PATCHES=(
+   "${FILESDIR}/${PN}-1.5.0-no-install-tests.patch"
+)
+
+src_test() {
+   local redis_pid="${T}"/redis.pid
+   local redis_port=6379
+   local redis_test_config="daemonize yes
+   pidfile ${redis_pid}
+   port ${redis_port}
+   bind 127.0.0.1
+   "
+
+   # Spawn Redis itself for testing purposes
+   # NOTE: On sam@'s machine, spawning Redis can hang in the sandbox.
+   # I'm not restricting tests yet because this doesn't happen for anyone 
else AFAICT.
+   elog "Spawning Redis"
+   elog "NOTE: Port ${redis_port} must be free"
+   /usr/sbin/redis-server - <<< "${redis_test_config}" || die
+
+   # Run the actual tests
+   distutils-r1_src_test
+
+   # Clean up afterwards
+   kill "$(<"${redis_pid}")" || die
+}
+
+python_test() {
+   # Tests needing rqworker:
+   # TestWorkerSubprocess::test_run_access_self, test_run_empty_queue, 
test_run_scheduled_access_self
+   distutils_install_for_testing
+   PATH="${BUILD_DIR}/test/scripts/:${PATH}" pytest -vv || die "Testsuite 
failed under ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2020-09-01 Thread Sam James
commit: b0dfabda2ef91812c06c5442185b1dec19bded03
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep  2 05:36:06 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep  2 05:36:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0dfabda

dev-python/rq: cleanup old (1.4.3)

Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/rq/Manifest|  1 -
 dev-python/rq/rq-1.4.3.ebuild | 22 --
 2 files changed, 23 deletions(-)

diff --git a/dev-python/rq/Manifest b/dev-python/rq/Manifest
index fc1c7241d1d..556aa6b2121 100644
--- a/dev-python/rq/Manifest
+++ b/dev-python/rq/Manifest
@@ -1,3 +1,2 @@
-DIST rq-1.4.3.tar.gz 52258 BLAKE2B 
fd2bb19239ac3011005b34cf041e7736794a27b2097a7ff1808a716d45ad224ad349e316f172308175174f59ff0d3d2bbe0c6778bd66cdad6755da2740898c0d
 SHA512 
177c748148a109efaeddf14b3847e7980882f385ba0e346ccfa72983d584f1c739417383c6eec83370a66f1ceeb5f955de9d5ccf87e4136074aa52e2f9144bd3
 DIST rq-1.5.0.tar.gz 569320 BLAKE2B 
5349f6e806c5348e584513bf8fe8828c44909b8f4e53fcdfe40e0c617f162859dbc89d4595993c29227a25cef5b6ddbb758c51c3e50b442ada62eaca0585490a
 SHA512 
87eb83de529afe3a1e0a9f2b1727aba97482e3e55024aede29ad6e12ed5b92ca147bef8d720a09b34939c04ac5e37642147aea5b1b7686ed4b2aaacdcf998f6d
 DIST rq-1.5.1.tar.gz 569967 BLAKE2B 
9de43fa2d88a58186e8889163f4c1ea92da068c3652c5e32008a39c0e3b27e06f4a1c696a88d1dbf5b05d280bff9c1c56a1995673e9d0ff3fb3a50498729e96b
 SHA512 
2a03b79c7f1b253e2974007616ad3342e0b98ef9f57b0ca9dd41ecb4319074cec3ae4ba5f8958f54a1c2a6342062d74a33ec6d03689f3a89074854483af74b4f

diff --git a/dev-python/rq/rq-1.4.3.ebuild b/dev-python/rq/rq-1.4.3.ebuild
deleted file mode 100644
index 64bbcfda25c..000
--- a/dev-python/rq/rq-1.4.3.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-inherit distutils-r1
-
-DESCRIPTION="simple, lightweight library for creating and processing 
background jobs"
-HOMEPAGE="https://python-rq.org https://github.com/rq/rq;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-
-DEPEND="
-   >=dev-python/click-5.0[${PYTHON_USEDEP}]
-   >=dev-python/redis-py-3.0.0[${PYTHON_USEDEP}]
-"
-RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/rq/

2020-09-01 Thread Sam James
commit: d5d525a111c4e4ceb40d58814388e8f31e2e3706
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep  2 05:34:25 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep  2 05:34:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5d525a1

dev-python/rq: restore Python 3.6

Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/rq/rq-1.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/rq/rq-1.5.1.ebuild b/dev-python/rq/rq-1.5.1.ebuild
index d62e57cf150..f812fe5722f 100644
--- a/dev-python/rq/rq-1.5.1.ebuild
+++ b/dev-python/rq/rq-1.5.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1



[gentoo-commits] repo/proj/guru:dev commit in: sys-process/iotop-c/

2020-09-01 Thread Zamarin Arthur
commit: c3ee1beae51f4054f991f24659ae8aff0f14e153
Author: Zamarin Arthur  gmail  com>
AuthorDate: Wed Sep  2 05:27:05 2020 +
Commit: Zamarin Arthur  gmail  com>
CommitDate: Wed Sep  2 05:27:05 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c3ee1bea

sys-process/iotop-c: bump v1.10

- upstream fixed ncursesw linking
- upstream added man file

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Zamarin Arthur  gmail.com>

 sys-process/iotop-c/Manifest|  1 +
 sys-process/iotop-c/iotop-c-1.10.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/sys-process/iotop-c/Manifest b/sys-process/iotop-c/Manifest
index 0610756..bdf1b19 100644
--- a/sys-process/iotop-c/Manifest
+++ b/sys-process/iotop-c/Manifest
@@ -1,2 +1,3 @@
 DIST iotop-c-0_pre20140824.tar.gz 16154 BLAKE2B 
ccd5a1d0901ce7d6c554f9b4a2102e7eab9f9bb456f7f2289b0c7b158c8f220339bc018aeb9295f89b717a711b69cb7f1c144d0c84dce093309e6897ac22a67d
 SHA512 
3dac84abff82f1ec6c14a0dae14c11a2260ebe0a6ec112cda06ecfe2cf8535536c92f432fc03cc2baee6b7326eb4dda4fc2fe08a15c41a78641822daea5726d0
+DIST iotop-c-1.10.tar.gz 29813 BLAKE2B 
20016f8f2d8866738b17624ac555fd51df12f157269b4c38ce900b99ba1cd42bdd1a5e2713b1ff7bc18f762f8e66c60095a2824a8cb18761d68731c87d003d6e
 SHA512 
b548073f26133c2b06f1a3e946510d808331b95c12ab78f747acfa16f0bcde0202d3b01c756688c0e0c69aa18c8273e14509b10a49d19fb6fa1d7f5bdfc1cadd
 DIST iotop-c-1.9.tar.gz 28680 BLAKE2B 
7e30ca3cec2694afeb2bead7f97eb7ee0dcb3066cf4d1643771b04b724789b9b09836998f6f693bc0a3332b4bb06fb36c46c6ae9b37f0b8088c212136d5bd9f3
 SHA512 
99a1b9bcae13dbcead1e1c9df8618164be0f9c81e7220d2d4b1e0b8d1528b6a4f6845763a6c04a38510a4174bcaf21abb216f582f49729820cd579e0ca2856f9

diff --git a/sys-process/iotop-c/iotop-c-1.10.ebuild 
b/sys-process/iotop-c/iotop-c-1.10.ebuild
new file mode 100644
index 000..cee647f
--- /dev/null
+++ b/sys-process/iotop-c/iotop-c-1.10.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="top utility for IO (C port)"
+HOMEPAGE="https://github.com/Tomas-M/iotop;
+SRC_URI="https://github.com/Tomas-M/iotop/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="sys-libs/ncurses:=
+   !sys-process/iotop"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+S="${WORKDIR}/iotop-${PV}"
+
+src_install() {
+   dobin iotop
+   dodoc README.md
+   doman iotop.8
+}



[gentoo-commits] repo/gentoo:master commit in: mail-filter/pyzor/

2020-09-01 Thread Sam James
commit: 200180aa9b25de95e4bb979488ab1facadfdd426
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep  2 05:23:52 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep  2 05:24:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=200180aa

mail-filter/pyzor: restore ~alpha, ~hppa to 1.0.0_p20200523

Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 mail-filter/pyzor/pyzor-1.0.0_p20200523.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-filter/pyzor/pyzor-1.0.0_p20200523.ebuild 
b/mail-filter/pyzor/pyzor-1.0.0_p20200523.ebuild
index 24a836232fd..4ad861c375c 100644
--- a/mail-filter/pyzor/pyzor-1.0.0_p20200523.ebuild
+++ b/mail-filter/pyzor/pyzor-1.0.0_p20200523.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/SpamExperts/pyzor/archive/${COMMIT}.tar.gz -> ${P}.t
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
 
 IUSE="doc gdbm gevent mysql pyzord redis test"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/alpha/

2020-09-01 Thread Sam James
commit: 8e7f05b17ece2f520de10f2e652d56e8c1640b86
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep  2 05:22:52 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep  2 05:24:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e7f05b1

profiles/arch/alpha/package.use.mask: mask mail-filter/pyzor[mysql]

dev-python/mysqlclient is unkeyworded on alpha.

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

 profiles/arch/alpha/package.use.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/alpha/package.use.mask 
b/profiles/arch/alpha/package.use.mask
index 376e917da7e..91b9103649e 100644
--- a/profiles/arch/alpha/package.use.mask
+++ b/profiles/arch/alpha/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James  (2020-09-02)
+# dev-python/mysqlclient lacks keywords here
+mail-filter/pyzor mysql
+
 # Matt Turner  (2020-08-11)
 # No drivers on this architecture support Vulkan
 media-libs/mesa vulkan vulkan-overlay zink



[gentoo-commits] repo/gentoo:master commit in: dev-util/rbtools/

2020-09-01 Thread Hans de Graaff
commit: ba89f78fa097d4892caa411b7fd84989dde2cd0f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Sep  2 05:18:59 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Sep  2 05:19:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba89f78f

dev-util/rbtools: add python3_8

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-util/rbtools/rbtools-1.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/rbtools/rbtools-1.0.3.ebuild 
b/dev-util/rbtools/rbtools-1.0.3.ebuild
index 06ee7e70ea7..4ef4c539a64 100644
--- a/dev-util/rbtools/rbtools-1.0.3.ebuild
+++ b/dev-util/rbtools/rbtools-1.0.3.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{3_6,3_7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: mail-filter/pyzor/

2020-09-01 Thread Sam James
commit: c7a0f93c94356ff99100776715f7c038a4bfd06f
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep  2 05:14:02 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep  2 05:14:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7a0f93c

mail-filter/pyzor: rename to 1.0.0_p20200523

* Version change in case upstream release something other than
  1.0.1. Could work with _pre, but this is the convention I stick to.
* Keep Python 3.6 (can't add Python 3.9 because of mysqlclient)
* Minor style changes

Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 mail-filter/pyzor/Manifest   | 2 +-
 ...zor-1.0.1_pre20200523.ebuild => pyzor-1.0.0_p20200523.ebuild} | 9 +
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/mail-filter/pyzor/Manifest b/mail-filter/pyzor/Manifest
index fc35455a69a..418fdd57e1c 100644
--- a/mail-filter/pyzor/Manifest
+++ b/mail-filter/pyzor/Manifest
@@ -1,2 +1,2 @@
 DIST pyzor-1.0.0.tar.gz 126276 BLAKE2B 
c60f26c53bf118c88dacbc49ddd414473748af1868b383a9c937ecf3cfe426ecdd60f64388fe7e555bd4641ef445769600e40879279dd544ef9ea32bd0dab6b9
 SHA512 
b3fb8b2c5261e187a2ab3a5a3b12d221df7de08766c6bb2ad9990c0f23517534871ecc9d5ad529e79b0d0aef8b2b800728320c57435a8c0d8c3f80a4ba0f7e4a
-DIST pyzor-f46159bd6519cebcebf59e9334a792037d75.tar.gz 138077 BLAKE2B 
13ad30f06ce32a24a42dd5aaa21ad2a6700df1bac3dc54a86532748688b094ee0f56a8e28e34336298388c6e0b95868e95d040866c9afa561d867069496608fe
 SHA512 
afe3b14794aea68b1a7d72840257976c7c9f755a6f6dcaaf6ebacab465c176fe2aa84f3fe176006cdbe26ef0b07ed949f75f6ef729f65c604fadf6ce8472da8f
+DIST pyzor-1.0.0_p20200523.tar.gz 138077 BLAKE2B 
13ad30f06ce32a24a42dd5aaa21ad2a6700df1bac3dc54a86532748688b094ee0f56a8e28e34336298388c6e0b95868e95d040866c9afa561d867069496608fe
 SHA512 
afe3b14794aea68b1a7d72840257976c7c9f755a6f6dcaaf6ebacab465c176fe2aa84f3fe176006cdbe26ef0b07ed949f75f6ef729f65c604fadf6ce8472da8f

diff --git a/mail-filter/pyzor/pyzor-1.0.1_pre20200523.ebuild 
b/mail-filter/pyzor/pyzor-1.0.0_p20200523.ebuild
similarity index 88%
rename from mail-filter/pyzor/pyzor-1.0.1_pre20200523.ebuild
rename to mail-filter/pyzor/pyzor-1.0.0_p20200523.ebuild
index 690769b4a58..24a836232fd 100644
--- a/mail-filter/pyzor/pyzor-1.0.1_pre20200523.ebuild
+++ b/mail-filter/pyzor/pyzor-1.0.0_p20200523.ebuild
@@ -3,14 +3,14 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 inherit distutils-r1
 
 COMMIT="f46159bd6519cebcebf59e9334a792037d75"
 
 DESCRIPTION="A distributed, collaborative spam detection and filtering network"
 HOMEPAGE="https://github.com/SpamExperts/pyzor;
-SRC_URI="https://github.com/SpamExperts/pyzor/archive/${COMMIT}.tar.gz -> 
${PN}-${COMMIT}.tar.gz"
+SRC_URI="https://github.com/SpamExperts/pyzor/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -40,6 +40,7 @@ REQUIRED_USE="
pyzord? ( || ( gdbm redis ) )
test? ( gdbm redis )
 "
+
 S="${WORKDIR}/${PN}-${COMMIT}"
 
 distutils_enable_sphinx "docs"
@@ -53,9 +54,9 @@ src_install() {
 
if use pyzord; then
dodir /usr/sbin
-   mv "${D}"/usr/bin/pyzord* "${ED}/usr/sbin" \
+   mv "${ED}"/usr/bin/pyzord* "${ED}/usr/sbin" \
   || die "failed to relocate pyzord"
else
-   rm "${D}"/usr/bin/pyzord* || die "failed to remove pyzord"
+   rm "${ED}"/usr/bin/pyzord* || die "failed to remove pyzord"
fi
 }



[gentoo-commits] repo/gentoo:master commit in: mail-filter/pyzor/

2020-09-01 Thread Sam James
commit: cd9172fb91c1f3649997a06f2f063223a3e5fa4e
Author: Tomáš Mózes  gmail  com>
AuthorDate: Sat May 23 18:40:30 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep  2 05:00:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd9172fb

mail-filter/pyzor: add snapshot with python 3.{7,8} support

Bug: https://bugs.gentoo.org/718326
Signed-off-by: Tomáš Mózes  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 mail-filter/pyzor/Manifest   |  1 +
 mail-filter/pyzor/metadata.xml   |  4 ++
 mail-filter/pyzor/pyzor-1.0.1_pre20200523.ebuild | 61 
 3 files changed, 66 insertions(+)

diff --git a/mail-filter/pyzor/Manifest b/mail-filter/pyzor/Manifest
index 4cfe0abd497..fc35455a69a 100644
--- a/mail-filter/pyzor/Manifest
+++ b/mail-filter/pyzor/Manifest
@@ -1 +1,2 @@
 DIST pyzor-1.0.0.tar.gz 126276 BLAKE2B 
c60f26c53bf118c88dacbc49ddd414473748af1868b383a9c937ecf3cfe426ecdd60f64388fe7e555bd4641ef445769600e40879279dd544ef9ea32bd0dab6b9
 SHA512 
b3fb8b2c5261e187a2ab3a5a3b12d221df7de08766c6bb2ad9990c0f23517534871ecc9d5ad529e79b0d0aef8b2b800728320c57435a8c0d8c3f80a4ba0f7e4a
+DIST pyzor-f46159bd6519cebcebf59e9334a792037d75.tar.gz 138077 BLAKE2B 
13ad30f06ce32a24a42dd5aaa21ad2a6700df1bac3dc54a86532748688b094ee0f56a8e28e34336298388c6e0b95868e95d040866c9afa561d867069496608fe
 SHA512 
afe3b14794aea68b1a7d72840257976c7c9f755a6f6dcaaf6ebacab465c176fe2aa84f3fe176006cdbe26ef0b07ed949f75f6ef729f65c604fadf6ce8472da8f

diff --git a/mail-filter/pyzor/metadata.xml b/mail-filter/pyzor/metadata.xml
index 21a8605f271..c8b645011f0 100644
--- a/mail-filter/pyzor/metadata.xml
+++ b/mail-filter/pyzor/metadata.xml
@@ -10,6 +10,10 @@
 
   Enables the Gdbm back-end database engine for pyzord
 
+
+  Enables the MySQL back-end database engine for pyzord through
+  dev-python/mysqlclient.
+
 
   Enables the redis back-end database engine for pyzord through
   dev-python/redis-py

diff --git a/mail-filter/pyzor/pyzor-1.0.1_pre20200523.ebuild 
b/mail-filter/pyzor/pyzor-1.0.1_pre20200523.ebuild
new file mode 100644
index 000..690769b4a58
--- /dev/null
+++ b/mail-filter/pyzor/pyzor-1.0.1_pre20200523.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8} )
+inherit distutils-r1
+
+COMMIT="f46159bd6519cebcebf59e9334a792037d75"
+
+DESCRIPTION="A distributed, collaborative spam detection and filtering network"
+HOMEPAGE="https://github.com/SpamExperts/pyzor;
+SRC_URI="https://github.com/SpamExperts/pyzor/archive/${COMMIT}.tar.gz -> 
${PN}-${COMMIT}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-linux"
+
+IUSE="doc gdbm gevent mysql pyzord redis test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   pyzord? (
+   gdbm? ( $(python_gen_impl_dep 'gdbm') )
+   gevent? ( dev-python/gevent[${PYTHON_USEDEP}] )
+   mysql? ( dev-python/mysqlclient[${PYTHON_USEDEP}] )
+   redis? ( dev-python/redis-py[${PYTHON_USEDEP}] )
+   )"
+DEPEND="
+   test? (
+   gdbm? ( $(python_gen_impl_dep 'gdbm') )
+   redis? ( dev-python/redis-py[${PYTHON_USEDEP}] )
+   )
+"
+BDEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+
+# TODO: maybe upstream would support skipping tests for which the
+# dependencies are missing?
+REQUIRED_USE="
+   pyzord? ( || ( gdbm redis ) )
+   test? ( gdbm redis )
+"
+S="${WORKDIR}/${PN}-${COMMIT}"
+
+distutils_enable_sphinx "docs"
+
+python_test() {
+   pytest -vv tests/unit || die "Tests fail with ${EPYTHON}"
+}
+
+src_install() {
+   distutils-r1_src_install
+
+   if use pyzord; then
+   dodir /usr/sbin
+   mv "${D}"/usr/bin/pyzord* "${ED}/usr/sbin" \
+  || die "failed to relocate pyzord"
+   else
+   rm "${D}"/usr/bin/pyzord* || die "failed to remove pyzord"
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: profiles/

2020-09-01 Thread Sam James
commit: 78d9c21a2c776b1a240c3875eb110f4ccd134ead
Author: Tomáš Mózes  gmail  com>
AuthorDate: Wed Sep  2 05:01:28 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep  2 05:01:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78d9c21a

profiles/package.mask: revive mail-filter/pyzor

Signed-off-by: Tomáš Mózes  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 profiles/package.mask | 7 ---
 1 file changed, 7 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 5f77ef7c76d..bde3ade35e7 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -991,13 +991,6 @@ net-misc/termpkg
 # regarding runstatedir (not using /run).
 =net-misc/networkmanager-1.22.10-r11
 
-# Michael Orlitzky  (2020-04-19)
-# Stuck on Python 3.6, support for which already required
-# backporting patches to a release from 2014. Upstream's git
-# HEAD works fine, but they can't be bothered to make a new
-# release. Bug 718326. Removal whenever it becomes an issue.
-mail-filter/pyzor
-
 # Georgy Yakovlev  (2020-04-18)
 # Unmaintained, vulnerable oracle java ebuilds, even fetching distfiles
 # requires agreement to restrictive license



[gentoo-commits] repo/gentoo:master commit in: app-i18n/pyzy/

2020-09-01 Thread Yixun Lan
commit: 176439da32d696dc88e2df887bcc9bf7f1b92c28
Author: Yixun Lan  gentoo  org>
AuthorDate: Wed Sep  2 04:20:58 2020 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Sep  2 04:21:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=176439da

app-i18n/pyzy: add python3 support

Closes: https://bugs.gentoo.org/695008
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Yixun Lan  gentoo.org>

 app-i18n/pyzy/Manifest |  2 ++
 app-i18n/pyzy/pyzy-0.1.0-r3.ebuild | 56 ++
 2 files changed, 58 insertions(+)

diff --git a/app-i18n/pyzy/Manifest b/app-i18n/pyzy/Manifest
index 70408887a48..2e896413356 100644
--- a/app-i18n/pyzy/Manifest
+++ b/app-i18n/pyzy/Manifest
@@ -1,2 +1,4 @@
+DIST pyzy-0.1.0-patches.tar.xz 5288 BLAKE2B 
9a6c86aeedd496ae8372bb0640cb1e03386408a0b00a4c51a6223c4fba23f59631267eb0b7c707a11662025ded410609d17ba39327e0ca5011f48bea3422cd79
 SHA512 
3a3b9fc317f1c5f59bbe83f3ce58fc76a50bcee798118d66571ba31d504e73fbe7a6976f03ae28f9712c0ba641386ac69390a86185464371728782a62b98291f
 DIST pyzy-0.1.0.tar.gz 1571946 BLAKE2B 
2a09dab87ddc9ca9a1e2c7b71dd66fb8d75a9a0932fd87d94392e64bc6a940ce8d3d89ed09f9b3ae0da1a76275ec580033c745c7cfb85724be1f7732cb52d3b9
 SHA512 
42477152ffd6a2f7ce0e8f920d98e9dc9c7fc32fe9e93a2a4de75c791e70d0f08c30eca0244dc2b87981f6bfc4e635234d62720aa19358c8f80a84e0c371c662
+DIST pyzy-0.1.0.tar.xz 752248 BLAKE2B 
5f927cfea31f8cd67cb3e7af9b48c6f48a7707e8324b6b211c3baea0e07683df1da3c8683a5f9aa5073277229ee4d712174f95a764b4dcc5dc5f40330791561e
 SHA512 
18d78bc70229caad44fdba4b7971014979da0aeb35841cea9577d05e5eca871dfe40d285a926ac05a247c8a0b8ab34fd721dcd34517200c5cc75b6b1ed545b35
 DIST pyzy-database-1.0.0.tar.bz2 9977983 BLAKE2B 
86f9ee48d584f33ada1ee5380efdaefd85750290caada320c4c9a21206b8fb50fe6a43b931fb41a8c3bc24853bb7843e23d1778b40e6eae68fa4ec383f2b4dcc
 SHA512 
5a7248870407f7f92c418ada49a275062325f2eb33a7eb4b91492e4b706ae70ba931b04377a758ce429fa64cd22e8bee2ac4279d4f205bbce406248eda1decf7

diff --git a/app-i18n/pyzy/pyzy-0.1.0-r3.ebuild 
b/app-i18n/pyzy/pyzy-0.1.0-r3.ebuild
new file mode 100644
index 000..d73898c2b19
--- /dev/null
+++ b/app-i18n/pyzy/pyzy-0.1.0-r3.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+inherit autotools python-any-r1
+
+PYZY_DB="${PN}-database-1.0.0"
+
+DESCRIPTION="The Chinese PinYin and Bopomofo conversion library"
+HOMEPAGE="https://github.com/pyzy/pyzy;
+SRC_URI="https://dev.gentoo.org/~dlan/distfiles/${P}.tar.xz
+   https://dev.gentoo.org/~dlan/distfiles/${P}-patches.tar.xz
+   
https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${PN}/${PYZY_DB}.tar.bz2;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="boost doc opencc"
+
+RDEPEND="dev-db/sqlite:3
+   dev-libs/glib:2
+   sys-apps/util-linux
+   boost? ( dev-libs/boost )
+   opencc? ( app-i18n/opencc:= )"
+DEPEND="${RDEPEND}
+   ${PYTHON_DEPS}
+   sys-devel/autoconf-archive
+   doc? ( app-doc/doxygen )"
+
+src_prepare() {
+   mv "${WORKDIR}"/db data/db/open-phrase || die
+
+   eapply "${WORKDIR}"/patches
+
+   default
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   $(use_enable boost) \
+   $(use_enable opencc) \
+   --enable-db-open-phrase \
+   DOXYGEN=$(usex doc doxygen true)
+}
+
+src_install() {
+   if use doc; then
+   HTML_DOCS=( docs/html/. )
+   fi
+
+   default
+   find "${ED}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/vterm/

2020-09-01 Thread Sam James
commit: e2cc54d18835e306920aedfa479e2e1c24b4fe19
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep  2 04:02:38 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep  2 04:02:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2cc54d1

app-emacs/vterm: keyword ~arm64

Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 app-emacs/vterm/vterm-0.0.1_pre20200713.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/vterm/vterm-0.0.1_pre20200713.ebuild 
b/app-emacs/vterm/vterm-0.0.1_pre20200713.ebuild
index 898f9f5d34a..3f049c76abd 100644
--- a/app-emacs/vterm/vterm-0.0.1_pre20200713.ebuild
+++ b/app-emacs/vterm/vterm-0.0.1_pre20200713.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/akermu/${MY_PN}/archive/${COMMIT}.tar.gz -> ${P}.tar
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 DEPEND="dev-libs/libvterm"
 RDEPEND="${DEPEND}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/virtualbox-modules/

2020-09-01 Thread Sam James
commit: 3cc4e81218e9338e08406d8bb7a10dd89f4701f7
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep  2 03:54:02 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep  2 03:54:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cc4e812

app-emulation/virtualbox-modules: Stabilize 6.0.24-r1 amd64, #726846

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

 app-emulation/virtualbox-modules/virtualbox-modules-6.0.24-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-emulation/virtualbox-modules/virtualbox-modules-6.0.24-r1.ebuild 
b/app-emulation/virtualbox-modules/virtualbox-modules-6.0.24-r1.ebuild
index 3f2e590c251..80c67913b27 100644
--- a/app-emulation/virtualbox-modules/virtualbox-modules-6.0.24-r1.ebuild
+++ b/app-emulation/virtualbox-modules/virtualbox-modules-6.0.24-r1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://dev.gentoo.org/~polynomial-c/virtualbox/${MY_P}.tar.xz;
 LICENSE="GPL-2"
 SLOT="0"
 [[ "${PV}" == *_beta* ]] || [[ "${PV}" == *_rc* ]] || \
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="pax_kernel"
 
 RDEPEND="!=app-emulation/virtualbox-"



[gentoo-commits] repo/gentoo:master commit in: app-emulation/virtualbox-extpack-oracle/

2020-09-01 Thread Sam James
commit: 67940b04f103b2a1b60916b0575a305499b9c575
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep  2 03:54:04 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep  2 03:54:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67940b04

app-emulation/virtualbox-extpack-oracle: Stabilize 6.0.24.139119 amd64, #726846

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

 .../virtualbox-extpack-oracle-6.0.24.139119.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-emulation/virtualbox-extpack-oracle/virtualbox-extpack-oracle-6.0.24.139119.ebuild
 
b/app-emulation/virtualbox-extpack-oracle/virtualbox-extpack-oracle-6.0.24.139119.ebuild
index 2641dcbe3bf..e963a7a5ca9 100644
--- 
a/app-emulation/virtualbox-extpack-oracle/virtualbox-extpack-oracle-6.0.24.139119.ebuild
+++ 
b/app-emulation/virtualbox-extpack-oracle/virtualbox-extpack-oracle-6.0.24.139119.ebuild
@@ -26,7 +26,7 @@ 
SRC_URI="https://download.virtualbox.org/virtualbox/${MY_PV}/${MY_P}.vbox-extpac
 LICENSE="PUEL"
 SLOT="0"
 [[ "${PV}" == *_beta* ]] || [[ "${PV}" == *_rc* ]] || \
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 RESTRICT="bindist mirror strip"
 



[gentoo-commits] repo/gentoo:master commit in: app-emulation/virtualbox-additions/

2020-09-01 Thread Sam James
commit: b6497c536ee8ada2c791081a3255bcf1ae34a353
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep  2 03:54:03 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep  2 03:54:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6497c53

app-emulation/virtualbox-additions: Stabilize 6.0.24 amd64, #726846

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

 app-emulation/virtualbox-additions/virtualbox-additions-6.0.24.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-emulation/virtualbox-additions/virtualbox-additions-6.0.24.ebuild 
b/app-emulation/virtualbox-additions/virtualbox-additions-6.0.24.ebuild
index ff6b75bc51b..97dc656fbe7 100644
--- a/app-emulation/virtualbox-additions/virtualbox-additions-6.0.24.ebuild
+++ b/app-emulation/virtualbox-additions/virtualbox-additions-6.0.24.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://download.virtualbox.org/virtualbox/${MY_PV}/${MY_P}.iso;
 LICENSE="GPL-2+ LGPL-2.1+ MIT SGI-B-2.0 CDDL"
 SLOT="0"
 [[ "${PV}" == *_beta* ]] || [[ "${PV}" == *_rc* ]] || \
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 RESTRICT="mirror"
 



[gentoo-commits] repo/gentoo:master commit in: app-emulation/virtualbox-guest-additions/

2020-09-01 Thread Sam James
commit: e6ae51a57b0887911f3fcdd07e585ff80dd50354
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep  2 03:54:04 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep  2 03:54:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6ae51a5

app-emulation/virtualbox-guest-additions: Stabilize 6.0.24-r1 amd64, #726846

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

 .../virtualbox-guest-additions-6.0.24-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-emulation/virtualbox-guest-additions/virtualbox-guest-additions-6.0.24-r1.ebuild
 
b/app-emulation/virtualbox-guest-additions/virtualbox-guest-additions-6.0.24-r1.ebuild
index 0255a36b367..43d5a64becc 100644
--- 
a/app-emulation/virtualbox-guest-additions/virtualbox-guest-additions-6.0.24-r1.ebuild
+++ 
b/app-emulation/virtualbox-guest-additions/virtualbox-guest-additions-6.0.24-r1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://download.virtualbox.org/virtualbox/${MY_PV}/${MY_P}.tar.bz2
 LICENSE="GPL-2"
 SLOT="0"
 [[ "${PV}" == *_beta* ]] || [[ "${PV}" == *_rc* ]] || \
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="X"
 
 # automount Error: VBoxServiceAutoMountWorker: Group "vboxsf" does not exist



[gentoo-commits] repo/gentoo:master commit in: app-emulation/virtualbox/

2020-09-01 Thread Sam James
commit: 8b788012540482e5ac99383054a2b03c5c9736b3
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep  2 03:54:03 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep  2 03:54:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b788012

app-emulation/virtualbox: Stabilize 6.0.24 amd64, #726846

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

 app-emulation/virtualbox/virtualbox-6.0.24.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/virtualbox/virtualbox-6.0.24.ebuild 
b/app-emulation/virtualbox/virtualbox-6.0.24.ebuild
index fe1a6970521..4cbcae61ad5 100644
--- a/app-emulation/virtualbox/virtualbox-6.0.24.ebuild
+++ b/app-emulation/virtualbox/virtualbox-6.0.24.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://download.virtualbox.org/virtualbox/${MY_PV}/${MY_P}.tar.bz2
 LICENSE="GPL-2 dtrace? ( CDDL )"
 SLOT="0"
 [[ "${PV}" == *_beta* ]] || [[ "${PV}" == *_rc* ]] || \
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="alsa debug doc dtrace headless java libressl lvm +opus pam pax_kernel 
pulseaudio +opengl python +qt5 +sdk +udev vboxwebsrv vnc"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: acct-user/kismet/

2020-09-01 Thread Rick Farina
commit: 6a8a9d13eab5927c68321c86a685f57322fc51cd
Author: Rick Farina  gentoo  org>
AuthorDate: Wed Sep  2 03:24:00 2020 +
Commit: Rick Farina  gentoo  org>
CommitDate: Wed Sep  2 03:35:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a8a9d13

acct-user/kismet: adding user 388

Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Rick Farina  gentoo.org>

 acct-user/kismet/kismet-0.ebuild | 15 +++
 acct-user/kismet/metadata.xml|  8 
 2 files changed, 23 insertions(+)

diff --git a/acct-user/kismet/kismet-0.ebuild b/acct-user/kismet/kismet-0.ebuild
new file mode 100644
index 000..76f56775cac
--- /dev/null
+++ b/acct-user/kismet/kismet-0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="net-wireless/kismet"
+ACCT_USER_ID="388"
+ACCT_USER_GROUPS=( kismet )
+
+acct-user_add_deps
+
+DEPEND+=" acct-group/kismet "
+RDEPEND+=" acct-group/kismet "

diff --git a/acct-user/kismet/metadata.xml b/acct-user/kismet/metadata.xml
new file mode 100644
index 000..2b9b4266ca5
--- /dev/null
+++ b/acct-user/kismet/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   zeroch...@gentoo.org
+   Rick Farina
+   
+



[gentoo-commits] repo/gentoo:master commit in: acct-group/kismet/

2020-09-01 Thread Rick Farina
commit: 54b233ea853d6523ac62b3e57943398aa12b
Author: Rick Farina  gentoo  org>
AuthorDate: Wed Sep  2 03:21:22 2020 +
Commit: Rick Farina  gentoo  org>
CommitDate: Wed Sep  2 03:35:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54b233ea

acct-group/kismet: new group

Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Rick Farina  gentoo.org>

 acct-group/kismet/kismet-0.ebuild | 9 +
 acct-group/kismet/metadata.xml| 8 
 2 files changed, 17 insertions(+)

diff --git a/acct-group/kismet/kismet-0.ebuild 
b/acct-group/kismet/kismet-0.ebuild
new file mode 100644
index 000..cd8df0799bd
--- /dev/null
+++ b/acct-group/kismet/kismet-0.ebuild
@@ -0,0 +1,9 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+DESCRIPTION="net-wireless/kismet"
+ACCT_GROUP_ID="388"

diff --git a/acct-group/kismet/metadata.xml b/acct-group/kismet/metadata.xml
new file mode 100644
index 000..2b9b4266ca5
--- /dev/null
+++ b/acct-group/kismet/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   zeroch...@gentoo.org
+   Rick Farina
+   
+



[gentoo-commits] repo/gentoo:master commit in: net-wireless/kismet/

2020-09-01 Thread Rick Farina
commit: 76c2feda4dfd518a10d53944c6a82102461587a8
Author: Rick Farina  gentoo  org>
AuthorDate: Wed Sep  2 02:03:37 2020 +
Commit: Rick Farina  gentoo  org>
CommitDate: Wed Sep  2 03:35:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76c2feda

net-wireless/kismet: bump

remove old

Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Rick Farina  gentoo.org>

 net-wireless/kismet/Manifest   |   4 +-
 net-wireless/kismet/kismet-2016.07.1-r2.ebuild | 164 
 net-wireless/kismet/kismet-2019.09.1-r2.ebuild | 166 -
 ...2019.12.2-r1.ebuild => kismet-2020.09.1.ebuild} |   9 +-
 net-wireless/kismet/metadata.xml   |  10 --
 5 files changed, 6 insertions(+), 347 deletions(-)

diff --git a/net-wireless/kismet/Manifest b/net-wireless/kismet/Manifest
index e567b17fec6..c44b6a5b8c6 100644
--- a/net-wireless/kismet/Manifest
+++ b/net-wireless/kismet/Manifest
@@ -1,4 +1,2 @@
-DIST kismet-2016-07-R1.tar.xz 709364 BLAKE2B 
5b667a02b517bd413d569f40df1f2a2e1158357c602fa807d712870543a7fade25077f449c07c023ad1d2150870352aa754484846d8c2a0d9f027113bb57c1fc
 SHA512 
88891a0cd5ef94a4815d259e433f946f52552c125e05a5d8ac447d04e6090f2bd92f8bd8573440f0dfe446b29233bef81d9889e53170757ad0116ddfc2cb8416
-DIST kismet-2019-09-R1.tar.xz 3034832 BLAKE2B 
9f7818549e5260dc081ac39ea8323c70f2e4d0b959bc42dacc253c9d72bf72c2547f7c6d65d84ee7d0ca4a41068f5973028e48f6f9f3c5a7cd50c35246570814
 SHA512 
eeaf069718206f2b6d292c41792217afc9c72c10ffa014c8c670de64195bd28d44f33364dba7d338610f17a5af2be3c125ccd1297cce362159a4968c9ddabb88
-DIST kismet-2019-12-R2.tar.xz 3127064 BLAKE2B 
b7ffac6a6a4d7d7893d3564f9471080e055798c325b102f98fa0e86db37bcbab33422afae9c2694b747ae0c369259b62c218a77c673d0e0c05969a56e42311c2
 SHA512 
b1e3de74a6d314150d849ac3d95c8b99324bba14522dc4f00244d1c09acb690cce40d35dbe33845ffb1060a69cd38f036d59a0283ed9b1a70b022e3d57cde5a0
 DIST kismet-2020-04-R3.tar.xz 3159552 BLAKE2B 
458c40dea530008295d46aadaf15699a0fd9025bb572cb23e94f059f31bba2835dedd9c39725d0183e84d31c326c2769450ce0b8bee7e7ca3bb7ac9dd82f4cc6
 SHA512 
585def7f19f479c6049cbc24e3886276d816f584fcb2070009cd90e35b33630d3e544145abf5f8b1eae87ec571a213ed9cb9f6b81345257c9bf1332d5bb319c2
+DIST kismet-2020-09-R1.tar.xz 8694804 BLAKE2B 
1389486809024179c3be71a8b26cdb460f483e1af0dd7cda9d36450d10e4df16536f23db3b5ca3fd6b65b0c48514c96e5cb37ec71425a8f087d58e7a89bed137
 SHA512 
e687c76b9e94d973245f61d6fc59a1a05a06ba9c765f7661a183d14d0228676359a7d7798bac9f3b493a5c311e53785c54fd9f0d12bf6cdc4d43919bad167327

diff --git a/net-wireless/kismet/kismet-2016.07.1-r2.ebuild 
b/net-wireless/kismet/kismet-2016.07.1-r2.ebuild
deleted file mode 100644
index f80d0523017..000
--- a/net-wireless/kismet/kismet-2016.07.1-r2.ebuild
+++ /dev/null
@@ -1,164 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools eutils multilib user
-
-MY_P=${P/\./-}
-MY_P=${MY_P/./-R}
-S=${WORKDIR}/${MY_P}
-
-SRC_URI="https://www.kismetwireless.net/code/${MY_P}.tar.xz;
-KEYWORDS="amd64 arm ~arm64 ~ppc x86"
-
-DESCRIPTION="IEEE 802.11 wireless LAN sniffer"
-HOMEPAGE="https://www.kismetwireless.net;
-
-LICENSE="GPL-2"
-SLOT="0/${PV}"
-IUSE="+client +pcre speech +plugin-autowep +plugin-btscan plugin-dot15d4 
+plugin-ptw +plugin-spectools +plugin-syslog +ruby selinux +suid"
-
-CDEPEND="net-wireless/wireless-tools
-   kernel_linux? ( sys-libs/libcap
-   dev-libs/libnl:3
-   net-libs/libpcap
-   )
-   pcre? ( dev-libs/libpcre )
-   suid? ( sys-libs/libcap )
-   client? ( sys-libs/ncurses:0= )
-   !arm? ( speech? ( app-accessibility/flite ) )
-   plugin-btscan? ( net-wireless/bluez )
-   plugin-dot15d4? ( virtual/libusb:0 )
-   plugin-spectools? ( net-wireless/spectools )
-   plugin-ptw? ( dev-libs/openssl:= )
-"
-
-DEPEND="${CDEPEND}
-   virtual/pkgconfig
-"
-
-RDEPEND="${CDEPEND}
-   ruby? ( dev-lang/ruby:* )
-   selinux? ( sec-policy/selinux-kismet )
-"
-
-src_prepare() {
-   sed -i -e "s:^\(logtemplate\)=\(.*\):\1=/tmp/\2:" \
-   conf/kismet.conf.in
-
-   # Don't strip and set correct mangrp
-   sed -i -e 's| -s||g' \
-   -e 's|@mangrp@|root|g' Makefile.in
-
-   epatch "${FILESDIR}/${P}-ruby-fixes.patch"
-   eapply_user
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   $(use_enable client) \
-   $(use_enable pcre)
-}
-
-src_compile() {
-   emake
-
-   if use plugin-autowep; then
-   cd "${S}"/restricted-plugin-autowep
-   KIS_SRC_DIR="${S}" emake
-   fi
-   if use plugin-btscan; then
-   cd "${S}"/plugin-btscan
-   KIS_SRC_DIR="${S}" emake
-   fi
-   if use plugin-dot15d4; then
-   cd "${S}"/plugin-dot15d4
-   KIS_SRC_DIR="${S}" emake
-   

[gentoo-commits] repo/gentoo:master commit in: net-wireless/kismet/

2020-09-01 Thread Rick Farina
commit: da1f083d28792539e65dccd7b1e6d8833acad32f
Author: Rick Farina  gentoo  org>
AuthorDate: Wed Sep  2 03:04:33 2020 +
Commit: Rick Farina  gentoo  org>
CommitDate: Wed Sep  2 03:35:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da1f083d

net-wireless/kismet: install systemd unit

Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Rick Farina  gentoo.org>

 net-wireless/kismet/kismet-2020.09.1.ebuild | 10 --
 net-wireless/kismet/kismet-.ebuild  | 10 --
 2 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/net-wireless/kismet/kismet-2020.09.1.ebuild 
b/net-wireless/kismet/kismet-2020.09.1.ebuild
index f55bc6dc159..62c65347ece 100644
--- a/net-wireless/kismet/kismet-2020.09.1.ebuild
+++ b/net-wireless/kismet/kismet-2020.09.1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{6,7,8} )
 
-inherit autotools eutils multilib user python-single-r1 udev
+inherit autotools eutils multilib user python-single-r1 udev systemd
 
 if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="https://www.kismetwireless.net/git/${PN}.git;
@@ -83,9 +83,14 @@ src_prepare() {
sed -i -e "s:^\(logtemplate\)=\(.*\):\1=/tmp/\2:" \
conf/kismet_logging.conf || die
 
+   #this was added to quiet macosx builds but it makes gcc builds noisier
+   sed -i -e 's#-Wno-unknown-warning-option ##g' Makefile.inc.in || die
+
+   #sed -i -e 's#root#kismet#g' packaging/systemd/kismet.service.in
+
# Don't strip and set correct mangrp
sed -i -e 's| -s||g' \
-   -e 's|@mangrp@|root|g' Makefile.in
+   -e 's|@mangrp@|root|g' Makefile.in || die
 
eapply_user
 
@@ -121,6 +126,7 @@ src_install() {
dodoc CHANGELOG README*
newinitd "${FILESDIR}"/${PN}.initd-r3 kismet
newconfd "${FILESDIR}"/${PN}.confd-r2 kismet
+   systemd_dounit packaging/systemd/kismet.service
 }
 
 pkg_preinst() {

diff --git a/net-wireless/kismet/kismet-.ebuild 
b/net-wireless/kismet/kismet-.ebuild
index f55bc6dc159..62c65347ece 100644
--- a/net-wireless/kismet/kismet-.ebuild
+++ b/net-wireless/kismet/kismet-.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{6,7,8} )
 
-inherit autotools eutils multilib user python-single-r1 udev
+inherit autotools eutils multilib user python-single-r1 udev systemd
 
 if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="https://www.kismetwireless.net/git/${PN}.git;
@@ -83,9 +83,14 @@ src_prepare() {
sed -i -e "s:^\(logtemplate\)=\(.*\):\1=/tmp/\2:" \
conf/kismet_logging.conf || die
 
+   #this was added to quiet macosx builds but it makes gcc builds noisier
+   sed -i -e 's#-Wno-unknown-warning-option ##g' Makefile.inc.in || die
+
+   #sed -i -e 's#root#kismet#g' packaging/systemd/kismet.service.in
+
# Don't strip and set correct mangrp
sed -i -e 's| -s||g' \
-   -e 's|@mangrp@|root|g' Makefile.in
+   -e 's|@mangrp@|root|g' Makefile.in || die
 
eapply_user
 
@@ -121,6 +126,7 @@ src_install() {
dodoc CHANGELOG README*
newinitd "${FILESDIR}"/${PN}.initd-r3 kismet
newconfd "${FILESDIR}"/${PN}.confd-r2 kismet
+   systemd_dounit packaging/systemd/kismet.service
 }
 
 pkg_preinst() {



[gentoo-commits] repo/gentoo:master commit in: net-wireless/kismet/

2020-09-01 Thread Rick Farina
commit: d0ebae30c1c6080213fc36e2a8d7e9941560c01c
Author: Rick Farina  gentoo  org>
AuthorDate: Wed Sep  2 03:26:14 2020 +
Commit: Rick Farina  gentoo  org>
CommitDate: Wed Sep  2 03:35:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0ebae30

net-wireless/kismet: migrate from user to 'GLEP 81'

Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Rick Farina  gentoo.org>

 net-wireless/kismet/kismet-2020.09.1.ebuild | 5 +++--
 net-wireless/kismet/kismet-.ebuild  | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/net-wireless/kismet/kismet-2020.09.1.ebuild 
b/net-wireless/kismet/kismet-2020.09.1.ebuild
index 62c65347ece..06840c1eb32 100644
--- a/net-wireless/kismet/kismet-2020.09.1.ebuild
+++ b/net-wireless/kismet/kismet-2020.09.1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{6,7,8} )
 
-inherit autotools eutils multilib user python-single-r1 udev systemd
+inherit autotools eutils multilib python-single-r1 udev systemd
 
 if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="https://www.kismetwireless.net/git/${PN}.git;
@@ -38,6 +38,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 CDEPEND="
${PYTHON_DEPS}
+   acct-user/kismet
+   acct-group/kismet
networkmanager? ( net-misc/networkmanager:= )
dev-libs/glib:=
dev-libs/elfutils:=
@@ -131,7 +133,6 @@ src_install() {
 
 pkg_preinst() {
if use suid; then
-   enewgroup kismet
fowners root:kismet /usr/bin/kismet_cap_linux_bluetooth
fowners root:kismet /usr/bin/kismet_cap_linux_wifi
fowners root:kismet /usr/bin/kismet_cap_pcapfile

diff --git a/net-wireless/kismet/kismet-.ebuild 
b/net-wireless/kismet/kismet-.ebuild
index 62c65347ece..06840c1eb32 100644
--- a/net-wireless/kismet/kismet-.ebuild
+++ b/net-wireless/kismet/kismet-.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{6,7,8} )
 
-inherit autotools eutils multilib user python-single-r1 udev systemd
+inherit autotools eutils multilib python-single-r1 udev systemd
 
 if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="https://www.kismetwireless.net/git/${PN}.git;
@@ -38,6 +38,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 CDEPEND="
${PYTHON_DEPS}
+   acct-user/kismet
+   acct-group/kismet
networkmanager? ( net-misc/networkmanager:= )
dev-libs/glib:=
dev-libs/elfutils:=
@@ -131,7 +133,6 @@ src_install() {
 
 pkg_preinst() {
if use suid; then
-   enewgroup kismet
fowners root:kismet /usr/bin/kismet_cap_linux_bluetooth
fowners root:kismet /usr/bin/kismet_cap_linux_wifi
fowners root:kismet /usr/bin/kismet_cap_pcapfile



[gentoo-commits] data/api:master commit in: files/

2020-09-01 Thread Rick Farina
commit: a069ff9d17b820a493d126fbb6089a3d993178e7
Author: Rick Farina (Zero_Chaos)  gentoo  org>
AuthorDate: Wed Sep  2 03:10:05 2020 +
Commit: Rick Farina  gentoo  org>
CommitDate: Wed Sep  2 03:10:18 2020 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=a069ff9d

adding uid/gid 388 for kismet

Signed-off-by: Rick Farina (Zero_Chaos)  gentoo.org>

 files/uid-gid.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/files/uid-gid.txt b/files/uid-gid.txt
index 8422d50..0d1b51d 100644
--- a/files/uid-gid.txt
+++ b/files/uid-gid.txt
@@ -255,6 +255,7 @@ openvpn_exporter355 355 acct
 postfix_exporter   356 356 acct
 octoprint  368 368 historical
 ultimaker  369 369 acct
+kismet 388 388 acct
 grafana389 389 acct
 monkeysphere   390 390 acct
 unbound391 391 acct



[gentoo-commits] repo/gentoo:master commit in: media-sound/mixxx/

2020-09-01 Thread Sam James
commit: 6d5170e5d8ae217b0c01d4a8d74c17157dea1fc1
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep  2 02:42:47 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep  2 02:42:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d5170e5

media-sound/mixxx: Stabilize 2.2.4 amd64, #739390

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

 media-sound/mixxx/mixxx-2.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/mixxx/mixxx-2.2.4.ebuild 
b/media-sound/mixxx/mixxx-2.2.4.ebuild
index f9f8d3c85f0..da8269b4fbe 100644
--- a/media-sound/mixxx/mixxx-2.2.4.ebuild
+++ b/media-sound/mixxx/mixxx-2.2.4.ebuild
@@ -14,7 +14,7 @@ else
#SRC_URI="https://downloads.mixxx.org/${P}/${P}-src.tar.gz;
SRC_URI="https://github.com/mixxxdj/${PN}/archive/release-${PV}.tar.gz 
-> ${P}.tar.gz"
S="${WORKDIR}/${PN}-release-${PV}"
-   KEYWORDS="~amd64 x86"
+   KEYWORDS="amd64 x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: sys-boot/netboot/

2020-09-01 Thread Sam James
commit: 2de4d025679a61f414b5b64fdba70a56a68bfb4f
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep  2 01:13:34 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep  2 01:13:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2de4d025

sys-boot/netboot: Stabilize 0.10.2-r2 amd64, #739338

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

 sys-boot/netboot/netboot-0.10.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-boot/netboot/netboot-0.10.2-r2.ebuild 
b/sys-boot/netboot/netboot-0.10.2-r2.ebuild
index f22120e30c3..0fda56f3ee0 100644
--- a/sys-boot/netboot/netboot-0.10.2-r2.ebuild
+++ b/sys-boot/netboot/netboot-0.10.2-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="berkdb +bootrom +lzo odbc static-libs"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-lang/rust-bin/

2020-09-01 Thread Sam James
commit: 8de7fcbc98f8368ec741c9713f7fd6f5795f6611
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep  2 01:03:01 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep  2 01:03:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8de7fcbc

dev-lang/rust-bin: Stabilize 1.45.2 amd64, #739310

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

 dev-lang/rust-bin/rust-bin-1.45.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/rust-bin/rust-bin-1.45.2.ebuild 
b/dev-lang/rust-bin/rust-bin-1.45.2.ebuild
index e99c2212ebd..83070baf70e 100644
--- a/dev-lang/rust-bin/rust-bin-1.45.2.ebuild
+++ b/dev-lang/rust-bin/rust-bin-1.45.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="$(rust_all_arch_uris ${MY_P})"
 
 LICENSE="|| ( MIT Apache-2.0 ) BSD-1 BSD-2 BSD-4 UoI-NCSA"
 SLOT="stable"
-KEYWORDS="~amd64 arm arm64 ppc64 x86"
+KEYWORDS="amd64 arm arm64 ppc64 x86"
 IUSE="clippy cpu_flags_x86_sse2 doc rls rustfmt"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: virtual/rust/

2020-09-01 Thread Sam James
commit: 7c24cdac6beab5fb77f5b617c2260218bbacbc81
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep  2 01:03:04 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep  2 01:03:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c24cdac

virtual/rust: Stabilize 1.45.2 amd64, #739310

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

 virtual/rust/rust-1.45.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.45.2.ebuild b/virtual/rust/rust-1.45.2.ebuild
index c83c8ba7725..6f32b771ca5 100644
--- a/virtual/rust/rust-1.45.2.ebuild
+++ b/virtual/rust/rust-1.45.2.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ppc64 x86"
+KEYWORDS="amd64 arm arm64 ppc64 x86"
 
 BDEPEND=""
 RDEPEND="|| ( ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] 
~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )"



[gentoo-commits] repo/gentoo:master commit in: dev-lang/rust/

2020-09-01 Thread Sam James
commit: ebf801cee8d45aa7145a94f481bebaff34f630fb
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep  2 01:03:03 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep  2 01:03:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebf801ce

dev-lang/rust: Stabilize 1.45.2 amd64, #739310

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

 dev-lang/rust/rust-1.45.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/rust/rust-1.45.2.ebuild b/dev-lang/rust/rust-1.45.2.ebuild
index b13e0b29cde..0bc210cd77e 100644
--- a/dev-lang/rust/rust-1.45.2.ebuild
+++ b/dev-lang/rust/rust-1.45.2.ebuild
@@ -18,7 +18,7 @@ else
SLOT="stable/${ABI_VER}"
MY_P="rustc-${PV}"
SRC="${MY_P}-src.tar.xz"
-   KEYWORDS="~amd64 arm arm64 ppc64 x86"
+   KEYWORDS="amd64 arm arm64 ppc64 x86"
 fi
 
 RUST_STAGE0_VERSION="1.$(($(ver_cut 2) - 1)).1"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libwebsockets/

2020-09-01 Thread Sam James
commit: 82d58c22fd00ff5666284f20cec8631e62a3a8be
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep  2 00:43:12 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep  2 00:43:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82d58c22

net-libs/libwebsockets: Stabilize 4.0.20 arm, #739888

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

 net-libs/libwebsockets/libwebsockets-4.0.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libwebsockets/libwebsockets-4.0.20.ebuild 
b/net-libs/libwebsockets/libwebsockets-4.0.20.ebuild
index 81eefe8b962..70b507a93cd 100644
--- a/net-libs/libwebsockets/libwebsockets-4.0.20.ebuild
+++ b/net-libs/libwebsockets/libwebsockets-4.0.20.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/warmcat/libwebsockets/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="MIT"
 SLOT="0/16" # libwebsockets.so.16
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 arm ~arm64 ~x86"
 IUSE="access-log caps cgi client dbus generic-sessions http-proxy http2 ipv6
+lejp libev libevent libressl libuv mbedtls peer-limits server-status 
smtp socks5
sqlite3 ssl static-libs threads zip"



[gentoo-commits] repo/gentoo:master commit in: app-text/dblatex/

2020-09-01 Thread Sam James
commit: 38c1990e70a17d51a1b1f33c7da8c8a82a4fe2b2
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep  2 00:18:03 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep  2 00:18:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38c1990e

app-text/dblatex: Stabilize 0.3.11-r1 arm, #737532

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

 app-text/dblatex/dblatex-0.3.11-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/dblatex/dblatex-0.3.11-r1.ebuild 
b/app-text/dblatex/dblatex-0.3.11-r1.ebuild
index 7e0ca0eab60..0c2e4c9d141 100644
--- a/app-text/dblatex/dblatex-0.3.11-r1.ebuild
+++ b/app-text/dblatex/dblatex-0.3.11-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://downloads.sourceforge.net/project/dblatex/dblatex/${P}/${P}py3.
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 arm ~x86"
 IUSE="inkscape"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: games-action/supertuxkart/

2020-09-01 Thread Sam James
commit: 8039ec465d7b5f02091d63743486a6f9fee57670
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep  2 00:09:41 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep  2 00:11:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8039ec46

games-action/supertuxkart: remove useless USE=fribidi

This USE flag had no effect anyway and the dep is gone in 1.2.

Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Sam James  gentoo.org>

 games-action/supertuxkart/metadata.xml| 1 -
 games-action/supertuxkart/supertuxkart-1.1.ebuild | 2 +-
 games-action/supertuxkart/supertuxkart-1.2.ebuild | 2 +-
 3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/games-action/supertuxkart/metadata.xml 
b/games-action/supertuxkart/metadata.xml
index 22a9fc08bd8..bb2a9028c68 100644
--- a/games-action/supertuxkart/metadata.xml
+++ b/games-action/supertuxkart/metadata.xml
@@ -6,7 +6,6 @@
Gentoo Games Project


-   Support for right-to-left languages
Use dev-libs/nettle crypto 
backend
Enable recording with 
media-libs/libopenglrecorder
Record IP bans, statistics in server mode 
with dev-db/sqlite

diff --git a/games-action/supertuxkart/supertuxkart-1.1.ebuild 
b/games-action/supertuxkart/supertuxkart-1.1.ebuild
index 77e990201cd..329de4139a2 100644
--- a/games-action/supertuxkart/supertuxkart-1.1.ebuild
+++ b/games-action/supertuxkart/supertuxkart-1.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="mirror://sourceforge/${PN}/SuperTuxKart/${PV}/${P}-src.tar.xz
 LICENSE="GPL-2 GPL-3 CC-BY-SA-3.0 CC-BY-SA-4.0 CC0-1.0 public-domain ZLIB"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="debug fribidi libressl nettle recorder wiimote"
+IUSE="debug libressl nettle recorder wiimote"
 
 # don't unbundle irrlicht and bullet
 # both are modified and system versions will break the game

diff --git a/games-action/supertuxkart/supertuxkart-1.2.ebuild 
b/games-action/supertuxkart/supertuxkart-1.2.ebuild
index c8377d9b440..5e9aa59fdef 100644
--- a/games-action/supertuxkart/supertuxkart-1.2.ebuild
+++ b/games-action/supertuxkart/supertuxkart-1.2.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/${PN}/stk-code/releases/download/${PV}/${MY_P}.tar.x
 LICENSE="GPL-2 GPL-3 CC-BY-SA-3.0 CC-BY-SA-4.0 CC0-1.0 public-domain ZLIB"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="debug fribidi libressl nettle recorder sqlite wiimote"
+IUSE="debug libressl nettle recorder sqlite wiimote"
 
 # don't unbundle irrlicht and bullet
 # both are modified and system versions will break the game



[gentoo-commits] repo/gentoo:master commit in: eclass/

2020-09-01 Thread Andreas K. Hüttel
commit: 63cc9f1168ca1a0bd7d2d81afb8cb7e29c5e691d
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Sep  2 00:06:15 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed Sep  2 00:07:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63cc9f11

toolchain.eclass: add rv32 abi names

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 eclass/toolchain.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 5bbf46ecd3d..6fb3eb941a2 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -1520,7 +1520,7 @@ gcc-abi-map() {
local map=()
case ${CTARGET} in
mips*)   map=("o32 32" "n32 n32" "n64 64") ;;
-   riscv*)  map=("lp64d lp64d" "lp64 lp64") ;;
+   riscv*)  map=("lp64d lp64d" "lp64 lp64" "ilp32d ilp32d" "ilp32 ilp32") 
;;
x86_64*) map=("amd64 m64" "x86 m32" "x32 mx32") ;;
esac
 



[gentoo-commits] repo/gentoo:master commit in: app-backup/borgweb/

2020-09-01 Thread Anthony G. Basile
commit: 4055a4e0296194c3ab420fab3dd489e755bf8a2f
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Tue Sep  1 23:53:10 2020 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Sep  1 23:53:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4055a4e0

app-backup/borgweb: add python 3.8

Closes: https://bugs.gentoo.org/718194
Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: Anthony G. Basile  gentoo.org>

 app-backup/borgweb/borgweb-0.2.0-r2.ebuild | 2 +-
 app-backup/borgweb/borgweb-0.3.0.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-backup/borgweb/borgweb-0.2.0-r2.ebuild 
b/app-backup/borgweb/borgweb-0.2.0-r2.ebuild
index 6568b820ce1..a5a107910ed 100644
--- a/app-backup/borgweb/borgweb-0.2.0-r2.ebuild
+++ b/app-backup/borgweb/borgweb-0.2.0-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1
 

diff --git a/app-backup/borgweb/borgweb-0.3.0.ebuild 
b/app-backup/borgweb/borgweb-0.3.0.ebuild
index 6568b820ce1..a5a107910ed 100644
--- a/app-backup/borgweb/borgweb-0.3.0.ebuild
+++ b/app-backup/borgweb/borgweb-0.3.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: games-action/supertuxkart/

2020-09-01 Thread Sam James
commit: f5da15dbad4b637410a82dd170c584712713ed7b
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 23:32:21 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 23:32:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5da15db

games-action/supertuxkart: drop fribidi dependency

Upstream are now using sheenbidi which is not yet packaged (seems new).

Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Sam James  gentoo.org>

 games-action/supertuxkart/supertuxkart-1.2.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/games-action/supertuxkart/supertuxkart-1.2.ebuild 
b/games-action/supertuxkart/supertuxkart-1.2.ebuild
index d78f9737b39..c8377d9b440 100644
--- a/games-action/supertuxkart/supertuxkart-1.2.ebuild
+++ b/games-action/supertuxkart/supertuxkart-1.2.ebuild
@@ -24,7 +24,6 @@ RDEPEND="
dev-cpp/libmcpp
sqlite? ( dev-db/sqlite:3 )
dev-libs/angelscript:=
-   dev-libs/fribidi
media-libs/freetype:2
media-libs/glew:0=
media-libs/harfbuzz:=



[gentoo-commits] repo/gentoo:master commit in: games-action/supertuxkart/, games-action/supertuxkart/files/

2020-09-01 Thread Sam James
commit: 05e8951e0fa0ad2c41db7ad94e242aef6bcad871
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 23:24:34 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 23:24:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05e8951e

games-action/supertuxkart: bump to 1.2

Closes: https://bugs.gentoo.org/739480
Closes: https://bugs.gentoo.org/737250
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Sam James  gentoo.org>

 games-action/supertuxkart/Manifest |  1 +
 .../supertuxkart-1.2-irrlicht-system-libs.patch| 69 
 games-action/supertuxkart/metadata.xml |  2 +
 games-action/supertuxkart/supertuxkart-1.2.ebuild  | 92 ++
 4 files changed, 164 insertions(+)

diff --git a/games-action/supertuxkart/Manifest 
b/games-action/supertuxkart/Manifest
index 4fd966710bc..cb598d30c27 100644
--- a/games-action/supertuxkart/Manifest
+++ b/games-action/supertuxkart/Manifest
@@ -1,2 +1,3 @@
+DIST SuperTuxKart-1.2-src.tar.xz 614569164 BLAKE2B 
5bdaa8dcac12ab6c399e6f0fc3121906070f4cd5c58dba6ccf04229d92b9b21d87a43662f39fc29ac1528ce429aebea87934fa8a180a0933385704f5a43cd6f7
 SHA512 
bc7079af9b3d85b3e4839ebb3eee293fb8bfe95450165172caa28b8ad1a9e97c59618d77c2208a86090f1840aa9a4b4b6898c1053fa6f5d7dfbfe17b69536835
 DIST supertuxkart-1.1-src.tar.xz 616739152 BLAKE2B 
a4dd9ec0a8ee158306dc902d3de363b68e7a317800df1b36339843521019df91c0713b74bdef8dc06b40bee57285237408a17b539c7bd7298cd3ef3deaf99fda
 SHA512 
81d5ff59bb33eba8a00547239d54cacfde25eed0c56c857712a00a62032e4cf371cdd367159eaa4bfec6d4dd5781b705e41b58a26b864aa43678cfe9926bb804
 DIST supertuxkart.png 4435 BLAKE2B 
b48b95e1cdebe930837cc784c4c5e9a089a69077e2fcfed15fe5e8c4d649a0f8024769b2f2102bbaea3a94eb21f4b58b5d291b97493266c3c5c8d7335cf69a80
 SHA512 
a180332f79220431922fa8b351cb476ebc5d9d1df09f20707eb3bdd7002fd264cb027b8190c73c5221050e6e8601beb6758a5809d05aedfb18f0bdb426f47eda

diff --git 
a/games-action/supertuxkart/files/supertuxkart-1.2-irrlicht-system-libs.patch 
b/games-action/supertuxkart/files/supertuxkart-1.2-irrlicht-system-libs.patch
new file mode 100644
index 000..2a23e51323d
--- /dev/null
+++ 
b/games-action/supertuxkart/files/supertuxkart-1.2-irrlicht-system-libs.patch
@@ -0,0 +1,69 @@
+https://salsa.debian.org/games-team/supertuxkart/-/raw/master/debian/patches/irrlicht/use-system-libs.diff
+
+Subject: [PATCH] debian/use-system-libs
+
+Path to build irrlicht using the system libraries for png,zlib and
+jpeg as well as the glext family of header files.
+
+Signed-off-by: Christoph Egger 
+ #ifdef _IRR_OPENGL_USE_EXTPOINTER_
+ #define GLX_GLXEXT_PROTOTYPES
+-#include "glxext.h"
++#include 
+ #endif
+ #endif
+ 
+--- a/lib/irrlicht/source/Irrlicht/COpenGLExtensionHandler.h
 b/lib/irrlicht/source/Irrlicht/COpenGLExtensionHandler.h
+@@ -24,7 +24,7 @@
+   #define NO_SDL_GLEXT
+   #include 
+   #include 
+-  #include "glext.h"
++  #include 
+ #elif defined(_IRR_WINDOWS_API_)
+   // include windows headers for HWND
+   #define WIN32_LEAN_AND_MEAN
+@@ -34,7 +34,7 @@
+   #endif
+   #include 
+   #if defined(_IRR_OPENGL_USE_EXTPOINTER_)
+-  #include "glext.h"
++  #include 
+   #endif
+   #include "wglext.h"
+ 
+@@ -49,7 +49,7 @@
+   #endif
+   #include 
+   #if defined(_IRR_OPENGL_USE_EXTPOINTER_)
+-  #include "glext.h"
++  #include 
+   #endif
+ #endif
+ 
+--- a/lib/irrlicht/source/Irrlicht/COpenGLSLMaterialRenderer.h
 b/lib/irrlicht/source/Irrlicht/COpenGLSLMaterialRenderer.h
+@@ -12,7 +12,7 @@
+   #define WIN32_LEAN_AND_MEAN
+   #include 
+   #include 
+-  #include "glext.h"
++  #include 
+ #else
+ #if defined(_IRR_OPENGL_USE_EXTPOINTER_)
+   #define GL_GLEXT_LEGACY 1
+@@ -26,7 +26,7 @@
+   #include 
+ #endif
+ #if defined(_IRR_OPENGL_USE_EXTPOINTER_)
+-  #include "glext.h"
++  #include 
+ #endif
+ #endif
+ 

diff --git a/games-action/supertuxkart/metadata.xml 
b/games-action/supertuxkart/metadata.xml
index ced8e3e6ee9..22a9fc08bd8 100644
--- a/games-action/supertuxkart/metadata.xml
+++ b/games-action/supertuxkart/metadata.xml
@@ -9,9 +9,11 @@
Support for right-to-left languages
Use dev-libs/nettle crypto 
backend
Enable recording with 
media-libs/libopenglrecorder
+   Record IP bans, statistics in server mode 
with dev-db/sqlite
Support for wiimote input devices


+   supertuxkart/stk-code
supertuxkart

 

diff --git a/games-action/supertuxkart/supertuxkart-1.2.ebuild 
b/games-action/supertuxkart/supertuxkart-1.2.ebuild
new file mode 100644
index 000..d78f9737b39
--- /dev/null
+++ b/games-action/supertuxkart/supertuxkart-1.2.ebuild
@@ -0,0 +1,92 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License 

[gentoo-commits] repo/gentoo:master commit in: dev-haskell/unix-time/

2020-09-01 Thread Sergei Trofimovich
commit: 159ca350bf1168acd5464660e64bfefcd3215032
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Sep  1 23:02:03 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Sep  1 23:02:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=159ca350

dev-haskell/unix-time: drop old

Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-haskell/unix-time/Manifest   |  3 ---
 dev-haskell/unix-time/unix-time-0.3.5.ebuild | 30 
 dev-haskell/unix-time/unix-time-0.3.6.ebuild | 30 
 dev-haskell/unix-time/unix-time-0.3.7.ebuild | 29 ---
 4 files changed, 92 deletions(-)

diff --git a/dev-haskell/unix-time/Manifest b/dev-haskell/unix-time/Manifest
index dfe82bea50b..8fd76ae6ef1 100644
--- a/dev-haskell/unix-time/Manifest
+++ b/dev-haskell/unix-time/Manifest
@@ -1,4 +1 @@
-DIST unix-time-0.3.5.tar.gz 40201 BLAKE2B 
398b47f43b6b56131f42842ad691b45e7fe987478583d498ad44885d480b14068b1d956d035e371f48518d62bff70f1f7f0ea34e398355d37bde9d76c5442dcb
 SHA512 
8da13cd8e9a32ee8ce4ab9430eab951d84350e4c459948f4e5e833444f1f266fbac6b6fc08876e326313eaf92e31500b325825b1b2c4fb22c551efdf6e5b9db5
-DIST unix-time-0.3.6.tar.gz 40180 BLAKE2B 
0233c673459f967e78a4a8985b0951efd224c57b172739413cb41950abbae05d29c575e128020b2ca6b8f96595326073e45d1bf4e040c81db10d1da3304d3def
 SHA512 
a7ca1086d2a2a15bebdaad80e3e31cc3be403548650d6c490dd7aa3af14b017ad2034320f82c3c7729661a046156e41bb50acf6a8fc1aa1db8dc8a62522c03a1
-DIST unix-time-0.3.7.tar.gz 40549 BLAKE2B 
86aa4e6b9d4b7adf55f27491dff7d4197c9540b7390fbfb93ccde33f618892be6c21387812cf41481d5863cff24bdbc29d213edf6c9bb13bdc1ca95e12889f95
 SHA512 
d10335af434e79980fd4221ade86dafa71d2aa9b30d7aaa13da25b8e75114430a143be5b9c6c1fa885d6ba01f6e6677484b04cd9e2cb263c650a945e954c44bd
 DIST unix-time-0.4.7.tar.gz 52235 BLAKE2B 
ec885f79c7f2be3766528dca640e59709aa984f70523714614414f921a7c7808feed274b44bc33cf23d4acee49dc0d8e4e30e9016a372850dfa1695abf81f7d2
 SHA512 
a9e5b77cb9c93b9a20687406aaeeaff5277d05b95ee9d874f3e0292eca83574b2e842785e0a88f71be3e91610db228c68b5cec885c4b3ea15fc6ec1bb861c072

diff --git a/dev-haskell/unix-time/unix-time-0.3.5.ebuild 
b/dev-haskell/unix-time/unix-time-0.3.5.ebuild
deleted file mode 100644
index 4bdffb75d5b..000
--- a/dev-haskell/unix-time/unix-time-0.3.5.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.4.4.
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Unix time parser/formatter and utilities"
-HOMEPAGE="https://hackage.haskell.org/package/unix-time;
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-haskell/binary:=[profile?]
-   dev-haskell/old-time:=[profile?]
-   >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
-   >=dev-haskell/cabal-1.10
-   test? ( >=dev-haskell/doctest-0.9.3
-   >=dev-haskell/hspec-1.5
-   dev-haskell/old-locale
-   dev-haskell/quickcheck )
-"

diff --git a/dev-haskell/unix-time/unix-time-0.3.6.ebuild 
b/dev-haskell/unix-time/unix-time-0.3.6.ebuild
deleted file mode 100644
index a4e0f62c8ec..000
--- a/dev-haskell/unix-time/unix-time-0.3.6.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.4.6.
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Unix time parser/formatter and utilities"
-HOMEPAGE="https://hackage.haskell.org/package/unix-time;
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-haskell/binary:=[profile?]
-   dev-haskell/old-time:=[profile?]
-   >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
-   >=dev-haskell/cabal-1.10
-   test? ( >=dev-haskell/doctest-0.9.3
-   >=dev-haskell/hspec-1.5
-   dev-haskell/old-locale
-   dev-haskell/quickcheck )
-"

diff --git a/dev-haskell/unix-time/unix-time-0.3.7.ebuild 
b/dev-haskell/unix-time/unix-time-0.3.7.ebuild
deleted file mode 100644
index c1fa638a2f8..000
--- a/dev-haskell/unix-time/unix-time-0.3.7.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# ebuild generated by hackport 0.5.
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Unix time parser/formatter and utilities"
-HOMEPAGE="https://hackage.haskell.org/package/unix-time;

[gentoo-commits] repo/gentoo:master commit in: net-im/spectrum2/

2020-09-01 Thread Sam James
commit: 81a2e43dfd7126a623a87c3375b3b3071695ca2d
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 22:44:41 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 22:44:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81a2e43d

net-im/spectrum2: Stabilize 2.0.13-r2 amd64, #739308

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

 net-im/spectrum2/spectrum2-2.0.13-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/spectrum2/spectrum2-2.0.13-r2.ebuild 
b/net-im/spectrum2/spectrum2-2.0.13-r2.ebuild
index d94c327ca2c..3c61f5951cc 100644
--- a/net-im/spectrum2/spectrum2-2.0.13-r2.ebuild
+++ b/net-im/spectrum2/spectrum2-2.0.13-r2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/SpectrumIM/spectrum2/archive/${PV}.tar.gz -> ${P}.ta
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="doc frotz irc mysql postgres purple sms +sqlite test twitter whatsapp 
xmpp"
 REQUIRED_USE="
|| ( mysql postgres sqlite )



[gentoo-commits] repo/gentoo:master commit in: net-p2p/syncthing/

2020-09-01 Thread Sam James
commit: 5334a6eea9fefe0bac5ca9102d7ee1affabcbe67
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 22:42:39 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 22:42:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5334a6ee

net-p2p/syncthing: Stabilize 1.7.1 amd64, #739256

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

 net-p2p/syncthing/syncthing-1.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/syncthing/syncthing-1.7.1.ebuild 
b/net-p2p/syncthing/syncthing-1.7.1.ebuild
index b4d1c72d86d..9977ef2217f 100644
--- a/net-p2p/syncthing/syncthing-1.7.1.ebuild
+++ b/net-p2p/syncthing/syncthing-1.7.1.ebuild
@@ -493,7 +493,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="Apache-2.0 BSD BSD-2 ISC MIT MPL-2.0 Unlicense"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~ppc64 x86"
+KEYWORDS="amd64 arm arm64 ~ppc64 x86"
 IUSE="selinux tools"
 
 RDEPEND="acct-group/syncthing



[gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/

2020-09-01 Thread Andreas K. Hüttel
commit: c4a7f6ae0192ceee9412ee15e5d9001dd0e56f09
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Tue Sep  1 22:25:34 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Tue Sep  1 22:26:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4a7f6ae

sys-libs/glibc: Add rv32 linker locations

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 sys-libs/glibc/glibc-2.32-r1.ebuild | 2 ++
 sys-libs/glibc/glibc-.ebuild| 2 ++
 2 files changed, 4 insertions(+)

diff --git a/sys-libs/glibc/glibc-2.32-r1.ebuild 
b/sys-libs/glibc/glibc-2.32-r1.ebuild
index a383a881f50..b51024529ad 100644
--- a/sys-libs/glibc/glibc-2.32-r1.ebuild
+++ b/sys-libs/glibc/glibc-2.32-r1.ebuild
@@ -1251,6 +1251,8 @@ glibc_do_src_install() {
ppc /lib/ld.so.1
ppc64   /lib64/ld64.so.1
# riscv
+   ilp32d  /lib/ld-linux-riscv32-ilp32d.so.1
+   ilp32   /lib/ld-linux-riscv32-ilp32.so.1
lp64d   /lib/ld-linux-riscv64-lp64d.so.1
lp64/lib/ld-linux-riscv64-lp64.so.1
# s390

diff --git a/sys-libs/glibc/glibc-.ebuild b/sys-libs/glibc/glibc-.ebuild
index 67b4c124000..13ff94e526a 100644
--- a/sys-libs/glibc/glibc-.ebuild
+++ b/sys-libs/glibc/glibc-.ebuild
@@ -1236,6 +1236,8 @@ glibc_do_src_install() {
ppc /lib/ld.so.1
ppc64   /lib64/ld64.so.1
# riscv
+   ilp32d  /lib/ld-linux-riscv32-ilp32d.so.1
+   ilp32   /lib/ld-linux-riscv32-ilp32.so.1
lp64d   /lib/ld-linux-riscv64-lp64d.so.1
lp64/lib/ld-linux-riscv64-lp64.so.1
# s390



[gentoo-commits] repo/gentoo:master commit in: www-client/firefox/

2020-09-01 Thread Thomas Deutschmann
commit: cfc31caf453e56f7efa3f859d8c4e54d1a99f1b1
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Sep  1 21:27:34 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Sep  1 21:50:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfc31caf

www-client/firefox: re-introduce USE=dbus

Closes: https://bugs.gentoo.org/739910
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann  gentoo.org>

 www-client/firefox/firefox-80.0.1.ebuild | 12 +---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/www-client/firefox/firefox-80.0.1.ebuild 
b/www-client/firefox/firefox-80.0.1.ebuild
index 22579467fbe..47cde60ff86 100644
--- a/www-client/firefox/firefox-80.0.1.ebuild
+++ b/www-client/firefox/firefox-80.0.1.ebuild
@@ -52,7 +52,7 @@ KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
 
 SLOT="0"
 LICENSE="MPL-2.0 GPL-2 LGPL-2.1"
-IUSE="bindist clang cpu_flags_x86_avx2 debug eme-free geckodriver
+IUSE="bindist clang cpu_flags_x86_avx2 dbus debug eme-free geckodriver
+gmp-autoupdate hardened hwaccel jack lto cpu_flags_arm_neon
+openh264 pgo pulseaudio screencast +screenshot selinux +system-av1
+system-harfbuzz +system-icu +system-jpeg +system-libevent
@@ -85,8 +85,6 @@ CDEPEND="
>=media-libs/freetype-2.4.10
kernel_linux? ( !pulseaudio? ( media-libs/alsa-lib ) )
virtual/freedesktop-icon-theme
-   sys-apps/dbus
-   dev-libs/dbus-glib
>=x11-libs/pixman-0.19.2
>=dev-libs/glib-2.26:2
>=sys-libs/zlib-1.2.3
@@ -99,6 +97,10 @@ CDEPEND="
x11-libs/libXfixes
x11-libs/libXrender
x11-libs/libXt
+   dbus? (
+   sys-apps/dbus
+   dev-libs/dbus-glib
+   )
screencast? ( media-video/pipewire:0/0.3 )
system-av1? (
>=media-libs/dav1d-0.3.0:=
@@ -115,6 +117,8 @@ CDEPEND="
system-webp? ( >=media-libs/libwebp-1.1.0:0= )
wifi? (
kernel_linux? (
+   sys-apps/dbus
+   dev-libs/dbus-glib
net-misc/networkmanager
)
)
@@ -582,6 +586,8 @@ src_configure() {
python/mozbuild/mozbuild/controller/building.py || \
die "Failed to disable ccache stats call"
 
+   mozconfig_use_enable dbus
+
mozconfig_use_enable wifi necko-wifi
 
mozconfig_use_enable geckodriver



[gentoo-commits] repo/gentoo:master commit in: www-client/firefox-bin/

2020-09-01 Thread Thomas Deutschmann
commit: fcc1f240bbb699d8762dfbbb370b0a59411161af
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Sep  1 21:29:42 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Sep  1 21:50:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcc1f240

www-client/firefox-bin: bump to v80.0.1

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann  gentoo.org>

 www-client/firefox-bin/Manifest  |  93 +++
 www-client/firefox-bin/firefox-bin-80.0.1.ebuild | 296 +++
 2 files changed, 389 insertions(+)

diff --git a/www-client/firefox-bin/Manifest b/www-client/firefox-bin/Manifest
index db75de19e9d..2e1ceb1803d 100644
--- a/www-client/firefox-bin/Manifest
+++ b/www-client/firefox-bin/Manifest
@@ -180,7 +180,100 @@ DIST firefox-80.0-vi.xpi 609535 BLAKE2B 
adb15635aa7b2c42a1de3e89f784383103832bb3
 DIST firefox-80.0-xh.xpi 458348 BLAKE2B 
983dd5aed7d16e331240873ed36c9b73d03354d2338b9480df83e3c31b011b4c38d3a1d713cafb12782b4c1b0ca4245620a9ee05fe3c7f0085327139ab42aed3
 SHA512 
b7ab801f1ff042da2d5e83fe6182a2c0f348df84e9dc95059adbc9e79c3df0b0f090a0fbcbf980f8bd24322712d47e644f377cc47aa2bafeb127c8cae1d1326d
 DIST firefox-80.0-zh-CN.xpi 611773 BLAKE2B 
2094fbe9ceff378fbe0d0d071eedf3e73bc725276b02aff5c364017c408017a3ed49799c28fcc9c6a8f25f26970ef2899c0524f3f2b87d8376eae0aa852b31a2
 SHA512 
09248fa1df87505305e65da64997295b230a0c90f82b1b6b90bdb4fa8b1dbb2fc30e314368fbb0cc8f1ef6994f13d04a0a2fdabc4bd63558fee61311cd5841a0
 DIST firefox-80.0-zh-TW.xpi 611316 BLAKE2B 
4d9c031cb520ff965d7bc22d389b94dd7d43e330e8253e2bcda344863539f1c6f39be4d1eaf343dab0506efa76e439add4d286c618f4f61ac4e180fa236f2078
 SHA512 
79a95419904e573d3d41f746e65182343b755bf926f5777138e7993959e430058c9bc40d0349b76c0e931f7fb8c1eba2f6c21a8d854e23a9c293e33a56956289
+DIST firefox-80.0.1-ach.xpi 504583 BLAKE2B 
d885d46f9eafa9e4c390318b4d01a9c3bd6ffe559c5a619fa7fddd8edd17599c61162499e7ef6b24a68e067ac1e5434e428519bb2dcec1d1b288ba22b7547be4
 SHA512 
ac19b518cc92f39e8fe16eb86f9c1a273db0f7ba4bf9ce001c41dac2b33400ebe3131ad5205009ffe96ff1e067212f7edc2f083f8cab29f8457af77efc299335
+DIST firefox-80.0.1-af.xpi 444291 BLAKE2B 
c71a2cc6c6e56855ced7a4a85dacdb11265bdde39e5e0f5337f35a031cec45487a71fdc1ad35530fdb71360a38dcc81dec789a54da41f653db5dc0bb36a34b31
 SHA512 
29bd2b91adf1976a7d9a40ee0db8a8fb17036bfa28a2ea2eaff2f17ea91cc3ac49b4bf99259315e3ed8e38cc229a68a1c68212e4c13fa851d6e94efa01a3e410
+DIST firefox-80.0.1-an.xpi 542426 BLAKE2B 
7d9d8d305c9819d2840b29876aa4074971887904e172f3d5ebc090dfc5ebf5ca9d6e7cbca490fbe0c4e53eb41952732d047e235ed18a344315bd198566a92a3e
 SHA512 
b6e490f206b4d20e6bc652b9daa24f78f1b4447e32ea77394b92e73ec0de6f21d30e22ca3ee87f2a95e437cdf7cab6a6a81307a8ec1451e69f761671cc03a5b0
+DIST firefox-80.0.1-ar.xpi 591816 BLAKE2B 
4d8aceaa4e7e44394be8961a3515dc98dab892bf3ff15a3cc93d35501db33f8764a8579fbb6196ce85d68134f3cdead11549946e2f73a986d49731594c9e762b
 SHA512 
412181e35fc61a871076867c00133670c4b04e199ac4bf0909923f850cc60825cf8411eb42a449c0d921b5702d2463a485826731b53b76302e06702c44ca7c8b
+DIST firefox-80.0.1-ast.xpi 502149 BLAKE2B 
1e196ecdf387c4769f8a5000df918679b95d83d1d06306b60a7146d4b11328e6883baf85c6ea04023cafa4e50f67301f6276dcd4e70593a9149e3f06f25dedea
 SHA512 
1dba93dec0eafd28b13ced483d098e57b77816d9a64f6fc7089516d1adc23c8834c672fa2ba52e53ce8b1599f55779c24fac0a54151f3cf84d3ebfd0265065ea
+DIST firefox-80.0.1-az.xpi 539349 BLAKE2B 
fbda6488399d8dc1e9f5d9dad3be9b6ba7d32bfd826a3ec28d6b0b020ca83505b2ef5121e36636ca837d3675d1aa7dffe57f3df3b85094d91e75b24339d599bd
 SHA512 
7a044fc2cfc7e36f0e8407e804ce29deb6441c33e69e11458f010b614edc5f01bd4d03086eb4e81c2fce970878b16b294520e3c6309d1398552dc39d5adbc106
+DIST firefox-80.0.1-be.xpi 652311 BLAKE2B 
14299f1248968272127d6562a85b049e0a4da11da7f8f30169e569fcee9a6c9ead73f807a4a216622d15b9d7af5ad8279352e8c02e9c56aa2eef69111e6d
 SHA512 
96a02f58e3a9604342cb0b755c6ae4bc35c8e48adecaf407566cf10bf2ef5ab7dd1c83951377cc21d631912811b25cff1ca40a1dff74271c29f71c7ab0b390f3
+DIST firefox-80.0.1-bg.xpi 614701 BLAKE2B 
872d0bf0598f4f942278bee24d497c846e65e8ebf9217eaab0ca2a3fdcdac43a0cac71c044e86a8fb7671a5d3c6ce630ee674ff41e7c9738d3419090ffe79e92
 SHA512 
974fbe862f264b98a8045e306ef09817e739f8a1d6c092b60503f73d8667702df88a090abc4f492982ce11ff3b0e138a4c615bd400622a3901b63531155c1d64
+DIST firefox-80.0.1-bn.xpi 635296 BLAKE2B 
4a08afd0d38908cea8040f872d9763e19466538229168fd7c75e993c3b2b8f8eaff0dfac5e7b6fda86c34abff7795f1a9af0b2cc71c9062168d6ac9faecfd7d2
 SHA512 
64bdd07e317c5aa04cec65fff262982aadd7aeabdfe7ae07068807e2bc6ff62042cc051d7422b7df5904a0e3ab32697f46f4ac6f9cfa118b19fc475de2373651
+DIST firefox-80.0.1-br.xpi 555844 BLAKE2B 
480f327adf194a66dab2b4c5ecbd8f3d3dee3cce7b2b83710fa9628a584e062ec210f857caedb950209fe71524242a8efe9660daf209ff27110c9cd87e8ee5ee
 SHA512 
9f199d06d38f4dee320bd818d3c0dd570faab221beeb4f8029b1ef4a69e385c8b7d58db7926ced1fbf65c8f20bf4406c1545dd4ba42cc2a1144d2aed6e8623b2
+DIST firefox-80.0.1-bs.xpi 513421 

[gentoo-commits] repo/gentoo:master commit in: www-client/firefox/

2020-09-01 Thread Thomas Deutschmann
commit: 5d98fca6eecf628673d6f5ceef77222d5a6f1395
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Sep  1 21:15:36 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Sep  1 21:50:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d98fca6

www-client/firefox: bump to v80.0.1

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann  gentoo.org>

 www-client/firefox/Manifest  |  92 +++
 www-client/firefox/firefox-80.0.1.ebuild | 927 +++
 2 files changed, 1019 insertions(+)

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index 39ef23d4d37..b44f40bea64 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -183,4 +183,96 @@ DIST firefox-80.0-vi.xpi 609535 BLAKE2B 
adb15635aa7b2c42a1de3e89f784383103832bb3
 DIST firefox-80.0-xh.xpi 458348 BLAKE2B 
983dd5aed7d16e331240873ed36c9b73d03354d2338b9480df83e3c31b011b4c38d3a1d713cafb12782b4c1b0ca4245620a9ee05fe3c7f0085327139ab42aed3
 SHA512 
b7ab801f1ff042da2d5e83fe6182a2c0f348df84e9dc95059adbc9e79c3df0b0f090a0fbcbf980f8bd24322712d47e644f377cc47aa2bafeb127c8cae1d1326d
 DIST firefox-80.0-zh-CN.xpi 611773 BLAKE2B 
2094fbe9ceff378fbe0d0d071eedf3e73bc725276b02aff5c364017c408017a3ed49799c28fcc9c6a8f25f26970ef2899c0524f3f2b87d8376eae0aa852b31a2
 SHA512 
09248fa1df87505305e65da64997295b230a0c90f82b1b6b90bdb4fa8b1dbb2fc30e314368fbb0cc8f1ef6994f13d04a0a2fdabc4bd63558fee61311cd5841a0
 DIST firefox-80.0-zh-TW.xpi 611316 BLAKE2B 
4d9c031cb520ff965d7bc22d389b94dd7d43e330e8253e2bcda344863539f1c6f39be4d1eaf343dab0506efa76e439add4d286c618f4f61ac4e180fa236f2078
 SHA512 
79a95419904e573d3d41f746e65182343b755bf926f5777138e7993959e430058c9bc40d0349b76c0e931f7fb8c1eba2f6c21a8d854e23a9c293e33a56956289
+DIST firefox-80.0.1-ach.xpi 504583 BLAKE2B 
d885d46f9eafa9e4c390318b4d01a9c3bd6ffe559c5a619fa7fddd8edd17599c61162499e7ef6b24a68e067ac1e5434e428519bb2dcec1d1b288ba22b7547be4
 SHA512 
ac19b518cc92f39e8fe16eb86f9c1a273db0f7ba4bf9ce001c41dac2b33400ebe3131ad5205009ffe96ff1e067212f7edc2f083f8cab29f8457af77efc299335
+DIST firefox-80.0.1-af.xpi 444291 BLAKE2B 
c71a2cc6c6e56855ced7a4a85dacdb11265bdde39e5e0f5337f35a031cec45487a71fdc1ad35530fdb71360a38dcc81dec789a54da41f653db5dc0bb36a34b31
 SHA512 
29bd2b91adf1976a7d9a40ee0db8a8fb17036bfa28a2ea2eaff2f17ea91cc3ac49b4bf99259315e3ed8e38cc229a68a1c68212e4c13fa851d6e94efa01a3e410
+DIST firefox-80.0.1-an.xpi 542426 BLAKE2B 
7d9d8d305c9819d2840b29876aa4074971887904e172f3d5ebc090dfc5ebf5ca9d6e7cbca490fbe0c4e53eb41952732d047e235ed18a344315bd198566a92a3e
 SHA512 
b6e490f206b4d20e6bc652b9daa24f78f1b4447e32ea77394b92e73ec0de6f21d30e22ca3ee87f2a95e437cdf7cab6a6a81307a8ec1451e69f761671cc03a5b0
+DIST firefox-80.0.1-ar.xpi 591816 BLAKE2B 
4d8aceaa4e7e44394be8961a3515dc98dab892bf3ff15a3cc93d35501db33f8764a8579fbb6196ce85d68134f3cdead11549946e2f73a986d49731594c9e762b
 SHA512 
412181e35fc61a871076867c00133670c4b04e199ac4bf0909923f850cc60825cf8411eb42a449c0d921b5702d2463a485826731b53b76302e06702c44ca7c8b
+DIST firefox-80.0.1-ast.xpi 502149 BLAKE2B 
1e196ecdf387c4769f8a5000df918679b95d83d1d06306b60a7146d4b11328e6883baf85c6ea04023cafa4e50f67301f6276dcd4e70593a9149e3f06f25dedea
 SHA512 
1dba93dec0eafd28b13ced483d098e57b77816d9a64f6fc7089516d1adc23c8834c672fa2ba52e53ce8b1599f55779c24fac0a54151f3cf84d3ebfd0265065ea
+DIST firefox-80.0.1-az.xpi 539349 BLAKE2B 
fbda6488399d8dc1e9f5d9dad3be9b6ba7d32bfd826a3ec28d6b0b020ca83505b2ef5121e36636ca837d3675d1aa7dffe57f3df3b85094d91e75b24339d599bd
 SHA512 
7a044fc2cfc7e36f0e8407e804ce29deb6441c33e69e11458f010b614edc5f01bd4d03086eb4e81c2fce970878b16b294520e3c6309d1398552dc39d5adbc106
+DIST firefox-80.0.1-be.xpi 652311 BLAKE2B 
14299f1248968272127d6562a85b049e0a4da11da7f8f30169e569fcee9a6c9ead73f807a4a216622d15b9d7af5ad8279352e8c02e9c56aa2eef69111e6d
 SHA512 
96a02f58e3a9604342cb0b755c6ae4bc35c8e48adecaf407566cf10bf2ef5ab7dd1c83951377cc21d631912811b25cff1ca40a1dff74271c29f71c7ab0b390f3
+DIST firefox-80.0.1-bg.xpi 614701 BLAKE2B 
872d0bf0598f4f942278bee24d497c846e65e8ebf9217eaab0ca2a3fdcdac43a0cac71c044e86a8fb7671a5d3c6ce630ee674ff41e7c9738d3419090ffe79e92
 SHA512 
974fbe862f264b98a8045e306ef09817e739f8a1d6c092b60503f73d8667702df88a090abc4f492982ce11ff3b0e138a4c615bd400622a3901b63531155c1d64
+DIST firefox-80.0.1-bn.xpi 635296 BLAKE2B 
4a08afd0d38908cea8040f872d9763e19466538229168fd7c75e993c3b2b8f8eaff0dfac5e7b6fda86c34abff7795f1a9af0b2cc71c9062168d6ac9faecfd7d2
 SHA512 
64bdd07e317c5aa04cec65fff262982aadd7aeabdfe7ae07068807e2bc6ff62042cc051d7422b7df5904a0e3ab32697f46f4ac6f9cfa118b19fc475de2373651
+DIST firefox-80.0.1-br.xpi 555844 BLAKE2B 
480f327adf194a66dab2b4c5ecbd8f3d3dee3cce7b2b83710fa9628a584e062ec210f857caedb950209fe71524242a8efe9660daf209ff27110c9cd87e8ee5ee
 SHA512 
9f199d06d38f4dee320bd818d3c0dd570faab221beeb4f8029b1ef4a69e385c8b7d58db7926ced1fbf65c8f20bf4406c1545dd4ba42cc2a1144d2aed6e8623b2
+DIST firefox-80.0.1-bs.xpi 513421 BLAKE2B 

[gentoo-commits] repo/gentoo:master commit in: x11-wm/icewm/

2020-09-01 Thread Sam James
commit: 5ad29047ed7c08a053e6e0d13c14a87c6f7bafb3
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 21:26:33 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 21:26:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ad29047

x11-wm/icewm: Stabilize 1.7.0 amd64, #739000

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

 x11-wm/icewm/icewm-1.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/icewm/icewm-1.7.0.ebuild b/x11-wm/icewm/icewm-1.7.0.ebuild
index f5c1d16395a..0d6bcdc9b63 100644
--- a/x11-wm/icewm/icewm-1.7.0.ebuild
+++ b/x11-wm/icewm/icewm-1.7.0.ebuild
@@ -11,7 +11,7 @@ LICENSE="GPL-2"
 SRC_URI="https://github.com/ice-wm/icewm/releases/download/${PV}/${P}.tar.lz;
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc sparc x86"
+KEYWORDS="amd64 ~ppc sparc x86"
 IUSE="+alsa ao bidi debug +gdk-pixbuf nls truetype uclibc xinerama"
 
 # Tests broken in all versions, patches welcome, bug #323907, #389533



[gentoo-commits] repo/gentoo:master commit in: dev-python/ijson/

2020-09-01 Thread Sam James
commit: 27004c7dadd888400214f140bb92dfc57c934866
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 21:08:37 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 21:08:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27004c7d

dev-python/ijson: Stabilize 3.1_p0 amd64, #738956

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

 dev-python/ijson/ijson-3.1_p0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ijson/ijson-3.1_p0.ebuild 
b/dev-python/ijson/ijson-3.1_p0.ebuild
index 224c80c9c50..ed45be42d97 100644
--- a/dev-python/ijson/ijson-3.1_p0.ebuild
+++ b/dev-python/ijson/ijson-3.1_p0.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${PN}-${MY_PV}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
dev-libs/yajl



[gentoo-commits] repo/gentoo:master commit in: app-backup/borgmatic/

2020-09-01 Thread Sam James
commit: 74d1cf56e4244a46f84d9209c76c9656bfad47c3
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 21:05:28 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 21:05:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74d1cf56

app-backup/borgmatic: Stabilize 1.5.9 amd64, #738824

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

 app-backup/borgmatic/borgmatic-1.5.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/borgmatic/borgmatic-1.5.9.ebuild 
b/app-backup/borgmatic/borgmatic-1.5.9.ebuild
index 80e8098f34d..157355afb07 100644
--- a/app-backup/borgmatic/borgmatic-1.5.9.ebuild
+++ b/app-backup/borgmatic/borgmatic-1.5.9.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 # borg is called as an external tool, hence no pythonic stuff
 RDEPEND="app-backup/borgbackup



[gentoo-commits] repo/gentoo:master commit in: net-nntp/sabnzbd/

2020-09-01 Thread Thomas Deutschmann
commit: ecab3d9ba70cd2b136f1a149dd233cf5b2c288c7
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Sep  1 20:58:25 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Sep  1 20:58:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecab3d9b

net-nntp/sabnzbd: ABOUT.txt is absent from release tarball

Closes: https://bugs.gentoo.org/739852
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-nntp/sabnzbd/sabnzbd-3.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-nntp/sabnzbd/sabnzbd-3.0.2.ebuild 
b/net-nntp/sabnzbd/sabnzbd-3.0.2.ebuild
index a4942c83c18..aee416e50d6 100644
--- a/net-nntp/sabnzbd/sabnzbd-3.0.2.ebuild
+++ b/net-nntp/sabnzbd/sabnzbd-3.0.2.ebuild
@@ -89,7 +89,7 @@ src_install() {
insopts -m 0600 -o "${PN}" -g "${PN}"
newins "${FILESDIR}"/${PN}-r1.ini ${PN}.ini
 
-   dodoc {ABOUT,ISSUES}.txt README.mkd licenses/*
+   dodoc ISSUES.txt README.mkd
 
systemd_newunit "${FILESDIR}"/sabnzbd_at.service 'sabnzbd@.service'
 }



[gentoo-commits] repo/gentoo:master commit in: dev-python/arrow/

2020-09-01 Thread Sam James
commit: 231d806ea236728bd7178001582ad88d8d24a882
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 20:58:58 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 20:59:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=231d806e

dev-python/arrow: Stabilize 0.15.8 ALLARCHES, #738790

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

 dev-python/arrow/arrow-0.15.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/arrow/arrow-0.15.8.ebuild 
b/dev-python/arrow/arrow-0.15.8.ebuild
index 142cd4c6317..575b3b8a087 100644
--- a/dev-python/arrow/arrow-0.15.8.ebuild
+++ b/dev-python/arrow/arrow-0.15.8.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 RDEPEND="
dev-python/python-dateutil[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-lang/mujs/

2020-09-01 Thread Sam James
commit: f6c2e17bb50a10377a60ebc817291971cf9f2d0c
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 20:54:01 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 20:54:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6c2e17b

dev-lang/mujs: Stabilize 1.0.7 amd64, #738764

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

 dev-lang/mujs/mujs-1.0.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/mujs/mujs-1.0.7.ebuild b/dev-lang/mujs/mujs-1.0.7.ebuild
index a167318b938..308219b6dab 100644
--- a/dev-lang/mujs/mujs-1.0.7.ebuild
+++ b/dev-lang/mujs/mujs-1.0.7.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://mujs.com/downloads/${P}.tar.xz;
 LICENSE="ISC"
 # subslot matches SONAME
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 sparc x86 
~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 sparc x86 
~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="static-libs"
 
 RDEPEND="sys-libs/readline:0="



[gentoo-commits] repo/gentoo:master commit in: app-admin/sudo/

2020-09-01 Thread Sam James
commit: d66f19b7bc74efd9165666e6bd561806522c0bb9
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 20:49:02 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 20:49:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d66f19b7

app-admin/sudo: Stabilize 1.9.2 ppc, #738336

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

 app-admin/sudo/sudo-1.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/sudo/sudo-1.9.2.ebuild b/app-admin/sudo/sudo-1.9.2.ebuild
index 85b9b44743c..6a957716959 100644
--- a/app-admin/sudo/sudo-1.9.2.ebuild
+++ b/app-admin/sudo/sudo-1.9.2.ebuild
@@ -22,7 +22,7 @@ else
SRC_URI="https://www.sudo.ws/sudo/dist/${uri_prefix}${MY_P}.tar.gz
ftp://ftp.sudo.ws/pub/sudo/${uri_prefix}${MY_P}.tar.gz;
if [[ ${PV} != *_beta* ]] && [[ ${PV} != *_rc* ]] ; then
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ~ppc 
~ppc64 ~s390 sparc x86 ~sparc-solaris"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc 
~ppc64 ~s390 sparc x86 ~sparc-solaris"
fi
 fi
 



[gentoo-commits] repo/gentoo:master commit in: net-vpn/networkmanager-strongswan/

2020-09-01 Thread Sam James
commit: 9be832b7d211aeb125bdc5fd29bbe4adaf669182
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 20:47:36 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 20:47:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9be832b7

net-vpn/networkmanager-strongswan: Stabilize 1.5.2 amd64, #738734

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

 .../networkmanager-strongswan/networkmanager-strongswan-1.5.2.ebuild| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/net-vpn/networkmanager-strongswan/networkmanager-strongswan-1.5.2.ebuild 
b/net-vpn/networkmanager-strongswan/networkmanager-strongswan-1.5.2.ebuild
index d2f18d33b07..545ed8ca1ca 100644
--- a/net-vpn/networkmanager-strongswan/networkmanager-strongswan-1.5.2.ebuild
+++ b/net-vpn/networkmanager-strongswan/networkmanager-strongswan-1.5.2.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://download.strongswan.org/${MY_PN}/${MY_P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
app-crypt/libsecret



[gentoo-commits] repo/gentoo:master commit in: net-libs/libwebsockets/

2020-09-01 Thread Sam James
commit: 4ef7d3cec06c8af5d6ac93edb8ccae691d6aa965
Author: Jakov Smolic  sartura  hr>
AuthorDate: Tue Sep  1 19:28:29 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 20:46:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ef7d3ce

net-libs/libwebsockets: add dbus dependency, restrict ssl USE flags

Depends on sys-apps/dbus is USE=dbus. Ensure that mbedtls
cannot be set without ssl USE flag.

Bug: https://bugs.gentoo.org/739888
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Jakov Smolic  sartura.hr>
Closes: https://github.com/gentoo/gentoo/pull/17366
Signed-off-by: Sam James  gentoo.org>

 net-libs/libwebsockets/libwebsockets-4.0.20.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/net-libs/libwebsockets/libwebsockets-4.0.20.ebuild 
b/net-libs/libwebsockets/libwebsockets-4.0.20.ebuild
index 6bc4ebdb391..81eefe8b962 100644
--- a/net-libs/libwebsockets/libwebsockets-4.0.20.ebuild
+++ b/net-libs/libwebsockets/libwebsockets-4.0.20.ebuild
@@ -22,12 +22,14 @@ REQUIRED_USE="
http-proxy? ( client )
smtp? ( libuv )
ssl? ( ?? ( libressl mbedtls ) )
+   mbedtls? ( ssl )
?? ( libev libevent )
 "
 
 RDEPEND="
sys-libs/zlib
caps? ( sys-libs/libcap )
+   dbus? ( sys-apps/dbus )
http-proxy? ( net-libs/libhubbub )
libev? ( dev-libs/libev )
libevent? ( dev-libs/libevent:= )



[gentoo-commits] repo/gentoo:master commit in: media-sound/abcmidi/

2020-09-01 Thread Sam James
commit: 3d1901ed683c61a778bc39ae494d75c1e301ee71
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 20:43:11 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 20:43:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d1901ed

media-sound/abcmidi: Stabilize 2020.01.22 amd64, #738722

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

 media-sound/abcmidi/abcmidi-2020.01.22.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/abcmidi/abcmidi-2020.01.22.ebuild 
b/media-sound/abcmidi/abcmidi-2020.01.22.ebuild
index 5bd8931b9bd..893a32ea9da 100644
--- a/media-sound/abcmidi/abcmidi-2020.01.22.ebuild
+++ b/media-sound/abcmidi/abcmidi-2020.01.22.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://ifdo.ca/~seymour/runabc/${MY_P}.zip;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 BDEPEND="app-arch/unzip"
 



[gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tclpython/

2020-09-01 Thread Sam James
commit: ddb80bb2f66fe93f0783b3c7f1819c8364e2b127
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 20:43:34 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 20:43:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddb80bb2

dev-tcltk/tclpython: Stabilize 5.0 amd64, #738732

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

 dev-tcltk/tclpython/tclpython-5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tcltk/tclpython/tclpython-5.0.ebuild 
b/dev-tcltk/tclpython/tclpython-5.0.ebuild
index d45ca52be14..fabbc284352 100644
--- a/dev-tcltk/tclpython/tclpython-5.0.ebuild
+++ b/dev-tcltk/tclpython/tclpython-5.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/amykyta3/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/dask/

2020-09-01 Thread Sam James
commit: 6df9cee1a2a07e7b82ef6268db30d2f71a1b8546
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 20:36:09 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 20:36:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6df9cee1

dev-python/dask: add ~arm, ~arm64 keyword to 2.22.0

Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 dev-python/dask/dask-2.22.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/dask/dask-2.22.0.ebuild 
b/dev-python/dask/dask-2.22.0.ebuild
index 206edb645a4..b4855c7b782 100644
--- a/dev-python/dask/dask-2.22.0.ebuild
+++ b/dev-python/dask/dask-2.22.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="distributed"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/, app-backup/duplicity/files/

2020-09-01 Thread Richard Freeman
commit: 7d765ed0f26c2a4b96e2c6a6e0cec9d0aa1aef1a
Author: Richard Freeman  gentoo  org>
AuthorDate: Tue Sep  1 20:19:52 2020 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Tue Sep  1 20:20:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d765ed0

app-backup/duplicity: bump, python-3.8

Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: Richard Freeman  gentoo.org>

 app-backup/duplicity/Manifest  |  1 +
 app-backup/duplicity/duplicity-0.8.15.ebuild   | 51 ++
 .../files/duplicity-0.8.15-fix-docs-cmd.patch  | 29 
 3 files changed, 81 insertions(+)

diff --git a/app-backup/duplicity/Manifest b/app-backup/duplicity/Manifest
index cf9b876454e..ca6af8ec46e 100644
--- a/app-backup/duplicity/Manifest
+++ b/app-backup/duplicity/Manifest
@@ -1,2 +1,3 @@
 DIST duplicity-0.8.12.1612.tar.gz 1883596 BLAKE2B 
6d3075cdc6cd1f09e60cdbdc5d17867f3686a7e05ce16b908b797b6d2c343ae4c8104793b9f389920112917089086ac8f4c5baffa326c528c023bd40daab8643
 SHA512 
eac4d1aecd604ece123bd3b5cecd3b65e1213c243db1a3ce25bae58360d666dd1db07ba0a137e7682f99775ece20453c7dc44cd87940b56c0acd05d01149c951
 DIST duplicity-0.8.13.tar.gz 1463564 BLAKE2B 
31037b0a27e043937f80ee91939793e304c0f7b1c96ee4bc9fe7c06dde69f374a718028d9ae4a98cfd7f866af72e5ed0a8f679319a73428207a99961961e8d2d
 SHA512 
71e07fa17dcf2002a0275bdf236c1b2c30143e276abfdee15e45a75f0adeefc9e784c76a578f90f6ed785f093f364b877551374204e70b930dd5d0920f7e1e75
+DIST duplicity-0.8.15.tar.gz 1482647 BLAKE2B 
e1ddd4232611ad5fcf8faa5135c925aef68a21eb9dec50de7194562a0d4871e9c58132faf9340f71367025dcc84cbc6f1aae69bd37cae294d4200a8ca8b796b3
 SHA512 
2d048377c839ae56fc2828997c9aa7ba8c339e815e1e2ae738652037508ec276a2c72583687da34408fadd4839011e242b51bc73cca954227fc51db5683c258c

diff --git a/app-backup/duplicity/duplicity-0.8.15.ebuild 
b/app-backup/duplicity/duplicity-0.8.15.ebuild
new file mode 100644
index 000..ab86fd3ebc1
--- /dev/null
+++ b/app-backup/duplicity/duplicity-0.8.15.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_6 python3_7 python3_8 )
+
+inherit distutils-r1
+
+DESCRIPTION="Secure backup system using gnupg to encrypt data"
+HOMEPAGE="https://www.nongnu.org/duplicity/;
+SRC_URI="https://code.launchpad.net/${PN}/$(ver_cut 1-2)-series/$(ver_cut 
1-3)/+download/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+IUSE="s3 test"
+
+CDEPEND="
+   net-libs/librsync
+   app-crypt/gnupg
+   dev-python/fasteners[${PYTHON_USEDEP}]
+"
+DEPEND="${CDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? (
+   app-arch/par2cmdline
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pexpect[${PYTHON_USEDEP}]
+   )
+"
+RDEPEND="${CDEPEND}
+   dev-python/paramiko[${PYTHON_USEDEP}]
+   dev-python/future[${PYTHON_USEDEP}]
+   s3? ( dev-python/boto[${PYTHON_USEDEP}] )
+"
+
+RESTRICT="test"
+
+PATCHES=(
+   "${FILESDIR}/${P}-fix-docs-cmd.patch"
+)
+
+python_test() {
+   esetup.py test
+}
+
+pkg_postinst() {
+   elog "Duplicity has many optional dependencies to support various 
backends."
+   elog "Currently it's up to you to install them as necessary."
+}

diff --git a/app-backup/duplicity/files/duplicity-0.8.15-fix-docs-cmd.patch 
b/app-backup/duplicity/files/duplicity-0.8.15-fix-docs-cmd.patch
new file mode 100644
index 000..0f8277cc7f3
--- /dev/null
+++ b/app-backup/duplicity/files/duplicity-0.8.15-fix-docs-cmd.patch
@@ -0,0 +1,29 @@
+--- duplicity-0.8.15/setup.py  2020-09-01 15:45:48.664058429 -0400
 duplicity-0.8.15/setup.py  2020-09-01 15:46:44.745709363 -0400
+@@ -93,18 +93,6 @@
+ u'bin/rdiffdir.1'
+ ]
+ ),
+-(u'share/doc/duplicity-%s' % Version,
+-[
+-u'AUTHORS',
+-u'CHANGELOG',
+-u'Changelog.GNU',
+-u'COPYING',
+-u'README',
+-u'README-LOG',
+-u'README-REPO',
+-u'README-TESTING',
+-],
+-),
+ ]
+ 
+ if not os.environ.get(u'READTHEDOCS') == u'True':
+@@ -340,7 +328,6 @@
+ ],
+ test_suite=u"testing",
+ cmdclass={
+-u"build_scripts": BuildScriptsCommand,
+ u"install": InstallCommand,
+ u"install_data": InstallDataCommand,
+ u"sdist": SdistCommand,



[gentoo-commits] repo/gentoo:master commit in: net-im/poezio/

2020-09-01 Thread Andrey Utkin
commit: 1fca18b635202b54a95350f6d74ae322d0f44c05
Author: Florian Schmaus  geekplace  eu>
AuthorDate: Mon Aug 17 15:34:23 2020 +
Commit: Andrey Utkin  gentoo  org>
CommitDate: Tue Sep  1 20:17:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fca18b6

net-im/poezio: update the live ebuild

This syncs the live ebuild with the latest poezio
ebuild (poezio-0.13.1.ebuild) which was added with
bf6491e7996 ("net-im/poezio: add ebuild for version 0.13.1").

Package-Manager: Portage-3.0.3, Repoman-2.3.23
Signed-off-by: Florian Schmaus  geekplace.eu>
Signed-off-by: Andrey Utkin  gentoo.org>

 net-im/poezio/poezio-.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-im/poezio/poezio-.ebuild b/net-im/poezio/poezio-.ebuild
index 2946371c46b..89a6ccb69f4 100644
--- a/net-im/poezio/poezio-.ebuild
+++ b/net-im/poezio/poezio-.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_6 )
+
+PYTHON_COMPAT=( python3_{7,8} )
 
 inherit distutils-r1 readme.gentoo-r1
 
@@ -23,14 +24,13 @@ RDEPEND="
dev-python/aiodns[${PYTHON_USEDEP}]
dev-python/pyasn1-modules[${PYTHON_USEDEP}]
dev-python/pyasn1[${PYTHON_USEDEP}]
-   dev-python/slixmpp[${PYTHON_USEDEP}]
+   >=dev-python/slixmpp-1.5.2[${PYTHON_USEDEP}]
 "
 
 distutils_enable_tests pytest
 
 DOC_CONTENTS="
 Install these optional runtime dependencies for additional features.
-* dev-python/potr for OTR encryption support.
 * dev-python/pyinotify for screen autoaway plugin support.
 "
 DISABLE_AUTOFORMATTING=true



[gentoo-commits] repo/gentoo:master commit in: dev-python/slixmpp/

2020-09-01 Thread Andrey Utkin
commit: d299a9d6a0b4e40b2645186d2f900d546ef55d70
Author: Florian Schmaus  geekplace  eu>
AuthorDate: Mon Jun 15 13:45:51 2020 +
Commit: Andrey Utkin  gentoo  org>
CommitDate: Tue Sep  1 20:17:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d299a9d6

dev-python/slixmpp: add ebuild for version 1.5.2

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Florian Schmaus  geekplace.eu>
Signed-off-by: Andrey Utkin  gentoo.org>

 dev-python/slixmpp/Manifest |  1 +
 dev-python/slixmpp/slixmpp-1.5.2.ebuild | 34 +
 2 files changed, 35 insertions(+)

diff --git a/dev-python/slixmpp/Manifest b/dev-python/slixmpp/Manifest
index df5a662ffbc..4ea9f8f47eb 100644
--- a/dev-python/slixmpp/Manifest
+++ b/dev-python/slixmpp/Manifest
@@ -1 +1,2 @@
 DIST slixmpp-1.4.2.tar.gz 864608 BLAKE2B 
9689b274a9c787174248c094329ea33783627a45ef39708a611013454953de4fa8799ca5a35950a3f3ed49bebf5c56f6f2bea079bcc2a3dce7d2648bfd812371
 SHA512 
3b3356352af8d7ec8cca15210c0524ce0bb5e313d8c5455bec13e82aec261f6d094a99df9f08642418a0e4abea4ee1ff607e42e1c166b9be1c26534b690c330b
+DIST slixmpp-1.5.2.tar.gz 886383 BLAKE2B 
6b5ed074ab182f449bf7d2919c241694ea4ff24567546c50a3d228af7708826fb9bfd89b4fccf8a31ae2909399b57caa752a71c187cffbe133bab13b41da814f
 SHA512 
4f377246526c03ae02ece370ba8c9fa7c26a89eca7a012a1a89b8186b6c226d72287c15a7668ca85bfc8f2200765406dbc0fa9cb0e358c3755f551df8eb0d59f

diff --git a/dev-python/slixmpp/slixmpp-1.5.2.ebuild 
b/dev-python/slixmpp/slixmpp-1.5.2.ebuild
new file mode 100644
index 000..eb42815f81e
--- /dev/null
+++ b/dev-python/slixmpp/slixmpp-1.5.2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python 3 library for XMPP"
+HOMEPAGE="https://dev.louiz.org/projects/slixmpp;
+LICENSE="MIT"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://lab.louiz.org/poezio/${PN}.git;
+   inherit git-r3
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~amd64"
+fi
+
+DEPEND="
+   net-dns/libidn
+"
+RDEPEND="
+   dev-python/aiodns[${PYTHON_USEDEP}]
+   dev-python/aiohttp[${PYTHON_USEDEP}]
+   dev-python/pyasn1-modules[${PYTHON_USEDEP}]
+   dev-python/pyasn1[${PYTHON_USEDEP}]
+   ${DEPEND}
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: net-im/poezio/

2020-09-01 Thread Andrey Utkin
commit: dca76182a8cbd36661cb2c22a645e65e2d939355
Author: Florian Schmaus  geekplace  eu>
AuthorDate: Mon Jun 15 13:47:08 2020 +
Commit: Andrey Utkin  gentoo  org>
CommitDate: Tue Sep  1 20:17:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dca76182

net-im/poezio: add ebuild for version 0.13.1

Closes: https://bugs.gentoo.org/717882
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Florian Schmaus  geekplace.eu>
Signed-off-by: Andrey Utkin  gentoo.org>

 net-im/poezio/Manifest |  1 +
 net-im/poezio/poezio-0.13.1.ebuild | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/net-im/poezio/Manifest b/net-im/poezio/Manifest
index 9187b8c3e15..8a36462d31a 100644
--- a/net-im/poezio/Manifest
+++ b/net-im/poezio/Manifest
@@ -1 +1,2 @@
 DIST poezio-0.12.tar.gz 585750 BLAKE2B 
d79cab965b39a9ea191c763e1560bedbf46e3107e1b301a651103caf8f9e63b8465925ea01ac4e2e6b747b66cf5d4be8cabd8be80a069fe4eafcf331c7daada8
 SHA512 
6249daf23c6f4c1b25a9de686abaa62076e1eac7566da0a174ae3a82e3a53b7f2a86145d20d587a7ee43c8b679d90cb381d5afbfc7860459c5a497e97af32ff4
+DIST poezio-0.13.1.tar.gz 632572 BLAKE2B 
e8d3d34c5ca8d236a5a434b4b339cab5ea7286c60db3ef5a6012d406848537b587e834b86f7b6049ee8e637a82e883b2d874134bc1f7d64106e0b0f81aab218f
 SHA512 
6c211ef0fa2fc4bd4cce6ab896166eec6bcdc16ad9e774f4d6bf261b404c9ef68b18d934097da0e165b0cce9bd7779da520ac9c3eac30ccf8280f98ef6aa19c6

diff --git a/net-im/poezio/poezio-0.13.1.ebuild 
b/net-im/poezio/poezio-0.13.1.ebuild
new file mode 100644
index 000..21339aa6804
--- /dev/null
+++ b/net-im/poezio/poezio-0.13.1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8} )
+
+inherit distutils-r1 readme.gentoo-r1
+
+DESCRIPTION="Console XMPP client that looks like most famous IRC clients"
+HOMEPAGE="https://poez.io/;
+LICENSE="ZLIB"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://lab.louiz.org/${PN}/${PN}.git;
+   inherit git-r3
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~amd64"
+fi
+
+RDEPEND="
+   dev-python/aiodns[${PYTHON_USEDEP}]
+   dev-python/pyasn1-modules[${PYTHON_USEDEP}]
+   dev-python/pyasn1[${PYTHON_USEDEP}]
+   >=dev-python/slixmpp-1.5.0[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+DOC_CONTENTS="
+Install these optional runtime dependencies for additional features.
+* dev-python/pyinotify for screen autoaway plugin support.
+"
+DISABLE_AUTOFORMATTING=true
+
+src_prepare() {
+   default
+   # Delete unmaintained plugin which requires an excessive external dep
+   rm plugins/mpd_client.py || die
+}
+
+src_install() {
+   distutils-r1_src_install
+   readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+   readme.gentoo_print_elog
+}



[gentoo-commits] repo/gentoo:master commit in: net-ftp/proftpd/

2020-09-01 Thread Sam James
commit: 3ba4406de690fee52d68b828dd8900034cfee21d
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 20:13:26 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 20:13:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ba4406d

net-ftp/proftpd: Stabilize 1.3.7a amd64, #738674

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

 net-ftp/proftpd/proftpd-1.3.7a.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/proftpd/proftpd-1.3.7a.ebuild 
b/net-ftp/proftpd/proftpd-1.3.7a.ebuild
index 83b34afc302..ec1525dece5 100644
--- a/net-ftp/proftpd/proftpd-1.3.7a.ebuild
+++ b/net-ftp/proftpd/proftpd-1.3.7a.ebuild
@@ -26,7 +26,7 @@ SRC_URI="ftp://ftp.proftpd.org/distrib/source/${P/_/}.tar.gz
 LICENSE="GPL-2"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86"
 IUSE="acl authfile ban +caps case clamav copy ctrls deflate diskuse dso 
dynmasq exec ifsession ifversion ident ipv6
kerberos ldap libressl log-forensic memcache msg mysql ncurses nls pam 
+pcre postgres qos radius
ratio readme rewrite selinux sftp shaper sitemisc snmp sodium softquota 
sqlite ssl tcpd test unique-id vroot"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libzip/

2020-09-01 Thread Sam James
commit: a32d6dd0b7671caa6b97d944c01e5317f530b55f
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 20:05:00 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 20:05:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a32d6dd0

dev-libs/libzip: Stabilize 1.7.3 amd64, #738384

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

 dev-libs/libzip/libzip-1.7.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libzip/libzip-1.7.3.ebuild 
b/dev-libs/libzip/libzip-1.7.3.ebuild
index 515c418de76..fe0d6941567 100644
--- a/dev-libs/libzip/libzip-1.7.3.ebuild
+++ b/dev-libs/libzip/libzip-1.7.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.nih.at/libzip/${P}.tar.xz;
 
 LICENSE="BSD"
 SLOT="0/5"
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86 
~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86 
~amd64-linux ~x86-linux ~x86-macos"
 IUSE="bzip2 gnutls libressl lzma mbedtls ssl static-libs test tools"
 REQUIRED_USE="test? ( tools )"
 



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip/

2020-09-01 Thread Sam James
commit: 71527e6d83f78e54f17ce41ba0dbb83277aa3837
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 20:06:52 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 20:06:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71527e6d

net-print/hplip: Stabilize 3.20.6-r1 amd64, #738548

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

 net-print/hplip/hplip-3.20.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/hplip/hplip-3.20.6-r1.ebuild 
b/net-print/hplip/hplip-3.20.6-r1.ebuild
index 00b2c50abc6..b4effba47d8 100644
--- a/net-print/hplip/hplip-3.20.6-r1.ebuild
+++ b/net-print/hplip/hplip-3.20.6-r1.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://sourceforge/hplip/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 x86"
 
 IUSE="doc fax +hpcups hpijs kde libnotify libressl -libusb0 minimal parport 
policykit qt5 scanner +snmp static-ppds X"
 



[gentoo-commits] repo/gentoo:master commit in: media-video/vlc/

2020-09-01 Thread Sam James
commit: bf7548ce77c3953fec72f12c7773804710301e03
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 20:08:46 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 20:08:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf7548ce

media-video/vlc: Stabilize 3.0.11.1 amd64, #738612

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

 media-video/vlc/vlc-3.0.11.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/vlc/vlc-3.0.11.1.ebuild 
b/media-video/vlc/vlc-3.0.11.1.ebuild
index cf9de3e48a3..14d2c16fc75 100644
--- a/media-video/vlc/vlc-3.0.11.1.ebuild
+++ b/media-video/vlc/vlc-3.0.11.1.ebuild
@@ -19,7 +19,7 @@ else
else

SRC_URI="https://download.videolan.org/pub/videolan/testing/${MY_P}/${MY_P}.tar.xz;
fi
-   KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 -sparc x86"
+   KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 -sparc x86"
 fi
 inherit autotools flag-o-matic toolchain-funcs virtualx xdg
 



[gentoo-commits] repo/gentoo:master commit in: dev-lang/nasm/

2020-09-01 Thread Sam James
commit: d9e5252241a1e6df4b28a128846d62ca8add1e05
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 20:12:02 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 20:12:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9e52522

dev-lang/nasm: Stabilize 2.15.03 amd64, #738670

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

 dev-lang/nasm/nasm-2.15.03.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/nasm/nasm-2.15.03.ebuild 
b/dev-lang/nasm/nasm-2.15.03.ebuild
index 3b6355fec01..c8a16b87337 100644
--- a/dev-lang/nasm/nasm-2.15.03.ebuild
+++ b/dev-lang/nasm/nasm-2.15.03.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.nasm.us/pub/nasm/releasebuilds/${PV/_}/${P/_}.tar.xz;
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 ~ia64 ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="doc"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: media-tv/kodi/

2020-09-01 Thread Craig Andrews
commit: 85a026cc56d91933fe75c7f507f7a6190d8015aa
Author: Craig Andrews  gentoo  org>
AuthorDate: Tue Sep  1 19:22:23 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Tue Sep  1 19:22:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85a026cc

media-tv/kodi: Re-add 18.8

Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Craig Andrews  gentoo.org>

 media-tv/kodi/Manifest |   1 +
 media-tv/kodi/kodi-18.8.ebuild | 319 +
 2 files changed, 320 insertions(+)

diff --git a/media-tv/kodi/Manifest b/media-tv/kodi/Manifest
index bcf8587bbc1..7cb3c827c14 100644
--- a/media-tv/kodi/Manifest
+++ b/media-tv/kodi/Manifest
@@ -2,6 +2,7 @@ DIST ffmpeg-kodi-4.0.4-Leia-18.4.tar.gz 12430413 BLAKE2B 
6de6fde2c16264f851466b4
 DIST ffmpeg-kodi-4.3-Matrix-Alpha1.tar.gz 13478011 BLAKE2B 
6219293fba86981c34c22b1a91c6dce0c298d523ecafe2e0ddce8b1ec4213d4f8f65610e4555a124a582d7fa8e858d0ad6921015fa4e639d64a02e955f7faf46
 SHA512 
23220650b550fe2008c38c955e10baf55e1ceaac780cf170db5349b156ac399ff3eda39509773f0c973c50083e75823b1da8e92b3751c04bb06a7f5687bef850
 DIST kodi-18-libmicrohttpd-0.9.71.patch 84981 BLAKE2B 
e07c7df63bdfbaf9dfc5d0989adf96eb663a8c99ea11c42dfc585d8b91343a3445e9bc2f1797e845b0895e79568526e8e594a76e8cb3d7b591153a0ad45ce807
 SHA512 
286a1466174d847eac460b2a7a1b66b082148f2a3e91c4f5f881b909a59b8fdb2037eda074bd3c6e5dbe6a65dc2bef9f1d6746d7db2cb78d285c4b7750c366c2
 DIST kodi-18.7.tar.gz 51051040 BLAKE2B 
7ff04cd0ddcf74e46eef4318cf870662b9e076b362322958a6b8019d49134e37981f7ca21b5806e38b942adc4c29ea2b25a19f46e5da3d469613cf19a29f4e8c
 SHA512 
7e5678f5e23e8af929056a49b0ce0b992a1f53a1fe970a149610c5a24adb591085bb06cc405e8bdc6040eef853d23e99df660d7006fc1ea4e79afd3a697875c5
+DIST kodi-18.8.tar.gz 51052219 BLAKE2B 
6e49b08b5e2bfe778dafb687658e82b90226a9f1c1a7827a4290d601fe4c98e5cbaabaa39563c19a2956b83ce3a76640f081a56a41dfea4d65fb8b503c6f37b0
 SHA512 
242eaa9144ba0d9b15f02ab41282295de76d375cf66d595e7f6687d47c996133fcf5647448dcd06759df9f30bd86cdba239720b9bdd8b57827b6f261c08c4aaa
 DIST kodi-19.0_alpha1_p20200830.tar.gz 51683611 BLAKE2B 
8957e76bc0558d5ba8efb4c9884021b644376a8fe56d1d23086485d596d5f91ccf110bdbe2fdb9fd650da03eed5558fb55dd017ef1550b2b676b2baeae13c554
 SHA512 
4a9c407b2a0384297083bbfa279dda07fd70489e2da45542182a8faf9f1fbe92fb17f6aa9b8b14f8e95d7e00b5edd732587667649d91ff89b2ff43f3da95b32f
 DIST libdvdcss-1.4.2-Leia-Beta-5.tar.gz 101068 BLAKE2B 
283aa2cec0a2200d3569bc280cb9659e9224a6b3a77db8a35b269cd8caf1337ac9d8b92b806df66f63ef7458a46bd6261f0b8b14678b10e26644a79dcbeea5da
 SHA512 
5185dbdbeb1bd13ea9d8723f1f4ab599d6f3102f5ba1096cd085aa1cda252c045f327c719227bba8e1b742352ade5e335106c8d0c1637a5a6b93ce661620dd7e
 DIST libdvdnav-6.0.0-Leia-Alpha-3.tar.gz 137942 BLAKE2B 
7573434a0ae8e8ccabf48173f81fcde29074eb138e119a2ae9156cde3c3d8bfd716f5d0e605b97f2dcac21f570781137c8533c5ae306b51e3905822fda318355
 SHA512 
11c93eaacd156f8fd7dec7c43d366438b201f31ad55b2870463a9e286912b6ada08882319a021fb7992190f87b909a49f2b83e0321cc17aedc29f7fe5898fa72

diff --git a/media-tv/kodi/kodi-18.8.ebuild b/media-tv/kodi/kodi-18.8.ebuild
new file mode 100644
index 000..4311cb82d79
--- /dev/null
+++ b/media-tv/kodi/kodi-18.8.ebuild
@@ -0,0 +1,319 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_REQ_USE="libressl?,sqlite,ssl"
+LIBDVDCSS_VERSION="1.4.2-Leia-Beta-5"
+LIBDVDREAD_VERSION="6.0.0-Leia-Alpha-3"
+LIBDVDNAV_VERSION="6.0.0-Leia-Alpha-3"
+FFMPEG_VERSION="4.0.4"
+CODENAME="Leia"
+FFMPEG_KODI_VERSION="18.4"
+SRC_URI="https://github.com/xbmc/libdvdcss/archive/${LIBDVDCSS_VERSION}.tar.gz 
-> libdvdcss-${LIBDVDCSS_VERSION}.tar.gz
+   https://github.com/xbmc/libdvdread/archive/${LIBDVDREAD_VERSION}.tar.gz 
-> libdvdread-${LIBDVDREAD_VERSION}.tar.gz
+   https://github.com/xbmc/libdvdnav/archive/${LIBDVDNAV_VERSION}.tar.gz 
-> libdvdnav-${LIBDVDNAV_VERSION}.tar.gz
+   !system-ffmpeg? ( 
https://github.com/xbmc/FFmpeg/archive/${FFMPEG_VERSION}-${CODENAME}-${FFMPEG_KODI_VERSION}.tar.gz
 -> ffmpeg-${PN}-${FFMPEG_VERSION}-${CODENAME}-${FFMPEG_KODI_VERSION}.tar.gz )
+   https://dev.gentoo.org/~candrews/kodi-18-libmicrohttpd-0.9.71.patch;
+
+if [[ ${PV} == * ]] ; then
+   PYTHON_COMPAT=( python2_7 python3_{6,7} )
+   EGIT_REPO_URI="https://github.com/xbmc/xbmc.git;
+   inherit git-r3
+else
+   PYTHON_COMPAT=( python2_7 )
+   MY_PV=${PV/_p/_r}
+   MY_PV=${MY_PV/_alpha/a}
+   MY_PV=${MY_PV/_beta/b}
+   MY_PV=${MY_PV/_rc/rc}
+   MY_P="${PN}-${MY_PV}"
+   SRC_URI+=" 
https://github.com/xbmc/xbmc/archive/${MY_PV}-${CODENAME}.tar.gz -> 
${MY_P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   S=${WORKDIR}/xbmc-${MY_PV}-${CODENAME}
+fi
+
+inherit autotools cmake desktop linux-info pax-utils python-single-r1 xdg
+
+DESCRIPTION="A free and open source media-player and entertainment hub"
+HOMEPAGE="https://kodi.tv/ 

[gentoo-commits] repo/gentoo:master commit in: net-misc/openssh/files/

2020-09-01 Thread Mike Gilbert
commit: e20c78340c592e113992835563671e9a786c21f5
Author: Alec Moskvin  gmx  com>
AuthorDate: Sat Aug 29 12:27:39 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Sep  1 19:21:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e20c7834

net-misc/openssh: fix sshd@.service

Closes: https://bugs.gentoo.org/739492
Signed-off-by: Alec Moskvin  gmx.com>
Signed-off-by: Mike Gilbert  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/17313

 net-misc/openssh/files/sshd_at.service | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/openssh/files/sshd_at.service 
b/net-misc/openssh/files/sshd_at.service
index 2645ad047cc..ec2907b3b1a 100644
--- a/net-misc/openssh/files/sshd_at.service
+++ b/net-misc/openssh/files/sshd_at.service
@@ -5,4 +5,4 @@ After=syslog.target auditd.service
 [Service]
 ExecStart=-/usr/sbin/sshd -i -e
 StandardInput=socket
-StandardError=syslog
+StandardError=journal



[gentoo-commits] repo/gentoo:master commit in: media-tv/kodi/, media-tv/kodi/files/

2020-09-01 Thread Craig Andrews
commit: c21fa21f38c9600fd6c8aaf216e411ef4dfe843f
Author: Craig Andrews  gentoo  org>
AuthorDate: Tue Sep  1 18:58:12 2020 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Tue Sep  1 18:58:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c21fa21f

media-tv/kodi: Cleanup old versions

Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Craig Andrews  gentoo.org>

 media-tv/kodi/Manifest |   3 -
 ...19.0_alpha1-conditional-TestHTTPDirectory.patch |  31 --
 media-tv/kodi/kodi-18.7.1.ebuild   | 324 
 media-tv/kodi/kodi-18.8.ebuild | 319 
 media-tv/kodi/kodi-19.0_alpha1-r1.ebuild   | 325 -
 5 files changed, 1002 deletions(-)

diff --git a/media-tv/kodi/Manifest b/media-tv/kodi/Manifest
index 9488cd70cea..bcf8587bbc1 100644
--- a/media-tv/kodi/Manifest
+++ b/media-tv/kodi/Manifest
@@ -1,11 +1,8 @@
 DIST ffmpeg-kodi-4.0.4-Leia-18.4.tar.gz 12430413 BLAKE2B 
6de6fde2c16264f851466b46f87c23c34e7d503203f69d47342d46034f153860190d196da51221f866315405c8a33325b216028256ee5d5e293336afae99
 SHA512 
c6dd75dbff7119adeeda246cfb640b5e8d3b4c242ef83e5ba070207b60f0c715c3fe3cb328d87687b70a133f122a03aba990f0e95f3aac7d5dbcee25bec59078
 DIST ffmpeg-kodi-4.3-Matrix-Alpha1.tar.gz 13478011 BLAKE2B 
6219293fba86981c34c22b1a91c6dce0c298d523ecafe2e0ddce8b1ec4213d4f8f65610e4555a124a582d7fa8e858d0ad6921015fa4e639d64a02e955f7faf46
 SHA512 
23220650b550fe2008c38c955e10baf55e1ceaac780cf170db5349b156ac399ff3eda39509773f0c973c50083e75823b1da8e92b3751c04bb06a7f5687bef850
 DIST kodi-18-libmicrohttpd-0.9.71.patch 84981 BLAKE2B 
e07c7df63bdfbaf9dfc5d0989adf96eb663a8c99ea11c42dfc585d8b91343a3445e9bc2f1797e845b0895e79568526e8e594a76e8cb3d7b591153a0ad45ce807
 SHA512 
286a1466174d847eac460b2a7a1b66b082148f2a3e91c4f5f881b909a59b8fdb2037eda074bd3c6e5dbe6a65dc2bef9f1d6746d7db2cb78d285c4b7750c366c2
-DIST kodi-18.7.1.tar.gz 51052174 BLAKE2B 
8e341d1b047cf170e845c775427f9fa54dabe2a9ad56afa80e90e0b6b508f2606907c813decdbdcc75b742ae1a600cc4d1bb40021bc6624a234f1aeb9946
 SHA512 
db44c2d3c998af37948ccd042932545c9d781b622dba85ec11b7dd97ec0be80f03d2687249a9483d1b2a7178179bf5a003f8d0f4c0e55c9f2a41f67a27a19e0f
 DIST kodi-18.7.tar.gz 51051040 BLAKE2B 
7ff04cd0ddcf74e46eef4318cf870662b9e076b362322958a6b8019d49134e37981f7ca21b5806e38b942adc4c29ea2b25a19f46e5da3d469613cf19a29f4e8c
 SHA512 
7e5678f5e23e8af929056a49b0ce0b992a1f53a1fe970a149610c5a24adb591085bb06cc405e8bdc6040eef853d23e99df660d7006fc1ea4e79afd3a697875c5
-DIST kodi-18.8.tar.gz 51052219 BLAKE2B 
6e49b08b5e2bfe778dafb687658e82b90226a9f1c1a7827a4290d601fe4c98e5cbaabaa39563c19a2956b83ce3a76640f081a56a41dfea4d65fb8b503c6f37b0
 SHA512 
242eaa9144ba0d9b15f02ab41282295de76d375cf66d595e7f6687d47c996133fcf5647448dcd06759df9f30bd86cdba239720b9bdd8b57827b6f261c08c4aaa
 DIST kodi-19.0_alpha1_p20200830.tar.gz 51683611 BLAKE2B 
8957e76bc0558d5ba8efb4c9884021b644376a8fe56d1d23086485d596d5f91ccf110bdbe2fdb9fd650da03eed5558fb55dd017ef1550b2b676b2baeae13c554
 SHA512 
4a9c407b2a0384297083bbfa279dda07fd70489e2da45542182a8faf9f1fbe92fb17f6aa9b8b14f8e95d7e00b5edd732587667649d91ff89b2ff43f3da95b32f
-DIST kodi-19.0a1.tar.gz 51653713 BLAKE2B 
7fb9e4e2a98f1ae77b8889c66f10d938d7aa63f1c77858a3b75d61e12eaf896472e05a13d0f4f0f953978349366e58190a86003bead481e915cddaec7c865b41
 SHA512 
52fb4b851a394b52fd50b99e13d4ed19cc7c069df52d29e1816faee4dfebde73501582a733d7d5112ad9ff20a7b7df5a8c26dfa29e886160ff8e06b5bedab4fc
 DIST libdvdcss-1.4.2-Leia-Beta-5.tar.gz 101068 BLAKE2B 
283aa2cec0a2200d3569bc280cb9659e9224a6b3a77db8a35b269cd8caf1337ac9d8b92b806df66f63ef7458a46bd6261f0b8b14678b10e26644a79dcbeea5da
 SHA512 
5185dbdbeb1bd13ea9d8723f1f4ab599d6f3102f5ba1096cd085aa1cda252c045f327c719227bba8e1b742352ade5e335106c8d0c1637a5a6b93ce661620dd7e
 DIST libdvdnav-6.0.0-Leia-Alpha-3.tar.gz 137942 BLAKE2B 
7573434a0ae8e8ccabf48173f81fcde29074eb138e119a2ae9156cde3c3d8bfd716f5d0e605b97f2dcac21f570781137c8533c5ae306b51e3905822fda318355
 SHA512 
11c93eaacd156f8fd7dec7c43d366438b201f31ad55b2870463a9e286912b6ada08882319a021fb7992190f87b909a49f2b83e0321cc17aedc29f7fe5898fa72
 DIST libdvdread-6.0.0-Leia-Alpha-3.tar.gz 130649 BLAKE2B 
0c206acdaf0776841ab792c74e023af07d9539eb72e03ae164382a31ed950f60e5e15f1d055979d28f1398924471b294d11f064b11b8373353b3962a3777ff3c
 SHA512 
b3419ba0a1a2dd70f1bb6236afdfe1c6e88c9ad4264198b289e3bba9375e077cecf7f89848c7b09debaa445327f3507101f3d157e692f7a7163b2bb52643e1e7

diff --git 
a/media-tv/kodi/files/kodi-19.0_alpha1-conditional-TestHTTPDirectory.patch 
b/media-tv/kodi/files/kodi-19.0_alpha1-conditional-TestHTTPDirectory.patch
deleted file mode 100644
index 096a4032628..000
--- a/media-tv/kodi/files/kodi-19.0_alpha1-conditional-TestHTTPDirectory.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 3be79a564343886ade7e88f447944fd4b5452959 Mon Sep 17 00:00:00 2001
-From: Craig Andrews 
-Date: Fri, 31 Jul 2020 14:56:21 -0400
-Subject: [PATCH] [test] 

[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-audioencoder-flac/

2020-09-01 Thread Sam James
commit: 5074ad7702ed76ca65c443ac7b7ffce633e5ebdf
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 18:51:29 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 18:51:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5074ad77

media-plugins/kodi-audioencoder-flac: Keyword 3.0.0 arm, #734070

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

 .../kodi-audioencoder-flac/kodi-audioencoder-flac-3.0.0.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/kodi-audioencoder-flac/kodi-audioencoder-flac-3.0.0.ebuild 
b/media-plugins/kodi-audioencoder-flac/kodi-audioencoder-flac-3.0.0.ebuild
index 1805268da5f..0cb6c3a4f68 100644
--- a/media-plugins/kodi-audioencoder-flac/kodi-audioencoder-flac-3.0.0.ebuild
+++ b/media-plugins/kodi-audioencoder-flac/kodi-audioencoder-flac-3.0.0.ebuild
@@ -17,7 +17,7 @@ case ${PV} in
DEPEND="~media-tv/kodi-"
;;
 *)
-   KEYWORDS="~amd64 ~arm64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
CODENAME="Matrix"

SRC_URI="https://github.com/xbmc/audioencoder.flac/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
S="${WORKDIR}/audioencoder.flac-${PV}-${CODENAME}"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-audioencoder-lame/

2020-09-01 Thread Sam James
commit: 09477d899ab88a4915efc63b73ce2b4cad9189e4
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 18:51:30 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 18:51:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09477d89

media-plugins/kodi-audioencoder-lame: Keyword 3.0.1 arm, #734070

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

 .../kodi-audioencoder-lame/kodi-audioencoder-lame-3.0.1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/kodi-audioencoder-lame/kodi-audioencoder-lame-3.0.1.ebuild 
b/media-plugins/kodi-audioencoder-lame/kodi-audioencoder-lame-3.0.1.ebuild
index eb739b70b7c..61b1678797f 100644
--- a/media-plugins/kodi-audioencoder-lame/kodi-audioencoder-lame-3.0.1.ebuild
+++ b/media-plugins/kodi-audioencoder-lame/kodi-audioencoder-lame-3.0.1.ebuild
@@ -17,7 +17,7 @@ case ${PV} in
DEPEND="~media-tv/kodi-"
;;
 *)
-   KEYWORDS="~amd64 ~arm64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
CODENAME="Matrix"

SRC_URI="https://github.com/xbmc/audioencoder.lame/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
S="${WORKDIR}/audioencoder.lame-${PV}-${CODENAME}"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-audioencoder-vorbis/

2020-09-01 Thread Sam James
commit: 04f485aeeb19374455aade3182815f3bca80a5bb
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 18:51:31 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 18:51:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04f485ae

media-plugins/kodi-audioencoder-vorbis: Keyword 3.0.1 arm, #734070

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

 .../kodi-audioencoder-vorbis/kodi-audioencoder-vorbis-3.0.1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/kodi-audioencoder-vorbis/kodi-audioencoder-vorbis-3.0.1.ebuild 
b/media-plugins/kodi-audioencoder-vorbis/kodi-audioencoder-vorbis-3.0.1.ebuild
index 7c1fae6a227..dc5d1ea7059 100644
--- 
a/media-plugins/kodi-audioencoder-vorbis/kodi-audioencoder-vorbis-3.0.1.ebuild
+++ 
b/media-plugins/kodi-audioencoder-vorbis/kodi-audioencoder-vorbis-3.0.1.ebuild
@@ -17,7 +17,7 @@ case ${PV} in
DEPEND="~media-tv/kodi-"
;;
 *)
-   KEYWORDS="~amd64 ~arm64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
CODENAME="Matrix"

SRC_URI="https://github.com/xbmc/audioencoder.vorbis/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
S="${WORKDIR}/audioencoder.vorbis-${PV}-${CODENAME}"



[gentoo-commits] repo/gentoo:master commit in: eclass/

2020-09-01 Thread Andreas Sturmlechner
commit: dada5665f09d43aafd01133a1fc616cace7b7722
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug 28 18:12:00 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Sep  1 18:50:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dada5665

kde.org.eclass: Fix invent.kde.org EGIT_REPO_URI

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

 eclass/kde.org.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/kde.org.eclass b/eclass/kde.org.eclass
index 37a631499e1..d099b128918 100644
--- a/eclass/kde.org.eclass
+++ b/eclass/kde.org.eclass
@@ -192,7 +192,7 @@ _kde.org_calculate_live_repo() {
# @DESCRIPTION:
# This variable allows overriding of default repository
# name. Specify only if this differs from PN and KDE_ORG_NAME.
-   EGIT_REPO_URI="${EGIT_MIRROR}/${EGIT_REPONAME:=$KDE_ORG_NAME}"
+   EGIT_REPO_URI="${EGIT_MIRROR}/${EGIT_REPONAME:=$KDE_ORG_NAME}.git"
 }
 
 case ${KDE_BUILD_TYPE} in



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgamin/

2020-09-01 Thread Sam James
commit: c17f15889c621e61049042b43257ab609867b1f1
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 18:23:31 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 18:51:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c17f1588

dev-libs/libgamin: Stabilize 0.1.10-r6 arm, #735290

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

 dev-libs/libgamin/libgamin-0.1.10-r6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libgamin/libgamin-0.1.10-r6.ebuild 
b/dev-libs/libgamin/libgamin-0.1.10-r6.ebuild
index f9fc0b7003f..bbdc72ec8d7 100644
--- a/dev-libs/libgamin/libgamin-0.1.10-r6.ebuild
+++ b/dev-libs/libgamin/libgamin-0.1.10-r6.ebuild
@@ -17,7 +17,7 @@ SRC_URI="${SRC_URI}
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="debug kernel_linux static-libs"
 
 RESTRICT="test" # needs gam-server



[gentoo-commits] repo/gentoo:master commit in: eclass/

2020-09-01 Thread Andreas Sturmlechner
commit: ba0067d9fd8c099bb16bb3c771f37be8fd323f31
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Aug 30 17:13:07 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Sep  1 18:50:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba0067d9

cmake.eclass: cmake_comment_add_subdirectory: line length reduction

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

 eclass/cmake.eclass | 17 +
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/eclass/cmake.eclass b/eclass/cmake.eclass
index 5ea1bd125c7..5505fd21ac0 100644
--- a/eclass/cmake.eclass
+++ b/eclass/cmake.eclass
@@ -169,16 +169,17 @@ cmake_run_in() {
 # Comment out one or more add_subdirectory calls in CMakeLists.txt in the 
current directory
 cmake_comment_add_subdirectory() {
if [[ -z ${1} ]]; then
-   die "comment_add_subdirectory must be passed at least one 
directory name to comment"
+   die "${FUNCNAME[0]} must be passed at least one directory name 
to comment"
fi
 
-   if [[ -e "CMakeLists.txt" ]]; then
-   local d
-   for d in $@; do
-   sed -e 
"/add_subdirectory[[:space:]]*([[:space:]]*${d//\//\\/}[[:space:]]*)/I 
s/^/#DONOTCOMPILE /" \
-   -i CMakeLists.txt || die "failed to comment 
add_subdirectory(${d})"
-   done
-   fi
+   [[ -e "CMakeLists.txt" ]] || return
+
+   local d
+   for d in $@; do
+   d=${d//\//\\/}
+   sed -e 
"/add_subdirectory[[:space:]]*([[:space:]]*${d}[[:space:]]*)/I 
s/^/#DONOTCOMPILE /" \
+   -i CMakeLists.txt || die "failed to comment 
add_subdirectory(${d})"
+   done
 }
 
 # @FUNCTION: comment_add_subdirectory



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libgamin/

2020-09-01 Thread Sam James
commit: 5b678021806f3d4fc7832d74dff408ff4396142a
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 18:22:52 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 18:50:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b678021

dev-libs/libgamin: Stabilize 0.1.10-r6 arm64, #735290

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

 dev-libs/libgamin/libgamin-0.1.10-r6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libgamin/libgamin-0.1.10-r6.ebuild 
b/dev-libs/libgamin/libgamin-0.1.10-r6.ebuild
index 6e6090b368c..f9fc0b7003f 100644
--- a/dev-libs/libgamin/libgamin-0.1.10-r6.ebuild
+++ b/dev-libs/libgamin/libgamin-0.1.10-r6.ebuild
@@ -17,7 +17,7 @@ SRC_URI="${SRC_URI}
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="debug kernel_linux static-libs"
 
 RESTRICT="test" # needs gam-server



  1   2   3   >