[gentoo-commits] repo/gentoo:master commit in: app-emacs/org-mode/files/, app-emacs/org-mode/

2021-12-22 Thread Ulrich Müller
commit: 1c908871e0a615a3a4ce3e21dabfa5c1b1712011
Author: Ulrich Müller  gentoo  org>
AuthorDate: Wed Dec 22 08:39:02 2021 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Wed Dec 22 08:41:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c908871

app-emacs/org-mode: Fix parallel build failure

Closes: https://bugs.gentoo.org/829055
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Ulrich Müller  gentoo.org>

 .../files/org-mode-9.5-parallel-make.patch | 73 ++
 app-emacs/org-mode/org-mode-9.5.ebuild |  2 +
 2 files changed, 75 insertions(+)

diff --git a/app-emacs/org-mode/files/org-mode-9.5-parallel-make.patch 
b/app-emacs/org-mode/files/org-mode-9.5-parallel-make.patch
new file mode 100644
index ..92ff5d3182f8
--- /dev/null
+++ b/app-emacs/org-mode/files/org-mode-9.5-parallel-make.patch
@@ -0,0 +1,73 @@
+https://bugs.gentoo.org/829055
+
+From b6c5f028a061557e2edb64eef897cd4a28b2afeb Mon Sep 17 00:00:00 2001
+From: Marco Wahl 
+Date: Mon, 20 Dec 2021 22:27:50 +0100
+Subject: [PATCH] Fix parallel make of docs
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+* doc/Makefile: Split multiple target "org.texi orgguide.texi".
+* mk/org-fixup.el (org-make-manual, org-make-guide):  New functions.
+  (org-make-manuals): Make obsolete.
+
+Reported by Ulrich Müller.  https://list.orgmode.org/uee67g...@gentoo.org/
+---
+ doc/Makefile| 10 --
+ mk/org-fixup.el | 15 +++
+ 2 files changed, 23 insertions(+), 2 deletions(-)
+
+diff --git a/doc/Makefile b/doc/Makefile
+index 7fb96e65d..cb6d72bdc 100644
+--- a/doc/Makefile
 b/doc/Makefile
