[gentoo-commits] repo/gentoo:master commit in: dev-ruby/unf_ext/

2021-09-14 Thread Hans de Graaff
commit: 6c4234c55611330abe5c2c6917734fdebddbe8c2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Sep 15 05:45:54 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Sep 15 05:45:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c4234c5

dev-ruby/unf_ext: add 0.0.8

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

 dev-ruby/unf_ext/Manifest |  1 +
 dev-ruby/unf_ext/unf_ext-0.0.8.ebuild | 37 +++
 2 files changed, 38 insertions(+)

diff --git a/dev-ruby/unf_ext/Manifest b/dev-ruby/unf_ext/Manifest
index 37f54a55549..fca7ab57862 100644
--- a/dev-ruby/unf_ext/Manifest
+++ b/dev-ruby/unf_ext/Manifest
@@ -1 +1,2 @@
 DIST unf_ext-0.0.7.7.gem 399360 BLAKE2B 
040800c9598fb544d434e8d3336a7aa8aac2440a3386a520220252aa970c715462fcf242985527b23618dabb291db346d23afd02282f735df1fdb657e021be9d
 SHA512 
7dc75f071be4d4f3cd44f64a26c5f63f01494f79f3585eea3b307c3e8133b17b1007c4b36915f7254e516ae7a62268be8f3e4b250dcec7a9a083b5a66582887d
+DIST unf_ext-0.0.8.gem 399360 BLAKE2B 
f364808e7e1cbbe27ba1447ec45f5fdaed37d2579cc2a08c6bccd06c23135421949479f5a96ee6f27336bb28bc68509ed931d30a338d7f6079533799b5c8d0e4
 SHA512 
f0c1e7273aa1b74c81a8b6f108171cbee5479c3f5c256ea3eba3797cf2f5db0c346a33a524fa40bcdea02a75be60fcd470f0a17231cb7b103d28763dd0f8b56f

diff --git a/dev-ruby/unf_ext/unf_ext-0.0.8.ebuild 
b/dev-ruby/unf_ext/unf_ext-0.0.8.ebuild
new file mode 100644
index 000..b1706a090d8
--- /dev/null
+++ b/dev-ruby/unf_ext/unf_ext-0.0.8.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_EXTENSIONS=(ext/unf_ext/extconf.rb)
+
+inherit ruby-fakegem multilib
+
+DESCRIPTION="Unicode Normalization Form support library for CRuby"
+HOMEPAGE="https://github.com/knu/ruby-unf_ext;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+IUSE="doc test"
+
+ruby_add_bdepend "
+   test? (
+   >=dev-ruby/test-unit-2.5.1-r1
+   )"
+
+all_ruby_prepare() {
+   sed -i -e '/bundler/,/end/ s:^:#:' Rakefile test/helper.rb || die
+}
+
+each_ruby_test() {
+   ruby-ng_testrb-2 test/test_*.rb
+}



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/pytest-toolbox/

2021-09-14 Thread Arthur Zamarin
commit: 8526b59decf7895bf623e3e6e639179ccc612cc4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Sep 15 05:41:23 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Sep 15 05:41:59 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8526b59d

dev-python/pytest-toolbox: treeclean (imported to ::gentoo)

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

 dev-python/pytest-toolbox/Manifest |  1 -
 dev-python/pytest-toolbox/metadata.xml | 10 --
 .../pytest-toolbox/pytest-toolbox-0.4.ebuild   | 39 --
 3 files changed, 50 deletions(-)

diff --git a/dev-python/pytest-toolbox/Manifest 
b/dev-python/pytest-toolbox/Manifest
deleted file mode 100644
index 2bb1bbe60..0
--- a/dev-python/pytest-toolbox/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pytest-toolbox-0.4.tar.gz 8594 BLAKE2B 
fb1f19513e9e4b191c3eb995cc5e9445bc9f19affef87350d925c5465210c4de945b91120f86664c1dcf02a638595a7725cf88e3244e377ae77558c70d65643a
 SHA512 
ed27700ff77cd607be808142cc310cd2b7461e55b3f8352d304ef8ca6c5e6c060c67a63238a1025407868ab8e229c4a16eaaa56aa75000159762001accb67752

diff --git a/dev-python/pytest-toolbox/metadata.xml 
b/dev-python/pytest-toolbox/metadata.xml
deleted file mode 100644
index 9b624d795..0
--- a/dev-python/pytest-toolbox/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-   
-   
-   samuelcolvin/pytest-toolbox
-   pytest-toolbox
-   
-

diff --git a/dev-python/pytest-toolbox/pytest-toolbox-0.4.ebuild 
b/dev-python/pytest-toolbox/pytest-toolbox-0.4.ebuild
deleted file mode 100644
index e5ea6f550..0
--- a/dev-python/pytest-toolbox/pytest-toolbox-0.4.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# 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="Numerous useful plugins for pytest"
-HOMEPAGE="https://github.com/samuelcolvin/pytest-toolbox;
-SRC_URI="https://github.com/samuelcolvin/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-
-distutils_enable_tests pytest
-
-DEPEND="test? (
-   dev-python/pydantic[${PYTHON_USEDEP}]
-   dev-python/pytest-mock[${PYTHON_USEDEP}]
-)"
-
-RDEPEND="
-   >=dev-python/pytest-3.5.0[${PYTHON_USEDEP}]
-   <=dev-python/pytest-5[${PYTHON_USEDEP}]
-"
-
-python_prepare_all() {
-   # pytest.warning_types.PytestAssertRewriteWarning: asserting the value 
None, please use "assert is None"
-   sed -i -e 's:test_is_uuid_false:_&:' \
-   -e 's:test_any_int_false:_&:' \
-   tests/test_comparison.py || die
-
-   distutils-r1_python_prepare_all
-}



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/pytest-sugar/

2021-09-14 Thread Arthur Zamarin
commit: 535516f4a9b0312aab317ce06fefb81c2527d177
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Sep 15 05:41:38 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Sep 15 05:42:08 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=535516f4

dev-python/pytest-sugar: treeclean (imported to ::gentoo)

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

 dev-python/pytest-sugar/Manifest  |  1 -
 dev-python/pytest-sugar/metadata.xml  | 20 --
 dev-python/pytest-sugar/pytest-sugar-0.9.4.ebuild | 32 ---
 3 files changed, 53 deletions(-)

diff --git a/dev-python/pytest-sugar/Manifest b/dev-python/pytest-sugar/Manifest
deleted file mode 100644
index 69354e873..0
--- a/dev-python/pytest-sugar/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pytest-sugar-0.9.4.tar.gz 12727 BLAKE2B 
898692fc4083871d707fad44c7dd0c1298c28c190d705ef4525d4ba68d77bd37bb2634e43795ea553041317dc2f014d9be8ef52cfe40383ee75af36e5780cb98
 SHA512 
bbe375f0ae934d132457d698c9e09994a9a96a31860397f1b5e50b32139e5018f0137ddc0d3dd84bec29fc2b4c16592f59a38933c53fb8acec714c64689c4c76

diff --git a/dev-python/pytest-sugar/metadata.xml 
b/dev-python/pytest-sugar/metadata.xml
deleted file mode 100644
index 6da8f3513..0
--- a/dev-python/pytest-sugar/metadata.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-co-maintainers welcome
-lssndrbarbi...@gmail.com
-Alessandro Barbieri
-  
-  
-pytest-sugar changes the look and feel of pytest, Python testing tool, by 
adding a progressbar and instafailing tests
-  
-  
-Teemu/pytest-sugar
-pytest-sugar
-
-  janne.vanh...@gmail.com
-  Janne Vanhala
-
-  
-