+@@ -27,11 +27,17 @@ guide::orgguide.texi org-version.inc
+   ../mk/guidesplit.pl $@/*
+ endif
+ 
+-org.texi orgguide.texi:   org-manual.org org-guide.org
++org.texi: org-manual.org
+   $(BATCH)  \
+ --eval '(add-to-list `load-path "../lisp")' \
+ --eval '(load "../mk/org-fixup.el")'\
+---eval '(org-make-manuals)'
++--eval '(org-make-manual)'
++
++orgguide.texi:org-guide.org
++  $(BATCH)  \
++--eval '(add-to-list `load-path "../lisp")' \
++--eval '(load "../mk/org-fixup.el")'\
++--eval '(org-make-guide)'
+ 
+ org-version.inc:  org.texi
+   @echo "org-version: $(ORGVERSION) ($(GITVERSION))"
+diff --git a/mk/org-fixup.el b/mk/org-fixup.el
+index c0eef23cb..0e26cc7e7 100644
+--- a/mk/org-fixup.el
 b/mk/org-fixup.el
+@@ -27,6 +27,21 @@
+ (require 'autoload)
+ (require 'org-compat "org-compat.el")
+ 
++(defun org-make-manual ()
++  "Generate the Texinfo file out of the Org manual."
++  (require 'ox-texinfo)
++  (find-file "../doc/org-manual.org")
++  (org-texinfo-export-to-texinfo))
++
++(defun org-make-guide ()
++  "Generate the Texinfo file out of the Org guide."
++  (require 'ox-texinfo)
++  (find-file "../doc/org-guide.org")
++  (org-texinfo-export-to-texinfo))
++
++(make-obsolete 'org-make-manuals
++   "use org-make-manual and org-make-guide."
++   "9.6")
+ (defun org-make-manuals ()
+   "Generate the Texinfo files out of Org manuals."
+   (require 'ox-texinfo)
+-- 
+2.34.1
+

diff --git a/app-emacs/org-mode/org-mode-9.5.ebuild 
b/app-emacs/org-mode/org-mode-9.5.ebuild
index d4f4644be22f..064ab2444a98 100644
--- a/app-emacs/org-mode/org-mode-9.5.ebuild
+++ b/app-emacs/org-mode/org-mode-9.5.ebuild
@@ -22,6 +22,8 @@ BDEPEND="doc? ( virtual/texi2dvi )"
 
 SITEFILE="50${PN}-gentoo.el"
 
+PATCHES=("${FILESDIR}/${P}-parallel-make.patch")
+
 src_compile() {
emake datadir="${EPREFIX}${SITEETC}/${PN}"
use doc && emake pdf card



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

2021-12-22 Thread Michał Górny
commit: f6533b14994fe407abebaa2957170acfe6bbce6b
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Dec 22 07:46:42 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Dec 22 08:43:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6533b14

app-admin/awscli: Bump to 1.22.26

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

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

diff --git a/app-admin/awscli/Manifest b/app-admin/awscli/Manifest
index 12b862e0e628..bcd145afad2f 100644
--- a/app-admin/awscli/Manifest
+++ b/app-admin/awscli/Manifest
@@ -2,4 +2,5 @@ DIST awscli-1.22.14.tar.gz 2120655 BLAKE2B 
ffba1bea0574830e6eb3e343b5d83a308e19b
 DIST awscli-1.22.23.tar.gz 2128226 BLAKE2B 
b572d21d2ba226871fd84eb33d44e65c3f5c074a75bbfc0b35101bb6861b29262a1b9f0349f5c6663fd101dbfb648767f2baaae3a50220a1d2559dbb0b9b2626
 SHA512 
884de216931e812bf432c9f80967841db6da4cdb67f0dd25848225a08af770041d7a9e59b982615c53064f689dddbd96b5041e10adefa7cf3a18baa5fbbb7b4f
 DIST awscli-1.22.24.tar.gz 2128390 BLAKE2B 
6b23a629a66e6f962b953fdc89ab1e81530806ba6120ae92022c8227e61f31aba53cea880d94b26d81ee4a7b62c57b39e45fdbd3e5ce1b9a929111ecc4b759b6
 SHA512 
846b5c0aa4121cd5975cadfa6a3800118b2fa3616d80dde7676043aa57142ae092debb1eb35f159db580104a03b20e2e02f57d73d7bad9f17f9931dab5b51435
 DIST awscli-1.22.25.tar.gz 2130417 BLAKE2B 
1c150feb135d662cbae1e51cd0cd41744472d8a33ff84948ef1a1d6e49ea36ec5e9d85a6f8176d928dc3d1a74961bf6116e4bb01e4256c7cf01059bfb7e3db66
 SHA512 
0055805213057247fad6a13cb9cd9a90796723411999a55aa7bcd9f7b014709127654313877833a1257a14a2a61770232d142943c5dfae91ee1d9de91efd81d5
+DIST awscli-1.22.26.tar.gz 2131318 BLAKE2B 
87651dc3a75bf0ca57142fb394b90ff3f60fbde724b7f6586c213fbf03169d5f4638133362b925a32235e518d7c8b56dea54a0bd224d4562a482e6303c7f81fb
 SHA512 
276a137a3826922dc56316c59f46b1a741f57b5037a0a6345ece3732d31715e3fbf36faaa09b8969b161be2d54ef106c0cfd7bd6c3a3a31a540b8b42f9cf364c
 DIST awscli-1.22.5.tar.gz 2111679 BLAKE2B 
970e472e8de43664d060023fdab9f54ce848c5655d8aa417efeae1b1efb52989fd021817521db9dc9cd64580cabbf0c30f3d0178034bdb1edf41feebbc690f46
 SHA512 
9177fe9da0fb8e9e28777bbf8f2c3fe089a08851b57a49fecefab43417fff187584638d17394289bf6df3d18d9052fd958bd3fbc8064327120af04a0cbe30494

diff --git a/app-admin/awscli/awscli-1.22.26.ebuild 
b/app-admin/awscli/awscli-1.22.26.ebuild
new file mode 100644
index ..85073515ab9a
--- /dev/null
+++ b/app-admin/awscli/awscli-1.22.26.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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}]
+"
+
+distutils_enable_tests --install pytest
+
+src_prepare() {
+   # do not rely on bundled deps in botocore (sic!)
+   find -name '*.py' -exec sed -i \
+   -e 's:from botocore[.]vendored import:import:' \
+   -e 's:from botocore[.]vendored[.]:from :' \
+   {} + || die
+   # strip overzealous upper bounds on requirements
+   sed -i -e 's:,<[0-9.]*::' -e 's:==:>=:' setup.py || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   distutils_install_for_testing
+   # integration tests require AWS credentials and Internet access
+   epytest tests/{functional,unit}
+}
+
+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/boto3/

2021-12-22 Thread Michał Górny
commit: 7304b3a51062f7146e1a1b731142dbda0474af70
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Dec 22 07:46:33 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Dec 22 08:43:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7304b3a5

dev-python/boto3: Bump to 1.20.26

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

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

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index fc1ff0242a8e..52c2f76a1b93 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -2,4 +2,5 @@ DIST boto3-1.20.14.tar.gz 449126 BLAKE2B 
b2ef8a101aaecb5d65a60fcbf7f83e899461810
 DIST boto3-1.20.23.tar.gz 456315 BLAKE2B 
9f74a1822c631fdcc666db1d2cda5ab464b150ca01cfad807542a5db548910fda971cfb5b5d92bfa2be90680759cb4b9b368b44485228df99364c17b01150f6a
 SHA512 
1cbbdac34f8174b153546f4b6a43f1317fbcb4556e058759c59f4aea23e8517f23d63dc581be776469f49c7e82378ac0a2657b211df70b29bbb94839e263005e
 DIST boto3-1.20.24.tar.gz 456338 BLAKE2B 
4192f20a7a5c247a72b381506697034d744fd62c60d06402759942c3dc1ef0c136ea7b85ab80920831f876e098af549bcdff688ff287a0350ed00ed88aaf0adf
 SHA512 
96a2d6dabaca0aa0d85efcbc2f98f8e41b568e2190352c00101c3df85623867036f64ad9935681ad2a104abd9f6aa9e79de8f7136a846e256185d065afed23a1
 DIST boto3-1.20.25.tar.gz 457371 BLAKE2B 
f1e6ab3add86f0ba25b22d92f58580e4ab86affdfb5c3b6f9a53938a2a647d0fc8cd23975cd60b909e5db339d442820e557497e232bda836ac9f2028b376afcf
 SHA512 
2693134800ad3313785922c654296ca04a5b561e135fc60a45784e8190cdeb1dd525e6a81f314fda9f14f9dfddd5ffd8bde9af2d2be50b61921b9ec1248fee07
+DIST boto3-1.20.26.tar.gz 458382 BLAKE2B 
a2123120c07bc8e53004f6c76f6631f3363d5d8e58057a08d2edf914d3a7ea1d2d6a771529abf7031604ac1c366a5b8ee4934e6d34d27eb3dd0716bc16cd6d22
 SHA512 
5ad18954f8347f240031c2dfab2664bf760b334b12ae90f1d2613f53194843f500164e645445d17fd4e7e7061beb3e2fe34a5a2651a92fdef5efecb18324cd36
 DIST boto3-1.20.5.tar.gz 439166 BLAKE2B 
c140e15e497e6cdf6b4b77bb99e0a0f5ac01d5b5793f8bfb210b52bbc09e39e6fe06a957951375e0795210dc1c3b2a0afd2f498bc88e449d9e6846f2b357f016
 SHA512 
2823466e4851684253d4ce42a8c34e5cbdad6d04c823040fe2cebdf0cffb14d5d3f40e28d57ebec14533fab04ba74f27c25f078ddb8791b8f52d0424e11b39fc

diff --git a/dev-python/boto3/boto3-1.20.26.ebuild 
b/dev-python/boto3/boto3-1.20.26.ebuild
new file mode 100644
index ..9e72dd682a4c
--- /dev/null
+++ b/dev-python/boto3/boto3-1.20.26.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="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 ~riscv ~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 pytest
+
+python_prepare_all() {
+   # don't lock versions to narrow ranges
+   sed -e '/botocore/ d' \
+   -e '/jmespath/ d' \
+   -e '/s3transfer/ d' \
+   -i setup.py || die
+
+   # do not rely on bundled deps in botocore (sic!)
+   find -name '*.py' -exec sed -i \
+   -e 's:from botocore[.]vendored import:import:' \
+   -e 's:from botocore[.]vendored[.]:from :' \
+   {} + || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   epytest tests/{functional,unit}
+}



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

2021-12-22 Thread Michał Górny
commit: b97dd0d85a0f058038decebb589e719794a11252
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Dec 22 07:46:26 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Dec 22 08:43:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b97dd0d8

dev-python/botocore: Bump to 1.23.26

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

 dev-python/botocore/Manifest|  1 +
 dev-python/botocore/botocore-1.23.26.ebuild | 65 +
 2 files changed, 66 insertions(+)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 583370d9dc59..e332781135d1 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -2,4 +2,5 @@ DIST botocore-1.23.14.tar.gz 8486875 BLAKE2B 
93a3fd40b26d026dcee10172e560b4d59cd
 DIST botocore-1.23.23.tar.gz 8679727 BLAKE2B 
89e54120caec616ffb539ef9df93923d9514ad29ba2430d36dbfa5392325be181d9c8c132983d062f120ce0629a411f3136e55fec5fa2c3e7299a9551652448d
 SHA512 
a4e14b680fd71a6c5ec499ed9c75f55a51cffa1f6ea569e3a3d231646f90e4729a7fbacf9b6a0ee5ab0b5321b8078970a0db2a74087500991a65d164091b2ab2
 DIST botocore-1.23.24.tar.gz 8677151 BLAKE2B 
c12382994208f673cfcfa71e17fed028abfd299595734af7f604612fc6f1fc45dd67a1de17d36accf831d296a5eafedb75b6249e219fb3de75a6a4dbb6e41d59
 SHA512 
a03b64236c61fcfc7111d8218fa5cb6a305522c20f8eee28dc83983560cfd5a32c9bf5933e6005b49f188b7b673614389a9b79fd5f81701acb09b0816e5bac54
 DIST botocore-1.23.25.tar.gz 8685879 BLAKE2B 
6eff15d35c66ded69a07ee0a276efe1e42dac9a3924a1d9735cf55ad89307a6a695e2ab6ee092e6454d1b6d682d329afdcf40644a8a6b89099dab1d53543adda
 SHA512 
f09cb0564e0208816b05ec827d534bf866d4de827466ce53d91bcf21b08060934c937e38f756d02735412bc965bb831283f0c44a4c957af4271ba754215a6545
+DIST botocore-1.23.26.tar.gz 8688841 BLAKE2B 
eec8481bef3096d7173281138e072364fb2eebf0d22e7ef7edcd1fc7878b3c9888279f8bc063d57deb0e8410bd77da43a243c0fe57f3b34d3ddeabe1134a8d9a
 SHA512 
050e0e63506b1d3161811c570c81e5d574f8f96ea000729453650fd3c5df9422d8a23959256f0867a17cfe4db426fb79b2f47e5875eb0c3574e6c6fa8d061e6c
 DIST botocore-1.23.5.tar.gz 8374467 BLAKE2B 
467092e7d8aa5ccb756132669049865445a47205913964c1c944b20caaf100b1efdd1bf3af9c5416ff079b487e6d4d08ffe6208e2b352d09655cc5be21c88739
 SHA512 
6afca19b724f9019f21e5993ce970d605b95d31c1a4e969ec1b4080510a5a120b3fa0cfd5ade973a9203bd6b7983a3dbca2f7a03108a9167392efd60d5e2fe9b

diff --git a/dev-python/botocore/botocore-1.23.26.ebuild 
b/dev-python/botocore/botocore-1.23.26.ebuild
new file mode 100644
index ..5babe7de7679
--- /dev/null
+++ b/dev-python/botocore/botocore-1.23.26.ebuild
@@ -0,0 +1,65 @@
+# 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 ~riscv ~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/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 pytest
+
+src_prepare() {
+   # unpin deps
+   sed -i -e "s:>=.*':':" setup.py || die
+
+   # unbundle deps
+   rm -r botocore/vendored || die
+   find -name '*.py' -exec sed -i \
+   -e 's:from botocore[.]vendored import:import:' \
+   -e 's:from botocore[.]vendored[.]:from :' \
+   {} + || die
+
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # rely on bundled six
+   tests/functional/test_six_imports.py::test_no_bare_six_imports
+   tests/functional/test_six_threading.py::test_six_thread_safety
+   )
+
+   distutils_install_for_testing --via-venv
+   epytest tests/{functional,unit}
+}



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

2021-12-22 Thread Miroslav Šulc
commit: 797f8f43fa6ca4f31c3ba474c17e3d8ee9d83014
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Wed Dec 22 09:17:27 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Wed Dec 22 09:17:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=797f8f43

media-sound/picard: bump to 2.7.1

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-sound/picard/Manifest|  1 +
 media-sound/picard/picard-2.7.1.ebuild | 62 ++
 2 files changed, 63 insertions(+)

diff --git a/media-sound/picard/Manifest b/media-sound/picard/Manifest
index faa231563742..fdd701f6ba36 100644
--- a/media-sound/picard/Manifest
+++ b/media-sound/picard/Manifest
@@ -1,2 +1,3 @@
 DIST picard-2.6.4.tar.gz 4319362 BLAKE2B 
78768b4a8a22c51c118ba03a9e97ba6c4bec9180e5739867b5756170083930a942a0a1ceaeb74bbe724af3ca392b92139cbc4acdde9556e9031be16a968a0240
 SHA512 
5f44f91f9f44cb17ecd27e204b75c83b776a2c55e2a6e42f96018c83f4073d92f028ef74006d6acbe42b1ed374543a65e177f34c561bfdf13ded1085515bf353
+DIST picard-2.7.1.tar.gz 4884448 BLAKE2B 
b9f5ac2b6205aadbb707dcaee2dc6c89c333568d8fc6ca85da3fe8f9d308d0a54076d17b3f14be52e0154767c4f24ee2fd89d9df909ce1c74b9fc57c970ff0b1
 SHA512 
e3cffc538bdb7bf851e378b5ce7d4155fd6a2c13e77c42eb4c10a6cd129d45bb0c52d295bc209694fd89eadd60b0f04eb2d7c9eedbcec0a03ab00b7ee1f4e0be
 DIST picard-2.7.tar.gz 4868049 BLAKE2B 
87f04056843623f81165bdae181699125d5aa8e41e5da47d645026bb1b3ee4a70edeeef0399f3230584026caf8f014cfe27b5d9f3f2e6b71a8e2de48a832655a
 SHA512 
b88d2cc24a9b6a01e6bb1a54f93bb8ec62c901fe9ff352641ea402b5e091d71241665b067fd12bbf77cf219b951db9a570400adda82fa9da9406f9cfa6aee4e5

diff --git a/media-sound/picard/picard-2.7.1.ebuild 
b/media-sound/picard/picard-2.7.1.ebuild
new file mode 100644
index ..3b869df3541b
--- /dev/null
+++ b/media-sound/picard/picard-2.7.1.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_SINGLE_IMPL=1
+
+inherit distutils-r1 xdg
+
+if [[ ${PV} = ** ]]; then
+   EGIT_REPO_URI="https://github.com/metabrainz/picard";
+   inherit git-r3
+else
+   
SRC_URI="https://musicbrainz.osuosl.org/pub/musicbrainz/${PN}/${P}.tar.gz";
+   KEYWORDS="~amd64 ~x86"
+   S="${WORKDIR}/${PN}-release-${PV}"
+fi
+
+DESCRIPTION="Cross-platform music tagger"
+HOMEPAGE="https://picard.musicbrainz.org";
+
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE="discid fingerprints nls"
+
+BDEPEND="
+   nls? ( dev-qt/linguist-tools:5 )
+"
+RDEPEND="
+   $(python_gen_cond_dep '
+   dev-python/fasteners[${PYTHON_USEDEP}]
+   
dev-python/PyQt5[declarative,gui,network,widgets,${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   media-libs/mutagen[${PYTHON_USEDEP}]
+   discid? ( dev-python/python-discid[${PYTHON_USEDEP}] )
+   ')
+   fingerprints? ( media-libs/chromaprint[tools] )
+"
+
+distutils_enable_tests pytest
+
+python_compile() {
+   local build_args=(
+   --disable-autoupdate
+   )
+   if ! use nls; then
+   build_args+=( --disable-locales )
+   fi
+   distutils-r1_python_compile ${build_args[@]}
+}
+
+python_install() {
+   local install_args=(
+   --disable-autoupdate
+   --skip-build
+   )
+   if ! use nls; then
+   install_args+=( --disable-locales )
+   fi
+   distutils-r1_python_install ${install_args[@]}
+}



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

2021-12-22 Thread Arthur Zamarin
commit: b6a1fa791d6c8785c83f79a29bebff07b86f8413
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Dec 22 09:36:42 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Dec 22 09:36:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6a1fa79

dev-python/rich: Keyword 10.16.1 hppa, #829728

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

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

diff --git a/dev-python/rich/rich-10.16.1.ebuild 
b/dev-python/rich/rich-10.16.1.ebuild
index 484adc09e515..f5d5e30308cd 100644
--- a/dev-python/rich/rich-10.16.1.ebuild
+++ b/dev-python/rich/rich-10.16.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/willmcgugan/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 RDEPEND="
dev-python/colorama[${PYTHON_USEDEP}]



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

2021-12-22 Thread Arthur Zamarin
commit: b29e3cbf9cb3c73dd9625ca72714ea3849f5c38b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Dec 22 09:36:43 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Dec 22 09:36:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b29e3cbf

dev-python/httpx: Keyword 0.21.1 hppa, #829728

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

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

diff --git a/dev-python/httpx/httpx-0.21.1.ebuild 
b/dev-python/httpx/httpx-0.21.1.ebuild
index af0102450248..9419278e27c2 100644
--- a/dev-python/httpx/httpx-0.21.1.ebuild
+++ b/dev-python/httpx/httpx-0.21.1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://github.com/encode/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
 IUSE="cli"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-process/audit/

2021-12-22 Thread Arthur Zamarin
commit: 6dcb5d05b3fcf0fc1d2fe7956dbd00ee8bda93b7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Dec 22 09:36:36 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Dec 22 09:36:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dcb5d05

sys-process/audit: Stabilize 3.0.6 hppa, #829735

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

 sys-process/audit/audit-3.0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/audit/audit-3.0.6.ebuild 
b/sys-process/audit/audit-3.0.6.ebuild
index 031ddd264fdc..c423d5ba82f7 100644
--- a/sys-process/audit/audit-3.0.6.ebuild
+++ b/sys-process/audit/audit-3.0.6.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://people.redhat.com/sgrubb/audit/${P}.tar.gz";
 
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="gssapi ldap python static-libs test"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



[gentoo-commits] repo/gentoo:master commit in: app-shells/fish/

2021-12-22 Thread Arthur Zamarin
commit: cfe497acad80272cbc6a26ecc986bb3f06c81e84
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Dec 22 09:36:39 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Dec 22 09:36:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfe497ac

app-shells/fish: Stabilize 3.3.1-r1 hppa, #818256

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

 app-shells/fish/fish-3.3.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/fish/fish-3.3.1-r1.ebuild 
b/app-shells/fish/fish-3.3.1-r1.ebuild
index 599d3057b4c3..f59329e2387d 100644
--- a/app-shells/fish/fish-3.3.1-r1.ebuild
+++ b/app-shells/fish/fish-3.3.1-r1.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} == "" ]]; then
EGIT_REPO_URI="https://github.com/${PN}-shell/${PN}-shell.git";
 else

SRC_URI="https://github.com/${PN}-shell/${PN}-shell/releases/download/${MY_PV}/${MY_P}.tar.xz";
-   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ppc ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/pch-session/

2021-12-22 Thread Pacho Ramos
commit: 80d12869de11a67f5afa73e04ac6530247e22a2c
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Dec 22 10:16:41 2021 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Dec 22 10:16:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80d12869

gnome-extra/pch-session: Bump to 41.0

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Pacho Ramos  gentoo.org>

 gnome-extra/pch-session/Manifest|  1 +
 gnome-extra/pch-session/pch-session-41.0.ebuild | 48 +
 2 files changed, 49 insertions(+)

diff --git a/gnome-extra/pch-session/Manifest b/gnome-extra/pch-session/Manifest
index 649f5610d356..682523b0d2ae 100644
--- a/gnome-extra/pch-session/Manifest
+++ b/gnome-extra/pch-session/Manifest
@@ -1 +1,2 @@
 DIST pch-session-40.2.tar.bz2 3610529 BLAKE2B 
4ae2fa7d152edff0707c5f705c001d601a08f70a7629f3cefa53254b07eac124280d547392c80d9dad76c08fbb80e09aaaefceff06945ebdddfc8f61d31c3426
 SHA512 
6300e36f5914f8213ac912e1e44652c08ca90a31e3e480b5f6674ce54a798f8b3f1226d781859f7bf9fb4a64186ee11a8bc7d6f8d59017340ec3b65d10948f0b
+DIST pch-session-41.0.tar.bz2 3610621 BLAKE2B 
65c6cca06b95ca6a3770867972f613cc0c064d6622dd16e86b177b5a52b8db7b8385a8f8e5202f535e7c8f254c9c5b921553c8a04418639dcefb2adf2c37f325
 SHA512 
b4911c865aebf9969fc5a95c4865c5a6bab3cd3bac2d70c59ef4e6b44f6b83a4cbc77877c5412c58ba99a688510b5ea9d1b213887cd5e6b2a7011c1f1c398b5a

diff --git a/gnome-extra/pch-session/pch-session-41.0.ebuild 
b/gnome-extra/pch-session/pch-session-41.0.ebuild
new file mode 100644
index ..478c7693aebd
--- /dev/null
+++ b/gnome-extra/pch-session/pch-session-41.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit gnome2-utils
+
+DESCRIPTION="Unofficial gnome based session with different default settings 
and extensions"
+HOMEPAGE="https://gitlab.com/pachoramos/pch-session";
+SRC_URI="https://gitlab.com/pachoramos/${PN}/-/archive/${PV}/${P}.tar.bz2";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=gnome-base/gnome-shell-41
+   >=gnome-extra/gnome-shell-extensions-41
+   >=gnome-extra/gnome-shell-extension-appindicator-41
+   >=gnome-extra/gnome-shell-extension-applications-overview-tooltip-14
+   >=gnome-extra/gnome-shell-extension-bing-wallpaper-36
+   >=gnome-extra/gnome-shell-extension-bluetooth-quick-connect-23
+   
>=gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen-2021
+   >=gnome-extra/gnome-shell-extension-dash-to-panel-45
+   >=gnome-extra/gnome-shell-extension-desktop-icons-ng-0.24.0
+   >=gnome-extra/gnome-shell-extension-gsconnect-48
+   >=gnome-extra/gnome-tweaks-40.0
+"
+BDEPEND=""
+DEPEND=""
+
+pkg_preinst() {
+   gnome2_schemas_update
+}
+
+src_install() {
+   insinto /usr
+   doins -r usr/.
+   einstalldocs
+}
+
+pkg_postinst() {
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/virtualgl/

2021-12-22 Thread Pacho Ramos
commit: 2eb93feb58f6cfed74dbcc7e5d4559039078c226
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Dec 22 10:30:07 2021 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Dec 22 10:30:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eb93feb

x11-misc/virtualgl: Avoid file collision with mesa-progs[egl]

Thanks-to: Edgar Dragon
Closes: https://bugs.gentoo.org/829792
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Pacho Ramos  gentoo.org>

 x11-misc/virtualgl/{virtualgl-3.0.ebuild => virtualgl-3.0-r1.ebuild} | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/x11-misc/virtualgl/virtualgl-3.0.ebuild 
b/x11-misc/virtualgl/virtualgl-3.0-r1.ebuild
similarity index 96%
rename from x11-misc/virtualgl/virtualgl-3.0.ebuild
rename to x11-misc/virtualgl/virtualgl-3.0-r1.ebuild
index 284d9b318933..9eaf3b90069a 100644
--- a/x11-misc/virtualgl/virtualgl-3.0.ebuild
+++ b/x11-misc/virtualgl/virtualgl-3.0-r1.ebuild
@@ -93,7 +93,9 @@ src_install() {
systemd_dounit "${FILESDIR}/vgl.service"
 
# Rename glxinfo to vglxinfo to avoid conflict with x11-apps/mesa-progs
+   # and eglinfo to veglinto because of conflict with mesa-progs[egl]
mv "${D}"/usr/bin/{,v}glxinfo || die
+   mv "${D}"/usr/bin/{,v}eglinfo || die
 
# Remove license files, bug 536284
rm "${D}"/usr/share/doc/${PF}/{LGPL.txt*,LICENSE*} || die



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

2021-12-22 Thread Georgy Yakovlev
commit: a9202dfedf979164e6634b47bd6a1313670163b3
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Wed Dec 22 10:58:52 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Wed Dec 22 10:58:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9202dfe

virtual/dist-kernel: Stabilize 5.10.85 ppc64, #829459

Signed-off-by: Georgy Yakovlev  gentoo.org>

 virtual/dist-kernel/dist-kernel-5.10.85.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/dist-kernel/dist-kernel-5.10.85.ebuild 
b/virtual/dist-kernel/dist-kernel-5.10.85.ebuild
index 1c0a99c46ac9..ae82fc474526 100644
--- a/virtual/dist-kernel/dist-kernel-5.10.85.ebuild
+++ b/virtual/dist-kernel/dist-kernel-5.10.85.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm arm64 ppc64 ~x86"
 
 RDEPEND="
|| (



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

2021-12-22 Thread Georgy Yakovlev
commit: fcab96f5af57f93f37ad56f65a0b733e66353d00
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Wed Dec 22 10:58:36 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Wed Dec 22 10:58:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcab96f5

sys-kernel/gentoo-kernel: Stabilize 5.4.166 ppc64, #829458

Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-kernel/gentoo-kernel/gentoo-kernel-5.4.166.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.166.ebuild 
b/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.166.ebuild
index 62175f82422f..d1524b22a60c 100644
--- a/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.166.ebuild
+++ b/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.166.ebuild
@@ -39,7 +39,7 @@ SRC_URI+="
 S=${WORKDIR}/${MY_P}
 
 LICENSE="GPL-2"
-KEYWORDS="amd64 arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 arm64 ~ppc ppc64 ~x86"
 IUSE="debug"
 
 RDEPEND="



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

2021-12-22 Thread Georgy Yakovlev
commit: c7581c285167ec6ab2417428b79cacd62aa30c1b
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Wed Dec 22 10:58:30 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Wed Dec 22 10:58:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7581c28

virtual/dist-kernel: Stabilize 5.4.166 ppc64, #829458

Signed-off-by: Georgy Yakovlev  gentoo.org>

 virtual/dist-kernel/dist-kernel-5.4.166.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/dist-kernel/dist-kernel-5.4.166.ebuild 
b/virtual/dist-kernel/dist-kernel-5.4.166.ebuild
index 80ee6702e320..effda7e37981 100644
--- a/virtual/dist-kernel/dist-kernel-5.4.166.ebuild
+++ b/virtual/dist-kernel/dist-kernel-5.4.166.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0/${PV}"
-KEYWORDS="amd64 arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 arm64 ~ppc ppc64 ~x86"
 
 RDEPEND="
|| (



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

2021-12-22 Thread Georgy Yakovlev
commit: 2ce0b06c50aac95e2fc95260a44f35b7d30a1a9e
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Wed Dec 22 10:58:53 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Wed Dec 22 10:58:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ce0b06c

sys-kernel/gentoo-kernel: Stabilize 5.10.85 ppc64, #829459

Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-kernel/gentoo-kernel/gentoo-kernel-5.10.85.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-5.10.85.ebuild 
b/sys-kernel/gentoo-kernel/gentoo-kernel-5.10.85.ebuild
index 745b1fa03aa1..078eafe4d3b0 100644
--- a/sys-kernel/gentoo-kernel/gentoo-kernel-5.10.85.ebuild
+++ b/sys-kernel/gentoo-kernel/gentoo-kernel-5.10.85.ebuild
@@ -39,7 +39,7 @@ SRC_URI+="
 S=${WORKDIR}/${MY_P}
 
 LICENSE="GPL-2"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm arm64 ppc64 ~x86"
 IUSE="debug hardened"
 REQUIRED_USE="arm? ( savedconfig )"
 



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

2021-12-22 Thread Pacho Ramos
commit: e815b545e5d99fadf66d837e1e73b1ea2d4c875d
Author: Pacho Ramos  gentoo  org>
AuthorDate: Wed Dec 22 11:11:41 2021 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Wed Dec 22 11:11:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e815b545

app-emulation/crossover-bin: Don't install opencl libs when USE is off

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Pacho Ramos  gentoo.org>

 .../crossover-bin/crossover-bin-21.1.0-r1.ebuild   | 228 +
 1 file changed, 228 insertions(+)

diff --git a/app-emulation/crossover-bin/crossover-bin-21.1.0-r1.ebuild 
b/app-emulation/crossover-bin/crossover-bin-21.1.0-r1.ebuild
new file mode 100644
index ..0e66d60c63cb
--- /dev/null
+++ b/app-emulation/crossover-bin/crossover-bin-21.1.0-r1.ebuild
@@ -0,0 +1,228 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{7..10} )
+
+inherit python-single-r1 unpacker
+
+DESCRIPTION="Commercial version of app-emulation/wine with paid support"
+HOMEPAGE="https://www.codeweavers.com/products/";
+SRC_URI="https://media.codeweavers.com/pub/crossover/cxlinux/demo/install-crossover-${PV}.bin";
+
+LICENSE="CROSSOVER-3"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE="+capi +cups doc +gphoto2 +gsm +gstreamer +jpeg +lcms ldap +mp3 +nls 
osmesa +openal +opencl +opengl +pcap +png +scanner +ssl +v4l +vulkan"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RESTRICT="bindist test"
+
+QA_FLAGS_IGNORED="opt/cxoffice/.*"
+QA_PRESTRIPPED="
+   opt/cxoffice/lib/.*
+   opt/cxoffice/lib64/.*
+   opt/cxoffice/bin/cabextract
+   opt/cxoffice/bin/cxburner
+   opt/cxoffice/bin/cxntlm_auth
+   opt/cxoffice/bin/wineserver
+   opt/cxoffice/bin/wineserver32
+   opt/cxoffice/bin/wineserver64
+   opt/cxoffice/bin/wine64-preloader
+   opt/cxoffice/bin/unrar
+   opt/cxoffice/bin/wine-preloader
+   opt/cxoffice/bin/cxdiag
+   opt/cxoffice/bin/cxdiag64
+   opt/cxoffice/bin/cxgettext
+   opt/cxoffice/bin/vkd3d-compiler
+   opt/cxoffice/bin/wineloader
+   opt/cxoffice/bin/wineloader64
+"
+QA_TEXTRELS="
+   opt/cxoffice/bin/wineserver32
+   opt/cxoffice/lib/wine/*
+   opt/cxoffice/lib/libwine.so*
+"
+
+S="${WORKDIR}"
+
+DEPEND=""
+BDEPEND="${PYTHON_DEPS}
+   app-arch/cpio
+   app-arch/unzip
+   dev-lang/perl
+   dev-util/bbe
+"
+
+RDEPEND="${DEPEND}
+   ${PYTHON_DEPS}
+   $(python_gen_cond_dep '
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   ')
+   !prefix? ( sys-libs/glibc )
+   !app-emulation/crossover-office-pro-bin
+   !app-emulation/crossover-office-bin
+   capi? ( net-libs/libcapi[abi_x86_32(-)] )
+   cups? ( net-print/cups[abi_x86_32(-)] )
+   gsm? ( media-sound/gsm[abi_x86_32(-)] )
+   jpeg? ( virtual/jpeg:0[abi_x86_32(-)] )
+   lcms? ( media-libs/lcms:2 )
+   ldap? ( net-nds/openldap[abi_x86_32(-)] )
+   gphoto2? ( media-libs/libgphoto2[abi_x86_32(-)] )
+   gstreamer? (
+   media-libs/gstreamer:1.0[abi_x86_32(-)]
+   jpeg? ( media-plugins/gst-plugins-jpeg:1.0[abi_x86_32(-)] )
+   media-plugins/gst-plugins-meta:1.0[abi_x86_32(-)]
+   )
+   mp3? ( >=media-sound/mpg123-1.5.0[abi_x86_32(-)] )
+   nls? ( sys-devel/gettext[abi_x86_32(-)] )
+   openal? ( media-libs/openal[abi_x86_32(-)] )
+   opencl? ( virtual/opencl[abi_x86_32(-)] )
+   opengl? (
+   virtual/glu[abi_x86_32(-)]
+   virtual/opengl[abi_x86_32(-)]
+   )
+   pcap? ( net-libs/libpcap[abi_x86_32(-)] )
+   png? ( media-libs/libpng:0[abi_x86_32(-)] )
+   scanner? ( media-gfx/sane-backends[abi_x86_32(-)] )
+   ssl? ( net-libs/gnutls:0/30[abi_x86_32(-)] )
+   v4l? ( media-libs/libv4l[abi_x86_32(-)] )
+   vulkan? ( media-libs/vulkan-loader[abi_x86_32(-)] )
+   dev-libs/glib:2
+   dev-libs/gobject-introspection
+   dev-libs/openssl:0
+   dev-util/desktop-file-utils
+   media-libs/alsa-lib[abi_x86_32(-)]
+   media-libs/freetype:2[abi_x86_32(-)]
+   media-libs/mesa[abi_x86_32(-),osmesa?]
+   media-libs/tiff:0[abi_x86_32(-)]
+   sys-auth/nss-mdns[abi_x86_32(-)]
+   sys-apps/util-linux[abi_x86_32(-)]
+   sys-libs/libunwind[abi_x86_32(-)]
+   sys-libs/ncurses-compat:5[abi_x86_32(-)]
+   sys-libs/zlib[abi_x86_32(-)]
+   x11-libs/libICE[abi_x86_32(-)]
+   x11-libs/libSM[abi_x86_32(-)]
+   x11-libs/libX11[abi_x86_32(-)]
+   x11-libs/libXau[abi_x86_32(-)]
+   x11-libs/libXcursor[abi_x86_32(-)]
+   x11-libs/libXdmcp[abi_x86_32(-)]
+   x11-libs/libXext[abi_x86_32(-)]
+   x11-libs/libXi[abi_x86_32(-)]
+   x11-libs/libXrandr[abi_x86_32(-)]
+   x11-libs/libXxf86vm[abi_x86_32(-)]
+   x11-libs/libxcb[abi_x86_32(-)]
+   x11-libs/gdk

[gentoo-commits] repo/gentoo:master commit in: kde-plasma/kdeplasma-addons/files/

2021-12-22 Thread Andreas Sturmlechner
commit: ed08eeac3a4a93b5e40646e13ca61dce9ec41627
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Wed Dec 22 07:07:33 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Dec 22 11:14:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed08eeac

kde-plasma/kdeplasma-addons: remove unused patch(es)

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/23466
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../kdeplasma-addons-5.19.3-kross-optional.patch   | 65 --
 1 file changed, 65 deletions(-)

diff --git 
a/kde-plasma/kdeplasma-addons/files/kdeplasma-addons-5.19.3-kross-optional.patch
 
b/kde-plasma/kdeplasma-addons/files/kdeplasma-addons-5.19.3-kross-optional.patch
deleted file mode 100644
index 485acd542a83..
--- 
a/kde-plasma/kdeplasma-addons/files/kdeplasma-addons-5.19.3-kross-optional.patch
+++ /dev/null
@@ -1,65 +0,0 @@
-From bbaaa3e2eac712887780c0849f955889e64ff358 Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner 
-Date: Tue, 7 Jul 2020 22:22:13 +0200
-Subject: [PATCH] Make KF5Kross optional, it is only used for comic applet
-

- CMakeLists.txt | 7 ++-
- applets/CMakeLists.txt | 4 +++-
- dataengines/CMakeLists.txt | 4 +++-
- 3 files changed, 12 insertions(+), 3 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 9c4697a52..e5d14bc8c 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -48,7 +48,6 @@ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
- IconThemes
- KIO
- KCMUtils
--Kross
- Notifications
- Plasma
- Runner
-@@ -59,6 +58,12 @@ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
- NewStuff
- )
- 
-+find_package(KF5Kross CONFIG QUIET)
-+set_package_properties(KF5Kross PROPERTIES
-+PURPOSE "Needed for Comic applet"
-+TYPE OPTIONAL
-+)
-+
- find_package(KF5Purpose CONFIG QUIET)
- set_package_properties(KF5Purpose PROPERTIES
- DESCRIPTION "Framework for cross-application services and actions"
-diff --git a/applets/CMakeLists.txt b/applets/CMakeLists.txt
-index 93b637b1b..6af5ffc67 100644
 a/applets/CMakeLists.txt
-+++ b/applets/CMakeLists.txt
-@@ -6,7 +6,9 @@ plasma_install_package(keyboardindicator 
org.kde.plasma.keyboardindicator)
- add_subdirectory(binary-clock)
- add_subdirectory(calculator)
- add_subdirectory(colorpicker)
--add_subdirectory(comic)
-+if(KF5Kross_FOUND)
-+add_subdirectory(comic)
-+endif()
- add_subdirectory(dict)
- if(NOT WIN32)
- # uses the command line tool 'quota', does not make sense on Windows
-diff --git a/dataengines/CMakeLists.txt b/dataengines/CMakeLists.txt
-index 8d91dd84f..38f715b11 100644
 a/dataengines/CMakeLists.txt
-+++ b/dataengines/CMakeLists.txt
-@@ -1,3 +1,5 @@
-- add_subdirectory(comic)
-+if(KF5Kross_FOUND)
-+add_subdirectory(comic)
-+endif()
- add_subdirectory(potd)
- add_subdirectory(konsoleprofiles)
--- 
-2.27.0
-



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

2021-12-22 Thread Andreas Sturmlechner
commit: 99a6b7ccd7d11d86c113181e3f6c7ff1c7fdcf44
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Dec 22 10:56:32 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Dec 22 11:14:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99a6b7cc

dev-libs/libical: Drop 3.0.11

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-libs/libical/Manifest  |   1 -
 dev-libs/libical/libical-3.0.11.ebuild | 114 -
 2 files changed, 115 deletions(-)

diff --git a/dev-libs/libical/Manifest b/dev-libs/libical/Manifest
index e013b757ad1c..ef9795f06c6d 100644
--- a/dev-libs/libical/Manifest
+++ b/dev-libs/libical/Manifest
@@ -1,3 +1,2 @@
 DIST libical-3.0.10.tar.gz 889470 BLAKE2B 
990a37cdb6a00c52bab1a10f5899752dc2f9f0f2c3e0ada9e54803007e3db97dcd600544bf45a9a0646631aaf41839a0818b5d70b3e6e305826db2dd1cc30bdb
 SHA512 
e32ccaff9b8a501f340567a1221c580023e4ed79918519bfa88aee2c0e8b62f5ea37e10907f2eb6fbd346a57408708a74e30aaf9a57a8d711eae30ddc974ddd0
-DIST libical-3.0.11.tar.gz 891646 BLAKE2B 
8e52f5d33586f435eb3311854c5ae5b96393f917cf119d46ef66bb1a10a4db2b1bf2a828c4cd0a4fb99428f44633b6a5592b144d0167f70887aaac3393312655
 SHA512 
cdee86c50edc2373ab2024d7d4ae26dd4b9a728dbc13083472c4923c67f61ff3cef7d43edca762c6a11979d2040fc1576a033eaa23a19e58af8f14a7d67fc139
 DIST libical-3.0.12.tar.gz 883537 BLAKE2B 
a67cbf767f5dba7717c80b2ed90f257025544b6fbbd85e4d10712fb63ec5d750c00e9a1d664b0c75f7e833847aeee2fc1412866bf4b599ead663132b3665835f
 SHA512 
e97aec11895d4c51fcb1fe32598f5fc23bbffc26274d1f46e74d1b9a365bea65446563224b852d13a763334eab0375e77cabb5ba535d3b2f89b652bbe24b4517

diff --git a/dev-libs/libical/libical-3.0.11.ebuild 
b/dev-libs/libical/libical-3.0.11.ebuild
deleted file mode 100644
index 4a1c23b6ce92..
--- a/dev-libs/libical/libical-3.0.11.ebuild
+++ /dev/null
@@ -1,114 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-VALA_USE_DEPEND="vapigen"
-inherit cmake python-any-r1 vala
-
-DESCRIPTION="Implementation of basic iCAL protocols"
-HOMEPAGE="https://github.com/libical/libical";
-SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz";
-
-LICENSE="|| ( MPL-2.0 LGPL-2.1 )"
-SLOT="0/3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
-IUSE="berkdb doc examples +glib +introspection static-libs test vala"
-
-REQUIRED_USE="introspection? ( glib ) vala? ( introspection )"
-
-RESTRICT="!test? ( test )"
-
-COMMON_DEPEND="
-   dev-libs/icu:=
-   berkdb? ( sys-libs/db:= )
-   glib? ( dev-libs/glib:2 )
-"
-DEPEND="${COMMON_DEPEND}
-   glib? ( dev-libs/libxml2:2 )
-"
-RDEPEND="${COMMON_DEPEND}
-   sys-libs/timezone-data
-"
-BDEPEND="
-   dev-lang/perl
-   virtual/pkgconfig
-   doc? (
-   app-doc/doxygen[dot]
-   glib? ( dev-util/gtk-doc )
-   )
-   introspection? ( dev-libs/gobject-introspection )
-   test? (
-   ${PYTHON_DEPS}
-   glib? ( $(python_gen_any_dep 
'dev-python/pygobject:3[${PYTHON_USEDEP}]') )
-   )
-   vala? ( $(vala_depend) )
-"
-
-DOCS=(
-   AUTHORS ReadMe.txt ReleaseNotes.txt TEST THANKS TODO
-   doc/{AddingOrModifyingComponents,UsingLibical}.txt
-)
-
-PATCHES=(
-   "${FILESDIR}/${PN}-3.0.4-tests.patch"
-   "${FILESDIR}/${P}-pkgconfig-libdir.patch"
-)
-
-python_check_deps() {
-   has_version "dev-python/pygobject:3[${PYTHON_USEDEP}]"
-}
-
-pkg_setup() {
-   use test && python-any-r1_pkg_setup
-}
-
-src_prepare() {
-   cmake_src_prepare
-   use examples || cmake_comment_add_subdirectory examples
-   use vala && vala_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package berkdb BDB)
-   -DICAL_BUILD_DOCS=$(usex doc)
-   -DICAL_GLIB=$(usex glib)
-   -DGOBJECT_INTROSPECTION=$(usex introspection)
-   -DSHARED_ONLY=$(usex !static-libs)
-   -DLIBICAL_BUILD_TESTING=$(usex test)
-   -DICAL_GLIB_VAPI=$(usex vala)
-   )
-   if use vala; then
-   mycmakeargs+=(
-   -DVALAC="${VALAC}"
-   -DVAPIGEN="${VAPIGEN}"
-   )
-   fi
-   cmake_src_configure
-}
-
-src_compile() {
-   cmake_src_compile
-   use doc && cmake_src_compile docs
-}
-
-src_test() {
-   local myctestargs=(
-   -E "(icalrecurtest|icalrecurtest-r)" # bug 660282
-   )
-
-   cmake_src_test
-}
-
-src_install() {
-   use doc && local HTML_DOCS=( "${BUILD_DIR}"/apidocs/html/. )
-
-   cmake_src_install
-
-   if use examples; then
-   rm examples/CMakeLists.txt || die
-   dodoc -r examples
-   fi
-}


[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdiff3/

2021-12-22 Thread Andreas Sturmlechner
commit: 72ca5b4fa8bc3d57e4defeecc9a2d406e3d2d597
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Dec 22 10:58:13 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Dec 22 11:14:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72ca5b4f

kde-misc/kdiff3: Drop 1.9.3

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-misc/kdiff3/Manifest|  1 -
 kde-misc/kdiff3/kdiff3-1.9.3.ebuild | 41 -
 2 files changed, 42 deletions(-)

diff --git a/kde-misc/kdiff3/Manifest b/kde-misc/kdiff3/Manifest
index ecf58c3be501..c7423d1f5e80 100644
--- a/kde-misc/kdiff3/Manifest
+++ b/kde-misc/kdiff3/Manifest
@@ -1,2 +1 @@
-DIST kdiff3-1.9.3.tar.xz 1056920 BLAKE2B 
d32e60cbc8d41339dff9a91fe5a2c739a38dc856a0adc575fa0e777c921d40effb1f27b34d7a127a4aff95b10436ddafd7f3db63912c2def85307e1e46ea9964
 SHA512 
9d806efa5d92375bc0dd2014492e924a7f26c12fde0e89bb58f076a249dba83fd316253cfd53235eaaae26f29d37c730c5728de1c7de869532fc9c38190412d5
 DIST kdiff3-1.9.4.tar.xz 1057404 BLAKE2B 
6aa24ce63f7731040dedca4c8c27890d88de1b1e1dba3b2ca778d294ce7480d96d9bd5f282ddfdb918d6b5a93adec92efc3977f44f2e735190a6df8acb5df150
 SHA512 
76555eb9253c4cb96d32de01126a4547adb3424997034f0d9aed50cc4df87cb15c038a12f8620a491a968b47a3ea5eafcb0f53978aca4300ca319677bb2b9e63

diff --git a/kde-misc/kdiff3/kdiff3-1.9.3.ebuild 
b/kde-misc/kdiff3/kdiff3-1.9.3.ebuild
deleted file mode 100644
index c9768a871e94..
--- a/kde-misc/kdiff3/kdiff3-1.9.3.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="optional"
-KFMIN=5.82.0
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Frontend to diff3 based on KDE Frameworks"
-HOMEPAGE="https://apps.kde.org/kdiff3/ https://userbase.kde.org/KDiff3";
-SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="5"
-KEYWORDS="amd64 ~arm64 ~ppc64 x86"
-IUSE=""
-
-COMMON_DEPEND="
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtprintsupport-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kcrash-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kparts-${KFMIN}:5
-   >=kde-frameworks/ktextwidgets-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-"
-DEPEND="${COMMON_DEPEND}
-   dev-libs/boost
-"
-RDEPEND="${COMMON_DEPEND}
-   sys-apps/diffutils
-"



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kimtoy/, profiles/

2021-12-22 Thread Jakov Smolić
commit: 0642489f91d32f4dc28847b195aed0104cff08c3
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Dec 22 10:45:26 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Dec 22 11:23:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0642489f

kde-misc/kimtoy: treeclean

Closes: https://bugs.gentoo.org/824822
Signed-off-by: Jakov Smolić  gentoo.org>

 kde-misc/kimtoy/Manifest   |  1 -
 kde-misc/kimtoy/kimtoy-1.92_pre20190225.ebuild | 75 --
 kde-misc/kimtoy/metadata.xml   | 14 -
 profiles/package.mask  |  7 ---
 4 files changed, 97 deletions(-)

diff --git a/kde-misc/kimtoy/Manifest b/kde-misc/kimtoy/Manifest
deleted file mode 100644
index 3e19bece1d03..
--- a/kde-misc/kimtoy/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kimtoy-1.92_pre20190225.tar.gz 435142 BLAKE2B 
86f40774cc5c01a49996f80a4257c3ad18787a9e269a0cddb489530ac1d0a7b84dc5f6eace35374975f24fc15738c02d03da6637e6e6edcba48b27e235ca030e
 SHA512 
9b6b6c316e683d3ae80226e91e17a367970a9380ee6f100798be48f1e29c14b39b9ca679a36b26cfe6a09aae4deaee2f7db4b2a1a7b587e3d7b26983ae6eaffb

diff --git a/kde-misc/kimtoy/kimtoy-1.92_pre20190225.ebuild 
b/kde-misc/kimtoy/kimtoy-1.92_pre20190225.ebuild
deleted file mode 100644
index 44721fcb2ac9..
--- a/kde-misc/kimtoy/kimtoy-1.92_pre20190225.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KFMIN=5.60.0
-QTMIN=5.12.3
-COMMIT="c8b3da65bfd289d0a0262aa673aa6b697022d4a3"
-inherit ecm kde.org
-
-DESCRIPTION="Input method frontend for Plasma"
-HOMEPAGE="https://www.linux-apps.com/content/show.php?content=140967";
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   SRC_URI="https://github.com/KDE/${PN}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-2+"
-SLOT="5"
-IUSE="scim semantic-desktop"
-
-DEPEND="
-   app-i18n/ibus
-   dev-libs/glib:2
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/karchive-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/knewstuff-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-frameworks/plasma-${KFMIN}:5
-   media-libs/libpng:0=[apng]
-   x11-libs/libX11
-   dev-libs/openssl:0=
-   scim? (
-   >=app-i18n/scim-1.4.9
-   dev-libs/dbus-c++
-   )
-   semantic-desktop? ( >=kde-frameworks/kfilemetadata-${KFMIN}:5 )
-"
-RDEPEND="${DEPEND}
-   !kde-misc/kimtoy:4
-   >=app-i18n/fcitx-4.0
-"
-
-S="${WORKDIR}/${PN}-${COMMIT}"
-
-src_prepare() {
-   ecm_src_prepare
-
-   # bug 581736
-   cmake_comment_add_subdirectory po
-}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package scim SCIM)
-   $(cmake_use_find_package scim DBusCXX)
-   $(cmake_use_find_package semantic-desktop KF5FileMetaData)
-   )
-
-   ecm_src_configure
-}

diff --git a/kde-misc/kimtoy/metadata.xml b/kde-misc/kimtoy/metadata.xml
deleted file mode 100644
index a12e95c70d03..
--- a/kde-misc/kimtoy/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   k...@gentoo.org
-   Gentoo KDE Project
-   
-   
-   https://bugs.kde.org/
-   
-   
-   Enable Smart Common Input Method 
support
-   
-

diff --git a/profiles/package.mask b/profiles/package.mask
index bc982a24f135..8cf2f5a952d7 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -384,13 +384,6 @@ app-doc/selfhtml
 # Removal in 30 days. Bug #826682
 app-admin/psmon
 
-# Andreas Sturmlechner  (2021-11-22)
-# Unmaintained upstream, never made it to a KF5-based release and Gentoo
-# was the only distro ever packaging such a snapshot. Use kimpanel from
-# kde-plasma/plasma-desktop instead.
-# Removal on 2021-12-22. Bug #824822
-kde-misc/kimtoy
-
 # Stephan Hartmann  (2021-11-22)
 # Dev channel releases are only for people who
 # are developers or want more experimental features



[gentoo-commits] repo/gentoo:master commit in: profiles/, app-admin/psmon/

2021-12-22 Thread Jakov Smolić
commit: 97e4c2113d4afc93968db8ea2c427723e49070f2
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Dec 22 11:18:47 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Dec 22 11:23:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97e4c211

app-admin/psmon: treeclean

Closes: https://bugs.gentoo.org/826682
Signed-off-by: Jakov Smolić  gentoo.org>

 app-admin/psmon/Manifest |  1 -
 app-admin/psmon/metadata.xml | 10 --
 app-admin/psmon/psmon-1.39-r1.ebuild | 32 
 profiles/package.mask|  7 ---
 4 files changed, 50 deletions(-)

diff --git a/app-admin/psmon/Manifest b/app-admin/psmon/Manifest
deleted file mode 100644
index d837616a0789..
--- a/app-admin/psmon/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST psmon-1.39.tar.gz 57475 BLAKE2B 
37998dabcfe5b329f74b7f6996fe3e8a350cc756a064e98549a38ade997115c3f03c57bf8b145c732edb021fe615be2a1210419f8b77666ad5caa79b74ccdc75
 SHA512 
08992023af29433da0fe8c48b610df3008b9ea14e197b52bc9582895275fc65cd0faca7e29f36356344219d6a61ef9350713aaa60377ce7ae49a882044b91e32

diff --git a/app-admin/psmon/metadata.xml b/app-admin/psmon/metadata.xml
deleted file mode 100644
index b826044dadb9..
--- a/app-admin/psmon/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   
-   A perl script that monitors processes to make sure they are 
running as
-   the user has intended. Will respawn dead processes and/or kill 
illegal
-   processes.
-   
-

diff --git a/app-admin/psmon/psmon-1.39-r1.ebuild 
b/app-admin/psmon/psmon-1.39-r1.ebuild
deleted file mode 100644
index 758e8395e1c5..
--- a/app-admin/psmon/psmon-1.39-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-GENTOO_DEPEND_ON_PERL_SUBSLOT="no"
-inherit perl-module
-
-DESCRIPTION="Monitors process table to slay aggressive, and spawn dead, 
processes"
-HOMEPAGE="http://www.psmon.com/";
-SRC_URI="http://www.psmon.com/${P}.tar.gz";
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-DEPEND=">=dev-lang/perl-5.6.0
-   dev-perl/Config-General
-   dev-perl/Proc-ProcessTable
-   dev-perl/Unix-Syslog
-   virtual/perl-Getopt-Long"
-
-src_install() {
-   perl-module_src_install
-   insinto /etc
-   doins etc/psmon.conf
-}
-
-pkg_postinst() {
-   einfo "NOTICE: Please modify at least the NotifyEmail parameter found 
in"
-   einfo "the /etc/psmon.conf file"
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 8cf2f5a952d7..9803cc6ba6c2 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -377,13 +377,6 @@ net-misc/quagga
 # Removal in 30 days. Bug #826454
 app-doc/selfhtml
 
-# Marek Szuba  (2021-11-22)
-# Last release in 2008 at the latest, no maintainer in Gentoo for years,
-# EAPI 5, upstream is gone, the only distros which still package it are
-# Gentoo, Funtoo and LiGurOS.
-# Removal in 30 days. Bug #826682
-app-admin/psmon
-
 # Stephan Hartmann  (2021-11-22)
 # Dev channel releases are only for people who
 # are developers or want more experimental features



[gentoo-commits] repo/gentoo:master commit in: app-text/pdf2oo/, profiles/

2021-12-22 Thread Jakov Smolić
commit: 151c5050768ee86830509a2caee296992eea73cf
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Dec 22 11:20:19 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Dec 22 11:23:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=151c5050

app-text/pdf2oo: treeclean

Closes: https://bugs.gentoo.org/826382
Signed-off-by: Jakov Smolić  gentoo.org>

 app-text/pdf2oo/Manifest  |  1 -
 app-text/pdf2oo/metadata.xml  |  8 
 app-text/pdf2oo/pdf2oo-20090715-r1.ebuild | 24 
 profiles/package.mask |  7 ---
 4 files changed, 40 deletions(-)

diff --git a/app-text/pdf2oo/Manifest b/app-text/pdf2oo/Manifest
deleted file mode 100644
index e7dae3ff3cac..
--- a/app-text/pdf2oo/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pdf2oo-20090715.tar.gz 14765 BLAKE2B 
b84b34f4c932468d26ca6f53b596f762ec098fedfee22f1dc568e27a41c7ea9df32cc645a1f2ffd1469441ef579a11f31840fd9ed536853aacdef1f1593f4aeb
 SHA512 
44a933e55f9137d8b02f8deedd3e0af2bbaf7a5d8ba94b3ab3ee32cf2ee331576a871fadb902fbf32ff231200d1e54b2bf8d31cd15005dee7deb5810a804bff5

diff --git a/app-text/pdf2oo/metadata.xml b/app-text/pdf2oo/metadata.xml
deleted file mode 100644
index a639e8828d9c..
--- a/app-text/pdf2oo/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   
-   pdf2oo
-   
-

diff --git a/app-text/pdf2oo/pdf2oo-20090715-r1.ebuild 
b/app-text/pdf2oo/pdf2oo-20090715-r1.ebuild
deleted file mode 100644
index 9db50ba4886a..
--- a/app-text/pdf2oo/pdf2oo-20090715-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Converts pdf files to odf"
-HOMEPAGE="https://sourceforge.net/projects/pdf2oo/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="app-arch/zip
-   >=app-text/poppler-0.12.3-r3[utils]
-   virtual/imagemagick-tools"
-
-S=${WORKDIR}/${PN}
-
-src_install() {
-   dobin pdf2oo
-   dodoc README
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index c9a7f61eb738..6db2b9bd5eac 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -343,13 +343,6 @@ dev-util/yuicompressor
 # Masked for removal in 30 days.
 dev-ruby/ttfunk:1.5
 
-# Marek Szuba  (2021-11-23)
-# Last release in 2009, dead upstream. Rendered obsolete by native PDF
-# importers provided by LibreOffice/OpenOffice, which actually read PDFs
-# instead of converting them to images. Unmaintained in Gentoo, EAPI 5.
-# Removal in 30 days. Bug #826382
-app-text/pdf2oo
-
 # Volkmar W. Pogatzki  (2021-11-23)
 # Does not support updated dev-java/pdfbox-2.0.24, Bug #803488
 # Blocks (CVE-2018-11797, CVE-2021-{27807,27906,31811,31812})



[gentoo-commits] repo/gentoo:master commit in: dev-util/yuicompressor/, profiles/

2021-12-22 Thread Jakov Smolić
commit: 0bd7a3fa8b5d47ed759044c77f9fc885797b258f
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Dec 22 11:22:04 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Dec 22 11:23:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bd7a3fa

dev-util/yuicompressor: treeclean

Closes: https://bugs.gentoo.org/826470
Closes: https://bugs.gentoo.org/681520
Signed-off-by: Jakov Smolić  gentoo.org>

 dev-util/yuicompressor/Manifest|  1 -
 dev-util/yuicompressor/metadata.xml|  8 
 .../yuicompressor/yuicompressor-2.4.8-r2.ebuild| 47 --
 profiles/package.mask  |  7 
 4 files changed, 63 deletions(-)

diff --git a/dev-util/yuicompressor/Manifest b/dev-util/yuicompressor/Manifest
deleted file mode 100644
index be30e4dbba59..
--- a/dev-util/yuicompressor/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST yuicompressor-2.4.8.tar.gz 1254322 BLAKE2B 
a8918c10549fd48c758752611e270eb1ce3f8f6f86cf6f40d7644e985c7453cb11175ef290eeb5a538d3a7e4aca7ed8587448b3f9d67463548002859bfaaeb37
 SHA512 
cb955fc3677f930403f4f97aaad5d6ca5ec6ee834f464005ddfd8d83c4a532180859b72d55a4025b13f05a6a0146a1391d93668452e57035d4fc4f4d7f20d00b

diff --git a/dev-util/yuicompressor/metadata.xml 
b/dev-util/yuicompressor/metadata.xml
deleted file mode 100644
index 59bee32975c0..
--- a/dev-util/yuicompressor/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   
-   yui/yuicompressor
-   
-

diff --git a/dev-util/yuicompressor/yuicompressor-2.4.8-r2.ebuild 
b/dev-util/yuicompressor/yuicompressor-2.4.8-r2.ebuild
deleted file mode 100644
index c3ae956f568b..
--- a/dev-util/yuicompressor/yuicompressor-2.4.8-r2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-RHINO_JAR="lib/rhino-1.7R2.jar"
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-pkg-simple
-
-DESCRIPTION="JavaScript and CSS compressor"
-HOMEPAGE="http://yui.github.io/yuicompressor/";
-SRC_URI="https://github.com/yui/yuicompressor/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-CDEPEND="
-   dev-java/jargs:0"
-
-DEPEND="
-   ${CDEPEND}
-   >=virtual/jdk-1.6"
-
-RDEPEND="
-   ${CDEPEND}
-   >=virtual/jre-1.6"
-
-S="${WORKDIR}/${P}"
-JAVA_GENTOO_CLASSPATH="jargs"
-JAVA_GENTOO_CLASSPATH_EXTRA="${S}/${RHINO_JAR}"
-JAVA_SRC_DIR="src"
-
-java_prepare() {
-   # Rhino must stay bundled for now.
-   rm -v lib/jargs*.jar || die
-
-   # Normally build.xml does this.
-   sed -i "s/@VERSION@/${PV}/g" \
-   src/com/yahoo/platform/yui/compressor/YUICompressor.java || die
-}
-
-src_install() {
-   java-pkg-simple_src_install
-   java-pkg_newjar ${RHINO_JAR} rhino.jar # Install this last!!
-   java-pkg_dolauncher ${PN} --main 
com.yahoo.platform.yui.compressor.Bootstrap
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 87c88c38ccfa..2f33e80096b7 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -330,13 +330,6 @@ dev-ruby/minitest:0
 # Masked for removal in 30 days.
 dev-ruby/aws-s3
 
-# Marek Szuba  (2021-11-23)
-# No new releases since July 2013, no commits to upstream Git repository
-# since May 2019, long list of known issues (including Bug #681520),
-# unmaintained in Gentoo, EAPI 5. Consider using dev-util/uglifyjs instead.
-# Removal in 30 days. Bug #826470
-dev-util/yuicompressor
-
 # Volkmar W. Pogatzki  (2021-11-23)
 # Does not support updated dev-java/pdfbox-2.0.24, Bug #803488
 # Blocks (CVE-2018-11797, CVE-2021-{27807,27906,31811,31812})



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ttfunk/, profiles/

2021-12-22 Thread Jakov Smolić
commit: ccc8893c995158c9b1025aad5475bdaa81bf141e
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Dec 22 11:21:31 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Dec 22 11:23:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccc8893c

dev-ruby/ttfunk: drop 1.5.1

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

 dev-ruby/ttfunk/Manifest|  1 -
 dev-ruby/ttfunk/ttfunk-1.5.1.ebuild | 25 -
 profiles/package.mask   |  6 --
 3 files changed, 32 deletions(-)

diff --git a/dev-ruby/ttfunk/Manifest b/dev-ruby/ttfunk/Manifest
index c69f55b582eb..50acb2ac96d5 100644
--- a/dev-ruby/ttfunk/Manifest
+++ b/dev-ruby/ttfunk/Manifest
@@ -1,3 +1,2 @@
-DIST ttfunk-1.5.1.tar.gz 1454516 BLAKE2B 
08bb349f4289977b7391013a6686a05f27b4faea9f4b005a5056e525ce02fba2de43712e4538ccf17d967d9cc2c29cbb95e6fc39fc11b6c17291ceac54f63849
 SHA512 
6f2ffb30200b5b5d36150fe8e81e376e8f4ceec3ac4b1bfe9363191f37616f7a22849a826c19a87458ea5ca70c381e6f976311964bac113bfe5aa767d9e459d4
 DIST ttfunk-1.6.2.1.tar.gz 13625405 BLAKE2B 
c80fd7f534f7c22cce9ce3e87afe8b23870f46ac6a3a3dc860c07ef95e4e1a73998baa284797e704482fbc57ccd53997eb85f410244f4b4c548590643c62de49
 SHA512 
31dbcde0e7ca8325b7d88b1c5265ef054a04793b9da93e3c8973d0d84e6865bc93d8431247974ed372330a0a9b73df595ef4bea3736583cef2a23fcd4e1ecd29
 DIST ttfunk-1.7.0.tar.gz 13625349 BLAKE2B 
1d401d181eb9cffea9bbb31b631b6a5d1a9c268af41baa1d976ab589111413ad02e3c32ca9c7a0493d9399dc169effa7a06e22bc9b2443afabb297cc7bb0ec03
 SHA512 
5b026feae0b2a32e141edc6bccd926292ddbff1569f1c11f075647e8a0e6c0fdd4d7e4ecca023bf71f08438a4782556c5f5106d067310937124ad154c7225d78

diff --git a/dev-ruby/ttfunk/ttfunk-1.5.1.ebuild 
b/dev-ruby/ttfunk/ttfunk-1.5.1.ebuild
deleted file mode 100644
index 4d40795d0e73..
--- a/dev-ruby/ttfunk/ttfunk-1.5.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-inherit ruby-fakegem versionator
-
-DESCRIPTION="A TrueType font parser written in pure ruby"
-HOMEPAGE="https://github.com/prawnpdf/ttfunk/";
-SRC_URI="https://github.com/prawnpdf/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="|| ( GPL-2 GPL-3 Ruby )"
-SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-all_ruby_prepare() {
-   sed -i -e '/bundler/I s:^:#:' spec/spec_helper.rb || die
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 4c36802a2502..87c88c38ccfa 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -337,12 +337,6 @@ dev-ruby/aws-s3
 # Removal in 30 days. Bug #826470
 dev-util/yuicompressor
 
-# Hans de Graaff  (2021-11-23)
-# Obsolete slot, last release in 2017, uses EAPI 5.
-# Use one of the newer slots.
-# Masked for removal in 30 days.
-dev-ruby/ttfunk:1.5
-
 # Volkmar W. Pogatzki  (2021-11-23)
 # Does not support updated dev-java/pdfbox-2.0.24, Bug #803488
 # Blocks (CVE-2018-11797, CVE-2021-{27807,27906,31811,31812})



[gentoo-commits] repo/gentoo:master commit in: app-doc/selfhtml/, profiles/

2021-12-22 Thread Jakov Smolić
commit: 03ad5988db8d6f82638e72e59a8bd94d5885e8a3
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Dec 22 11:19:24 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Dec 22 11:23:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03ad5988

app-doc/selfhtml: treeclean

Closes: https://bugs.gentoo.org/826454
Signed-off-by: Jakov Smolić  gentoo.org>

 app-doc/selfhtml/Manifest  |  1 -
 app-doc/selfhtml/metadata.xml  |  6 --
 app-doc/selfhtml/selfhtml-8.1.2.ebuild | 20 
 profiles/package.mask  |  8 
 4 files changed, 35 deletions(-)

diff --git a/app-doc/selfhtml/Manifest b/app-doc/selfhtml/Manifest
deleted file mode 100644
index a1bf35c3c8d3..
--- a/app-doc/selfhtml/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST selfhtml812.zip 8435931 BLAKE2B 
cad5a3284b09b73c23d43b3655c2f1df16832c2ac46c6b7e135d233396653de387e18da5d786e3899539dcc32fc30be4f977bc9a1ca687962666d53527b47da3
 SHA512 
95df63a90ee42e5c890aa42453987821ded0b89d008cebd334f853ce638670cda7f352923130853a8b8af10a4a8caf0b69a3f887aec514bc2c0bc8eb0e8450a5

diff --git a/app-doc/selfhtml/metadata.xml b/app-doc/selfhtml/metadata.xml
deleted file mode 100644
index 7c487e08141e..
--- a/app-doc/selfhtml/metadata.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd";>
-
-
-
-

diff --git a/app-doc/selfhtml/selfhtml-8.1.2.ebuild 
b/app-doc/selfhtml/selfhtml-8.1.2.ebuild
deleted file mode 100644
index a856a39ecf60..
--- a/app-doc/selfhtml/selfhtml-8.1.2.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-S=${WORKDIR}
-TARGET=/usr/share/doc/${PF}/html
-DESCRIPTION="\"The\" German HTML/XHTML/CSS/XML/DHTML/CGI/Perl/JavaScript 
Documentation"
-SRC_URI="http://aktuell.de.selfhtml.org/cgi-bin/selfdown/download.pl/${PN}${PV//\./}.zip";
-HOMEPAGE="http://selfhtml.org";
-DEPEND="app-arch/unzip"
-SLOT="0"
-LICENSE="selfhtml"
-KEYWORDS="~alpha amd64 hppa ~mips ppc sparc x86"
-IUSE=""
-
-src_install() {
-   dodir "${TARGET}"
-   cp -pR "${S}/"* "${D}${TARGET}"
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 9803cc6ba6c2..aac1d562be1b 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -369,14 +369,6 @@ app-text/dbacl
 # Removal in 30 days
 net-misc/quagga
 
-# Marek Szuba  (2021-11-22)
-# Upstream switched from static documentation to the Wiki format
-# around 10 years ago, and the ebuild we've got in the tree was
-# massively outdated even then (our version: 812, last static
-# upstream version: 2001). No maintainer in Gentoo, EAPI 5.
-# Removal in 30 days. Bug #826454
-app-doc/selfhtml
-
 # Stephan Hartmann  (2021-11-22)
 # Dev channel releases are only for people who
 # are developers or want more experimental features



[gentoo-commits] repo/gentoo:master commit in: net-misc/quagga/files/, net-misc/quagga/, profiles/, ...

2021-12-22 Thread Jakov Smolić
commit: a0b4caeebfee75547a7525cbe8c3a112402ed395
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Dec 22 11:19:51 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Dec 22 11:23:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0b4caee

net-misc/quagga: treeclean

Bug: https://bugs.gentoo.org/825358
Signed-off-by: Jakov Smolić  gentoo.org>

 net-misc/quagga/Manifest   |   2 -
 .../files/quagga-0.99.22.4-ipctl-forwarding.patch  |  22 
 net-misc/quagga/files/quagga-services.init.3   |  43 ---
 net-misc/quagga/files/quagga.pam   |  26 
 net-misc/quagga/files/systemd/bgpd.service |  16 ---
 net-misc/quagga/files/systemd/isisd.service|  16 ---
 net-misc/quagga/files/systemd/nhrpd.service|  16 ---
 net-misc/quagga/files/systemd/ospf6d.service   |  16 ---
 net-misc/quagga/files/systemd/ospfd.service|  16 ---
 net-misc/quagga/files/systemd/pimd.service |  17 ---
 net-misc/quagga/files/systemd/quagga.conf  |   1 -
 net-misc/quagga/files/systemd/ripd.service |  16 ---
 net-misc/quagga/files/systemd/ripngd.service   |  16 ---
 net-misc/quagga/files/systemd/zebra.service|  16 ---
 net-misc/quagga/metadata.xml   |  53 
 net-misc/quagga/quagga-1.2.4-r2.ebuild | 135 -
 profiles/package.mask  |   7 --
 17 files changed, 434 deletions(-)

diff --git a/net-misc/quagga/Manifest b/net-misc/quagga/Manifest
deleted file mode 100644
index 579eea17a844..
--- a/net-misc/quagga/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST ht-20040304-classless-bgp.patch 1581 BLAKE2B 
64df9a86c235c4f6d35be0f19fe1b056958ae2fa28bd2e9e8d9902e569a8f9a2925ba45396bb92e345bfcaf8ca1ef9136a433c615a5bd12a279e7c062939549a
 SHA512 
3df102d8ab88aaee1f109a2310602d6f734f2268252e5e42df752df7db7abeac526e969289481c4abfe905dcd41c35dee65196c48ac320fe9d083305451476e8
-DIST quagga-1.2.4.tar.gz 2925847 BLAKE2B 
e0e8d8b8e2243bc5cecc2e66d26040780f839414a16fb8a719d25a6fe1c29dc8545a92700a3758100715e1efb3d874584903885af51ef9f5d88c4a02d02dbc74
 SHA512 
3e72440bcccfd3c1a449a62b7ff8623441256399a2bee0a39fa0a19694a5a78ac909c5c2128a24735bc034ea8b0811827293b480a2584a3a4c8ae36be9cf1fcd

diff --git a/net-misc/quagga/files/quagga-0.99.22.4-ipctl-forwarding.patch 
b/net-misc/quagga/files/quagga-0.99.22.4-ipctl-forwarding.patch
deleted file mode 100644
index f6b726b591f7..
--- a/net-misc/quagga/files/quagga-0.99.22.4-ipctl-forwarding.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Fix for missing definitions on some Hardened configurations
-Gentoo bug: https://bugs.gentoo.org/show_bug.cgi?id=437292
-
-diff -Naur quagga-0.99.16.orig/zebra/ipforward_sysctl.c 
quagga-0.99.16/zebra/ipforward_sysctl.c
 quagga-0.99.16.orig/zebra/ipforward_sysctl.c   2010-03-11 
12:11:32.0 -0500
-+++ quagga-0.99.16/zebra/ipforward_sysctl.c2010-03-11 12:11:39.0 
-0500
-@@ -31,6 +31,15 @@
- 
- #define MIB_SIZ 4
- 
-+/* Fix for recent (2.6.14) kernel headers */
-+#ifndef IPCTL_FORWARDING
-+#define IPCTL_FORWARDING   NET_IPV4_FORWARD
-+#endif
-+
-+#ifndef IP6CTL_FORWARDING
-+#define IP6CTL_FORWARDING  NET_IPV6_FORWARDING
-+#endif
-+
- extern struct zebra_privs_t zserv_privs;
- 
- /* IPv4 forwarding control MIB. */

diff --git a/net-misc/quagga/files/quagga-services.init.3 
b/net-misc/quagga/files/quagga-services.init.3
deleted file mode 100644
index e613b26abb03..
--- a/net-misc/quagga/files/quagga-services.init.3
+++ /dev/null
@@ -1,43 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-: ${CFGFILE:=/etc/quagga/${SVCNAME}.conf}
-
-pidfile=/run/quagga/${SVCNAME}.pid
-
-command=/usr/sbin/${SVCNAME}
-command_args="-d -f ${CFGFILE} ${EXTRA_OPTS} --pid_file ${pidfile}"
-
-get_service_config() {
-   [ -e "$CFGFILE" ] || return
-
-   awk '$1 == "'$1'" { s=$2 } END { print s }' "$CFGFILE"
-}
-
-depend() {
-   config "$CFGFILE"
-
-[ ${SVCNAME} = "zebra" ] && need net || need zebra
-
-   [ "$(get_service_config log)" = "syslog" ] && \
-   use logger
-}
-
-start_pre() {
-if [ ! -e "${CFGFILE}" ] ; then
-eerror "Before starting ${SVCNAME} you have to configure it, by 
creating"
-eerror "a ${CFGFILE} file."
-eerror ""
-eerror "A sample file has been installed in `echo 
/usr/share/doc/quagga-*/samples/${SVCNAME}.conf.sample*`"
-return 1
-fi
-
-   checkpath -d -m 0750 -o quagga:quagga /run/quagga
-
-   if [ ${SVCNAME} = "zebra" ]; then
-   ebegin "Cleaning up stale zebra routes..."
-   ip route flush proto zebra
-   eend $?
-   fi
-}

diff --git a/net-misc/quagga/files/quagga.pam b/net-misc/quagga/files/quagga.pam
deleted file mode 100644
index 9a91ad852fbd..
--- a/net-mi

[gentoo-commits] repo/gentoo:master commit in: profiles/, app-text/XML-Schema-learner/

2021-12-22 Thread Jakov Smolić
commit: d77b32d71f344b6f13eb86f1ae8a0398bcac3113
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Dec 22 10:44:40 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Dec 22 11:22:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d77b32d7

app-text/XML-Schema-learner: treeclean

Closes: https://bugs.gentoo.org/826386
Signed-off-by: Jakov Smolić  gentoo.org>

 app-text/XML-Schema-learner/Manifest   |  1 -
 .../XML-Schema-learner-1.0.1.ebuild| 41 --
 app-text/XML-Schema-learner/metadata.xml   | 24 -
 profiles/package.mask  |  6 
 4 files changed, 72 deletions(-)

diff --git a/app-text/XML-Schema-learner/Manifest 
b/app-text/XML-Schema-learner/Manifest
deleted file mode 100644
index 509e1b8e5563..
--- a/app-text/XML-Schema-learner/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST XML-Schema-learner-1.0.1.tar.gz 51057 BLAKE2B 
db9e5c6176484278fcc050c201f4ee3c560536fd1439cadf1f7c2be29e967ef9d84a488ec01045cc3887f527a0cbaf53649bdb4a505f11df17c5697b344a6fd3
 SHA512 
f357c1a99ac6a7f807538910dfe5e19b14f789046816d333cb031addfbffc0858fd5641f52dcd7304417d0cf0b6c45d1eb3f2092652c4891c09fc45dd26feb9d

diff --git a/app-text/XML-Schema-learner/XML-Schema-learner-1.0.1.ebuild 
b/app-text/XML-Schema-learner/XML-Schema-learner-1.0.1.ebuild
deleted file mode 100644
index c876bebfd7d5..
--- a/app-text/XML-Schema-learner/XML-Schema-learner-1.0.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Algorithmic inferencing of XML schema definitions and DTDs"
-HOMEPAGE="https://github.com/kore/XML-Schema-learner";
-SRC_URI="https://github.com/kore/XML-Schema-learner/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-
-# This test suite used to work but needs an update for modern versions
-# of PHPUnit. See https://github.com/kore/XML-Schema-learner/issues/6
-RESTRICT="test"
-
-# PHP dependency can be inferred from .travis.yml in the repository.
-# The necessary USE flags on the other hand were found the hard way.
-#
-# The dependencies here aren't as expressive as they should be. What we
-# really want is for php[...] to apply to everything in PHP_TARGETS, and
-# for those interpreters (the ones in PHP_TARGETS) to be used to run the
-# test suite.
-#
-# See bug #497606.
-#
-RDEPEND="dev-lang/php:*[cli,xml,xmlreader]"
-DEPEND="test? ( ${RDEPEND}
-   dev-php/phpunit )"
-
-src_compile() {
-   # Don't run make, the default target is 'check'.
-   :
-}
-
-src_install() {
-   emake DESTDIR="${D}" PREFIX="/usr" install
-   dodoc README.rst
-}

diff --git a/app-text/XML-Schema-learner/metadata.xml 
b/app-text/XML-Schema-learner/metadata.xml
deleted file mode 100644
index 4dcf546c3a51..
--- a/app-text/XML-Schema-learner/metadata.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd";>
-
-  
-m...@gentoo.org
-  
-  
-This software implements various state-of-the-art algorithms for
-algorithmic learning of XML Schema definitions and Document Type
-Definitions.
-
-Given a set or a single XML instance it can algorithmically infer
-a schema which describes the XML instances. The resulting schemas
-are of high-quality and human readable.
-
-The theory behind the project is described in Kore Nordmann's
-thesis, "Algorithmic learning of XML Schema definitions from XML
-data," available at
-
http://kore-nordmann.de/talks/11_03_learning_xml_schema_definitions_from_xml_data.pdf.
-  
-  
-kore/XML-Schema-learner
-  
-

diff --git a/profiles/package.mask b/profiles/package.mask
index 6adbcaaa381c..bc982a24f135 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -397,12 +397,6 @@ kde-misc/kimtoy
 # and accept a more unstable release.
 >=www-client/chromium-98
 
-# Michael Orlitzky  (2021-11-22)
-# Cool package, but no longer developed upstream, and my immediate use
-# for it has expired. No reverse dependencies, deprecated EAPI;
-# removal in 30 days.  Bug #826386.
-app-text/XML-Schema-learner
-
 # Mike Pagano  (2021-11-18)
 # Bug introduced in this version that can
 # cause system freeze with data loss.



[gentoo-commits] repo/gentoo:master commit in: profiles/, app-text/dbacl/

2021-12-22 Thread Jakov Smolić
commit: 7707f505b698768d0cd948f3e1392b4599c7b602
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Dec 22 11:20:41 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Dec 22 11:23:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7707f505

app-text/dbacl: treeclean

Closes: https://bugs.gentoo.org/756925
Closes: https://bugs.gentoo.org/689500
Signed-off-by: Jakov Smolić  gentoo.org>

 app-text/dbacl/Manifest|  2 --
 app-text/dbacl/dbacl-1.14.1.ebuild | 28 
 app-text/dbacl/dbacl-1.14.ebuild   | 27 ---
 app-text/dbacl/metadata.xml|  9 -
 profiles/package.mask  |  7 ---
 5 files changed, 73 deletions(-)

diff --git a/app-text/dbacl/Manifest b/app-text/dbacl/Manifest
deleted file mode 100644
index 931465f405e3..
--- a/app-text/dbacl/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST dbacl-1.14.1.tar.gz 923956 BLAKE2B 
a98b7e01a0cafaee8178120069beaa6fbfe716eaa02eeb9505aa498f11b1c54ef599ea3a40bbc6ddfe235d571f550381a9c8026e80208c56a4a44a80750f00e1
 SHA512 
910fe5d8e56a92a643f16eab73fc3376489f303e22c470b3d78428d65340b01073f336ac8febb7d911eae0995f08ba265cac09628efd55a64955814a810b7372
-DIST dbacl-1.14.tar.gz 922969 BLAKE2B 
9d16c1736b9bc062135daa2fd810b527324abe1fa4cdab650bee45949c21f44fef4197a09d9059e89bdc36dc038f073e7d67b295f6a460fad5dd22d688bd464d
 SHA512 
1cf0877c8bea9c47e055f9291efbb934b65cfd7d26d4ef375ee9fb154b557c691e760543254c5128eb1a04b0724462078f47477a91c4e396e7096ef88d2d77c9

diff --git a/app-text/dbacl/dbacl-1.14.1.ebuild 
b/app-text/dbacl/dbacl-1.14.1.ebuild
deleted file mode 100644
index ee861dd57ff3..
--- a/app-text/dbacl/dbacl-1.14.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Digramic Bayesian text classifier"
-HOMEPAGE="http://www.lbreyer.com/gpl.html";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~s390 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="interactive"
-
-RDEPEND="interactive? (
-   sys-libs/slang:=
-   sys-libs/readline:=
-   sys-libs/ncurses:= )"
-
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-   # See bug #352636 for reference
-   export ac_cv_lib_ncurses_initscr=$(usex interactive)
-   export ac_cv_lib_readline_readline=$(usex interactive)
-   export ac_cv_lib_slang_SLsmg_init_smg=$(usex interactive)
-   default
-}

diff --git a/app-text/dbacl/dbacl-1.14.ebuild b/app-text/dbacl/dbacl-1.14.ebuild
deleted file mode 100644
index 2d58f06146d4..
--- a/app-text/dbacl/dbacl-1.14.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Digramic Bayesian text classifier"
-HOMEPAGE="http://www.lbreyer.com/gpl.html";
-SRC_URI="http://www.lbreyer.com/gpl/${P}.tar.gz";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~s390 x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="interactive"
-
-RDEPEND="interactive? (
-   sys-libs/slang:=
-   sys-libs/readline:=
-   sys-libs/ncurses:= )"
-
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-   # See bug #352636 for reference
-   export ac_cv_lib_ncurses_initscr=$(usex interactive)
-   export ac_cv_lib_readline_readline=$(usex interactive)
-   export ac_cv_lib_slang_SLsmg_init_smg=$(usex interactive)
-}

diff --git a/app-text/dbacl/metadata.xml b/app-text/dbacl/metadata.xml
deleted file mode 100644
index a7fbda3ebab2..
--- a/app-text/dbacl/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd";>
-
-
-
-Enable the interactive mailinspect ability
-
-dbacl is a fast Bayesian text and email classifier. It builds 
a variety of language models using maximum entropy (minimum divergence) 
principles, and these can then be used to categorize input data automatically 
among multiple categories.
-

diff --git a/profiles/package.mask b/profiles/package.mask
index 6db2b9bd5eac..4c36802a2502 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -348,13 +348,6 @@ dev-ruby/ttfunk:1.5
 # Blocks (CVE-2018-11797, CVE-2021-{27807,27906,31811,31812})
 dev-tex/pdfannotextractor
 
-# Marek Szuba  (2021-11-23)
-# No releases or repo activity upstream since 2013, both versions currently
-# in the tree fail to build (for different reasons), unmaintained in Gentoo,
-# stable ebuild uses EAPI 5.
-# Removal in 30 days. Bug #756925
-app-text/dbacl
-
 # Stephan Hartmann  (2021-11-22)
 # Dev channel releases are only for people who
 # are developers or want more experimental features



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

2021-12-22 Thread Jakov Smolić
commit: 86cbe3739b9c44ebdf7cf241ba973bf91940feeb
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Dec 22 11:25:30 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Dec 22 11:25:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86cbe373

media-libs/libopenmpt: Stabilize 0.5.14 amd64, #829780

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

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

diff --git a/media-libs/libopenmpt/libopenmpt-0.5.14.ebuild 
b/media-libs/libopenmpt/libopenmpt-0.5.14.ebuild
index ecc623d23085..355417353980 100644
--- a/media-libs/libopenmpt/libopenmpt-0.5.14.ebuild
+++ b/media-libs/libopenmpt/libopenmpt-0.5.14.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://lib.openmpt.org/libopenmpt/";
 SRC_URI="https://lib.openmpt.org/files/libopenmpt/src/${MY_P}.tar.gz";
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~riscv ~x86"
 IUSE="examples mp3 ogg static-libs test vorbis zlib"
 RESTRICT="!test? ( test )"
 



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

2021-12-22 Thread Jakov Smolić
commit: 9e7cd67a71eb36afee487d510bf56555871e8079
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Dec 22 11:25:24 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Dec 22 11:25:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e7cd67a

media-gfx/gscan2pdf: Stabilize 2.12.4 amd64, #829779

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

 media-gfx/gscan2pdf/gscan2pdf-2.12.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/gscan2pdf/gscan2pdf-2.12.4.ebuild 
b/media-gfx/gscan2pdf/gscan2pdf-2.12.4.ebuild
index 95400d8c0659..400949439485 100644
--- a/media-gfx/gscan2pdf/gscan2pdf-2.12.4.ebuild
+++ b/media-gfx/gscan2pdf/gscan2pdf-2.12.4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-12-22 Thread Jakov Smolić
commit: 1cf47575492452b6c2d6a4b22fb7a52d2af689aa
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Dec 22 11:25:29 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Dec 22 11:25:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cf47575

media-sound/audacious: Stabilize 4.1 amd64, #829780

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

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

diff --git a/media-sound/audacious/audacious-4.1.ebuild 
b/media-sound/audacious/audacious-4.1.ebuild
index 3203374019e0..e5e8c7af2f8e 100644
--- a/media-sound/audacious/audacious-4.1.ebuild
+++ b/media-sound/audacious/audacious-4.1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://audacious-media-player.org/";
 SRC_URI="https://distfiles.audacious-media-player.org/${MY_P}.tar.bz2";
 SRC_URI+=" mirror://gentoo/gentoo_ice-xmms-0.2.tar.bz2"
 
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv ~x86"
 LICENSE="BSD-2"
 SLOT="0"
 IUSE="nls"



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

2021-12-22 Thread Jakov Smolić
commit: 368e38496ac157db291acb822ecedad07f4890ee
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Dec 22 11:25:31 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Dec 22 11:25:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=368e3849

media-plugins/audacious-plugins: Stabilize 4.1 amd64, #829780

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

 media-plugins/audacious-plugins/audacious-plugins-4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/audacious-plugins/audacious-plugins-4.1.ebuild 
b/media-plugins/audacious-plugins/audacious-plugins-4.1.ebuild
index 54a949a3a1f4..f22a60ed2049 100644
--- a/media-plugins/audacious-plugins/audacious-plugins-4.1.ebuild
+++ b/media-plugins/audacious-plugins/audacious-plugins-4.1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Lightweight and versatile audio player"
 HOMEPAGE="https://audacious-media-player.org/";
 SRC_URI="https://distfiles.audacious-media-player.org/${MY_P}.tar.bz2";
 
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv ~x86"
 LICENSE="GPL-2"
 SLOT="0"
 IUSE="



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

2021-12-22 Thread Jakov Smolić
commit: 859ed6bf24627482696769afd75b0e4af7643715
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Dec 22 11:31:12 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Dec 22 11:31:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=859ed6bf

sys-kernel/gentoo-kernel: Stabilize 5.4.166 x86, #829458

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

 sys-kernel/gentoo-kernel/gentoo-kernel-5.4.166.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.166.ebuild 
b/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.166.ebuild
index d1524b22a60c..676dbde3fd65 100644
--- a/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.166.ebuild
+++ b/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.166.ebuild
@@ -39,7 +39,7 @@ SRC_URI+="
 S=${WORKDIR}/${MY_P}
 
 LICENSE="GPL-2"
-KEYWORDS="amd64 arm64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 arm64 ~ppc ppc64 x86"
 IUSE="debug"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-kernel/gentoo-kernel-bin/

2021-12-22 Thread Jakov Smolić
commit: 54db6ca39de2e339de0bd1403c6a29f525798e9b
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Dec 22 11:31:18 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Dec 22 11:31:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54db6ca3

sys-kernel/gentoo-kernel-bin: Stabilize 5.10.85 x86, #829459

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

 sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.10.85.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.10.85.ebuild 
b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.10.85.ebuild
index fe646cb61590..9c2531362fea 100644
--- a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.10.85.ebuild
+++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.10.85.ebuild
@@ -34,7 +34,7 @@ SRC_URI+="
 S=${WORKDIR}
 
 LICENSE="GPL-2"
-KEYWORDS="amd64 arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 arm64 ~ppc64 x86"
 
 RDEPEND="
!sys-kernel/gentoo-kernel:${SLOT}"



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

2021-12-22 Thread Jakov Smolić
commit: 050eda91b270c379ffa367c5d057f81485b34d26
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Dec 22 11:31:19 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Dec 22 11:31:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=050eda91

virtual/dist-kernel: Stabilize 5.10.85 x86, #829459

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

 virtual/dist-kernel/dist-kernel-5.10.85.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/dist-kernel/dist-kernel-5.10.85.ebuild 
b/virtual/dist-kernel/dist-kernel-5.10.85.ebuild
index ae82fc474526..340ca7eb117e 100644
--- a/virtual/dist-kernel/dist-kernel-5.10.85.ebuild
+++ b/virtual/dist-kernel/dist-kernel-5.10.85.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm arm64 ppc64 ~x86"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86"
 
 RDEPEND="
|| (



[gentoo-commits] repo/gentoo:master commit in: sys-kernel/gentoo-kernel-bin/

2021-12-22 Thread Jakov Smolić
commit: ffa47095210e4beeb20c17d0faa859195b58d607
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Dec 22 11:31:13 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Dec 22 11:31:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffa47095

sys-kernel/gentoo-kernel-bin: Stabilize 5.4.166 x86, #829458

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

 sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.166.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.166.ebuild 
b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.166.ebuild
index 7273b23c65f1..4a40d43815cc 100644
--- a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.166.ebuild
+++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.166.ebuild
@@ -34,7 +34,7 @@ SRC_URI+="
 S=${WORKDIR}
 
 LICENSE="GPL-2"
-KEYWORDS="amd64 arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 arm64 ~ppc64 x86"
 
 RDEPEND="
!sys-kernel/gentoo-kernel:${SLOT}"



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

2021-12-22 Thread Jakov Smolić
commit: ef3fb476862d56091284a19161306789bbfa1031
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Dec 22 11:31:17 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Dec 22 11:31:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef3fb476

sys-kernel/gentoo-kernel: Stabilize 5.10.85 x86, #829459

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

 sys-kernel/gentoo-kernel/gentoo-kernel-5.10.85.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-5.10.85.ebuild 
b/sys-kernel/gentoo-kernel/gentoo-kernel-5.10.85.ebuild
index 078eafe4d3b0..4cef750bb386 100644
--- a/sys-kernel/gentoo-kernel/gentoo-kernel-5.10.85.ebuild
+++ b/sys-kernel/gentoo-kernel/gentoo-kernel-5.10.85.ebuild
@@ -39,7 +39,7 @@ SRC_URI+="
 S=${WORKDIR}/${MY_P}
 
 LICENSE="GPL-2"
-KEYWORDS="amd64 ~arm arm64 ppc64 ~x86"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86"
 IUSE="debug hardened"
 REQUIRED_USE="arm? ( savedconfig )"
 



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

2021-12-22 Thread Jakov Smolić
commit: 5736ec91ed2a2b0aef0ed52cd2f0b072c04c3dda
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Dec 22 11:31:14 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Dec 22 11:31:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5736ec91

virtual/dist-kernel: Stabilize 5.4.166 x86, #829458

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

 virtual/dist-kernel/dist-kernel-5.4.166.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/dist-kernel/dist-kernel-5.4.166.ebuild 
b/virtual/dist-kernel/dist-kernel-5.4.166.ebuild
index effda7e37981..a20b3979391a 100644
--- a/virtual/dist-kernel/dist-kernel-5.4.166.ebuild
+++ b/virtual/dist-kernel/dist-kernel-5.4.166.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0/${PV}"
-KEYWORDS="amd64 arm64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 arm64 ~ppc ppc64 x86"
 
 RDEPEND="
|| (



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

2021-12-22 Thread Michał Górny
commit: 2a70728c7d67fb257d5dc4f643c72cf492a92293
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Dec 22 11:53:08 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Dec 22 11:53:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a70728c

virtual/dist-kernel: Remove old

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

 virtual/dist-kernel/dist-kernel-5.10.84.ebuild | 19 ---
 virtual/dist-kernel/dist-kernel-5.10.86.ebuild | 19 ---
 virtual/dist-kernel/dist-kernel-5.15.9.ebuild  | 19 ---
 virtual/dist-kernel/dist-kernel-5.4.164.ebuild | 19 ---
 4 files changed, 76 deletions(-)

diff --git a/virtual/dist-kernel/dist-kernel-5.10.84.ebuild 
b/virtual/dist-kernel/dist-kernel-5.10.84.ebuild
deleted file mode 100644
index 340ca7eb117e..
--- a/virtual/dist-kernel/dist-kernel-5.10.84.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Virtual to depend on any Distribution Kernel"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm arm64 ppc64 x86"
-
-RDEPEND="
-   || (
-   ~sys-kernel/gentoo-kernel-${PV}
-   ~sys-kernel/gentoo-kernel-bin-${PV}
-   ~sys-kernel/vanilla-kernel-${PV}
-   )"

diff --git a/virtual/dist-kernel/dist-kernel-5.10.86.ebuild 
b/virtual/dist-kernel/dist-kernel-5.10.86.ebuild
deleted file mode 100644
index 42356c342fbe..
--- a/virtual/dist-kernel/dist-kernel-5.10.86.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Virtual to depend on any Distribution Kernel"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-
-RDEPEND="
-   || (
-   ~sys-kernel/gentoo-kernel-${PV}
-   ~sys-kernel/gentoo-kernel-bin-${PV}
-   ~sys-kernel/vanilla-kernel-${PV}
-   )"

diff --git a/virtual/dist-kernel/dist-kernel-5.15.9.ebuild 
b/virtual/dist-kernel/dist-kernel-5.15.9.ebuild
deleted file mode 100644
index 42356c342fbe..
--- a/virtual/dist-kernel/dist-kernel-5.15.9.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Virtual to depend on any Distribution Kernel"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-
-RDEPEND="
-   || (
-   ~sys-kernel/gentoo-kernel-${PV}
-   ~sys-kernel/gentoo-kernel-bin-${PV}
-   ~sys-kernel/vanilla-kernel-${PV}
-   )"

diff --git a/virtual/dist-kernel/dist-kernel-5.4.164.ebuild 
b/virtual/dist-kernel/dist-kernel-5.4.164.ebuild
deleted file mode 100644
index 98a5bc7d0b98..
--- a/virtual/dist-kernel/dist-kernel-5.4.164.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Virtual to depend on any Distribution Kernel"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0/${PV}"
-KEYWORDS="amd64 arm64 ppc64 x86"
-
-RDEPEND="
-   || (
-   ~sys-kernel/gentoo-kernel-${PV}
-   ~sys-kernel/gentoo-kernel-bin-${PV}
-   ~sys-kernel/vanilla-kernel-${PV}
-   )"



[gentoo-commits] repo/gentoo:master commit in: sys-kernel/gentoo-kernel-bin/

2021-12-22 Thread Michał Górny
commit: 3ee532e22a84e05cff6511cdd4fe04e88d0c6dc5
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Dec 22 11:52:52 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Dec 22 11:52:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ee532e2

sys-kernel/gentoo-kernel-bin: Remove old

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

 sys-kernel/gentoo-kernel-bin/Manifest  |  24 
 .../gentoo-kernel-bin-5.10.84.ebuild   | 125 -
 .../gentoo-kernel-bin-5.10.86.ebuild   | 125 -
 .../gentoo-kernel-bin-5.15.9.ebuild| 125 -
 .../gentoo-kernel-bin-5.4.164.ebuild   | 125 -
 5 files changed, 524 deletions(-)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index 2ffa209f5fe9..0d2a2748f37f 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -1,35 +1,19 @@
-DIST genpatches-5.10-91.base.tar.xz 2708936 BLAKE2B 
65251dd2fe437bf95f82ff3c3b82c58a4138a7b1ec84c232f8f80ee1355e61a7bf793e8a59de80bff8caa3a9a7b8d1b0dce990b536515fb2911cb27df67174b4
 SHA512 
92550863b8232a91b39445b392c6de7471f1f9c9c5fb541858ecd93d283fca2e500e937208d7a3922e8984ed41ec7396339b563c94d31c49c3aa28e4119da906
-DIST genpatches-5.10-91.extras.tar.xz 3844 BLAKE2B 
caf397547329c9656aea77d1c68bcf73819b2f5bcd5530f728ad315eac86fceaeda88aa1d3fcfad928e7c97f2a7b148c85500574a0a52130c3289a47de140a0b
 SHA512 
ca5fa3a15abf90931b0c6e7eefb3d1253e934d2d71162e057fa99ddfc19524335e34fdbbc83a261ea97debd5051c823aeefc02d6a308eace1b44e9c0c736447f
 DIST genpatches-5.10-92.base.tar.xz 2744152 BLAKE2B 
17fb94359b2c2c137093fb7d54a6e85b3a986837f6509a40815582e5e1cfae504b3340281199020388eef0be5406b9b7cdadd6395fc418c968dbbc22093965dc
 SHA512 
53fe7c3b446a4fac5d1d10fe17e124414506c1f5fe53d810085c3f754a44cafbb54f3da7f3fd2000470edf4a834b4433d96c6ef63785b8019533624b46a8f351
 DIST genpatches-5.10-92.extras.tar.xz 3844 BLAKE2B 
0adbc9d201b5ef2f9ccca1e05bd2b4d086ceae9545526bf92a5e9704d63827b3df1f0f784155a517c989cb9fc87fa3203cf45cb5cf8212b8b30dc03a318579fb
 SHA512 
1ac5acb0734ce0ed89c0358ba13f14abc54e63ebb20ad7a32b2ab5e7491f26a0f9efccdb9322ae35c8b4dd29e64b9a27892fe04a92938e9b439ea13028a61f79
-DIST genpatches-5.10-93.base.tar.xz 2744560 BLAKE2B 
485d90002a0dbd811eae853d5fd080683a915ee064e539432edf8c763ede0af8aab994381b3d62b13039fb7d5fbbf8840c9d964dab7577066303ac1d5e6ea165
 SHA512 
2eff7fc0db785913a3c43cb960a136d8209a727608c91157580e3c30a26a85f72f1befa07630ce9e2a8dbb73257e0e685f560f3deb2bfd831555b92ce1e4b910
-DIST genpatches-5.10-93.extras.tar.xz 3844 BLAKE2B 
679a8530673988a4c3307aa322164bc2194299e9eeb5823571234d075839ec66ef8592ebdd324c0ef999e9297eafb897b04326ea207db76277837b1a3deb303d
 SHA512 
46a3079a340dae831183878fda86f19fd687c6861a06f1eca900ebddb6efba98d773b6869d2ab0729d449e9506f8636ada5a063aef6267bf0324a7da74eb70b7
 DIST genpatches-5.10-94.base.tar.xz 2750672 BLAKE2B 
a504548a085dc347be062a5ce44c80983a9dea51389002c6a131678111007c41185572486ea3b2c3173114fcb93eed4dc3482442ffabe7a0aedf1f0b658ecdbb
 SHA512 
c8be80f7b275f5ecc5a4efc5c7c031927a96199481078fbf0f38378b492f92d593689de7ee08de5ac1b7a5de1e838fcecaeba092d527aa45e5f73821b0be826b
 DIST genpatches-5.10-94.extras.tar.xz 3840 BLAKE2B 
842c7a0ce6a2663fbe84b9e64ebdcd478b0c7c6f09e6cc445633bc6619f19c4330414f5087c6360f402aea60aea4bc7717b7c336720b858768b876aafcbbc95f
 SHA512 
976232c1cb16c5eac908176645f077e7de3e98f3ad3f089dc8d77480fd88117e251dac3eb36564a4fba715d6dd0efe8c8bfe5bce6d4ce62ba1dfce85b79be9a6
 DIST genpatches-5.14-24.base.tar.xz 865892 BLAKE2B 
5855b54e7ad2fe9fec353706d026b774c939f82967af5b57c41245762e0ea7fd18731faf1251b1b7aa814c2949d354ff24ce9f078dc68a5c8409490e5517462b
 SHA512 
d83feb3e3c9a32df559fd25b598cb358987f076c107a233a8503390f85132fe6d2a62ee163482439308fa7a62d15aa83ebf9bebaabe0e631eb831fbbbfb700c8
 DIST genpatches-5.14-24.extras.tar.xz 3844 BLAKE2B 
b11a8019a920d12c848fdc34514ed7352217e41f659bb7935c6211132897e8f948a8ebfd281b89e67e3993e3e5a03f2f32b0b4d3b73f5d1228e65812cf6cbeea
 SHA512 
a2b757955740078aa3891a6a696bd50fa35606bfc6dac0e739abe2869d5322554417b4bfd6a989d23a2d31bea14c06294747578025ffac3d77e8a91ea16f4ee6
-DIST genpatches-5.15-11.base.tar.xz 551644 BLAKE2B 
fc52fcd6b02396c6bb06cb9f5a19bc2e0701ba818cc24447f7d588344726a2152e444ae850936c10879dfb810cb2ee82c006752fb45de47885bb769c5d119a43
 SHA512 
0df194f7bc113a1e73fa8392285bf06bd42644ab4a3d8b5a5eca1ae88475cad3d931fad58834fef3ee1be76db0c79a29255dcb8afad62792591caaccf3d83d21
-DIST genpatches-5.15-11.extras.tar.xz 3844 BLAKE2B 
667bc393b599d2e8d902d70f5494e93c647a99319bf8dae86dcea24f53de96faa29ff8c399e5a7fa610a47f606aef21532454ec08d256554a27055125fe7a033
 SHA512 
08ded339321593aae6a2b18aee4eeb4d56256f7732b90319060d1a80d7e7392d5fd3fd8b65fd307f40c83096a8ebd53a3a6e4f491a2623c702e9a32a37d1e89b
 DIST genpatches-5.15-12.base.tar.xz 562448 BLAKE2B 
f9bb15119aed4b64c5e4ec78cb108baea49615b2114d5d64e86b24c3fb6d1e010ca12

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

2021-12-22 Thread Michał Górny
commit: 8b20ad5d8c48c71021bfa34c919bef8c6fe57122
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Dec 22 11:52:57 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Dec 22 11:52:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b20ad5d

sys-kernel/gentoo-kernel: Remove old

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

 sys-kernel/gentoo-kernel/Manifest  |   8 --
 .../gentoo-kernel/gentoo-kernel-5.10.84.ebuild | 119 
 .../gentoo-kernel/gentoo-kernel-5.10.86.ebuild | 124 -
 .../gentoo-kernel/gentoo-kernel-5.15.9.ebuild  | 124 -
 .../gentoo-kernel/gentoo-kernel-5.4.164.ebuild |  91 ---
 5 files changed, 466 deletions(-)

diff --git a/sys-kernel/gentoo-kernel/Manifest 
b/sys-kernel/gentoo-kernel/Manifest
index 7d4d3e808d08..ef4f60ae21a1 100644
--- a/sys-kernel/gentoo-kernel/Manifest
+++ b/sys-kernel/gentoo-kernel/Manifest
@@ -1,19 +1,11 @@
-DIST genpatches-5.10-91.base.tar.xz 2708936 BLAKE2B 
65251dd2fe437bf95f82ff3c3b82c58a4138a7b1ec84c232f8f80ee1355e61a7bf793e8a59de80bff8caa3a9a7b8d1b0dce990b536515fb2911cb27df67174b4
 SHA512 
92550863b8232a91b39445b392c6de7471f1f9c9c5fb541858ecd93d283fca2e500e937208d7a3922e8984ed41ec7396339b563c94d31c49c3aa28e4119da906
-DIST genpatches-5.10-91.extras.tar.xz 3844 BLAKE2B 
caf397547329c9656aea77d1c68bcf73819b2f5bcd5530f728ad315eac86fceaeda88aa1d3fcfad928e7c97f2a7b148c85500574a0a52130c3289a47de140a0b
 SHA512 
ca5fa3a15abf90931b0c6e7eefb3d1253e934d2d71162e057fa99ddfc19524335e34fdbbc83a261ea97debd5051c823aeefc02d6a308eace1b44e9c0c736447f
 DIST genpatches-5.10-92.base.tar.xz 2744152 BLAKE2B 
17fb94359b2c2c137093fb7d54a6e85b3a986837f6509a40815582e5e1cfae504b3340281199020388eef0be5406b9b7cdadd6395fc418c968dbbc22093965dc
 SHA512 
53fe7c3b446a4fac5d1d10fe17e124414506c1f5fe53d810085c3f754a44cafbb54f3da7f3fd2000470edf4a834b4433d96c6ef63785b8019533624b46a8f351
 DIST genpatches-5.10-92.extras.tar.xz 3844 BLAKE2B 
0adbc9d201b5ef2f9ccca1e05bd2b4d086ceae9545526bf92a5e9704d63827b3df1f0f784155a517c989cb9fc87fa3203cf45cb5cf8212b8b30dc03a318579fb
 SHA512 
1ac5acb0734ce0ed89c0358ba13f14abc54e63ebb20ad7a32b2ab5e7491f26a0f9efccdb9322ae35c8b4dd29e64b9a27892fe04a92938e9b439ea13028a61f79
-DIST genpatches-5.10-93.base.tar.xz 2744560 BLAKE2B 
485d90002a0dbd811eae853d5fd080683a915ee064e539432edf8c763ede0af8aab994381b3d62b13039fb7d5fbbf8840c9d964dab7577066303ac1d5e6ea165
 SHA512 
2eff7fc0db785913a3c43cb960a136d8209a727608c91157580e3c30a26a85f72f1befa07630ce9e2a8dbb73257e0e685f560f3deb2bfd831555b92ce1e4b910
-DIST genpatches-5.10-93.extras.tar.xz 3844 BLAKE2B 
679a8530673988a4c3307aa322164bc2194299e9eeb5823571234d075839ec66ef8592ebdd324c0ef999e9297eafb897b04326ea207db76277837b1a3deb303d
 SHA512 
46a3079a340dae831183878fda86f19fd687c6861a06f1eca900ebddb6efba98d773b6869d2ab0729d449e9506f8636ada5a063aef6267bf0324a7da74eb70b7
 DIST genpatches-5.10-94.base.tar.xz 2750672 BLAKE2B 
a504548a085dc347be062a5ce44c80983a9dea51389002c6a131678111007c41185572486ea3b2c3173114fcb93eed4dc3482442ffabe7a0aedf1f0b658ecdbb
 SHA512 
c8be80f7b275f5ecc5a4efc5c7c031927a96199481078fbf0f38378b492f92d593689de7ee08de5ac1b7a5de1e838fcecaeba092d527aa45e5f73821b0be826b
 DIST genpatches-5.10-94.extras.tar.xz 3840 BLAKE2B 
842c7a0ce6a2663fbe84b9e64ebdcd478b0c7c6f09e6cc445633bc6619f19c4330414f5087c6360f402aea60aea4bc7717b7c336720b858768b876aafcbbc95f
 SHA512 
976232c1cb16c5eac908176645f077e7de3e98f3ad3f089dc8d77480fd88117e251dac3eb36564a4fba715d6dd0efe8c8bfe5bce6d4ce62ba1dfce85b79be9a6
 DIST genpatches-5.14-24.base.tar.xz 865892 BLAKE2B 
5855b54e7ad2fe9fec353706d026b774c939f82967af5b57c41245762e0ea7fd18731faf1251b1b7aa814c2949d354ff24ce9f078dc68a5c8409490e5517462b
 SHA512 
d83feb3e3c9a32df559fd25b598cb358987f076c107a233a8503390f85132fe6d2a62ee163482439308fa7a62d15aa83ebf9bebaabe0e631eb831fbbbfb700c8
 DIST genpatches-5.14-24.extras.tar.xz 3844 BLAKE2B 
b11a8019a920d12c848fdc34514ed7352217e41f659bb7935c6211132897e8f948a8ebfd281b89e67e3993e3e5a03f2f32b0b4d3b73f5d1228e65812cf6cbeea
 SHA512 
a2b757955740078aa3891a6a696bd50fa35606bfc6dac0e739abe2869d5322554417b4bfd6a989d23a2d31bea14c06294747578025ffac3d77e8a91ea16f4ee6
-DIST genpatches-5.15-11.base.tar.xz 551644 BLAKE2B 
fc52fcd6b02396c6bb06cb9f5a19bc2e0701ba818cc24447f7d588344726a2152e444ae850936c10879dfb810cb2ee82c006752fb45de47885bb769c5d119a43
 SHA512 
0df194f7bc113a1e73fa8392285bf06bd42644ab4a3d8b5a5eca1ae88475cad3d931fad58834fef3ee1be76db0c79a29255dcb8afad62792591caaccf3d83d21
-DIST genpatches-5.15-11.extras.tar.xz 3844 BLAKE2B 
667bc393b599d2e8d902d70f5494e93c647a99319bf8dae86dcea24f53de96faa29ff8c399e5a7fa610a47f606aef21532454ec08d256554a27055125fe7a033
 SHA512 
08ded339321593aae6a2b18aee4eeb4d56256f7732b90319060d1a80d7e7392d5fd3fd8b65fd307f40c83096a8ebd53a3a6e4f491a2623c702e9a32a37d1e89b
 DIST genpatches-5.15-12.base.tar.xz 562448 BLAKE2B 
f9bb15119aed4b64c5e4ec78cb108baea49615b2114d5d64e86b24c3fb6d1e010ca120a4e527924229fca20559c65d8a58

[gentoo-commits] repo/gentoo:master commit in: sys-kernel/vanilla-kernel/

2021-12-22 Thread Michał Górny
commit: fbefab35c7079fb7307c1872c066da9106d7f6d8
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Dec 22 11:53:01 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Dec 22 11:53:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbefab35

sys-kernel/vanilla-kernel: Remove old

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

 sys-kernel/vanilla-kernel/Manifest |   8 --
 .../vanilla-kernel/vanilla-kernel-5.10.84.ebuild   | 125 
 .../vanilla-kernel/vanilla-kernel-5.10.86.ebuild   | 130 -
 .../vanilla-kernel/vanilla-kernel-5.15.9.ebuild| 129 
 .../vanilla-kernel/vanilla-kernel-5.4.164.ebuild   | 102 
 5 files changed, 494 deletions(-)

diff --git a/sys-kernel/vanilla-kernel/Manifest 
b/sys-kernel/vanilla-kernel/Manifest
index cf62fdfb1ee1..70d1c26ad32e 100644
--- a/sys-kernel/vanilla-kernel/Manifest
+++ b/sys-kernel/vanilla-kernel/Manifest
@@ -17,22 +17,14 @@ DIST kernel-x86_64-fedora.config.5.10.12 206357 BLAKE2B 
0eda9d4f3f973336cabd67c1
 DIST kernel-x86_64-fedora.config.5.14.20 220444 BLAKE2B 
7cd8a820ce47d8f9fa6271df0ed4330cdf43345676a5baadd6d32da22f7962bd4fc0ea436e0e86a82e1a35d585b509379e6c40d6a0065b44839e6db76c3950ff
 SHA512 
3229eeaebd52a8f57790c23c8ac027a2cce3eb43a8ef9b6cb8e54cd8b24405dc31d203a81188dbfb4bade814adffba471051f434e2b947f3cce1fda5645e489c
 DIST kernel-x86_64-fedora.config.5.15.7 223682 BLAKE2B 
6198dec51d2a473b5eba319383a00d0b640267b778bd291af992a67122a7d1bfcc1991a56c42e59ded64503e445baeca753cbde5ca4910b3cc4644819137f8bb
 SHA512 
d73848535baa276a129ac5f0674dba24eca7bb56a8195d24cb1bdf6c68f17e8a1734dd67636ab73c103c2a42de1e7a9692c7f816406b1280ffaebc93cb465c5d
 DIST kernel-x86_64.config.5.4.21 184907 BLAKE2B 
0eb2b07c14cea7545350fcdf3a94f2a531f0137c502ebda9299cacf44da5385686e2049b480b28bc153c9d413d453cfe682b9655eefe70428cb720f57c7bd200
 SHA512 
f3b3ee6841555ac3a9cc11536a7d44e1a5a8df2bab14ba341fda7df1ceb0de45cf1c799a1d54a64f2858fd1272d348bb52cf269ffa396878c5402baf2730237f
-DIST linux-5.10.84.tar.sign 991 BLAKE2B 
26c63b10c0cbc91753a31bbcee350aa5208a0d6ab02ab0e85ee9c3d02da7014e5f23328e0a42d6b43a5f41cc28d5bf86762ed05e7c589686df44ed56c697bf52
 SHA512 
2c586585ba113737f3f7539f389018b7215f0e9d37df49a25cdd29270773a95ce25120dcba949a339905da0408fa345717dd04952f70393f393f74917b131e30
-DIST linux-5.10.84.tar.xz 116471800 BLAKE2B 
6ae790887669980cfc545e88f87033f42f97efa353e0e429498edd7804c767c9b70f4bf30ae9de5e9ebfbb8f1f7b947cee560c2eb3199676be11edaf5adbf559
 SHA512 
33ac25c433c212fe5a43fc97ed01b67b638cf55144713780039d027c8475dd0e16f6a1c596dfac7e3699fc4a0156462664a2baf790a9d5aa45872a463fe5c1c0
 DIST linux-5.10.85.tar.sign 991 BLAKE2B 
a15ca5ba6b75d8ab118c7c578a33d47224f9b2c9382190ca1656c66e5391b6865c7a88cd33f6e28f0e905ac40995992c7d356fc666f692355bdf8dfb603d8fcd
 SHA512 
6142795d2e689a4a4140122ec1559db02e78fd6c766e9d3ac4bafbbde2b4ab12bfeb7b6d7be91ce19b6e04e488eb15b90f3f56f83e2c999b7b64d37b7867bea8
 DIST linux-5.10.85.tar.xz 116476312 BLAKE2B 
629b8423f29454b25a76165933ff82a50d8d80826465529814465862869a0721775f344c738731cc3895cad11043efdf76ed909c1db5782f55c608599a118064
 SHA512 
9c8d9fc12c48c7c1c4691ca95de4f06c148686618013546d848a3d463261961e473ac9abe909ba3b79d1bbd5291153c797cde577b10990c825ab14cc1ee0c21c
-DIST linux-5.10.86.tar.sign 991 BLAKE2B 
94e8b69fd6132c0265c0352e462fba2765ecf237891b89f98acd8af544048f89ddc14235878dc5c42b87b53649f86be6301e58b3b4e3489eb9ba3762ad79a512
 SHA512 
b0b21ee58ccb91b469590c9ca69f87bab3291df3ed99bd5db0c0512bec650e02634c616cc3579ea05b5f76695cffa7a237b7674abfd09cfa2ee176bb3294d1c2
-DIST linux-5.10.86.tar.xz 116476576 BLAKE2B 
9a0a55a922f3fb14d39bff0ac1175664f4557534e0432425b6e6efba78b6b601df4e202efea119f919d3d81d58e6d6edbe903fdf0875925889cbf78fbc7f0ae2
 SHA512 
55c35f56dfffc4c05acb36cb02d0c444095ce50f09c46a68f94edf45a78de246c62d03786b36c6a55fa9378be2f62bf87d4b366c45d296facd0298bd3212b7b5
 DIST linux-5.10.87.tar.sign 991 BLAKE2B 
757d7e7869bbb45994fa77cf6ad97be184abbe7060e09d80b41ae224f44504e350ced5c11614f7708960f10b6b2b77ca8b74d056436617a32e3f25f020bfbf0d
 SHA512 
52a1f21ca87ffc86f8886814457987b35fd7b515611367c24a08c536788522a8a74caeb9b2130f28f52df02a5985f85a08eb5c95b1e64eedb76aba37f4e04fa8
 DIST linux-5.10.87.tar.xz 116483412 BLAKE2B 
c9a624641fad9c48289db27d35a4ce8afe2ad70287deea308a4a20abd0fba1247ba2985ba2c7bfa2f894e3b834510feb1f35f062788c093f629803faaa1cef4a
 SHA512 
97fe37bd52d7d02519ed06737e94a5fcefff944e26e69b90abc4a7ee91fce031ad0778b0211365c225da57a2eb1bbc0236cb3482635137149ad5c5a2bf22e382
 DIST linux-5.14.21.tar.sign 991 BLAKE2B 
159182d90911e738c0693c839441f679b66fa3e75c61bb55251552b1ebb7bf6ad018d66d0a83a8f88935b88c1f39fea1207a94f3fd4af3d1e5d148cf9293baf9
 SHA512 
1c2639bfec52b2f8cfc69504b7f474d1d7a96dc1793e8cd77a6160718a5f381c5e57e42339bd5361e83b86c84cda2500d18615bfc210bbe989c0560b275f4918
 DIST linux-5.14.21.tar.xz 120726436 BLAKE2B 
ced805df81421f328e2e08d50a33bf6ba54092e95c84d7c1c8ec25ad909c183f82c9966a074c274dd0d13b069b87c12c6

[gentoo-commits] repo/gentoo:master commit in: sys-boot/os-prober/files/

2021-12-22 Thread Ben Kohler
commit: 8d6d17462775a88220078b4ae38e4e6228164a75
Author: Peter Levine  gmail  com>
AuthorDate: Tue Dec 21 00:36:36 2021 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Dec 22 12:33:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d6d1746

sys-boot/os-prober: add void linux detection patch

Bug: https://bugs.gentoo.org/817905
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Peter Levine  gmail.com>
Signed-off-by: Ben Kohler  gentoo.org>

 .../os-prober/files/os-prober-1.79-detect-void.patch | 20 
 1 file changed, 20 insertions(+)

diff --git a/sys-boot/os-prober/files/os-prober-1.79-detect-void.patch 
b/sys-boot/os-prober/files/os-prober-1.79-detect-void.patch
new file mode 100644
index ..9d7855906b78
--- /dev/null
+++ b/sys-boot/os-prober/files/os-prober-1.79-detect-void.patch
@@ -0,0 +1,20 @@
+Handle Void Linux detection. From upstream 
https://github.com/void-linux/void-packages/blob/2fd8d4df94855a157a4de16c61d54153e16ef185/srcpkgs/os-prober/patches/detect-void.patch
+
+Bug: https://bugs.gentoo.org/817905
+
+--- a/os-probes/mounted/common/90linux-distro
 b/os-probes/mounted/common/90linux-distro
+@@ -116,6 +116,13 @@
+   elif [ -e "$dir/sbin/pkgtool" ]; then
+   short="Slackware"
+   long="Slackware Linux"
++  elif [ -e "$dir/sbin/xbps-install" ]; then
++  short="Void"
++  if file "$dir/sbin/xbps-install"|grep -q 32-bit; then
++  long="Void Linux 32"
++  else
++  long="Void Linux 64"
++  fi
+   elif grep -qs OpenLinux "$dir/etc/issue"; then
+   short="Caldera"
+   long="Caldera OpenLinux"



[gentoo-commits] repo/gentoo:master commit in: sys-boot/os-prober/files/

2021-12-22 Thread Ben Kohler
commit: 4e135dcb12f4cc3716becfd461786bfa370eb416
Author: Peter Levine  gmail  com>
AuthorDate: Tue Dec 21 00:25:05 2021 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Dec 22 12:33:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e135dcb

sys-boot/os-prober: switch btrfs patch from openSUSE to Fedora

Fixes issues related to undetected linux installations. This combines
Fedora's os-prober-btrfsfix.patch and openSUSE's
Improve-btrfs-handling-on-os-probing-for-grub2.patch, augmented to
correctly parse multiple initrd paths.

Tested-by: ernsteiswuerfel  mailbox.org>
Bug: https://bugs.gentoo.org/817905
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Peter Levine  gmail.com>
Signed-off-by: Ben Kohler  gentoo.org>

 .../os-prober-1.79-btrfs-subvolume-detection.patch | 238 +++--
 1 file changed, 122 insertions(+), 116 deletions(-)

diff --git 
a/sys-boot/os-prober/files/os-prober-1.79-btrfs-subvolume-detection.patch 
b/sys-boot/os-prober/files/os-prober-1.79-btrfs-subvolume-detection.patch
index 14cd794530ee..61337661401f 100644
--- a/sys-boot/os-prober/files/os-prober-1.79-btrfs-subvolume-detection.patch
+++ b/sys-boot/os-prober/files/os-prober-1.79-btrfs-subvolume-detection.patch
@@ -1,23 +1,22 @@
 Fixes detection of multiple linux installations on different subvolumes of the
-same partition.  Also contains changes from
-https://build.opensuse.org/package/view_file/openSUSE:Factory/os-prober/os-prober-btrfs-always-detect-default.patch
-to fix https://bugs.gentoo.org/790434.
+same partition.  This patch is a combination of 
https://src.fedoraproject.org/rpms/os-prober/blob/a27e5121193eada672db3521a7d9de70991b/f/os-prober-btrfsfix.patch
 and 
https://build.opensuse.org/package/view_file/openSUSE:Factory/os-prober/Improve-btrfs-handling-on-os-probing-for-grub2.patch?rev=56
 .
 
 Bug: https://bugs.gentoo.org/790434
+ https://bugs.gentoo.org/817905
  https://bugs.debian.org/688336
  https://bugzilla.redhat.com/888341
 
 --- a/common.sh
 +++ b/common.sh
-@@ -155,6 +155,7 @@
+@@ -155,6 +155,7 @@ parse_proc_mounts () {
done
  }
- 
+
 +# add forth parameter to pickup btrfs subvol info
  parsefstab () {
while read -r line; do
case "$line" in
-@@ -165,12 +166,22 @@
+@@ -165,12 +166,22 @@ parsefstab () {
set -f
set -- $line
set +f
@@ -27,7 +26,7 @@ Bug: https://bugs.gentoo.org/790434
esac
done
  }
- 
+
 +#check_btrfs_mounted $bootsv $bootuuid)
 +check_btrfs_mounted () {
 +  bootsv="$1"
@@ -43,8 +42,8 @@ Bug: https://bugs.gentoo.org/790434
sed 's/\\011/   /g; s/\\012/\n/g; s/\\040/ /g; s/\\134/\\/g'
 --- a/linux-boot-prober
 +++ b/linux-boot-prober
-@@ -5,16 +5,148 @@
- 
+@@ -5,16 +5,143 @@ set -e
+
  newns "$@"
  require_tmpdir
 +ERR="n"
@@ -58,9 +57,9 @@ Bug: https://bugs.gentoo.org/790434
 +bootmnt=
 +bootsv=
 +bootuuid=
- 
+
  grep "^/dev/" /proc/mounts | parse_proc_mounts >"$OS_PROBER_TMP/mounted-map" 
|| true
- 
+
 -partition="$1"
 +if [ -z "$1" ]; then
 +  ERR=y
@@ -80,14 +79,14 @@ Bug: https://bugs.gentoo.org/790434
 +  partition="$1"
 +  type=other
 +fi
- 
+
 -if [ -z "$partition" ]; then
 +if [ "x$ERR" != xn ]; then
echo "usage: linux-boot-prober partition" >&2
 +  echo "   linux-boot-prober btrfs UUID=<> subvol=<>" >&2
exit 1
  fi
- 
+
 +if [ "$type" = btrfs ]; then
 +  # handle all of the btrfs stuff here
 +  if [ ! -e "/proc/self/mountinfo" ]; then
@@ -111,12 +110,7 @@ Bug: https://bugs.gentoo.org/790434
 +  fi
 +  if [ -z "$mpoint" ]; then
 +  # mount the btrfs root
-+
-+  if [ -n "$subvol" ]; then
-+  opts="-o subvol=$subvol"
-+  fi
-+
-+  if ! mount $opts -t btrfs -U $UUID "$tmpmnt" 2>/dev/null; then
++  if ! mount -o subvol=$subvol -t btrfs -U $UUID "$tmpmnt" 
2>/dev/null; then
 +  warn "error mounting btrfs subvol=$subvol UUID=$UUID"
 +  umount "$tmpmnt/boot" 2>/dev/null
 +  umount "$tmpmnt" 2>/dev/null
@@ -194,8 +188,8 @@ Bug: https://bugs.gentoo.org/790434
  if ! mapped="$(mapdevfs "$partition")"; then
log "Device '$partition' does not exist; skipping"
continue
-@@ -22,8 +154,8 @@
- 
+@@ -22,8 +149,8 @@ fi
+
  if ! grep -q "^$mapped " "$OS_PROBER_TMP/mounted-map"; then
for test in /usr/lib/linux-boot-probes/*; do
 -  debug "running $test"
@@ -206,10 +200,10 @@ Bug: https://bugs.gentoo.org/790434
break
 --- a/linux-boot-probes/mounted/common/40grub2
 +++ b/linux-boot-probes/mounted/common/40grub2
-@@ -2,17 +2,30 @@
+@@ -2,17 +2,42 @@
  . /usr/share/os-prober/common.sh
  set -e
- 
+
 +# add support for btrfs with no separate /boot
 +# that is, rootsv = bootsv
  partition="$1"
@@ -218,16 +

[gentoo-commits] repo/gentoo:master commit in: sys-boot/os-prober/files/

2021-12-22 Thread Ben Kohler
commit: 0615caff91ed90c3489a5107b95383cd025037af
Author: Peter Levine  gmail  com>
AuthorDate: Tue Dec 21 00:32:20 2021 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Dec 22 12:33:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0615caff

sys-boot/os-prober: add subsequent whitespace commit

Add a whitespace adjustment commit to
os-prober-1.79-handle-multiple-initrd-paths.patch, to bring the patch
inline with upstream HEAD.

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Peter Levine  gmail.com>
Signed-off-by: Ben Kohler  gentoo.org>

 .../os-prober-1.79-handle-multiple-initrd-paths.patch   | 17 +
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git 
a/sys-boot/os-prober/files/os-prober-1.79-handle-multiple-initrd-paths.patch 
b/sys-boot/os-prober/files/os-prober-1.79-handle-multiple-initrd-paths.patch
index 0b477c17c362..ceab85a92727 100644
--- a/sys-boot/os-prober/files/os-prober-1.79-handle-multiple-initrd-paths.patch
+++ b/sys-boot/os-prober/files/os-prober-1.79-handle-multiple-initrd-paths.patch
@@ -2,14 +2,15 @@ Backport handling of multiple initrd paths, like those needed 
by Manjaro
 installations. Note, it still requires resolution of
 https://savannah.gnu.org/bugs/index.php?47681 on grub's end.
 
-Commit: 
https://salsa.debian.org/installer-team/os-prober/-/commit/53b920e106f13acf87ef8a275161e20f94feeb8a
+Commits: 
https://salsa.debian.org/installer-team/os-prober/-/commit/7641c2da0c81f78c5f2ee2a66a1c21350cab03fc
+ 
https://salsa.debian.org/installer-team/os-prober/-/commit/53b920e106f13acf87ef8a275161e20f94feeb8a
 
 --- a/linux-boot-probes/mounted/common/40grub2
 +++ b/linux-boot-probes/mounted/common/40grub2
-@@ -78,11 +78,21 @@
-   fi
-   ;;
-   initrd)
+@@ -78,11 +78,21 @@ parse_grub_menu () {
+   fi
+   ;;
+   initrd)
 -  initrd="$(echo "$2" | sed 's/(.*)//')"
 -  # Initrd same.
 -  if [ "$partition" != "$bootpart" ]; then
@@ -30,6 +31,6 @@ Commit: 
https://salsa.debian.org/installer-team/os-prober/-/commit/53b920e106f13
 +  initrd="$initrd $initrd_path"
 +  fi
 +  done
-   ;;
-   "}")
-   entry_result
+   ;;
+   "}")
+   entry_result



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

2021-12-22 Thread Ben Kohler
commit: 6d092b6cfd8e9f3512c536f20dfc1de445b21039
Author: Peter Levine  gmail  com>
AuthorDate: Tue Dec 21 00:42:02 2021 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Dec 22 12:33:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d092b6c

sys-boot/os-prober: bump os-prober-1.79-r1.ebuild

Includes the Void Linux patch and moves the multiple-initrd-paths patch
to the front since it's already accepted upstream.

Closes: https://bugs.gentoo.org/817905
Closes: https://github.com/gentoo/gentoo/pull/23445
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Peter Levine  gmail.com>
Signed-off-by: Ben Kohler  gentoo.org>

 sys-boot/os-prober/os-prober-1.79-r1.ebuild | 105 
 1 file changed, 105 insertions(+)

diff --git a/sys-boot/os-prober/os-prober-1.79-r1.ebuild 
b/sys-boot/os-prober/os-prober-1.79-r1.ebuild
new file mode 100644
index ..b310aa3de302
--- /dev/null
+++ b/sys-boot/os-prober/os-prober-1.79-r1.ebuild
@@ -0,0 +1,105 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit readme.gentoo-r1 toolchain-funcs
+
+DESCRIPTION="Utility to detect other OSs on a set of drives"
+HOMEPAGE="https://salsa.debian.org/installer-team/os-prober";
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://salsa.debian.org/installer-team/${PN}.git";
+else
+   SRC_URI="mirror://debian/pool/main/${PN::1}/${PN}/${PN}_${PV}.tar.xz"
+   KEYWORDS="~amd64 ~x86"
+   S="${WORKDIR}"/${PN}
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+
+# grub-mount needed per bug #607518
+RDEPEND="sys-boot/grub:2[mount]"
+
+# bug 594250
+QA_MULTILIB_PATHS="usr/lib/os-prober/.*"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.79-handle-multiple-initrd-paths.patch
+   "${FILESDIR}"/${PN}-1.79-mdraid-detection.patch
+   "${FILESDIR}"/${PN}-1.79-btrfs-subvolume-detection.patch
+   "${FILESDIR}"/${PN}-1.79-use-fstab-name.patch
+   "${FILESDIR}"/${PN}-1.79-mounted-boot-partition-fix.patch
+   "${FILESDIR}"/${PN}-1.79-fix-busy-umount-message.patch
+   "${FILESDIR}"/${PN}-1.79-efi-chroot-blkid-fallback.patch
+   "${FILESDIR}"/${PN}-1.79-detect-void.patch
+)
+
+DOC_CONTENTS="
+   If you intend for os-prober to detect versions of Windows installed on
+   NTFS-formatted partitions, your system must be capable of reading the
+   NTFS filesystem. One way to do this is by installing sys-fs/ntfs3g.
+
+   NOTE: Since sys-boot/grub-2.06-rc1, grub-mkconfig disables os-prober by 
default.
+   To enable it, add GRUB_DISABLE_OS_PROBER=false to /etc/default/grub.
+"
+
+src_prepare() {
+   default
+   # use default GNU rules
+   rm Makefile || die 'rm Makefile failed'
+}
+
+src_compile() {
+   tc-export CC
+   emake newns
+}
+
+src_install() {
+   dobin os-prober linux-boot-prober
+
+   # Note: as no shared libraries are installed, /usr/lib is correct
+   exeinto /usr/lib/os-prober
+   doexe newns
+
+   insinto /usr/share/os-prober
+   doins common.sh
+
+   keepdir /var/lib/os-prober
+
+   local debarch=${ARCH%-*} dir
+
+   case ${debarch} in
+   amd64)  debarch=x86 ;;
+   ppc|ppc64)  debarch=powerpc ;;
+   esac
+
+   for dir in os-probes{,/mounted,/init} linux-boot-probes{,/mounted}; do
+   exeinto /usr/lib/${dir}
+   doexe ${dir}/common/*
+   if [[ -d ${dir}/${debarch} ]]; then
+   for exe in ${dir}/${debarch}/*; do
+   [[ ! -d "${exe}" ]] && doexe "${exe}"
+   done
+   fi
+   if [[ -d ${dir}/${debarch}/efi ]]; then
+   exeinto /usr/lib/${dir}/efi
+   doexe ${dir}/${debarch}/efi/*
+   fi
+   done
+
+   if use amd64 || use x86; then
+   exeinto /usr/lib/os-probes/mounted
+   doexe os-probes/mounted/powerpc/20macosx
+   fi
+
+   einstalldocs
+   dodoc debian/changelog
+
+   readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+   readme.gentoo_print_elog
+}



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

2021-12-22 Thread Ben Kohler
commit: d49fe73c131b1e8b1a0b5816d958497004b1e5dc
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Dec 22 12:41:46 2021 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Dec 22 12:41:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d49fe73c

net-misc/remmina: bump to 1.4.23

This version was supposed to have optional appindicator support but it
doesn't seem to be ready yet.

This does include a missing build dep fix for spice.

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

 net-misc/remmina/Manifest  |   1 +
 net-misc/remmina/remmina-1.4.23.ebuild | 100 +
 2 files changed, 101 insertions(+)

diff --git a/net-misc/remmina/Manifest b/net-misc/remmina/Manifest
index 1647dce98715..6e7a73b09ce7 100644
--- a/net-misc/remmina/Manifest
+++ b/net-misc/remmina/Manifest
@@ -1,2 +1,3 @@
 DIST Remmina-v1.4.21.tar.gz 2982350 BLAKE2B 
d076db92290ead724e6b5c13beba2ef94d16e8209c5095e5db754a8b25ee236ed7a87b5ce29ac0b9424d3c55e5443467b1cc628fb80a0f63c59d915d9fc7839e
 SHA512 
3fb7a29bf9e001203bdc5c176a0cf11a5c98638d605a02e2edbb16669b9e85526706c11e15bd2c308919ee6ef14217356bbafa0328ce337053bba20da6f2905a
 DIST Remmina-v1.4.22.tar.gz 3277782 BLAKE2B 
d9502406e9a534de18358d9d6a7790a5bb25a5be79ee9bfa390cc2c7de01e0852337834fbe1213b5f683bb948f124d44e4006a6650dd3794ee8a1f707307ed53
 SHA512 
8b5b8c92d5d732aec1530fdd5c1c7f74b9bfe9a9e8e990f21e92780d57b3642508c6a8c36c741bad8caa765a9709afbd577b26fe196cf71d883f924237212551
+DIST Remmina-v1.4.23.tar.gz 3280050 BLAKE2B 
b62789dba4a4f0a0a12f4cc1da68431b0c386b618f3bf7babe8946cba3753bdfd8799731a254c18cf58e8a43efe6980d638adc9512303dfb229c5b340d957402
 SHA512 
151baead9c8e8051f6da2139691aa5644ccdd5752e1dd1be572b72fab01773caf261bfe44ebebc8524a36b447ee335275e6522bd2b6b65d4f0a790c92bd291d4

diff --git a/net-misc/remmina/remmina-1.4.23.ebuild 
b/net-misc/remmina/remmina-1.4.23.ebuild
new file mode 100644
index ..fe7f549ab031
--- /dev/null
+++ b/net-misc/remmina/remmina-1.4.23.ebuild
@@ -0,0 +1,100 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake optfeature xdg
+
+MY_P="${PN^}-v${PV}"
+
+DESCRIPTION="A GTK+ RDP, SPICE, VNC and SSH client"
+HOMEPAGE="https://remmina.org/";
+SRC_URI="https://gitlab.com/Remmina/Remmina/-/archive/v${PV}/${MY_P}.tar.gz";
+
+LICENSE="GPL-2+-with-openssl-exception"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="crypt cups examples gnome-keyring gvnc kwallet nls spice ssh rdp 
telemetry vnc webkit x2go zeroconf"
+
+COMMON_DEPEND="
+   dev-libs/glib:2
+   dev-libs/json-glib
+   dev-libs/libappindicator:3
+   dev-libs/libpcre2
+   dev-libs/libsodium:=
+   dev-libs/openssl:0=
+   net-libs/libsoup:2.4
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:3
+   x11-libs/libX11
+   x11-libs/libxkbfile
+   crypt? ( dev-libs/libgcrypt:0= )
+   gnome-keyring? ( app-crypt/libsecret )
+   gvnc? ( net-libs/gtk-vnc )
+   kwallet? ( kde-frameworks/kwallet )
+   rdp? ( >=net-misc/freerdp-2.0.0_rc4_p1129[X]
+   =net-dns/avahi-0.8-r2[dbus,gtk] )
+"
+BDEPEND="
+   dev-util/intltool
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )
+"
+DEPEND="
+   ${COMMON_DEPEND}
+   app-emulation/spice-protocol
+"
+RDEPEND="
+   ${COMMON_DEPEND}
+   virtual/freedesktop-icon-theme
+"
+
+DOCS=( AUTHORS CHANGELOG.md README.md THANKS.md )
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   xdg_environment_reset
+   cmake_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DWITH_AVAHI=$(usex zeroconf)
+   -DWITH_CUPS=$(usex cups)
+   -DWITH_EXAMPLES=$(usex examples)
+   -DWITH_FREERDP=$(usex rdp)
+   -DWITH_FREERDP3=OFF
+   -DWITH_GCRYPT=$(usex crypt)
+   -DWITH_GETTEXT=$(usex nls)
+   -DWITH_ICON_CACHE=OFF
+   -DWITH_KF5WALLET=$(usex kwallet)
+   -DWITH_LIBSECRET=$(usex gnome-keyring)
+   -DWITH_LIBSSH=$(usex ssh)
+   -DWITH_LIBVNCSERVER=$(usex vnc)
+   -DWITH_NEWS=$(usex telemetry)
+   -DWITH_SPICE=$(usex spice)
+   -DWITH_TRANSLATIONS=$(usex nls)
+   -DWITH_UPDATE_DESKTOP_DB=OFF
+   -DWITH_VTE=$(usex ssh)
+   -DWITH_WWW=$(usex webkit)
+   -DWITH_X2GO=$(usex x2go)
+   # when this feature is stable, add python eclass usage to 
optionally enable
+   -DWITH_PYTHON=OFF
+   )
+   cmake_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+
+   optfeature "encrypted VNC connections" net-libs/libvncserver[gcrypt]
+}



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

2021-12-22 Thread Agostino Sarubbo
commit: 05efed7c4f491a3f7f6ff502256f7e47449c1001
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Dec 22 12:59:24 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Dec 22 12:59:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05efed7c

media-plugins/audacious-plugins: x86 stable wrt bug #829780

Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-plugins/audacious-plugins/audacious-plugins-4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/audacious-plugins/audacious-plugins-4.1.ebuild 
b/media-plugins/audacious-plugins/audacious-plugins-4.1.ebuild
index f22a60ed2049..05e9ac774297 100644
--- a/media-plugins/audacious-plugins/audacious-plugins-4.1.ebuild
+++ b/media-plugins/audacious-plugins/audacious-plugins-4.1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Lightweight and versatile audio player"
 HOMEPAGE="https://audacious-media-player.org/";
 SRC_URI="https://distfiles.audacious-media-player.org/${MY_P}.tar.bz2";
 
-KEYWORDS="amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv x86"
 LICENSE="GPL-2"
 SLOT="0"
 IUSE="



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

2021-12-22 Thread Agostino Sarubbo
commit: e082aa29e2dab7d14087d79c5100f3d6aece67f1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Dec 22 12:59:08 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Dec 22 12:59:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e082aa29

net-libs/mbedtls: x86 stable wrt bug #829713

Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-libs/mbedtls/mbedtls-2.16.12.ebuild   | 2 +-
 net-libs/mbedtls/mbedtls-2.28.0-r1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/mbedtls/mbedtls-2.16.12.ebuild 
b/net-libs/mbedtls/mbedtls-2.16.12.ebuild
index 7db86d91cc8a..8ddca1907c00 100644
--- a/net-libs/mbedtls/mbedtls-2.16.12.ebuild
+++ b/net-libs/mbedtls/mbedtls-2.16.12.ebuild
@@ -12,7 +12,7 @@ S=${WORKDIR}/${PN}-${P}
 
 LICENSE="Apache-2.0"
 SLOT="0/3.12.0" # ffmpeg subslot naming: SONAME tuple of 
{libmbedcrypto.so,libmbedtls.so,libmbedx509.so}
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86"
 IUSE="cpu_flags_x86_sse2 doc havege programs static-libs test threads zlib"
 RESTRICT="!test? ( test )"
 

diff --git a/net-libs/mbedtls/mbedtls-2.28.0-r1.ebuild 
b/net-libs/mbedtls/mbedtls-2.28.0-r1.ebuild
index ba87ea3b4a02..ef9cb32d329a 100644
--- a/net-libs/mbedtls/mbedtls-2.28.0-r1.ebuild
+++ b/net-libs/mbedtls/mbedtls-2.28.0-r1.ebuild
@@ -12,7 +12,7 @@ S=${WORKDIR}/${PN}-${P}
 
 LICENSE="Apache-2.0"
 SLOT="0/7.14.1" # ffmpeg subslot naming: SONAME tuple of 
{libmbedcrypto.so,libmbedtls.so,libmbedx509.so}
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
 IUSE="cpu_flags_x86_sse2 doc havege programs static-libs test threads zlib"
 RESTRICT="!test? ( test )"
 



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

2021-12-22 Thread Agostino Sarubbo
commit: 5c11b35e0a58ee8a379a3882d15a3d309fcd49eb
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Dec 22 12:59:16 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Dec 22 12:59:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c11b35e

media-libs/libopenmpt: x86 stable wrt bug #829780

Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/media-libs/libopenmpt/libopenmpt-0.5.14.ebuild 
b/media-libs/libopenmpt/libopenmpt-0.5.14.ebuild
index 355417353980..e07e69b35262 100644
--- a/media-libs/libopenmpt/libopenmpt-0.5.14.ebuild
+++ b/media-libs/libopenmpt/libopenmpt-0.5.14.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://lib.openmpt.org/libopenmpt/";
 SRC_URI="https://lib.openmpt.org/files/libopenmpt/src/${MY_P}.tar.gz";
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~riscv x86"
 IUSE="examples mp3 ogg static-libs test vorbis zlib"
 RESTRICT="!test? ( test )"
 



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

2021-12-22 Thread Agostino Sarubbo
commit: 48a09b417abee40ff02fa245a7a2629c654a4bcf
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Dec 22 12:59:27 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Dec 22 12:59:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48a09b41

media-sound/audacious: x86 stable wrt bug #829780

Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/media-sound/audacious/audacious-4.1.ebuild 
b/media-sound/audacious/audacious-4.1.ebuild
index e5e8c7af2f8e..b2ca1ac2f2db 100644
--- a/media-sound/audacious/audacious-4.1.ebuild
+++ b/media-sound/audacious/audacious-4.1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://audacious-media-player.org/";
 SRC_URI="https://distfiles.audacious-media-player.org/${MY_P}.tar.bz2";
 SRC_URI+=" mirror://gentoo/gentoo_ice-xmms-0.2.tar.bz2"
 
-KEYWORDS="amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv x86"
 LICENSE="BSD-2"
 SLOT="0"
 IUSE="nls"



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

2021-12-22 Thread Nicola Smaniotto
commit: 5b8d367125aa85fcda0f98af6c2414fe5e03bbdb
Author: Nicola Smaniotto  gmail  com>
AuthorDate: Wed Dec 22 13:08:48 2021 +
Commit: Nicola Smaniotto  gmail  com>
CommitDate: Wed Dec 22 13:09:03 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5b8d3671

dev-python/pysubs2: bump to 1.3.1

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Nicola Smaniotto  gmail.com>

 dev-python/pysubs2/Manifest |  1 +
 dev-python/pysubs2/pysubs2-1.3.1.ebuild | 18 ++
 2 files changed, 19 insertions(+)

diff --git a/dev-python/pysubs2/Manifest b/dev-python/pysubs2/Manifest
index 696efb3fe..fe9c58c03 100644
--- a/dev-python/pysubs2/Manifest
+++ b/dev-python/pysubs2/Manifest
@@ -1,2 +1,3 @@
 DIST pysubs2-1.2.0.tar.gz 844305 BLAKE2B 
be553a2672cfebe08847e1fc65b41420485846d75ccb4dbb2c9bb8aec1843d2665bd8117a2f718871ea17e79e40ec491f2360eea695c07622fee16fe52a7f7f7
 SHA512 
37cf74c8c812c1683ef926c8bb749479bc9eaedd780f29a3299295885fd329eae7b2863f293da878ce54b696e8783cfab49cb341b54735a892339c77c551edfb
 DIST pysubs2-1.3.0.tar.gz 846587 BLAKE2B 
0afa4c6d4d8ad4a7eda7461b80a6e61123096601ae64132e55f7c4e564f15f202abe0ef2836c067563072a9dba18b9c74380d31c68d8dde5d83f207ca45d99f2
 SHA512 
696acb26e2c74615674e33e06545c84bd7ee446f47bec3256da7e101dc317d9d2a0f659d3a51ae95fdad3d8014b635b5f4f12375f7f8f0c7fa85835ec09675ca
+DIST pysubs2-1.3.1.tar.gz 847254 BLAKE2B 
a5e225c6ad3b8e2a26ba5e4caa07fe022af0addb3f86d90f6922e98335146b6605fbefd22a05c27e69d02590e1c53d67e5b91ee641d444d1d09fa93ab1ef4488
 SHA512 
dc50107932f484ccf15a2e9d88a767aeeb1ef1bc4dba07ac573489e0405d0f7002bced460230a9406e4eb8ef3db89f8e4e622bb7a89b114b9cd6308ae1f3c0e0

diff --git a/dev-python/pysubs2/pysubs2-1.3.1.ebuild 
b/dev-python/pysubs2/pysubs2-1.3.1.ebuild
new file mode 100644
index 0..4fc7ca3ba
--- /dev/null
+++ b/dev-python/pysubs2/pysubs2-1.3.1.ebuild
@@ -0,0 +1,18 @@
+# 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="A library for editing subtitle files"
+HOMEPAGE="https://github.com/tkarabela/pysubs2";
+SRC_URI="https://github.com/tkarabela/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+distutils_enable_tests pytest



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

2021-12-22 Thread Bernard Cafarelli
commit: 58589990e96e012be96d93d31ee817bf1e4b022d
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Wed Dec 22 12:36:00 2021 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Wed Dec 22 13:09:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58589990

app-text/openpaperwork-core: 2.1.0 bump

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli  gentoo.org>

 app-text/openpaperwork-core/Manifest |  1 +
 .../openpaperwork-core-2.1.0.ebuild  | 20 
 2 files changed, 21 insertions(+)

diff --git a/app-text/openpaperwork-core/Manifest 
b/app-text/openpaperwork-core/Manifest
index d1a4c5128f4f..6bc5c56c578a 100644
--- a/app-text/openpaperwork-core/Manifest
+++ b/app-text/openpaperwork-core/Manifest
@@ -1,2 +1,3 @@
 DIST openpaperwork-core-2.0.2.tar.gz 67268 BLAKE2B 
85fcd8d4e1c8a054267b28eb5ec826617e13f93bf7cd54d6defffd62be65fb0306a0ae4fadb1cc8e875c23933c3559e41aab46b58a333489fed0174776ede597
 SHA512 
fb47d1d8b7747274a6b60248180786f4142110feffa1a8f886b0486a1e1cefbe11d06e3ec1f3a3ee33e38cd40d8e7460afefb466ee938e847deb2518d642ed00
 DIST openpaperwork-core-2.0.3.tar.gz 82231 BLAKE2B 
d113324f5f0f03d0a7c1c9f28bc4bdfa8dc296104f4f7aef4f172ba9ff94bc02caad928aa3db0f314df64935052b6dc4995b8d6e78e2c33367b080321414f40d
 SHA512 
613e1b07b0ef4be3a429cc88f1fed41d1d79adab0cad70ee4e1d74c06cb8917c7fc6f8d2ffca5fcc95f97fb5c0690cdc21aa5cf7966e19cfb5ae5d2ab0fec6f3
+DIST openpaperwork-core-2.1.0.tar.gz 105113 BLAKE2B 
a9f37bab4e5af8bb2bbdca2c6785086962d78d0c27791b42a81b5a246152572c987f174bfd501aa9d25e9548b1e17c98115736f2403eb5669d758aa6552d4ccc
 SHA512 
3fd92928416763cedec86de01fdb610b5826a76a092c996451f70f3d6959fc946dcdfce27f3d746b1eee1d5a38a09c4f5161572c72f5d3e0ef471e3af18dac1c

diff --git a/app-text/openpaperwork-core/openpaperwork-core-2.1.0.ebuild 
b/app-text/openpaperwork-core/openpaperwork-core-2.1.0.ebuild
new file mode 100644
index ..b9ca373fcbf3
--- /dev/null
+++ b/app-text/openpaperwork-core/openpaperwork-core-2.1.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+DISTUTILS_USE_SETUPTOOLS=bdepend
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Core part of Paperwork (plugin management)"
+HOMEPAGE="https://gitlab.gnome.org/World/OpenPaperwork";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-python/distro[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"



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

2021-12-22 Thread Bernard Cafarelli
commit: 87088ac705cbe3beb1dcf6900a6b79c4b94ece34
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Wed Dec 22 12:29:51 2021 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Wed Dec 22 13:09:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87088ac7

app-text/tesseract: 5.0.0 bump

Drop beta ebuild and sync changes in live ebuild

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli  gentoo.org>

 app-text/tesseract/Manifest| 2 +-
 ...{tesseract-5.0.0_beta20210815.ebuild => tesseract-5.0.0.ebuild} | 7 ++-
 app-text/tesseract/tesseract-.ebuild   | 7 ---
 3 files changed, 7 insertions(+), 9 deletions(-)

diff --git a/app-text/tesseract/Manifest b/app-text/tesseract/Manifest
index 0266650c7a4e..de52ac9093b3 100644
--- a/app-text/tesseract/Manifest
+++ b/app-text/tesseract/Manifest
@@ -1,2 +1,2 @@
 DIST tesseract-4.1.1.tar.gz 1974988 BLAKE2B 
f729beb017ec81704b84f5e6539706ff0cd6a51a4d1b7b730c394af58ce2ea2a659203bf239417e8d500cfbde845a73d6e6e181ca946257c2f22525820899602
 SHA512 
017723a2268be789fe98978eed02fd294968cc8050dde376dee026f56f2b99df42db935049ae5e72c4519a920e263b40af1a6a40d9942e66608145b3131a71a2
-DIST tesseract-5.0.0_beta20210815.tar.gz 1914265 BLAKE2B 
eadefb46a84fcc73d3da7a1780d1e0669840183266176021871e57ca55c79e9b56a78334414732b9024ae911cee522069c3170bf71af877c46c1ffae37c88b3f
 SHA512 
4b78af9119c35d783e47523b41ee8bbf63913f8c122e94b6e6538a4cbab8e751df9f00f3a50d48e8a7beb948c6b23794e2481721696bf3e0f284de8aa6e9e8e7
+DIST tesseract-5.0.0.tar.gz 1919742 BLAKE2B 
39897f8778017627ce70227c6c162d6b53b504a95c92d9c13e1a27f8b71ec9828bfba8497535cd1684330a110001380433ad6120c0d2a61d86a01bbf1f1db015
 SHA512 
80e0d6e9076eb8d6b0d99942586acbb43aaec7bee7f7b13a500470aa11bf03f1c128434d764abd67839355e3fb80d41d0bcf10400b33e57fa0ae4659adb42af9

diff --git a/app-text/tesseract/tesseract-5.0.0_beta20210815.ebuild 
b/app-text/tesseract/tesseract-5.0.0.ebuild
similarity index 92%
rename from app-text/tesseract/tesseract-5.0.0_beta20210815.ebuild
rename to app-text/tesseract/tesseract-5.0.0.ebuild
index 0cd624612031..2f9c1be1d631 100644
--- a/app-text/tesseract/tesseract-5.0.0_beta20210815.ebuild
+++ b/app-text/tesseract/tesseract-5.0.0.ebuild
@@ -1,14 +1,13 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit autotools multilib-minimal toolchain-funcs
 
 DESCRIPTION="An OCR Engine, originally developed at HP, now open source."
 HOMEPAGE="https://github.com/tesseract-ocr";
-BETA_PV=$(ver_rs 3-4 "-")
-SRC_URI="https://github.com/tesseract-ocr/${PN}/archive/${BETA_PV}.tar.gz -> 
${P}.tar.gz"
+SRC_URI="https://github.com/tesseract-ocr/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0/5"
@@ -38,8 +37,6 @@ DEPEND="${COMMON_DEPEND}
dev-libs/libxslt
doc? ( app-doc/doxygen )"
 
-S=${WORKDIR}/${PN}-${BETA_PV}
-
 pkg_pretend() {
[[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
 }

diff --git a/app-text/tesseract/tesseract-.ebuild 
b/app-text/tesseract/tesseract-.ebuild
index 3e7941c6798e..5523890d242b 100644
--- a/app-text/tesseract/tesseract-.ebuild
+++ b/app-text/tesseract/tesseract-.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit autotools git-r3 multilib-minimal toolchain-funcs
 
@@ -12,7 +12,7 @@ EGIT_REPO_URI="https://github.com/tesseract-ocr/${PN}.git";
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS=""
-IUSE="doc jpeg opencl openmp png static-libs tiff training webp"
+IUSE="doc float32 jpeg opencl openmp png static-libs tiff training webp"
 
 
COMMON_DEPEND=">=media-libs/leptonica-1.74:=[${MULTILIB_USEDEP},zlib,tiff?,jpeg?,png?,webp?]
opencl? (
@@ -55,6 +55,7 @@ multilib_src_configure() {
local myeconfargs=(
--enable-shared
--disable-graphics
+   $(use_enable float32)
$(use_enable opencl)
$(use_enable openmp)
$(use_enable static-libs static)



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

2021-12-22 Thread Bernard Cafarelli
commit: 94d0596913343ac727038a794c4b9f0ec5094151
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Wed Dec 22 12:30:19 2021 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Wed Dec 22 13:09:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94d05969

profiles/package.mask: clean app-text/tesseract-5.0.0 beta mask

Signed-off-by: Bernard Cafarelli  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 2f33e80096b7..2f732bc6d173 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -427,10 +427,6 @@ net-libs/libsoup:3.0
 # Masked until dev-libs/openssl-3.0* is unmasked
 =dev-libs/gost-engine-3.0*
 
-# Bernard Cafarelli  (2021-08-26)
-# Preparing for final 5.0.0 release
->=app-text/tesseract-5.0.0_beta
-
 # Joonas Niilola  (2021-07-29)
 # Upstream provided migration instructions from 2. -> 3. update,
 # breaks if not all at least many revdeps. #805011 for tracker bug.



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

2021-12-22 Thread Bernard Cafarelli
commit: 0dae326f61ea453ee8b794821acf488710eb587f
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Wed Dec 22 12:23:24 2021 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Wed Dec 22 13:09:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dae326f

media-gfx/geeqie: snapshot bump to have a proper gtk3 version

Completely drop gtk2 (and gtk3 USE flag)

Closes: https://bugs.gentoo.org/769101
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli  gentoo.org>

 media-gfx/geeqie/Manifest|  1 +
 media-gfx/geeqie/geeqie-1.6_p20211016.ebuild | 97 
 2 files changed, 98 insertions(+)

diff --git a/media-gfx/geeqie/Manifest b/media-gfx/geeqie/Manifest
index 56e07a788c97..1daf3e8664f7 100644
--- a/media-gfx/geeqie/Manifest
+++ b/media-gfx/geeqie/Manifest
@@ -1,2 +1,3 @@
 DIST geeqie-1.5.1.tar.xz 1587116 BLAKE2B 
f8742a88eefd90fb1e7e1d1365058cef190b6231fcb001faa9f110676e8403c8e5959f9af398d6fa1ddc4e4c62439728904c6c39f5095f476014a5b7b74b4d16
 SHA512 
265eade90afe45856855e856c5f640786ca2e3add57c3ade8ca380d075297f96bf44c6e0c4fd6eabbc2666a37f898b50d37dd2e01d77875b8a622d72d8a0e6ac
 DIST geeqie-1.6.tar.xz 1693488 BLAKE2B 
ee5369884c4c0e60fe827d43ef336c5aaa89d55aec8905bb8cdd4edb2ee12e15d525577a3c85403e2e8955a08c817007b72d1d1e3614063377a21aaba317acee
 SHA512 
4acd05c6012c80581e9c594c7dc7d12265528aa8d3868afef9def36798945afb851da9376bbe5f205ac3c5e1e2362188cc0e2891b49f3ea4396bbc6974c143ef
+DIST geeqie-1.6_p20211016.tar.xz 36433388 BLAKE2B 
e8932398ce7354c08ad4199834870e2844555ee1a8ae2beebd9a512100784a5cb62e00993b3ef1854a7ab1bd37eb0742ebcfc17605429f99b61e1af2fbaf859e
 SHA512 
9e536beac39028fdcbe04d014460de2b02039b2c027f9603a71554339b2d14116f8dff11bb09c6e73d51550188daf40031535f978fbbc2d355d30593f4f29e9d

diff --git a/media-gfx/geeqie/geeqie-1.6_p20211016.ebuild 
b/media-gfx/geeqie/geeqie-1.6_p20211016.ebuild
new file mode 100644
index ..fc3e8999ad42
--- /dev/null
+++ b/media-gfx/geeqie/geeqie-1.6_p20211016.ebuild
@@ -0,0 +1,97 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+LUA_COMPAT=( lua5-{1..3} )
+
+inherit autotools lua-single xdg
+
+DESCRIPTION="A lightweight GTK image viewer forked from GQview"
+HOMEPAGE="http://www.geeqie.org";
+MY_PV="0edb0f1265b193ec08ffbde7a1a7871526d29d92"
+# Needs full git checkout to generate ChangeLog, this tarball has it
+SRC_URI="https://dev.gentoo.org/~voyageur/${P}.tar.xz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="debug doc exif ffmpegthumbnailer gpu-accel jpeg lcms lirc lua map nls 
pdf tiff xmp"
+
+RDEPEND="
+   virtual/libintl
+   x11-libs/gtk+:3
+   doc? ( app-text/gnome-doc-utils )
+   ffmpegthumbnailer? ( media-video/ffmpegthumbnailer )
+   gpu-accel? ( media-libs/clutter-gtk )
+   jpeg? ( virtual/jpeg:0 )
+   lcms? ( media-libs/lcms:2 )
+   lirc? ( app-misc/lirc )
+   lua? ( ${LUA_DEPS} )
+   map? ( media-libs/libchamplain:0.12 )
+   pdf? ( >=app-text/poppler-0.62[cairo] )
+   tiff? ( media-libs/tiff:0 )
+   xmp? ( >=media-gfx/exiv2-0.17:=[xmp] )
+   !xmp? ( exif? ( >=media-gfx/exiv2-0.17:= ) )"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-util/glib-utils
+   dev-util/intltool
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )"
+
+REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )
+   map? ( gpu-accel )"
+
+src_prepare() {
+   default
+
+   # Remove -Werror (gcc changes may add new warnings)
+   sed -e '/CFLAGS/s/-Werror //g' -i configure.ac || die
+
+   # Remove force rebuild of Lua API ref
+   sed -e 's#./create-doxygen-lua-api.sh##' -i doc/Makefile.am || die
+
+   eautoreconf
+}
+
+src_configure() {
+   local myeconfargs=(
+   --with-readmedir="${EPREFIX}"/usr/share/doc/${PF}
+   --enable-gtk3
+   $(use_enable debug debug-log)
+   $(use_enable ffmpegthumbnailer)
+   $(use_enable gpu-accel)
+   $(use_enable jpeg)
+   $(use_enable lcms)
+   $(use_enable lua)
+   $(use_enable lirc)
+   $(use_enable map)
+   $(use_enable nls)
+   $(use_enable pdf)
+   $(use_enable tiff)
+   )
+
+   if use exif || use xmp; then
+   myeconfargs+=( --enable-exiv2 )
+   else
+   myeconfargs+=( --disable-exiv2)
+   fi
+
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+
+   rm -f "${D}/usr/share/doc/${PF}/COPYING"
+   # Application needs access to the uncompressed file
+   docompress -x /usr/share/doc/${PF}/README.md
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+
+   elog "Some plugins may require additional packages"
+   elog "- Image rotate plugin: media-gfx/fbida (JPEG), 
media-gfx/imagemagick (TIFF/PNG)"
+   elog "- RAW images plugin: media-gfx/u

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

2021-12-22 Thread Bernard Cafarelli
commit: e61d6fc9b1951990d2bc02d7f72bc7a56cb05ae1
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Wed Dec 22 12:42:51 2021 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Wed Dec 22 13:09:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e61d6fc9

app-text/paperwork-backend: 2.1.0 bump

paperwork can now import libreoffice documents, this is a pure runtime
dependency

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli  gentoo.org>

 app-text/paperwork-backend/Manifest|  1 +
 .../paperwork-backend-2.1.0.ebuild | 32 ++
 2 files changed, 33 insertions(+)

diff --git a/app-text/paperwork-backend/Manifest 
b/app-text/paperwork-backend/Manifest
index 5371758ce59a..f4d04ec6e715 100644
--- a/app-text/paperwork-backend/Manifest
+++ b/app-text/paperwork-backend/Manifest
@@ -1,2 +1,3 @@
 DIST paperwork-backend-2.0.2.tar.gz 1293642 BLAKE2B 
3785f69e941c14c1146ff1c9a5afa149559821f915ff1068b38f94c3fc3fbd591c2144f24070232e885b616eeb88b5dd1a7c86d608d9ad42f6512688db79b1fe
 SHA512 
36261b89078e7ca10ddda3ad03871db34931d8a04f16edd663873a2f7c46b527bd607c27d0f4ff005ed869c16e0b7065992e629e257677b46d5ccb4b9a1dc7b2
 DIST paperwork-backend-2.0.3.tar.gz 1315449 BLAKE2B 
b5f788d1f3dd02ae9693ffbde6909fb343d5d68555c2d7225300371d545fc96550a34d5214b7b68594e6c5558aad6c50b38de26e444a7a2ca4f9318a7fbc4c84
 SHA512 
ed705910a09aedc124d6f14c1fd6d76d5e3790d2d01363bcea3cbb28955c1a08725276f09828ce1e286df06d7310b78630b95201146940d1680395c6420190a6
+DIST paperwork-backend-2.1.0.tar.gz 1352553 BLAKE2B 
84bf9f34be50c2cd762c1afb496e4625bed50018242e94925ad4d5428228fadc9ac8d3866f8fbb9f0a78d049599048db62c6d7201852638cc5ad0674ebc791f0
 SHA512 
72cf3176091d899433a50d8a166a2505f0be9e5917df311a6f5139af472363df427102dcde99e6097b11f6aa26571bdaba06047fafd2365b4dedec0d3a47da7a

diff --git a/app-text/paperwork-backend/paperwork-backend-2.1.0.ebuild 
b/app-text/paperwork-backend/paperwork-backend-2.1.0.ebuild
new file mode 100644
index ..b20acac9dac9
--- /dev/null
+++ b/app-text/paperwork-backend/paperwork-backend-2.1.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+DISTUTILS_USE_SETUPTOOLS=bdepend
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Backend part of Paperwork (Python API, no UI)"
+HOMEPAGE="https://gitlab.gnome.org/World/OpenPaperwork";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="app-text/poppler[introspection]
+   dev-python/distro[${PYTHON_USEDEP}]
+   dev-python/natsort[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   dev-python/pycairo[${PYTHON_USEDEP}]
+   dev-python/pycountry[${PYTHON_USEDEP}]
+   dev-python/pyenchant[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   dev-python/python-levenshtein[${PYTHON_USEDEP}]
+   dev-python/termcolor[${PYTHON_USEDEP}]
+   dev-python/whoosh[${PYTHON_USEDEP}]
+   sci-libs/scikit-learn[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"



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

2021-12-22 Thread Bernard Cafarelli
commit: 1615e6b0688b02485e265b4193879eae2763fdf2
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Wed Dec 22 12:47:11 2021 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Wed Dec 22 13:09:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1615e6b0

app-text/paperwork: 2.1.0 bump

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli  gentoo.org>

 app-text/paperwork/Manifest   |  1 +
 app-text/paperwork/paperwork-2.1.0.ebuild | 43 +++
 2 files changed, 44 insertions(+)

diff --git a/app-text/paperwork/Manifest b/app-text/paperwork/Manifest
index 7f7bd954b947..1667cc967000 100644
--- a/app-text/paperwork/Manifest
+++ b/app-text/paperwork/Manifest
@@ -1,2 +1,3 @@
 DIST paperwork-2.0.2.tar.gz 6222075 BLAKE2B 
6dba798ae2b18ba81891c8f9c29e1e2bc8670f24a65e554aa169f05fbf1a89382b9ea24abaa1784da657ac5b9d9d145ffbadaff86ddc3583023f164ffb40c351
 SHA512 
bde28c167eac5b134b4bdf0f2ac8d93eca4f99c1881ca0edc105c33674114b3a4e3508a1f45048f45ce1c2f6b690a0f765c1b980dbe42c7e1282172f12c3a853
 DIST paperwork-2.0.3.tar.gz 6224520 BLAKE2B 
099d76893b0b89e5f7914456ec31346f2833561a4528efed6ab4c596fa24893d375557d6c1e89f7c83f4a1acac161004138b7e1537aa2f3cb2de0460bcc3
 SHA512 
d5cf30ef8a6011817947c9878d4defe93a0c82f77562fd707c198d944657db754ba57d703ae3f931ac9e2d7f9f1eb7f9f9093a1d26f25dac0e336b03f9b25ed3
+DIST paperwork-2.1.0.tar.gz 5887310 BLAKE2B 
a28229c73342769fe004be38d5782c6e29d3893bf1fbdd8ccac9790057e2af0b01ef0ad6719310a40d609811efd6c13c7b3761bb9d5feab91a6127eca1526a3a
 SHA512 
4362b7feba917017d5c04cbfaf3d77a2619b7431f2687800f112ecac2edc48604f8bca8d4e6defd09bae1c69c6dfc3e1f22327166aa3563eb6b2c575827e536c

diff --git a/app-text/paperwork/paperwork-2.1.0.ebuild 
b/app-text/paperwork/paperwork-2.1.0.ebuild
new file mode 100644
index ..d5656e6f06c5
--- /dev/null
+++ b/app-text/paperwork/paperwork-2.1.0.ebuild
@@ -0,0 +1,43 @@
+# 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 xdg
+
+DESCRIPTION="a personal document manager for scanned documents (and PDFs)"
+HOMEPAGE="https://gitlab.gnome.org/World/OpenPaperwork";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="~app-text/openpaperwork-core-${PV}[${PYTHON_USEDEP}]
+   ~app-text/openpaperwork-gtk-${PV}[${PYTHON_USEDEP}]
+   ~app-text/paperwork-backend-${PV}[${PYTHON_USEDEP}]
+   dev-python/libpillowfight[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/pycairo[${PYTHON_USEDEP}]
+   dev-python/pyenchant[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   >=dev-python/pyocr-0.3.0[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   dev-python/pyxdg[${PYTHON_USEDEP}]
+   media-libs/libinsane
+   x11-libs/libnotify[introspection]"
+DEPEND="${RDEPEND}"
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   # This queries tesseract languages and will fail sandbox with
+   # USE=opencl, bug #793446
+   addpredict /dev/nvidiactl
+
+   PYTHONPATH="src" "${EPYTHON}" src/paperwork_gtk/main.py install \
+   --icon_base_dir="${ED}"/usr/share/icons \
+   --data_base_dir="${ED}"/usr/share
+}



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

2021-12-22 Thread Bernard Cafarelli
commit: 5de4394347b2576ad6fa55615193f3c42df029f0
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Wed Dec 22 12:33:49 2021 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Wed Dec 22 13:09:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5de43943

dev-python/pyocr: 0.8.1 bump

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli  gentoo.org>

 dev-python/pyocr/Manifest   |  1 +
 dev-python/pyocr/pyocr-0.8.1.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/pyocr/Manifest b/dev-python/pyocr/Manifest
index 4c352354d860..202c86b8f88f 100644
--- a/dev-python/pyocr/Manifest
+++ b/dev-python/pyocr/Manifest
@@ -1 +1,2 @@
+DIST pyocr-0.8.1.tar.gz 67150 BLAKE2B 
d7f06db3b27c7352365713640c2421e5b73f54869d46c684d6b96d26c3d4c719c5daa1650e023f0cc5a17c0e51b4fb387ef8583ed501ab8369fc70d1c78e77bf
 SHA512 
8a38f8175bd96de152cb0c34640fe0ca0bee369ecc455a1730a47f64d619901e48491fe0cf333073962f28a478f01ec71593881995e956589f60511b8636a32e
 DIST pyocr-0.8.tar.gz 65454 BLAKE2B 
881353eebce22cf316cd4375cc8971e740a9a463216a5b49c07c7813340cfa1a9bdd869b84b4c26566deab1551884179ae2fe0184dec73880b716118367803cd
 SHA512 
c8d811001b460a9004a80fbf570df3fe9a6af11e8ca0e90f23e5f3be54f6a54d859f4ad3db126a5216ea557ecb38ebd5dbece91810df2bf3e95f514c39649bce

diff --git a/dev-python/pyocr/pyocr-0.8.1.ebuild 
b/dev-python/pyocr/pyocr-0.8.1.ebuild
new file mode 100644
index ..b52028de434d
--- /dev/null
+++ b/dev-python/pyocr/pyocr-0.8.1.ebuild
@@ -0,0 +1,30 @@
+# 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="An optical character recognition (OCR) tool wrapper"
+HOMEPAGE="https://gitlab.gnome.org/World/OpenPaperwork/pyocr";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="cuneiform +tesseract"
+REQUIRED_USE="|| ( cuneiform tesseract )"
+
+RDEPEND="
+   dev-python/pillow[${PYTHON_USEDEP}]"
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   dev-python/setuptools_scm_git_archive[${PYTHON_USEDEP}]"
+
+# (tests apparently do not require any backend installed)
+distutils_enable_tests unittest
+
+RDEPEND+="
+   cuneiform? ( app-text/cuneiform )
+   tesseract? ( app-text/tesseract )"



[gentoo-commits] repo/gentoo:master commit in: www-apps/element/

2021-12-22 Thread Bernard Cafarelli
commit: 0d10a3bf771ac1ff805c503c87df41578d4854ae
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Wed Dec 22 12:53:29 2021 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Wed Dec 22 13:09:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d10a3bf

www-apps/element: 1.9.8 bump

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli  gentoo.org>

 www-apps/element/Manifest |  1 +
 www-apps/element/element-1.9.8.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/www-apps/element/Manifest b/www-apps/element/Manifest
index 8a8b1d71159b..8dc59734522b 100644
--- a/www-apps/element/Manifest
+++ b/www-apps/element/Manifest
@@ -1 +1,2 @@
 DIST element-v1.9.7.tar.gz 15626084 BLAKE2B 
f07e8e8d5ce9b9b24aa91c29807f4f402c96f4ec062d5bba1b0b3ef05e839a002bb8b9fd311b2d7beb5dda435d5dfbc3a392be6330dc74fad601909c717e00df
 SHA512 
5bf678d048d38dd887b73c2b00b7f4ca0aa3c93e836462a50d357b04a61f8e943beb56f5368fa748ef02bced5b4c1f19e45efa77875f1a87540d717440ecd2bc
+DIST element-v1.9.8.tar.gz 16536829 BLAKE2B 
bfeb0387fbb8bc5ffd90c34a7d659475665cf207226361caab44bb126381b651793e45bb7d08dd5bf316496445fed808f18383377cc3adeb11b64439ad1a7695
 SHA512 
4a91849adb1573933d6384bf586f321065a6c5effcaf054390c99a3a63221a5bc887b17a7cff65f1fabf69d3990ec92a07d102f8d86c68c549c323f35aaf867a

diff --git a/www-apps/element/element-1.9.8.ebuild 
b/www-apps/element/element-1.9.8.ebuild
new file mode 100644
index ..0d6f2e6d2cb4
--- /dev/null
+++ b/www-apps/element/element-1.9.8.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit webapp
+
+DESCRIPTION="A glossy Matrix collaboration client for the web"
+HOMEPAGE="https://element.io/";
+SRC_URI="https://github.com/vector-im/element-web/releases/download/v${PV}/${PN}-v${PV}.tar.gz";
+
+LICENSE="Apache-2.0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+need_httpd
+
+S=${WORKDIR}/${PN}-v${PV}
+
+src_install() {
+   webapp_src_preinst
+
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   dodir "${MY_HTDOCSDIR}"/home
+   dodir "${MY_HTDOCSDIR}"/sites
+
+   webapp_serverowned "${MY_HTDOCSDIR}"/home
+   webapp_serverowned "${MY_HTDOCSDIR}"/sites
+   #webapp_configfile "${MY_HTDOCSDIR}"/config.json
+
+   webapp_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: www-apps/owncloud/

2021-12-22 Thread Bernard Cafarelli
commit: ae306c0f8d0d1179217678c2321fedbd9de99915
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Wed Dec 22 12:53:46 2021 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Wed Dec 22 13:09:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae306c0f

www-apps/owncloud: 10.9.0 bump

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli  gentoo.org>

 www-apps/owncloud/Manifest   |  1 +
 www-apps/owncloud/owncloud-10.9.0.ebuild | 47 
 2 files changed, 48 insertions(+)

diff --git a/www-apps/owncloud/Manifest b/www-apps/owncloud/Manifest
index 12d19ceac597..f18c84cb6005 100644
--- a/www-apps/owncloud/Manifest
+++ b/www-apps/owncloud/Manifest
@@ -1 +1,2 @@
 DIST owncloud-10.8.0.tar.bz2 24917781 BLAKE2B 
909a8b51034fe07f83adcb3aff9c8eab790da40b115ecc715c4307ecb0364d5f65d75178d76ff27969b28a46f9585915412db235120dbb8600809057eea3c7f1
 SHA512 
47a23e5c2946e5d4c1d8c8e6d1b754e2a2bce436af532dbc7aa36c8031185fcc28b500fefa064e5290f2af68cbea823fa893acdb90307c9eddf53e126d282c96
+DIST owncloud-10.9.0.tar.bz2 64571921 BLAKE2B 
d091802d8e8e957232821c2c97a97a4f7ba610be30e7a70161e35c272729846a389c4e6e8d3a045e021fe51390678f8b942273832c233cadc8e4d573265fde7e
 SHA512 
4cf4b420899a3847cd1e9e1ef797528a1c625546ebaa1c116161ab3289b21524a69844602910cd576b0e5c37cd38d986f0e7b87f1990c725506d6da6d6ef4078

diff --git a/www-apps/owncloud/owncloud-10.9.0.ebuild 
b/www-apps/owncloud/owncloud-10.9.0.ebuild
new file mode 100644
index ..e7ba0f1d7abb
--- /dev/null
+++ b/www-apps/owncloud/owncloud-10.9.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit webapp
+
+DESCRIPTION="Web-based storage application where all your data is under your 
own control"
+HOMEPAGE="https://owncloud.org";
+SRC_URI="https://download.owncloud.org/community/${P}.tar.bz2";
+LICENSE="AGPL-3"
+
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="+curl mysql postgres +sqlite"
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+DEPEND=""
+RDEPEND=">=dev-lang/php-7.0[curl?,filter,gd,hash(+),intl,json(+),mysql?,pdo,posix,postgres?,session,simplexml,sqlite?,xmlreader,xmlwriter,zip]
+   virtual/httpd-php"
+
+S=${WORKDIR}/${PN}
+
+pkg_setup() {
+   webapp_pkg_setup
+}
+
+src_install() {
+   webapp_src_preinst
+
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+   dodir "${MY_HTDOCSDIR}"/data
+
+   webapp_serverowned -R "${MY_HTDOCSDIR}"/apps
+   webapp_serverowned -R "${MY_HTDOCSDIR}"/data
+   webapp_serverowned -R "${MY_HTDOCSDIR}"/config
+   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
+
+   webapp_src_install
+}
+
+pkg_postinst() {
+   elog "Additional applications (calendar, ...) are no longer provided by 
default."
+   elog "You can install them after login via the applications management 
page"
+   elog "(check the recommended tab). No application data is lost."
+   webapp_pkg_postinst
+}



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

2021-12-22 Thread Bernard Cafarelli
commit: 6e388b718af392cfd17bd6077aff0c9feab65a37
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Wed Dec 22 12:36:47 2021 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Wed Dec 22 13:09:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e388b71

app-text/openpaperwork-gtk: 2.1.0 bump

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli  gentoo.org>

 app-text/openpaperwork-gtk/Manifest|  1 +
 .../openpaperwork-gtk-2.1.0.ebuild | 23 ++
 2 files changed, 24 insertions(+)

diff --git a/app-text/openpaperwork-gtk/Manifest 
b/app-text/openpaperwork-gtk/Manifest
index 66264cb1a603..37d68b2635ad 100644
--- a/app-text/openpaperwork-gtk/Manifest
+++ b/app-text/openpaperwork-gtk/Manifest
@@ -1,2 +1,3 @@
 DIST openpaperwork-gtk-2.0.2.tar.gz 37740 BLAKE2B 
40e1570364dd23cda97184211205186dadf7826624c1d8846a7fb31378fdf0ea9aa715c07adbf657eea9b08f4c583d86eb248b8907317b572bea51ac52c9a54b
 SHA512 
c24f19a47f1ea1452f8efcf5cf1e4492f49a4f1c7fa7572f09341f4a8f70c2e9cfea478c32635d4ad998be90a069a55c4fe2a4c0e12a9835b9fa7e6b707494d7
 DIST openpaperwork-gtk-2.0.3.tar.gz 50590 BLAKE2B 
69fd8b9b6b964a375e511dd7ef535a8fea58e6183165a4b7b96239a6a35486f791ca9fc8aced7a5b84cc21cc1ccab12c114276de87e1d1cf55b2565dc44da7fc
 SHA512 
8da5651b7d949dfb4fa32ef84760530bba6d718674e6616ae80d1a274ae51cf5e28a55f7e08fc34e4681f61de8aef9d2094f2c4aa4862f8989b7c81da47e48c8
+DIST openpaperwork-gtk-2.1.0.tar.gz 57327 BLAKE2B 
13f3f0ded868948a9b489629e12c56625ce85aa13617fa72a40fa80b7182587340a295631a898e69267ace1df3ef75529e1e2b9d8654131d67224868aefba172
 SHA512 
73bd7e12c804d2e31920f16f8d2b48ff4d6e387d8982573c1960851b1b6d082ae4961aa163059831b0698d8072a4f9374f9c0b5b3deb52534ed6aa2734e7f916

diff --git a/app-text/openpaperwork-gtk/openpaperwork-gtk-2.1.0.ebuild 
b/app-text/openpaperwork-gtk/openpaperwork-gtk-2.1.0.ebuild
new file mode 100644
index ..e16750e3ee84
--- /dev/null
+++ b/app-text/openpaperwork-gtk/openpaperwork-gtk-2.1.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+DISTUTILS_USE_SETUPTOOLS=bdepend
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Paperwork plugins"
+HOMEPAGE="https://gitlab.gnome.org/World/OpenPaperwork";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/pycairo[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   x11-libs/gtk+:3[introspection]"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: net-fs/autofs/, net-fs/autofs/files/

2021-12-22 Thread Yixun Lan
commit: f7586f437afc004fee03a1fdf586d6dd9b7db480
Author: Yixun Lan  gentoo  org>
AuthorDate: Wed Dec 22 13:15:58 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Dec 22 13:17:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7586f43

net-fs/autofs: fix nfsv4 mount issue

Closes: https://bugs.gentoo.org/827239
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

 ...{autofs-5.1.8.ebuild => autofs-5.1.8-r1.ebuild} |  1 +
 net-fs/autofs/files/autofs-5.1.8-nfsv4-mount.patch | 88 ++
 2 files changed, 89 insertions(+)

diff --git a/net-fs/autofs/autofs-5.1.8.ebuild 
b/net-fs/autofs/autofs-5.1.8-r1.ebuild
similarity index 98%
rename from net-fs/autofs/autofs-5.1.8.ebuild
rename to net-fs/autofs/autofs-5.1.8-r1.ebuild
index 3c519f852c70..d8aa892b214a 100644
--- a/net-fs/autofs/autofs-5.1.8.ebuild
+++ b/net-fs/autofs/autofs-5.1.8-r1.ebuild
@@ -45,6 +45,7 @@ PATCHES=(
"${FILESDIR}/${PN}-5.1.6-pid.patch"
"${FILESDIR}/${PN}-5.1.6-pid.patch"
"${FILESDIR}/${P}-dmalloc.patch"
+   "${FILESDIR}/${P}-nfsv4-mount.patch"
 )
 
 pkg_setup() {

diff --git a/net-fs/autofs/files/autofs-5.1.8-nfsv4-mount.patch 
b/net-fs/autofs/files/autofs-5.1.8-nfsv4-mount.patch
new file mode 100644
index ..eb1bc6cb4241
--- /dev/null
+++ b/net-fs/autofs/files/autofs-5.1.8-nfsv4-mount.patch
@@ -0,0 +1,88 @@
+autofs-5.1.8 - fix nfsv4 only mounts should not use rpcbind
+
+From: Ian Kent 
+
+Commit 606795ecfaa1 ("autofs-5.1.7 - also require TCP_REQUESTED when
+setting NFS port" together with commit 26fb6b5408be) caused NFSv4 only
+mounts to also use rpcbind to probe availability which breaks the
+requirememt that this type of mount not use rpcbind at all.
+
+Fix this by treating fstype=nfs4 mounts as a special case which doesn't
+use rpcbind.
+---
+ CHANGELOG|1 +
+ include/replicated.h |2 ++
+ modules/mount_nfs.c  |   13 +++--
+ modules/replicated.c |4 ++--
+ 4 files changed, 12 insertions(+), 8 deletions(-)
+
+diff --git a/include/replicated.h b/include/replicated.h
+index 95ff1f0d..f889a56a 100644
+--- a/include/replicated.h
 b/include/replicated.h
+@@ -35,6 +35,8 @@
+ #define NFS3_REQUESTEDNFS3_SUPPORTED
+ #define NFS4_REQUESTEDNFS4_SUPPORTED
+ 
++#define NFS4_ONLY_REQUESTED   0x0800
++
+ #define TCP_SUPPORTED 0x0001
+ #define UDP_SUPPORTED 0x0002
+ #define TCP_REQUESTED TCP_SUPPORTED
+diff --git a/modules/mount_nfs.c b/modules/mount_nfs.c
+index 0ab87dcf..feb5afcd 100644
+--- a/modules/mount_nfs.c
 b/modules/mount_nfs.c
+@@ -92,7 +92,7 @@ int mount_mount(struct autofs_point *ap, const char *root, 
const char *name, int
+   mount_default_proto = defaults_get_mount_nfs_default_proto();
+   vers = NFS_VERS_DEFAULT | NFS_PROTO_DEFAULT;
+   if (strcmp(fstype, "nfs4") == 0)
+-  vers = NFS4_VERS_DEFAULT | TCP_SUPPORTED;
++  vers = NFS4_VERS_DEFAULT | TCP_SUPPORTED | NFS4_ONLY_REQUESTED;
+   else if (mount_default_proto == 4)
+   vers = vers | NFS4_VERS_DEFAULT;
+ 
+@@ -157,15 +157,16 @@ int mount_mount(struct autofs_point *ap, const char 
*root, const char *name, int
+   } else {
+   /* Is any version of NFSv4 in the options */
+   if (_strncmp("vers=4", cp, 6) == 0 ||
+-  _strncmp("nfsvers=4", cp, 9) == 0)
+-  vers = NFS4_VERS_MASK | TCP_SUPPORTED;
+-  else if (_strncmp("vers=3", cp, o_len) == 0 ||
++  _strncmp("nfsvers=4", cp, 9) == 0) {
++  vers &= ~(NFS_VERS_MASK);
++  vers |= NFS4_VERS_MASK | TCP_SUPPORTED 
| NFS4_ONLY_REQUESTED;
++  } else if (_strncmp("vers=3", cp, o_len) == 0 ||
+_strncmp("nfsvers=3", cp, o_len) == 0) 
{
+-  vers &= ~(NFS4_VERS_MASK | 
NFS_VERS_MASK);
++  vers &= ~(NFS4_VERS_MASK | 
NFS_VERS_MASK | NFS4_ONLY_REQUESTED);
+   vers |= NFS3_REQUESTED;
+   } else if (_strncmp("vers=2", cp, o_len) == 0 ||
+_strncmp("nfsvers=2", cp, o_len) == 0) 
{
+-  vers &= ~(NFS4_VERS_MASK | 
NFS_VERS_MASK);
++  vers &= ~(NFS4_VERS_MASK | 
NFS_VERS_MASK | NFS4_ONLY_REQUESTED);
+   vers |= NFS2_REQUESTED;
+   } else if (strstr(cp, "port=") == cp &&
+o_len - 5 < 25) {
+diff --git a/modules/replicated.c b/modules/replicated.c
+index 09075dd0..cdb7c617 100644
+--- a/modules/replicate

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

2021-12-22 Thread Fabian Groffen
commit: 5f9ccfdbe32fb1b0acc380c5098cb723182250f7
Author: Anna Vyalkova  sysrq  in>
AuthorDate: Wed Dec 22 04:32:41 2021 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Dec 22 13:20:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f9ccfdb

app-text/antiword: revbump (EAPI 5 -> 8)

Closes: https://bugs.gentoo.org/829790
Signed-off-by: Anna Vyalkova  sysrq.in>
Signed-off-by: Fabian Groffen  gentoo.org>

 app-text/antiword/antiword-0.37-r2.ebuild | 55 +++
 1 file changed, 55 insertions(+)

diff --git a/app-text/antiword/antiword-0.37-r2.ebuild 
b/app-text/antiword/antiword-0.37-r2.ebuild
new file mode 100644
index ..1b0fc3a45055
--- /dev/null
+++ b/app-text/antiword/antiword-0.37-r2.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+PATCHVER="r2"
+DESCRIPTION="free MS Word reader"
+HOMEPAGE="http://www.winfield.demon.nl";
+SRC_URI="http://www.winfield.demon.nl/linux/${P}.tar.gz
+   
https://dev.gentoo.org/~grobian/distfiles/${PN}-gentoo-patches-${PATCHVER}.tar.bz2";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+
+PATCHES=(
+   "${WORKDIR}"/${PN}-gentoo-patches-${PATCHVER}
+   "${FILESDIR}"/${P}-CVE-2014-8123.patch
+)
+
+DOCS=( 
Docs/{ChangeLog,Exmh,Emacs,FAQ,History,Netscape,QandA,ReadMe,Mozilla,Mutt} )
+
+src_prepare() {
+   # Makefile is a symlink to Makefile.Linux, avoid that we patch it by
+   # accident using patch <2.7, see bug #435492
+   rm Makefile || die
+
+   default
+
+   # Re-add convenience symlink, see above
+   ln -s Makefile.Linux Makefile
+}
+
+src_configure() {
+   true
+}
+
+src_compile() {
+   emake PREFIX="${EPREFIX}" OPT="${CFLAGS}" CC="$(tc-getCC)" 
LD="$(tc-getCC)" \
+   LDFLAGS="${LDFLAGS}"
+}
+
+src_install() {
+   emake -j1 PREFIX="${EPREFIX}" DESTDIR="${D}" global_install
+
+   einstalldocs
+
+   docompress -x /usr/share/doc/${PF}/examples
+   docinto examples
+   dodoc Docs/testdoc.doc Docs/antiword.php
+
+   doman Docs/antiword.1
+}



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

2021-12-22 Thread Ben Kohler
commit: a7bfec9fda4f5b16ca2023b9eb2b4fa9eb7087cb
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Dec 22 13:40:27 2021 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Dec 22 13:40:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7bfec9f

net-misc/remmina: appindicator support default-on

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

 net-misc/remmina/remmina-1.4.23-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/remmina/remmina-1.4.23-r1.ebuild 
b/net-misc/remmina/remmina-1.4.23-r1.ebuild
index eff22ac6426d..626d6f634f16 100644
--- a/net-misc/remmina/remmina-1.4.23-r1.ebuild
+++ b/net-misc/remmina/remmina-1.4.23-r1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://gitlab.com/Remmina/Remmina/-/archive/v${PV}/${MY_P}.tar.gz";
 LICENSE="GPL-2+-with-openssl-exception"
 SLOT="0"
 KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="appindicator crypt cups examples gnome-keyring gvnc kwallet nls spice 
ssh rdp telemetry vnc webkit x2go zeroconf"
+IUSE="+appindicator crypt cups examples gnome-keyring gvnc kwallet nls spice 
ssh rdp telemetry vnc webkit x2go zeroconf"
 
 COMMON_DEPEND="
dev-libs/glib:2



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

2021-12-22 Thread Ben Kohler
commit: 54768baa218a1b15c27d03ea9769b0c39090af87
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Dec 22 13:39:27 2021 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Dec 22 13:39:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54768baa

net-misc/remmina: revbump for libappindicator fix, & spice fix

Closes: https://bugs.gentoo.org/811078
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Ben Kohler  gentoo.org>

 .../{remmina-1.4.23.ebuild => remmina-1.4.23-r1.ebuild}  | 16 ++--
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/net-misc/remmina/remmina-1.4.23.ebuild 
b/net-misc/remmina/remmina-1.4.23-r1.ebuild
similarity index 89%
rename from net-misc/remmina/remmina-1.4.23.ebuild
rename to net-misc/remmina/remmina-1.4.23-r1.ebuild
index fe7f549ab031..eff22ac6426d 100644
--- a/net-misc/remmina/remmina-1.4.23.ebuild
+++ b/net-misc/remmina/remmina-1.4.23-r1.ebuild
@@ -14,12 +14,11 @@ 
SRC_URI="https://gitlab.com/Remmina/Remmina/-/archive/v${PV}/${MY_P}.tar.gz";
 LICENSE="GPL-2+-with-openssl-exception"
 SLOT="0"
 KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="crypt cups examples gnome-keyring gvnc kwallet nls spice ssh rdp 
telemetry vnc webkit x2go zeroconf"
+IUSE="appindicator crypt cups examples gnome-keyring gvnc kwallet nls spice 
ssh rdp telemetry vnc webkit x2go zeroconf"
 
 COMMON_DEPEND="
dev-libs/glib:2
dev-libs/json-glib
-   dev-libs/libappindicator:3
dev-libs/libpcre2
dev-libs/libsodium:=
dev-libs/openssl:0=
@@ -28,6 +27,7 @@ COMMON_DEPEND="
x11-libs/gtk+:3
x11-libs/libX11
x11-libs/libxkbfile
+   appindicator? ( dev-libs/libappindicator:3 )
crypt? ( dev-libs/libgcrypt:0= )
gnome-keyring? ( app-crypt/libsecret )
gvnc? ( net-libs/gtk-vnc )
@@ -43,15 +43,18 @@ COMMON_DEPEND="
x2go? ( net-misc/pyhoca-cli )
zeroconf? ( >=net-dns/avahi-0.8-r2[dbus,gtk] )
 "
+
+DEPEND="
+   ${COMMON_DEPEND}
+   spice? ( app-emulation/spice-protocol )
+"
+
 BDEPEND="
dev-util/intltool
virtual/pkgconfig
nls? ( sys-devel/gettext )
 "
-DEPEND="
-   ${COMMON_DEPEND}
-   app-emulation/spice-protocol
-"
+
 RDEPEND="
${COMMON_DEPEND}
virtual/freedesktop-icon-theme
@@ -68,6 +71,7 @@ src_prepare() {
 
 src_configure() {
local mycmakeargs=(
+   -DHAVE_LIBAPPINDICATOR=$(usex appindicator ON OFF)
-DWITH_AVAHI=$(usex zeroconf)
-DWITH_CUPS=$(usex cups)
-DWITH_EXAMPLES=$(usex examples)



[gentoo-commits] repo/gentoo:master commit in: net-fs/autofs/

2021-12-22 Thread Yixun Lan
commit: 984f80b14477aa6585d5dd99c499ef33b07955ee
Author: Yixun Lan  gentoo  org>
AuthorDate: Wed Dec 22 13:37:10 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Dec 22 13:44:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=984f80b1

net-fs/autofs: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

 net-fs/autofs/autofs-5.1.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-fs/autofs/autofs-5.1.8-r1.ebuild 
b/net-fs/autofs/autofs-5.1.8-r1.ebuild
index d8aa892b214a..4cfe174ca6a6 100644
--- a/net-fs/autofs/autofs-5.1.8-r1.ebuild
+++ b/net-fs/autofs/autofs-5.1.8-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.kernel.org/pub/linux/daemons/${PN}/v5/${P}.tar.xz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86"
 IUSE="dmalloc ldap +libtirpc mount-locking sasl systemd"
 
 # currently, sasl code assumes the presence of kerberosV



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

2021-12-22 Thread Yixun Lan
commit: c8174bde02b08edeea0a7084a77c9a5d4c42d47e
Author: Yixun Lan  gentoo  org>
AuthorDate: Wed Dec 22 13:36:10 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Dec 22 13:43:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8174bde

dev-libs/dmalloc: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

 dev-libs/dmalloc/dmalloc-5.5.2-r7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/dmalloc/dmalloc-5.5.2-r7.ebuild 
b/dev-libs/dmalloc/dmalloc-5.5.2-r7.ebuild
index 60e05ee68fbf..63f70913d550 100644
--- a/dev-libs/dmalloc/dmalloc-5.5.2-r7.ebuild
+++ b/dev-libs/dmalloc/dmalloc-5.5.2-r7.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dmalloc.com/releases/${P}.tgz";
 
 LICENSE="CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
 IUSE="threads"
 
 BDEPEND="sys-apps/texinfo"



[gentoo-commits] repo/gentoo:master commit in: sys-kernel/vanilla-sources/

2021-12-22 Thread Mike Pagano
commit: bada90b9450907cbfc8db394340b0878c3dd0311
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Dec 22 13:52:05 2021 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Dec 22 13:52:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bada90b9

sys-kernel/vanilla-sources: Linux version bumps

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Mike Pagano  gentoo.org>

 sys-kernel/vanilla-sources/Manifest| 14 +++---
 ...ces-4.14.258.ebuild => vanilla-sources-4.14.259.ebuild} |  0
 ...ces-4.19.221.ebuild => vanilla-sources-4.19.222.ebuild} |  0
 ...urces-4.4.295.ebuild => vanilla-sources-4.4.296.ebuild} |  0
 ...urces-4.9.293.ebuild => vanilla-sources-4.9.294.ebuild} |  0
 ...urces-5.10.87.ebuild => vanilla-sources-5.10.88.ebuild} |  0
 ...urces-5.15.10.ebuild => vanilla-sources-5.15.11.ebuild} |  0
 ...urces-5.4.167.ebuild => vanilla-sources-5.4.168.ebuild} |  0
 8 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index e2aee43d890c..6d7f521af96e 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -5,10 +5,10 @@ DIST linux-4.9.tar.xz 93192404 BLAKE2B 
83ae310b17d47f1f18d6d28537c31e10f3e60458c
 DIST linux-5.10.tar.xz 116606704 BLAKE2B 
b923d7b66309224f42f35f8a5fa219421b0a9362d2adacdadd8d96251f61f7230878ea297a269a7f3b3c56830f0b177e068691e1d7f88501a05653b0a13274d1
 SHA512 
95bc137d0cf9148da6a9d1f1a878698dc27b40f68e22c597544010a6c591ce1b256f083489d3ff45ff77753289b535135590194d88ef9f007d0ddab3d74de70e
 DIST linux-5.15.tar.xz 121913744 BLAKE2B 
3921274b23f7938abdf3ed9334534b4581e13d7484303d3a5280eddb038999aaa8b83a487472d9c4a219af0f06b9fecccaf348fb5510ab8762f4ef4b7e83
 SHA512 
d25ad40b5bcd6a4c6042fd0fd84e196e7a58024734c3e9a484fd0d5d54a0c1d87db8a3c784eff55e43b6f021709dc685eb0efa18d2aec327e4f88a79f405705a
 DIST linux-5.4.tar.xz 109441440 BLAKE2B 
193bc4a3147e147d5529956164ec4912fad5d5c6fb07f909ff1056e57235834173194afc686993ccd785c1ff15804de0961b625f3008cca0e27493efc8f27b13
 SHA512 
9f60f77e8ab972b9438ac648bed17551c8491d6585a5e85f694b2eaa4c623fbc61eb18419b2656b6795eac5deec0edaa04547fc6723fbda52256bd7f3486898f
-DIST patch-4.14.258.xz 4560540 BLAKE2B 
5f64137858da8c5068e52cdece1363540c19c97e5f464c12480e60f39f4b537e985c08e4e97b88724f01259ae49faaa64d1bca6f29dff1fd0b95f957f12ab8fe
 SHA512 
eda5df3b7292f50498b93e5ffef3759fe4faa6c2a51b00af7c63ba426343957d85533141799157a3f839ec7e27a8ca70e65551d7109a45aa4914f0e700eeb0a8
-DIST patch-4.19.221.xz 4400744 BLAKE2B 
a627eb80f1251ca6ca23eec8222480a3ef2698b59bb786e96b8652be3ff24228a11d9935905f79e726d5b8baa49b42ab7ce14dbded2ab62888a8ad2891e1a7e8
 SHA512 
cb719ae0b3b2b61c3b12ce1fd51751ac64afdc330292b845166d503ddae0a1f4a5190508ec60173bf35689f182b10f6d606d739b9b2d3197fcc729b3b00b0581
-DIST patch-4.4.295.xz 3725168 BLAKE2B 
ebab6dd703683a05d6ab6221b0239789ba94a6d2bae262d5b09ed0e313f31166d1167dea3579582df907943307efb504b6f5dbec565322d280fa5fb72329c828
 SHA512 
b464f3308d66e9c8836b371b94ac778b8111da6b40d8998b18d8a1eda667e156458e2e2c95ae1845b11c5bb6be025e4a83282689c309b5a7cdd234a6d5f4aa1e
-DIST patch-4.9.293.xz 4184840 BLAKE2B 
8a30cc34dedaf91d7bf674cb74fcf795458fef57e46f26e24a9a38c9187b523492cdef17c05fdc8bac3a861b72aece3cab81571b9ebb0d0f88b4f75ec7e3aaba
 SHA512 
4ec31b9cd9f2608cf7fea45d24fed95e757141acc0639272034786324d685b065791b12c18d55e5de3482d50af643cb22da5febc4ca15e0a15eed766fe97c0c4
-DIST patch-5.10.87.xz 2526488 BLAKE2B 
b8f7f606846c374d747434562f2ce91313ff7ffdb305907535ec30a7f798f9bc51d9c3b1c41c15fe1f8a1126f925a882b9e3b6430b95c5b0a141b5074f45647b
 SHA512 
c34a20cfe1a3a27197c27c486b85c2ffc6bb7633d5ece654276985342dc9b9b71174b5adc434497b026d481ae07fe8f7c03f7023a64df74bf81fab7a4f567307
-DIST patch-5.15.10.xz 547584 BLAKE2B 
1eb888fb5473fc44da94d4fd9a15b7614fa50bbc88d70745dac766ce278b7ad5bbbe0f52c359bb5430b302c6dfbc6f0583c057b3a2ab74b26d1f41011cc5c353
 SHA512 
c24609831cb7eedfdf75856416924ff40b0cdaf533ac70d89a7b43a57f09424571cbccbc85a6e76586680fc6a3302478a73f7517b85ae1693972edc2d8d6673f
-DIST patch-5.4.167.xz 3591688 BLAKE2B 
bdbedbd6cdd8219dc19eea240f92382f81dfa4cf917a59eb485536946aaeee15a6baf0a71082d3dc2afc859b4d24475da55b8cd2ea36c700da9f76e1e8c0d805
 SHA512 
87ef7e72a0ee498d3ba343e6fcacba24ac425899cc6d12f41e3eed184b2a021266552824b8b0a4698d2b9f292de9c95373480856e33bb884fbb20918197a2f27
+DIST patch-4.14.259.xz 4568928 BLAKE2B 
85189f02e526d39198706ca78fb19b2c541a33921fba508da01d0e2d6283d401c07b936a05751dfac1b72ef4cc8d8fed89fb33203399ff60d91fb21b777034d0
 SHA512 
b723ae1b752d64010bc48f23f1e7c3d4f4d5f355d606f3681b7fad8d92914a9271335ab997ae2298ac804d6c0c47ffc5e359d878be08f6b10d382f87473b08fc
+DIST patch-4.19.222.xz 4411296 BLAKE2B 
00e996b7ff8d9d90dce16aa38072d45152c6ca9a2f823d4797ab4bb8f2cea306ad01e412e18ac7ba04464865c6beb301bb8df7ee6e5ba7522bd989b29b6280c5
 SHA512 
8378d4cdd66d8cc0a3ef4e3a5c5ebc41579146ee2679bd450f931411c68af27e6215ea019fea08436c188756564e341764dffa746b42

[gentoo-commits] proj/linux-patches:5.10 commit in: /

2021-12-22 Thread Mike Pagano
commit: a65240864c0cc8dd0f787643c5f01b65e5dd5685
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Dec 22 14:05:30 2021 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Dec 22 14:05:30 2021 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=a6524086

Linux patch 5.10.88

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

 _README  |4 +
 1087_linux-5.10.88.patch | 3012 ++
 2 files changed, 3016 insertions(+)

diff --git a/_README b/_README
index b743d7ac..a6cd68ff 100644
--- a/_README
+++ b/_README
@@ -391,6 +391,10 @@ Patch:  1086_linux-5.10.87.patch
 From:   http://www.kernel.org
 Desc:   Linux 5.10.87
 
+Patch:  1087_linux-5.10.88.patch
+From:   http://www.kernel.org
+Desc:   Linux 5.10.88
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1087_linux-5.10.88.patch b/1087_linux-5.10.88.patch
new file mode 100644
index ..2deec06c
--- /dev/null
+++ b/1087_linux-5.10.88.patch
@@ -0,0 +1,3012 @@
+diff --git a/Documentation/networking/device_drivers/ethernet/intel/ixgbe.rst 
b/Documentation/networking/device_drivers/ethernet/intel/ixgbe.rst
+index f1d5233e5e510..0a233b17c664e 100644
+--- a/Documentation/networking/device_drivers/ethernet/intel/ixgbe.rst
 b/Documentation/networking/device_drivers/ethernet/intel/ixgbe.rst
+@@ -440,6 +440,22 @@ NOTE: For 82599-based network connections, if you are 
enabling jumbo frames in
+ a virtual function (VF), jumbo frames must first be enabled in the physical
+ function (PF). The VF MTU setting cannot be larger than the PF MTU.
+ 
++NBASE-T Support
++---
++The ixgbe driver supports NBASE-T on some devices. However, the advertisement
++of NBASE-T speeds is suppressed by default, to accommodate broken network
++switches which cannot cope with advertised NBASE-T speeds. Use the ethtool
++command to enable advertising NBASE-T speeds on devices which support it::
++
++  ethtool -s eth? advertise 0x180001028
++
++On Linux systems with INTERFACES(5), this can be specified as a pre-up command
++in /etc/network/interfaces so that the interface is always brought up with
++NBASE-T support, e.g.::
++
++  iface eth? inet dhcp
++   pre-up ethtool -s eth? advertise 0x180001028 || true
++
+ Generic Receive Offload, aka GRO
+ 
+ The driver supports the in-kernel software implementation of GRO. GRO has
+diff --git a/Makefile b/Makefile
+index d627f4ae5af56..0b74b414f4e57 100644
+--- a/Makefile
 b/Makefile
+@@ -1,7 +1,7 @@
+ # SPDX-License-Identifier: GPL-2.0
+ VERSION = 5
+ PATCHLEVEL = 10
+-SUBLEVEL = 87
++SUBLEVEL = 88
+ EXTRAVERSION =
+ NAME = Dare mighty things
+ 
+diff --git a/arch/arm/boot/dts/imx6ull-pinfunc.h 
b/arch/arm/boot/dts/imx6ull-pinfunc.h
+index eb025a9d47592..7328d4ef8559f 100644
+--- a/arch/arm/boot/dts/imx6ull-pinfunc.h
 b/arch/arm/boot/dts/imx6ull-pinfunc.h
+@@ -82,6 +82,6 @@
+ #define MX6ULL_PAD_CSI_DATA04__ESAI_TX_FS 0x01F4 
0x0480 0x 0x9 0x0
+ #define MX6ULL_PAD_CSI_DATA05__ESAI_TX_CLK0x01F8 
0x0484 0x 0x9 0x0
+ #define MX6ULL_PAD_CSI_DATA06__ESAI_TX5_RX0   0x01FC 
0x0488 0x 0x9 0x0
+-#define MX6ULL_PAD_CSI_DATA07__ESAI_T00x0200 
0x048C 0x 0x9 0x0
++#define MX6ULL_PAD_CSI_DATA07__ESAI_TX0   0x0200 
0x048C 0x 0x9 0x0
+ 
+ #endif /* __DTS_IMX6ULL_PINFUNC_H */
+diff --git a/arch/arm/boot/dts/socfpga_arria10_socdk_qspi.dts 
b/arch/arm/boot/dts/socfpga_arria10_socdk_qspi.dts
+index 2b645642b9352..2a745522404d6 100644
+--- a/arch/arm/boot/dts/socfpga_arria10_socdk_qspi.dts
 b/arch/arm/boot/dts/socfpga_arria10_socdk_qspi.dts
+@@ -12,7 +12,7 @@
+   flash0: n25q00@0 {
+   #address-cells = <1>;
+   #size-cells = <1>;
+-  compatible = "n25q00aa";
++  compatible = "micron,mt25qu02g", "jedec,spi-nor";
+   reg = <0>;
+   spi-max-frequency = <1>;
+ 
+diff --git a/arch/arm/boot/dts/socfpga_arria5_socdk.dts 
b/arch/arm/boot/dts/socfpga_arria5_socdk.dts
+index 90e676e7019f2..1b02d46496a85 100644
+--- a/arch/arm/boot/dts/socfpga_arria5_socdk.dts
 b/arch/arm/boot/dts/socfpga_arria5_socdk.dts
+@@ -119,7 +119,7 @@
+   flash: flash@0 {
+   #address-cells = <1>;
+   #size-cells = <1>;
+-  compatible = "n25q256a";
++  compatible = "micron,n25q256a", "jedec,spi-nor";
+   reg = <0>;
+   spi-max-frequency = <1>;
+ 
+diff --git a/arch/arm/boot/dts/socfpga_cyclone5_socdk.dts 
b/arch/arm/boot/dts/socfpga_cyclone5_socdk.dts
+index 6f138b2b26163..51bb436784e24 100644
+--- a/arch/arm/boot/dts/socfpga_cyclone5_socdk.dts
 b/arch/arm/boot/dts/socfpga_cyclone5_socdk.dts
+@@ -124,7 +124,7 @@
+ 

[gentoo-commits] proj/linux-patches:5.4 commit in: /

2021-12-22 Thread Mike Pagano
commit: c267aa3e43d90cb318844229333ae06cd918a712
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Dec 22 14:06:08 2021 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Dec 22 14:06:08 2021 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=c267aa3e

Linux patch 5.4.168

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

 _README  |4 +
 1167_linux-5.4.168.patch | 2322 ++
 2 files changed, 2326 insertions(+)

diff --git a/_README b/_README
index 03c7ef31..e5039e81 100644
--- a/_README
+++ b/_README
@@ -711,6 +711,10 @@ Patch:  1166_linux-5.4.167.patch
 From:   http://www.kernel.org
 Desc:   Linux 5.4.167
 
+Patch:  1167_linux-5.4.168.patch
+From:   http://www.kernel.org
+Desc:   Linux 5.4.168
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1167_linux-5.4.168.patch b/1167_linux-5.4.168.patch
new file mode 100644
index ..529751cb
--- /dev/null
+++ b/1167_linux-5.4.168.patch
@@ -0,0 +1,2322 @@
+diff --git a/Makefile b/Makefile
+index 1045f7fc08503..c23f5b17d239f 100644
+--- a/Makefile
 b/Makefile
+@@ -1,7 +1,7 @@
+ # SPDX-License-Identifier: GPL-2.0
+ VERSION = 5
+ PATCHLEVEL = 4
+-SUBLEVEL = 167
++SUBLEVEL = 168
+ EXTRAVERSION =
+ NAME = Kleptomaniac Octopus
+ 
+diff --git a/arch/arm/boot/dts/imx6ull-pinfunc.h 
b/arch/arm/boot/dts/imx6ull-pinfunc.h
+index eb025a9d47592..7328d4ef8559f 100644
+--- a/arch/arm/boot/dts/imx6ull-pinfunc.h
 b/arch/arm/boot/dts/imx6ull-pinfunc.h
+@@ -82,6 +82,6 @@
+ #define MX6ULL_PAD_CSI_DATA04__ESAI_TX_FS 0x01F4 
0x0480 0x 0x9 0x0
+ #define MX6ULL_PAD_CSI_DATA05__ESAI_TX_CLK0x01F8 
0x0484 0x 0x9 0x0
+ #define MX6ULL_PAD_CSI_DATA06__ESAI_TX5_RX0   0x01FC 
0x0488 0x 0x9 0x0
+-#define MX6ULL_PAD_CSI_DATA07__ESAI_T00x0200 
0x048C 0x 0x9 0x0
++#define MX6ULL_PAD_CSI_DATA07__ESAI_TX0   0x0200 
0x048C 0x 0x9 0x0
+ 
+ #endif /* __DTS_IMX6ULL_PINFUNC_H */
+diff --git a/arch/arm/boot/dts/socfpga_arria10_socdk_qspi.dts 
b/arch/arm/boot/dts/socfpga_arria10_socdk_qspi.dts
+index b4c0a76a4d1af..4c2fcfcc7baed 100644
+--- a/arch/arm/boot/dts/socfpga_arria10_socdk_qspi.dts
 b/arch/arm/boot/dts/socfpga_arria10_socdk_qspi.dts
+@@ -12,7 +12,7 @@
+   flash0: n25q00@0 {
+   #address-cells = <1>;
+   #size-cells = <1>;
+-  compatible = "n25q00aa";
++  compatible = "micron,mt25qu02g", "jedec,spi-nor";
+   reg = <0>;
+   spi-max-frequency = <1>;
+ 
+diff --git a/arch/arm/boot/dts/socfpga_arria5_socdk.dts 
b/arch/arm/boot/dts/socfpga_arria5_socdk.dts
+index 90e676e7019f2..1b02d46496a85 100644
+--- a/arch/arm/boot/dts/socfpga_arria5_socdk.dts
 b/arch/arm/boot/dts/socfpga_arria5_socdk.dts
+@@ -119,7 +119,7 @@
+   flash: flash@0 {
+   #address-cells = <1>;
+   #size-cells = <1>;
+-  compatible = "n25q256a";
++  compatible = "micron,n25q256a", "jedec,spi-nor";
+   reg = <0>;
+   spi-max-frequency = <1>;
+ 
+diff --git a/arch/arm/boot/dts/socfpga_cyclone5_socdk.dts 
b/arch/arm/boot/dts/socfpga_cyclone5_socdk.dts
+index 6f138b2b26163..51bb436784e24 100644
+--- a/arch/arm/boot/dts/socfpga_cyclone5_socdk.dts
 b/arch/arm/boot/dts/socfpga_cyclone5_socdk.dts
+@@ -124,7 +124,7 @@
+   flash0: n25q00@0 {
+   #address-cells = <1>;
+   #size-cells = <1>;
+-  compatible = "n25q00";
++  compatible = "micron,mt25qu02g", "jedec,spi-nor";
+   reg = <0>;  /* chip select */
+   spi-max-frequency = <1>;
+ 
+diff --git a/arch/arm/boot/dts/socfpga_cyclone5_sockit.dts 
b/arch/arm/boot/dts/socfpga_cyclone5_sockit.dts
+index c155ff02eb6e0..cae9ddd5ed38b 100644
+--- a/arch/arm/boot/dts/socfpga_cyclone5_sockit.dts
 b/arch/arm/boot/dts/socfpga_cyclone5_sockit.dts
+@@ -169,7 +169,7 @@
+   flash: flash@0 {
+   #address-cells = <1>;
+   #size-cells = <1>;
+-  compatible = "n25q00";
++  compatible = "micron,mt25qu02g", "jedec,spi-nor";
+   reg = <0>;
+   spi-max-frequency = <1>;
+ 
+diff --git a/arch/arm/boot/dts/socfpga_cyclone5_socrates.dts 
b/arch/arm/boot/dts/socfpga_cyclone5_socrates.dts
+index 8d5d3996f6f27..ca18b959e6559 100644
+--- a/arch/arm/boot/dts/socfpga_cyclone5_socrates.dts
 b/arch/arm/boot/dts/socfpga_cyclone5_socrates.dts
+@@ -80,7 +80,7 @@
+   flash: flash@0 {
+   #address-cells = <1>;
+   #size-cells = <1>;
+-  compatible = "n25q256a";
++  compatible = "micron,n25q256a", "jedec,spi-nor";
+   reg = <0>;
+   spi-max-fre

[gentoo-commits] proj/linux-patches:4.19 commit in: /

2021-12-22 Thread Mike Pagano
commit: 3e2fc91a7740493d363b499e66775cf6fa896fa3
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Dec 22 14:06:49 2021 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Dec 22 14:06:49 2021 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=3e2fc91a

Linux 4.19.222

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

 _README   |4 +
 1221_linux-4.19.222.patch | 2422 +
 2 files changed, 2426 insertions(+)

diff --git a/_README b/_README
index 03cf027a..7dda2480 100644
--- a/_README
+++ b/_README
@@ -923,6 +923,10 @@ Patch:  1220_linux-4.19.221.patch
 From:   https://www.kernel.org
 Desc:   Linux 4.19.221
 
+Patch:  1221_linux-4.19.222.patch
+From:   https://www.kernel.org
+Desc:   Linux 4.19.222
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1221_linux-4.19.222.patch b/1221_linux-4.19.222.patch
new file mode 100644
index ..1a273590
--- /dev/null
+++ b/1221_linux-4.19.222.patch
@@ -0,0 +1,2422 @@
+diff --git a/Makefile b/Makefile
+index c0676abcf60ff..aa6cdaebe18b2 100644
+--- a/Makefile
 b/Makefile
+@@ -1,7 +1,7 @@
+ # SPDX-License-Identifier: GPL-2.0
+ VERSION = 4
+ PATCHLEVEL = 19
+-SUBLEVEL = 221
++SUBLEVEL = 222
+ EXTRAVERSION =
+ NAME = "People's Front"
+ 
+@@ -1158,7 +1158,7 @@ endef
+ 
+ define filechk_version.h
+   (echo \#define LINUX_VERSION_CODE $(shell \
+-  expr $(VERSION) \* 65536 + 0$(PATCHLEVEL) \* 256 + 0$(SUBLEVEL)); \
++  expr $(VERSION) \* 65536 + 0$(PATCHLEVEL) \* 256 + 255); \
+   echo '#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))';)
+ endef
+ 
+diff --git a/arch/Kconfig b/arch/Kconfig
+index e3a030f7a7226..dd71b34fe4f5f 100644
+--- a/arch/Kconfig
 b/arch/Kconfig
+@@ -870,6 +870,9 @@ config HAVE_ARCH_PREL32_RELOCATIONS
+ architectures, and don't require runtime relocation on relocatable
+ kernels.
+ 
++config ARCH_USE_MEMREMAP_PROT
++  bool
++
+ source "kernel/gcov/Kconfig"
+ 
+ source "scripts/gcc-plugins/Kconfig"
+diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug
+index bee0ba1d1cfb7..01c760929c9e4 100644
+--- a/arch/arm/Kconfig.debug
 b/arch/arm/Kconfig.debug
+@@ -45,30 +45,42 @@ config DEBUG_WX
+ 
+   If in doubt, say "Y".
+ 
+-# RMK wants arm kernels compiled with frame pointers or stack unwinding.
+-# If you know what you are doing and are willing to live without stack
+-# traces, you can get a slightly smaller kernel by setting this option to
+-# n, but then RMK will have to kill you ;).
+-config FRAME_POINTER
+-  bool
+-  depends on !THUMB2_KERNEL
+-  default y if !ARM_UNWIND || FUNCTION_GRAPH_TRACER
++choice
++  prompt "Choose kernel unwinder"
++  default UNWINDER_ARM if AEABI && !FUNCTION_GRAPH_TRACER
++  default UNWINDER_FRAME_POINTER if !AEABI || FUNCTION_GRAPH_TRACER
++  help
++This determines which method will be used for unwinding kernel stack
++traces for panics, oopses, bugs, warnings, perf, /proc//stack,
++livepatch, lockdep, and more.
++
++config UNWINDER_FRAME_POINTER
++  bool "Frame pointer unwinder"
++  depends on !THUMB2_KERNEL && !CC_IS_CLANG
++  select ARCH_WANT_FRAME_POINTERS
++  select FRAME_POINTER
+   help
+-If you say N here, the resulting kernel will be slightly smaller and
+-faster. However, if neither FRAME_POINTER nor ARM_UNWIND are enabled,
+-when a problem occurs with the kernel, the information that is
+-reported is severely limited.
++This option enables the frame pointer unwinder for unwinding
++kernel stack traces.
+ 
+-config ARM_UNWIND
+-  bool "Enable stack unwinding support (EXPERIMENTAL)"
++config UNWINDER_ARM
++  bool "ARM EABI stack unwinder"
+   depends on AEABI
+-  default y
++  select ARM_UNWIND
+   help
+ This option enables stack unwinding support in the kernel
+ using the information automatically generated by the
+ compiler. The resulting kernel image is slightly bigger but
+ the performance is not affected. Currently, this feature
+-only works with EABI compilers. If unsure say Y.
++only works with EABI compilers.
++
++endchoice
++
++config ARM_UNWIND
++  bool
++
++config FRAME_POINTER
++  bool
+ 
+ config OLD_MCOUNT
+   bool
+diff --git a/arch/arm/boot/dts/imx6ull-pinfunc.h 
b/arch/arm/boot/dts/imx6ull-pinfunc.h
+index 3c12a6fb0b618..1aea67f8ac236 100644
+--- a/arch/arm/boot/dts/imx6ull-pinfunc.h
 b/arch/arm/boot/dts/imx6ull-pinfunc.h
+@@ -68,6 +68,6 @@
+ #define MX6ULL_PAD_CSI_DATA04__ESAI_TX_FS 0x01F4 
0x0480 0x 0x9 0x0
+ #define MX6ULL_PAD_CSI_DATA05__ESAI_TX_CLK0x01F8 
0x0484 0x 0x9 0x0
+ #define MX6ULL_PAD_CSI_DATA06__ESAI

[gentoo-commits] proj/linux-patches:4.14 commit in: /

2021-12-22 Thread Mike Pagano
commit: aba288c2b172fea07e242cc010c8f566c96008d2
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Dec 22 14:07:37 2021 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Dec 22 14:07:37 2021 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=aba288c2

Linux patch 4.14.259

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

 _README   |4 +
 1258_linux-4.14.259.patch | 2159 +
 2 files changed, 2163 insertions(+)

diff --git a/_README b/_README
index dda40838..db2d1b6c 100644
--- a/_README
+++ b/_README
@@ -1079,6 +1079,10 @@ Patch:  1257_linux-4.14.258.patch
 From:   https://www.kernel.org
 Desc:   Linux 4.14.258
 
+Patch:  1258_linux-4.14.259.patch
+From:   https://www.kernel.org
+Desc:   Linux 4.14.259
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1258_linux-4.14.259.patch b/1258_linux-4.14.259.patch
new file mode 100644
index ..ef93e75d
--- /dev/null
+++ b/1258_linux-4.14.259.patch
@@ -0,0 +1,2159 @@
+diff --git a/Makefile b/Makefile
+index f77e1d686f872..1d22e50da86e8 100644
+--- a/Makefile
 b/Makefile
+@@ -1,7 +1,7 @@
+ # SPDX-License-Identifier: GPL-2.0
+ VERSION = 4
+ PATCHLEVEL = 14
+-SUBLEVEL = 258
++SUBLEVEL = 259
+ EXTRAVERSION =
+ NAME = Petit Gorille
+ 
+diff --git a/arch/Kconfig b/arch/Kconfig
+index 95567f6832752..c2e73c01d7adc 100644
+--- a/arch/Kconfig
 b/arch/Kconfig
+@@ -980,4 +980,7 @@ config HAVE_ARCH_COMPILER_H
+ linux/compiler-*.h in order to override macro definitions that those
+ headers generally provide.
+ 
++config ARCH_USE_MEMREMAP_PROT
++  bool
++
+ source "kernel/gcov/Kconfig"
+diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug
+index b14f154919a5d..d6cf18a0cb0a9 100644
+--- a/arch/arm/Kconfig.debug
 b/arch/arm/Kconfig.debug
+@@ -16,30 +16,42 @@ config ARM_PTDUMP
+ kernel.
+ If in doubt, say "N"
+ 
+-# RMK wants arm kernels compiled with frame pointers or stack unwinding.
+-# If you know what you are doing and are willing to live without stack
+-# traces, you can get a slightly smaller kernel by setting this option to
+-# n, but then RMK will have to kill you ;).
+-config FRAME_POINTER
+-  bool
+-  depends on !THUMB2_KERNEL
+-  default y if !ARM_UNWIND || FUNCTION_GRAPH_TRACER
++choice
++  prompt "Choose kernel unwinder"
++  default UNWINDER_ARM if AEABI && !FUNCTION_GRAPH_TRACER
++  default UNWINDER_FRAME_POINTER if !AEABI || FUNCTION_GRAPH_TRACER
++  help
++This determines which method will be used for unwinding kernel stack
++traces for panics, oopses, bugs, warnings, perf, /proc//stack,
++livepatch, lockdep, and more.
++
++config UNWINDER_FRAME_POINTER
++  bool "Frame pointer unwinder"
++  depends on !THUMB2_KERNEL && !CC_IS_CLANG
++  select ARCH_WANT_FRAME_POINTERS
++  select FRAME_POINTER
+   help
+-If you say N here, the resulting kernel will be slightly smaller and
+-faster. However, if neither FRAME_POINTER nor ARM_UNWIND are enabled,
+-when a problem occurs with the kernel, the information that is
+-reported is severely limited.
++This option enables the frame pointer unwinder for unwinding
++kernel stack traces.
+ 
+-config ARM_UNWIND
+-  bool "Enable stack unwinding support (EXPERIMENTAL)"
++config UNWINDER_ARM
++  bool "ARM EABI stack unwinder"
+   depends on AEABI
+-  default y
++  select ARM_UNWIND
+   help
+ This option enables stack unwinding support in the kernel
+ using the information automatically generated by the
+ compiler. The resulting kernel image is slightly bigger but
+ the performance is not affected. Currently, this feature
+-only works with EABI compilers. If unsure say Y.
++only works with EABI compilers.
++
++endchoice
++
++config ARM_UNWIND
++  bool
++
++config FRAME_POINTER
++  bool
+ 
+ config OLD_MCOUNT
+   bool
+diff --git a/arch/arm/boot/dts/imx6ull-pinfunc.h 
b/arch/arm/boot/dts/imx6ull-pinfunc.h
+index 1182023366912..c4dcb3c6c5086 100644
+--- a/arch/arm/boot/dts/imx6ull-pinfunc.h
 b/arch/arm/boot/dts/imx6ull-pinfunc.h
+@@ -51,6 +51,6 @@
+ #define MX6ULL_PAD_CSI_DATA04__ESAI_TX_FS 0x01F4 
0x0480 0x 0x9 0x0
+ #define MX6ULL_PAD_CSI_DATA05__ESAI_TX_CLK0x01F8 
0x0484 0x 0x9 0x0
+ #define MX6ULL_PAD_CSI_DATA06__ESAI_TX5_RX0   0x01FC 
0x0488 0x 0x9 0x0
+-#define MX6ULL_PAD_CSI_DATA07__ESAI_T00x0200 
0x048C 0x 0x9 0x0
++#define MX6ULL_PAD_CSI_DATA07__ESAI_TX0   0x0200 
0x048C 0x 0x9 0x0
+ 
+ #endif /* __DTS_IMX6ULL_PINFUNC_H */
+diff --git a/arch/arm/boot/dts/socfpga_arria10_socdk_qspi.dts 
b/arch/arm/boot/dts/s

[gentoo-commits] proj/linux-patches:4.9 commit in: /

2021-12-22 Thread Mike Pagano
commit: aaa04bb2360175fad8bee4925b64194bdc1ef577
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Dec 22 14:08:22 2021 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Dec 22 14:08:22 2021 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=aaa04bb2

Linux patch 4.9.294

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

 _README  |4 +
 1293_linux-4.9.294.patch | 1638 ++
 2 files changed, 1642 insertions(+)

diff --git a/_README b/_README
index f6aefd65..fc3f1cd2 100644
--- a/_README
+++ b/_README
@@ -1215,6 +1215,10 @@ Patch:  1292_linux-4.9.293.patch
 From:   http://www.kernel.org
 Desc:   Linux 4.9.293
 
+Patch:  1293_linux-4.9.294.patch
+From:   http://www.kernel.org
+Desc:   Linux 4.9.294
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1293_linux-4.9.294.patch b/1293_linux-4.9.294.patch
new file mode 100644
index ..bc40898b
--- /dev/null
+++ b/1293_linux-4.9.294.patch
@@ -0,0 +1,1638 @@
+diff --git a/Makefile b/Makefile
+index a07a010095bc9..6f3b4e1e9a144 100644
+--- a/Makefile
 b/Makefile
+@@ -1,6 +1,6 @@
+ VERSION = 4
+ PATCHLEVEL = 9
+-SUBLEVEL = 293
++SUBLEVEL = 294
+ EXTRAVERSION =
+ NAME = Roaring Lionus
+ 
+diff --git a/arch/arm/mm/copypage-fa.c b/arch/arm/mm/copypage-fa.c
+index d130a5ece5d55..bf24690ec83af 100644
+--- a/arch/arm/mm/copypage-fa.c
 b/arch/arm/mm/copypage-fa.c
+@@ -17,26 +17,25 @@
+ /*
+  * Faraday optimised copy_user_page
+  */
+-static void __naked
+-fa_copy_user_page(void *kto, const void *kfrom)
++static void fa_copy_user_page(void *kto, const void *kfrom)
+ {
+-  asm("\
+-  stmfd   sp!, {r4, lr}   @ 2\n\
+-  mov r2, %0  @ 1\n\
+-1:ldmia   r1!, {r3, r4, ip, lr}   @ 4\n\
+-  stmia   r0, {r3, r4, ip, lr}@ 4\n\
+-  mcr p15, 0, r0, c7, c14, 1  @ 1   clean and invalidate D 
line\n\
+-  add r0, r0, #16 @ 1\n\
+-  ldmia   r1!, {r3, r4, ip, lr}   @ 4\n\
+-  stmia   r0, {r3, r4, ip, lr}@ 4\n\
+-  mcr p15, 0, r0, c7, c14, 1  @ 1   clean and invalidate D 
line\n\
+-  add r0, r0, #16 @ 1\n\
+-  subsr2, r2, #1  @ 1\n\
++  int tmp;
++
++  asm volatile ("\
++1:ldmia   %1!, {r3, r4, ip, lr}   @ 4\n\
++  stmia   %0, {r3, r4, ip, lr}@ 4\n\
++  mcr p15, 0, %0, c7, c14, 1  @ 1   clean and invalidate D 
line\n\
++  add %0, %0, #16 @ 1\n\
++  ldmia   %1!, {r3, r4, ip, lr}   @ 4\n\
++  stmia   %0, {r3, r4, ip, lr}@ 4\n\
++  mcr p15, 0, %0, c7, c14, 1  @ 1   clean and invalidate D 
line\n\
++  add %0, %0, #16 @ 1\n\
++  subs%2, %2, #1  @ 1\n\
+   bne 1b  @ 1\n\
+-  mcr p15, 0, r2, c7, c10, 4  @ 1   drain WB\n\
+-  ldmfd   sp!, {r4, pc}   @ 3"
+-  :
+-  : "I" (PAGE_SIZE / 32));
++  mcr p15, 0, %2, c7, c10, 4  @ 1   drain WB"
++  : "+&r" (kto), "+&r" (kfrom), "=&r" (tmp)
++  : "2" (PAGE_SIZE / 32)
++  : "r3", "r4", "ip", "lr");
+ }
+ 
+ void fa_copy_user_highpage(struct page *to, struct page *from,
+diff --git a/arch/arm/mm/copypage-feroceon.c b/arch/arm/mm/copypage-feroceon.c
+index 49ee0c1a72097..cc819732d9b82 100644
+--- a/arch/arm/mm/copypage-feroceon.c
 b/arch/arm/mm/copypage-feroceon.c
+@@ -13,58 +13,56 @@
+ #include 
+ #include 
+ 
+-static void __naked
+-feroceon_copy_user_page(void *kto, const void *kfrom)
++static void feroceon_copy_user_page(void *kto, const void *kfrom)
+ {
+-  asm("\
+-  stmfd   sp!, {r4-r9, lr}\n\
+-  mov ip, %2  \n\
+-1:mov lr, r1  \n\
+-  ldmia   r1!, {r2 - r9}  \n\
+-  pld [lr, #32]   \n\
+-  pld [lr, #64]   \n\
+-  pld [lr, #96]   \n\
+-  pld [lr, #128]  \n\
+-  pld [lr, #160]  \n\
+-  pld [lr, #192]  \n\
+-  pld [lr, #224]  \n\
+-  stmia   r0, {r2 - r9}   \n\
+-  ldmia   r1!, {r2 - r9}  \n\
+-  mcr p15, 0, r0, c7, c14, 1  @ clean and invalidate D line\n\
+-  add r0, r0, #32 \n\
+-  stmia   r0, {r2 - r9}   \n\
+-  ldmia   r1!, {r2 - r9}  \n\
+-  mcr p15, 0, r0, c7, c14, 1  @ clean and invalidate D line\n\
+-  add r0, r0, #32 \n\
+-  stmia   r0, {r2

[gentoo-commits] proj/linux-patches:4.4 commit in: /

2021-12-22 Thread Mike Pagano
commit: 7d9a8056d89cb172bf638ec581f7429d45e52efe
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Dec 22 14:09:28 2021 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Dec 22 14:09:28 2021 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=7d9a8056

Linux patch 4.4.296

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

 _README  |   14 +-
 1295_linux-4.4.296.patch | 1358 ++
 2 files changed, 1367 insertions(+), 5 deletions(-)

diff --git a/_README b/_README
index e68fc753..2168e76a 100644
--- a/_README
+++ b/_README
@@ -1203,23 +1203,27 @@ Patch:  1289_linux-4.4.290.patch
 From:   http://www.kernel.org
 Desc:   Linux 4.4.290
 
-Patch:  1290_linux-4.4.291.patc
+Patch:  1290_linux-4.4.291.patch
 From:   http://www.kernel.org
 Desc:   Linux 4.4.291
 
-Patch:  1291_linux-4.4.292.patc
+Patch:  1291_linux-4.4.292.patch
 From:   http://www.kernel.org
 Desc:   Linux 4.4.292
 
-Patch:  1292_linux-4.4.293.patc
+Patch:  1292_linux-4.4.293.patch
 From:   http://www.kernel.org
 Desc:   Linux 4.4.293
 
-Patch:  1293_linux-4.4.294.patc
+Patch:  1293_linux-4.4.294.patch
 From:   http://www.kernel.org
 Desc:   Linux 4.4.294
 
-Patch:  1294_linux-4.4.295.patc
+Patch:  1294_linux-4.4.295.patch
+From:   http://www.kernel.org
+Desc:   Linux 4.4.295
+
+Patch:  1295_linux-4.4.296.patch
 From:   http://www.kernel.org
 Desc:   Linux 4.4.295
 

diff --git a/1295_linux-4.4.296.patch b/1295_linux-4.4.296.patch
new file mode 100644
index ..dea5ca91
--- /dev/null
+++ b/1295_linux-4.4.296.patch
@@ -0,0 +1,1358 @@
+diff --git a/Makefile b/Makefile
+index b2a9f72ab8000..37c12303478e3 100644
+--- a/Makefile
 b/Makefile
+@@ -1,6 +1,6 @@
+ VERSION = 4
+ PATCHLEVEL = 4
+-SUBLEVEL = 295
++SUBLEVEL = 296
+ EXTRAVERSION =
+ NAME = Blurry Fish Butt
+ 
+diff --git a/arch/arm/mm/copypage-fa.c b/arch/arm/mm/copypage-fa.c
+index d130a5ece5d55..bf24690ec83af 100644
+--- a/arch/arm/mm/copypage-fa.c
 b/arch/arm/mm/copypage-fa.c
+@@ -17,26 +17,25 @@
+ /*
+  * Faraday optimised copy_user_page
+  */
+-static void __naked
+-fa_copy_user_page(void *kto, const void *kfrom)
++static void fa_copy_user_page(void *kto, const void *kfrom)
+ {
+-  asm("\
+-  stmfd   sp!, {r4, lr}   @ 2\n\
+-  mov r2, %0  @ 1\n\
+-1:ldmia   r1!, {r3, r4, ip, lr}   @ 4\n\
+-  stmia   r0, {r3, r4, ip, lr}@ 4\n\
+-  mcr p15, 0, r0, c7, c14, 1  @ 1   clean and invalidate D 
line\n\
+-  add r0, r0, #16 @ 1\n\
+-  ldmia   r1!, {r3, r4, ip, lr}   @ 4\n\
+-  stmia   r0, {r3, r4, ip, lr}@ 4\n\
+-  mcr p15, 0, r0, c7, c14, 1  @ 1   clean and invalidate D 
line\n\
+-  add r0, r0, #16 @ 1\n\
+-  subsr2, r2, #1  @ 1\n\
++  int tmp;
++
++  asm volatile ("\
++1:ldmia   %1!, {r3, r4, ip, lr}   @ 4\n\
++  stmia   %0, {r3, r4, ip, lr}@ 4\n\
++  mcr p15, 0, %0, c7, c14, 1  @ 1   clean and invalidate D 
line\n\
++  add %0, %0, #16 @ 1\n\
++  ldmia   %1!, {r3, r4, ip, lr}   @ 4\n\
++  stmia   %0, {r3, r4, ip, lr}@ 4\n\
++  mcr p15, 0, %0, c7, c14, 1  @ 1   clean and invalidate D 
line\n\
++  add %0, %0, #16 @ 1\n\
++  subs%2, %2, #1  @ 1\n\
+   bne 1b  @ 1\n\
+-  mcr p15, 0, r2, c7, c10, 4  @ 1   drain WB\n\
+-  ldmfd   sp!, {r4, pc}   @ 3"
+-  :
+-  : "I" (PAGE_SIZE / 32));
++  mcr p15, 0, %2, c7, c10, 4  @ 1   drain WB"
++  : "+&r" (kto), "+&r" (kfrom), "=&r" (tmp)
++  : "2" (PAGE_SIZE / 32)
++  : "r3", "r4", "ip", "lr");
+ }
+ 
+ void fa_copy_user_highpage(struct page *to, struct page *from,
+diff --git a/arch/arm/mm/copypage-feroceon.c b/arch/arm/mm/copypage-feroceon.c
+index 49ee0c1a72097..cc819732d9b82 100644
+--- a/arch/arm/mm/copypage-feroceon.c
 b/arch/arm/mm/copypage-feroceon.c
+@@ -13,58 +13,56 @@
+ #include 
+ #include 
+ 
+-static void __naked
+-feroceon_copy_user_page(void *kto, const void *kfrom)
++static void feroceon_copy_user_page(void *kto, const void *kfrom)
+ {
+-  asm("\
+-  stmfd   sp!, {r4-r9, lr}\n\
+-  mov ip, %2  \n\
+-1:mov lr, r1  \n\
+-  ldmia   r1!, {r2 - r9}  \n\
+-  pld [lr, #32]   \n\
+-  pld [lr, #64]   \n\
+-  pld [lr, #96]   \n\
+-  pld [lr, #128]  \n\
+-  pld [lr, #160]  \n\
+-  pld [lr, #192]  \n\
+-  pld [lr, #224]  \n\
+-  

[gentoo-commits] proj/linux-patches: New tag: 4.4-298

2021-12-22 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Dec 22 14:13:12 2021 +

New tag: 4.4-298




[gentoo-commits] proj/linux-patches: New tag: 4.9-298

2021-12-22 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Dec 22 14:16:26 2021 +

New tag: 4.9-298




[gentoo-commits] proj/linux-patches: New tag: 4.14-269

2021-12-22 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Dec 22 14:19:22 2021 +

New tag: 4.14-269




[gentoo-commits] proj/linux-patches: New tag: 4.19-221

2021-12-22 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Dec 22 14:22:10 2021 +

New tag: 4.19-221




[gentoo-commits] proj/linux-patches: New tag: 5.4-172

2021-12-22 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Dec 22 14:27:41 2021 +

New tag: 5.4-172




[gentoo-commits] proj/linux-patches: New tag: 5.10-95

2021-12-22 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Dec 22 14:29:53 2021 +

New tag: 5.10-95




[gentoo-commits] proj/linux-patches: New tag: 5.15-13

2021-12-22 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Dec 22 14:31:04 2021 +

New tag: 5.15-13




[gentoo-commits] proj/sci:master commit in: sci-libs/pytorch/

2021-12-22 Thread Andrew Ammerlaan
commit: e94f62bceecc242d72de315c54acc2f904f4f9a3
Author: Miezhiko  gmail  com>
AuthorDate: Mon Nov 15 09:03:08 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed Dec 22 12:42:22 2021 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=e94f62bc

sci-libs/pytorch: use system pybind11

Signed-off-by: Miezhiko  gmail.com>
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 sci-libs/pytorch/pytorch-1.10.0.ebuild | 6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/sci-libs/pytorch/pytorch-1.10.0.ebuild 
b/sci-libs/pytorch/pytorch-1.10.0.ebuild
index 1aa85911f..36d68fb14 100644
--- a/sci-libs/pytorch/pytorch-1.10.0.ebuild
+++ b/sci-libs/pytorch/pytorch-1.10.0.ebuild
@@ -47,7 +47,6 @@ 
https://github.com/google/XNNPACK/archive/79cd5f9e18ad0925ac9a050b00ea5a36230072
 
https://github.com/pytorch/kineto/archive/879a203d9bf554e95541679ddad6e0326f272dc1.tar.gz
 -> kineto-879a203d9bf554e95541679ddad6e0326f272dc1.tar.gz
 
https://github.com/driazati/breakpad/archive/7d188f679d4ae0a5bd06408a3047d69ef8eef848.tar.gz
 -> breakpad-7d188f679d4ae0a5bd06408a3047d69ef8eef848.tar.gz
 
https://github.com/mikey/linux-syscall-support/archive/e1e7b0ad8ee99a875b272c8e33e308472e897660.tar.gz
 -> lss-e1e7b0ad8ee99a875b272c8e33e308472e897660.tar.gz
-https://github.com/pybind/pybind11/archive/8de7772cc72daca8e947b79b83fea46214931604.tar.gz
 -> pybind11-8de7772cc72daca8e947b79b83fea46214931604.tar.gz
 "
 
 # git clone g...@github.com:pytorch/pytorch.git && cd pytorch
@@ -197,8 +196,6 @@ src_prepare() {
ln -sv "${WORKDIR}"/breakpad-7d188f679d4ae0a5bd06408a3047d69ef8eef848 
third_party/breakpad || die
rmdir third_party/breakpad/src/third_party/lss || die
ln -sv 
"${WORKDIR}"/linux-syscall-support-e1e7b0ad8ee99a875b272c8e33e308472e897660 
third_party/breakpad/src/third_party/lss || die
-   rmdir third_party/pybind11 || die
-   ln -sv "${WORKDIR}"/pybind11-8de7772cc72daca8e947b79b83fea46214931604 
third_party/pybind11 || die
 
if use cuda; then
cd third_party/nccl/nccl || die
@@ -264,6 +261,7 @@ src_configure() {
-DUSE_MPI=$(usex mpi ON OFF)
-DUSE_GLOO=$(usex gloo ON OFF)
-DUSE_SYSTEM_EIGEN_INSTALL=ON
+   -DUSE_SYSTEM_PYBIND11=ON
-DBUILD_NAMEDTENSOR=$(usex namedtensor ON OFF)
-DBLAS=$(usex blas Generic Eigen)
-DTP_BUILD_LIBUV=OFF
@@ -321,8 +319,6 @@ src_install() {
python_foreach_impl python_optimize
fi
 
-   rm -rfv "${ED}/usr/include/pybind11"
-
find "${ED}/usr/${LIB}" -name "*.a" -exec rm -fv {} \;
 
use test && rm -rfv "${ED}/usr/test" "${ED}"/usr/bin/test_{api,jit}



[gentoo-commits] proj/sci:master commit in: sci-libs/pytorch/

2021-12-22 Thread Andrew Ammerlaan
commit: d03777e9a0a24ba23723f18d822c1256d8acd003
Author: Miezhiko  gmail  com>
AuthorDate: Wed Dec 22 07:16:58 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed Dec 22 12:42:22 2021 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=d03777e9

sci-libs/pytorch: fix breakpad, drop ~x86 support

Signed-off-by: Miezhiko  gmail.com>
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 sci-libs/pytorch/pytorch-1.10.1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sci-libs/pytorch/pytorch-1.10.1.ebuild 
b/sci-libs/pytorch/pytorch-1.10.1.ebuild
index 8fb18d3a0..598f80108 100644
--- a/sci-libs/pytorch/pytorch-1.10.1.ebuild
+++ b/sci-libs/pytorch/pytorch-1.10.1.ebuild
@@ -45,7 +45,7 @@ https://github.com/google/libnop/archive/aa95422e.tar.gz -> 
libnop-aa95422e.tar.
 
https://github.com/libuv/libuv/archive/48e04275332f5753427d21a52f17ec6206451f2c.tar.gz
 -> libuv-48e04275332f5753427d21a52f17ec6206451f2c.tar.gz
 
https://github.com/google/XNNPACK/archive/79cd5f9e18ad0925ac9a050b00ea5a36230072db.tar.gz
 -> XNNPACK-79cd5f9e18ad0925ac9a050b00ea5a36230072db.tar.gz
 
https://github.com/pytorch/kineto/archive/879a203d9bf554e95541679ddad6e0326f272dc1.tar.gz
 -> kineto-879a203d9bf554e95541679ddad6e0326f272dc1.tar.gz
-https://github.com/driazati/breakpad/archive/7d188f679d4ae0a5bd06408a3047d69ef8eef848.tar.gz
 -> breakpad-7d188f679d4ae0a5bd06408a3047d69ef8eef848.tar.gz
+https://github.com/driazati/breakpad/archive/edbb99f95c75be27d038fffb1d969cdacf705db2.tar.gz
 -> breakpad-edbb99f95c75be27d038fffb1d969cdacf705db2.tar.gz
 
https://github.com/mikey/linux-syscall-support/archive/e1e7b0ad8ee99a875b272c8e33e308472e897660.tar.gz
 -> lss-e1e7b0ad8ee99a875b272c8e33e308472e897660.tar.gz
 "
 
@@ -56,7 +56,7 @@ 
https://github.com/mikey/linux-syscall-support/archive/e1e7b0ad8ee99a875b272c8e3
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64"
 
 IUSE="asan blas cuda +fbgemm ffmpeg gflags glog +gloo leveldb lmdb mkldnn mpi 
namedtensor +nnpack numa +observers opencl opencv +openmp +python +qnnpack 
redis rocm static tools zeromq"
 REQUIRED_USE="
@@ -193,7 +193,7 @@ src_prepare() {
rmdir third_party/kineto || die
ln -sv "${WORKDIR}"/kineto-879a203d9bf554e95541679ddad6e0326f272dc1 
third_party/kineto || die
rmdir third_party/breakpad || die
-   ln -sv "${WORKDIR}"/breakpad-7d188f679d4ae0a5bd06408a3047d69ef8eef848 
third_party/breakpad || die
+   ln -sv "${WORKDIR}"/breakpad-edbb99f95c75be27d038fffb1d969cdacf705db2 
third_party/breakpad || die
rmdir third_party/breakpad/src/third_party/lss || die
ln -sv 
"${WORKDIR}"/linux-syscall-support-e1e7b0ad8ee99a875b272c8e33e308472e897660 
third_party/breakpad/src/third_party/lss || die
 



[gentoo-commits] proj/sci:master commit in: sci-libs/pytorch/files/, sci-libs/pytorch/

2021-12-22 Thread Andrew Ammerlaan
commit: 0ffada949e994e6f869325019b173129ab42edf2
Author: Miezhiko  gmail  com>
AuthorDate: Thu Nov 11 06:25:13 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed Dec 22 12:42:17 2021 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=0ffada94

sci-libs/pytorch: add PyTorch 1.10

Signed-off-by: Miezhiko  gmail.com>
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 sci-libs/pytorch/files/pytorch-1.10.0-nonull.patch |  12 +
 sci-libs/pytorch/pytorch-1.10.0.ebuild | 330 +
 2 files changed, 342 insertions(+)

diff --git a/sci-libs/pytorch/files/pytorch-1.10.0-nonull.patch 
b/sci-libs/pytorch/files/pytorch-1.10.0-nonull.patch
new file mode 100644
index 0..adc258556
--- /dev/null
+++ b/sci-libs/pytorch/files/pytorch-1.10.0-nonull.patch
@@ -0,0 +1,12 @@
+--- a/torch/csrc/jit/frontend/ir_emitter.cpp   2021-10-15 05:35:23.0 
+0400
 b/torch/csrc/jit/frontend/ir_emitter.cpp   2021-10-15 05:35:23.0 
+0400
+@@ -1678,7 +1678,7 @@
+   << "Union type annotation `" << type_hint->repr_str()
+   << "` can hold " << vector_repr.str() << ", but none of "
+   << "those list types can hold the types of the given dict"
+-  << " elements, which were unified to " << candidate->repr_str();
++  << " elements, which were unified";
+ } else {
+   refined_type_hint = candidate;
+ }
+