diff --git a/dev-python/pytest-sugar/pytest-sugar-0.9.4.ebuild 
b/dev-python/pytest-sugar/pytest-sugar-0.9.4.ebuild
deleted file mode 100644
index 02e296b52..0
--- a/dev-python/pytest-sugar/pytest-sugar-0.9.4.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
-
-DISTUTILS_USE_SETUPTOOLS=bdepend
-
-inherit distutils-r1
-
-DESCRIPTION="Plugin for pytest that changes the default look and feel of 
pytest"
-HOMEPAGE="
-   https://pivotfinland.com/pytest-sugar
-   https://github.com/Teemu/pytest-sugar
-   https://pypi.org/project/pytest-sugar
-"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   >=dev-python/packaging-14.1[${PYTHON_USEDEP}]
-   dev-python/pytest[${PYTHON_USEDEP}]
-   >=dev-python/pytest-xdist-1.14[${PYTHON_USEDEP}]
-   >=dev-python/termcolor-1.1.0[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-
-distutils_enable_tests --install pytest



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

2021-09-14 Thread Arthur Zamarin
commit: 2ea155fd979e0b6a2209abba23c7289a132e9043
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Aug 14 07:23:24 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Sep 15 05:12:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ea155fd

dev-python/pytest-toolbox: initial import

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

 dev-python/pytest-toolbox/Manifest |  1 +
 dev-python/pytest-toolbox/metadata.xml | 12 +
 .../pytest-toolbox/pytest-toolbox-0.4.ebuild   | 31 ++
 3 files changed, 44 insertions(+)

diff --git a/dev-python/pytest-toolbox/Manifest 
b/dev-python/pytest-toolbox/Manifest
new file mode 100644
index 000..d3d4b309cf7
--- /dev/null
+++ b/dev-python/pytest-toolbox/Manifest
@@ -0,0 +1 @@
+DIST pytest-toolbox-0.4.gh.tar.gz 8594 BLAKE2B 
fb1f19513e9e4b191c3eb995cc5e9445bc9f19affef87350d925c5465210c4de945b91120f86664c1dcf02a638595a7725cf88e3244e377ae77558c70d65643a
 SHA512 
ed27700ff77cd607be808142cc310cd2b7461e55b3f8352d304ef8ca6c5e6c060c67a63238a1025407868ab8e229c4a16eaaa56aa75000159762001accb67752

diff --git a/dev-python/pytest-toolbox/metadata.xml 
b/dev-python/pytest-toolbox/metadata.xml
new file mode 100644
index 000..0b43cf3a3e2
--- /dev/null
+++ b/dev-python/pytest-toolbox/metadata.xml
@@ -0,0 +1,12 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   arthur...@gentoo.org
+   Arthur Zamarin
+   
+   
+   pytest-toolbox
+   samuelcolvin/pytest-toolbox
+   
+

diff --git a/dev-python/pytest-toolbox/pytest-toolbox-0.4.ebuild 
b/dev-python/pytest-toolbox/pytest-toolbox-0.4.ebuild
new file mode 100644
index 000..5bfb4ec
--- /dev/null
+++ b/dev-python/pytest-toolbox/pytest-toolbox-0.4.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Numerous useful plugins for pytest"
+HOMEPAGE="https://pypi.org/project/pytest-toolbox/ 
https://github.com/samuelcolvin/pytest-toolbox/;
+SRC_URI="
+   https://github.com/samuelcolvin/pytest-toolbox/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="
+   test? (
+   dev-python/pydantic[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -e '/addopts/d' -i setup.cfg || die
+   distutils-r1_src_prepare
+}



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

2021-09-14 Thread Arthur Zamarin
commit: 55752d04af0e514d9dd0416ea6e2bb6df1708ebf
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Sep 15 05:08:38 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Sep 15 05:12:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55752d04

dev-python/pytest-sugar: initial import

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

 dev-python/pytest-sugar/Manifest  |  1 +
 dev-python/pytest-sugar/metadata.xml  | 13 ++
 dev-python/pytest-sugar/pytest-sugar-0.9.4.ebuild | 29 +++
 3 files changed, 43 insertions(+)

diff --git a/dev-python/pytest-sugar/Manifest b/dev-python/pytest-sugar/Manifest
new file mode 100644
index 000..69354e873cf
--- /dev/null
+++ b/dev-python/pytest-sugar/Manifest
@@ -0,0 +1 @@
+DIST pytest-sugar-0.9.4.tar.gz 12727 BLAKE2B 
898692fc4083871d707fad44c7dd0c1298c28c190d705ef4525d4ba68d77bd37bb2634e43795ea553041317dc2f014d9be8ef52cfe40383ee75af36e5780cb98
 SHA512 
bbe375f0ae934d132457d698c9e09994a9a96a31860397f1b5e50b32139e5018f0137ddc0d3dd84bec29fc2b4c16592f59a38933c53fb8acec714c64689c4c76

diff --git a/dev-python/pytest-sugar/metadata.xml 
b/dev-python/pytest-sugar/metadata.xml
new file mode 100644
index 000..03f2581dac2
--- /dev/null
+++ b/dev-python/pytest-sugar/metadata.xml
@@ -0,0 +1,13 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   arthur...@gentoo.org
+   Arthur Zamarin
+   
+   
+   
+   Teemu/pytest-sugar
+   pytest-sugar
+   
+

diff --git a/dev-python/pytest-sugar/pytest-sugar-0.9.4.ebuild 
b/dev-python/pytest-sugar/pytest-sugar-0.9.4.ebuild
new file mode 100644
index 000..8c9c3ebc520
--- /dev/null
+++ b/dev-python/pytest-sugar/pytest-sugar-0.9.4.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="py.test plugin that changes the default look and feel of py.test"
+HOMEPAGE="https://github.com/Teemu/pytest-sugar 
https://pypi.org/project/pytest-sugar/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/termcolor[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2021-09-14 Thread Sam James
commit: b7453ddbf02b48a506ea857e131b8277cd645338
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 15 04:52:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 15 04:52:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7453ddb

www-client/chromium: Stabilize 93.0.4577.82 arm64, #813064

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

 www-client/chromium/chromium-93.0.4577.82.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/chromium/chromium-93.0.4577.82.ebuild 
b/www-client/chromium/chromium-93.0.4577.82.ebuild
index f27fa58924e..051a2b19f65 100644
--- a/www-client/chromium/chromium-93.0.4577.82.ebuild
+++ b/www-client/chromium/chromium-93.0.4577.82.ebuild
@@ -22,7 +22,7 @@ 
SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 arm64 ~x86"
 IUSE="component-build cups cpu_flags_arm_neon +hangouts headless 
+js-type-check kerberos official pic +proprietary-codecs pulseaudio screencast 
selinux +suid +system-ffmpeg +system-icu vaapi wayland widevine"
 REQUIRED_USE="
component-build? ( !suid )



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

2021-09-14 Thread Ionen Wolkens
commit: 2fc2e16c0ed4057ca455e1a684cb9a1838f64d65
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Tue Sep 14 22:33:14 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Wed Sep 15 02:40:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fc2e16c

games-action/geki3-KXL: EAPI6->8, fix clang/fonts, cleanup patches

Removed paths patch that was mostly for /usr/games, and instead
require a smaller workaround to install-data and remove .score.

Also fix description, this is a different game than geki2 (horizontal).

Add media-fonts/font-bitstream-100dpi as it'd crash (later) without.

Closes: https://bugs.gentoo.org/730854
Signed-off-by: Ionen Wolkens  gentoo.org>

 .../geki3-KXL/files/geki3-KXL-1.0.3-cflags.patch   |  9 
 .../geki3-KXL/files/geki3-KXL-1.0.3-clang.patch| 20 
 .../geki3-KXL/files/geki3-KXL-1.0.3-paths.patch| 41 -
 games-action/geki3-KXL/geki3-KXL-1.0.3-r3.ebuild   | 50 
 games-action/geki3-KXL/geki3-KXL-1.0.3-r4.ebuild   | 53 ++
 5 files changed, 82 insertions(+), 91 deletions(-)

diff --git a/games-action/geki3-KXL/files/geki3-KXL-1.0.3-cflags.patch 
b/games-action/geki3-KXL/files/geki3-KXL-1.0.3-cflags.patch
new file mode 100644
index 000..952b4bf6d74
--- /dev/null
+++ b/games-action/geki3-KXL/files/geki3-KXL-1.0.3-cflags.patch
@@ -0,0 +1,9 @@
+https://bugs.gentoo.org/426890
+--- a/src/Makefile.am
 b/src/Makefile.am
+@@ -5,4 +5,4 @@
+   ranking.c ranking.h your.c your.h
+ 
+-CFLAGS = @X_CFLAGS@ @KXL_CFLAGS@
++AM_CFLAGS = @X_CFLAGS@ @KXL_CFLAGS@
+ LIBS = @X_LIBS@ -lX11 @KXL_LIBS@ -lKXL

diff --git a/games-action/geki3-KXL/files/geki3-KXL-1.0.3-clang.patch 
b/games-action/geki3-KXL/files/geki3-KXL-1.0.3-clang.patch
new file mode 100644
index 000..ad84615a398
--- /dev/null
+++ b/games-action/geki3-KXL/files/geki3-KXL-1.0.3-clang.patch
@@ -0,0 +1,20 @@
+Use void so that clang does not complain about missing (unused)
+return value, and also add missing string.h.
+https://bugs.gentoo.org/730854
+--- a/src/ranking.c
 b/src/ranking.c
+@@ -1,2 +1,3 @@
+ #include 
++#include 
+ #include "geki3.h"
+@@ -7,3 +8,3 @@
+  **/
+-int ScoreRanking(void)
++void ScoreRanking(void)
+ {
+--- a/src/ranking.h
 b/src/ranking.h
+@@ -3,2 +3,3 @@
+ 
++void ScoreRanking(void);
+ void RankingScore(void);

diff --git a/games-action/geki3-KXL/files/geki3-KXL-1.0.3-paths.patch 
b/games-action/geki3-KXL/files/geki3-KXL-1.0.3-paths.patch
deleted file mode 100644
index 26f3f4371b8..000
--- a/games-action/geki3-KXL/files/geki3-KXL-1.0.3-paths.patch
+++ /dev/null
@@ -1,41 +0,0 @@
 a/bmp/Makefile.am
-+++ b/bmp/Makefile.am
-@@ -1,4 +1,4 @@
--bmpdir = $(prefix)/share/geki3/bmp
-+bmpdir = $(BMP_PATH)
- bmp_DATA =   back1.bmp boss2.bmp enemyshot1.bmp missile.bmp\
-pata.bmp back2.bmp boss3.bmp enemyshot2.bmp mogu.bmp\
-  pata_ball.bmp back3.bmp boss4.bmp frame.bmp mogu_ball.bmp\
 a/configure.in
-+++ b/configure.in
-@@ -25,9 +25,9 @@
- BMP_PATH=/usr/local/share/geki3/bmp
- WAV_PATH=/usr/local/share/geki3/wav
- else
--DATA_PATH=$prefix/share/geki3/data
--BMP_PATH=$prefix/share/geki3/bmp
--WAV_PATH=$prefix/share/geki3/wav
-+DATA_PATH=$datadir/geki3/data
-+BMP_PATH=$datadir/geki3/bmp
-+WAV_PATH=$datadir/geki3/wav
- fi
- AC_DEFINE_UNQUOTED(DATA_PATH,"$DATA_PATH")
- AC_DEFINE_UNQUOTED(BMP_PATH,"$BMP_PATH")
 a/data/Makefile.am
-+++ b/data/Makefile.am
-@@ -1,6 +1,4 @@
--datadir = $(prefix)/share/geki3/data
-+datadir = $(DATA_PATH)
- data_DATA = stage1.dat stage2.dat stage3.dat stage4.dat
- EXTRA_DIST = stage1.dat stage2.dat stage3.dat stage4.dat .score
- 
--install:
--  $(INSTALL) -c -m 666 ./.score $(DESTDIR)$(DATA_PATH)
 a/wav/Makefile.am
-+++ b/wav/Makefile.am
-@@ -1,4 +1,4 @@
--wavdir = $(prefix)/share/geki3/wav
-+wavdir = $(WAV_PATH)
- wav_DATA =   bgm1.wav bgm2.wav bgm3.wav bgm4.wav boom.wav boss.wav go.wav \
-laser.wav open.wav pow.wav warning.wav
- EXTRA_DIST = bgm1.wav bgm2.wav bgm3.wav bgm4.wav boom.wav boss.wav go.wav \

diff --git a/games-action/geki3-KXL/geki3-KXL-1.0.3-r3.ebuild 
b/games-action/geki3-KXL/geki3-KXL-1.0.3-r3.ebuild
deleted file mode 100644
index 0e4d54af565..000
--- a/games-action/geki3-KXL/geki3-KXL-1.0.3-r3.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools desktop
-
-DESCRIPTION="2D length scroll shooting game"
-HOMEPAGE="http://triring.net/ps2linux/games/kxl/kxlgames.html;
-SRC_URI="mirror://gentoo/${P}.tar.gz
-   mirror://gentoo/${PN}.png"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="acct-group/gamestat
-   dev-games/KXL"
-RDEPEND="${DEPEND}
-   media-fonts/font-adobe-100dpi"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-paths.patch
-)
-

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

2021-09-14 Thread Ionen Wolkens
commit: eac91b797c30a05d5e13e1a6c1687ae5bd4b06c8
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Tue Sep 14 21:09:34 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Wed Sep 15 02:40:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eac91b79

games-action/geki2-KXL: EAPI6->8, fix clang/fonts, cleanup patches

Removed paths patch that was mostly for /usr/games, and instead
require a smaller workaround to install-data and remove .score.

Add media-fonts/font-bitstream-100dpi as it'd crash (later) without.

Closes: https://bugs.gentoo.org/730848
Signed-off-by: Ionen Wolkens  gentoo.org>

 .../geki2-KXL/files/geki2-KXL-2.0.3-cflags.patch   |  5 +-
 .../geki2-KXL/files/geki2-KXL-2.0.3-clang.patch| 20 
 .../geki2-KXL/files/geki2-KXL-2.0.3-paths.patch| 44 --
 games-action/geki2-KXL/geki2-KXL-2.0.3-r3.ebuild   | 49 
 games-action/geki2-KXL/geki2-KXL-2.0.3-r4.ebuild   | 53 ++
 5 files changed, 76 insertions(+), 95 deletions(-)

diff --git a/games-action/geki2-KXL/files/geki2-KXL-2.0.3-cflags.patch 
b/games-action/geki2-KXL/files/geki2-KXL-2.0.3-cflags.patch
index d00f8d439c8..e5e04cad6e7 100644
--- a/games-action/geki2-KXL/files/geki2-KXL-2.0.3-cflags.patch
+++ b/games-action/geki2-KXL/files/geki2-KXL-2.0.3-cflags.patch
@@ -1,5 +1,6 @@
 a/src/Makefile.am  2012-11-10 21:50:02.159117541 +0100
-+++ b/src/Makefile.am  2012-11-10 21:50:20.658715770 +0100
+https://bugs.gentoo.org/437992
+--- a/src/Makefile.am
 b/src/Makefile.am
 @@ -4,5 +4,5 @@
boss.h extern.h ranking.h your.h game.h\
geki2.h load.h opening.h my.h misc.h

diff --git a/games-action/geki2-KXL/files/geki2-KXL-2.0.3-clang.patch 
b/games-action/geki2-KXL/files/geki2-KXL-2.0.3-clang.patch
new file mode 100644
index 000..5d621e2de63
--- /dev/null
+++ b/games-action/geki2-KXL/files/geki2-KXL-2.0.3-clang.patch
@@ -0,0 +1,20 @@
+Use void so that clang does not complain about missing (unused)
+return value, and also add missing string.h.
+https://bugs.gentoo.org/730848
+--- a/src/ranking.c
 b/src/ranking.c
+@@ -1,2 +1,3 @@
+ #include 
++#include 
+ #include "geki2.h"
+@@ -7,3 +8,3 @@
+  **/
+-int ScoreRanking(void)
++void ScoreRanking(void)
+ {
+--- a/src/ranking.h
 b/src/ranking.h
+@@ -3,2 +3,3 @@
+ 
++void ScoreRanking(void);
+ void RankingScore(void);

diff --git a/games-action/geki2-KXL/files/geki2-KXL-2.0.3-paths.patch 
b/games-action/geki2-KXL/files/geki2-KXL-2.0.3-paths.patch
deleted file mode 100644
index 22844202bb2..000
--- a/games-action/geki2-KXL/files/geki2-KXL-2.0.3-paths.patch
+++ /dev/null
@@ -1,44 +0,0 @@
 a/bmp/Makefile.am
-+++ b/bmp/Makefile.am
-@@ -1,4 +1,4 @@
--bmpdir = $(prefix)/share/geki2/bmp
-+bmpdir = $(BMP_PATH)
- bmp_DATA =   back1.bmp boss2.bmp enemyshot4.bmp kuru.bmp myshot.bmp back2.bmp\
-boss3.bmp enemyshot5.bmp mboss.bmp uraura.bmp back3.bmp\
-boss3laser.bmp flash.bmp uturn.bmp back4.bmp back6.bmp boss6.bmp\
 a/configure.in
-+++ b/configure.in
-@@ -25,9 +25,9 @@
- BMP_PATH=/usr/local/share/geki2/bmp
- WAV_PATH=/usr/local/share/geki2/wav
- else
--DATA_PATH=$prefix/share/geki2/data
--BMP_PATH=$prefix/share/geki2/bmp
--WAV_PATH=$prefix/share/geki2/wav
-+DATA_PATH=$datadir/geki2/data
-+BMP_PATH=$datadir/geki2/bmp
-+WAV_PATH=$datadir/geki2/wav
- fi
- AC_DEFINE_UNQUOTED(DATA_PATH,"$DATA_PATH")
- AC_DEFINE_UNQUOTED(BMP_PATH,"$BMP_PATH")
 a/data/Makefile.am
-+++ b/data/Makefile.am
-@@ -1,9 +1,7 @@
--datadir = $(prefix)/share/geki2/data
-+datadir = $(DATA_PATH)
- data_DATA = stage1.dat stage2.dat stage3.dat stage4.dat stage5.dat stage6.dat\
-   map1.dat map2.dat map3.dat map4.dat map5.dat map6.dat
- EXTRA_DIST = stage1.dat stage2.dat stage3.dat stage4.dat stage5.dat 
stage6.dat\
-   map1.dat map2.dat map3.dat map4.dat map5.dat map6.dat .score
- 
--install:
--  $(INSTALL) -c -m 666 ./.score $(DESTDIR)$(DATA_PATH)
- 
 a/wav/Makefile.am
-+++ b/wav/Makefile.am
-@@ -1,4 +1,4 @@
--wavdir = $(prefix)/share/geki2/wav
-+wavdir = $(WAV_PATH)
- wav_DATA =   bgm1.wav bgm2.wav bgm3.wav bgm4.wav bgm5.wav\
-bomb.wav laser5.wav warning.wav boss.wav open.wav\
-laser.wav pow.wav go.wav bgm6.wav

diff --git a/games-action/geki2-KXL/geki2-KXL-2.0.3-r3.ebuild 
b/games-action/geki2-KXL/geki2-KXL-2.0.3-r3.ebuild
deleted file mode 100644
index c6ee48cce75..000
--- a/games-action/geki2-KXL/geki2-KXL-2.0.3-r3.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools desktop
-
-DESCRIPTION="2D length scroll shooting game"
-HOMEPAGE="http://triring.net/ps2linux/games/kxl/kxlgames.html;
-SRC_URI="mirror://gentoo/${P}.tar.gz
-   mirror://gentoo/${PN}.png"
-
-LICENSE="GPL-2"
-SLOT="0"

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

2021-09-14 Thread Ionen Wolkens
commit: 851b2c3c1af187d6b3621dacb7fa0fcf54e3c780
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Wed Sep 15 02:22:36 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Wed Sep 15 02:42:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=851b2c3c

games-action/spacearyarya-kxl: EAPI6->8, use gamestat, add font dep

Removed paths patch that was mostly for /usr/games, and instead
require use install-data target and remove .score (replaced by
a score file in /var/games that can now be written to).

Add media-fonts/font-bitstream-100dpi as it'd crash (later) without.

Also fix .desktop icon, bmp is not valid for XDG icons.

This brings the ebuild/patch layout more identical to geki2/3
given this game is actually geki4.

Signed-off-by: Ionen Wolkens  gentoo.org>

 games-action/spacearyarya-kxl/Manifest |  1 +
 ...s.patch => spacearyarya-kxl-1.0.2-cflags.patch} | 10 ++-
 .../files/spacearyarya-kxl-1.0.2-clang.patch   | 22 +--
 .../spacearyarya-kxl-1.0.2-gentoo-paths.patch  | 74 --
 .../spacearyarya-kxl-1.0.2-r2.ebuild   | 43 -
 .../spacearyarya-kxl-1.0.2-r3.ebuild   | 56 
 6 files changed, 76 insertions(+), 130 deletions(-)

diff --git a/games-action/spacearyarya-kxl/Manifest 
b/games-action/spacearyarya-kxl/Manifest
index 8ad31c7ac1a..7486f9d6158 100644
--- a/games-action/spacearyarya-kxl/Manifest
+++ b/games-action/spacearyarya-kxl/Manifest
@@ -1 +1,2 @@
 DIST SpaceAryarya-KXL-1.0.2.tar.gz 279894 BLAKE2B 
1e7d24107d21396d4463924c7e5665271c14c6ba84f600f126128195ac9d6a08bd112cb6730b1931cf113700d7cae18367359639c8c8a10073a2395bcdc87948
 SHA512 
1109606741bab6c290395cdfd8d19cf12e68cfef41f50164586c316fc425a32232e0f8dd822207d969c27c3f7a8478d1a65f36fe5468f3cfa8932c99ab3cb125
+DIST spacearyarya-kxl.png 4853 BLAKE2B 
e8dcaf2e75f18900d67c68f75939ba030dc8207d4a2df1b465ce516527d846c4b44d105f85afcb0750dbfc6b33c9030da34c863b6e8f09f120d855d7361cce67
 SHA512 
f47c497f28c4cb22a518c8bc593a443aa0f52a600db04b6a3d33006b40aa57c11bdedd97a272587d6751bee04a593965c4f348ad5e7dff4deb276b7d89243e2e

diff --git 
a/games-action/spacearyarya-kxl/files/spacearyarya-kxl-1.0.2-flags.patch 
b/games-action/spacearyarya-kxl/files/spacearyarya-kxl-1.0.2-cflags.patch
similarity index 50%
rename from 
games-action/spacearyarya-kxl/files/spacearyarya-kxl-1.0.2-flags.patch
rename to 
games-action/spacearyarya-kxl/files/spacearyarya-kxl-1.0.2-cflags.patch
index 2239858be99..66cd0b7fe1b 100644
--- a/games-action/spacearyarya-kxl/files/spacearyarya-kxl-1.0.2-flags.patch
+++ b/games-action/spacearyarya-kxl/files/spacearyarya-kxl-1.0.2-cflags.patch
@@ -1,11 +1,9 @@
-respect CFLAGS
-
+https://bugs.gentoo.org/429422
 --- a/src/Makefile.am
 +++ b/src/Makefile.am
-@@ -5,5 +5,5 @@ spacearyarya_SOURCES = extern.h \
-your.c your.h ranking.c ranking.h \
-boss.c boss.h
-
+@@ -6,4 +6,4 @@
+   boss.c boss.h
+ 
 -CFLAGS = @X_CFLAGS@ @KXL_CFLAGS@
 +AM_CFLAGS = @X_CFLAGS@ @KXL_CFLAGS@
  LIBS = @X_LIBS@ -lX11 @KXL_LIBS@ -lKXL

diff --git 
a/games-action/spacearyarya-kxl/files/spacearyarya-kxl-1.0.2-clang.patch 
b/games-action/spacearyarya-kxl/files/spacearyarya-kxl-1.0.2-clang.patch
index 3b9b68b745c..7115b4a2382 100644
--- a/games-action/spacearyarya-kxl/files/spacearyarya-kxl-1.0.2-clang.patch
+++ b/games-action/spacearyarya-kxl/files/spacearyarya-kxl-1.0.2-clang.patch
@@ -1,11 +1,19 @@
 a/src/ranking.c.bak2016-07-27 16:42:34.367945713 -0500
-+++ b/src/ranking.c2016-07-27 16:43:34.679949783 -0500
-@@ -5,7 +5,7 @@
- /**
-   孥�
+Use void so that clang does not complain about missing (unused)
+return value, and also add missing string.h.
+--- a/src/ranking.c
 b/src/ranking.c
+@@ -1,2 +1,3 @@
+ #include 
++#include 
+ #include "geki4.h"
+@@ -7,3 +8,3 @@
   **/
 -int ScoreRanking(void)
 +void ScoreRanking(void)
  {
-   Uint16 i, j, k;
-   struct passwd *pw;
+--- a/src/ranking.h
 b/src/ranking.h
+@@ -3,2 +3,3 @@
+ 
++void ScoreRanking(void);
+ void RankingScore(void);

diff --git 
a/games-action/spacearyarya-kxl/files/spacearyarya-kxl-1.0.2-gentoo-paths.patch 
b/games-action/spacearyarya-kxl/files/spacearyarya-kxl-1.0.2-gentoo-paths.patch
deleted file mode 100644
index 81321b76857..000
--- 
a/games-action/spacearyarya-kxl/files/spacearyarya-kxl-1.0.2-gentoo-paths.patch
+++ /dev/null
@@ -1,74 +0,0 @@
 a/bmp/Makefile.am
-+++ b/bmp/Makefile.am
-@@ -1,4 +1,4 @@
--bmpdir = $(prefix)/share/SpaceAryarya/bmp
-+bmpdir = $(BMP_PATH)
- bmp_DATA =   my.bmp enemy1.bmp shot.bmp bomb.bmp\
-enemy2.bmp kage.bmp wall.bmp wall2.bmp eshot.bmp\
-boss1_b.bmp  boss1_do.bmp  boss1_f.bmp\
 a/configure.in
-+++ b/configure.in
-@@ -25,17 +25,20 @@
- BMP_PATH=/usr/local/share/SpaceAryarya/bmp
- WAV_PATH=/usr/local/share/SpaceAryarya/wav
- else
--DATA_PATH=$prefix/share/SpaceAryarya/data

[gentoo-commits] repo/gentoo:master commit in: games-arcade/grande-KXL/files/, games-arcade/grande-KXL/

2021-09-14 Thread Ionen Wolkens
commit: 8452ad75bf37de53704fc1bdf435e48b87bef45f
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Tue Sep 14 23:40:50 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Wed Sep 15 02:40:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8452ad75

games-arcade/grande-KXL: EAPI6->8, use gamestat, add font dep

Also fix .desktop icon, bmp is not valid for XDG icons.

Closes: https://bugs.gentoo.org/682606
Signed-off-by: Ionen Wolkens  gentoo.org>

 games-arcade/grande-KXL/Manifest   |  1 +
 .../files/grande-KXL-0.6-configure.in.patch| 17 
 .../grande-KXL/files/grande-KXL-0.6-paths.patch|  9 
 games-arcade/grande-KXL/grande-KXL-0.6-r1.ebuild   | 40 -
 games-arcade/grande-KXL/grande-KXL-0.6-r2.ebuild   | 50 ++
 5 files changed, 60 insertions(+), 57 deletions(-)

diff --git a/games-arcade/grande-KXL/Manifest b/games-arcade/grande-KXL/Manifest
index 53ba90c3d5d..70685eda956 100644
--- a/games-arcade/grande-KXL/Manifest
+++ b/games-arcade/grande-KXL/Manifest
@@ -1 +1,2 @@
 DIST grande-KXL-0.6.tar.gz 240869 BLAKE2B 
a9109dd37d72ffcfd02b9f160acd89c17d5ae13d53948ecc79718f420cb3826491a6f6b024ca65a12ada76b24110f01a52f502db2de8a736f628eda5c0054a4d
 SHA512 
17916e54b2b2bad25d789bc3d4f182f3f104fd4e5cf7b745bb9613f76ec04a2a3d2740ca89b507ecdb653f1d42b793115e76b5b34d53b96fec3d55574632b980
+DIST grande-KXL.png 5949 BLAKE2B 
4461b7f90c2abd332708c81829a5b03436163d7652f60c424c2468d08987338febf147457a16794123a7a6d5e64fea06a40071fb3e62fd5ea7bea6dadfb3dd2c
 SHA512 
4fe68a2fa0cb3e57a590cd818953e82b3456d7e160f12d4a87d2160acf6f6b37d39da2ee1df96f14396c5a86765ab6c66e05c62a8fd246a1ce01fbec962be67d

diff --git a/games-arcade/grande-KXL/files/grande-KXL-0.6-configure.in.patch 
b/games-arcade/grande-KXL/files/grande-KXL-0.6-configure.in.patch
deleted file mode 100644
index 19fec93f61a..000
--- a/games-arcade/grande-KXL/files/grande-KXL-0.6-configure.in.patch
+++ /dev/null
@@ -1,17 +0,0 @@
 a/configure.in
-+++ b/configure.in
-@@ -17,12 +17,8 @@
- AC_CHECK_HEADERS(unistd.h)
- 
- dnl installation & score path
--if test "x${prefix}" = "xNONE"; then
--  inst_path="${ac_default_prefix}/games/grande"
--else
--  inst_path="${prefix}/games/grande"
--fi
--score_path="/var/games"
-+inst_path="${datadir}/grande"
-+score_path="${localstatedir}"
- 
- dnl check if installation was disabled
- AC_ARG_ENABLE( install,

diff --git a/games-arcade/grande-KXL/files/grande-KXL-0.6-paths.patch 
b/games-arcade/grande-KXL/files/grande-KXL-0.6-paths.patch
new file mode 100644
index 000..8aef0e38242
--- /dev/null
+++ b/games-arcade/grande-KXL/files/grande-KXL-0.6-paths.patch
@@ -0,0 +1,9 @@
+--- a/configure.in
 b/configure.in
+@@ -21,5 +21,5 @@
+   inst_path="${ac_default_prefix}/games/grande"
+ else
+-  inst_path="${prefix}/games/grande"
++  inst_path="${datadir}/grande"
+ fi
+ score_path="/var/games"

diff --git a/games-arcade/grande-KXL/grande-KXL-0.6-r1.ebuild 
b/games-arcade/grande-KXL/grande-KXL-0.6-r1.ebuild
deleted file mode 100644
index 899a615e652..000
--- a/games-arcade/grande-KXL/grande-KXL-0.6-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools desktop
-
-DESCRIPTION="ZANAC type game"
-HOMEPAGE="http://triring.net/ps2linux/games/kxl/kxlgames.html;
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-games/KXL"
-RDEPEND="${DEPEND}
-   media-fonts/font-adobe-100dpi"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-configure.in.patch
-   "${FILESDIR}"/${P}-cflags.patch
-)
-
-src_prepare() {
-   default
-
-   mv configure.{in,ac} || die
-   rm aclocal.m4 || die
-   eautoreconf
-}
-
-src_install() {
-   dodir /var/lib
-   default
-
-   newicon src/bmp/boss1.bmp ${PN}.bmp
-   make_desktop_entry grande Grande /usr/share/pixmaps/${PN}.bmp
-}

diff --git a/games-arcade/grande-KXL/grande-KXL-0.6-r2.ebuild 
b/games-arcade/grande-KXL/grande-KXL-0.6-r2.ebuild
new file mode 100644
index 000..f93c692bec6
--- /dev/null
+++ b/games-arcade/grande-KXL/grande-KXL-0.6-r2.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools desktop
+
+DESCRIPTION="ZANAC type game"
+HOMEPAGE="http://triring.net/ps2linux/games/kxl/kxlgames.html;
+SRC_URI="
+   mirror://gentoo/${P}.tar.gz
+   https://dev.gentoo.org/~ionen/distfiles/${PN}.png;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+   acct-group/gamestat
+   dev-games/KXL"
+RDEPEND="${DEPEND}
+   media-fonts/font-adobe-100dpi
+   media-fonts/font-bitstream-100dpi"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-cflags.patch
+   "${FILESDIR}"/${P}-paths.patch
+)
+
+src_prepare() {
+   default
+
+   eautoreconf

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

2021-09-14 Thread Sam James
commit: 499f411e2db6165bb91a4403ae5d0ad7beaf739b
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 15 02:33:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 15 02:33:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=499f411e

media-sound/cmus: Keyword 2.9.1-r1 arm64, #809704

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

 media-sound/cmus/cmus-2.9.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/cmus/cmus-2.9.1-r1.ebuild 
b/media-sound/cmus/cmus-2.9.1-r1.ebuild
index 3e71742..a95bb0bdf06 100644
--- a/media-sound/cmus/cmus-2.9.1-r1.ebuild
+++ b/media-sound/cmus/cmus-2.9.1-r1.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3
 else
SRC_URI="https://github.com/cmus/cmus/archive/v${PV/_/-}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 ~arm64 ppc ppc64 ~riscv sparc x86 ~amd64-linux 
~x86-linux"
 fi
 
 DESCRIPTION="Ncurses based music player with plugin support for many formats"



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

2021-09-14 Thread Sam James
commit: b1820b7231d14305f9d894ab5768bfda43c54371
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 15 02:33:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 15 02:33:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1820b72

app-admin/conky: Keyword 1.12.2 arm64, #809704

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

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

diff --git a/app-admin/conky/conky-1.12.2.ebuild 
b/app-admin/conky/conky-1.12.2.ebuild
index 520faca3489..e40d09332fe 100644
--- a/app-admin/conky/conky-1.12.2.ebuild
+++ b/app-admin/conky/conky-1.12.2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/brndnmtthws/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="GPL-3 BSD LGPL-2.1 MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ppc ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ppc ppc64 sparc ~x86"
 IUSE="apcupsd bundled-toluapp cmus curl doc hddtemp ical iconv imlib
intel-backlight iostats ipv6 irc lua-cairo lua-imlib lua-rsvg math moc
mpd mysql nano-syntax ncurses nvidia +portmon pulseaudio rss systemd



[gentoo-commits] repo/gentoo:master commit in: sys-power/apcupsd/

2021-09-14 Thread Sam James
commit: 6d4a990748f8570b809cd41195b384ecc9082516
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 15 02:33:46 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 15 02:33:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d4a9907

sys-power/apcupsd: Keyword 3.14.14-r3 arm64, #809704

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

 sys-power/apcupsd/apcupsd-3.14.14-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/apcupsd/apcupsd-3.14.14-r3.ebuild 
b/sys-power/apcupsd/apcupsd-3.14.14-r3.ebuild
index 1f98fb5a8f7..a3e5b6e73c7 100644
--- a/sys-power/apcupsd/apcupsd-3.14.14-r3.ebuild
+++ b/sys-power/apcupsd/apcupsd-3.14.14-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/apcupsd/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ppc x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc x86"
 IUSE="snmp +usb +modbus cgi gnome kernel_linux"
 
 DEPEND=">=sys-apps/util-linux-2.23[tty-helpers(-)]



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

2021-09-14 Thread Sam James
commit: a953bf28cfa8ffd37b2012d089096d2a87b8127c
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 15 02:31:52 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 15 02:31:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a953bf28

dev-python/cliff: Keyword 3.9.0 arm, #812827

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

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

diff --git a/dev-python/cliff/cliff-3.9.0.ebuild 
b/dev-python/cliff/cliff-3.9.0.ebuild
index 00a220ac454..814c8e56362 100644
--- a/dev-python/cliff/cliff-3.9.0.ebuild
+++ b/dev-python/cliff/cliff-3.9.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~sparc ~x86"
 
 RDEPEND="
>=dev-python/autopage-0.4.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tty-editor/

2021-09-14 Thread Sam James
commit: 3cef456175c758c0ed111f2eb9e4b4d457159158
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 15 02:31:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 15 02:31:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cef4561

dev-ruby/tty-editor: Keyword 0.7.0 arm, #807685

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

 dev-ruby/tty-editor/tty-editor-0.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tty-editor/tty-editor-0.7.0.ebuild 
b/dev-ruby/tty-editor/tty-editor-0.7.0.ebuild
index 78a9584e321..823b812203f 100644
--- a/dev-ruby/tty-editor/tty-editor-0.7.0.ebuild
+++ b/dev-ruby/tty-editor/tty-editor-0.7.0.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/piotrmurach/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~hppa ~riscv ~sparc"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~riscv ~sparc"
 
 ruby_add_rdepend ">=dev-ruby/tty-prompt-0.22"
 



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

2021-09-14 Thread Sam James
commit: 58248ef5f2141a5e91ff439bdc32e6f82c1407d8
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 15 02:31:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 15 02:31:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58248ef5

dev-python/autopage: Keyword 0.4.0 arm, #812827

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

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

diff --git a/dev-python/autopage/autopage-0.4.0.ebuild 
b/dev-python/autopage/autopage-0.4.0.ebuild
index 517841c3014..2e3e98b7e8b 100644
--- a/dev-python/autopage/autopage-0.4.0.ebuild
+++ b/dev-python/autopage/autopage-0.4.0.ebuild
@@ -19,7 +19,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~sparc ~x86"
 
 BDEPEND="
test? ( dev-python/fixtures[${PYTHON_USEDEP}] )"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tty-prompt/

2021-09-14 Thread Sam James
commit: d996f2e7bafb1e3dd00900b38d1e02c8c54e1189
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 15 02:31:46 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 15 02:31:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d996f2e7

dev-ruby/tty-prompt: Keyword 0.23.1 arm, #807685

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

 dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild 
b/dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild
index eb074e0862e..1e908885132 100644
--- a/dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild
+++ b/dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/piotrmurach/tty-prompt/archive/v${PV}.tar.gz -> ${P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~hppa ~riscv ~sparc"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~riscv ~sparc"
 IUSE=""
 
 ruby_add_rdepend "



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tty-screen/

2021-09-14 Thread Sam James
commit: 947a20de5e2147f32d7044b554c32ad5418b10e5
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 15 02:31:42 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 15 02:31:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=947a20de

dev-ruby/tty-screen: Keyword 0.8.1 arm, #807685

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

 dev-ruby/tty-screen/tty-screen-0.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tty-screen/tty-screen-0.8.1.ebuild 
b/dev-ruby/tty-screen/tty-screen-0.8.1.ebuild
index 3bc23131063..f69665e8383 100644
--- a/dev-ruby/tty-screen/tty-screen-0.8.1.ebuild
+++ b/dev-ruby/tty-screen/tty-screen-0.8.1.ebuild
@@ -20,7 +20,7 @@ 
SRC_URI="https://github.com/piotrmurach/tty-screen/archive/v${PV}.tar.gz -> ${P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~hppa ~riscv ~sparc"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~riscv ~sparc"
 IUSE=""
 
 PATCHES=( "${FILESDIR}/${P}-ioctl-test.patch" )



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/pastel/

2021-09-14 Thread Sam James
commit: 3e0577c7e2433d290949e46489e90d39c6f11b68
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 15 02:31:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 15 02:31:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e0577c7

dev-ruby/pastel: Keyword 0.8.0 arm, #807685

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

 dev-ruby/pastel/pastel-0.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/pastel/pastel-0.8.0.ebuild 
b/dev-ruby/pastel/pastel-0.8.0.ebuild
index bcd1b87515d..9b7f000b59d 100644
--- a/dev-ruby/pastel/pastel-0.8.0.ebuild
+++ b/dev-ruby/pastel/pastel-0.8.0.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/piotrmurach/pastel/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~hppa ~riscv ~sparc"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~riscv ~sparc"
 IUSE=""
 
 ruby_add_rdepend "



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/wisper/

2021-09-14 Thread Sam James
commit: 63c62300a0e101217f7d9c44ab004d9274dbdd77
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 15 02:31:43 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 15 02:31:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63c62300

dev-ruby/wisper: Keyword 2.0.1 arm, #807685

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

 dev-ruby/wisper/wisper-2.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/wisper/wisper-2.0.1.ebuild 
b/dev-ruby/wisper/wisper-2.0.1.ebuild
index 5bf518f2973..7cd053cb7ca 100644
--- a/dev-ruby/wisper/wisper-2.0.1.ebuild
+++ b/dev-ruby/wisper/wisper-2.0.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/krisleech/wisper;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~hppa ~riscv ~sparc"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~riscv ~sparc"
 IUSE=""
 
 all_ruby_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tty-reader/

2021-09-14 Thread Sam James
commit: 82d14c7c4d2681c1b50ae28a57bec83b08f9b242
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 15 02:31:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 15 02:31:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82d14c7c

dev-ruby/tty-reader: Keyword 0.9.0 arm, #807685

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

 dev-ruby/tty-reader/tty-reader-0.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tty-reader/tty-reader-0.9.0.ebuild 
b/dev-ruby/tty-reader/tty-reader-0.9.0.ebuild
index 23bd8a37511..bc67dcf576f 100644
--- a/dev-ruby/tty-reader/tty-reader-0.9.0.ebuild
+++ b/dev-ruby/tty-reader/tty-reader-0.9.0.ebuild
@@ -20,7 +20,7 @@ 
SRC_URI="https://github.com/piotrmurach/tty-reader/archive/v${PV}.tar.gz -> ${P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~hppa ~riscv ~sparc"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~riscv ~sparc"
 IUSE=""
 
 ruby_add_rdepend "



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Specio/

2021-09-14 Thread Sam James
commit: 048ebaa99a70880742802e55ebe3cba16f783fc5
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 15 02:31:34 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 15 02:31:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=048ebaa9

dev-perl/Specio: Keyword 0.470.0 arm, #812824

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

 dev-perl/Specio/Specio-0.470.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Specio/Specio-0.470.0.ebuild 
b/dev-perl/Specio/Specio-0.470.0.ebuild
index cfda324bcd7..c32f1641217 100644
--- a/dev-perl/Specio/Specio-0.470.0.ebuild
+++ b/dev-perl/Specio/Specio-0.470.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Type constraints and coercions for Perl"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv ~sparc"
+KEYWORDS="~amd64 ~arm ~riscv ~sparc"
 IUSE="minimal"
 
 RDEPEND="



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

2021-09-14 Thread Sam James
commit: 927fd883ed99deaaa05b1ebe4335994048d82736
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 15 02:31:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 15 02:31:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=927fd883

media-video/pipewire: Keyword 0.3.35 arm, #807616

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

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

diff --git a/media-video/pipewire/pipewire-0.3.35.ebuild 
b/media-video/pipewire/pipewire-0.3.35.ebuild
index 3ea2e98cae9..31d92edfc2e 100644
--- a/media-video/pipewire/pipewire-0.3.35.ebuild
+++ b/media-video/pipewire/pipewire-0.3.35.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
 else

SRC_URI="https://gitlab.freedesktop.org/${PN}/${PN}/-/archive/${PV}/${P}.tar.gz;
-   KEYWORDS="~amd64"
+   KEYWORDS="~amd64 ~arm"
 fi
 
 DESCRIPTION="Multimedia processing graphs"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tty-cursor/

2021-09-14 Thread Sam James
commit: 3bf271d9f617d5e0e547cc42dc4c607b358b6cf3
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 15 02:31:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 15 02:31:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bf271d9

dev-ruby/tty-cursor: Keyword 0.7.1 arm, #807685

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

 dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild 
b/dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild
index 83099807c47..e15b775b761 100644
--- a/dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild
+++ b/dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://github.com/piotrmurach/tty-cursor/archive/v${PV}.tar.gz -> ${P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~hppa ~riscv ~sparc"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~riscv ~sparc"
 IUSE=""
 
 all_ruby_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/tty-color/

2021-09-14 Thread Sam James
commit: 1f220b5682422d09bd3827918584239cb42f1c17
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 15 02:31:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 15 02:31:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f220b56

dev-ruby/tty-color: Keyword 0.6.0 arm, #807685

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

 dev-ruby/tty-color/tty-color-0.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tty-color/tty-color-0.6.0.ebuild 
b/dev-ruby/tty-color/tty-color-0.6.0.ebuild
index b7ae7facc5a..0c16e59453d 100644
--- a/dev-ruby/tty-color/tty-color-0.6.0.ebuild
+++ b/dev-ruby/tty-color/tty-color-0.6.0.ebuild
@@ -20,7 +20,7 @@ 
SRC_URI="https://github.com/piotrmurach/tty-color/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~hppa ~riscv ~sparc"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~riscv ~sparc"
 IUSE=""
 
 all_ruby_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-perl/XString/

2021-09-14 Thread Sam James
commit: cf19ae86a1a62f9a108a8564db31ac229430875f
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 15 02:31:32 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 15 02:31:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf19ae86

dev-perl/XString: Keyword 0.5.0 arm, #812824

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

 dev-perl/XString/XString-0.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/XString/XString-0.5.0.ebuild 
b/dev-perl/XString/XString-0.5.0.ebuild
index ae29e312b4a..2f73014c93e 100644
--- a/dev-perl/XString/XString-0.5.0.ebuild
+++ b/dev-perl/XString/XString-0.5.0.ebuild
@@ -9,4 +9,4 @@ inherit perl-module
 
 DESCRIPTION="Isolated String helpers from B"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv ~sparc"
+KEYWORDS="~amd64 ~arm ~riscv ~sparc"



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

2021-09-14 Thread Sam James
commit: 08b436c6b25ce591462e3fdf15693d31552c93c7
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 15 02:31:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 15 02:31:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08b436c6

app-backup/borgmatic: Keyword 1.5.18 arm, #804624

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

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

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



[gentoo-commits] repo/gentoo:master commit in: media-libs/libfreeaptx/

2021-09-14 Thread Sam James
commit: 5c9e23331e528d8740818481148a27f55210b90b
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 15 02:31:28 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 15 02:31:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c9e2333

media-libs/libfreeaptx: Keyword 0.1.1 arm, #807616

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

 media-libs/libfreeaptx/libfreeaptx-0.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libfreeaptx/libfreeaptx-0.1.1.ebuild 
b/media-libs/libfreeaptx/libfreeaptx-0.1.1.ebuild
index e761be0ee4d..b1679dc5e03 100644
--- a/media-libs/libfreeaptx/libfreeaptx-0.1.1.ebuild
+++ b/media-libs/libfreeaptx/libfreeaptx-0.1.1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="https://github.com/iamthehorker/${PN};
 else
SRC_URI="https://github.com/iamthehorker/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64"
+   KEYWORDS="~amd64 ~arm"
 fi
 
 LICENSE="LGPL-2.1+"



[gentoo-commits] repo/gentoo:master commit in: sys-fs/avfs/

2021-09-14 Thread Sam James
commit: d2b50f0edf6b72e023c4fa452b29071d541d45d5
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 15 02:31:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 15 02:31:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2b50f0e

sys-fs/avfs: Keyword 1.1.4 arm, #807361

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

 sys-fs/avfs/avfs-1.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/avfs/avfs-1.1.4.ebuild b/sys-fs/avfs/avfs-1.1.4.ebuild
index 981dbdebcf5..ce013d95c46 100644
--- a/sys-fs/avfs/avfs-1.1.4.ebuild
+++ b/sys-fs/avfs/avfs-1.1.4.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/avf/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
 IUSE="lzip +lzma webdav +zstd"
 
 RDEPEND="



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

2021-09-14 Thread Sam James
commit: 7913cd1ba46a678f9ec2288a8f6174dfa4f48a67
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 15 02:31:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 15 02:31:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7913cd1b

dev-python/flexmock: Keyword 0.10.9 arm, #804624

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

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

diff --git a/dev-python/flexmock/flexmock-0.10.9.ebuild 
b/dev-python/flexmock/flexmock-0.10.9.ebuild
index 27f0c2298a7..2efe124954d 100644
--- a/dev-python/flexmock/flexmock-0.10.9.ebuild
+++ b/dev-python/flexmock/flexmock-0.10.9.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="~amd64 ~arm ~riscv"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: app-arch/lzlib/

2021-09-14 Thread Sam James
commit: 66b527ac59724e6b59c07eec744013f235b4e8da
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 15 02:31:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 15 02:31:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66b527ac

app-arch/lzlib: Keyword 1.12 arm, #807361

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

 app-arch/lzlib/lzlib-1.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/lzlib/lzlib-1.12.ebuild b/app-arch/lzlib/lzlib-1.12.ebuild
index 332557d77ff..9b6f8048100 100644
--- a/app-arch/lzlib/lzlib-1.12.ebuild
+++ b/app-arch/lzlib/lzlib-1.12.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://download.savannah.gnu.org/releases/lzip/${PN}/${P}.tar.gz;
 
 LICENSE="libstdc++" # fancy form of GPL-2+ with library exception
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
 IUSE=""
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-thunderbolt/

2021-09-14 Thread Sam James
commit: da98663be8b6731392678872e01c2cc74c10bee9
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 15 02:24:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 15 02:24:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da98663b

kde-plasma/plasma-thunderbolt: Stabilize 5.22.5 x86, #811444

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

 kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.22.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.22.5.ebuild 
b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.22.5.ebuild
index 8daa425b8eb..9e532624bea 100644
--- a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.22.5.ebuild
+++ b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.22.5.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://invent.kde.org/plasma/plasma-thunderbolt;
 
 LICENSE="|| ( GPL-2 GPL-3+ )"
 SLOT="5"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv x86"
 IUSE=""
 
 # tests require DBus



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-meta/

2021-09-14 Thread Sam James
commit: c78886cd2dc6472c4c011ac41df5516747caa0a4
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 15 02:24:32 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 15 02:24:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c78886cd

kde-plasma/plasma-meta: Stabilize 5.22.5 x86, #811444

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

 kde-plasma/plasma-meta/plasma-meta-5.22.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.22.5.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.22.5.ebuild
index eef3ed03861..ce3100fb443 100644
--- a/kde-plasma/plasma-meta/plasma-meta-5.22.5.ebuild
+++ b/kde-plasma/plasma-meta/plasma-meta-5.22.5.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://kde.org/plasma-desktop/;
 
 LICENSE="metapackage"
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
 +desktop-portal discover +display-manager +elogind +firewall grub gtk +handbook
 +kwallet +legacy-systray +networkmanager plymouth pulseaudio qrcode +sddm sdk



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-pa/

2021-09-14 Thread Sam James
commit: d3ea6e6b26e0e12c8b72b0bc120b2069abb2f770
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 15 02:24:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 15 02:24:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3ea6e6b

kde-plasma/plasma-pa: Stabilize 5.22.5 x86, #811444

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

 kde-plasma/plasma-pa/plasma-pa-5.22.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-pa/plasma-pa-5.22.5.ebuild 
b/kde-plasma/plasma-pa/plasma-pa-5.22.5.ebuild
index fd8ff5db22c..ef45d2957e1 100644
--- a/kde-plasma/plasma-pa/plasma-pa-5.22.5.ebuild
+++ b/kde-plasma/plasma-pa/plasma-pa-5.22.5.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Plasma applet for audio volume management using 
PulseAudio"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/xembed-sni-proxy/

2021-09-14 Thread Sam James
commit: 69acfd29649b5c1595a688e6ff80028f666fb0ec
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 15 02:24:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 15 02:24:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69acfd29

kde-plasma/xembed-sni-proxy: Stabilize 5.22.5 x86, #811444

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

 kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.22.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.22.5.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.22.5.ebuild
index f38bb0893f8..2f78472ebe1 100644
--- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.22.5.ebuild
+++ b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.22.5.ebuild
@@ -14,7 +14,7 @@ 
HOMEPAGE="https://invent.kde.org/plasma/plasma-workspace/-/blob/master/xembed-sn
 
 LICENSE="GPL-2"
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 
 DEPEND="
>=dev-qt/qtcore-${QTMIN}:5



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/sddm-kcm/

2021-09-14 Thread Sam James
commit: 7010af9222cea6d14441f60e722109e6acf03706
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 15 02:24:21 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 15 02:24:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7010af92

kde-plasma/sddm-kcm: Stabilize 5.22.5 x86, #811444

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

 kde-plasma/sddm-kcm/sddm-kcm-5.22.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/sddm-kcm/sddm-kcm-5.22.5.ebuild 
b/kde-plasma/sddm-kcm/sddm-kcm-5.22.5.ebuild
index 676a690e680..d813e1e4b50 100644
--- a/kde-plasma/sddm-kcm/sddm-kcm-5.22.5.ebuild
+++ b/kde-plasma/sddm-kcm/sddm-kcm-5.22.5.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://invent.kde.org/plasma/sddm-kcm;
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/

2021-09-14 Thread Sam James
commit: bdc78bd5064fe4c6df98ac9bedbca440863e3654
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 15 02:24:28 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 15 02:24:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdc78bd5

kde-plasma/plasma-sdk: Stabilize 5.22.5 x86, #811444

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

 kde-plasma/plasma-sdk/plasma-sdk-5.22.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.22.5.ebuild 
b/kde-plasma/plasma-sdk/plasma-sdk-5.22.5.ebuild
index 09ceedb3ab6..7270f6dcb6e 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.22.5.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.22.5.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Useful applications for Plasma development"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-workspace-wallpapers/

2021-09-14 Thread Sam James
commit: 74a0b7c0f7a66daef38a4e78d4f335e43a73bb01
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 15 02:24:31 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 15 02:24:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74a0b7c0

kde-plasma/plasma-workspace-wallpapers: Stabilize 5.22.5 x86, #811444

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

 .../plasma-workspace-wallpapers-5.22.5.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.22.5.ebuild
 
b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.22.5.ebuild
index 505df2c2d30..33cda94f8b1 100644
--- 
a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.22.5.ebuild
+++ 
b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.22.5.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Wallpapers for the Plasma workspace"
 
 LICENSE="GPL-2"
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 IUSE=""
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/xdg-desktop-portal-kde/

2021-09-14 Thread Sam James
commit: e2f71247e61dc18feb07b769073ff034d5631d0a
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 15 02:24:20 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 15 02:24:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2f71247

kde-plasma/xdg-desktop-portal-kde: Stabilize 5.22.5 x86, #811444

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

 kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.22.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.22.5.ebuild 
b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.22.5.ebuild
index 6b88c84fe16..baba4126c50 100644
--- a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.22.5.ebuild
+++ b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.22.5.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Backend implementation for xdg-desktop-portal 
that is using Qt/KDE
 
 LICENSE="LGPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 IUSE=""
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plymouth-kcm/

2021-09-14 Thread Sam James
commit: 272420d4aa87a064a378d53c5d0621f51dd4ab6e
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 15 02:24:25 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 15 02:24:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=272420d4

kde-plasma/plymouth-kcm: Stabilize 5.22.5 x86, #811444

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

 kde-plasma/plymouth-kcm/plymouth-kcm-5.22.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.22.5.ebuild 
b/kde-plasma/plymouth-kcm/plymouth-kcm-5.22.5.ebuild
index 1b2413f157a..d4527c158bc 100644
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.22.5.ebuild
+++ b/kde-plasma/plymouth-kcm/plymouth-kcm-5.22.5.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm;
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-nm/

2021-09-14 Thread Sam James
commit: d2c4e54690a4ff1c7a2fff983df1cbeae44bc982
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 15 02:24:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 15 02:24:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2c4e546

kde-plasma/plasma-nm: Stabilize 5.22.5 x86, #811444

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

 kde-plasma/plasma-nm/plasma-nm-5.22.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.22.5.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.22.5.ebuild
index 04e172aad5c..16cf364e422 100644
--- a/kde-plasma/plasma-nm/plasma-nm-5.22.5.ebuild
+++ b/kde-plasma/plasma-nm/plasma-nm-5.22.5.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="KDE Plasma applet for NetworkManager"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 IUSE="modemmanager openconnect teamd"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-browser-integration/

2021-09-14 Thread Sam James
commit: 0bd320a9aa2651ca68c7162b44391b703e79f203
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 15 02:24:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 15 02:24:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bd320a9

kde-plasma/plasma-browser-integration: Stabilize 5.22.5 x86, #811444

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

 .../plasma-browser-integration/plasma-browser-integration-5.22.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.22.5.ebuild
 
b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.22.5.ebuild
index 93d643e0ab8..2f196892101 100644
--- 
a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.22.5.ebuild
+++ 
b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.22.5.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE+=" 
https://community.kde.org/Plasma/Browser_Integration;
 
 LICENSE="GPL-3+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/oxygen/

2021-09-14 Thread Sam James
commit: b92589837f8f61fa7c5f2644ea977c76d4d18254
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 15 02:24:07 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 15 02:24:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9258983

kde-plasma/oxygen: Stabilize 5.22.5 x86, #811444

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

 kde-plasma/oxygen/oxygen-5.22.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/oxygen/oxygen-5.22.5.ebuild 
b/kde-plasma/oxygen/oxygen-5.22.5.ebuild
index e06df308561..7429e84afdc 100644
--- a/kde-plasma/oxygen/oxygen-5.22.5.ebuild
+++ b/kde-plasma/oxygen/oxygen-5.22.5.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://invent.kde.org/plasma/oxygen;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 IUSE="wayland"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-systemmonitor/

2021-09-14 Thread Sam James
commit: 873f3c0ff21338fa26abf6d02409ddfe5d539c80
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 15 02:24:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 15 02:24:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=873f3c0f

kde-plasma/plasma-systemmonitor: Stabilize 5.22.5 x86, #811444

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

 kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.22.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.22.5.ebuild 
b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.22.5.ebuild
index 51959f88ec3..6035cac1878 100644
--- a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.22.5.ebuild
+++ b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.22.5.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://apps.kde.org/plasma-systemmonitor/;
 
 LICENSE="|| ( GPL-3 GPL-2 )"
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/powerdevil/

2021-09-14 Thread Sam James
commit: c8596735f29b7489c3848a8936344b635232cb03
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 15 02:24:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 15 02:24:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8596735

kde-plasma/powerdevil: Stabilize 5.22.5 x86, #811444

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

 kde-plasma/powerdevil/powerdevil-5.22.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/powerdevil/powerdevil-5.22.5.ebuild 
b/kde-plasma/powerdevil/powerdevil-5.22.5.ebuild
index 8323834b0e9..361676269a8 100644
--- a/kde-plasma/powerdevil/powerdevil-5.22.5.ebuild
+++ b/kde-plasma/powerdevil/powerdevil-5.22.5.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://invent.kde.org/plasma/powerdevil;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 IUSE="brightness-control caps +wireless"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-vault/

2021-09-14 Thread Sam James
commit: 7f6be4d466797c3be9a122bb79f0de38e39af4ea
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 15 02:24:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 15 02:24:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f6be4d4

kde-plasma/plasma-vault: Stabilize 5.22.5 x86, #811444

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

 kde-plasma/plasma-vault/plasma-vault-5.22.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-vault/plasma-vault-5.22.5.ebuild 
b/kde-plasma/plasma-vault/plasma-vault-5.22.5.ebuild
index 129bbac385f..c832be52911 100644
--- a/kde-plasma/plasma-vault/plasma-vault-5.22.5.ebuild
+++ b/kde-plasma/plasma-vault/plasma-vault-5.22.5.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE+=" 
https://cukic.co/2017/02/03/vaults-encryption-in-plasma/;
 
 LICENSE="LGPL-3"
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 IUSE="networkmanager"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2021-09-14 Thread Sam James
commit: 1ecce8d950fa72bf48db55690e9d8e23e7cac6ed
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 15 02:24:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 15 02:24:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ecce8d9

kde-plasma/plasma-firewall: Stabilize 5.22.5 x86, #811444

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

 kde-plasma/plasma-firewall/plasma-firewall-5.22.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.22.5.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.22.5.ebuild
index b8b3c53d50a..b8fe8d5199b 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.22.5.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.22.5.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 IUSE="firewalld +ufw"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-disks/

2021-09-14 Thread Sam James
commit: a848fc8b53a5074bcaae83a854cd3c5e36a3bbc4
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 15 02:24:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 15 02:24:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a848fc8b

kde-plasma/plasma-disks: Stabilize 5.22.5 x86, #811444

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

 kde-plasma/plasma-disks/plasma-disks-5.22.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-disks/plasma-disks-5.22.5.ebuild 
b/kde-plasma/plasma-disks/plasma-disks-5.22.5.ebuild
index add6fb3415c..83f8fc28aa1 100644
--- a/kde-plasma/plasma-disks/plasma-disks-5.22.5.ebuild
+++ b/kde-plasma/plasma-disks/plasma-disks-5.22.5.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://invent.kde.org/plasma/plasma-disks;
 
 LICENSE="|| ( GPL-3 GPL-2 )"
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-desktop/

2021-09-14 Thread Sam James
commit: 142060eb3268129e54e756f321e796d1e5e13780
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 15 02:24:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 15 02:24:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=142060eb

kde-plasma/plasma-desktop: Stabilize 5.22.5 x86, #811444

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

 kde-plasma/plasma-desktop/plasma-desktop-5.22.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.22.5.ebuild 
b/kde-plasma/plasma-desktop/plasma-desktop-5.22.5.ebuild
index b50850f4b45..a7330ce3611 100644
--- a/kde-plasma/plasma-desktop/plasma-desktop-5.22.5.ebuild
+++ b/kde-plasma/plasma-desktop/plasma-desktop-5.22.5.ebuild
@@ -17,7 +17,7 @@ SRC_URI+=" 
https://dev.gentoo.org/~asturm/distfiles/${XORGHDRS}.tar.xz;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 IUSE="emoji ibus +kaccounts +policykit scim +semantic-desktop telemetry"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/ksystemstats/

2021-09-14 Thread Sam James
commit: 79a47d04c19f3d382f05cbf1a8e49d4a2b7726ce
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 15 02:24:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 15 02:24:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79a47d04

kde-plasma/ksystemstats: Stabilize 5.22.5 x86, #811444

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

 kde-plasma/ksystemstats/ksystemstats-5.22.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/ksystemstats/ksystemstats-5.22.5.ebuild 
b/kde-plasma/ksystemstats/ksystemstats-5.22.5.ebuild
index 2738ca837d4..544ce079816 100644
--- a/kde-plasma/ksystemstats/ksystemstats-5.22.5.ebuild
+++ b/kde-plasma/ksystemstats/ksystemstats-5.22.5.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="Plugin-based system monitoring daemon"
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 IUSE="lm-sensors networkmanager"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/polkit-kde-agent/

2021-09-14 Thread Sam James
commit: 848f0731b039d9a951ff5b046d9f69fc68f2bdb4
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 15 02:24:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 15 02:24:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=848f0731

kde-plasma/polkit-kde-agent: Stabilize 5.22.5 x86, #811444

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

 kde-plasma/polkit-kde-agent/polkit-kde-agent-5.22.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.22.5.ebuild 
b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.22.5.ebuild
index acf6505b8cb..63a8deeba07 100644
--- a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.22.5.ebuild
+++ b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.22.5.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://kde.org/;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/ksshaskpass/

2021-09-14 Thread Sam James
commit: 58758432adf2c4cdaa94cef69323c08492855548
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 15 02:23:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 15 02:23:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58758432

kde-plasma/ksshaskpass: Stabilize 5.22.5 x86, #811444

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

 kde-plasma/ksshaskpass/ksshaskpass-5.22.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/ksshaskpass/ksshaskpass-5.22.5.ebuild 
b/kde-plasma/ksshaskpass/ksshaskpass-5.22.5.ebuild
index 5d53a4f8107..ca70f209c1b 100644
--- a/kde-plasma/ksshaskpass/ksshaskpass-5.22.5.ebuild
+++ b/kde-plasma/ksshaskpass/ksshaskpass-5.22.5.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE+=" https://invent.kde.org/plasma/ksshaskpass;
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/kwayland-integration/

2021-09-14 Thread Sam James
commit: 7fc20e02c521ace59f1e40041d921cfcc42e4188
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 15 02:24:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 15 02:24:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fc20e02

kde-plasma/kwayland-integration: Stabilize 5.22.5 x86, #811444

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

 kde-plasma/kwayland-integration/kwayland-integration-5.22.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.22.5.ebuild 
b/kde-plasma/kwayland-integration/kwayland-integration-5.22.5.ebuild
index cfccd65c544..707d1eb2816 100644
--- a/kde-plasma/kwayland-integration/kwayland-integration-5.22.5.ebuild
+++ b/kde-plasma/kwayland-integration/kwayland-integration-5.22.5.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://invent.kde.org/plasma/kwayland-integration;
 
 LICENSE="LGPL-2.1"
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 IUSE=""
 
 RESTRICT="test" # bug 668872



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/kwrited/

2021-09-14 Thread Sam James
commit: 43e6420cb8bf8394ae4b63ca9dc9f7743e41f306
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 15 02:24:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 15 02:24:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43e6420c

kde-plasma/kwrited: Stabilize 5.22.5 x86, #811444

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

 kde-plasma/kwrited/kwrited-5.22.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/kwrited/kwrited-5.22.5.ebuild 
b/kde-plasma/kwrited/kwrited-5.22.5.ebuild
index 9bddad6b153..a6cbfe3dc89 100644
--- a/kde-plasma/kwrited/kwrited-5.22.5.ebuild
+++ b/kde-plasma/kwrited/kwrited-5.22.5.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="KDE Plasma daemon listening for wall and write 
messages"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/ksysguard/

2021-09-14 Thread Sam James
commit: 2832f720f41e39c8a0d8be09093a1411792ced73
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 15 02:23:46 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 15 02:23:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2832f720

kde-plasma/ksysguard: Stabilize 5.22.0 x86, #811444

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

 kde-plasma/ksysguard/ksysguard-5.22.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/ksysguard/ksysguard-5.22.0.ebuild 
b/kde-plasma/ksysguard/ksysguard-5.22.0.ebuild
index 1be76e5802d..4912efbccb2 100644
--- a/kde-plasma/ksysguard/ksysguard-5.22.0.ebuild
+++ b/kde-plasma/ksysguard/ksysguard-5.22.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://apps.kde.org/ksysguard/ 
https://userbase.kde.org/KSysGuard;
 
 if [[ ${KDE_BUILD_TYPE} != live ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 fi
 
 LICENSE="GPL-2+"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/kwallet-pam/

2021-09-14 Thread Sam James
commit: 7f8bbcbbea4ced487dfa3bef4bb352c2bb40ade5
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 15 02:23:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 15 02:23:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f8bbcbb

kde-plasma/kwallet-pam: Stabilize 5.22.5 x86, #811444

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

 kde-plasma/kwallet-pam/kwallet-pam-5.22.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/kwallet-pam/kwallet-pam-5.22.5.ebuild 
b/kde-plasma/kwallet-pam/kwallet-pam-5.22.5.ebuild
index 2db13f66ab1..79f89878c62 100644
--- a/kde-plasma/kwallet-pam/kwallet-pam-5.22.5.ebuild
+++ b/kde-plasma/kwallet-pam/kwallet-pam-5.22.5.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="PAM module to not enter KWallet password again 
after login"
 
 LICENSE="LGPL-2.1"
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-webrtc/

2021-09-14 Thread Sam James
commit: 67bd5c2bf68b4eab4a1f13b77abd170a6ddedb62
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Sun Aug 22 05:39:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 15 01:30:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67bd5c2b

media-plugins/gst-plugins-webrtc: Depend on media-plugins/gst-plugins-sctp

Closes: https://bugs.gentoo.org/809485
Signed-off-by: Haelwenn (lanodan) Monnier  hacktivis.me>
Closes: https://github.com/gentoo/gentoo/pull/22131
Signed-off-by: Sam James  gentoo.org>

 ...tc-1.18.4.ebuild => gst-plugins-webrtc-1.18.4-r1.ebuild} | 13 +
 1 file changed, 13 insertions(+)

diff --git a/media-plugins/gst-plugins-webrtc/gst-plugins-webrtc-1.18.4.ebuild 
b/media-plugins/gst-plugins-webrtc/gst-plugins-webrtc-1.18.4-r1.ebuild
similarity index 58%
rename from media-plugins/gst-plugins-webrtc/gst-plugins-webrtc-1.18.4.ebuild
rename to media-plugins/gst-plugins-webrtc/gst-plugins-webrtc-1.18.4-r1.ebuild
index c896bbbdb16..eabe91afe5d 100644
--- a/media-plugins/gst-plugins-webrtc/gst-plugins-webrtc-1.18.4.ebuild
+++ b/media-plugins/gst-plugins-webrtc/gst-plugins-webrtc-1.18.4-r1.ebuild
@@ -10,9 +10,22 @@ DESCRIPTION="WebRTC plugins for GStreamer"
 KEYWORDS="~amd64"
 IUSE=""
 
+# == ext/webrtc/meson.build
+# dev-libs/glib (eclass): gio_dep
+# net-libs/libnice: libnice_dep
+# media-libs/gst-plugins-base: gstbase_dep, gstsdp_dep, gstapp_dep, gstrtp_dep
+# media-plugins/gst-plugins-sctp: gstsctp_dep
+# == ext/webrtcdsp/meson.build
+# media-libs/gst-plugins-base: gstbase_dep, gstaudio_dep
+# media-libs/gst-plugins-bad: gstbadaudio_dep
+# media-libs/webrtc-audio-processing: webrtc_dep
+# (android): gnustl_dep
+# == gst-libs/gst/webrtc/meson.build
+# media-libs/gst-plugins-base: gstbase_dep, gstsdp_dep
 RDEPEND="
>=media-libs/gst-plugins-base-${PV}:1.0[${MULTILIB_USEDEP}]
>=media-libs/gst-plugins-bad-${PV}:1.0[${MULTILIB_USEDEP}]
+   >=media-plugins/gst-plugins-sctp-${PV}:1.0[${MULTILIB_USEDEP}]
>=media-libs/webrtc-audio-processing-0.2[${MULTILIB_USEDEP}]
=net-libs/libnice-0.1.14[${MULTILIB_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-sctp/

2021-09-14 Thread Sam James
commit: 740e826a546dee8509691e1f735bb18a698a39ee
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Sun Aug 22 05:39:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 15 01:30:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=740e826a

media-plugins/gst-plugins-sctp: New package

Signed-off-by: Haelwenn (lanodan) Monnier  hacktivis.me>
Signed-off-by: Sam James  gentoo.org>

 media-plugins/gst-plugins-sctp/Manifest  |  1 +
 .../gst-plugins-sctp/gst-plugins-sctp-1.18.4.ebuild  | 16 
 media-plugins/gst-plugins-sctp/metadata.xml  |  8 
 3 files changed, 25 insertions(+)

diff --git a/media-plugins/gst-plugins-sctp/Manifest 
b/media-plugins/gst-plugins-sctp/Manifest
new file mode 100644
index 000..54abf6962a5
--- /dev/null
+++ b/media-plugins/gst-plugins-sctp/Manifest
@@ -0,0 +1 @@
+DIST gst-plugins-bad-1.18.4.tar.xz 5640292 BLAKE2B 
5385abe635a35f61c6780e6cfa1189835877b8c0a12145de6890708a097fc453b1abfb14a3497cae4e6961f71fc2c6e01759fe19386cd30a64c4069704ddf77a
 SHA512 
02123e054419f5ce6ca2ebe0bdf23572269ea4120bf463b4d672efbe5d9e5d417d4d711cc80094be974c4569f754d8b2ad93f59b827e3b018d450582834cb125

diff --git a/media-plugins/gst-plugins-sctp/gst-plugins-sctp-1.18.4.ebuild 
b/media-plugins/gst-plugins-sctp/gst-plugins-sctp-1.18.4.ebuild
new file mode 100644
index 000..f5bc60530fa
--- /dev/null
+++ b/media-plugins/gst-plugins-sctp/gst-plugins-sctp-1.18.4.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+GST_ORG_MODULE=gst-plugins-bad
+
+inherit gstreamer-meson
+
+DESCRIPTION="SCTP plugins for GStreamer"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+   >=media-libs/gst-plugins-base-${PV}:1.0[${MULTILIB_USEDEP}]
+"
+DEPEND="${RDEPEND}"

diff --git a/media-plugins/gst-plugins-sctp/metadata.xml 
b/media-plugins/gst-plugins-sctp/metadata.xml
new file mode 100644
index 000..fb1ea7216a8
--- /dev/null
+++ b/media-plugins/gst-plugins-sctp/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+   gstrea...@gentoo.org
+   GStreamer package maintainers
+
+



[gentoo-commits] repo/gentoo:master commit in: net-dns/dnsmasq/

2021-09-14 Thread Patrick McLean
commit: 843b910d58000b964df3b7716a7466c974b452ca
Author: Patrick McLean  sony  com>
AuthorDate: Wed Sep 15 00:49:19 2021 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Wed Sep 15 00:49:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=843b910d

net-dns/dnsmasq-2.86: Version bump

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Patrick McLean  gentoo.org>

 net-dns/dnsmasq/Manifest|   1 +
 net-dns/dnsmasq/dnsmasq-2.86.ebuild | 218 
 net-dns/dnsmasq/metadata.xml|   1 +
 3 files changed, 220 insertions(+)

diff --git a/net-dns/dnsmasq/Manifest b/net-dns/dnsmasq/Manifest
index 8a4d81c60fb..5e894e46701 100644
--- a/net-dns/dnsmasq/Manifest
+++ b/net-dns/dnsmasq/Manifest
@@ -1 +1,2 @@
 DIST dnsmasq-2.85.tar.xz 518316 BLAKE2B 
b7c081132c65d67b65f797bdbc603930c1509717bc1b5209b12f72fa3f01b4bae2f26a5387f95ef20317cd3d60e097c0b8bef5e019a35013f3ed2acce9fe9e89
 SHA512 
8beefe76b46f7d561f40d0900ba68b260a199cb62ab5b653746e3a1104c04fb8899b9e7a160a1be4fe8782bfb1607b556e9ffb9c25c4e99653e4bc74fcc03b09
+DIST dnsmasq-2.86.tar.xz 531404 BLAKE2B 
27307c70cc90d6e27dbf8e87589b8c72622e93f402c3a431e06facc58a62af46a478d1fdbfb9808a91ff3d2f5da88a8d12de9755009b558d685903e4d2a34de3
 SHA512 
487eae0afbc8bb3d5282a729ffb0cb2c9bdc7d8e46e2e8aa114cd7c5d82e0fd66f49926e7fa4028577548d6f57e8a865aca17f33963a589874584d608ab2deaf

diff --git a/net-dns/dnsmasq/dnsmasq-2.86.ebuild 
b/net-dns/dnsmasq/dnsmasq-2.86.ebuild
new file mode 100644
index 000..24c56481d2a
--- /dev/null
+++ b/net-dns/dnsmasq/dnsmasq-2.86.ebuild
@@ -0,0 +1,218 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+LUA_COMPAT=( lua5-{1..4} luajit )
+
+inherit toolchain-funcs lua-single systemd
+
+DESCRIPTION="Small forwarding DNS server"
+HOMEPAGE="http://www.thekelleys.org.uk/dnsmasq/doc.html;
+SRC_URI="http://www.thekelleys.org.uk/dnsmasq/${P}.tar.xz;
+
+LICENSE="|| ( GPL-2 GPL-3 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+IUSE="auth-dns conntrack dbus +dhcp dhcp-tools dnssec +dumpfile id idn libidn2"
+IUSE+=" +loop +inotify ipv6 lua nettlehash nls script selinux static tftp"
+
+DM_LINGUAS=(de es fi fr id it no pl pt_BR ro)
+
+BDEPEND="
+   app-arch/xz-utils
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )
+"
+
+COMMON_DEPEND="
+   acct-group/dnsmasq
+   acct-user/dnsmasq
+   dbus? ( sys-apps/dbus:= )
+   idn? (
+   !libidn2? ( net-dns/libidn:0= )
+   libidn2? ( >=net-dns/libidn2-2.0:= )
+   )
+   lua? ( ${LUA_DEPS} )
+   conntrack? ( net-libs/libnetfilter_conntrack:= )
+   nls? ( sys-devel/gettext )
+"
+
+DEPEND="${COMMON_DEPEND}
+   dnssec? (
+   dev-libs/nettle:=[gmp]
+   static? ( >=dev-libs/nettle-3.4[static-libs(+)] )
+   )
+"
+
+RDEPEND="${COMMON_DEPEND}
+   dnssec? (
+   !static? ( >=dev-libs/nettle-3.4:=[gmp] )
+   )
+   selinux? ( sec-policy/selinux-dnsmasq )
+"
+
+REQUIRED_USE="
+   dhcp-tools? ( dhcp )
+   dnssec? ( !nettlehash )
+   lua? (
+   script
+   ${LUA_REQUIRED_USE}
+   )
+   libidn2? ( idn )
+"
+
+use_have() {
+   local no_only
+   if [[ ${1} == '-n' ]]; then
+   no_only=1
+   shift
+   fi
+   local useflag="${1}"
+   shift
+
+   local uword="${1:-${useflag}}"
+   shift
+
+   while [[ ${uword} ]]; do
+   uword="${uword^^}"
+
+   if ! use "${useflag}"; then
+   printf -- " -DNO_%s" "${uword}"
+   elif [[ -z "${no_only}" ]]; then
+   printf -- " -DHAVE_%s" "${uword}"
+   fi
+   uword="${1}"
+   shift
+   done
+}
+
+pkg_setup() {
+   use lua && lua-single_pkg_setup
+}
+
+pkg_pretend() {
+   if use static; then
+   einfo "Only sys-libs/gmp and dev-libs/nettle are statically 
linked."
+   use dnssec || einfo "Thus, ${P}[!dnssec,static] makes no 
sense;" \
+   "in this case the static USE flag does nothing."
+   fi
+}
+
+src_prepare() {
+   default
+
+   sed -i -r 's:lua5.[0-9]+:lua:' Makefile || die
+   sed -i "s:%%PREFIX%%:${EPREFIX}/usr:" \
+   dnsmasq.conf.example || die
+}
+
+src_configure() {
+   COPTS=(
+   $(use_have -n auth-dns auth)
+   $(use_have conntrack)
+   $(use_have dbus)
+   $(use libidn2 || use_have idn)
+   $(use_have libidn2)
+   $(use_have -n inotify)
+   $(use_have -n dhcp dhcp dhcp6)
+   $(use_have -n ipv6 ipv6 dhcp6)
+   $(use_have -n id id)
+   $(use_have -n loop)
+   $(use_have lua 

[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/

2021-09-14 Thread Mike Gilbert
commit: 2b66ecb91eac14f2b5c999e95903eb93dd22a785
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Sep 15 00:23:04 2021 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Sep 15 00:23:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b66ecb9

sys-apps/systemd: drop 249.2-r1

Signed-off-by: Mike Gilbert  gentoo.org>

 sys-apps/systemd/Manifest|   1 -
 sys-apps/systemd/systemd-249.2-r1.ebuild | 513 ---
 2 files changed, 514 deletions(-)

diff --git a/sys-apps/systemd/Manifest b/sys-apps/systemd/Manifest
index aba1e8af8eb..318d2b70af7 100644
--- a/sys-apps/systemd/Manifest
+++ b/sys-apps/systemd/Manifest
@@ -1,2 +1 @@
-DIST systemd-stable-249.2.tar.gz 10591728 BLAKE2B 
fb24c681cf2328aa26fa49a8ba20cccd1ee0fae82ec9f9931a69eaa377fc01b2ece12fdf407444514d494b8ac1418f155b0fceeff4925bebaba691f0b8a2acc8
 SHA512 
4f42a0b93156529a464545361436fa98193e12a7e0809315b9fdedbcf33b81dd2037acac27fb0dfefcb2679bc49ebb6da4d152ecb4b15db797c81f7ca4588a11
 DIST systemd-stable-249.4.tar.gz 10593723 BLAKE2B 
466b3cb27c4bc6c85c9ba50f6614175b2c31a4c177d452542faa1395e99511440029b1a093dc80a5a1a0135eed09d8b1849572f36dba4e18a1396230bfc31adb
 SHA512 
5b9ec28102538bc3dcb632ee16389ff20dccf4b723186f6ae2da119a1809d84db0d8bcecf9b75c5e2da8427f5543e1da281bbed1a154e529d8a82ea5128c465c

diff --git a/sys-apps/systemd/systemd-249.2-r1.ebuild 
b/sys-apps/systemd/systemd-249.2-r1.ebuild
deleted file mode 100644
index 1f0dd24720f..000
--- a/sys-apps/systemd/systemd-249.2-r1.ebuild
+++ /dev/null
@@ -1,513 +0,0 @@
-# Copyright 2011-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{8..10} )
-
-# Avoid QA warnings
-TMPFILES_OPTIONAL=1
-
-if [[ ${PV} ==  ]]; then
-   EGIT_REPO_URI="https://github.com/systemd/systemd.git;
-   inherit git-r3
-else
-   if [[ ${PV} == *.* ]]; then
-   MY_PN=systemd-stable
-   else
-   MY_PN=systemd
-   fi
-   MY_PV=${PV/_/-}
-   MY_P=${MY_PN}-${MY_PV}
-   S=${WORKDIR}/${MY_P}
-   
SRC_URI="https://github.com/systemd/${MY_PN}/archive/v${MY_PV}/${MY_P}.tar.gz;
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv 
sparc x86"
-fi
-
-inherit bash-completion-r1 linux-info meson-multilib pam python-any-r1 systemd 
toolchain-funcs udev usr-ldscript
-
-DESCRIPTION="System and service manager for Linux"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/systemd;
-
-LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
-SLOT="0/2"
-IUSE="acl apparmor audit build cgroup-hybrid cryptsetup curl dns-over-tls 
elfutils +gcrypt gnuefi homed http +hwdb idn importd +kmod +lz4 lzma nat pam 
pcre pkcs11 policykit pwquality qrcode repart +resolvconf +seccomp selinux 
split-usr +sysv-utils test tpm vanilla xkb +zstd"
-
-REQUIRED_USE="
-   homed? ( cryptsetup pam )
-   importd? ( curl gcrypt lzma )
-   pwquality? ( homed )
-"
-RESTRICT="!test? ( test )"
-
-MINKV="3.11"
-
-OPENSSL_DEP=">=dev-libs/openssl-1.1.0:0="
-
-COMMON_DEPEND=">=sys-apps/util-linux-2.30:0=[${MULTILIB_USEDEP}]
-   sys-libs/libcap:0=[${MULTILIB_USEDEP}]
-   virtual/libcrypt:=[${MULTILIB_USEDEP}]
-   acl? ( sys-apps/acl:0= )
-   apparmor? ( sys-libs/libapparmor:0= )
-   audit? ( >=sys-process/audit-2:0= )
-   cryptsetup? ( >=sys-fs/cryptsetup-2.0.1:0= )
-   curl? ( net-misc/curl:0= )
-   dns-over-tls? ( >=net-libs/gnutls-3.6.0:0= )
-   elfutils? ( >=dev-libs/elfutils-0.158:0= )
-   gcrypt? ( >=dev-libs/libgcrypt-1.4.5:0=[${MULTILIB_USEDEP}] )
-   homed? ( ${OPENSSL_DEP} )
-   http? (
-   >=net-libs/libmicrohttpd-0.9.33:0=[epoll(+)]
-   >=net-libs/gnutls-3.1.4:0=
-   )
-   idn? ( net-dns/libidn2:= )
-   importd? (
-   app-arch/bzip2:0=
-   sys-libs/zlib:0=
-   )
-   kmod? ( >=sys-apps/kmod-15:0= )
-   lz4? ( >=app-arch/lz4-0_p131:0=[${MULTILIB_USEDEP}] )
-   lzma? ( >=app-arch/xz-utils-5.0.5-r1:0=[${MULTILIB_USEDEP}] )
-   nat? ( net-firewall/iptables:0= )
-   pam? ( sys-libs/pam:=[${MULTILIB_USEDEP}] )
-   pkcs11? ( app-crypt/p11-kit:0= )
-   pcre? ( dev-libs/libpcre2 )
-   pwquality? ( dev-libs/libpwquality:0= )
-   qrcode? ( media-gfx/qrencode:0= )
-   repart? ( ${OPENSSL_DEP} )
-   seccomp? ( >=sys-libs/libseccomp-2.3.3:0= )
-   selinux? ( sys-libs/libselinux:0= )
-   tpm? ( app-crypt/tpm2-tss:0= )
-   xkb? ( >=x11-libs/libxkbcommon-0.4.1:0= )
-   zstd? ( >=app-arch/zstd-1.4.0:0=[${MULTILIB_USEDEP}] )
-"
-
-# Newer linux-headers needed by ia64, bug #480218
-DEPEND="${COMMON_DEPEND}
-   >=sys-kernel/linux-headers-${MINKV}
-   gnuefi? ( >=sys-boot/gnu-efi-3.0.2 )
-"
-
-# baselayout-2.2 has /run
-RDEPEND="${COMMON_DEPEND}
-   >=acct-group/adm-0-r1
-   >=acct-group/wheel-0-r1
-   >=acct-group/kmem-0-r1
-   >=acct-group/tty-0-r1
-   

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

2021-09-14 Thread Mike Gilbert
commit: 316e457b8f1f02304d28c75e6498c6664e000f68
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Sep 13 16:24:31 2021 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Sep 14 23:48:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=316e457b

linux-info.eclass: getfilevar: pass dot-config=0 to make

This disables the kernel config check for versions prior to 5.4.

Closes: https://bugs.gentoo.org/811726
Signed-off-by: Mike Gilbert  gentoo.org>

 eclass/linux-info.eclass | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/eclass/linux-info.eclass b/eclass/linux-info.eclass
index 97f7b5c06a9..9eae5ad589b 100644
--- a/eclass/linux-info.eclass
+++ b/eclass/linux-info.eclass
@@ -205,9 +205,10 @@ getfilevar() {
 
# We use nonfatal because we want the caller to take care of 
things #373151
# Pass need-config= to make to avoid config check in kernel 
Makefile.
+   # Pass dot-config=0 to avoid the config check in kernels prior 
to 5.4.
[[ ${EAPI:-0} == [0123] ]] && nonfatal() { "$@"; }
echo -e "e:\\n\\t@echo \$(${1})\\ninclude ${basefname}" | \
-   nonfatal emake -C "${basedname}" M="${T}" need-config= 
${BUILD_FIXES} -s -f - 2>/dev/null
+   nonfatal emake -C "${basedname}" M="${T}" dot-config=0 
need-config= ${BUILD_FIXES} -s -f - 2>/dev/null
 
ARCH=${myARCH}
fi



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

2021-09-14 Thread Mike Gilbert
commit: 4459479bb524f980f77f82e3108e924077048713
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Sep 13 14:46:57 2021 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Sep 14 23:47:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4459479b

linux-info.eclass: rework get_running_version

This function may fail if the version cannot be parsed from a Makefile
found by following the /lib/modules/${KV_FULL}/{source,build} symlinks.
Instead of failing, we should just split KV_FULL as a fallback.

Also, simplify the existance checks for the kernel Makefile; if we can't
find the kernel source directory, there is really no point in checking
for the kernel build directory. The latter will probably contain a
Makefile with no version information.

Bug: https://bugs.gentoo.org/811726
Signed-off-by: Mike Gilbert  gentoo.org>

 eclass/linux-info.eclass | 47 ---
 1 file changed, 20 insertions(+), 27 deletions(-)

diff --git a/eclass/linux-info.eclass b/eclass/linux-info.eclass
index 4e08949a385..97f7b5c06a9 100644
--- a/eclass/linux-info.eclass
+++ b/eclass/linux-info.eclass
@@ -629,34 +629,27 @@ get_running_version() {
die "${FUNCNAME}() called on non-Linux system, please fix the 
ebuild"
fi
 
-   KV_FULL=$(uname -r)
-
-   if [[ -f ${ROOT%/}/lib/modules/${KV_FULL}/source/Makefile && -f 
${ROOT%/}/lib/modules/${KV_FULL}/build/Makefile ]]; then
-   KERNEL_DIR=$(readlink -f 
${ROOT%/}/lib/modules/${KV_FULL}/source)
-   KBUILD_OUTPUT=$(readlink -f 
${ROOT%/}/lib/modules/${KV_FULL}/build)
-   unset KV_FULL
-   get_version
-   return $?
-   elif [[ -f ${ROOT%/}/lib/modules/${KV_FULL}/source/Makefile ]]; then
-   KERNEL_DIR=$(readlink -f 
${ROOT%/}/lib/modules/${KV_FULL}/source)
-   unset KV_FULL
-   get_version
-   return $?
-   elif [[ -f ${ROOT%/}/lib/modules/${KV_FULL}/build/Makefile ]]; then
-   KERNEL_DIR=$(readlink -f ${ROOT%/}/lib/modules/${KV_FULL}/build)
-   unset KV_FULL
-   get_version
-   return $?
-   else
-   # This handles a variety of weird kernel versions.  Make sure 
to update
-   # tests/linux-info_get_running_version.sh if you want to change 
this.
-   local kv_full=${KV_FULL//[-+_]*}
-   KV_MAJOR=$(ver_cut 1 ${kv_full})
-   KV_MINOR=$(ver_cut 2 ${kv_full})
-   KV_PATCH=$(ver_cut 3 ${kv_full})
-   
KV_EXTRA="${KV_FULL#${KV_MAJOR}.${KV_MINOR}${KV_PATCH:+.${KV_PATCH}}}"
-   : ${KV_PATCH:=0}
+   local kv=$(uname -r)
+
+   if [[ -f ${ROOT%/}/lib/modules/${kv}/source/Makefile ]]; then
+   KERNEL_DIR=$(readlink -f "${ROOT%/}/lib/modules/${kv}/source")
+   if [[ -f ${ROOT%/}/lib/modules/${kv}/build/Makefile ]]; then
+   KBUILD_OUTPUT=$(readlink -f 
"${ROOT%/}/lib/modules/${kv}/build")
+   fi
+   get_version && return 0
fi
+
+   KV_FULL=${kv}
+
+   # This handles a variety of weird kernel versions.  Make sure to update
+   # tests/linux-info_get_running_version.sh if you want to change this.
+   local kv_full=${KV_FULL//[-+_]*}
+   KV_MAJOR=$(ver_cut 1 ${kv_full})
+   KV_MINOR=$(ver_cut 2 ${kv_full})
+   KV_PATCH=$(ver_cut 3 ${kv_full})
+   KV_EXTRA="${KV_FULL#${KV_MAJOR}.${KV_MINOR}${KV_PATCH:+.${KV_PATCH}}}"
+   : ${KV_PATCH:=0}
+
return 0
 }
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/, sys-apps/systemd/files/

2021-09-14 Thread Mike Gilbert
commit: 456fb26fe2564868771b7948b6049dc96743d947
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Sep 14 23:46:05 2021 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Sep 14 23:46:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=456fb26f

sys-apps/systemd: backport network fix

Closes: https://bugs.gentoo.org/813102
Signed-off-by: Mike Gilbert  gentoo.org>

 sys-apps/systemd/files/249-network-renaming.patch  | 41 ++
 ...emd-249.4-r3.ebuild => systemd-249.4-r4.ebuild} |  1 +
 2 files changed, 42 insertions(+)

diff --git a/sys-apps/systemd/files/249-network-renaming.patch 
b/sys-apps/systemd/files/249-network-renaming.patch
new file mode 100644
index 000..b9eecf57b10
--- /dev/null
+++ b/sys-apps/systemd/files/249-network-renaming.patch
@@ -0,0 +1,41 @@
+From 160203e974945ce520fe8f569458634ef898c61c Mon Sep 17 00:00:00 2001
+From: Yu Watanabe 
+Date: Fri, 10 Sep 2021 08:09:56 +0900
+Subject: [PATCH] network: fix handling of network interface renaming
+
+Fixes #20657.
+---
+ src/network/networkd-link.c | 14 +-
+ 1 file changed, 9 insertions(+), 5 deletions(-)
+
+diff --git a/src/network/networkd-link.c b/src/network/networkd-link.c
+index 4afd540d2015..caad6205ae83 100644
+--- a/src/network/networkd-link.c
 b/src/network/networkd-link.c
+@@ -1470,17 +1470,21 @@ static int link_initialized(Link *link, sd_device 
*device) {
+ assert(link);
+ assert(device);
+ 
+-if (link->state != LINK_STATE_PENDING)
+-return 0;
++/* Always replace with the new sd_device object. As the sysname (and 
possibly other properties
++ * or sysattrs) may be outdated. */
++sd_device_ref(device);
++sd_device_unref(link->sd_device);
++link->sd_device = device;
+ 
+-if (link->sd_device)
++/* Do not ignore unamanaged state case here. If an interface is 
renamed after being once
++ * configured, and the corresponding .network file has Name= in 
[Match] section, then the
++ * interface may be already in unmanaged state. See #20657. */
++if (!IN_SET(link->state, LINK_STATE_PENDING, LINK_STATE_UNMANAGED))
+ return 0;
+ 
+ log_link_debug(link, "udev initialized link");
+ link_set_state(link, LINK_STATE_INITIALIZED);
+ 
+-link->sd_device = sd_device_ref(device);
+-
+ /* udev has initialized the link, but we don't know if we have yet
+  * processed the NEWLINK messages with the latest state. Do a GETLINK,
+  * when it returns we know that the pending NEWLINKs have already been

diff --git a/sys-apps/systemd/systemd-249.4-r3.ebuild 
b/sys-apps/systemd/systemd-249.4-r4.ebuild
similarity index 99%
rename from sys-apps/systemd/systemd-249.4-r3.ebuild
rename to sys-apps/systemd/systemd-249.4-r4.ebuild
index b651ce70662..dff4c114007 100644
--- a/sys-apps/systemd/systemd-249.4-r3.ebuild
+++ b/sys-apps/systemd/systemd-249.4-r4.ebuild
@@ -229,6 +229,7 @@ src_prepare() {
"${FILESDIR}/249-libudev-static.patch"
"${FILESDIR}/249-home-secret-assert.patch"
"${FILESDIR}/249-fido2.patch"
+   "${FILESDIR}/249-network-renaming.patch"
)
 
if ! use vanilla; then



[gentoo-commits] repo/proj/guru:dev commit in: www-apps/uwebsockets/

2021-09-14 Thread Aisha Tammy
commit: 42b7e7f17d9385a05667f19fcabfc057fd90b273
Author: Aisha Tammy  aisha  cc>
AuthorDate: Tue Sep 14 18:16:51 2021 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Tue Sep 14 18:17:03 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=42b7e7f1

www-apps/uwebsockets: drop old version

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Aisha Tammy  aisha.cc>

 www-apps/uwebsockets/Manifest  |  1 -
 www-apps/uwebsockets/uwebsockets-19.5.0.ebuild | 33 --
 2 files changed, 34 deletions(-)

diff --git a/www-apps/uwebsockets/Manifest b/www-apps/uwebsockets/Manifest
index 6ff2b8b78..d969d672f 100644
--- a/www-apps/uwebsockets/Manifest
+++ b/www-apps/uwebsockets/Manifest
@@ -1,2 +1 @@
-DIST uwebsockets-19.5.0.tar.gz 296625 BLAKE2B 
d6ae47872c903bb702300d59208fd7d7ac1ffe8580199babb0d7671c205af9a6e6832b27d4f7d2d032461a06f43e938f19d6d531a5671c6c739aee2c5d4e8b92
 SHA512 
1bf7bf44f258664450b8a6325d51a2cfe0c3ba4e128231dcf16a2661a51967f972957d3dd36ac5a4177e10e4a942b1661c4a60e503eb1517493a29381388f21f
 DIST uwebsockets-19.6.0.tar.gz 297602 BLAKE2B 
bbb105b1fec254b71488b8c30b217881a6ad51763311547fa997ff930a50d01ec3df6b046b403296d90e08fa47bd3fe2168dbaafbdb2f9453857ec8897cb6c33
 SHA512 
60889a1aeacc51c18f2bd92cca89e7cea8970454358f1a32b4c7904e0fb4535c1105c1f1e6443e7957c621d3cc341923091b3fc8e3afa3a3e2d625b7b4102d99

diff --git a/www-apps/uwebsockets/uwebsockets-19.5.0.ebuild 
b/www-apps/uwebsockets/uwebsockets-19.5.0.ebuild
deleted file mode 100644
index ca1133942..0
--- a/www-apps/uwebsockets/uwebsockets-19.5.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 2019-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="ultra fast, simple, secure & standards compliant web I/O"
-HOMEPAGE="https://github.com/uNetworking/uWebSockets;
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/uNetworking/uWebSockets.git;
-else
-   
SRC_URI="https://github.com/uNetworking/uWebSockets/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm64 ~x86"
-   S="${WORKDIR}/uWebSockets-${PV}"
-fi
-
-LICENSE="Apache-2.0"
-SLOT="0"
-RDEPEND=">=net-libs/usockets-0.6.0"
-
-src_prepare() {
-   default
-   mv src uWebSockets
-}
-
-src_compile() {
-   return 0
-}
-
-src_install() {
-   doheader -r uWebSockets
-}



[gentoo-commits] repo/proj/guru:dev commit in: www-apps/uwebsockets/

2021-09-14 Thread Aisha Tammy
commit: 6ae44aa8016181bfe52c6db2f98c24c11d430f86
Author: Aisha Tammy  aisha  cc>
AuthorDate: Tue Sep 14 18:16:29 2021 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Tue Sep 14 18:17:03 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6ae44aa8

www-apps/uwebsockets: version bump to 19.6.0

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Aisha Tammy  aisha.cc>

 www-apps/uwebsockets/Manifest  |  1 +
 www-apps/uwebsockets/uwebsockets-19.6.0.ebuild | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/www-apps/uwebsockets/Manifest b/www-apps/uwebsockets/Manifest
index 88a9e1e3c..6ff2b8b78 100644
--- a/www-apps/uwebsockets/Manifest
+++ b/www-apps/uwebsockets/Manifest
@@ -1 +1,2 @@
 DIST uwebsockets-19.5.0.tar.gz 296625 BLAKE2B 
d6ae47872c903bb702300d59208fd7d7ac1ffe8580199babb0d7671c205af9a6e6832b27d4f7d2d032461a06f43e938f19d6d531a5671c6c739aee2c5d4e8b92
 SHA512 
1bf7bf44f258664450b8a6325d51a2cfe0c3ba4e128231dcf16a2661a51967f972957d3dd36ac5a4177e10e4a942b1661c4a60e503eb1517493a29381388f21f
+DIST uwebsockets-19.6.0.tar.gz 297602 BLAKE2B 
bbb105b1fec254b71488b8c30b217881a6ad51763311547fa997ff930a50d01ec3df6b046b403296d90e08fa47bd3fe2168dbaafbdb2f9453857ec8897cb6c33
 SHA512 
60889a1aeacc51c18f2bd92cca89e7cea8970454358f1a32b4c7904e0fb4535c1105c1f1e6443e7957c621d3cc341923091b3fc8e3afa3a3e2d625b7b4102d99

diff --git a/www-apps/uwebsockets/uwebsockets-19.6.0.ebuild 
b/www-apps/uwebsockets/uwebsockets-19.6.0.ebuild
new file mode 100644
index 0..ca1133942
--- /dev/null
+++ b/www-apps/uwebsockets/uwebsockets-19.6.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="ultra fast, simple, secure & standards compliant web I/O"
+HOMEPAGE="https://github.com/uNetworking/uWebSockets;
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/uNetworking/uWebSockets.git;
+else
+   
SRC_URI="https://github.com/uNetworking/uWebSockets/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm64 ~x86"
+   S="${WORKDIR}/uWebSockets-${PV}"
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+RDEPEND=">=net-libs/usockets-0.6.0"
+
+src_prepare() {
+   default
+   mv src uWebSockets
+}
+
+src_compile() {
+   return 0
+}
+
+src_install() {
+   doheader -r uWebSockets
+}



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

2021-09-14 Thread Piotr Karbowski
commit: 1a5c67f09ee13e244cc872561ca18310817551b7
Author: Piotr Karbowski  gentoo  org>
AuthorDate: Tue Sep 14 20:22:36 2021 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Tue Sep 14 22:04:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a5c67f0

app-admin/ryzen_smu: Fix CC when actually crosscompilling.

Signed-off-by: Piotr Karbowski  gentoo.org>

 app-admin/ryzen_smu/ryzen_smu-0.1.2.ebuild   | 2 +-
 app-admin/ryzen_smu/ryzen_smu-0.1.2_p20210627.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/ryzen_smu/ryzen_smu-0.1.2.ebuild 
b/app-admin/ryzen_smu/ryzen_smu-0.1.2.ebuild
index fe4e3f02e5e..7b435d147ee 100644
--- a/app-admin/ryzen_smu/ryzen_smu-0.1.2.ebuild
+++ b/app-admin/ryzen_smu/ryzen_smu-0.1.2.ebuild
@@ -26,7 +26,7 @@ pkg_setup() {
linux-mod_pkg_setup
 
BUILD_TARGETS="modules"
-   BUILD_PARAMS="CC=$(tc-getBUILD_CC) KERNEL_BUILD=${KERNEL_DIR}"
+   BUILD_PARAMS="CC=$(tc-getCC) KERNEL_BUILD=${KERNEL_DIR}"
 }
 
 src_install() {

diff --git a/app-admin/ryzen_smu/ryzen_smu-0.1.2_p20210627.ebuild 
b/app-admin/ryzen_smu/ryzen_smu-0.1.2_p20210627.ebuild
index e07caf3d378..6beb7f83fc1 100644
--- a/app-admin/ryzen_smu/ryzen_smu-0.1.2_p20210627.ebuild
+++ b/app-admin/ryzen_smu/ryzen_smu-0.1.2_p20210627.ebuild
@@ -26,7 +26,7 @@ pkg_setup() {
linux-mod_pkg_setup
 
BUILD_TARGETS="modules"
-   BUILD_PARAMS="CC=$(tc-getBUILD_CC) KERNEL_BUILD=${KERNEL_DIR}"
+   BUILD_PARAMS="CC=$(tc-getCC) KERNEL_BUILD=${KERNEL_DIR}"
 }
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: app-admin/ryzen_monitor/files/, app-admin/ryzen_monitor/

2021-09-14 Thread Piotr Karbowski
commit: b67f3c23744d8b66f299b3202e3fb68f7df78740
Author: Piotr Karbowski  gentoo  org>
AuthorDate: Tue Sep 14 21:08:28 2021 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Tue Sep 14 22:04:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b67f3c23

app-admin/ryzen_monitor: 1.0.4-r1: fix issues around Makefile.

Signed-off-by: Piotr Karbowski  gentoo.org>

 .../ryzen_monitor/files/CFLAGS_override_fix.patch  | 13 ---
 app-admin/ryzen_monitor/files/fix-Makefile.patch   | 26 ++
 ...-1.0.4.ebuild => ryzen_monitor-1.0.4-r1.ebuild} |  2 +-
 3 files changed, 27 insertions(+), 14 deletions(-)

diff --git a/app-admin/ryzen_monitor/files/CFLAGS_override_fix.patch 
b/app-admin/ryzen_monitor/files/CFLAGS_override_fix.patch
deleted file mode 100644
index efe7fc5e45f..000
--- a/app-admin/ryzen_monitor/files/CFLAGS_override_fix.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/Makefile b/src/Makefile
-index 5142282..4c0dbb8 100644
 a/src/Makefile
-+++ b/src/Makefile
-@@ -3,7 +3,7 @@ STRIP = strip
- 
- CFLAGS = -O3 -mtune=native -march=native
--CFLAGS += -Ilib
-+override CFLAGS += -Ilib
- LDFLAGS = -lm
- 
- SFLAGS = --strip-all
- 

diff --git a/app-admin/ryzen_monitor/files/fix-Makefile.patch 
b/app-admin/ryzen_monitor/files/fix-Makefile.patch
new file mode 100644
index 000..8488b285f36
--- /dev/null
+++ b/app-admin/ryzen_monitor/files/fix-Makefile.patch
@@ -0,0 +1,26 @@
+diff --git a/src/Makefile b/src/Makefile
+index 5142282..8c8f3a0 100644
+--- a/src/Makefile
 b/src/Makefile
+@@ -1,11 +1,8 @@
+ CC = gcc
+-STRIP = strip
+ 
+ CFLAGS = -O3 -mtune=native -march=native
+-CFLAGS += -Ilib
+-LDFLAGS = -lm
+-
+-SFLAGS = --strip-all
++override CFLAGS += -Ilib
++override LDFLAGS += -lm
+ 
+ OUT = ryzen_monitor
+ 
+@@ -20,7 +17,6 @@ all: $(OUT)
+ 
+ $(OUT): $(OBJ)
+   $(CC) $(CFLAGS) $(LDFLAGS) -o $(OUT) $(OBJ)
+-  $(STRIP) $(SFLAGS) $(OUT)
+ 
+ clean:
+   rm -rf *.o lib/*.o

diff --git a/app-admin/ryzen_monitor/ryzen_monitor-1.0.4.ebuild 
b/app-admin/ryzen_monitor/ryzen_monitor-1.0.4-r1.ebuild
similarity index 93%
rename from app-admin/ryzen_monitor/ryzen_monitor-1.0.4.ebuild
rename to app-admin/ryzen_monitor/ryzen_monitor-1.0.4-r1.ebuild
index 9ac20aa4527..f7b5d30fab9 100644
--- a/app-admin/ryzen_monitor/ryzen_monitor-1.0.4.ebuild
+++ b/app-admin/ryzen_monitor/ryzen_monitor-1.0.4-r1.ebuild
@@ -19,7 +19,7 @@ DEPEND=""
 RDEPEND="app-admin/ryzen_smu"
 
 PATCHES=(
-   "${FILESDIR}"/CFLAGS_override_fix.patch
+   "${FILESDIR}"/fix-Makefile.patch
 )
 
 src_compile() {



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

2021-09-14 Thread James Le Cuirot
commit: da9195a8839391855da5dc329a98aa5a4fac9e00
Author: James Le Cuirot  gentoo  org>
AuthorDate: Tue Sep 14 21:47:18 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Tue Sep 14 21:47:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da9195a8

dev-python/sqlitedict: Add missing dependency on python[sqlite]

Signed-off-by: James Le Cuirot  gentoo.org>

 dev-python/sqlitedict/sqlitedict-1.7.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/sqlitedict/sqlitedict-1.7.0.ebuild 
b/dev-python/sqlitedict/sqlitedict-1.7.0.ebuild
index b664c9623ef..c73539a86fb 100644
--- a/dev-python/sqlitedict/sqlitedict-1.7.0.ebuild
+++ b/dev-python/sqlitedict/sqlitedict-1.7.0.ebuild
@@ -4,6 +4,7 @@
 EAPI=8
 
 PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_REQ_USE="sqlite"
 
 inherit distutils-r1
 



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

2021-09-14 Thread Michał Górny
commit: 86f9687067cbe8f98ccc450a609352306099e717
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 14 19:54:54 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 14 21:35:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86f96870

app-admin/awscli: Bump to 1.20.42

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

 app-admin/awscli/Manifest  |  1 +
 app-admin/awscli/awscli-1.20.42.ebuild | 58 ++
 2 files changed, 59 insertions(+)

diff --git a/app-admin/awscli/Manifest b/app-admin/awscli/Manifest
index d46e709a6d7..ea8d46e6585 100644
--- a/app-admin/awscli/Manifest
+++ b/app-admin/awscli/Manifest
@@ -1,3 +1,4 @@
 DIST awscli-1.20.28.tar.gz 2058578 BLAKE2B 
3f6993a41f46ad9d8d45cebc0d5ea95a954e15c73d236426590c389aba6de6a99b6a5000f065f932733151c14f3112bacc25c670a05d2a991a976669ce54554e
 SHA512 
b75974450cea3744ed15cf00ca82a35aa377c55e0ef67bb5536ed136e768d5030e6707f12e2e7de8bfce48296295ff4ed4c9f9b15c642104ea34c7492291135b
 DIST awscli-1.20.40.tar.gz 2071857 BLAKE2B 
b2511d610c13b4ddf8b1f5c6442f0939072eecf81d97805800bd83b6f481d744ad4344dace6e6553e3d4b7cbf9546f911398311cb04fb698a418579e784539a3
 SHA512 
aa39a8d67cd8efc63687929f19d5878269ce7f3155a0a64ca2f271251a334f57d2358aa4f0aee76415aee33fe23a1e3b19eb2c6dcfa21e8c0fb7409f5d29a001
 DIST awscli-1.20.41.tar.gz 2071927 BLAKE2B 
4d7ec9e3c2af3f44cbce9459ef12c8191ae72b3313e266a2ac8f39cd2197129ae66893152c6077326c8315d4098608cb11019ad3cc19fdd057508db4f6c3a0d8
 SHA512 
6d022575d2bded2245bb17e8605e929a8ff2e91e79f907e21a0eaaf027e2fb657b96573531226cd63a34b0a0523a6747c7c4f9652ee10b09fd8b6d09e9c8fc9c
+DIST awscli-1.20.42.tar.gz 2072504 BLAKE2B 
5f6f38f8c96350b670c15cd6cfdd1556cbbfab95b7bfec5ff3ac9a96b56d733bb112b18f04d5d5ce9674a0ebb3d41e7b7f1ad81881c486f99463ce22270e0574
 SHA512 
29daa2c526b7605fbd1c588b00906f3cdf159570a543cc9c442e28af9f98725b8a0a8f9d61110e90f56744dea6a6abf92f052b85695f3a84bddabb24eff650f6

diff --git a/app-admin/awscli/awscli-1.20.42.ebuild 
b/app-admin/awscli/awscli-1.20.42.ebuild
new file mode 100644
index 000..ff429f8d3a3
--- /dev/null
+++ b/app-admin/awscli/awscli-1.20.42.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit bash-completion-r1 distutils-r1
+
+DESCRIPTION="Universal Command Line Environment for AWS"
+HOMEPAGE="https://pypi.org/project/awscli/;
+#SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+SRC_URI="https://github.com/aws/aws-cli/archive/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/aws-cli-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+# botocore is x.(y+1).z
+BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 1)).$(ver_cut 3-)"
+RDEPEND="
+   >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
+   dev-python/colorama[${PYTHON_USEDEP}]
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/rsa[${PYTHON_USEDEP}]
+   >=dev-python/s3transfer-0.4.0[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests --install nose
+
+PATCHES=(
+   "${FILESDIR}"/awscli-1.19.47-py39.patch
+)
+
+python_test() {
+   distutils_install_for_testing
+   # integration tests require AWS credentials and Internet access
+   nosetests -v tests/{functional,unit} ||
+   die "Tests failed for ${EPYTHON}"
+}
+
+python_install_all() {
+   newbashcomp bin/aws_bash_completer aws
+
+   insinto /usr/share/zsh/site-functions
+   newins bin/aws_zsh_completer.sh _aws
+
+   distutils-r1_python_install_all
+
+   rm "${ED}"/usr/bin/{aws.cmd,aws_bash_completer,aws_zsh_completer.sh} || 
die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/google-api-python-client/

2021-09-14 Thread Michał Górny
commit: 2cf046287d11a9d81a92313f6d84511b835bf07a
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 14 20:05:21 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 14 21:35:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cf04628

dev-python/google-api-python-client: Bump to 2.21.0

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

 dev-python/google-api-python-client/Manifest   |  1 +
 .../google-api-python-client-2.21.0.ebuild | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/dev-python/google-api-python-client/Manifest 
b/dev-python/google-api-python-client/Manifest
index 9339deb7941..1b3c35b5a91 100644
--- a/dev-python/google-api-python-client/Manifest
+++ b/dev-python/google-api-python-client/Manifest
@@ -2,3 +2,4 @@ DIST google-api-python-client-2.14.1.tar.gz 25415625 BLAKE2B 
2b843a6ec6345e51c5a
 DIST google-api-python-client-2.18.0.tar.gz 26442309 BLAKE2B 
84f0cadeed015e9e0cafa209f6256b6262822f7161728aa5eba88f0def718b11c555bd0d87867c1e1ebb02e93046cec068e4ac0f855c55b7abf34a8d51d42fdc
 SHA512 
19b06a252c440d5bb8454fc79487f4009ff73a7bd4882b2d33a354d4c4f287a6ea09f30cff94df4c1d1e898ca237d8e118a7fd5e6302218d944dcec1243c
 DIST google-api-python-client-2.19.1.tar.gz 26659303 BLAKE2B 
b1b5064c39b7e0d31e7ee01a7556a9ea6feaac1782d6714e50a32f0dfafedcab59628a1ff32774c426136d7ab796a1a6baf1f9ce7fbd1d233149c3a62648f280
 SHA512 
85272cd0741caed6ff76b930a69a67f1683886df82681b49f3069243dd40ef3f12febc7c1004ecf230d96bae005a8725d502032a9c85eb1bf9e4ee37af7018b9
 DIST google-api-python-client-2.20.0.tar.gz 26723285 BLAKE2B 
3c0cb64ea8c58fe20356cd097676bc7741ea454e61d9dc8807689fe2296c3ddd0da1cb208a639e8b47a981437dea39de9a7c26b669c7dc27a79a0c5ca4a6c463
 SHA512 
bed0b1a0e0c5384c80e337339e9c5526e0cd5b2d39a3bd69fec1c65a3fed5bf26e6f4f983daed7663d2cd6c47b8a2a7ad54395f8e5dada2b49c15d98a9ff04dd
+DIST google-api-python-client-2.21.0.tar.gz 26754841 BLAKE2B 
e09b48d80d72e56656b366bd60972cde91d0c705ffe94b61d168e808e575a42f1dbbefdaf21ead1e57bab54a1b2453ba39ed5ae1d2ee616a5ba1418acc9f7534
 SHA512 
c572e5eab313e01ae94b026e32cf40fb479154942168cc09f2b74f184383ff5fc27cc5c0ae48c34d8ddbd8abe8840520a62a43708bd601341d5b32460f5f07df

diff --git 
a/dev-python/google-api-python-client/google-api-python-client-2.21.0.ebuild 
b/dev-python/google-api-python-client/google-api-python-client-2.21.0.ebuild
new file mode 100644
index 000..2bf8009bdc6
--- /dev/null
+++ b/dev-python/google-api-python-client/google-api-python-client-2.21.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..9} )
+inherit distutils-r1
+
+DESCRIPTION="Google API Client for Python"
+HOMEPAGE="https://github.com/googleapis/google-api-python-client;
+SRC_URI="https://github.com/googleapis/google-api-python-client/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   >=dev-python/httplib2-0.15[${PYTHON_USEDEP}]
+   =dev-python/google-auth-1.35.0[${PYTHON_USEDEP}]
+   >=dev-python/google-auth-httplib2-0.1.0[${PYTHON_USEDEP}]
+   >=dev-python/uritemplate-3.0.0[${PYTHON_USEDEP}]
+   

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

2021-09-14 Thread Michał Górny
commit: 2859da27216914976982f2bd9933a3924e75f912
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 14 20:00:27 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 14 21:35:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2859da27

dev-python/django-otp: Bump to 1.1.1

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

 dev-python/django-otp/Manifest|  1 +
 dev-python/django-otp/django-otp-1.1.1.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/django-otp/Manifest b/dev-python/django-otp/Manifest
index d73c9ad2c64..3732486bfd7 100644
--- a/dev-python/django-otp/Manifest
+++ b/dev-python/django-otp/Manifest
@@ -1,2 +1,3 @@
 DIST django-otp-1.0.6.gh.tar.gz 69023 BLAKE2B 
82534fb666e27ab654b1587160fd9fd4600d1ecb57f5b506b383c3d7b36a13d6bbff39598603c7c3bc69edc871a6a3ad1aa2531a92ea921ab07798e7e4bb1316
 SHA512 
ff14a786bc8b3d22c8767fa78d676951c262389dfe00def981c79894d299f393ffc86510c33866482aa246ac1643238a3de5701bb76cf56aea5e3ba0a25cbb97
 DIST django-otp-1.1.0.gh.tar.gz 71399 BLAKE2B 
826677582fff6102b3e65750c367607e9641aa629a59f064af7023774017f6e7817f36e51e0fada181fa84054545367689b8b499ef9625729c8434a903911876
 SHA512 
b23c0e72508c890f7a84b59b7827f093aeaad77e6df7c824894bc789282db6f8a26699c9a3ee9bf755eb8e13c6fe5a80fad263659be7528762a8cc29d4636e11
+DIST django-otp-1.1.1.gh.tar.gz 71526 BLAKE2B 
d68c0fe99c5437d08a8a0a433b4d6f41f0068047e3899efbb24234696c3494a064982aabc02d2788662d516235413bfc804f76cf5ffa1c608d3aa61927e2fad3
 SHA512 
5946cd64fd0f52dac5ef9fb192f8ecf78e99c96fe7e3223b41c68d96e249f6727149ef58a2dbf48024452e078f5f93c1f9edb9db2a25def5cbb3992c16aac18c

diff --git a/dev-python/django-otp/django-otp-1.1.1.ebuild 
b/dev-python/django-otp/django-otp-1.1.1.ebuild
new file mode 100644
index 000..89260481058
--- /dev/null
+++ b/dev-python/django-otp/django-otp-1.1.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Django framework adding two-factor authentication using one-time 
passwords"
+HOMEPAGE="https://github.com/django-otp/django-otp/;
+SRC_URI="
+   https://github.com/django-otp/django-otp/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-python/django-2.2[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   $(python_gen_impl_dep sqlite)
+   dev-python/freezegun[${PYTHON_USEDEP}]
+   dev-python/qrcode[${PYTHON_USEDEP}]
+   ${RDEPEND}
+   )"
+
+python_test() {
+   local -x PYTHONPATH=test:${PYTHONPATH}
+   local -x DJANGO_SETTINGS_MODULE=test_project.settings
+   django-admin test -v 2 django_otp || die "Tests fail with ${EPYTHON}"
+}



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

2021-09-14 Thread Michał Górny
commit: 9fcced24546ae7e65e6101d67b054f7170e24b7b
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 14 20:01:34 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 14 21:35:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fcced24

dev-python/indexed_gzip: Bump to 1.6.3

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

 dev-python/indexed_gzip/Manifest  |  1 +
 dev-python/indexed_gzip/indexed_gzip-1.6.3.ebuild | 44 +++
 2 files changed, 45 insertions(+)

diff --git a/dev-python/indexed_gzip/Manifest b/dev-python/indexed_gzip/Manifest
index 3dcf77a9db9..c25e404582c 100644
--- a/dev-python/indexed_gzip/Manifest
+++ b/dev-python/indexed_gzip/Manifest
@@ -2,3 +2,4 @@ DIST indexed_gzip-0.8.10.tar.gz 79133 BLAKE2B 
ebb5bc69d92b627b0546c8570ea533a7d6
 DIST indexed_gzip-1.6.0.tar.gz 99260 BLAKE2B 
15fff478a275baf59f152040455502f57762889959c4d2989e44b626dad25d381ff73029107c4495b477397ff5dc0763d1934f23bcc85a6296a0eec85a36b421
 SHA512 
0e01da5e8c527202c1f18148bad2a8ebec9ca0bc1bc49ce4804c6a32397797525cc7bfdfc254139c3c1b037d3f65171c010453ff3fae6e6256304ddf486bc58d
 DIST indexed_gzip-1.6.1.tar.gz 99290 BLAKE2B 
bbaa0fe55c132fef4e392c4a154cc7f5cb19e25761af298d70a8c9f5d1019701f0f470b9bcff333b02b0ecfc13b823a5cd64c16cfd2d113955f7e59837dcbd7f
 SHA512 
8b508ac7fc161b75ee7ed9cc0ce8828e0f195c3aa676114c54d5b2767b9f2e56b0c203e63f2036245ede9649138d197dffabd67f41b41232e6c66e2ee1336529
 DIST indexed_gzip-1.6.2.tar.gz 100520 BLAKE2B 
028fa28330fcb9958338226b47d2b503cb9810c03d4dbba2abb9f352ff575b05f73d660a683b2ff4be96441acbbf67c01203eb749e2b81df0d35ad7d7aed94d3
 SHA512 
977567074df02bf95aa11b47326458d14d7a33b29e001b67e7a52b2ffc2a0c465e361ab1d6ed6ca45b451d5ae99f81ca29034c7af52a6c5168b3a81e8c348689
+DIST indexed_gzip-1.6.3.tar.gz 101073 BLAKE2B 
685a8b1d8d69dce138ba6eab8af31d537e130674ba96f9383cc28b4440c472cbdde58f97bcda2d2145177342ade369bd88c44799ba07900ebd653c30678cc58e
 SHA512 
567a54ca23fea63b2a8b386cace0e5bd52e6cf587c7507a555f727cb549b9ab32b1395e3b1ac94c1f09e680a62bb0c079b7bb4be724994813ad52db774b83e20

diff --git a/dev-python/indexed_gzip/indexed_gzip-1.6.3.ebuild 
b/dev-python/indexed_gzip/indexed_gzip-1.6.3.ebuild
new file mode 100644
index 000..f2cf3667d4c
--- /dev/null
+++ b/dev-python/indexed_gzip/indexed_gzip-1.6.3.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Fast random access of gzip files in Python"
+HOMEPAGE="https://github.com/pauldmccarthy/indexed_gzip;
+SRC_URI="https://github.com/pauldmccarthy/indexed_gzip/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   sys-libs/zlib:="
+DEPEND=${RDEPEND}
+BDEPEND="
+   dev-python/cython[${PYTHON_USEDEP}]
+   test? (
+   dev-python/numpy[${PYTHON_USEDEP}]
+   )
+   "
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -i -e 's:--cov=indexed_gzip::' setup.cfg || die
+   distutils-r1_src_prepare
+}
+
+src_compile() {
+   if use test; then
+   export INDEXED_GZIP_TESTING=1
+   fi
+   distutils-r1_src_compile
+}
+
+python_test() {
+   cd "${BUILD_DIR}"/lib/indexed_gzip/tests || die
+   epytest
+}



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

2021-09-14 Thread Michał Górny
commit: 885ea8711b245660054e2fbd6c31ef035b300c88
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 14 20:06:19 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 14 21:35:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=885ea871

dev-python/astroid: Bump to 2.8.0

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

 dev-python/astroid/Manifest |  1 +
 dev-python/astroid/astroid-2.8.0.ebuild | 48 +
 2 files changed, 49 insertions(+)

diff --git a/dev-python/astroid/Manifest b/dev-python/astroid/Manifest
index 775d87e6254..ae98208f864 100644
--- a/dev-python/astroid/Manifest
+++ b/dev-python/astroid/Manifest
@@ -1,3 +1,4 @@
 DIST astroid-2.6.6.tar.gz 368118 BLAKE2B 
c5117566579ee6c8ccf973e180b3de3cd3896110221627cfa16d17fbeb049954d4452d3f55ab4161751a9eb7892fbd49090eb8e82c5a90f5985ec13a9f5d1fdd
 SHA512 
a077c291b90f52d353d27b8e6aee2ffca1d69bf0e1e7185c32f3959853d9f2957f411975e5bf66f27d73b66cce6bd1e55529de6b7d0a17dea5399edf3a404825
 DIST astroid-2.7.2.tar.gz 374584 BLAKE2B 
09f0f70bd0caa8e4971611d2190ccfbc06a8f871abe1e47313ff574bf4680eb26ec67c0a89fc0a434a15535b2c31d005036a0780b62495ac9d6b69e7f04419d3
 SHA512 
c14841265b2d50a76a5f4ff9c9f19fcdab9e1de8d726e1d40185e517bd3e9c7e1c131e23e0160102f842d7233884eb66d7db7d2443e2609db87d6ec88ed7d5b6
 DIST astroid-2.7.3.tar.gz 378876 BLAKE2B 
016ab6e798f1a608c0e0ce0bd81865145349c70497d09e336ec8b21eaf01ea365c204f42daf6d55d148f6873ef15e223adc9baf4a09dc8945158e4b5e24f1ebb
 SHA512 
03a886c2daef640cf0a85f38e39b6e12080dc722862cb03386d1355f3f955ea46a7bb7b85c2887f52ba6d0ecb6243c653c7f1cd44d6c7429f2cd29c1dfd2297f
+DIST astroid-2.8.0.tar.gz 384821 BLAKE2B 
74150d67fd883b2bd4356c49c9c1b148a5e98b4d219405e745474c536691276d029bf8a0bb9275ab9df3d09a9b3492a147c67676ab1f80c9c7d3ad10f240bec4
 SHA512 
0f14f094a6dc753f0171b462f856fb1bfb1b979a8853f76da14beb04a5b02662f6b4e63c3241ce2c9a37f63490a86300152cbe9509c43e0209d5ef536d693b08

diff --git a/dev-python/astroid/astroid-2.8.0.ebuild 
b/dev-python/astroid/astroid-2.8.0.ebuild
new file mode 100644
index 000..cda705df7b1
--- /dev/null
+++ b/dev-python/astroid/astroid-2.8.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Abstract Syntax Tree for logilab packages"
+HOMEPAGE="
+   https://github.com/PyCQA/astroid/
+   https://pypi.org/project/astroid/;
+SRC_URI="
+   https://github.com/PyCQA/astroid/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+# Version specified in __pkginfo__.py.
+RDEPEND="
+   >=dev-python/lazy-object-proxy-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/wrapt-1.11.2[${PYTHON_USEDEP}]"
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? (
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+
+python_test() {
+   local deselect=(
+   # no clue why it's broken
+   
tests/unittest_modutils.py::GetModulePartTest::test_known_values_get_builtin_module_part
+   )
+
+   # Faker causes sys.path_importer_cache keys to be overwritten
+   # with PosixPaths
+   epytest -p no:faker ${deselect[@]/#/--deselect }
+}



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

2021-09-14 Thread Michał Górny
commit: 3b78756c595858154584153998ed0e2c854cffac
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 14 19:59:06 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 14 21:35:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b78756c

dev-python/cmd2: Bump to 2.2.0

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

 dev-python/cmd2/Manifest  |  1 +
 dev-python/cmd2/cmd2-2.2.0.ebuild | 52 +++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/cmd2/Manifest b/dev-python/cmd2/Manifest
index 5e1f0860e1f..95541b963f2 100644
--- a/dev-python/cmd2/Manifest
+++ b/dev-python/cmd2/Manifest
@@ -1 +1,2 @@
 DIST cmd2-2.1.2.tar.gz 660849 BLAKE2B 
a8c8db8036badc020b34e6d4cc62a6828a6f3788562d550826369d2ce6ddc41fdd29ab95bd56d35115a1e8c2cfdb6df97e3b25c3f414798aed9a597243b37967
 SHA512 
3f2edb336ec662e3b2e22abc947ffb669786142d29f0723b0d5bbf898ecff12096a91e08c4890dde79915b413c0f9a70945f1b5795ae12991e85d7ee79331d31
+DIST cmd2-2.2.0.tar.gz 667076 BLAKE2B 
babdf4034ea45cebce0a9b037e0bef0127c924e358c68ab6a2b95e73ed3be4577dead28d2eebce721432fefe7d2590a3e904ba84dc17bf7c06e3f777dc7b0db0
 SHA512 
20c204c5e5996e18face62066a179a9833c468724a947042a3b5aaf49940cad0c773ea22e7f40b8c721f7362dcefa9eb72072710072e608c4adab615332bdc22

diff --git a/dev-python/cmd2/cmd2-2.2.0.ebuild 
b/dev-python/cmd2/cmd2-2.2.0.ebuild
new file mode 100644
index 000..c892c9da8cf
--- /dev/null
+++ b/dev-python/cmd2/cmd2-2.2.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1 virtualx
+
+DESCRIPTION="Extra features for standard library's cmd module"
+HOMEPAGE="https://github.com/python-cmd2/cmd2;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+
+RDEPEND="
+   dev-python/attrs[${PYTHON_USEDEP}]
+   >=dev-python/colorama-0.3.7[${PYTHON_USEDEP}]
+   >=dev-python/pyperclip-1.6[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/wcwidth[${PYTHON_USEDEP}]
+"
+# pyperclip uses clipboard backends in the following preference order:
+# pygtk, xclip, xsel, klipper, qtpy, pyqt5, pyqt4.
+# klipper is known to be broken in Xvfb, and therefore causes test
+# failures.  to avoid them, we must ensure that one of the backends
+# preferred to it is available (i.e. xclip or xsel) + which(1).
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   sys-apps/which
+   || (
+   x11-misc/xclip
+   x11-misc/xsel
+   )
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   distutils-r1_src_prepare
+   sed -i -e '/--cov/d' setup.cfg || die
+}
+
+src_test() {
+   # tests rely on very specific text wrapping...
+   local -x COLUMNS=80
+   virtx distutils-r1_src_test
+}



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

2021-09-14 Thread Michał Górny
commit: 38b14045cb34b0eef72693fdc7f051dbfdf8c21e
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 14 19:54:33 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 14 21:35:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38b14045

dev-python/boto3: Bump to 1.18.42

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

 dev-python/boto3/Manifest |  1 +
 dev-python/boto3/boto3-1.18.42.ebuild | 57 +++
 2 files changed, 58 insertions(+)

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index 84c2f4ab337..89b7e1d63c7 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -1,3 +1,4 @@
 DIST boto3-1.18.28.tar.gz 406268 BLAKE2B 
1379f65f46f287a541b098b3ae183bc7d0a6c40a58f6241d97ce39ffdde4f0655e755fe56890fda767b57c6cf7bd565d95745dbbeb80f42f729f561f6e8d9a82
 SHA512 
98c0d94dd4971f833677947dbfbdcd495a26fda60592130842cf2f22b8929c6f72f971294d9ddc4923372706bf7f37d3d4cb0ede32afc6955d8253c19ddab63f
 DIST boto3-1.18.40.tar.gz 412065 BLAKE2B 
c548c6a1f5cfac3d304384b56882943201c45f3515bcd3804b90656966ba5ada0bfd5130fef34d8ad1466aad8a45166a9e35706d4ea53e9eb4ca1fcfae7172f4
 SHA512 
95e0c6ea5a9741657d801b1feab1ac813b653becba442d83673168d029635928e031386c7147ce28a9407acda4b593fc32b0a4f6ff1761f4b8d903b585220cd5
 DIST boto3-1.18.41.tar.gz 412328 BLAKE2B 
134ec70addcb9748d255b86d9e12dd380094a6a82c1d79ea9772dcc59e6eaac95a4337a1980d4791f856bd9a4d84b2f0a79b00b8b7f5a2e57384eca95a4090f5
 SHA512 
a7d0093083a6dae9a9ee8ad183027adc5d1f4cde05f244f126af022c77df457c0810626fe9ce5baf6fbc9e8d9ec2f8086bf95587d4f80b63c47bf4ef210bf61a
+DIST boto3-1.18.42.tar.gz 412699 BLAKE2B 
d03c4afe357def827e9169ced8b17f92caf79b8291edd5045629e1b8ee697014764caf3135910d9a0862380a94fbaabd1863535c0aad21fd1eca2b0d3e306ac2
 SHA512 
aae080862a3b30e23407cde6ced8a48522421be40f9eb192647f6ed2693ce6655576dd0705a998469274ba9ef74d24d51c31003798fc4f0856c417491aeab30b

diff --git a/dev-python/boto3/boto3-1.18.42.ebuild 
b/dev-python/boto3/boto3-1.18.42.ebuild
new file mode 100644
index 000..819e7369111
--- /dev/null
+++ b/dev-python/boto3/boto3-1.18.42.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="The AWS SDK for Python"
+HOMEPAGE="https://github.com/boto/boto3;
+LICENSE="Apache-2.0"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/boto/boto3;
+   inherit git-r3
+   BOTOCORE_PV=${PV}
+else
+   SRC_URI="https://github.com/boto/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+
+   # botocore is x.(y+3).z
+   BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 3)).$(ver_cut 3-)"
+fi
+
+RDEPEND="
+   >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
+   >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
+   >=dev-python/s3transfer-0.3.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_sphinx docs/source \
+   'dev-python/guzzle_sphinx_theme'
+distutils_enable_tests nose
+
+python_prepare_all() {
+   # don't lock versions to narrow ranges
+   sed -e '/botocore/ d' \
+   -e '/jmespath/ d' \
+   -e '/s3transfer/ d' \
+   -i setup.py || die
+
+   # prevent an infinite loop
+   rm tests/functional/docs/test_smoke.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   nosetests -v tests/unit/ tests/functional/ ||
+   die "test failed under ${EPYTHON}"
+}



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

2021-09-14 Thread Michał Górny
commit: 5b9a5c142a9dcf2e0493e0a8698ad25b703c2e62
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 14 19:57:32 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 14 21:35:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b9a5c14

dev-python/google-auth: Bump to 2.1.0

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

 dev-python/google-auth/Manifest |  1 +
 dev-python/google-auth/google-auth-2.1.0.ebuild | 50 +
 2 files changed, 51 insertions(+)

diff --git a/dev-python/google-auth/Manifest b/dev-python/google-auth/Manifest
index d522985c437..699b48a724a 100644
--- a/dev-python/google-auth/Manifest
+++ b/dev-python/google-auth/Manifest
@@ -1,3 +1,4 @@
 DIST google-auth-1.34.0.tar.gz 180860 BLAKE2B 
d536d689ff5b0c033f787228d643504d1888f0b73a9c6855fe4fae3af20772ef0640feca39c58c39f45681561dce6d5f3ec1d1f7d9699442fff0ec63fd019361
 SHA512 
7c3b64e8f85056fb660bbfd4f737053813a1e5b8aba52290882a0ddb9d9fd8c5365b767c78dd1e7859ef95caa6e653786d5a8747c8792bbee9c6fad1a5218910
 DIST google-auth-2.0.1.tar.gz 180467 BLAKE2B 
a7490931ea8cdec0978103d9bb4da11bebff1e623d847db5fb30a0a7ef1827902b4d5683835631b645e61d4282614e3efc798bedc13a581ba35d51838a64ff96
 SHA512 
a68f78a7d67beb4d3d00333f6953decd92e1d346aee6491c401ee091d2fb4bbac47b9ecc46f7063119724a49f15ea13c096994e5266d30975500194b9c4a9df0
 DIST google-auth-2.0.2.tar.gz 180445 BLAKE2B 
d4e9e7dcfd690f5eedf301e989c4a2dedf509e7c3068e4f547ea43f870979a6001d21849a7102321f6f843196f0a4e0a14f888bd3b43701c301aea3a7f94ed60
 SHA512 
b8cec2fec4105715edad3242f20ac26b7ab2591903785ed5c31c1af19f7a23e14e93e0d4c3644dca76db5ec0353b8a1baba0224d67987067c5580c75592a04e8
+DIST google-auth-2.1.0.tar.gz 181817 BLAKE2B 
806f3541163bd2f66a533730eb0064b4697716ab58595dc678fdef106dd49dd328378710650e77efc962547834808124eda934b69cc4ef18931624822710d90f
 SHA512 
1460ad02c6ac549245433567583f76eea680ea941b2917887f7fda3f2f6d04c5b16e536368a2f2c0016acd2bacf894d1eafa9b26f148f66b212590eb0388d181

diff --git a/dev-python/google-auth/google-auth-2.1.0.ebuild 
b/dev-python/google-auth/google-auth-2.1.0.ebuild
new file mode 100644
index 000..cd44f928efd
--- /dev/null
+++ b/dev-python/google-auth/google-auth-2.1.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="Google Authentication Library"
+HOMEPAGE="
+   https://github.com/googleapis/google-auth-library-python/
+   https://pypi.org/project/google-auth/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   >=dev-python/cachetools-2.0.0[${PYTHON_USEDEP}]
+   dev-python/namespace-google[${PYTHON_USEDEP}]
+   >=dev-python/pyasn1-0.1.7[${PYTHON_USEDEP}]
+   >=dev-python/pyasn1-modules-0.2.1[${PYTHON_USEDEP}]
+   >=dev-python/rsa-3.1.4[${PYTHON_USEDEP}]
+   "
+BDEPEND="
+   test? (
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   dev-python/flask[${PYTHON_USEDEP}]
+   dev-python/freezegun[${PYTHON_USEDEP}]
+   dev-python/grpcio[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/moto[${PYTHON_USEDEP}]
+   dev-python/oauth2client[${PYTHON_USEDEP}]
+   dev-python/pyopenssl[${PYTHON_USEDEP}]
+   dev-python/pytest-localserver[${PYTHON_USEDEP}]
+   dev-python/pyu2f[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/responses[${PYTHON_USEDEP}]
+   dev-python/urllib3[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest
+
+python_install_all() {
+   distutils-r1_python_install_all
+   find "${ED}" -name '*.pth' -delete || die
+}



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

2021-09-14 Thread Michał Górny
commit: d4d1da729267cb5090f15285a620fa2008c4
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 14 19:54:01 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 14 21:35:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4d1da72

dev-python/botocore: Bump to 1.21.42

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

 dev-python/botocore/Manifest|  1 +
 dev-python/botocore/botocore-1.21.42.ebuild | 59 +
 2 files changed, 60 insertions(+)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 314ebe366b8..32a7894381c 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,3 +1,4 @@
 DIST botocore-1.21.28.tar.gz 8079306 BLAKE2B 
26dce445746a9da1b0cf62b622597396f9b4e735701f9260fd9863410b28b884e70e41b446b8349df39c81696b64632450f4ebb3e3f7865175e538f1b465898c
 SHA512 
29534e51465bc7ac7b6f2e2c48472768c26caa5089f4c7f4a23cc2411fd55fde473388ad181a0b5a36650a6c1252ecb3e2b65e30510adc40f6edd6ce0c89f484
 DIST botocore-1.21.40.tar.gz 8149052 BLAKE2B 
0554e2b9caa08b7518f1b51b5a980d98926782f0d4d523fa5c40dc66ecdf2db75719a36a2bf320c8d473119030693e0d1ab6bc7ea34c0574de7488bff5d7e411
 SHA512 
5466e15f8c09f3b4df13aee951d65219be86ccf1c0e73ed17e50fb7e2418f4694409676804bf6cf3ca638419512d903708e0994cff1f8105a19f0e26f0cabc31
 DIST botocore-1.21.41.tar.gz 8152451 BLAKE2B 
e236a8f0f64bd18c138dc168c74cefe7af598ad72def9e1faeba222b07f01a65fb7f74627afe470f2894794fd3a617aaa1d789a983606de9329db58c5db2d975
 SHA512 
540848ccb054340f22c20930a3f867754accd15c6f084dd20ca97184d1c5e390d68f21272d68087b99ae6676d05cbc187e61c88dd0df09cc033e01f1ac1af0ac
+DIST botocore-1.21.42.tar.gz 8156403 BLAKE2B 
199d1eeae7b51fc59b8ca6ed3ea331178e94354841144f0055f02a9cd3d67e2bf52c358a7902090bc555c96e6876dcda1b4fe9b9c5c090ce07901af60b4ed116
 SHA512 
5be1b82f99ea310077bef3abbca6542a1787db38d5f2004107ff2c4b51a57e39e859116daf9451b23368347e05cded84a401476ca6e3fcd13683e4fc8ceb8554

diff --git a/dev-python/botocore/botocore-1.21.42.ebuild 
b/dev-python/botocore/botocore-1.21.42.ebuild
new file mode 100644
index 000..30e0988848a
--- /dev/null
+++ b/dev-python/botocore/botocore-1.21.42.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Low-level, data-driven core of boto 3"
+HOMEPAGE="https://github.com/boto/botocore;
+LICENSE="Apache-2.0"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/boto/botocore;
+   inherit git-r3
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+fi
+
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/jmespath[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   >=dev-python/urllib3-1.25.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/jsonschema[${PYTHON_USEDEP}]
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}/1.8.6-tests-pass-all-env-vars-to-cmd-runner.patch"
+)
+
+distutils_enable_sphinx docs/source \
+   'dev-python/guzzle_sphinx_theme'
+distutils_enable_tests nose
+
+src_prepare() {
+   # unpin deps
+   sed -i -e "s:>=.*':':" setup.py || die
+   # very unstable
+   sed -i -e 's:test_stress_test_token_bucket:_&:' \
+   tests/functional/retries/test_bucket.py || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   # note: suites need to be run separately as one of the unit tests
+   # seems to be leaking mocks and breaking a few functional tests
+   nosetests -v tests/unit ||
+   die "unit tests failed under ${EPYTHON}"
+   nosetests -v tests/functional ||
+   die "functional tests failed under ${EPYTHON}"
+}



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

2021-09-14 Thread Michał Górny
commit: 029cee566e5545b2baf5540b55083d4387976c5f
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 14 20:04:19 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 14 21:35:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=029cee56

dev-python/fonttools: Bump to 4.27.0

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

 dev-python/fonttools/Manifest|  1 +
 dev-python/fonttools/fonttools-4.27.0.ebuild | 54 
 2 files changed, 55 insertions(+)

diff --git a/dev-python/fonttools/Manifest b/dev-python/fonttools/Manifest
index d91ea8ce5b5..fba652d550d 100644
--- a/dev-python/fonttools/Manifest
+++ b/dev-python/fonttools/Manifest
@@ -1,3 +1,4 @@
 DIST fonttools-4.24.4.tar.gz 2556059 BLAKE2B 
c415ae5214b6df7171a5f8a7ea179b1a4adbc6646598d773f0d3d6a8cd777e8fd3c74c14f00e6c4735a73e712e3fd42ddfc96f3f101d34b122fb9c471d4d94a3
 SHA512 
aa4ee8f0a7f9cb6d8a84497e6f33f891491cd06cc477a785715f8fde8e5b33cf781ef8b848bfab8cf9a97fc15c018d493c6baf0fb8fd314b8a348c36ff627f41
 DIST fonttools-4.26.1.tar.gz 2579211 BLAKE2B 
886a803f6214658423c98bd347db6e2cc0baea5e2619ce18ba2a96589785a1b93228f5b35dd7f6c819b81ca471d6ea1a09d12ad6de04c75388ab6cb5003f5bf5
 SHA512 
226338cd1c3f71662080c69b0786a6a945b5a75d3a4b7ee6fcf6d7e2e089407d11b4a43950c7aebdaeccad1819e5c6e0b947938fbfbaa3caa9747b7b4a1bd5f6
 DIST fonttools-4.26.2.tar.gz 2579391 BLAKE2B 
35a2533a336498aa1d5b9c2a61c1de6af03e6a7a1932a1ad71522f7f73e52590c347fe3e7d60b93b013389023792e6e6b91d6b4bfb92e007062dc2ac494adbb6
 SHA512 
2caa52a48574e6bdf418fe57fb4ca69686eeae65cb1f44c0cb16c64400ea666530dfcca9e8a619859cf553435f93b38f63e422c315206ecec467eed6339a5987
+DIST fonttools-4.27.0.tar.gz 2645014 BLAKE2B 
f08178c0fba90d4a44bf00bea054a1d4ae368a823bd30d11d152d3edbe6ea4bf0fc816620333f4ccdd3c9b43de85fce1367c09fda4a8a1dd8178826245c89416
 SHA512 
65602f13ecaff2881d78075ed6a9774ec8afd1c958ef75f09d146b4699e8341ada90a1fff9176e302e07d77d36a9466096fdda259025c5938e81dd0816269874

diff --git a/dev-python/fonttools/fonttools-4.27.0.ebuild 
b/dev-python/fonttools/fonttools-4.27.0.ebuild
new file mode 100644
index 000..925c4733a1a
--- /dev/null
+++ b/dev-python/fonttools/fonttools-4.27.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_REQ_USE="xml(+)"
+
+inherit distutils-r1 virtualx
+
+DESCRIPTION="Library for manipulating TrueType, OpenType, AFM and Type1 fonts"
+HOMEPAGE="https://github.com/fonttools/fonttools/;
+SRC_URI="https://github.com/fonttools/fonttools/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~x64-macos"
+
+RDEPEND=">=dev-python/fs-2.4.9[${PYTHON_USEDEP}]"
+BDEPEND="
+   ${RDEPEND}
+   dev-python/cython[${PYTHON_USEDEP}]
+   test? (
+   app-arch/brotli[python,${PYTHON_USEDEP}]
+   app-arch/zopfli
+   )"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # When dev-python/pytest-shutil is installed, we get weird import 
errors.
+   # This is due to incomplete nesting in the Tests/ tree:
+   #
+   #   Tests/feaLib/__init__.py
+   #   Tests/ufoLib/__init__.py
+   #   Tests/svgLib/path/__init__.py
+   #   Tests/otlLib/__init__.py
+   #   Tests/varLib/__init__.py
+   #
+   # This tree requires an __init__.py in Tests/svgLib/ too, bug #701148.
+   touch Tests/svgLib/__init__.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+src_configure() {
+   DISTUTILS_ARGS=( --with-cython )
+}
+
+python_test() {
+   distutils_install_for_testing
+   # virtualx used when matplotlib is installed causing plot module tests 
to run
+   virtx epytest Tests fontTools
+}



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

2021-09-14 Thread Michał Górny
commit: a0bdc5d8a6f05459b25dc7e71a302f31c5ef981c
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 14 19:56:43 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 14 21:35:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0bdc5d8

dev-python/charset_normalizer: Bump to 2.0.5

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

 dev-python/charset_normalizer/Manifest |  1 +
 .../charset_normalizer-2.0.5.ebuild| 27 ++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/charset_normalizer/Manifest 
b/dev-python/charset_normalizer/Manifest
index 091105d4d61..a60d8e20772 100644
--- a/dev-python/charset_normalizer/Manifest
+++ b/dev-python/charset_normalizer/Manifest
@@ -1,2 +1,3 @@
 DIST charset_normalizer-2.0.3.gh.tar.gz 363159 BLAKE2B 
f09cd3c9da04123fc7104cfac6829ea23a82173c04469c4d98acf9311f1006f4ecb152992a397a97838f9312ad0fc8bfeea03960650873a9aaa753315245dcc3
 SHA512 
4fa5507c4c0c61b3722d7423f4b597514a30ad0fea176a77a1e926328003ba6c0f49c95b4f4a64b8dbb32985373706d895bae1c6e3fe1fe224851b8383576923
 DIST charset_normalizer-2.0.4.gh.tar.gz 363800 BLAKE2B 
81a0474238fc2fad6792201629286c261af73ed5dc3c7c4da525b356507f53bfb3e53d1ed325647295986a16fdd2a1e4bec00ee0648cb6e44f201196ef778556
 SHA512 
64fdddf2b6574828cc37dcb310e5e023d994e9cd4f8a7f6fb5796e997542cb1b14d9444994ab2594267361712a125fa476205462f9c7fea95505eef3c9770d5e
+DIST charset_normalizer-2.0.5.gh.tar.gz 368109 BLAKE2B 
42e4cdeaf9a4e57c87e9813a6d1f31492aee29e37eb8c42721748b658064b16f0926dc6ffd794bf165718c4caf9484e139ca4024b89651d7ccdcbc6d907cf7f0
 SHA512 
5be0a72e51b9454e8a1ab670815526d54e03e42a0fd6de6ff5705000b3cb9af1ab2ad7f3457a898274d39c091603cdc8e2a925dd3c8e39a63910a5e480155b0d

diff --git a/dev-python/charset_normalizer/charset_normalizer-2.0.5.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-2.0.5.ebuild
new file mode 100644
index 000..61026951703
--- /dev/null
+++ b/dev-python/charset_normalizer/charset_normalizer-2.0.5.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="The Real First Universal Charset Detector"
+HOMEPAGE="
+   https://pypi.org/project/charset-normalizer/
+   https://github.com/ousret/charset_normalizer/;
+SRC_URI="
+   https://github.com/Ousret/charset_normalizer/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -i -e '/addopts/d' setup.cfg || die
+   distutils-r1_src_prepare
+}



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

2021-09-14 Thread James Le Cuirot
commit: 10f26e36609f7af1821bbf91c9ec429708208c6f
Author: James Le Cuirot  gentoo  org>
AuthorDate: Tue Sep 14 21:13:08 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Tue Sep 14 21:13:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10f26e36

dev-python/pgzero: Fix missing test dependencies

Closes: https://bugs.gentoo.org/812872
Signed-off-by: James Le Cuirot  gentoo.org>

 dev-python/pgzero/pgzero-1.2.1-r1.ebuild | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-python/pgzero/pgzero-1.2.1-r1.ebuild 
b/dev-python/pgzero/pgzero-1.2.1-r1.ebuild
index ce85ee0ed84..abeeb71b78e 100644
--- a/dev-python/pgzero/pgzero-1.2.1-r1.ebuild
+++ b/dev-python/pgzero/pgzero-1.2.1-r1.ebuild
@@ -24,6 +24,10 @@ RDEPEND="
 
 DEPEND="
${RDEPEND}
+   test? (
+   media-libs/sdl2-image[png]
+   media-libs/sdl2-mixer[vorbis]
+   )
 "
 
 S="${WORKDIR}/${MY_P}"



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

2021-09-14 Thread William Hubbs
commit: c8ebcea004a3074ae26ab07550d855cb9b0df736
Author: William Hubbs  gentoo  org>
AuthorDate: Tue Sep 14 20:51:22 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Tue Sep 14 20:56:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8ebcea0

dev-util/woke: fix home page

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: William Hubbs  gentoo.org>

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

diff --git a/dev-util/woke/woke-0.14.0.ebuild b/dev-util/woke/woke-0.14.0.ebuild
index c02ed5d997f..d4c53f4202e 100644
--- a/dev-util/woke/woke-0.14.0.ebuild
+++ b/dev-util/woke/woke-0.14.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 inherit go-module
 
 DESCRIPTION="check source code for non-inclusive language"
-HOMEPAGE="http://github.com/get-woke/woke;
+HOMEPAGE="https://getwoke.tech/;
 
 EGO_SUM=(
"cloud.google.com/go v0.26.0/go.mod"



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

2021-09-14 Thread William Hubbs
commit: 1b01425587519d216ea83a1862d135a7ff99b900
Author: William Hubbs  gentoo  org>
AuthorDate: Tue Sep 14 20:55:25 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Tue Sep 14 20:56:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b014255

dev-util/woke: remove old

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: William Hubbs  gentoo.org>

 dev-util/woke/Manifest   |  99 --
 dev-util/woke/woke-0.10.3.ebuild | 378 ---
 dev-util/woke/woke-0.9.0.ebuild  | 374 --
 3 files changed, 851 deletions(-)

diff --git a/dev-util/woke/Manifest b/dev-util/woke/Manifest
index 6f8f6dc72fe..4f53b6c8e8d 100644
--- a/dev-util/woke/Manifest
+++ b/dev-util/woke/Manifest
@@ -38,24 +38,16 @@ DIST cloud.google.com%2Fgo%2Fstorage%2F@v%2Fv1.6.0.mod 736 
BLAKE2B 2337ea8dca35e
 DIST cloud.google.com%2Fgo%2Fstorage%2F@v%2Fv1.8.0.mod 622 BLAKE2B 
621e3faa3335ebec92c376298699510d800c2653c3680a438095c3dd9d6ba1f83f13a0302f316beea786b8f606ff3b4f62d21abe63d72f3f5c4e12fb81f61511
 SHA512 
409dad03104a4ac6b4a8c6da3540ab382345c86e48732f2b37d64ae2bc1c721d9f0a1ed0824a36085baa7102d2626e84f44706b16297623e8deb58fa9e24ba38
 DIST 
dmitri.shuralyov.com%2Fgpu%2Fmtl%2F@v%2Fv0.0.0-20190408044501-666a987793e9.mod 
36 BLAKE2B 
b430ef9388b0dfe932b201495a00275a6036338c99160d7362556be1e25924584b0802061d193533f23b1f76719dfd6a9484572babd25f1af0e53fd9bf07ac00
 SHA512 
196affe091247f94ceda4b56629bd62d4ee2b397f2c0f56c9534c02e43531b46705ad33543b58c1a4fc7a48e25e5923db087fe0485a93966a4086581c0d1d3e1
 DIST github.com%2F!burnt!sushi%2Ftoml%2F@v%2Fv0.3.1.mod 34 BLAKE2B 
ce54a247aef91043830bdf0603c8452ba38eceb1495af6e7a74c9119234a0dc5cd080cb25258c28f5e270acf91189a5ed33e361cbf17de2be5e37dadbda1d90d
 SHA512 
320941bc3b7fb8bc595e6135cbc513a7583d129f0cd92508055291e141191066303cf75148e25198c21f6c6c539a790ea3210f3ecf5de6a2a03b70c753091146
-DIST github.com%2F!burnt!sushi%2Ftoml%2F@v%2Fv0.3.1.zip 56132 BLAKE2B 
5edcfe991d7fc40094d637bae8d8d6f1f897ab3d3786ade2bb80287738103264520681ced8d30d2037253206c32d3f867f4d024a571cb9aad030ebc451e198eb
 SHA512 
43ed64ae515738487e9b75a2290d0b2bc25e83c021a9f29b21487c37adbf34e74e1e7d3d5ec0dfe678c8396356f95c3993a5f5610d1791ff62056cd182a4272f
 DIST 
github.com%2F!burnt!sushi%2Fxgb%2F@v%2Fv0.0.0-20160522181843-27f122750802.mod 
33 BLAKE2B 
d234bf9be3dd919cb1f8d33750a24dca68c90fea110fd0ff62f0dba86d2ebbfc66d55fea62745b6383c5607bc91cfd78c9d2cf12df251397e85995c04707caa2
 SHA512 
dbfa64ac31b25fdbff12110c6f9815abfde65f281e40852e7165499a2cefb6656c74fe0b82f0f018304daa02b83b421e9c15654efabad39787c69c1b2996a79d
-DIST github.com%2F!one!of!one%2Fxxhash%2F@v%2Fv1.2.2.mod 34 BLAKE2B 
83966cb7de9bb687f99f17c5c89c03718258d2df34e3dda01b96a2fcb1273a0ba0e3253ba5950d5458193d3e54962371317a8fe85020ae338b44e864bd96667f
 SHA512 
9081c69a2480ef726f547047306dc9136211ac7550882e68d458e2c04e5343366cb08f20525a51c804ab9a554dfe8363a1d9660bc0f9e501e1d996f7b6f320e4
-DIST 
github.com%2Falecthomas%2Ftemplate%2F@v%2Fv0.0.0-20160405071501-a0175ee3bccc.mod
 38 BLAKE2B 
2e1a897393e3527f0f82e6ab9baf62558d9cf54b56ada5d79aa1b206128de30395d9082bc600c4aa2a17e81095e429cc5874de950478545319ea0b867de7
 SHA512 
072ca7ba3d5ca815f58848db201002cc572d95334aeacfe44cb226505ad20d82ce06eb2ee059650912ae499db6291822c583296cb65a66e54adce62d6d850929
-DIST 
github.com%2Falecthomas%2Funits%2F@v%2Fv0.0.0-20151022065526-2efee857e7cf.mod 
35 BLAKE2B 
873b4b9c8491117a0b99bcc183ae96fc7e392c68d7271b73b5d7876574a5c7d67580425b35445ff2fff326c5cc7f328326d5d11946699c213cb2b84e8a9a0aad
 SHA512 
7f23b8c5622c02b295646c7baf6f2ea3dd01e11e18ac9c263b853c7f771f5d098d8bcb75971f0cdc33d1c4765b563f3382ec5dc4bf20010065c3f1bc94e93175
 DIST github.com%2Fantihax%2Foptional%2F@v%2Fv1.0.0.mod 44 BLAKE2B 
9ee187c88e6e4eba0b58dc16701725ff50dfc3af729ff9b58c3dcd200854af59d50689ffc51caafbe6af5685d5796331fc69dcb4a1813f6124c4e6f1a0bb5725
 SHA512 
e594fe55205c9dd96af55f58d011e5ef916c66eb057f7c0cb73fda0388133b6b476bce423969f85c1b95eb87ed9ed48bce7570fdbd131e0ad5e7ac6010514c58
 DIST 
github.com%2Farmon%2Fcircbuf%2F@v%2Fv0.0.0-20150827004946-bbbad097214e.mod 32 
BLAKE2B 
f5b653f20e85bc44cbd3882fdd8f425c0b71733eae4bcdf2623952f1ed2524e8067a169f1cc0025f6570aaa4653969baa7d4626db6cf0dccb0d7378cc36da6b2
 SHA512 
a201f9c169bba0d962c2595ee8c625a2b7e39873e4bb3eb1ca646340638917dabb2309f1ba4b71d9fca4cf2da2d3684076c67ba362dd07a39538a45240f7f987
 DIST 
github.com%2Farmon%2Fgo-metrics%2F@v%2Fv0.0.0-20180917152333-f0300d1749da.mod 
35 BLAKE2B 
97d3ccde6ba4ad06a5344183f954cd6dfea580673607a6d54f1c0f3a643aee512bbe5fe7bdbc22629e6ffeb58f70422b9b80577d70fb58db9b03ababc0552ba5
 SHA512 
fe8dfbec1d09d7da5829af43760a4ddb5495b6a63eeb76fb3758aeb2fcf83d83ea443a15789d7042a0f5e637664babc9c388dbebc63ff7d35fb9545c7c7da991
 DIST 
github.com%2Farmon%2Fgo-radix%2F@v%2Fv0.0.0-20180808171621-7fddfc383310.mod 33 
BLAKE2B 

[gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge-dev/

2021-09-14 Thread Stephan Hartmann
commit: 4067bf4da0fa6d0cdd85167635159ed910ea59e4
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Tue Sep 14 20:45:41 2021 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Tue Sep 14 20:45:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4067bf4d

www-client/microsoft-edge-dev: remove old

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Stephan Hartmann  gentoo.org>

 www-client/microsoft-edge-dev/Manifest |   1 -
 .../microsoft-edge-dev-94.0.982.2.ebuild   | 105 -
 2 files changed, 106 deletions(-)

diff --git a/www-client/microsoft-edge-dev/Manifest 
b/www-client/microsoft-edge-dev/Manifest
index 6d5edfda7d6..ecc46c366d7 100644
--- a/www-client/microsoft-edge-dev/Manifest
+++ b/www-client/microsoft-edge-dev/Manifest
@@ -1,4 +1,3 @@
-DIST microsoft-edge-dev_94.0.982.2-1_amd64.deb 106399176 BLAKE2B 
edf7c929c1bf88dbeb2bf56c29f104fc0cc037c163a6f2f98eb2ea12d0b4787ad597070852a39ad9430516b74d6576a623a71587772a3835401d7d7e3b4e2fad
 SHA512 
0c2dfa9d38337a19668497adb91b1957fe89cf095fa708728ca686373933a81f357deb032b635df6cee3494378314ddf89232212374f6c767f9cdd9f925398a7
 DIST microsoft-edge-dev_95.0.1000.0-1_amd64.deb 115507276 BLAKE2B 
a6f22cf9096afb5602f8e5ed944b9315f242f4282e35effa9dc0a0addc516072c4ada8e3a973e6b07107c50943d16f6572764a4a89abcaaddf0cb42cb0a8
 SHA512 
d6940f7ffbebd043b05828b813d2028cfa843075c492e1bf67cfc5e9d960c9d7bb842f99385e0034889ecc57c9531510aaa82abec414073b5a88fbc1464cdd17
 DIST microsoft-edge-dev_95.0.1011.1-1_amd64.deb 115948988 BLAKE2B 
fbae0ca4805bc18529c43fdab645fe4065c0af66be4afeb012d2282e7dc3103b5dafcc29e53a41804768425b189857722eea89bfb665c20d8df61d01f549e341
 SHA512 
ce27882236671a94ef4926595f7283a69281a06d236dfd4a9e5b4b4acbd6f4c21b4d808c96de595a12d64c5858bf42a85f40933a4640f0ae902b1840b859a3b7
 DIST microsoft-edge-dev_95.0.997.1-1_amd64.deb 115250492 BLAKE2B 
445d4047defafecb44a885912f873d9ae4e30f510502e1fc8ec5b0f0984b69da77ceff3182cf1971cdba00f64a7fcc7c26772341403937da3eaa0e929c843ea0
 SHA512 
95e7844498f1631892247bf93b8eacd17a8800c2f0432704c2c91d8bcb4c3bad8b92823939e99385270cb1ff346065192890eabf51acf30960f1744c5618d747

diff --git a/www-client/microsoft-edge-dev/microsoft-edge-dev-94.0.982.2.ebuild 
b/www-client/microsoft-edge-dev/microsoft-edge-dev-94.0.982.2.ebuild
deleted file mode 100644
index 3b1abf5f25d..000
--- a/www-client/microsoft-edge-dev/microsoft-edge-dev-94.0.982.2.ebuild
+++ /dev/null
@@ -1,105 +0,0 @@
-# Copyright 2011-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge;
-
-if [[ ${PN} == microsoft-edge ]]; then
-   MY_PN=${PN}-stable
-else
-   MY_PN=${PN}
-fi
-
-KEYWORDS="-* ~amd64"
-
-MY_P="${MY_PN}_${PV}-1"
-
-SRC_URI="https://packages.microsoft.com/repos/edge/pool/main/m/${MY_PN}/${MY_P}_amd64.deb;
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
-   app-accessibility/at-spi2-atk:2
-   app-accessibility/at-spi2-core:2
-   app-misc/ca-certificates
-   dev-libs/atk
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   media-fonts/liberation-fonts
-   media-libs/alsa-lib
-   media-libs/mesa[gbm(+)]
-   net-misc/curl[ssl]
-   net-print/cups
-   sys-apps/dbus
-   sys-apps/util-linux
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf:2
-   x11-libs/gtk+:3[X]
-   x11-libs/libdrm
-   x11-libs/libX11
-   x11-libs/libXcomposite
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXrandr
-   x11-libs/libxcb
-   x11-libs/libxkbcommon
-   x11-libs/libxshmfence
-   x11-libs/pango
-   x11-misc/xdg-utils
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-   eerror "Please wait 24 hours and sync your tree before reporting a bug 
for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-   # Protect against people using autounmask overzealously
-   use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-   chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-   :
-}
-
-src_install() {
-   dodir /
-   cd "${ED}" || die
-   unpacker
-
-   rm _gpgorigin || die
-
-   rm -r etc usr/share/menu || die
-   mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-   gzip -d usr/share/doc/${PF}/changelog.gz || die
-   gzip -d usr/share/man/man1/${MY_PN}.1.gz || die
-
-   local suffix=
-   [[ ${PN} == microsoft-edge-beta ]] && suffix=_beta
-   [[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-   local size
-   for size in 16 24 32 48 64 128 256 ; do

[gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge-dev/

2021-09-14 Thread Stephan Hartmann
commit: 763696f19fc85d750c38cb88d9e24ec69bc478c4
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Tue Sep 14 20:44:57 2021 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Tue Sep 14 20:45:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=763696f1

www-client/microsoft-edge-dev: bump to 95.0.1011.1

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Stephan Hartmann  gentoo.org>

 www-client/microsoft-edge-dev/Manifest |   1 +
 .../microsoft-edge-dev-95.0.1011.1.ebuild  | 105 +
 2 files changed, 106 insertions(+)

diff --git a/www-client/microsoft-edge-dev/Manifest 
b/www-client/microsoft-edge-dev/Manifest
index f298c098f71..6d5edfda7d6 100644
--- a/www-client/microsoft-edge-dev/Manifest
+++ b/www-client/microsoft-edge-dev/Manifest
@@ -1,3 +1,4 @@
 DIST microsoft-edge-dev_94.0.982.2-1_amd64.deb 106399176 BLAKE2B 
edf7c929c1bf88dbeb2bf56c29f104fc0cc037c163a6f2f98eb2ea12d0b4787ad597070852a39ad9430516b74d6576a623a71587772a3835401d7d7e3b4e2fad
 SHA512 
0c2dfa9d38337a19668497adb91b1957fe89cf095fa708728ca686373933a81f357deb032b635df6cee3494378314ddf89232212374f6c767f9cdd9f925398a7
 DIST microsoft-edge-dev_95.0.1000.0-1_amd64.deb 115507276 BLAKE2B 
a6f22cf9096afb5602f8e5ed944b9315f242f4282e35effa9dc0a0addc516072c4ada8e3a973e6b07107c50943d16f6572764a4a89abcaaddf0cb42cb0a8
 SHA512 
d6940f7ffbebd043b05828b813d2028cfa843075c492e1bf67cfc5e9d960c9d7bb842f99385e0034889ecc57c9531510aaa82abec414073b5a88fbc1464cdd17
+DIST microsoft-edge-dev_95.0.1011.1-1_amd64.deb 115948988 BLAKE2B 
fbae0ca4805bc18529c43fdab645fe4065c0af66be4afeb012d2282e7dc3103b5dafcc29e53a41804768425b189857722eea89bfb665c20d8df61d01f549e341
 SHA512 
ce27882236671a94ef4926595f7283a69281a06d236dfd4a9e5b4b4acbd6f4c21b4d808c96de595a12d64c5858bf42a85f40933a4640f0ae902b1840b859a3b7
 DIST microsoft-edge-dev_95.0.997.1-1_amd64.deb 115250492 BLAKE2B 
445d4047defafecb44a885912f873d9ae4e30f510502e1fc8ec5b0f0984b69da77ceff3182cf1971cdba00f64a7fcc7c26772341403937da3eaa0e929c843ea0
 SHA512 
95e7844498f1631892247bf93b8eacd17a8800c2f0432704c2c91d8bcb4c3bad8b92823939e99385270cb1ff346065192890eabf51acf30960f1744c5618d747

diff --git 
a/www-client/microsoft-edge-dev/microsoft-edge-dev-95.0.1011.1.ebuild 
b/www-client/microsoft-edge-dev/microsoft-edge-dev-95.0.1011.1.ebuild
new file mode 100644
index 000..3b1abf5f25d
--- /dev/null
+++ b/www-client/microsoft-edge-dev/microsoft-edge-dev-95.0.1011.1.ebuild
@@ -0,0 +1,105 @@
+# Copyright 2011-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge;
+
+if [[ ${PN} == microsoft-edge ]]; then
+   MY_PN=${PN}-stable
+else
+   MY_PN=${PN}
+fi
+
+KEYWORDS="-* ~amd64"
+
+MY_P="${MY_PN}_${PV}-1"
+
+SRC_URI="https://packages.microsoft.com/repos/edge/pool/main/m/${MY_PN}/${MY_P}_amd64.deb;
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+   app-accessibility/at-spi2-atk:2
+   app-accessibility/at-spi2-core:2
+   app-misc/ca-certificates
+   dev-libs/atk
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   media-fonts/liberation-fonts
+   media-libs/alsa-lib
+   media-libs/mesa[gbm(+)]
+   net-misc/curl[ssl]
+   net-print/cups
+   sys-apps/dbus
+   sys-apps/util-linux
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:3[X]
+   x11-libs/libdrm
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXrandr
+   x11-libs/libxcb
+   x11-libs/libxkbcommon
+   x11-libs/libxshmfence
+   x11-libs/pango
+   x11-misc/xdg-utils
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+   eerror "Please wait 24 hours and sync your tree before reporting a bug 
for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+   # Protect against people using autounmask overzealously
+   use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+   chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+   :
+}
+
+src_install() {
+   dodir /
+   cd "${ED}" || die
+   unpacker
+
+   rm _gpgorigin || die
+
+   rm -r etc usr/share/menu || die
+   mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+   gzip -d usr/share/doc/${PF}/changelog.gz || die
+   gzip -d usr/share/man/man1/${MY_PN}.1.gz || die
+
+   local suffix=
+   [[ ${PN} == microsoft-edge-beta ]] && suffix=_beta
+   [[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+   local size
+   for size in 16 24 32 48 64 

[gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_tools/

2021-09-14 Thread Alfredo Tupone
commit: d8c45e407a60b1f978ca162c1eb0b002eb2f9616
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Tue Sep 14 20:23:32 2021 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Tue Sep 14 20:23:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8c45e40

dev-ml/ppx_tools: ml maintains it

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-ml/ppx_tools/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-ml/ppx_tools/metadata.xml b/dev-ml/ppx_tools/metadata.xml
index 7548995f8c2..3bce000f5f8 100644
--- a/dev-ml/ppx_tools/metadata.xml
+++ b/dev-ml/ppx_tools/metadata.xml
@@ -1,6 +1,10 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
+   
+   m...@gentoo.org
+   ML
+   

gie...@gentoo.org
Mark Wright



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

2021-09-14 Thread Michał Górny
commit: b5d4ce50e51c0f994b039a3a8c88552720974962
Author: suntar  gmail  com>
AuthorDate: Tue Sep 14 11:46:35 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 14 20:19:33 2021 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=b5d4ce50

repositories: Add suntar

Closes: https://github.com/gentoo/api-gentoo-org/pull/430
Signed-off-by: Michał Górny  gentoo.org>

 files/overlays/repositories.xml | 11 +++
 1 file changed, 11 insertions(+)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 1ddaf22..e06aa28 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -4115,6 +4115,17 @@
 https://github.com/istitov/stuff.git
 https://github.com/istitov/stuff/commits/master.atom
   
+  
+suntar
+Suntar's overlay
+https://github.com/suntar/suntar-overlay
+
+  alenk.s...@gmail.com
+  Elena Sergeicheva
+
+git://github.com/suntar/suntar-overlay.git
+https://github.com/suntar/suntar-overlay/commits/master.atom
+  
   
 superposition
 Phil's overlay



[gentoo-commits] repo/gentoo:master commit in: net-ftp/atftp/files/, net-ftp/atftp/

2021-09-14 Thread Tobias Klausmann
commit: 3434fdb7c1eba3721771dece9523b70d9775bbe1
Author: Martin Dummer  gmx  net>
AuthorDate: Mon Sep 13 23:27:44 2021 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue Sep 14 20:15:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3434fdb7

net-ftp/atftp: version bump to 0.7.5

Version 0.7.5 (Bugfix, Security Fix Release)

fix many bugs, fix denial-of-service buffer overflow CVE-2021-41054
new feature: add an option to prevent the Sorcerer's Apprentice Syndrome

Closes: https://bugs.gentoo.org/813079
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Martin Dummer  gmx.net>
Signed-off-by: Tobias Klausmann  gentoo.org>

 net-ftp/atftp/Manifest   |  1 +
 net-ftp/atftp/atftp-0.7.5.ebuild | 66 
 net-ftp/atftp/files/atftp-0.7.5-CFLAGS.patch | 32 ++
 3 files changed, 99 insertions(+)

diff --git a/net-ftp/atftp/Manifest b/net-ftp/atftp/Manifest
index 787aa4f6ca3..1002d6b53aa 100644
--- a/net-ftp/atftp/Manifest
+++ b/net-ftp/atftp/Manifest
@@ -1 +1,2 @@
 DIST atftp-0.7.4.tar.gz 249699 BLAKE2B 
8aa30df1cc92982b0e718cd9bcc68cf397e29f6abb795cf9fdfd0b9942d9a7dd16beafb24d69d7339f9ab4cbda16404eadf40096a8dfdb684fbc7ec1c7f81c9f
 SHA512 
f9ff9b72b7d1d659d4ca00d990c28b9da8dea0228e66610ee2d17a3959fcd142998a7539f8ea68effdfe830d2f5e68c154a2911afb9cad52acd24a6a642d76a4
+DIST atftp-0.7.5.tar.gz 253626 BLAKE2B 
aa0a0311d29fd52b77f8ae021407221f815a39fe85cabac36ee18dce8918a5b0accda455e2df5fecf34f09e93e583bfbc86162b60a7237bd6d34b0c658ec2970
 SHA512 
457101136e59f7a1657ce591e9ea678ab9091a59219d41b6c522fad4a3555c5cbcb8c9e0c3267fd871940d99b5f8673ab4ce5ec9737dee52f017e5c80a4e59d7

diff --git a/net-ftp/atftp/atftp-0.7.5.ebuild b/net-ftp/atftp/atftp-0.7.5.ebuild
new file mode 100644
index 000..001bba2e825
--- /dev/null
+++ b/net-ftp/atftp/atftp-0.7.5.ebuild
@@ -0,0 +1,66 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools flag-o-matic systemd
+
+DESCRIPTION="Advanced TFTP implementation client/server"
+HOMEPAGE="https://sourceforge.net/projects/atftp/;
+SRC_URI="mirror://sourceforge/atftp/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~s390 ~sparc ~x86"
+IUSE="selinux tcpd readline pcre"
+
+DEPEND="tcpd? ( sys-apps/tcp-wrappers )
+   readline? ( sys-libs/readline:0= )
+   pcre? ( dev-libs/libpcre )"
+RDEPEND="${DEPEND}
+   !net-ftp/tftp-hpa
+   !net-ftp/uftpd
+   selinux? ( sec-policy/selinux-tftp )"
+BDEPEND=""
+
+PATCHES=(
+   "${FILESDIR}/${P}-CFLAGS.patch"
+)
+
+src_prepare() {
+   append-cppflags -D_REENTRANT -DRATE_CONTROL
+   # fix #561720 by restoring pre-GCC5 inline semantics
+   append-cflags -std=gnu89
+
+   default
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   $(use_enable tcpd libwrap) \
+   $(use_enable readline libreadline) \
+   $(use_enable pcre libpcre) \
+   --enable-mtftp
+}
+
+src_test() {
+   cd "${S}"/test || die
+   TEMPDIR=. ./test.sh || die
+}
+
+src_install() {
+   default
+
+   newinitd "${FILESDIR}"/atftp.init atftp
+   newconfd "${FILESDIR}"/atftp.confd atftp
+
+   systemd_dounit "${FILESDIR}"/atftp.service
+   systemd_install_serviced "${FILESDIR}"/atftp.service.conf
+
+   dodoc README* BUGS FAQ Changelog INSTALL TODO
+   dodoc "${S}"/docs/*
+
+   docinto test
+   cd "${S}"/test || die
+   dodoc load.sh mtftp.conf pcre_pattern.txt test.sh test_suite.txt
+}

diff --git a/net-ftp/atftp/files/atftp-0.7.5-CFLAGS.patch 
b/net-ftp/atftp/files/atftp-0.7.5-CFLAGS.patch
new file mode 100644
index 000..4f68d97f800
--- /dev/null
+++ b/net-ftp/atftp/files/atftp-0.7.5-CFLAGS.patch
@@ -0,0 +1,32 @@
+--- a/configure.ac
 b/configure.ac
+@@ -69,29 +69,6 @@
+ dnl Check for AIX
+ AC_AIX
+ 
+-CFLAGS="$CFLAGS -g -Wall -D_REENTRANT"
+-
+-if test x$debug = xtrue; then
+-   CFLAGS="$CFLAGS -O0 -DDEBUG"
+-else
+-  if test -n "$auto_cflags"; then
+-if test -n "$GCC"; then
+-  CFLAGS="$CFLAGS -g -O2 -Wall -Wno-implicit"
+-else
+-  case "$host_os" in
+-*hpux*)  CFLAGS="$CFLAGS +O3"
+-;;
+-*ultrix* | *osf*) CFLAGS="$CFLAGS -O -Olimit 2000"
+-;;
+-*)   CFLAGS="$CFLAGS -O2"
+-;;
+-  esac
+-fi
+-  else
+-CFLAGS="$CFLAGS -O2"
+-  fi
+-fi
+-
+ case "$CC" in
+   gcc*|clang*) CFLAGS="$CFLAGS -std=gnu89"
+   ;;



[gentoo-commits] repo/gentoo:master commit in: dev-db/timescaledb/

2021-09-14 Thread 罗百科
commit: 33c528a0affdee73abb7a7812818da2cc7d62db8
Author: Patrick Lauer  gentoo  org>
AuthorDate: Tue Sep 14 18:46:37 2021 +
Commit: 罗百科  gentoo  org>
CommitDate: Tue Sep 14 18:46:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33c528a0

dev-db/timescaledb: Bump to 2.4.1

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Patrick Lauer  gentoo.org>

 dev-db/timescaledb/Manifest |  1 +
 dev-db/timescaledb/timescaledb-2.4.1.ebuild | 67 +
 2 files changed, 68 insertions(+)

diff --git a/dev-db/timescaledb/Manifest b/dev-db/timescaledb/Manifest
index 97fe7c40644..8c3bd9ef867 100644
--- a/dev-db/timescaledb/Manifest
+++ b/dev-db/timescaledb/Manifest
@@ -4,3 +4,4 @@ DIST timescaledb-2.1.0.tar.gz 2527250 BLAKE2B 
6f257c4b1afc0869c8e309f9b3080dbcdd
 DIST timescaledb-2.1.1.tar.gz 2534361 BLAKE2B 
d0aa5b231cbc9a75bb65eae395ffc0063a94bd3d9c47fe2b1f80bdf59c7624c83e3d4343f3d4ea402654627b8396936614f105fc7d01612f3ea03124471b44a3
 SHA512 
53bd8f9006741af834cc2598efe95b94e6ebf00df770ac3a4e0a087af83c8ba5ac2b1f421fd108e6609fde6bea725f05e2d590c3f341030a0f31edb6a3cf6cd5
 DIST timescaledb-2.2.1.tar.gz 2637225 BLAKE2B 
4ab37bb5c45a3f7550c2694c8757fff3e8dafe122aa9aea1e31d33931367b6b6bf8aa190444cd9472c3ba0aed087fa68d007ce52de24c78add3a53038a1d24ef
 SHA512 
5dae0ed0b71309598bfc9605e838f2d8b4179ccf7098396315153c4044c7bdaaa411fd11ee70ca7807afde4b609faab281dcb1aa2f8d65330ca95e13fbe24582
 DIST timescaledb-2.3.1.tar.gz 2699256 BLAKE2B 
5949245d4a2bf52558b3f646d3723b0571745226fcc0de236c21ad7f32316eaeb0780aa94f8ccacd420cd0b0e47c8e048172b9f9355cf01797398b7f2fc85a6a
 SHA512 
431f716ecd98504ce8e5b85e6fd10bf87ed39aac0244b7e968383537caae965ece09f016fed8ea010f5d42b392aed2d75b012deafd807d107f3dc75cbde287ec
+DIST timescaledb-2.4.1.tar.gz 2401410 BLAKE2B 
752d484b03a59cde22f295d47a90d05bfc0674428dd2d03152dbf6604e10c0fb6780815666f65f4d2df58075f7911636c13a671504eed78642e211ceda8aba3d
 SHA512 
54baced28eb20aa14c78605ce7828f7c48210125d9193c3e1c88e9ae81616b2baf37a1eb97c5eb0ddc9b6820d534d134ad047f3c7ace374e29191a42142f35a1

diff --git a/dev-db/timescaledb/timescaledb-2.4.1.ebuild 
b/dev-db/timescaledb/timescaledb-2.4.1.ebuild
new file mode 100644
index 000..eba5dbffb77
--- /dev/null
+++ b/dev-db/timescaledb/timescaledb-2.4.1.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+POSTGRES_COMPAT=( 11 12 13 )
+
+inherit postgres-multi cmake
+
+DESCRIPTION="Open-source time-series SQL database"
+HOMEPAGE="https://www.timescale.com/;
+SRC_URI="https://github.com/timescale/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+IUSE="proprietary-extensions"
+LICENSE="POSTGRESQL Apache-2.0 proprietary-extensions? ( timescale )"
+
+KEYWORDS="~amd64"
+
+SLOT=0
+
+RESTRICT="test"
+
+DEPEND="${POSTGRES_DEP}
+   dev-libs/openssl:="
+RDEPEND="${DEPEND}"
+
+CMAKE_IN_SOURCE_BUILD=yes
+CMAKE_BUILD_TYPE="RelWithDebInfo"
+BUILD_DIR=${WORKDIR}/${P}
+
+src_prepare() {
+   postgres-multi_src_prepare
+   postgres-multi_foreach cmake_src_prepare
+}
+
+timescale_configure() {
+   local CMAKE_USE_DIR=$BUILD_DIR
+   local mycmakeargs=( 
"-DPG_CONFIG=/usr/bin/pg_config${MULTIBUILD_VARIANT}" "-DREGRESS_CHECKS=OFF" )
+
+   # licensing is tied to features, this useflag disables the non-apache2 
licensed bits
+   if ! use proprietary-extensions ; then
+   mycmakeargs+=("-DAPACHE_ONLY=ON")
+   fi
+   cmake_src_configure
+}
+
+src_configure() {
+   postgres-multi_foreach timescale_configure
+}
+
+timescale_src_compile() {
+   local CMAKE_USE_DIR=$BUILD_DIR
+   cmake_src_compile
+}
+
+src_compile() {
+   postgres-multi_foreach timescale_src_compile
+}
+
+timescale_src_install() {
+   local CMAKE_USE_DIR=$BUILD_DIR
+   cmake_src_install
+}
+
+src_install() {
+   postgres-multi_foreach timescale_src_install
+}



[gentoo-commits] repo/proj/guru:dev commit in: sys-fs/gfs2-utils/

2021-09-14 Thread Andrea Postiglione
commit: 5598e55d26396253770ca52cc88e53f877f05f24
Author: Andrea Postiglione  gmail  com>
AuthorDate: Tue Sep 14 18:42:48 2021 +
Commit: Andrea Postiglione  gmail  com>
CommitDate: Tue Sep 14 18:42:48 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5598e55d

sys-fs/gfs2-utils: update Manifest

Signed-off-by: Andrea Postiglione  gmail.com>

 sys-fs/gfs2-utils/Manifest | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys-fs/gfs2-utils/Manifest b/sys-fs/gfs2-utils/Manifest
index 6ee83981d..2ccd5ec5a 100644
--- a/sys-fs/gfs2-utils/Manifest
+++ b/sys-fs/gfs2-utils/Manifest
@@ -1,3 +1,2 @@
-DIST gfs2-utils-3.2.0.tar.xz 279696 BLAKE2B 
bc8691396d820be09fbeeb590727d51fdcbfb739029a10bcbca501eb12fb4e1853d8dd9c70a0cb04fc1bad1c88be7520809b2bffa1d454f8d07923f6993629ed
 SHA512 
77b5448d46a27ee77b14fe5437b7932233a25f1d189b407a440657591e44c1d0d77b6253003b8b92d7fc4e363fa6eab97e01f5ca8de2529d5c60a94917e9ef18
 DIST gfs2-utils-3.3.0.tar.gz 370498 BLAKE2B 
00835f4d162bebe64d11f5007b6408c7de4320d74ac29c4a1057e86d99a8ee236a70aa8cd25ca37872dbce1d72499c7b846fb3780752aad00aa4f61c20a51712
 SHA512 
f944d8ce69f2ae49a678d5c3d45ff5be19ce8836c7559528aff088c4e660c54b636f4ed37f8e5016325a196f1e0ed201d9e0e71134766fed866095aac66337a2
 DIST gfs2-utils-3.4.1.tar.gz 374633 BLAKE2B 
cbb46a150935950d817f28ce750a654b54a0e6c0bfe8fc6a08d812d51860c6b8c6833215b35af6cb7ae51a0e5eba7e3deab5520bbe3ee6de5dde414dd0a480a4
 SHA512 
f8d3412a383d2d0e8435196c95a5361a3b9e5ab581549e6d434f5a33791d666c80700ee93f53e1d31aa3c304b84b6d72596b0a77e0aa54b2d88ec988ffa3cf88



[gentoo-commits] repo/proj/guru:dev commit in: sys-fs/gfs2-utils/

2021-09-14 Thread Andrea Postiglione
commit: 7428f8bcea0eacbe6be18442552031e4e34810ff
Author: Andrea Postiglione  gmail  com>
AuthorDate: Tue Sep 14 18:41:08 2021 +
Commit: Andrea Postiglione  gmail  com>
CommitDate: Tue Sep 14 18:41:08 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7428f8bc

sys-fs/gfs2-utils: drop old 3.2.0

Signed-off-by: Andrea Postiglione  gmail.com>

 sys-fs/gfs2-utils/gfs2-utils-3.2.0.ebuild | 54 ---
 1 file changed, 54 deletions(-)

diff --git a/sys-fs/gfs2-utils/gfs2-utils-3.2.0.ebuild 
b/sys-fs/gfs2-utils/gfs2-utils-3.2.0.ebuild
deleted file mode 100644
index bfcd71c16..0
--- a/sys-fs/gfs2-utils/gfs2-utils-3.2.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=7
-
-inherit autotools toolchain-funcs linux-info
-
-DESCRIPTION="Shared-disk cluster file system"
-HOMEPAGE="https://sourceware.org/cluster/gfs/;
-SRC_URI="https://releases.pagure.org/${PN}/${P}.tar.xz;
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="nls"
-
-RDEPEND="sys-libs/zlib
-   sys-apps/util-linux
-   sys-libs/ncurses"
-
-DEPEND="${RDEPEND}
-   sys-devel/autoconf
-   sys-devel/automake
-   sys-devel/libtool
-   sys-devel/make
-   sys-devel/gettext
-   sys-devel/bison
-   sys-devel/flex
-   sys-libs/zlib"
-
-src_prepare() {
-   eapply "${FILESDIR}"/reproducible.patch
-   eapply "${FILESDIR}"/gfs2_withdraw_helper.patch
-   eapply "${FILESDIR}"/python3.patch
-   eapply "${FILESDIR}"/bashism.patch
-   eapply "${FILESDIR}"/ftbfs-gcc9.patch
-   eapply "${FILESDIR}"/udev-rules.patch
-   default
-   ./autogen.sh
-   eautoreconf
-}
-
-src_configure() {
-   econf
-}
-
-src_compile() {
-   emake
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-}



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

2021-09-14 Thread Jakov Smolić
commit: 7a91ea058ddf91519866c8ab1cb41d41b0013d8c
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Sep 14 18:18:15 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Sep 14 18:33:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a91ea05

dev-util/bpftool: Version bump to 5.14.1

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-util/bpftool/Manifest  |   2 +
 dev-util/bpftool/bpftool-5.14.1.ebuild | 117 +
 2 files changed, 119 insertions(+)

diff --git a/dev-util/bpftool/Manifest b/dev-util/bpftool/Manifest
index 679a5f7a7e4..03ae2987776 100644
--- a/dev-util/bpftool/Manifest
+++ b/dev-util/bpftool/Manifest
@@ -1,2 +1,4 @@
 DIST linux-5.12.tar.xz 118112412 BLAKE2B 
842d921b9a73d2aaade763dbd2ec67bdfe0275baa6d628b775f5c87574ad7dc86f0419afcd48c10c1235f4bffa16084243f2cf4556e6afcd391e975fe8ba530b
 SHA512 
be03b6fee1d1ea8087b09874d27c0a602c0b04fd90ad38b975bd2c8455a07e83c29b56814aaf1389e82305fae0e4c2d1701075a7f0a7295dd28149f967ec5b3d
+DIST linux-5.14.tar.xz 120669872 BLAKE2B 
0047f5aaa3940dff97f4055ef544faafbbb5282128e6afe21d2f47d8dc8c395806a17016febfa050117d16f59e74b882cb8b9c5011d68f119c230d0a4d120524
 SHA512 
8e4f3ec3d36f774280f75dc7b004a43e09417af58f12e9c9f8348976659d4cfda7ad905f306f43fed66a27922e5c45db22e46bbfa7a0b9f365012380de3b6f64
 DIST patch-5.12.xz 6263608 BLAKE2B 
cc46642f352e579b073695e8ca23ede26ec84c7f8f79b969aa334a49879d2d5838bb1e3411dae7c1c0584193a4b08aed031eda33b6f38fea4c9b36ed236045d5
 SHA512 
68f4832e07c152e2df097097720c6adb9103b6a56f5056af67ffa9afbca66ab7c1a94968f638de14d4cd93a077c820f58ffc32952a87721004714339b9d18487
+DIST patch-5.14.1.xz 4708 BLAKE2B 
334d56ba26abc0d29432c27a31fefff332d9b134899b6f0d5fdeadaf68c3bf95eaeba37a9500eb3c245ae2eea70786c55056586ce747277e9f2be16697ceab73
 SHA512 
409108139ba2842d100d69e47d88eee87bea58c210a84e242c82aae48fe4bc57ccd0a507c4a0ecb791d0a2962f46cda3ba900f728a9b6856e986bff018a2d19c

diff --git a/dev-util/bpftool/bpftool-5.14.1.ebuild 
b/dev-util/bpftool/bpftool-5.14.1.ebuild
new file mode 100644
index 000..e3fa3487cfe
--- /dev/null
+++ b/dev-util/bpftool/bpftool-5.14.1.ebuild
@@ -0,0 +1,117 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit estack linux-info optfeature python-any-r1 toolchain-funcs
+
+MY_PV="${PV/_/-}"
+MY_PV="${MY_PV/-pre/-git}"
+
+DESCRIPTION="Tool for inspection and simple manipulation of eBPF programs and 
maps"
+HOMEPAGE="https://kernel.org/;
+
+LINUX_V="${PV:0:1}.x"
+LINUX_VER=$(ver_cut 1-2)
+LINUX_PATCH=patch-${PV}.xz
+SRC_URI="https://www.kernel.org/pub/linux/kernel/v${LINUX_V}/${LINUX_PATCH};
+
+LINUX_SOURCES="linux-${LINUX_VER}.tar.xz"
+SRC_URI+=" 
https://www.kernel.org/pub/linux/kernel/v${LINUX_V}/${LINUX_SOURCES};
+
+S_K="${WORKDIR}/linux-${LINUX_VER}"
+S="${S_K}/tools/bpf/bpftool"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="caps"
+
+RDEPEND="
+   sys-libs/binutils-libs:=
+   sys-libs/zlib:=
+   virtual/libelf:=
+   caps? ( sys-libs/libcap:= )
+"
+DEPEND="
+   ${RDEPEND}
+   >=sys-kernel/linux-headers-5.8
+"
+BDEPEND="
+   ${LINUX_PATCH+dev-util/patchutils}
+   ${PYTHON_DEPS}
+   dev-python/docutils
+"
+
+CONFIG_CHECK="~DEBUG_INFO_BTF"
+
+# src_unpack and src_prepare are copied from dev-util/perf since
+# it's building from the same tarball, please keep it in sync with perf
+src_unpack() {
+   local paths=(
+   tools/bpf kernel/bpf
+   tools/{arch,build,include,lib,perf,scripts} 
{scripts,include,lib} "arch/*/lib"
+   )
+
+   # We expect the tar implementation to support the -j option (both
+   # GNU tar and libarchive's tar support that).
+   echo ">>> Unpacking ${LINUX_SOURCES} (${paths[*]}) to ${PWD}"
+   tar --wildcards -xpf "${DISTDIR}"/${LINUX_SOURCES} \
+   "${paths[@]/#/linux-${LINUX_VER}/}" || die
+
+   if [[ -n ${LINUX_PATCH} ]] ; then
+   eshopts_push -o noglob
+   ebegin "Filtering partial source patch"
+   filterdiff -p1 ${paths[@]/#/-i } -z "${DISTDIR}"/${LINUX_PATCH} 
\
+   > ${P}.patch
+   eend $? || die "filterdiff failed"
+   eshopts_pop
+   fi
+
+   local a
+   for a in ${A}; do
+   [[ ${a} == ${LINUX_SOURCES} ]] && continue
+   [[ ${a} == ${LINUX_PATCH} ]] && continue
+   unpack ${a}
+   done
+}
+
+src_prepare() {
+   default
+
+   if [[ -n ${LINUX_PATCH} ]] ; then
+   pushd "${S_K}" >/dev/null || die
+   eapply "${WORKDIR}"/${P}.patch
+   popd || die
+   fi
+
+   # dev-python/docutils installs rst2man.py, not rst2man
+   sed -i -e 's/rst2man/rst2man.py/g' Documentation/Makefile || die
+}
+
+bpftool_make() {
+   local arch=$(tc-arch-kernel)
+   tc-export AR CC LD
+
+   emake V=1 VF=1 \
+

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

2021-09-14 Thread Jakov Smolić
commit: b06eea3459f05b2a2bcea6f8788871faeaeb5f9a
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Sep 14 18:18:28 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Sep 14 18:33:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b06eea34

dev-util/bpftool: Remove old 5.12

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-util/bpftool/Manifest|   2 -
 dev-util/bpftool/bpftool-5.12.ebuild | 121 ---
 2 files changed, 123 deletions(-)

diff --git a/dev-util/bpftool/Manifest b/dev-util/bpftool/Manifest
index 03ae2987776..80bec3892c0 100644
--- a/dev-util/bpftool/Manifest
+++ b/dev-util/bpftool/Manifest
@@ -1,4 +1,2 @@
-DIST linux-5.12.tar.xz 118112412 BLAKE2B 
842d921b9a73d2aaade763dbd2ec67bdfe0275baa6d628b775f5c87574ad7dc86f0419afcd48c10c1235f4bffa16084243f2cf4556e6afcd391e975fe8ba530b
 SHA512 
be03b6fee1d1ea8087b09874d27c0a602c0b04fd90ad38b975bd2c8455a07e83c29b56814aaf1389e82305fae0e4c2d1701075a7f0a7295dd28149f967ec5b3d
 DIST linux-5.14.tar.xz 120669872 BLAKE2B 
0047f5aaa3940dff97f4055ef544faafbbb5282128e6afe21d2f47d8dc8c395806a17016febfa050117d16f59e74b882cb8b9c5011d68f119c230d0a4d120524
 SHA512 
8e4f3ec3d36f774280f75dc7b004a43e09417af58f12e9c9f8348976659d4cfda7ad905f306f43fed66a27922e5c45db22e46bbfa7a0b9f365012380de3b6f64
-DIST patch-5.12.xz 6263608 BLAKE2B 
cc46642f352e579b073695e8ca23ede26ec84c7f8f79b969aa334a49879d2d5838bb1e3411dae7c1c0584193a4b08aed031eda33b6f38fea4c9b36ed236045d5
 SHA512 
68f4832e07c152e2df097097720c6adb9103b6a56f5056af67ffa9afbca66ab7c1a94968f638de14d4cd93a077c820f58ffc32952a87721004714339b9d18487
 DIST patch-5.14.1.xz 4708 BLAKE2B 
334d56ba26abc0d29432c27a31fefff332d9b134899b6f0d5fdeadaf68c3bf95eaeba37a9500eb3c245ae2eea70786c55056586ce747277e9f2be16697ceab73
 SHA512 
409108139ba2842d100d69e47d88eee87bea58c210a84e242c82aae48fe4bc57ccd0a507c4a0ecb791d0a2962f46cda3ba900f728a9b6856e986bff018a2d19c

diff --git a/dev-util/bpftool/bpftool-5.12.ebuild 
b/dev-util/bpftool/bpftool-5.12.ebuild
deleted file mode 100644
index 2d687e71907..000
--- a/dev-util/bpftool/bpftool-5.12.ebuild
+++ /dev/null
@@ -1,121 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit estack linux-info optfeature python-any-r1 toolchain-funcs
-
-MY_PV="${PV/_/-}"
-MY_PV="${MY_PV/-pre/-git}"
-
-DESCRIPTION="Tool for inspection and simple manipulation of eBPF programs and 
maps"
-HOMEPAGE="https://kernel.org/;
-
-LINUX_V="${PV:0:1}.x"
-LINUX_VER=$(ver_cut 1-2)
-LINUX_PATCH=patch-${PV}.xz
-SRC_URI="https://www.kernel.org/pub/linux/kernel/v${LINUX_V}/${LINUX_PATCH};
-
-LINUX_SOURCES="linux-${LINUX_VER}.tar.xz"
-SRC_URI+=" 
https://www.kernel.org/pub/linux/kernel/v${LINUX_V}/${LINUX_SOURCES};
-
-S_K="${WORKDIR}/linux-${LINUX_VER}"
-S="${S_K}/tools/bpf/bpftool"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="caps"
-
-RDEPEND="
-   sys-libs/binutils-libs:=
-   sys-libs/zlib:=
-   virtual/libelf:=
-   caps? ( sys-libs/libcap:= )
-"
-DEPEND="
-   ${RDEPEND}
-   >=sys-kernel/linux-headers-5.8
-"
-BDEPEND="
-   ${LINUX_PATCH+dev-util/patchutils}
-   ${PYTHON_DEPS}
-   dev-python/docutils
-"
-
-CONFIG_CHECK="~DEBUG_INFO_BTF"
-
-# src_unpack and src_prepare are copied from dev-util/perf since
-# it's building from the same tarball, please keep it in sync with perf
-src_unpack() {
-   local paths=(
-   tools/bpf kernel/bpf
-   tools/{arch,build,include,lib,perf,scripts} 
{scripts,include,lib} "arch/*/lib"
-   )
-
-   # We expect the tar implementation to support the -j option (both
-   # GNU tar and libarchive's tar support that).
-   echo ">>> Unpacking ${LINUX_SOURCES} (${paths[*]}) to ${PWD}"
-   tar --wildcards -xpf "${DISTDIR}"/${LINUX_SOURCES} \
-   "${paths[@]/#/linux-${LINUX_VER}/}" || die
-
-   if [[ -n ${LINUX_PATCH} ]] ; then
-   eshopts_push -o noglob
-   ebegin "Filtering partial source patch"
-   filterdiff -p1 ${paths[@]/#/-i } -z "${DISTDIR}"/${LINUX_PATCH} 
\
-   > ${P}.patch
-   eend $? || die "filterdiff failed"
-   eshopts_pop
-   fi
-
-   local a
-   for a in ${A}; do
-   [[ ${a} == ${LINUX_SOURCES} ]] && continue
-   [[ ${a} == ${LINUX_PATCH} ]] && continue
-   unpack ${a}
-   done
-}
-
-src_prepare() {
-   default
-
-   if [[ -n ${LINUX_PATCH} ]] ; then
-   pushd "${S_K}" >/dev/null || die
-   eapply "${WORKDIR}"/${P}.patch
-   popd || die
-   fi
-
-   # dev-python/docutils installs rst2man.py, not rst2man
-   sed -i -e 's/rst2man/rst2man.py/g' Documentation/Makefile 
../Makefile.helpers || die
-}
-
-bpftool_make() {
-   local arch=$(tc-arch-kernel)
-   tc-export AR CC LD
-
-   emake V=1 VF=1 \

[gentoo-commits] repo/gentoo:master commit in: media-gfx/chafa/

2021-09-14 Thread Jakov Smolić
commit: 371d948ee3eed8bbf148724405490564c0c73a1a
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Sep 14 18:33:36 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Sep 14 18:33:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=371d948e

media-gfx/chafa: Version bump to 1.8.0

Signed-off-by: Jakov Smolić  gentoo.org>

 media-gfx/chafa/Manifest   |  1 +
 media-gfx/chafa/chafa-1.8.0.ebuild | 36 
 2 files changed, 37 insertions(+)

diff --git a/media-gfx/chafa/Manifest b/media-gfx/chafa/Manifest
index 3b822560cee..8b8491c090b 100644
--- a/media-gfx/chafa/Manifest
+++ b/media-gfx/chafa/Manifest
@@ -1 +1,2 @@
 DIST chafa-1.6.1.tar.xz 418720 BLAKE2B 
5f6c42311d81bf508f5ec890d72508fd2255e226102b8a7c5c71a9bc1293cd75b08c6b640ca4e6fe9ae34ad47e4e408e25a1aeed7057a5bd823550bea4526f4a
 SHA512 
96cf772638e1a6874d94636a69d6c76d1040d956a16be851ea818292f5b2252867acd0891fede3e030de591b5567d820cf062c5a103a0943a0ea2f2ba34eea77
+DIST chafa-1.8.0.tar.xz 435712 BLAKE2B 
15a6e64fff13ac32b2f828a68fb12c96856e175eae83c0396b07cbb2ce71d8c1c8eee67db00880372026fe91eaefac2b34376dee597108ffc07c706cf8c98682
 SHA512 
15ff08a0df82ae8517ac7744b81a39e1ae1eff8c9848128341cc25da94864e89b7101aabcff2d532bf11ea293bfc4c9e48b01f85388dafadbce2d2b2c8b7439d

diff --git a/media-gfx/chafa/chafa-1.8.0.ebuild 
b/media-gfx/chafa/chafa-1.8.0.ebuild
new file mode 100644
index 000..0949da594e0
--- /dev/null
+++ b/media-gfx/chafa/chafa-1.8.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="versatile and fast Unicode/ASCII/ANSI graphics renderer"
+HOMEPAGE="https://hpjansson.org/chafa/ https://github.com/hpjansson/chafa;
+SRC_URI="https://hpjansson.org/chafa/releases/${P}.tar.xz;
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="+tools"
+
+RDEPEND="
+   dev-libs/glib:2
+   media-gfx/imagemagick:0=
+   tools? ( >=media-libs/freetype-2.0.0 )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_configure() {
+   econf \
+   --disable-man \
+   $(use_with tools)
+}
+
+src_install() {
+   local DOCS=( AUTHORS NEWS README TODO )
+   default
+
+   use tools && doman docs/chafa.1
+
+   find "${ED}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-inputstream-ffmpegdirect/

2021-09-14 Thread Craig Andrews
commit: 2f7571cb016f6246b28de53c28a5edb2c854a43c
Author: Craig Andrews  gentoo  org>
AuthorDate: Tue Sep 14 18:14:41 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Tue Sep 14 18:15:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f7571cb

media-plugins/kodi-inputstream-ffmpegdirect: 19.0.0 version bump

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

 .../kodi-inputstream-ffmpegdirect/Manifest |  1 +
 .../kodi-inputstream-ffmpegdirect-19.0.0.ebuild| 53 ++
 2 files changed, 54 insertions(+)

diff --git a/media-plugins/kodi-inputstream-ffmpegdirect/Manifest 
b/media-plugins/kodi-inputstream-ffmpegdirect/Manifest
index c434ee6e167..2c1409f4693 100644
--- a/media-plugins/kodi-inputstream-ffmpegdirect/Manifest
+++ b/media-plugins/kodi-inputstream-ffmpegdirect/Manifest
@@ -2,3 +2,4 @@ DIST kodi-inputstream-ffmpegdirect-1.21.3.tar.gz 251832 BLAKE2B 
cbaa585a3c03afec
 DIST kodi-inputstream-ffmpegdirect-1.21.4.tar.gz 273268 BLAKE2B 
4e8ac6b790a0118cef8be4447ade2c41b828e3d3dac1ba6a5c72e9f3df5e8151f5e942325d471f96cc345394a622728bfc5b2b61563c394c0f13e2f2960787d5
 SHA512 
769ad0be12c68c78e82f050c046645050d302b02b158afa66e626b456c10cff2cb5d7df2be3a36dfb20cad0d40ac2de1b3cf1ae0a9dcf9a70691669d54304bb0
 DIST kodi-inputstream-ffmpegdirect-1.21.5.tar.gz 274498 BLAKE2B 
fa4fe24515dd6066503b274e5b3d989483f03d9f375342862049d7829ee192ee496bdfaa8d1eb0c9e79cec36b33b3e9016e678299916dabc96bbf8a99316c62e
 SHA512 
178b7859289453c88f9e6ee335fba79a70139b94e6dcee55e109e6c1201c39d85764409db1958dc2f9b09a471636f00a63287cd085ce573c241712c2f8efe2d1
 DIST kodi-inputstream-ffmpegdirect-1.21.6.tar.gz 274580 BLAKE2B 
202743bab99de5ebd8fc049600b7e5e342a3e8ddff3b58d8fd4440fd460a9cb87713e0de584a57e21cbab86f5b31eb2d12d3ec622ace641d3bf2fa3f3d21ab8f
 SHA512 
dbbde7fc542eab3e51de3ba0ec216adc2c4d91123360b745dc02e0ed689cc8159596c081a9213aec02a7d5b04760b48ec7299c33868b06250621207e997e64ba
+DIST kodi-inputstream-ffmpegdirect-19.0.0.tar.gz 283259 BLAKE2B 
b5db2c0b98dd8640a560d95fe2164cf76bbbd0c3b4c47e53d5e39011e3b6225afe5c4c47c3d9eaf357bb93d5813c40864cd54cfebf5aa52910c9967ab5a53725
 SHA512 
61a9ba311be0b6eae90565da2711ddbe35b0549b223febb9a43c36662f1fd541a3a25787ff5513f8ca515254d18864c6b2b37caa7a2a3cd35cffa9b10bfd2c5e

diff --git 
a/media-plugins/kodi-inputstream-ffmpegdirect/kodi-inputstream-ffmpegdirect-19.0.0.ebuild
 
b/media-plugins/kodi-inputstream-ffmpegdirect/kodi-inputstream-ffmpegdirect-19.0.0.ebuild
new file mode 100644
index 000..26abe6bde54
--- /dev/null
+++ 
b/media-plugins/kodi-inputstream-ffmpegdirect/kodi-inputstream-ffmpegdirect-19.0.0.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake kodi-addon
+
+DESCRIPTION="Kodi's FFMpeg Direct Inputstream addon"
+HOMEPAGE="https://github.com/xbmc/inputstream.ffmpegdirect;
+SRC_URI=""
+
+case ${PV} in
+)
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/xbmc/inputstream.ffmpegdirect.git;
+   EGIT_BRANCH="Matrix"
+   inherit git-r3
+   ;;
+*)
+   KEYWORDS="~amd64 ~arm64 ~x86"
+   CODENAME="Matrix"
+   
SRC_URI="https://github.com/xbmc/inputstream.ffmpegdirect/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/inputstream.ffmpegdirect-${PV}-${CODENAME}"
+   ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+BDEPEND="
+   virtual/pkgconfig
+   "
+
+COMMON_DEPEND="
+   media-video/ffmpeg[encode,libxml2,zlib]
+   virtual/libiconv
+   app-arch/bzip2
+   =media-tv/kodi-19*
+   "
+
+DEPEND="
+   ${COMMON_DEPEND}
+   "
+
+RDEPEND="
+   ${COMMON_DEPEND}
+   "
+
+src_prepare() {
+   [ -d depends ] && rm -rf depends || die
+   cmake_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-inputstream-adaptive/

2021-09-14 Thread Craig Andrews
commit: c224a8b7e6b0f0086533c3df04f32430c6157af7
Author: Craig Andrews  gentoo  org>
AuthorDate: Tue Sep 14 18:13:40 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Tue Sep 14 18:15:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c224a8b7

media-plugins/kodi-inputstream-adaptive: 19.0.0 version bump

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

 media-plugins/kodi-inputstream-adaptive/Manifest   |  1 +
 .../kodi-inputstream-adaptive-19.0.0.ebuild| 54 ++
 2 files changed, 55 insertions(+)

diff --git a/media-plugins/kodi-inputstream-adaptive/Manifest 
b/media-plugins/kodi-inputstream-adaptive/Manifest
index 177669e949e..4795e58bffb 100644
--- a/media-plugins/kodi-inputstream-adaptive/Manifest
+++ b/media-plugins/kodi-inputstream-adaptive/Manifest
@@ -1,3 +1,4 @@
+DIST kodi-inputstream-adaptive-19.0.0.tar.gz 768987 BLAKE2B 
eaf5141e8d5cde73f2d6109f09fe7bf266413ab09ae3f286c72f9fabe76bb897a1c1ede9137b05d8db86c0e91a400f3d86cee8b9b355f0ef8cc7d2f9b23c
 SHA512 
dca318f434e87242857af672db4b6edc27e37bc202cce0ea3ff549af0894d27ab73adc084703d04dc2d8dde6219d00ae83209fd61f62916deaf65486feb8e74f
 DIST kodi-inputstream-adaptive-2.6.17.tar.gz 752293 BLAKE2B 
f6b2c5d512bd5222e9e7bf1d5b06cb174c804bd24e12ef3b01c56e47db41eed4adbbc1bf46a777c8dc60d01367745b82cf59e4b09a138461c925e489379056e3
 SHA512 
512a299d5711012c0396c2b84c68a364122b52d5e75f14a4de9e1f5767d652f8d992436c54970c2f5f141207f926b4d4112ff61f3414862456a212a2f77f2c3d
 DIST kodi-inputstream-adaptive-2.6.18.tar.gz 754089 BLAKE2B 
8dcff383fb77c35f64523f86d915620daef813f7b0d12d254cbb8eab05c9c9fe4e60e738b0815dbfad1b0385dcd6b46ad5a2ee1d4e609b43d1f4867584b83f43
 SHA512 
66a5c1338f80c4d9307b075f0e932e2b97f1ffa8734f5644794c26cff9b610a1be6c2f02ab095dad6d2155b12f37106e950685b607c5fc6251005897bdd68786
 DIST kodi-inputstream-adaptive-2.6.20.tar.gz 761163 BLAKE2B 
d7659e85b20b09702ce0d0eebbf05b0aedd3e54ed9234c968f11a0a7a4d8c485cc9ce3a74ff9b654c7f8c8bae78281527ed5f9dd26e0f75dbde6e4cdf61df3c9
 SHA512 
1af27e40193eed17e1556eb40749827a7436cbc3528a00e1df0398bab5712a988d2761852ef1ed096f6c3a2ac81ded0698c85a125f6317ab537b2eb2da344a8e

diff --git 
a/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-19.0.0.ebuild
 
b/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-19.0.0.ebuild
new file mode 100644
index 000..eb913a08d26
--- /dev/null
+++ 
b/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-19.0.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake kodi-addon
+
+DESCRIPTION="Kodi's Adaptive inputstream addon"
+HOMEPAGE="https://github.com/peak3d/inputstream.adaptive.git;
+SRC_URI=""
+
+case ${PV} in
+)
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/peak3d/inputstream.adaptive.git;
+   EGIT_BRANCH="Matrix"
+   inherit git-r3
+   ;;
+*)
+   KEYWORDS="~amd64 ~x86"
+   CODENAME="Matrix"
+   
SRC_URI="https://github.com/peak3d/inputstream.adaptive/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/inputstream.adaptive-${PV}-${CODENAME}"
+   ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+RESTRICT="!test? ( test )"
+IUSE="test"
+
+COMMON_DEPEND="
+   dev-libs/expat
+   =media-tv/kodi-19*
+   "
+DEPEND="
+   ${COMMON_DEPEND}
+   test? ( dev-cpp/gtest )
+   "
+RDEPEND="
+   ${COMMON_DEPEND}
+   "
+
+src_prepare() {
+   [ -d depends ] && rm -rf depends || die
+   cmake_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_TESTING=$(usex test)
+   )
+   cmake_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-inputstream-ffmpegdirect/

2021-09-14 Thread Craig Andrews
commit: 0c1dd0e75d9a23f4cc181fb2c24a4c58955b4c08
Author: Craig Andrews  gentoo  org>
AuthorDate: Tue Sep 14 18:15:02 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Tue Sep 14 18:15:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c1dd0e7

media-plugins/kodi-inputstream-ffmpegdirect: Cleanupd old versions

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

 .../kodi-inputstream-ffmpegdirect/Manifest |  4 --
 .../kodi-inputstream-ffmpegdirect-1.21.3.ebuild| 53 --
 .../kodi-inputstream-ffmpegdirect-1.21.4.ebuild| 53 --
 .../kodi-inputstream-ffmpegdirect-1.21.5.ebuild| 53 --
 .../kodi-inputstream-ffmpegdirect-1.21.6.ebuild| 53 --
 5 files changed, 216 deletions(-)

diff --git a/media-plugins/kodi-inputstream-ffmpegdirect/Manifest 
b/media-plugins/kodi-inputstream-ffmpegdirect/Manifest
index 2c1409f4693..1d3dd4cd01a 100644
--- a/media-plugins/kodi-inputstream-ffmpegdirect/Manifest
+++ b/media-plugins/kodi-inputstream-ffmpegdirect/Manifest
@@ -1,5 +1 @@
-DIST kodi-inputstream-ffmpegdirect-1.21.3.tar.gz 251832 BLAKE2B 
cbaa585a3c03afece8fec690f6a7677c9c80ec08130f987633f6327eefba577167fddc89fbae33bc3d3965a41e5f30d3b691625059e620f36a85ebf7155d7011
 SHA512 
19c70665b518c9e1231cc0f955ede3669c2b6b2e136a2082a49f52a9aa0b4cc93621f467613309c0d9091f13505b451c13ec4722fcbde2c70bb847fb881da9df
-DIST kodi-inputstream-ffmpegdirect-1.21.4.tar.gz 273268 BLAKE2B 
4e8ac6b790a0118cef8be4447ade2c41b828e3d3dac1ba6a5c72e9f3df5e8151f5e942325d471f96cc345394a622728bfc5b2b61563c394c0f13e2f2960787d5
 SHA512 
769ad0be12c68c78e82f050c046645050d302b02b158afa66e626b456c10cff2cb5d7df2be3a36dfb20cad0d40ac2de1b3cf1ae0a9dcf9a70691669d54304bb0
-DIST kodi-inputstream-ffmpegdirect-1.21.5.tar.gz 274498 BLAKE2B 
fa4fe24515dd6066503b274e5b3d989483f03d9f375342862049d7829ee192ee496bdfaa8d1eb0c9e79cec36b33b3e9016e678299916dabc96bbf8a99316c62e
 SHA512 
178b7859289453c88f9e6ee335fba79a70139b94e6dcee55e109e6c1201c39d85764409db1958dc2f9b09a471636f00a63287cd085ce573c241712c2f8efe2d1
-DIST kodi-inputstream-ffmpegdirect-1.21.6.tar.gz 274580 BLAKE2B 
202743bab99de5ebd8fc049600b7e5e342a3e8ddff3b58d8fd4440fd460a9cb87713e0de584a57e21cbab86f5b31eb2d12d3ec622ace641d3bf2fa3f3d21ab8f
 SHA512 
dbbde7fc542eab3e51de3ba0ec216adc2c4d91123360b745dc02e0ed689cc8159596c081a9213aec02a7d5b04760b48ec7299c33868b06250621207e997e64ba
 DIST kodi-inputstream-ffmpegdirect-19.0.0.tar.gz 283259 BLAKE2B 
b5db2c0b98dd8640a560d95fe2164cf76bbbd0c3b4c47e53d5e39011e3b6225afe5c4c47c3d9eaf357bb93d5813c40864cd54cfebf5aa52910c9967ab5a53725
 SHA512 
61a9ba311be0b6eae90565da2711ddbe35b0549b223febb9a43c36662f1fd541a3a25787ff5513f8ca515254d18864c6b2b37caa7a2a3cd35cffa9b10bfd2c5e

diff --git 
a/media-plugins/kodi-inputstream-ffmpegdirect/kodi-inputstream-ffmpegdirect-1.21.3.ebuild
 
b/media-plugins/kodi-inputstream-ffmpegdirect/kodi-inputstream-ffmpegdirect-1.21.3.ebuild
deleted file mode 100644
index 4ea51e4a109..000
--- 
a/media-plugins/kodi-inputstream-ffmpegdirect/kodi-inputstream-ffmpegdirect-1.21.3.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake kodi-addon
-
-DESCRIPTION="Kodi's FFMpeg Direct Inputstream addon"
-HOMEPAGE="https://github.com/xbmc/inputstream.ffmpegdirect;
-SRC_URI=""
-
-case ${PV} in
-)
-   SRC_URI=""
-   EGIT_REPO_URI="https://github.com/xbmc/inputstream.ffmpegdirect.git;
-   EGIT_BRANCH="Matrix"
-   inherit git-r3
-   ;;
-*)
-   KEYWORDS="~amd64 ~arm64"
-   CODENAME="Matrix"
-   
SRC_URI="https://github.com/xbmc/inputstream.ffmpegdirect/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
-   S="${WORKDIR}/inputstream.ffmpegdirect-${PV}-${CODENAME}"
-   ;;
-esac
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-BDEPEND="
-   virtual/pkgconfig
-   "
-
-COMMON_DEPEND="
-   media-video/ffmpeg[encode,libxml2,zlib]
-   virtual/libiconv
-   app-arch/bzip2
-   =media-tv/kodi-19*
-   "
-
-DEPEND="
-   ${COMMON_DEPEND}
-   "
-
-RDEPEND="
-   ${COMMON_DEPEND}
-   "
-
-src_prepare() {
-   [ -d depends ] && rm -rf depends || die
-   cmake_src_prepare
-}

diff --git 
a/media-plugins/kodi-inputstream-ffmpegdirect/kodi-inputstream-ffmpegdirect-1.21.4.ebuild
 
b/media-plugins/kodi-inputstream-ffmpegdirect/kodi-inputstream-ffmpegdirect-1.21.4.ebuild
deleted file mode 100644
index 4ea51e4a109..000
--- 
a/media-plugins/kodi-inputstream-ffmpegdirect/kodi-inputstream-ffmpegdirect-1.21.4.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake kodi-addon
-
-DESCRIPTION="Kodi's FFMpeg Direct Inputstream addon"
-HOMEPAGE="https://github.com/xbmc/inputstream.ffmpegdirect;

[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-inputstream-adaptive/

2021-09-14 Thread Craig Andrews
commit: 4fc3e5c865d5252503fe1887a49acddbb19d2203
Author: Craig Andrews  gentoo  org>
AuthorDate: Tue Sep 14 18:14:11 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Tue Sep 14 18:15:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fc3e5c8

media-plugins/kodi-inputstream-adaptive: Cleanup old versions

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

 media-plugins/kodi-inputstream-adaptive/Manifest   |  6 ---
 .../kodi-inputstream-adaptive-2.6.17.ebuild| 54 --
 .../kodi-inputstream-adaptive-2.6.18.ebuild| 54 --
 .../kodi-inputstream-adaptive-2.6.20.ebuild| 54 --
 .../kodi-inputstream-adaptive-2.6.21.ebuild| 54 --
 .../kodi-inputstream-adaptive-2.6.22.ebuild| 54 --
 .../kodi-inputstream-adaptive-2.6.23.ebuild| 54 --
 7 files changed, 330 deletions(-)

diff --git a/media-plugins/kodi-inputstream-adaptive/Manifest 
b/media-plugins/kodi-inputstream-adaptive/Manifest
index 4795e58bffb..d6977d036e0 100644
--- a/media-plugins/kodi-inputstream-adaptive/Manifest
+++ b/media-plugins/kodi-inputstream-adaptive/Manifest
@@ -1,7 +1 @@
 DIST kodi-inputstream-adaptive-19.0.0.tar.gz 768987 BLAKE2B 
eaf5141e8d5cde73f2d6109f09fe7bf266413ab09ae3f286c72f9fabe76bb897a1c1ede9137b05d8db86c0e91a400f3d86cee8b9b355f0ef8cc7d2f9b23c
 SHA512 
dca318f434e87242857af672db4b6edc27e37bc202cce0ea3ff549af0894d27ab73adc084703d04dc2d8dde6219d00ae83209fd61f62916deaf65486feb8e74f
-DIST kodi-inputstream-adaptive-2.6.17.tar.gz 752293 BLAKE2B 
f6b2c5d512bd5222e9e7bf1d5b06cb174c804bd24e12ef3b01c56e47db41eed4adbbc1bf46a777c8dc60d01367745b82cf59e4b09a138461c925e489379056e3
 SHA512 
512a299d5711012c0396c2b84c68a364122b52d5e75f14a4de9e1f5767d652f8d992436c54970c2f5f141207f926b4d4112ff61f3414862456a212a2f77f2c3d
-DIST kodi-inputstream-adaptive-2.6.18.tar.gz 754089 BLAKE2B 
8dcff383fb77c35f64523f86d915620daef813f7b0d12d254cbb8eab05c9c9fe4e60e738b0815dbfad1b0385dcd6b46ad5a2ee1d4e609b43d1f4867584b83f43
 SHA512 
66a5c1338f80c4d9307b075f0e932e2b97f1ffa8734f5644794c26cff9b610a1be6c2f02ab095dad6d2155b12f37106e950685b607c5fc6251005897bdd68786
-DIST kodi-inputstream-adaptive-2.6.20.tar.gz 761163 BLAKE2B 
d7659e85b20b09702ce0d0eebbf05b0aedd3e54ed9234c968f11a0a7a4d8c485cc9ce3a74ff9b654c7f8c8bae78281527ed5f9dd26e0f75dbde6e4cdf61df3c9
 SHA512 
1af27e40193eed17e1556eb40749827a7436cbc3528a00e1df0398bab5712a988d2761852ef1ed096f6c3a2ac81ded0698c85a125f6317ab537b2eb2da344a8e
-DIST kodi-inputstream-adaptive-2.6.21.tar.gz 761311 BLAKE2B 
3d9ca58f52d10e7b4fc2c1bb6b761a7adde47802146723cdae56770a748e1454a3953816b9a151608ad65dd92107b209fca073180d35bfedc86f05a90275a6b3
 SHA512 
d808abaa961f7e5f21ae59c87cd379f771714102932791e50b4374ce07bbf747c00c75728858577589e9fc82f8811b509e03a79441d3a3ba2f7e8313a83596c0
-DIST kodi-inputstream-adaptive-2.6.22.tar.gz 761392 BLAKE2B 
b325eef1113f33572c8a8cbc75f7ac85d38d4bb7a2a9d12340bec0b0c03a24cdb795de2af712f9effb474469bf98f853f2a543df4aa8b98fed9ee1422066b9a9
 SHA512 
e8ff725351548604bdbc0f6cac02696a64dfeb608edbed13eed50cd639679a125f5a5fa133e93e90b010ea0fde34e21a6cdea130cfaca26f9c4fd543ab94c1fe
-DIST kodi-inputstream-adaptive-2.6.23.tar.gz 764094 BLAKE2B 
d3eca4f34f812ddb78b255cb40f081bd0fe106657938b5161fa83aabe5032e176ca300c9a3c2653ca4c4fa769cc04c4866e349b295a7fded850bfe1f314af5e1
 SHA512 
8aa33acf1c4658d6d515bc92972e42c6a32c3a03a2e51f381b19452f7d214b5f5e770c6a62b78618cf8800157c20767629f9de3fa5920a800c559f720a36f808

diff --git 
a/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.6.17.ebuild
 
b/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.6.17.ebuild
deleted file mode 100644
index eb913a08d26..000
--- 
a/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.6.17.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake kodi-addon
-
-DESCRIPTION="Kodi's Adaptive inputstream addon"
-HOMEPAGE="https://github.com/peak3d/inputstream.adaptive.git;
-SRC_URI=""
-
-case ${PV} in
-)
-   SRC_URI=""
-   EGIT_REPO_URI="https://github.com/peak3d/inputstream.adaptive.git;
-   EGIT_BRANCH="Matrix"
-   inherit git-r3
-   ;;
-*)
-   KEYWORDS="~amd64 ~x86"
-   CODENAME="Matrix"
-   
SRC_URI="https://github.com/peak3d/inputstream.adaptive/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
-   S="${WORKDIR}/inputstream.adaptive-${PV}-${CODENAME}"
-   ;;
-esac
-
-LICENSE="GPL-2"
-SLOT="0"
-RESTRICT="!test? ( test )"
-IUSE="test"
-
-COMMON_DEPEND="
-   dev-libs/expat
-   =media-tv/kodi-19*
-   "
-DEPEND="
-   ${COMMON_DEPEND}
-   test? ( dev-cpp/gtest )
-   "
-RDEPEND="
-   ${COMMON_DEPEND}
-   "
-
-src_prepare() {
-   [ -d depends ] && rm -rf depends || 

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

2021-09-14 Thread Ben Kohler
commit: 6fbb3f666c248e5577526d902d43eee61d88fae8
Author: Ben Kohler  gentoo  org>
AuthorDate: Tue Sep 14 17:57:17 2021 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Tue Sep 14 17:57:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fbb3f66

net-wireless/unifi: bump to 6.4.54

With such short time between .53 and .54 releases, I'm assuming
something was very wrong with that release.  I have dropped .53 for now.

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Ben Kohler  gentoo.org>

 net-wireless/unifi/Manifest | 2 +-
 net-wireless/unifi/{unifi-6.4.53.ebuild => unifi-6.4.54.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-wireless/unifi/Manifest b/net-wireless/unifi/Manifest
index 45547bb5fdd..fa679597ce3 100644
--- a/net-wireless/unifi/Manifest
+++ b/net-wireless/unifi/Manifest
@@ -1,3 +1,3 @@
 DIST unifi-6.2.26.zip 152767218 BLAKE2B 
8351b9c0b2088006560ca3896df0b05d78cb9ca669ad32b1d1a73ef22f4329618b44585bff9a26a841b3d28997bc345708df9820149de91b3fc1df99693c3a74
 SHA512 
fccffca9bcb31a1da2c389e83ea9a48e4cde6d958368d4d623d459bae095b57a4d7946086b0ac0e4dff5c4c565961ed2c11f7bc2dfbf8b5c6d590fb32af351e8
 DIST unifi-6.4.52.zip 158970954 BLAKE2B 
bda454073e2a75e4f1789431a7e6e1c6585b5cd1eab04a6ff79d4487a276924e66dc5a048d0c2f729690e414191b71aaff846943adb84a9a7f409f66bb498b8f
 SHA512 
169ae984b41325a4685eb21384b9f6e0035b74c4d02e53b357086e466584b2b2d3f98db5d431de4492c2917b60f5b51c0ad9dab248d4f42b07271349de9a2442
-DIST unifi-6.4.53.zip 158981359 BLAKE2B 
484c22657f6db25aa95eaef59c8889be536041e3105db3cca1d58a9b9738be4a0c094ec18273516fef1f17968b98a89a1c5af21656fe1bf3a67b532301074ecf
 SHA512 
9b9618c48f298c50ae6911057a3884168e372e1f4c5b91fe7570182c8e865a92071ded22dcef264de994d378f3a5c2249a891f06fb165deeaab5bd9d466fedf4
+DIST unifi-6.4.54.zip 158992649 BLAKE2B 
90f98b1349a5fca3e6d85ef42823c5beaff0a3ac4697622a0387259421fdcfa891b094acb66f798a97b4397a27d477d6fe10d53bed03e15081f4d63abafb9d8e
 SHA512 
d0502f87fe6827cdfabbffce7c7b0159aaad2ac032b59d04d5f233ada279fb90d5e21e043de518260c3380c7e23ff561f04040433a441866421dbe9b2db540c0

diff --git a/net-wireless/unifi/unifi-6.4.53.ebuild 
b/net-wireless/unifi/unifi-6.4.54.ebuild
similarity index 98%
rename from net-wireless/unifi/unifi-6.4.53.ebuild
rename to net-wireless/unifi/unifi-6.4.54.ebuild
index 3de120aa245..b1ac7e1f63f 100644
--- a/net-wireless/unifi/unifi-6.4.53.ebuild
+++ b/net-wireless/unifi/unifi-6.4.54.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 # Set this var for any releases except stable
-RC_SUFFIX="-edfab01c01"
+RC_SUFFIX="-bdf9275f33"
 
 inherit systemd
 



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

2021-09-14 Thread Florian Schmaus
commit: 8ac9ef8e3bbb52eb6dbcb15b2660dc58cc3d373c
Author: Florian Schmaus  gentoo  org>
AuthorDate: Sat Sep 11 19:39:45 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Tue Sep 14 17:56:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ac9ef8e

distutils-r1.eclass: use _python_check_EPYTHON

Replace the existing EPYTHON check with _python_check_EPYTHON and use
_python_check_EPYTHON in a few additional places.

Signed-off-by: Florian Schmaus  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/21610

 eclass/distutils-r1.eclass | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
index 786f5963663..1326809a8bc 100644
--- a/eclass/distutils-r1.eclass
+++ b/eclass/distutils-r1.eclass
@@ -460,7 +460,7 @@ distutils_enable_tests() {
 esetup.py() {
debug-print-function ${FUNCNAME} "${@}"
 
-   [[ -n ${EPYTHON} ]] || die "EPYTHON unset, invalid call context"
+   _python_check_EPYTHON
 
[[ ${BUILD_DIR} ]] && _distutils-r1_create_setup_cfg
 
@@ -743,6 +743,8 @@ _distutils-r1_copy_egg_info() {
 distutils-r1_python_compile() {
debug-print-function ${FUNCNAME} "${@}"
 
+   _python_check_EPYTHON
+
_distutils-r1_copy_egg_info
 
# distutils is parallel-capable since py3.5
@@ -821,6 +823,8 @@ distutils-r1_python_test() {
die "${FUNCNAME} can be only used after calling 
distutils_enable_tests"
fi
 
+   _python_check_EPYTHON
+
if [[ ${_DISTUTILS_TEST_INSTALL} ]]; then
distutils_install_for_testing
fi
@@ -860,6 +864,8 @@ distutils-r1_python_test() {
 distutils-r1_python_install() {
debug-print-function ${FUNCNAME} "${@}"
 
+   _python_check_EPYTHON
+
local root=${D%/}/_${EPYTHON}
[[ ${DISTUTILS_SINGLE_IMPL} ]] && root=${D%/}
 



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

2021-09-14 Thread Florian Schmaus
commit: be22deb1b7adc56ad559e0184a78d6aa4f614508
Author: Florian Schmaus  gentoo  org>
AuthorDate: Sat Sep 11 19:39:17 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Tue Sep 14 17:55:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be22deb1

python-utils-r1.eclass: add and use _python_check_EPYTHON

Signed-off-by: Florian Schmaus  gentoo.org>

 eclass/python-utils-r1.eclass | 14 --
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass
index 4fedf939c77..c729651699d 100644
--- a/eclass/python-utils-r1.eclass
+++ b/eclass/python-utils-r1.eclass
@@ -1250,6 +1250,16 @@ build_sphinx() {
HTML_DOCS+=( "${dir}/_build/html/." )
 }
 
+# @FUNCTION: _python_check_EPYTHON
+# @INTERNAL
+# @DESCRIPTION:
+# Check if EPYTHON is set, die if not.
+_python_check_EPYTHON() {
+   if [[ -z ${EPYTHON} ]]; then
+   die "EPYTHON unset, invalid call context"
+   fi
+}
+
 # @VARIABLE: EPYTEST_DESELECT
 # @DEFAULT_UNSET
 # @DESCRIPTION:
@@ -1279,7 +1289,7 @@ build_sphinx() {
 epytest() {
debug-print-function ${FUNCNAME} "${@}"
 
-   [[ -n ${EPYTHON} ]] || die "EPYTHON unset, invalid call context"
+   _python_check_EPYTHON
 
local args=(
# verbose progress reporting and tracebacks
@@ -1322,7 +1332,7 @@ epytest() {
 eunittest() {
debug-print-function ${FUNCNAME} "${@}"
 
-   [[ -n ${EPYTHON} ]] || die "EPYTHON unset, invalid call context"
+   _python_check_EPYTHON
 
set -- "${EPYTHON}" -m unittest_or_fail discover -v "${@}"
 



  1   2   3   >