diff --git a/sci-libs/pytorch/pytorch-1.10.0.ebuild 
b/sci-libs/pytorch/pytorch-1.10.0.ebuild
new file mode 100644
index 0..d3d347325
--- /dev/null
+++ b/sci-libs/pytorch/pytorch-1.10.0.ebuild
@@ -0,0 +1,330 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..10} )
+
+inherit cmake cuda distutils-r1 prefix
+
+DESCRIPTION="Tensors and Dynamic neural networks in Python with strong GPU 
acceleration"
+HOMEPAGE="https://pytorch.org/";
+SRC_URI="https://github.com/pytorch/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
+https://github.com/google/benchmark/archive/e991355c02b93fe17713efe04cbc2e278e00fdbd.tar.gz
 -> benchmark-e991355c02b93fe17713efe04cbc2e278e00fdbd.tar.gz
+https://github.com/pytorch/cpuinfo/archive/63b25457.tar.gz -> 
cpuinfo-63b25457.tar.gz
+https://github.com/NVlabs/cub/archive/d106ddb991a56c3df1b6d51b2409e36ba8181ce4.tar.gz
 -> cub-d106ddb991a56c3df1b6d51b2409e36ba8181ce4.tar.gz
+https://github.com/pytorch/fbgemm/archive/7588d9d804826b428fc0e4fd418e9cc3f7a72e52.tar.gz
 -> fbgemm-7588d9d804826b428fc0e4fd418e9cc3f7a72e52.tar.gz
+https://github.com/asmjit/asmjit/archive/d0d14ac774977d0060a351f66e35cb57ba0bf59c.tar.gz
 -> asmjit-d0d14ac774977d0060a351f66e35cb57ba0bf59c.tar.gz
+https://github.com/pytorch/cpuinfo/archive/5916273f79a21551890fd3d56fc5375a78d1598d.tar.gz
 -> cpuinfo-5916273f79a21551890fd3d56fc5375a78d1598d.tar.gz
+https://github.com/google/googletest/archive/0fc5466d.tar.gz -> 
googletest-0fc5466d.tar.gz
+https://github.com/fmtlib/fmt/archive/cd4af11efc9c622896a3e4cb599fa28668ca3d05.tar.gz
 -> fmt-cd4af11efc9c622896a3e4cb599fa28668ca3d05.tar.gz
+https://github.com/houseroad/foxi/archive/c278588e34e535f0bb8f00df3880d26928038cad.tar.gz
 -> foxi-c278588e34e535f0bb8f00df3880d26928038cad.tar.gz
+https://github.com/Maratyszcza/FP16/archive/4dfe081cf6bcd15db339cf2680b9281b8451eeb3.tar.gz
 -> FP16-4dfe081cf6bcd15db339cf2680b9281b8451eeb3.tar.gz
+https://github.com/Maratyszcza/FXdiv/archive/b408327ac2a15ec3e43352421954f5b1967701d1.tar.gz
 -> FXdiv-b408327ac2a15ec3e43352421954f5b1967701d1.tar.gz
+https://github.com/google/gemmlowp/archive/3fb5c176.tar.gz -> 
gemmlowp-3fb5c176.tar.gz
+https://github.com/facebookincubator/gloo/archive/c22a5cfba94edf8ea4f53a174d38aa0c629d070f.tar.gz
 -> gloo-c22a5cfba94edf8ea4f53a174d38aa0c629d070f.tar.gz
+https://github.com/google/googletest/archive/e2239ee6043f73722e7aa812a459f54a28552929.tar.gz
 -> googletest-e2239ee6043f73722e7aa812a459f54a28552929.tar.gz
+https://github.com/intel/ideep/archive/9ca27bbfd88fa1469cbf0467bd6f14cd1738fa40.tar.gz
 -> ideep-9ca27bbfd88fa1469cbf0467bd6f14cd1738fa40.tar.gz
+https://github.com/intel/mkl-dnn/archive/5ef631a0.tar.gz -> 
mkl-dnn-5ef631a0.tar.gz
+cuda? ( https://github.com/NVIDIA/nccl/archive/033d7995.tar.gz -> 
nccl-033d7995.tar.gz )
+https://github.com/Maratyszcza/NNPACK/archive/c07e3a0400713d546e0dea2d5466dd22ea389c73.tar.gz
 -> NNPACK-c07e3a0400713d546e0dea2d5466dd22ea389c73.tar.gz
+https://github.com/onnx/onnx/archive/a82c6a70.tar.gz -> onnx-a82c6a70.tar.gz
+https://github.com/onnx/onnx-tensorrt/archive/c153211418a7c57ce071d9ce2a41f8d1c85a878f.tar.gz
 -> onnx-tensorrt-c153211418a7c57ce071d9ce2a41f8d1c85a878f.tar.gz
+https://github.com/onnx/onnx/archive/29e7aa7048809784465d06e897f043a4600642b2.tar.gz
 -> onnx-29e7aa7048809784465d06e897f043a4600642b2.tar.gz
+https://github.com/google/benchmark/archive/e776aa02.tar.gz -> 
benchmark-e776aa02.tar.gz
+https://github.com/google/benchmark/archive

[gentoo-commits] proj/sci:master commit in: sci-libs/pytorch/

2021-12-22 Thread Andrew Ammerlaan
commit: 4c15677854b501ff60e87f35c1b52c2ac2e2db91
Author: Miezhiko  gmail  com>
AuthorDate: Wed Dec 22 06:53:36 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed Dec 22 12:42:22 2021 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=4c156778

Update pytorch to 1.10.1 improve ebuild quality + switch to EAPI 8

Signed-off-by: Miezhiko  gmail.com>
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 ...pytorch-1.10.0.ebuild => pytorch-1.10.1.ebuild} | 32 --
 1 file changed, 17 insertions(+), 15 deletions(-)

diff --git a/sci-libs/pytorch/pytorch-1.10.0.ebuild 
b/sci-libs/pytorch/pytorch-1.10.1.ebuild
similarity index 96%
rename from sci-libs/pytorch/pytorch-1.10.0.ebuild
rename to sci-libs/pytorch/pytorch-1.10.1.ebuild
index 36d68fb14..8fb18d3a0 100644
--- a/sci-libs/pytorch/pytorch-1.10.0.ebuild
+++ b/sci-libs/pytorch/pytorch-1.10.1.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{7..10} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit cmake cuda distutils-r1 prefix
 
@@ -56,10 +56,9 @@ 
https://github.com/mikey/linux-syscall-support/archive/e1e7b0ad8ee99a875b272c8e3
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="~amd64 ~x86"
 
-IUSE="asan blas cuda +fbgemm ffmpeg gflags glog +gloo leveldb lmdb mkldnn mpi 
namedtensor +nnpack numa +observers opencl opencv +openmp +python +qnnpack 
redis rocm static test tools zeromq"
-RESTRICT="!test? ( test )"
+IUSE="asan blas cuda +fbgemm ffmpeg gflags glog +gloo leveldb lmdb mkldnn mpi 
namedtensor +nnpack numa +observers opencl opencv +openmp +python +qnnpack 
redis rocm static tools zeromq"
 REQUIRED_USE="
?? ( cuda rocm )
 "
@@ -104,7 +103,6 @@ RDEPEND="
 BDEPEND="dev-python/pyyaml"
 
 DEPEND="${RDEPEND}
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )
dev-cpp/tbb
app-arch/zstd
dev-python/pybind11[${PYTHON_USEDEP}]
@@ -122,6 +120,8 @@ PATCHES=(
"${FILESDIR}"/${PN}-1.10.0-nonull.patch
 )
 
+distutils_enable_tests pytest
+
 src_prepare() {
cmake_src_prepare
eprefixify torch/__init__.py
@@ -208,11 +208,11 @@ src_prepare() {
#Allow escaping sandbox
addread /dev/kfd
addread /dev/dri
-   addwrite /dev/kfd
-   addwrite /dev/dri
+   addpredict /dev/kfd
+   addpredict /dev/dri
 
ebegin "HIPifying cuda sources"
-   tools/amd_build/build_amd.py
+   ${EPYTHON} tools/amd_build/build_amd.py || die
eend $?
 
export PYTORCH_ROCM_ARCH=$(rocminfo | egrep -o "gfx[0-9]+" | 
uniq | awk -vORS=';' "{print $1}" | sed 's/;$/\n/') || die
@@ -307,21 +307,23 @@ src_install() {
rm -rfv "${ED}/usr/include/include"
rm -rfv "${ED}/usr/include/var"
 
-   cp -rv "${WORKDIR}/${P}/third_party/pybind11/include/pybind11" 
"${ED}/usr/include/"
+   cp -rv "${WORKDIR}/${P}/third_party/pybind11/include/pybind11" 
"${ED}/usr/include/" || die
 
-   rm -fv "${ED}/usr/${LIB}/libtbb.so"
-   rm -rfv "${ED}/usr/${LIB}/cmake"
+   rm -v "${ED}/usr/${LIB}/libtbb.so" || die
+   rm -r "${ED}/usr/${LIB}/cmake" || die
 
if use python; then
-   scanelf -r --fix "${BUILD_DIR}/caffe2/python"
+   scanelf -r --fix "${BUILD_DIR}/caffe2/python" || die
USE_SYSTEM_LIBS=ON CMAKE_BUILD_DIR=${BUILD_DIR} 
distutils-r1_src_install
 
python_foreach_impl python_optimize
fi
 
-   find "${ED}/usr/${LIB}" -name "*.a" -exec rm -fv {} \;
+   find "${ED}/usr/${LIB}" -name "*.a" -exec rm -fv {} \; || die
 
-   use test && rm -rfv "${ED}/usr/test" "${ED}"/usr/bin/test_{api,jit}
+   if use test; then
+   rm -r "${ED}/usr/test" "${ED}"/usr/bin/test_{api,jit} || die
+   fi
 
# Remove the empty directories by CMake Python:
find "${ED}" -type d -empty -delete || die



[gentoo-commits] proj/sci:master commit in: sci-libs/pytorch/

2021-12-22 Thread Andrew Ammerlaan
commit: bc98310f979f36a5fb3d2279120233faf522fee2
Author: Miezhiko  gmail  com>
AuthorDate: Wed Dec 22 08:03:01 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed Dec 22 12:42:23 2021 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=bc98310f

sci-libs/pytorch: fix src_install

Signed-off-by: Miezhiko  gmail.com>
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 sci-libs/pytorch/pytorch-1.10.1.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sci-libs/pytorch/pytorch-1.10.1.ebuild 
b/sci-libs/pytorch/pytorch-1.10.1.ebuild
index 598f80108..0377b626f 100644
--- a/sci-libs/pytorch/pytorch-1.10.1.ebuild
+++ b/sci-libs/pytorch/pytorch-1.10.1.ebuild
@@ -307,8 +307,6 @@ src_install() {
rm -rfv "${ED}/usr/include/include"
rm -rfv "${ED}/usr/include/var"
 
-   cp -rv "${WORKDIR}/${P}/third_party/pybind11/include/pybind11" 
"${ED}/usr/include/" || die
-
rm -v "${ED}/usr/${LIB}/libtbb.so" || die
rm -r "${ED}/usr/${LIB}/cmake" || die
 



[gentoo-commits] proj/sci:master commit in: sci-libs/pytorch/

2021-12-22 Thread Andrew Ammerlaan
commit: 4ccd5ccf3bbc13d8b56e956ae65c8fa36c179f60
Author: Miezhiko  gmail  com>
AuthorDate: Thu Nov 11 08:02:42 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed Dec 22 12:42:22 2021 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=4ccd5ccf

sci-libs/pythorch: solve conflict with system pybind11

Signed-off-by: Miezhiko  gmail.com>
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 sci-libs/pytorch/pytorch-1.10.0.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sci-libs/pytorch/pytorch-1.10.0.ebuild 
b/sci-libs/pytorch/pytorch-1.10.0.ebuild
index d3d347325..1aa85911f 100644
--- a/sci-libs/pytorch/pytorch-1.10.0.ebuild
+++ b/sci-libs/pytorch/pytorch-1.10.0.ebuild
@@ -108,7 +108,7 @@ DEPEND="${RDEPEND}
test? ( dev-python/pytest[${PYTHON_USEDEP}] )
dev-cpp/tbb
app-arch/zstd
-   !dev-python/pybind11
+   dev-python/pybind11[${PYTHON_USEDEP}]
dev-python/typing-extensions[${PYTHON_USEDEP}]
sys-fabric/libibverbs
sys-process/numactl
@@ -321,6 +321,8 @@ src_install() {
python_foreach_impl python_optimize
fi
 
+   rm -rfv "${ED}/usr/include/pybind11"
+
find "${ED}/usr/${LIB}" -name "*.a" -exec rm -fv {} \;
 
use test && rm -rfv "${ED}/usr/test" "${ED}"/usr/bin/test_{api,jit}



[gentoo-commits] proj/sci:master commit in: sci-libs/pytorch/

2021-12-22 Thread Andrew Ammerlaan
commit: c04e69c1ba5b2eb35268d2bceb8b91e46abf23a0
Author: Miezhiko  gmail  com>
AuthorDate: Wed Dec 22 09:01:14 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed Dec 22 12:42:23 2021 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=c04e69c1

sci-libs/pytorch: fix src_install (2)

Signed-off-by: Miezhiko  gmail.com>
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 sci-libs/pytorch/pytorch-1.10.1.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sci-libs/pytorch/pytorch-1.10.1.ebuild 
b/sci-libs/pytorch/pytorch-1.10.1.ebuild
index 0377b626f..5a745c28f 100644
--- a/sci-libs/pytorch/pytorch-1.10.1.ebuild
+++ b/sci-libs/pytorch/pytorch-1.10.1.ebuild
@@ -307,7 +307,6 @@ src_install() {
rm -rfv "${ED}/usr/include/include"
rm -rfv "${ED}/usr/include/var"
 
-   rm -v "${ED}/usr/${LIB}/libtbb.so" || die
rm -r "${ED}/usr/${LIB}/cmake" || die
 
if use python; then



[gentoo-commits] proj/sci:master commit in: sci-libs/pytorch/

2021-12-22 Thread Andrew Ammerlaan
commit: 210ccd4d54c55764d83218b99627e41ed7d59aaa
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Wed Dec 22 14:33:15 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed Dec 22 14:33:15 2021 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=210ccd4d

sci-libs/pytorch: QA fixes

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 sci-libs/pytorch/pytorch-1.10.1.ebuild | 31 ++-
 1 file changed, 10 insertions(+), 21 deletions(-)

diff --git a/sci-libs/pytorch/pytorch-1.10.1.ebuild 
b/sci-libs/pytorch/pytorch-1.10.1.ebuild
index 1750f40c9..e3b49e630 100644
--- a/sci-libs/pytorch/pytorch-1.10.1.ebuild
+++ b/sci-libs/pytorch/pytorch-1.10.1.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=8
 
+DISTUTILS_USE_SETUPTOOLS=no
 PYTHON_COMPAT=( python3_{8..10} )
 
 inherit cmake cuda distutils-r1 prefix
@@ -58,11 +59,8 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64"
 
-IUSE="asan blas cuda +fbgemm ffmpeg gflags glog +gloo leveldb lmdb mkldnn mpi 
namedtensor +nnpack numa +observers opencl opencv +openmp +python +qnnpack 
redis rocm static test tools zeromq"
-RESTRICT="!test? ( test )"
-REQUIRED_USE="
-   ?? ( cuda rocm )
-"
+IUSE="asan blas cuda +fbgemm ffmpeg gflags glog +gloo leveldb lmdb mkldnn mpi 
namedtensor +nnpack numa +observers opencl opencv +openmp +python +qnnpack 
redis rocm static tools zeromq"
+REQUIRED_USE=" ?? ( cuda rocm )"
 
 RDEPEND="
dev-python/pyyaml[${PYTHON_USEDEP}]
@@ -104,7 +102,6 @@ RDEPEND="
 BDEPEND="dev-python/pyyaml"
 
 DEPEND="${RDEPEND}
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )
dev-cpp/tbb
app-arch/zstd
dev-python/pybind11[${PYTHON_USEDEP}]
@@ -304,21 +301,13 @@ src_install() {
mv -fv "${ED}"/usr/lib/*.so "${ED}"/usr/${LIB}/ || die
fi
 
-   rm -rfv "${ED}/torch"
-   rm -rfv "${ED}/var"
-   rm -rfv "${ED}/usr/lib"
-
-   rm -fv "${ED}/usr/include/*.{h,hpp}"
-   rm -rfv "${ED}/usr/include/asmjit"
-   rm -rfv "${ED}/usr/include/c10d"
-   rm -rfv "${ED}/usr/include/fbgemm"
-   rm -rfv "${ED}/usr/include/fp16"
-   rm -rfv "${ED}/usr/include/gloo"
-   rm -rfv "${ED}/usr/include/include"
-   rm -rfv "${ED}/usr/include/var"
-
-   rm -r "${ED}/usr/${LIB}/cmake" || die
-   rm -rv "${ED}/usr/${LIB}/cmake" || die
+   rm -r "${ED}/usr/lib" || die
+
+   rm -r "${ED}/usr/include/asmjit" || die
+   rm -r "${ED}/usr/include/c10d" || die
+   rm -r "${ED}/usr/include/fbgemm" || die
+   rm -r "${ED}/usr/include/fp16" || die
+   rm -r "${ED}/usr/include/gloo" || die
 
if use python; then
scanelf -r --fix "${BUILD_DIR}/caffe2/python" || die



[gentoo-commits] proj/sci:master commit in: sci-libs/pytorch/, sci-libs/pytorch/files/

2021-12-22 Thread Andrew Ammerlaan
commit: 65e0afb1b927e1da6d8e23565b7d0aa1eacfc013
Author: YiyangWu  gmail  com>
AuthorDate: Wed Dec 22 09:59:27 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed Dec 22 12:42:23 2021 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=65e0afb1

sci-libs/pytorch: fix python and update rocm support

Other changes:

1. Pytorch seems to be work fine with different version of protobuf, so
   no need to specify 0/30; however when protobuf version changed torch
   should be rebuilt.

2. BUILD_NAMEDTENSOR is not an option now

3. Verbose mode for rm in src_install

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Yiyang Wu  gmail.com>
Closes: https://github.com/gentoo/sci/pull/1123
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 ...ibrary-directory-according-to-CMake-build.patch | 32 +++
 .../files/pytorch-1.9.1-fix-wrong-hipify.patch | 13 ++
 sci-libs/pytorch/pytorch-1.10.1.ebuild | 47 +-
 3 files changed, 74 insertions(+), 18 deletions(-)

diff --git 
a/sci-libs/pytorch/files/pytorch-1.9.0-Change-library-directory-according-to-CMake-build.patch
 
b/sci-libs/pytorch/files/pytorch-1.9.0-Change-library-directory-according-to-CMake-build.patch
new file mode 100644
index 0..214267487
--- /dev/null
+++ 
b/sci-libs/pytorch/files/pytorch-1.9.0-Change-library-directory-according-to-CMake-build.patch
@@ -0,0 +1,32 @@
+From 52019a3f395e5fa97b26d424152d91f73b400f8e Mon Sep 17 00:00:00 2001
+From: Alexey Chernov <4er...@gmail.com>
+Date: Wed, 13 Nov 2019 23:44:12 +0300
+Subject: [PATCH 5/5] Change library directory according to CMake build
+Modified: Tue, 03 Aug 2021, fit for pytorch-1.9.0
+
+Change `lib_path` in favour of out-of-tree CMake build
+directory, so that all the C++ libraries be found.
+---
+ setup.py | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+diff --git a/setup.py b/setup.py
+index 60502b6add..cbced52192 100644
+--- a/setup.py
 b/setup.py
+@@ -268,9 +268,10 @@ else:
+ 
+ # Constant known variables used throughout this file
+ cwd = os.path.dirname(os.path.abspath(__file__))
+-lib_path = os.path.join(cwd, "torch", "lib")
++cmake_build_dir = os.environ.get("CMAKE_BUILD_DIR", os.path.join(cwd, 
"build"))
++lib_path = os.path.join(cmake_build_dir, "lib")
+ third_party_path = os.path.join(cwd, "third_party")
+-caffe2_build_dir = os.path.join(cwd, "build")
++caffe2_build_dir = cmake_build_dir
+ 
+ # CMAKE: full path to python library
+ if IS_WINDOWS:
+-- 
+2.23.0
+

diff --git a/sci-libs/pytorch/files/pytorch-1.9.1-fix-wrong-hipify.patch 
b/sci-libs/pytorch/files/pytorch-1.9.1-fix-wrong-hipify.patch
new file mode 100644
index 0..4e37acd3f
--- /dev/null
+++ b/sci-libs/pytorch/files/pytorch-1.9.1-fix-wrong-hipify.patch
@@ -0,0 +1,13 @@
+The hipify misadd a ) and causes compilation error
+
+--- orig/aten/src/ATen/native/sparse/hip/SparseHIPTensor.hip
 pytorch-1.9.1/aten/src/ATen/native/sparse/hip/SparseHIPTensor.hip
+@@ -282,7 +282,7 @@ Tensor sparse_mask_helper_cuda(
+   mask_indices_ti,
+   t_indices_pos_ti,
+   t_values_ti,
+-  r_values_ti);
++  r_values_ti;
+   C10_HIP_KERNEL_LAUNCH_CHECK();
+ });
+   }

diff --git a/sci-libs/pytorch/pytorch-1.10.1.ebuild 
b/sci-libs/pytorch/pytorch-1.10.1.ebuild
index 5a745c28f..1750f40c9 100644
--- a/sci-libs/pytorch/pytorch-1.10.1.ebuild
+++ b/sci-libs/pytorch/pytorch-1.10.1.ebuild
@@ -58,7 +58,8 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64"
 
-IUSE="asan blas cuda +fbgemm ffmpeg gflags glog +gloo leveldb lmdb mkldnn mpi 
namedtensor +nnpack numa +observers opencl opencv +openmp +python +qnnpack 
redis rocm static tools zeromq"
+IUSE="asan blas cuda +fbgemm ffmpeg gflags glog +gloo leveldb lmdb mkldnn mpi 
namedtensor +nnpack numa +observers opencl opencv +openmp +python +qnnpack 
redis rocm static test tools zeromq"
+RESTRICT="!test? ( test )"
 REQUIRED_USE="
?? ( cuda rocm )
 "
@@ -68,17 +69,17 @@ RDEPEND="
blas? ( virtual/blas )
cuda? ( dev-libs/cudnn
dev-cpp/eigen[cuda] )
-   rocm? ( >=dev-util/hip-4.0.0-r1
-   >=dev-libs/rccl-4
-   >=sci-libs/rocThrust-4
-   >=sci-libs/hipCUB-4
-   >=sci-libs/rocPRIM-4
-   >=sci-libs/miopen-4
-   >=sci-libs/rocBLAS-4
-   >=sci-libs/rocRAND-4
-   >=sci-libs/hipSPARSE-4
-   >=sci-libs/rocFFT-4
-   >=dev-util/roctracer-4 )
+   rocm? ( >=dev-util/hip-4.3
+   >=dev-libs/rccl-4.3
+   >=sci-libs/rocThrust-4.3
+   >=sci-libs/hipCUB-4.3
+   >=sci-libs/rocPRIM-4.3
+   >=sci-libs/miopen-4.3
+   >=sci-libs/rocBLAS-4.3
+   >=sci-libs/rocRAND-4.3
+  

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

2021-12-22 Thread Bernard Cafarelli
commit: cde5e4decd0da72c9a322bcc6348ec86f043d1b3
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Wed Dec 22 14:33:49 2021 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Wed Dec 22 14:33:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cde5e4de

media-gfx/geeqie: fix SRC_URI

Closes: https://bugs.gentoo.org/829808
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli  gentoo.org>

 media-gfx/geeqie/geeqie-1.6_p20211016.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/geeqie/geeqie-1.6_p20211016.ebuild 
b/media-gfx/geeqie/geeqie-1.6_p20211016.ebuild
index fc3e8999ad42..116b8a480772 100644
--- a/media-gfx/geeqie/geeqie-1.6_p20211016.ebuild
+++ b/media-gfx/geeqie/geeqie-1.6_p20211016.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="A lightweight GTK image viewer forked from 
GQview"
 HOMEPAGE="http://www.geeqie.org";
 MY_PV="0edb0f1265b193ec08ffbde7a1a7871526d29d92"
 # Needs full git checkout to generate ChangeLog, this tarball has it
-SRC_URI="https://dev.gentoo.org/~voyageur/${P}.tar.xz";
+SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.xz";
 
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: sys-kernel/gentoo-sources/

2021-12-22 Thread Mike Pagano
commit: fba01ade42ed8863776b29a96a541869c41ced66
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Dec 22 14:53:41 2021 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Dec 22 14:53:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fba01ade

sys-kernel/gentoo-sources: Linux bumps and genpatches

Linux 5.15.11 and move X86 and ARM only config settings
to their respective sections
Linux 5.10.88 and move X86 and ARM only config settings
to their respective sections
Linux 5.4.168
Linux 4.19.222
Linux 4.14.259
Linux 4.9.294
Linux 4.4.296

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Mike Pagano  gentoo.org>

 sys-kernel/gentoo-sources/Manifest | 21 
 .../gentoo-sources/gentoo-sources-4.14.259.ebuild  | 28 ++
 .../gentoo-sources/gentoo-sources-4.19.222.ebuild  | 28 ++
 .../gentoo-sources/gentoo-sources-4.4.296.ebuild   | 28 ++
 .../gentoo-sources/gentoo-sources-4.9.294.ebuild   | 28 ++
 .../gentoo-sources/gentoo-sources-5.10.88.ebuild   | 28 ++
 .../gentoo-sources/gentoo-sources-5.15.11.ebuild   | 28 ++
 .../gentoo-sources/gentoo-sources-5.4.168.ebuild   | 28 ++
 8 files changed, 217 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index d2bfee5c35a7..6b9b6b76dc77 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -10,6 +10,9 @@ DIST genpatches-4.14-267.extras.tar.xz 3652 BLAKE2B 
f151e15ad48bb6e23f4b4745bfaa
 DIST genpatches-4.14-268.base.tar.xz 5428928 BLAKE2B 
bae59bedd61f93a2e678c9e8df6a9fa2d64bbab0a9aea9ce363ae58c1cfd4a49d61c14794817bef6c1edd21e6dc41a7a7eada3fe25a509edca6ae212343b916d
 SHA512 
8cb4cbb64f535ceb1ec4b1f953dc1ff6191998ae1515579afeaf869a867fcf803f51aaae802439f3686fb7029ee745a25ebb71608e7605cd9b46183938bb1d0d
 DIST genpatches-4.14-268.experimental.tar.xz 5712 BLAKE2B 
d0a3f0120856b5b4b61adfe47f9abfdf6074c6bdaead044a8839ef518b65bd9200a3bc63ff6dbf939ddc518c0b24ed5ebcc40418fd7ca5bed96dfe43b560f279
 SHA512 
fe596f6cdc507a172fdc2f94eda6ed636b6b3b176f56942ac25bb82d7895a2e13dac2754b8747e547f92021c5424150f4866cb13e8bb593a582286510d4e4228
 DIST genpatches-4.14-268.extras.tar.xz 3652 BLAKE2B 
5b122a2805a36195ff8616f130b4b4f3688811c0a3cdfeccb2fdeea435f9ad5ee064b79894e0e6fcc395dea0994acc2085fac283ab08bf85ae1d1f87bc35b6e1
 SHA512 
7becb30d4eef3fb9927d8d7c7228e78a8b1253d54028da2013d8a84254b5f2f8ec5f5053377397b67edb32fbc5986e88fd012199f95601bd0567353bccd16c0c
+DIST genpatches-4.14-269.base.tar.xz 5440500 BLAKE2B 
9df9625109412423e0ecc410158fc4c209209d93cb9118cd2b87af7699788333147554f1ad2e0c998bb352b55d625bc15b8de5ad2a01d7097bddb03d137724de
 SHA512 
1bec34629851ea382c0b694b00071bc9cedde4c65279de92be7ecb4c6ef34fa482cc2b9fe7d55ef1776d0c133cff9ede2588453e36e7b687f104e48198cf6285
+DIST genpatches-4.14-269.experimental.tar.xz 5712 BLAKE2B 
8ccdd17fbddf9df787763d55fa29042c82d7699bac6a4230350fc4bb8dc49b35afbc2676ed896f84bfe28f80ca37303a25b52f08d2fe3c2a30344c08d9a87f7c
 SHA512 
65c1d2c8babdf1d1ab9f1c257de68c7aa245b169361bc4e77cec9d08ef71bbe8b2c82150b98f4840a34ba181d2e89e41a2a83e4d67e10711c5b38faf3baf
+DIST genpatches-4.14-269.extras.tar.xz 3652 BLAKE2B 
49a66f4a1db8873691d3b3624317feb908192f5097c7fb72f6b97c0b6dda50278d7ee71678272ff88750b10eb381b55192df234d76480b874a02bca1c2f9
 SHA512 
2ace435b6aa5b66a9572822006880e3b9216f291052aae241aa9c86909bd3e4dbb752b9c165c291935e2c1f555e9eb8a749e8e5ada2e28a1747437fa0f2ae3ab
 DIST genpatches-4.19-213.base.tar.xz 5023460 BLAKE2B 
108643587a66448ea4728b8ac22e8e68474f262bc1d037d10a038762b7b327a7d696db028bd3841dd47c0e5b5caa25e143d8cb010b08398d471167bbfe49e2c2
 SHA512 
48e4d89f13e025b4322e3a71376ccb065b0a21f5350344e9d82833397f1425e0ea9665c12ce3cf1afb43e639d8517d8f721714780a711da8d58d8ec5e3d043d4
 DIST genpatches-4.19-213.experimental.tar.xz 5460 BLAKE2B 
6edd7e612fb2a0a729756f33f056b8f5c05a91fcacf2651535085d1375f7f442f369850a11c3fd10e49281c1e06983850ecd2c5258a5f3472de44914ce74ebdb
 SHA512 
a922ac258871ef2892114c4313084c509b693aeaaba910d123b4c23cdfe5573556de28218e05d55671e462963e402a65234ea20718fe812d5c1ceefe18c867fc
 DIST genpatches-4.19-213.extras.tar.xz 3664 BLAKE2B 
ebbbdfbff438cf7358528c3fad45dd9e6bc004993263d72acecd1267403fc58152abe519276c8e75336cc8a89b7bd61308b5e8d5254d11aa040c9154c058f264
 SHA512 
e2f864f91e8dd10730b47f3888d212987076aef647c3fdfb2c8f062aa14739c3f2a0fdd86c27d1aa835c6bd6baba1b5e0a9122d65b36fc6da22fb8c1a3c27200
@@ -22,6 +25,9 @@ DIST genpatches-4.19-219.extras.tar.xz 3668 BLAKE2B 
db3b2c87a396398cd1c900b301f4
 DIST genpatches-4.19-220.base.tar.xz 5158188 BLAKE2B 
9c7a47570b3b530fa93e48e044a4e9f2791e3c0e13f030cd00c8e7c8476327d0764a9d9e9d3d805a1a5ce4ba369fc29d37ec580c05dc87f1977dce15f309e74c
 SHA512 
91a4bd08f69b24070b0e157fa45778fb79081d4feb346ff6c08eb40e61dc770c3dbb55897ac2f008e1392f268b57a8b164c1de339c7253677a7c144430b5916f
 DIST genpat

[gentoo-commits] proj/devmanual:master commit in: archs/amd64/

2021-12-22 Thread Ulrich Müller
commit: 4e7a2e7b243be4ef2033097d1351e42c9be97fa1
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Nov 12 19:22:58 2021 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Wed Dec 22 14:51:30 2021 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=4e7a2e7b

archs/amd64: econf passes --libdir by default

Signed-off-by: Ulrich Müller  gentoo.org>

 archs/amd64/text.xml | 16 ++--
 1 file changed, 2 insertions(+), 14 deletions(-)

diff --git a/archs/amd64/text.xml b/archs/amd64/text.xml
index cbfe8df..db9e9c5 100644
--- a/archs/amd64/text.xml
+++ b/archs/amd64/text.xml
@@ -232,22 +232,10 @@ this behaviour is controlled by the 
MULTILIB_STRICT_EXEMPT variable in
 
 
 
-In most cases, it's sufficient to use the $(get_libdir) function:
+In most cases, default econf behaviour is sufficient, because it will
+pass the correct --libdir option to configure.
 
 
-
-src_compile() {
-   econf \
-   --libdir=/usr/$(get_libdir)
-
-   emake || die
-}
-
-src_install() {
-emake DESTDIR="${D}" install || die
-}
-
-
 
 Some packages provide really bad Makefiles which hard-code /usr/lib. 
Those
 should be sed -ed or patched. Don't forget to let upstream know about 
your



[gentoo-commits] proj/devmanual:master commit in: archs/amd64/

2021-12-22 Thread Ulrich Müller
commit: 0c7a9194274fd3248bee89b59268f1ad975b2db1
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Nov 12 19:10:44 2021 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Wed Dec 22 14:51:17 2021 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=0c7a9194

archs/amd64: Update information on profiles

Signed-off-by: Ulrich Müller  gentoo.org>

 archs/amd64/text.xml | 158 +--
 1 file changed, 40 insertions(+), 118 deletions(-)

diff --git a/archs/amd64/text.xml b/archs/amd64/text.xml
index b2acc1a..cbfe8df 100644
--- a/archs/amd64/text.xml
+++ b/archs/amd64/text.xml
@@ -143,141 +143,66 @@ variable and ).
 
 
 
-Libdir Links
+Libdir links
 
 
 
-Currently, we provide several profiles, each with its own combination of 
libdir
-configurations.
+Currently, we provide several profiles, each with its own combination of
+libdir configurations. Table entries x86, amd64, etc. indicate that
+the directory contains objects for this ABI; entries with an arrow indicate
+a symlink to the respective directory.
 
 
 
   
-
-  Profile
-
-
-  lib32
-
-
-  lib
-
-
-  lib64
-
-  
-  
-
-  2004.3
-
-
-  *l->emul*
-
-
-  d64
-
-
-  *l->lib*
-
+Profile
+lib
+lib32
+lib64
+libx32
   
   
-
-  2004.3/lib64
-
-
-  *l->emul*
-
-
-  *l->64*
-
-
-  d64
-
+17.0
+-> lib64
+x86
+amd64
+non-existent
   
   
-
-  >=2005.0
-
-
-  d32
-
-
-  *l->64*
-
-
-  d64
-
+17.0/no-multilib
+-> lib64
+non-existent
+amd64
+non-existent
   
   
-
-  >=2005.0/no-multilib
-
-
-  d32
-
-
-  *l->64*
-
-
-  d64
-
+17.0/x32
+-> libx32
+x86
+amd64
+x32
   
   
-
-  >=2005.0/no-symlink
-
-
-  d32
-
-
-  d
-
-
-  d64
-
+17.1
+x86
+non-existent
+amd64
+non-existent
   
   
-
-  >=2005.0/no-symlink/no-lib32
-
-
-  inexistant
-
-
-  d32
-
-
-  d64
-
+17.1/no-multilib
+n/a
+non-existent
+amd64
+non-existent
   
 
 
-
-  
-d
-  
-  
-Directory containing mixed-bit objects
-  
-  
-dXX
-  
-  
-Directory containing XXbit objects
-  
-  
-l->foo
-  
-  
-Link to foo
-  
-
-
 
-To always get the right path, you should use the function $(get_libdir)
-from . It will always
-return the correct directory, on all arches. And of course it also takes care
-of the ABI variable.
+To always get the right path, you should use $(get_libdir) which is
+available as a package manager function since EAPI 6. It will always return
+the correct directory, on all arches. And of course it also takes care of
+the ABI variable.
 
 
 
@@ -307,13 +232,10 @@ this behaviour is controlled by the 
MULTILIB_STRICT_EXEMPT variable in
 
 
 
-In most cases, it's sufficient to use the $(get_libdir) function from
-:
+In most cases, it's sufficient to use the $(get_libdir) function:
 
 
 
-inherit multilib
-
 src_compile() {
econf \
--libdir=/usr/$(get_libdir)



[gentoo-commits] proj/devmanual:master commit in: ebuild-writing/common-mistakes/

2021-12-22 Thread Ulrich Müller
commit: 7ce5e147a7ef3b776cb3910c0c21b999f7e2839b
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug  1 02:50:13 2021 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Wed Dec 22 15:36:22 2021 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=7ce5e147

ebuild-writing/common-mistakes: add calling external tools without die

Suggested-by: Joonas Niilola  gentoo.org>
Signed-off-by: Sam James  gentoo.org>
[Internal cross reference fixed]
Signed-off-by: Ulrich Müller  gentoo.org>

 ebuild-writing/common-mistakes/text.xml | 13 +
 1 file changed, 13 insertions(+)

diff --git a/ebuild-writing/common-mistakes/text.xml 
b/ebuild-writing/common-mistakes/text.xml
index e0cdd12..4e26462 100644
--- a/ebuild-writing/common-mistakes/text.xml
+++ b/ebuild-writing/common-mistakes/text.xml
@@ -13,6 +13,19 @@ writing ebuilds.
 
 Common Ebuild Writing Mistakes
 
+
+Unguarded external calls
+
+
+
+Calls to external tools should be guarded with || die (or use
+assert) in almost all cases to allow failure to be detected.
+See .
+
+
+
+
+
 
 Invalid use of static use-flag
 



[gentoo-commits] repo/gentoo:master commit in: dev-java/mill-bin/

2021-12-22 Thread Florian Schmaus
commit: e147b8c1140c0dc6a1f3b9a130f236cfceb8b7ae
Author: Florian Schmaus  gentoo  org>
AuthorDate: Wed Dec 22 16:04:12 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Wed Dec 22 16:04:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e147b8c1

dev-java/mill-bin: add 0.9.11, drop 0.9.9

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

 dev-java/mill-bin/Manifest  | 2 +-
 dev-java/mill-bin/{mill-bin-0.9.9.ebuild => mill-bin-0.9.11.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/mill-bin/Manifest b/dev-java/mill-bin/Manifest
index 5caafecca8bd..9639b5138bd8 100644
--- a/dev-java/mill-bin/Manifest
+++ b/dev-java/mill-bin/Manifest
@@ -1,2 +1,2 @@
 DIST 0.9.10-assembly 63268137 BLAKE2B 
a87553608f9269e529227b4bb13bfca32cf82f3feb7b947dd849d66e86721f390d1862df897184306d84251b635ecd089e1e817244ee6e241a7ebab6c60fe1fc
 SHA512 
dd551aac47b99d7a33f7900f80ac16eba60d1a93f68c87329f3faee8d219102424e19de899b78619568e55f09f2b081948bd21356179d608847c722157a55208
-DIST 0.9.9-assembly 63255731 BLAKE2B 
ae4112a087b5aa6205a87fbef690820b4fde0d72962bb65d479bcdb666cf839df180935674947d53e81711377f0a8bd81bda5cdd8341027c9a2bd3bbc1869a3f
 SHA512 
b7589c36a0607602150378c94c5cb6aba56a70ebe73517c081fbd603ad948bbff5302c17d0cecaac32741452598643089350348474988c0ff973e4bf620a7b3c
+DIST 0.9.11-assembly 63268510 BLAKE2B 
2594800c42d23d3a91ec5b676e968200bb0a5f8e26a4163f05e6badd1377b593fa3b091f63bfca2b7cf3263fefa9d9bace5882b9a1061631f71ba647b65edeeb
 SHA512 
3d6e67e1a301761209a83f3a12fbd692f5589af919ef4e30fe9017ef49a3ba5ff66a00ee372c184ab1d35932f014513c7fd4c7221463ecbc878efea0323c2920

diff --git a/dev-java/mill-bin/mill-bin-0.9.9.ebuild 
b/dev-java/mill-bin/mill-bin-0.9.11.ebuild
similarity index 100%
rename from dev-java/mill-bin/mill-bin-0.9.9.ebuild
rename to dev-java/mill-bin/mill-bin-0.9.11.ebuild



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

2021-12-22 Thread Florian Schmaus
commit: d7a8fe675b66715732edea36d96e9e4c33b3a5b4
Author: Florian Schmaus  gentoo  org>
AuthorDate: Wed Dec 22 16:02:21 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Wed Dec 22 16:02:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7a8fe67

app-text/kramdown-rfc2629: add 1.5.24, drop 1.5.21

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

 app-text/kramdown-rfc2629/Manifest  | 2 +-
 .../{kramdown-rfc2629-1.5.21.ebuild => kramdown-rfc2629-1.5.24.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/kramdown-rfc2629/Manifest 
b/app-text/kramdown-rfc2629/Manifest
index 98920052addb..0f59ad03214f 100644
--- a/app-text/kramdown-rfc2629/Manifest
+++ b/app-text/kramdown-rfc2629/Manifest
@@ -1 +1 @@
-DIST kramdown-rfc2629-1.5.21.gem 51200 BLAKE2B 
554806eaf72532d99bc1a620a4806ad167c44287b91bea57638b894770e35c50cd195deff487370dbe501efffdf3ec4453a3c0084705e3bf4b5b66fe5b204a13
 SHA512 
acb087d3c8cf9c33ded92275fff774403585bcd3db2faaf02fb78ecf60b58cce626856c28b91c6aad85b07b6c913d93b1ca109a4839f9e80b1fc312fced3a2e7
+DIST kramdown-rfc2629-1.5.24.gem 51712 BLAKE2B 
bedca34835233e6db72b52ed634f07efa97a121903097230c95cc8db60c14662f697a5e02df5b87d8f2fa8614ac5bbc22d0a018d5dd339229da14c3517897c0e
 SHA512 
6e358ad09afef4768e9c1698732c2058040f05180a8fda36c96dbbc68e670c8bf509ebdd92f51d9696b5305fb54398885230daa09b82ac5805a5c4d4eb10a4ba

diff --git a/app-text/kramdown-rfc2629/kramdown-rfc2629-1.5.21.ebuild 
b/app-text/kramdown-rfc2629/kramdown-rfc2629-1.5.24.ebuild
similarity index 100%
rename from app-text/kramdown-rfc2629/kramdown-rfc2629-1.5.21.ebuild
rename to app-text/kramdown-rfc2629/kramdown-rfc2629-1.5.24.ebuild



[gentoo-commits] repo/gentoo:master commit in: dev-java/gradle-bin/

2021-12-22 Thread Florian Schmaus
commit: 1c9cb4108b810037e151e3a2c864f701d600b7a5
Author: Florian Schmaus  gentoo  org>
AuthorDate: Wed Dec 22 15:58:35 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Wed Dec 22 15:58:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c9cb410

dev-java/gradle-bin: add 7.3.3, drop 7.3.2

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

 dev-java/gradle-bin/Manifest| 2 +-
 .../gradle-bin/{gradle-bin-7.3.2.ebuild => gradle-bin-7.3.3.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/gradle-bin/Manifest b/dev-java/gradle-bin/Manifest
index 79e79b181e52..0f799fbeac3b 100644
--- a/dev-java/gradle-bin/Manifest
+++ b/dev-java/gradle-bin/Manifest
@@ -1,4 +1,4 @@
 DIST gradle-bin-6.8.3.zip 150631445 BLAKE2B 
935a6631167481e289ac5a468b822ffeec204519edf42c8a0f05a911ef716715b706e3c22637763b4a7a0c7cbfa89f163673ef5631c115c025c5634b353fcee6
 SHA512 
fdd5c347142c2a8e2a1455d8886ddb103531de6e69d41f20d199a488d10165600924876761b452da213759a1dc6d47ed00a069f1a9f8af99fdbf1af3bb2e0564
 DIST gradle-bin-7.1.1.zip 154838841 BLAKE2B 
0a0ad08101f0c5fa7c0cb2a4c9ad6e53320cc6214fe1a139f390b73d9aa656ebfaf90c21816d57964f37e9cad51faed21f82f55b7e24fcf0f5a3ffd861c990ad
 SHA512 
95cc2de9b7c3d6019d7780b17238ff8f0db14c9a1e494b391c84d75619eb3064322bb2c56fa9127b0a5681c94b32283090a15b06fefeccdb95a1f8fb9e58c75c
 DIST gradle-bin-7.2.zip 157058280 BLAKE2B 
918213df58ac2afbd075c74588f60676cd7dc99030834828138c621348ac1abd368e0b54c2f6937cbfc9533e55e310b46cf841c92dcb1039b898c6f456032d38
 SHA512 
6ccc79f08afdc20b3d5abf876c3cabb69114d1ab4285cdb77158cd8c5e09207589edefb6c79f2bcffe4629a38c6b9e2f473de42dab29a24310965bc5816b907d
-DIST gradle-bin-7.3.2.zip 158875135 BLAKE2B 
52ae669eb4bea61aa13ac734f8e660db63d0beb865bdb07250cfc14e4a2e8a7fea9613629ec8a1949042463d0a3056949f7bd7c9944e663eee64d900bd92bec4
 SHA512 
86ca78148bf1df1642ee8a89fb2d560522dd01666de8dd4002f5425ac17b178d108cca99a3311700a84b7dc1d962a2392ab5da6b446177702dfea52c29b6fa40
+DIST gradle-bin-7.3.3.zip 158875257 BLAKE2B 
94f86e06da3eae4a9522d35a28577d033d64ce1bc2f36d0f5c1992e9b92ec311d25bd98bbeaf4b8a9869f22d93e14c88952e12166e436a0a6c206541d1f967aa
 SHA512 
03f2bdd77202788cd43bb3e3a6390340f4d083d69ade5a53e0163204fb85307f5f4e04077c6ae558bc36ab3c478674f941079bc14a8344f55631fbba1490

diff --git a/dev-java/gradle-bin/gradle-bin-7.3.2.ebuild 
b/dev-java/gradle-bin/gradle-bin-7.3.3.ebuild
similarity index 100%
rename from dev-java/gradle-bin/gradle-bin-7.3.2.ebuild
rename to dev-java/gradle-bin/gradle-bin-7.3.3.ebuild



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

2021-12-22 Thread Matt Turner
commit: a017a6b2506cc15eacd9acbc4c8959c00e90ec2c
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Dec 22 16:32:05 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Dec 22 16:33:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a017a6b2

media-libs/libglvnd: Version bump to 1.4.0

Signed-off-by: Matt Turner  gentoo.org>

 media-libs/libglvnd/Manifest| 1 +
 media-libs/libglvnd/{libglvnd-.ebuild => libglvnd-1.4.0.ebuild} | 2 +-
 media-libs/libglvnd/libglvnd-.ebuild| 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/media-libs/libglvnd/Manifest b/media-libs/libglvnd/Manifest
index fbb91a44c4e7..bd88e80100ad 100644
--- a/media-libs/libglvnd/Manifest
+++ b/media-libs/libglvnd/Manifest
@@ -1 +1,2 @@
 DIST libglvnd-1.3.4.tar.bz2 715616 BLAKE2B 
77866bcd80b80dc27accbe960d63f45b5052ad110590890ed4707db0c2d7efd6882755f7258fc007b3b11bed9cee02477103ed65003185f9d7d2f6e82bef7df8
 SHA512 
3132bf2a547d5b7ffe12c6f1574b62c666cce8708d0311dccdbdb82063e5b6efd6f889ff1829d550af903305cd7c5bd2f7c5e0253234b25e0ea98234769e7ccf
+DIST libglvnd-1.4.0.tar.bz2 563441 BLAKE2B 
079b37571da7f1eb3cf8f87ea727aeec04a27158f015889552787ff269cc779f33c10a426a7113d4e45b13008b6540c2a2eec2ac69cb1cb5c551ac82e11475e5
 SHA512 
a887044b6b3b8bb2dae74f28a9b92ffa0ab7b65adc74d788e28c292b99ed618f93deb1ddc041b9a9460cf46eba5f63a4ba1c20f120dea868659a022428689287

diff --git a/media-libs/libglvnd/libglvnd-.ebuild 
b/media-libs/libglvnd/libglvnd-1.4.0.ebuild
similarity index 96%
copy from media-libs/libglvnd/libglvnd-.ebuild
copy to media-libs/libglvnd/libglvnd-1.4.0.ebuild
index f3579afc1b9c..f6b7cee43834 100644
--- a/media-libs/libglvnd/libglvnd-.ebuild
+++ b/media-libs/libglvnd/libglvnd-1.4.0.ebuild
@@ -51,7 +51,7 @@ multilib_src_configure() {
$(meson_feature X x11)
$(meson_feature X glx)
)
-   use elibc_musl && emesonargs+=( -Dtls=disabled )
+   use elibc_musl && emesonargs+=( -Dtls=false )
 
meson_src_configure
 }

diff --git a/media-libs/libglvnd/libglvnd-.ebuild 
b/media-libs/libglvnd/libglvnd-.ebuild
index f3579afc1b9c..f6b7cee43834 100644
--- a/media-libs/libglvnd/libglvnd-.ebuild
+++ b/media-libs/libglvnd/libglvnd-.ebuild
@@ -51,7 +51,7 @@ multilib_src_configure() {
$(meson_feature X x11)
$(meson_feature X glx)
)
-   use elibc_musl && emesonargs+=( -Dtls=disabled )
+   use elibc_musl && emesonargs+=( -Dtls=false )
 
meson_src_configure
 }



  1   2   3   4   5   6   7   8   9   10   >