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

2022-04-18 Thread Arthur Zamarin
commit: 334b247fd906fff1faa59d1e6e838b18f9b335ee
Author: Oz N Tiram  gmail  com>
AuthorDate: Mon Apr 11 21:57:14 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Apr 19 05:56:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=334b247f

dev-python/pipenv: add 2022.4.8

Also, removed vendored click and iso8601

Signed-off-by: Oz N Tiram  gmail.com>
Bug: https://bugs.gentoo.org/717666
Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pipenv/Manifest   |  1 +
 dev-python/pipenv/pipenv-2022.4.8.ebuild | 90 
 2 files changed, 91 insertions(+)

diff --git a/dev-python/pipenv/Manifest b/dev-python/pipenv/Manifest
index e15fa639e79d..62ddd605ba4e 100644
--- a/dev-python/pipenv/Manifest
+++ b/dev-python/pipenv/Manifest
@@ -1,3 +1,4 @@
 DIST pipenv-2021.11.23.tar.gz 11378116 BLAKE2B 
aa30c86aa3b20333d0bffc8c49761869cc9e86b69920abe5e58a0aa7ccf35a8faf6b8b29ce408c85239624a999ca4e67f4a687e1e9aa15271bea31a135acdb7d
 SHA512 
3873a3e7de33677b63bb133e397f46030ec28a24479b38009a4c409d93277327e8f53694fa56fdb8120f9cd632e849fde6f4205e29d9f5704c8844101e8e8298
 DIST pipenv-2021.11.9.tar.gz 11652360 BLAKE2B 
ab7d733e0c44a8551d2b786680646f5efa9effdc6b6a74fc0b8286336c84b9795229036cc8b7179a4ee3d6c91701d82fdd2e8303c7c9a9da1e06eb78fb2a0214
 SHA512 
6ad44fe70d3e3f5bbdedb891c76ad1c37863e6f4215c34f2ef6aa1a35b89fb6262f8c55f7f2e71544e550d66d20567f12ce4698f9e3a899853aa49a0849c3189
 DIST pipenv-2022.1.8.tar.gz 11379235 BLAKE2B 
b73df14688ebe6d0c6153c64c2f3cd5106f184466061177cebfac120fc49af403a5d27919a8ff0e5a40e04a9950ab9949938c1d4c8d0c1a4df98440a3a2a2ae0
 SHA512 
9bad380548723172eddbbb9ebfc35a46effbd8eeeff47ad347d0ab5ae9f52e20de8dfc205dab6fb8ae8763edc488cf867a64ed443895242feb444d1bc0d9b8e0
+DIST pipenv-2022.4.8.tar.gz 11822017 BLAKE2B 
b647bf5dbbdb6a38ace41bc58c3178199c0c7cada826f18d0f58c6f3cd60290fa714ca434d19cf468cf316d51ac0895460cb007d677b53462a7efc86f3d3bb2e
 SHA512 
8c0ed65b9431b785f86bc4fa0a0a55d96228ed2f9483805536fa3056853dbfabeac02578f694e9a3f2e00be579183d10dcbb957fb834d475e1621de6a05ebd2e

diff --git a/dev-python/pipenv/pipenv-2022.4.8.ebuild 
b/dev-python/pipenv/pipenv-2022.4.8.ebuild
new file mode 100644
index ..c361313a4def
--- /dev/null
+++ b/dev-python/pipenv/pipenv-2022.4.8.ebuild
@@ -0,0 +1,90 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1 multiprocessing
+
+MY_PV=${PV/_beta/b}
+DESCRIPTION="Python Development Workflow for Humans"
+HOMEPAGE="https://github.com/pypa/pipenv https://pypi.org/project/pipenv/;
+SRC_URI="https://github.com/pypa/pipenv/archive/v${MY_PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}"/${PN}-${MY_PV}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+
+RDEPEND="
+   dev-python/attrs[${PYTHON_USEDEP}]
+   dev-python/cached-property[${PYTHON_USEDEP}]
+   >=dev-python/cerberus-1.3.2[${PYTHON_USEDEP}]
+   dev-python/click[${PYTHON_USEDEP}]
+   >=dev-python/colorama-0.4.4[${PYTHON_USEDEP}]
+   >=dev-python/idna-3.2[${PYTHON_USEDEP}]
+   dev-python/iso8601[${PYTHON_USEDEP}]
+   >=dev-python/pexpect-4.8.0[${PYTHON_USEDEP}]
+   dev-python/pip[${PYTHON_USEDEP}]
+   >=dev-python/python-dateutil-2.8.2[${PYTHON_USEDEP}]
+   >=dev-python/virtualenv-20.0.35[${PYTHON_USEDEP}]
+   dev-python/virtualenv-clone[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.26.0[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]
+   >=dev-python/tomli-1.2.2[${PYTHON_USEDEP}]
+   =dev-python/urllib3-1.26.7[${PYTHON_USEDEP}]
+   >=dev-python/wheel-0.36.0[${PYTHON_USEDEP}]
+   >=dev-python/zipp-3.6.0[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   ${RDEPEND}
+   test? (
+   dev-python/flaky[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+# IMPORTANT: The following sed command patches the vendor direcotry
+# in the pipenv source. Attempts to simply bump the version of the
+# package without checking that it works is likely to fail
+# The vendored packages should eventually all be removed
+# see: https://bugs.gentoo.org/717666
+src_prepare() {
+   local pkgName
+   local jobs=$(makeopts_jobs)
+   local packages=( attr cerberus cached_property click colorama idna 
iso8601 pexpect dateutil requests toml tomli urllib3 zipp )
+   for pkgName in ${packages[@]}; do
+   find ./ -type f -print0 | \
+   xargs --max-procs="${jobs}" --null \
+   sed --in-place \
+   -e "s/from pipenv.vendor import 
${pkgName}/import ${pkgName}/g" \
+   -e "s/from pipenv.vendor.${pkgName}\(.*\) 
import \(\w*\)/from ${pkgName}\1 import \2/g"\
+  

[gentoo-commits] repo/gentoo:master commit in: dev-python/pipenv/files/, dev-python/pipenv/

2022-04-18 Thread Arthur Zamarin
commit: b749584b82fbccb124d67d319762b7e7aa6a68cd
Author: Oz N Tiram  gmail  com>
AuthorDate: Mon Apr 11 21:57:46 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Apr 19 05:56:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b749584b

dev-python/pipenv: drop 2021.11.9

Signed-off-by: Oz N Tiram  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/24999
Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pipenv/Manifest |  1 -
 ...ipenv-2021-11-9-remove-attr-vendor-import.patch | 25 
 ...v-2021-11-9-remove-colorama-vendor-import.patch | 67 --
 dev-python/pipenv/pipenv-2021.11.9.ebuild  | 65 -
 4 files changed, 158 deletions(-)

diff --git a/dev-python/pipenv/Manifest b/dev-python/pipenv/Manifest
index 62ddd605ba4e..3bcdf0bbc623 100644
--- a/dev-python/pipenv/Manifest
+++ b/dev-python/pipenv/Manifest
@@ -1,4 +1,3 @@
 DIST pipenv-2021.11.23.tar.gz 11378116 BLAKE2B 
aa30c86aa3b20333d0bffc8c49761869cc9e86b69920abe5e58a0aa7ccf35a8faf6b8b29ce408c85239624a999ca4e67f4a687e1e9aa15271bea31a135acdb7d
 SHA512 
3873a3e7de33677b63bb133e397f46030ec28a24479b38009a4c409d93277327e8f53694fa56fdb8120f9cd632e849fde6f4205e29d9f5704c8844101e8e8298
-DIST pipenv-2021.11.9.tar.gz 11652360 BLAKE2B 
ab7d733e0c44a8551d2b786680646f5efa9effdc6b6a74fc0b8286336c84b9795229036cc8b7179a4ee3d6c91701d82fdd2e8303c7c9a9da1e06eb78fb2a0214
 SHA512 
6ad44fe70d3e3f5bbdedb891c76ad1c37863e6f4215c34f2ef6aa1a35b89fb6262f8c55f7f2e71544e550d66d20567f12ce4698f9e3a899853aa49a0849c3189
 DIST pipenv-2022.1.8.tar.gz 11379235 BLAKE2B 
b73df14688ebe6d0c6153c64c2f3cd5106f184466061177cebfac120fc49af403a5d27919a8ff0e5a40e04a9950ab9949938c1d4c8d0c1a4df98440a3a2a2ae0
 SHA512 
9bad380548723172eddbbb9ebfc35a46effbd8eeeff47ad347d0ab5ae9f52e20de8dfc205dab6fb8ae8763edc488cf867a64ed443895242feb444d1bc0d9b8e0
 DIST pipenv-2022.4.8.tar.gz 11822017 BLAKE2B 
b647bf5dbbdb6a38ace41bc58c3178199c0c7cada826f18d0f58c6f3cd60290fa714ca434d19cf468cf316d51ac0895460cb007d677b53462a7efc86f3d3bb2e
 SHA512 
8c0ed65b9431b785f86bc4fa0a0a55d96228ed2f9483805536fa3056853dbfabeac02578f694e9a3f2e00be579183d10dcbb957fb834d475e1621de6a05ebd2e

diff --git 
a/dev-python/pipenv/files/pipenv-2021-11-9-remove-attr-vendor-import.patch 
b/dev-python/pipenv/files/pipenv-2021-11-9-remove-attr-vendor-import.patch
deleted file mode 100644
index 2454d04f12ef..
--- a/dev-python/pipenv/files/pipenv-2021-11-9-remove-attr-vendor-import.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 0c31638a41a95ada109a3fd13e1e8380d2b8a731 Mon Sep 17 00:00:00 2001
-From: Oz N Tiram 
-Date: Thu, 11 Nov 2021 13:05:13 +0100
-Subject: [PATCH 1/2] Remove vendored attr.
-

- pipenv/installers.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/pipenv/installers.py b/pipenv/installers.py
-index 5baa1933..f7982ab6 100644
 a/pipenv/installers.py
-+++ b/pipenv/installers.py
-@@ -3,7 +3,7 @@ import operator
- import re
- from abc import ABCMeta, abstractmethod
- 
--from pipenv.vendor import attr
-+import attr
- from pipenv.utils import find_windows_executable, subprocess_run
- 
- 
--- 
-2.32.0
-

diff --git 
a/dev-python/pipenv/files/pipenv-2021-11-9-remove-colorama-vendor-import.patch 
b/dev-python/pipenv/files/pipenv-2021-11-9-remove-colorama-vendor-import.patch
deleted file mode 100644
index 4677b0860da2..
--- 
a/dev-python/pipenv/files/pipenv-2021-11-9-remove-colorama-vendor-import.patch
+++ /dev/null
@@ -1,67 +0,0 @@
-From 6e994dbc81c326b507c6f3119dfab56113dc17c3 Mon Sep 17 00:00:00 2001
-From: Oz N Tiram 
-Date: Thu, 11 Nov 2021 13:05:41 +0100
-Subject: [PATCH 2/2] Remove vendored colorama
-

- pipenv/patched/crayons.py   | 2 +-
- pipenv/vendor/yaspin/core.py| 2 +-
- tasks/vendoring/patches/patched/crayons.patch   | 2 +-
- tasks/vendoring/patches/vendor/yaspin-signal-handling.patch | 2 +-
- 4 files changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/pipenv/patched/crayons.py b/pipenv/patched/crayons.py
-index d7644a21..19b0d695 100644
 a/pipenv/patched/crayons.py
-+++ b/pipenv/patched/crayons.py
-@@ -13,7 +13,7 @@ import re
- import sys
- 
- from pipenv.vendor import shellingham
--from pipenv.vendor import colorama
-+import colorama
- 
- PY3 = sys.version_info[0] >= 3
- 
-diff --git a/pipenv/vendor/yaspin/core.py b/pipenv/vendor/yaspin/core.py
-index d8a0716c..c9be016c 100644
 a/pipenv/vendor/yaspin/core.py
-+++ b/pipenv/vendor/yaspin/core.py
-@@ -19,7 +19,7 @@ import time
- from typing import List, Set, Union
- 
- from termcolor import colored
--from pipenv.vendor import colorama
-+import colorama
- from pipenv.vendor.vistir import cursor
- 
- from .base_spinner import Spinner, default_spinner
-diff --git a/tasks/vendoring/patches/patched/crayons.patch 
b/tasks/vendoring/patches/patched/crayons.patch
-index 2760ca81..d021bfb1 100644
 

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

2022-04-18 Thread Stephan Hartmann
commit: 2cf3796eb14921f7ffc6ba3b687db6c41d96e04b
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Tue Apr 19 05:54:36 2022 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Tue Apr 19 05:54:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cf3796e

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

Signed-off-by: Stephan Hartmann  gentoo.org>

 www-client/microsoft-edge-beta/Manifest|   1 -
 .../microsoft-edge-beta-100.0.1185.27.ebuild   | 116 -
 2 files changed, 117 deletions(-)

diff --git a/www-client/microsoft-edge-beta/Manifest 
b/www-client/microsoft-edge-beta/Manifest
index 472c7abdac59..4fdb61937351 100644
--- a/www-client/microsoft-edge-beta/Manifest
+++ b/www-client/microsoft-edge-beta/Manifest
@@ -1,4 +1,3 @@
-DIST microsoft-edge-beta_100.0.1185.27-1_amd64.deb 119078708 BLAKE2B 
974ba67490e432987b2e3e14815a77ecb5ab0a3de38d74e7b9a950356c3857e7496e33e615eeb653c251f07d60e2f2c96078e5f7dc63a0dd63d5111e57c4a12e
 SHA512 
0ffb4e07e7091489b7c34fe4ec7ceaf74f972898080211e682b919658d0c9178e014f7d42b60c3667b841863b0a4308b27f6da841d39a9d417429e3bb10cdc9d
 DIST microsoft-edge-beta_101.0.1210.10-1_amd64.deb 119360904 BLAKE2B 
67c6b9de11b71a35e5080b567fae1f5af2a26b321b12abde65fce47d51bd101edde3cf253bae4714d19466096e8ce05b9b41821a5f37d1f7aef7a110ebee759a
 SHA512 
4484ac3cc79ff4a2e742295caef2eaa0bc300643317837500d2efc7432fdfa83beb35c1f563d6da0b3443ef0951c1365b0717d566101738a40f0d9e141313550
 DIST microsoft-edge-beta_101.0.1210.14-1_amd64.deb 119278024 BLAKE2B 
71edf8c44e6a87c1c0001a6e83878b99aa341227694ab66cdeedc4c8a7216d84dd3c16e26878a60a2874df6c74b462efd23a572f7f1d1153e778d61d47ec7bfd
 SHA512 
e85a18108eae3fae61d61206dee384b5fcb742f0621662ae5c9ce9b93a54ceb31baa7a983bc7522e3100698def6ffcb98893d47d30abdf88aa86101af856a783
 DIST microsoft-edge-beta_101.0.1210.19-1_amd64.deb 119331344 BLAKE2B 
0b6f0f3d232942510b9888000f0b2f568c907a50c5b6e3f8d0102a64e25d97574f72d7cb9e0d40e8cc140543495bef2cbe76edc2c6391dbf6afd81ec175d794c
 SHA512 
9941fb5a01f298c72d4eda6f904f076ab405c27fd8f768dec1d477632d50505c39b904ee50e51aa13c546b91fb99e07844f2ed86805524748ec014348b6522ea

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

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

2022-04-18 Thread Stephan Hartmann
commit: e00b545390f97a51299d8cba452b07ec855fea47
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Tue Apr 19 05:54:28 2022 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Tue Apr 19 05:54:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e00b5453

www-client/microsoft-edge-beta: automated bump (101.0.1210.19)

Signed-off-by: Stephan Hartmann  gentoo.org>

 www-client/microsoft-edge-beta/Manifest|   1 +
 .../microsoft-edge-beta-101.0.1210.19.ebuild   | 116 +
 2 files changed, 117 insertions(+)

diff --git a/www-client/microsoft-edge-beta/Manifest 
b/www-client/microsoft-edge-beta/Manifest
index e07324f90232..472c7abdac59 100644
--- a/www-client/microsoft-edge-beta/Manifest
+++ b/www-client/microsoft-edge-beta/Manifest
@@ -1,3 +1,4 @@
 DIST microsoft-edge-beta_100.0.1185.27-1_amd64.deb 119078708 BLAKE2B 
974ba67490e432987b2e3e14815a77ecb5ab0a3de38d74e7b9a950356c3857e7496e33e615eeb653c251f07d60e2f2c96078e5f7dc63a0dd63d5111e57c4a12e
 SHA512 
0ffb4e07e7091489b7c34fe4ec7ceaf74f972898080211e682b919658d0c9178e014f7d42b60c3667b841863b0a4308b27f6da841d39a9d417429e3bb10cdc9d
 DIST microsoft-edge-beta_101.0.1210.10-1_amd64.deb 119360904 BLAKE2B 
67c6b9de11b71a35e5080b567fae1f5af2a26b321b12abde65fce47d51bd101edde3cf253bae4714d19466096e8ce05b9b41821a5f37d1f7aef7a110ebee759a
 SHA512 
4484ac3cc79ff4a2e742295caef2eaa0bc300643317837500d2efc7432fdfa83beb35c1f563d6da0b3443ef0951c1365b0717d566101738a40f0d9e141313550
 DIST microsoft-edge-beta_101.0.1210.14-1_amd64.deb 119278024 BLAKE2B 
71edf8c44e6a87c1c0001a6e83878b99aa341227694ab66cdeedc4c8a7216d84dd3c16e26878a60a2874df6c74b462efd23a572f7f1d1153e778d61d47ec7bfd
 SHA512 
e85a18108eae3fae61d61206dee384b5fcb742f0621662ae5c9ce9b93a54ceb31baa7a983bc7522e3100698def6ffcb98893d47d30abdf88aa86101af856a783
+DIST microsoft-edge-beta_101.0.1210.19-1_amd64.deb 119331344 BLAKE2B 
0b6f0f3d232942510b9888000f0b2f568c907a50c5b6e3f8d0102a64e25d97574f72d7cb9e0d40e8cc140543495bef2cbe76edc2c6391dbf6afd81ec175d794c
 SHA512 
9941fb5a01f298c72d4eda6f904f076ab405c27fd8f768dec1d477632d50505c39b904ee50e51aa13c546b91fb99e07844f2ed86805524748ec014348b6522ea

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

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

2022-04-18 Thread Arthur Zamarin
commit: c1e14eef5aa622b963e6b7a6dd2ea27fdc70777d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Apr 19 05:51:04 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Apr 19 05:51:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1e14eef

media-video/qmplay2: sync live ebuild

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

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

diff --git a/media-video/qmplay2/qmplay2-.ebuild 
b/media-video/qmplay2/qmplay2-.ebuild
index 7f6b9471ab08..b7b2b595e0e7 100644
--- a/media-video/qmplay2/qmplay2-.ebuild
+++ b/media-video/qmplay2/qmplay2-.ebuild
@@ -53,7 +53,7 @@ RDEPEND="
taglib? ( media-libs/taglib )
vaapi? (
>=media-video/ffmpeg-4.1.3[vaapi]
-   x11-libs/libva[drm,opengl]
+   x11-libs/libva
)
vdpau? ( media-video/ffmpeg[vdpau] )
videofilters? ( dev-qt/qtconcurrent:5 )



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

2022-04-18 Thread Arthur Zamarin
commit: 840eaa6a56f786e56f17068fb258b459773e5722
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Apr 19 05:50:39 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Apr 19 05:51:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=840eaa6a

media-video/qmplay2: drop 21.06.07-r2

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

 media-video/qmplay2/Manifest   |   1 -
 media-video/qmplay2/qmplay2-21.06.07-r2.ebuild | 132 -
 2 files changed, 133 deletions(-)

diff --git a/media-video/qmplay2/Manifest b/media-video/qmplay2/Manifest
index cfd8af354762..ed17f369d9ce 100644
--- a/media-video/qmplay2/Manifest
+++ b/media-video/qmplay2/Manifest
@@ -1,3 +1,2 @@
-DIST QMPlay2-src-21.06.07.tar.xz 1579640 BLAKE2B 
f687cf19ce8d4a606b5271c2e5789d5194233bd300f29d165354cc8784808a148e02536ea8a593c036cd75d1e40a335177f1b9db33016008bbb2f9516daf7e61
 SHA512 
41558e2df09a188cef05c2a24393e67ce4d1ef1268ff1bdd1ac97ec666d9f8f849817b0c64e384624403a8f6f60cb985dde188cb3c75afd731e42f776076d282
 DIST QMPlay2-src-21.12.24.tar.xz 1609604 BLAKE2B 
0b2e1ddc0a089ee0d8d37d3d14f2273b53b4df078c6f1571a5ed44c1234133c3eb21461287eb12027ccb686d844f28939b8dfe236c11fd6cb5831dc825708301
 SHA512 
fddd1d28a0c7f8ad7fa8ef02bb1181ee2fe4babfd8b9c026d2b1d518c1cf28528c64d296b0050d7c51b1ae558baf2d04fe808b276816d98e839a85dbc67ac136
 DIST QMPlay2-src-22.03.19.tar.xz 1612136 BLAKE2B 
5b5ff6d4b37c3d1c46e28839e078e3f7bfa4d2d9d88f552a574cc6560ee18996dda8649f47973f2af97224e2ebebbffadf3c6f52b8064fc30ff63c72d7f578e2
 SHA512 
687fa0b8bc7d3b99432419aeeaedc83773dc3b12d8133872f663419db7123e7093895bc8ac5b64f03acefd1c4e5cf916210ebbef6b6494284e15487763f0d571

diff --git a/media-video/qmplay2/qmplay2-21.06.07-r2.ebuild 
b/media-video/qmplay2/qmplay2-21.06.07-r2.ebuild
deleted file mode 100644
index 7af2e7f0fd0a..
--- a/media-video/qmplay2/qmplay2-21.06.07-r2.ebuild
+++ /dev/null
@@ -1,132 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake xdg
-
-DESCRIPTION="A Qt-based video player, which can play most formats and codecs"
-HOMEPAGE="https://github.com/zaps166/QMPlay2;
-
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/zaps166/QMPlay2;
-else
-   
SRC_URI="https://github.com/zaps166/QMPlay2/releases/download/${PV}/QMPlay2-src-${PV}.tar.xz;
-   KEYWORDS="~amd64 ~x86"
-   S="${WORKDIR}/QMPlay2-src-${PV}"
-fi
-
-LICENSE="LGPL-3"
-SLOT="0"
-
-IUSE="avdevice +audiofilters +alsa cdio cuvid dbus extensions
-   gme inputs libass modplug notifications opengl pipewire portaudio
-   pulseaudio sid shaders vaapi vdpau +videofilters visualizations vulkan 
xv"
-
-REQUIRED_USE="
-   audiofilters? ( || ( alsa pipewire portaudio pulseaudio ) )
-   shaders? ( vulkan )"
-
-RDEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtdbus:5
-   dev-qt/qtsvg:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtx11extras:5
-   media-video/ffmpeg
-   || (
-   dev-qt/qtgui:5[X(-)]
-   dev-qt/qtgui:5[xcb(-)]
-   )
-   alsa? ( media-libs/alsa-lib )
-   cdio? ( dev-libs/libcdio[cddb] )
-   extensions? (
-   dev-qt/qtdeclarative:5
-   media-libs/taglib
-   )
-   gme? ( media-libs/game-music-emu )
-   libass? ( media-libs/libass )
-   opengl? ( virtual/opengl )
-   pipewire? ( media-video/pipewire )
-   portaudio? ( media-libs/portaudio )
-   pulseaudio? ( media-sound/pulseaudio )
-   sid? ( media-libs/libsidplayfp )
-   shaders? ( >=media-libs/shaderc-2020.1 )
-   vaapi? (
-   >=media-video/ffmpeg-4.1.3[vaapi]
-   x11-libs/libva[drm,opengl]
-   )
-   vdpau? ( media-video/ffmpeg[vdpau] )
-   videofilters? ( dev-qt/qtconcurrent:5 )
-   vulkan? (
-   >=dev-qt/qtgui-5.14.1:5[vulkan]
-   >=media-libs/vulkan-loader-1.2.133
-   )
-   xv? ( x11-libs/libXv )"
-
-DEPEND="${RDEPEND}"
-BDEPEND="dev-qt/linguist-tools:5"
-
-src_prepare() {
-   # disable compress man pages
-   sed -r \
-   -e 's/if\(GZIP\)/if\(TRUE\)/' \
-   -e 's/(install.+QMPlay2\.1)\.gz/\1/' \
-   -i src/gui/CMakeLists.txt || die
-
-   cmake_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   # core
-   -DUSE_LINK_TIME_OPTIMIZATION=false
-   -DUSE_ALSA=$(usex alsa)
-   -DUSE_AUDIOCD=$(usex cdio)
-   -DUSE_DBUS_SUSPEND=$(usex dbus)
-   -DUSE_FREEDESKTOP_NOTIFICATIONS=$(usex dbus) # 
https://github.com/zaps166/QMPlay2/issues/134
-   -DUSE_LIBASS=$(usex libass)
-   -DUSE_NOTIFY=$(usex notifications)
-   -DUSE_OPENGL=$(usex opengl)
-   -DUSE_VULKAN=$(usex vulkan)
-   -DUSE_GLSLC=$(usex shaders)
-   -DUSE_XVIDEO=$(usex xv)

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

2022-04-18 Thread Arthur Zamarin
commit: 8aa1b87452ba6bf2a738a224704920b11582c7a0
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Apr 19 05:50:19 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Apr 19 05:51:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aa1b874

media-video/qmplay2: add 22.03.19

Closes: https://bugs.gentoo.org/835466
Closes: https://bugs.gentoo.org/834409
Signed-off-by: Arthur Zamarin  gentoo.org>

 media-video/qmplay2/Manifest|   1 +
 media-video/qmplay2/qmplay2-22.03.19.ebuild | 137 
 2 files changed, 138 insertions(+)

diff --git a/media-video/qmplay2/Manifest b/media-video/qmplay2/Manifest
index e8def86c322f..cfd8af354762 100644
--- a/media-video/qmplay2/Manifest
+++ b/media-video/qmplay2/Manifest
@@ -1,2 +1,3 @@
 DIST QMPlay2-src-21.06.07.tar.xz 1579640 BLAKE2B 
f687cf19ce8d4a606b5271c2e5789d5194233bd300f29d165354cc8784808a148e02536ea8a593c036cd75d1e40a335177f1b9db33016008bbb2f9516daf7e61
 SHA512 
41558e2df09a188cef05c2a24393e67ce4d1ef1268ff1bdd1ac97ec666d9f8f849817b0c64e384624403a8f6f60cb985dde188cb3c75afd731e42f776076d282
 DIST QMPlay2-src-21.12.24.tar.xz 1609604 BLAKE2B 
0b2e1ddc0a089ee0d8d37d3d14f2273b53b4df078c6f1571a5ed44c1234133c3eb21461287eb12027ccb686d844f28939b8dfe236c11fd6cb5831dc825708301
 SHA512 
fddd1d28a0c7f8ad7fa8ef02bb1181ee2fe4babfd8b9c026d2b1d518c1cf28528c64d296b0050d7c51b1ae558baf2d04fe808b276816d98e839a85dbc67ac136
+DIST QMPlay2-src-22.03.19.tar.xz 1612136 BLAKE2B 
5b5ff6d4b37c3d1c46e28839e078e3f7bfa4d2d9d88f552a574cc6560ee18996dda8649f47973f2af97224e2ebebbffadf3c6f52b8064fc30ff63c72d7f578e2
 SHA512 
687fa0b8bc7d3b99432419aeeaedc83773dc3b12d8133872f663419db7123e7093895bc8ac5b64f03acefd1c4e5cf916210ebbef6b6494284e15487763f0d571

diff --git a/media-video/qmplay2/qmplay2-22.03.19.ebuild 
b/media-video/qmplay2/qmplay2-22.03.19.ebuild
new file mode 100644
index ..b7b2b595e0e7
--- /dev/null
+++ b/media-video/qmplay2/qmplay2-22.03.19.ebuild
@@ -0,0 +1,137 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg
+
+DESCRIPTION="A Qt-based video player, which can play most formats and codecs"
+HOMEPAGE="https://github.com/zaps166/QMPlay2;
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/zaps166/QMPlay2;
+else
+   
SRC_URI="https://github.com/zaps166/QMPlay2/releases/download/${PV}/QMPlay2-src-${PV}.tar.xz;
+   S="${WORKDIR}/QMPlay2-src-${PV}"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="LGPL-3"
+SLOT="0"
+
+IUSE="avdevice +audiofilters +alsa cdio cuvid extensions gme inputs libass
+   modplug notifications opengl pipewire portaudio pulseaudio sid shaders
+   +taglib vaapi vdpau videofilters visualizations vulkan xv"
+
+REQUIRED_USE="
+   audiofilters? ( || ( alsa pipewire portaudio pulseaudio ) )
+   shaders? ( vulkan )"
+
+RDEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtx11extras:5
+   media-video/ffmpeg
+   || (
+   dev-qt/qtgui:5[X(-)]
+   dev-qt/qtgui:5[xcb(-)]
+   )
+   alsa? ( media-libs/alsa-lib )
+   cdio? ( dev-libs/libcdio[cddb] )
+   extensions? ( dev-qt/qtdeclarative:5 )
+   gme? ( media-libs/game-music-emu )
+   libass? ( media-libs/libass )
+   opengl? ( virtual/opengl )
+   pipewire? ( media-video/pipewire )
+   portaudio? ( media-libs/portaudio )
+   pulseaudio? ( media-sound/pulseaudio )
+   sid? ( media-libs/libsidplayfp )
+   shaders? ( >=media-libs/shaderc-2020.1 )
+   taglib? ( media-libs/taglib )
+   vaapi? (
+   >=media-video/ffmpeg-4.1.3[vaapi]
+   x11-libs/libva
+   )
+   vdpau? ( media-video/ffmpeg[vdpau] )
+   videofilters? ( dev-qt/qtconcurrent:5 )
+   vulkan? (
+   >=dev-qt/qtgui-5.14.1:5[vulkan]
+   >=media-libs/vulkan-loader-1.2.133
+   )
+   xv? ( x11-libs/libXv )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="dev-qt/linguist-tools:5"
+
+src_prepare() {
+   # disable compress man pages
+   sed -r \
+   -e 's/if\(GZIP\)/if\(TRUE\)/' \
+   -e 's/(install.+QMPlay2\.1)\.gz/\1/' \
+   -i src/gui/CMakeLists.txt || die
+
+   cmake_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   # core
+   -DUSE_LINK_TIME_OPTIMIZATION=false
+   -DUSE_UPDATES=OFF
+   -DUSE_ALSA=$(usex alsa)
+   -DUSE_AUDIOCD=$(usex cdio)
+   -DUSE_DBUS_SUSPEND=ON
+   -DUSE_FREEDESKTOP_NOTIFICATIONS=ON
+   -DUSE_LIBASS=$(usex libass)
+   -DUSE_NOTIFY=$(usex notifications)
+   -DUSE_OPENGL=$(usex opengl)
+   -DUSE_VULKAN=$(usex vulkan)
+   -DUSE_GLSLC=$(usex shaders)
+   -DUSE_XVIDEO=$(usex xv)
+
+ 

[gentoo-commits] repo/gentoo:master commit in: media-libs/opencv/, media-libs/opencv/files/

2022-04-18 Thread Matt Turner
commit: db31e728d75e3ea0f74c259846c1786856c4a5e4
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Apr 19 05:49:33 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Apr 19 05:49:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db31e728

media-libs/opencv: Drop old versions

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

 media-libs/opencv/Manifest |   4 -
 .../opencv/files/opencv-4.5.2-lapack-3.10.patch| 123 -
 media-libs/opencv/opencv-4.5.2-r3.ebuild   | 573 
 media-libs/opencv/opencv-4.5.2-r5.ebuild   | 574 
 media-libs/opencv/opencv-4.5.4.ebuild  | 585 -
 media-libs/opencv/opencv-4.5.5.ebuild  | 583 
 6 files changed, 2442 deletions(-)

diff --git a/media-libs/opencv/Manifest b/media-libs/opencv/Manifest
index 4d32599e1140..cf43ea8cfd9e 100644
--- a/media-libs/opencv/Manifest
+++ b/media-libs/opencv/Manifest
@@ -1,10 +1,6 @@
 DIST opencv-3.4.0-face_landmark_model.tar.gz 63299830 BLAKE2B 
58f08cd8c030ee1c8b66e76a561fd625e112face427d001185f8d7c0eaace55adbd8474663021841a1382bfe393a210e64c51223441713cdb9156fac866a845c
 SHA512 
2cd29ce42c08b2966db3ef4a2bc217ab3d07051819757ec6de8f3deea29e28f60abab39f101dba03f766f17018598e411bd687a7eaab0c681c113e10a2de2b23
 DIST opencv-3.4.0-res10_300x300-caffeemodel.tar.gz 10036604 BLAKE2B 
2a2de48fc420f13e7be146ac88f311901c5b4e409c30e466152e33cae1f8afd87dcb6d758af447c268d90bd67989c8798cd80cab172b10499a6ad5224509dbdf
 SHA512 
96fee9f447d5739bc01a5cab37c453cf7237457dfb5d2bf93ac37f8e5aa557ac222316f449cd58e37e856abe4d8e9d4a7820daaba32f0b22cbcde8e340287d4b
 DIST opencv-4.4.0_extdep.tar.gz 65334871 BLAKE2B 
89fa0083da428e986bb4287295bdbff626d0f84866377413649c1d7ca77338288141f22d2a3c0b64d6d0fc1db98f918c8b33a665274cee4c4aefb44359e4333d
 SHA512 
7b758099ce4abef151051e3e9e1e45b73e4054669d3aa53051e4d4c5f43d9373c9bda5ecbce51f6b024562cb566bd1117505af29ab5f3c36a493f185111a3b4e
-DIST opencv-4.5.2.tar.gz 88925795 BLAKE2B 
625d3e1d98d4438ebfa165e595fc661658ae1f218d3c50c0b8dfedf936019093c1e61ead86b19c643205f0d77e40c69ea15c3d95454129a23a2c4e17885b65f3
 SHA512 
07788ec49801bdab963a057871e81fc2b081149c75764810197766d987e54db0d6fd142d2397bbbacefcea6a8be100235ea886ee7e5d5c07ed1156e76249dfec
-DIST opencv-4.5.2_contrib.tar.gz 60800680 BLAKE2B 
d96b3c440090d3ab26f99a3822d1d85581e370dc0fde7cf3a0ff89e79cd598942be7d9bc9f892510f2d66474ceb59c645483a94131ccbbe09f1cf4eeaaa44879
 SHA512 
72ce91dfefc1c3e12cc8e965d90392cfed6c236daafb512aafc14cdad83242bfa0fc1adea308cd07a5483e010633e2996c3b239b2ce12cea47e6e21c36ed398b
-DIST opencv-4.5.4.tar.gz 89724634 BLAKE2B 
76ce5ab8182c87e5f9e18faf62f2ee0eb629e4997877c59aa0f6ac334c27d737cf5205f4b85f64cabfdd587a57096fa3241ae6e48cebbd963ec8ad3ebe07ad35
 SHA512 
39a7af95bc30d427c6df5e5d481469ab1ceea7878a93ae5c119991333e877a88d0a644e17dc6bd316e64b2840e48411a97f1b2397a8000719c5cec32751fa954
-DIST opencv-4.5.4_contrib.tar.gz 61054226 BLAKE2B 
c553bfc6fd1b5fd17f562b27248ddd4bd946089cd8cce346f152b47d4a8a22faa35ceb9bd501c31901189b884d782fbfec1dc041d69e1b8cc0ac0d5d079e610e
 SHA512 
a48d4b5d764170814d9027fdf50f61bb4a24f0b5a547dded79d06b948f86443f14734efc7bbb708b3870781cafc6bc9e3092d35dac34a81da2bf1740d5f93ff9
 DIST opencv-4.5.5.tar.gz 89879893 BLAKE2B 
6f2ce34b33132ad544d661417f730e17aedfbe17a22048ad0b8d287970626756c51309410d0fb5bf487af773ff4415d36b6768158ebc3cb963b37bb888ee4ba6
 SHA512 
4d1783fd78425cc43bb2153446dd634cedd366a49592bccc0c538a40aa161fcf67db8f1b6b68f1ce0b4a93504b3f06f65931709277afb1a1ee9fe963094bca02
 DIST opencv-4.5.5_contrib.tar.gz 60563220 BLAKE2B 
4a020824688e379f1d127fb834b0008b3cbf78acea4847cb4994e9e0b6ddfeec3f06867967b8546725cf050c1fd0df042a18caff80463ad101cf14dc66daea9a
 SHA512 
8469de524e8e6f4c50a74b8cbec5e4cfc48a63a6dfc787609696099eca40dc02b9dc7a347a014d4416fd4efd66955d3af5f4847f44612312a8362f453e6c2e35
 DIST vgg_boostdesc-3.2.0.tar.gz 1867770 BLAKE2B 
1fa5b58e73b6fa56ecf8d19af22298f729942ee1369082e173445d09d3de767bf844bad3d2b462efc1199c392f37c88ba49a9996ba8bfd84b4abeba7de94db63
 SHA512 
4a046aedd639c8eb4b295b0f499e756deb66210ca083f0124c75531e540663367cb58f6d175f66c4713324177036cd89a8869bdab2de8d1736dafc7f00ef9f44

diff --git a/media-libs/opencv/files/opencv-4.5.2-lapack-3.10.patch 
b/media-libs/opencv/files/opencv-4.5.2-lapack-3.10.patch
deleted file mode 100644
index 31e2fc60d121..
--- a/media-libs/opencv/files/opencv-4.5.2-lapack-3.10.patch
+++ /dev/null
@@ -1,123 +0,0 @@
-https://bugs.gentoo.org/800539
-
 a/modules/core/src/hal_internal.cpp
-+++ b/modules/core/src/hal_internal.cpp
-@@ -163,9 +163,9 @@
- if(n == 1 && b_step == sizeof(fptype))
- {
- if(typeid(fptype) == typeid(float))
--sposv_(L, , , (float*)a, , (float*)b, , 
);
-+LAPACK_sposv_(L, , , (float*)a, , (float*)b, , 
);
- else if(typeid(fptype) == typeid(double))
--dposv_(L, , , (double*)a, , 

[gentoo-commits] repo/gentoo:master commit in: mail-client/geary/

2022-04-18 Thread Matt Turner
commit: a7e7aa4eb2a7b7ab4a72b5fa20c75f767783dade
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Apr 19 05:43:02 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Apr 19 05:46:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7e7aa4e

mail-client/geary: Set VALA_MAX_API_VERSION="0.54"

Closes: https://bugs.gentoo.org/837713
Signed-off-by: Matt Turner  gentoo.org>

 mail-client/geary/geary-40.0-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mail-client/geary/geary-40.0-r1.ebuild 
b/mail-client/geary/geary-40.0-r1.ebuild
index d0abb5b348fa..9b3196a2df32 100644
--- a/mail-client/geary/geary-40.0-r1.ebuild
+++ b/mail-client/geary/geary-40.0-r1.ebuild
@@ -4,6 +4,7 @@
 EAPI=7
 PYTHON_COMPAT=( python3_{8..10} )
 VALA_MIN_API_VERSION="0.48"
+VALA_MAX_API_VERSION="0.54"
 
 inherit gnome.org gnome2-utils meson python-any-r1 vala virtualx xdg
 



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

2022-04-18 Thread Matt Turner
commit: 4610dead81f9749649b0f5f0ddb8c412c9b4b7ea
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Apr 19 05:44:02 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Apr 19 05:46:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4610dead

media-libs/opencv: Allow USE="gtk3 opengl"

Inexplicably removed in commit 83780dade6b ("media-libs/opencv: version
bump to 4.4.0").

Closes: https://bugs.gentoo.org/836788
Signed-off-by: Matt Turner  gentoo.org>

 media-libs/opencv/opencv-4.5.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/opencv/opencv-4.5.5-r1.ebuild 
b/media-libs/opencv/opencv-4.5.5-r1.ebuild
index e3d2e5a3efbe..65583955c5a9 100644
--- a/media-libs/opencv/opencv-4.5.5-r1.ebuild
+++ b/media-libs/opencv/opencv-4.5.5-r1.ebuild
@@ -76,7 +76,7 @@ REQUIRED_USE="
contribxfeatures2d? ( contrib download )
examples? ( contribdnn )
java? ( python )
-   opengl? ( qt5 )
+   opengl? ( || ( gtk3 qt5 ) )
python? ( ${PYTHON_REQUIRED_USE} )
tesseract? ( contrib )
?? ( gtk3 qt5 )"



[gentoo-commits] repo/gentoo:master commit in: mail-client/geary/

2022-04-18 Thread Matt Turner
commit: 3131dcf8a18ff246858415c8e5c21fcf6bb00412
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Apr 19 05:38:44 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Apr 19 05:46:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3131dcf8

mail-client/geary: use ${EPYTHON}, not python3

Closes: https://bugs.gentoo.org/810739
Signed-off-by: Matt Turner  gentoo.org>

 mail-client/geary/geary-40.0-r1.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/mail-client/geary/geary-40.0-r1.ebuild 
b/mail-client/geary/geary-40.0-r1.ebuild
index c4a0e51c6f37..d0abb5b348fa 100644
--- a/mail-client/geary/geary-40.0-r1.ebuild
+++ b/mail-client/geary/geary-40.0-r1.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+PYTHON_COMPAT=( python3_{8..10} )
 VALA_MIN_API_VERSION="0.48"
 
-inherit gnome.org gnome2-utils meson vala virtualx xdg
+inherit gnome.org gnome2-utils meson python-any-r1 vala virtualx xdg
 
 DESCRIPTION="A lightweight, easy-to-use, feature-rich email client"
 HOMEPAGE="https://wiki.gnome.org/Apps/Geary;
@@ -46,6 +47,7 @@ RDEPEND="${DEPEND}
gnome-base/gsettings-desktop-schemas
 "
 BDEPEND="
+   ${PYTHON_DEPS}
>=dev-libs/appstream-glib-0.7.10
dev-libs/libxml2
dev-util/itstool



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

2022-04-18 Thread Hans de Graaff
commit: 15055325d30d4822bcd540edc3919915761bb4e6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Apr 19 05:08:50 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Apr 19 05:08:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15055325

dev-ruby/sigar: enable ruby31

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/sigar/sigar-0.7.3-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/sigar/sigar-0.7.3-r1.ebuild 
b/dev-ruby/sigar/sigar-0.7.3-r1.ebuild
index 887ece679573..5a197ce6e33b 100644
--- a/dev-ruby/sigar/sigar-0.7.3-r1.ebuild
+++ b/dev-ruby/sigar/sigar-0.7.3-r1.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30"
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
 
 RUBY_FAKEGEM_RECIPE_TEST=""
 RUBY_FAKEGEM_EXTRADOC="README"
 RUBY_FAKEGEM_EXTENSIONS=(bindings/ruby/extconf.rb)
 
-inherit multilib ruby-fakegem
+inherit ruby-fakegem
 
 DESCRIPTION="System Information Gatherer And Reporter"
 HOMEPAGE="http://sigar.hyperic.com/;



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

2022-04-18 Thread Hans de Graaff
commit: 4f045508db5ad9c74de4f28a8097f9d45b245f6f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Apr 19 04:58:18 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Apr 19 04:58:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f045508

dev-ruby/git: add 1.11.0

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/git/Manifest  |  1 +
 dev-ruby/git/git-1.11.0.ebuild | 42 ++
 2 files changed, 43 insertions(+)

diff --git a/dev-ruby/git/Manifest b/dev-ruby/git/Manifest
index b5385782744f..0488f1bdc080 100644
--- a/dev-ruby/git/Manifest
+++ b/dev-ruby/git/Manifest
@@ -1,3 +1,4 @@
 DIST git-1.10.0.tar.gz 207412 BLAKE2B 
e18406a9690d4c0fc3009b57629515e701f41113592fd7533b6b2ae659b90ec1b635410deb7bcb3bd711ce291aaec2010bfcfb4bfb812b9fffdafac167d33bb9
 SHA512 
717ae5df3cf2b700395df91e8f6e9632062c804955c8f18215c5220ec373a33c2a991534f2a63155111643a867f45f2e7056e2dd6e297340372143770bb70021
 DIST git-1.10.2.tar.gz 212738 BLAKE2B 
4059066fac1a22e8f19ecce1ebaed648fedc30767b91cb38cf9cf4c9f7091f55f5e9682183e188357dd12ed06dc1ad905d9b688db0c536623487e3c5431ba6f8
 SHA512 
5d8150a8f974c9b9f531d169e2899b311965a9e9d48d1e45c8bb778a48ea0887ccecf7681baf7cbfad4d22509ba0aafb9886559565e918b84f740b3da7430d86
+DIST git-1.11.0.tar.gz 214161 BLAKE2B 
69471f89fddf18bf31d74e318141046395281ba64de1f91fd49cb866508dca9cf7c568c113ed7d7e928bf1d7dfdb0e130a193d4069b87155a4dbc046d6dd6ce9
 SHA512 
a71da8890622b6ad5a341908e968040ef6c00e2f9edd0bfee1a0c1e9f110cc12b9c01015605b0fb902fdf04fab6011adfbffcf5e8f853c550bff7c263d2e6bd6
 DIST git-1.9.1.tar.gz 206509 BLAKE2B 
3f8739286f3197fa86a3fccfab357510d562415f568726126cf96c8b74c716c4fbb592f854cafda26cf2f0371e4bc9b52a9f5efdea860d0ea6836198ca48b887
 SHA512 
ee1df3e704b8bf0687c9fce83d73502d3d46e7f3291da90906961dda057d8e6ec3a0fda5b68c258dd8542559055f1bfabf8915a7e594edafa4b3f267f302f397

diff --git a/dev-ruby/git/git-1.11.0.ebuild b/dev-ruby/git/git-1.11.0.ebuild
new file mode 100644
index ..6029dfa5687c
--- /dev/null
+++ b/dev-ruby/git/git-1.11.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+
+RUBY_FAKEGEM_BINWRAP=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="git.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library for using Git in Ruby"
+HOMEPAGE="https://github.com/schacon/ruby-git;
+SRC_URI="https://github.com/schacon/ruby-git/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+RUBY_S="ruby-git-${PV}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="test"
+
+DEPEND+="test? ( >=dev-vcs/git-1.6.0.0 app-arch/tar )"
+RDEPEND+=">=dev-vcs/git-1.6.0.0"
+
+ruby_add_rdepend ">=dev-ruby/rchardet-1.8:1"
+
+ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/minitar 
dev-ruby/test-unit:2 )"
+
+all_ruby_prepare() {
+   # Don't use hardcoded /tmp directory.
+   sed -i -e "s:/tmp:${TMPDIR}:" tests/units/test_archive.rb 
tests/test_helper.rb || die
+
+   sed -i -e 's/__dir__/"."/' -e 's/git ls-files -z/find * -print0/' 
${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+each_ruby_test() {
+   git config --global user.email "g...@example.com" || die
+   git config --global user.name "GitExample" || die
+   ${RUBY} -Ilib:.:test -e 'Dir["tests/**/test_*.rb"].each {|f| require 
f}' || die
+}



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

2022-04-18 Thread Hans de Graaff
commit: b22a3497e49342cc5512f6ba8cc99d5edf2b6412
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Apr 19 05:03:03 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Apr 19 05:03:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b22a3497

dev-ruby/git: stabilize 1.10.2 for amd64

Signed-off-by: Hans de Graaff  gentoo.org>

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

diff --git a/dev-ruby/git/git-1.10.2.ebuild b/dev-ruby/git/git-1.10.2.ebuild
index e8578adcddc4..d643d9294e7c 100644
--- a/dev-ruby/git/git-1.10.2.ebuild
+++ b/dev-ruby/git/git-1.10.2.ebuild
@@ -18,7 +18,7 @@ RUBY_S="ruby-git-${PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
 IUSE="test"
 
 DEPEND+="test? ( >=dev-vcs/git-1.6.0.0 app-arch/tar )"



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

2022-04-18 Thread Hans de Graaff
commit: cf0b700019ece96382b5889040e44e41ec11acdb
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Apr 19 04:42:50 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Apr 19 04:42:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf0b7000

dev-ruby/rchardet: enable ruby31 and disable ruby25

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/rchardet/rchardet-1.8.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/rchardet/rchardet-1.8.0.ebuild 
b/dev-ruby/rchardet/rchardet-1.8.0.ebuild
index a5d21dd0fdfd..f7406102881c 100644
--- a/dev-ruby/rchardet/rchardet-1.8.0.ebuild
+++ b/dev-ruby/rchardet/rchardet-1.8.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27 ruby30"
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
 
 RUBY_FAKEGEM_EXTRADOC="Readme.md"
 



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

2022-04-18 Thread Hans de Graaff
commit: d4b29087452084bc6d3c2d66fd35567b8994fd3f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Apr 19 05:07:00 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Apr 19 05:07:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4b29087

dev-ruby/gruff: add 0.15.0

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/gruff/Manifest|  1 +
 dev-ruby/gruff/gruff-0.15.0.ebuild | 53 ++
 2 files changed, 54 insertions(+)

diff --git a/dev-ruby/gruff/Manifest b/dev-ruby/gruff/Manifest
index e7b45205c693..bec2b540fd27 100644
--- a/dev-ruby/gruff/Manifest
+++ b/dev-ruby/gruff/Manifest
@@ -1 +1,2 @@
 DIST gruff-0.14.0.tar.gz 20193671 BLAKE2B 
b8cdaaca71c5b034206c4f88b1e50e09f8d9c5a3227eaa59a5c66718468ffa643509acfe8bd6919fd012a50daa27709569c210b030e25207c17a0ce13b60616f
 SHA512 
e3c3acbce0888698e2aa92b8e86d2ada5499f394d100209b94ac4284f05a6a4f64c2bdcce91f76be7cec860d0546ebf5fa24aab73b51c0ca9763dc07855c8a68
+DIST gruff-0.15.0.tar.gz 20408532 BLAKE2B 
979d027b7763a03dc98e42b195df36d8095f85118187ba63c10fb504ce5e12191691d1a512e780b95030129e2c30a6b9525a4ff3424cd2638e4fa5e42578b33f
 SHA512 
05fadae5895340130dedf2d75a4c99852602334148c7a3179e48001abdb885d519400883067599044f660ea2ef6aded815cdef96dffda307f749af3d2e7751d0

diff --git a/dev-ruby/gruff/gruff-0.15.0.ebuild 
b/dev-ruby/gruff/gruff-0.15.0.ebuild
new file mode 100644
index ..7823d71da2ac
--- /dev/null
+++ b/dev-ruby/gruff/gruff-0.15.0.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_TASK_DOC=""
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_EXTRAINSTALL="assets rails_generators"
+
+RUBY_FAKEGEM_GEMSPEC="gruff.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Beautiful graphs for one or multiple datasets"
+HOMEPAGE="https://github.com/topfunky/gruff;
+SRC_URI="https://github.com/topfunky/gruff/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+# imagemagick is an indirect dependency through rmagick. However, for
+# gruff to work properly imagemagick needs to be compiled with truetype
+# support and this cannot be expressed in the rmagick dependency. Tests
+# also require imagemagick to have jpeg and png support.
+DEPEND="${DEPEND} test? ( media-gfx/imagemagick[jpeg,png,truetype,webp] )"
+RDEPEND="${RDEPEND} media-gfx/imagemagick[truetype]"
+
+ruby_add_rdepend "dev-ruby/histogram >=dev-ruby/rmagick-4.2:*"
+ruby_add_bdepend "
+   test? (
+   dev-ruby/test-unit
+   )"
+
+all_ruby_prepare() {
+   sed -i -e '/\(reporters\|simplecov\)/I s:^:#:' test/gruff_test_case.rb 
|| die
+   sed -i -e '2irequire "date"' test/test_scatter.rb || die
+
+   sed -e 's/git ls-files/find . -print/' \
+   -i ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+each_ruby_test() {
+   # Skip the image comparison checks since the images are not
+   # pixel-perfect identical, most likely due to the use of a slightly
+   # different font.
+   SKIP_CHECK=true ${RUBY} -Ilib:. -e "Dir['test/test_*.rb'].each{|f| 
require f}" || die
+}



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/raspberrypi-wifi-ucode/

2022-04-18 Thread Dennis Lamm
commit: 6986ee1a970167097bc05f76b49800068665b647
Author: Dennis Lamm  gentoo  org>
AuthorDate: Mon Apr 18 18:06:16 2022 +
Commit: Dennis Lamm  gentoo  org>
CommitDate: Tue Apr 19 03:47:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6986ee1a

sys-firmware/raspberrypi-wifi-ucode: added net-wireless/wireless-regdb rdepend

Signed-off-by: Dennis Lamm  gentoo.org>
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Closes: https://github.com/gentoo/gentoo/pull/25094
Signed-off-by: Dennis Lamm  gentoo.org>

 .../raspberrypi-wifi-ucode-20210315.3_p5-r1.ebuild | 69 ++
 1 file changed, 69 insertions(+)

diff --git 
a/sys-firmware/raspberrypi-wifi-ucode/raspberrypi-wifi-ucode-20210315.3_p5-r1.ebuild
 
b/sys-firmware/raspberrypi-wifi-ucode/raspberrypi-wifi-ucode-20210315.3_p5-r1.ebuild
new file mode 100644
index ..ce8516611329
--- /dev/null
+++ 
b/sys-firmware/raspberrypi-wifi-ucode/raspberrypi-wifi-ucode-20210315.3_p5-r1.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Most up-to-date uCode for the Broadcom wifi chips on Raspberry Pi 
SBCs"
+HOMEPAGE="
+   https://github.com/RPi-Distro/firmware-nonfree
+   https://archive.raspberrypi.org/debian/pool/main/f/firmware-nonfree;
+MY_PN=firmware-nonfree
+SRC_URI="https://archive.raspberrypi.org/debian/pool/main/f/${MY_PN}/${MY_PN}_$(ver_cut
 1)-$(ver_cut 2)+rpt$(ver_cut 4).debian.tar.xz"
+S="${WORKDIR}"
+
+LICENSE="Broadcom"
+SLOT="0"
+KEYWORDS="~arm ~arm64"
+
+RDEPEND="
+   net-wireless/wireless-regdb
+   !sys-kernel/linux-firmware[-savedconfig]
+"
+
+pkg_pretend() {
+   local -a BADFILES=()
+   local txt file
+   # /lib/firmware/brcm/brcmfmac434{30,36,55,56}-sdio.*.txt
+   # The above pattern works because the files we want to hit
+   # have names of the form:
+   # * /lib/firmware/brcm/brcmfmac43430-sdio.AP6212.txt
+   # * /lib/firmware/brcm/brcmfmac43430-sdio.Hampoo-D2D3_Vi8A1.txt
+   # * /lib/firmware/brcm/brcmfmac43430-sdio.MUR1DX.txt
+   # * /lib/firmware/brcm/brcmfmac43430-sdio.raspberrypi,3-model-b.txt
+   # * /lib/firmware/brcm/brcmfmac43455-sdio.MINIX-NEO Z83-4.txt
+   # * /lib/firmware/brcm/brcmfmac43455-sdio.raspberrypi,3-model-a-plus.txt
+   # * /lib/firmware/brcm/brcmfmac43455-sdio.raspberrypi,3-model-b-plus.txt
+   # * /lib/firmware/brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.txt
+   # While the files installed by raspberrypi-wifi-ucode have names
+   # of the form:
+   # * /lib/firmware/brcm/brcmfmac43430-sdio.txt
+   # * /lib/firmware/brcm/brcmfmac43436-sdio.txt
+   # * /lib/firmware/brcm/brcmfmac43455-sdio.txt
+   # * /lib/firmware/brcm/brcmfmac43456-sdio.txt
+   # So no overlap is assured.
+   for txt in 
"${EPREFIX}"/lib/firmware/brcm/brcmfmac434{30,36,55,56}-sdio.*.txt; do
+   [[ -e "${txt}" ]] && BADFILES+=( "${txt}" )
+   done
+
+   if [[ "${#BADFILES[@]}" -gt 1 ]]; then
+   eerror "The following files should be excluded from the 
savedconfig of"
+   eerror "linux-firmware and linux-firmware should be re-emerged. 
Even"
+   eerror "though they do not collide with files from ${PN},"
+   eerror "they may be loaded preferentially to the files included 
in"
+   eerror "${PN}, leading to undefined behaviour."
+   eerror "List of files:"
+   for file in "${BADFILES[@]}"; do
+   eerror "${file}"
+   done
+   fi
+}
+
+src_install() {
+   insinto /lib/firmware/brcm
+   doins debian/config/brcm80211/brcm/*
+
+   insinto /lib/firmware/cypress
+   doins debian/config/brcm80211/cypress/*
+
+   dodoc debian/config/brcm80211/LICENSE debian/changelog
+}



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

2022-04-18 Thread Maciej Barć
commit: c4a6cc8faece98f52fdbfa331db126f98b3d6fa2
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Apr 19 02:30:10 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Tue Apr 19 03:00:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4a6cc8f

app-emacs/ansi: new package; add version 0.4.1_p20211104

2021.11.04 snapshot

Signed-off-by: Maciej Barć  gentoo.org>

 app-emacs/ansi/Manifest|  1 +
 app-emacs/ansi/ansi-0.4.1_p20211104.ebuild | 42 ++
 app-emacs/ansi/files/50ansi-gentoo.el  |  1 +
 app-emacs/ansi/metadata.xml| 13 +
 4 files changed, 57 insertions(+)

diff --git a/app-emacs/ansi/Manifest b/app-emacs/ansi/Manifest
new file mode 100644
index ..f3872ab0c6ba
--- /dev/null
+++ b/app-emacs/ansi/Manifest
@@ -0,0 +1 @@
+DIST ansi-0.4.1_p20211104.tar.gz 5498 BLAKE2B 
aabfd9eca6b74e20bc2b435df08aa66971396fc64c9967682c744e53a703b1853af5e72682466fd89e0d4cb06fa264e1c9d7a5970004a2ccd4637ba3ff0d028b
 SHA512 
ea4cf098aec0bace89de9bfebb36be493b4b73311525dd088a081e90aa41b6e4d15519a4e871bb4a2ef9bcd6450943d80f05619fb7290c341a0d5785bac00615

diff --git a/app-emacs/ansi/ansi-0.4.1_p20211104.ebuild 
b/app-emacs/ansi/ansi-0.4.1_p20211104.ebuild
new file mode 100644
index ..12ba90c2412a
--- /dev/null
+++ b/app-emacs/ansi/ansi-0.4.1_p20211104.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+H=2367fba7b3b2340364a30cd6de7f3eb6bb9898a3
+NEED_EMACS=24
+
+inherit elisp
+
+DESCRIPTION="Emacs library to convert strings into ansi"
+HOMEPAGE="https://github.com/rejeep/ansi.el/;
+SRC_URI="https://github.com/rejeep/${PN}.el/archive/${H}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}"/${PN}.el-${H}
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   app-emacs/dash
+   app-emacs/el-mock
+   app-emacs/f
+   app-emacs/s
+   app-emacs/undercover
+   )
+"
+
+DOCS=( README.markdown )
+SITEFILE="50${PN}-gentoo.el"
+
+src_test() {
+   ${EMACS} ${EMACSFLAGS} -L . -L test \
+-l ansi.el -l test/ansi-color-test.el -l 
test/ansi-csi-test.el \
+-l test/ansi-format-test.el -l test/ansi-init.el \
+-l test/ansi-on-color-test.el -l 
test/ansi-style-test.el \
+-l test/ansi-test.el -l test/test-helper.el \
+-f ert-run-tests-batch-and-exit || die "tests failed"
+}

diff --git a/app-emacs/ansi/files/50ansi-gentoo.el 
b/app-emacs/ansi/files/50ansi-gentoo.el
new file mode 100644
index ..431f7e90ae73
--- /dev/null
+++ b/app-emacs/ansi/files/50ansi-gentoo.el
@@ -0,0 +1 @@
+(add-to-list 'load-path "@SITELISP@")

diff --git a/app-emacs/ansi/metadata.xml b/app-emacs/ansi/metadata.xml
new file mode 100644
index ..7ffd242cdb37
--- /dev/null
+++ b/app-emacs/ansi/metadata.xml
@@ -0,0 +1,13 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+
+  
+gnu-em...@gentoo.org
+Gentoo GNU Emacs project
+  
+  
+https://github.com/rejeep/ansi.el/issues/
+rejeep/ansi.el
+  
+



[gentoo-commits] repo/gentoo:master commit in: app-emacs/el-mock/files/, app-emacs/el-mock/

2022-04-18 Thread Maciej Barć
commit: 111093c246e504764daee1e46f7eafaa0a9556f2
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Apr 19 02:12:07 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Tue Apr 19 03:00:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=111093c2

app-emacs/el-mock: new package; add version 1.25.1

Signed-off-by: Maciej Barć  gentoo.org>

 app-emacs/el-mock/Manifest  |  1 +
 app-emacs/el-mock/el-mock-1.25.1.ebuild | 19 +++
 app-emacs/el-mock/files/50el-mock-gentoo.el |  1 +
 app-emacs/el-mock/metadata.xml  | 13 +
 4 files changed, 34 insertions(+)

diff --git a/app-emacs/el-mock/Manifest b/app-emacs/el-mock/Manifest
new file mode 100644
index ..4f88a04b8909
--- /dev/null
+++ b/app-emacs/el-mock/Manifest
@@ -0,0 +1 @@
+DIST el-mock-1.25.1.tar.gz 5825 BLAKE2B 
e04f193e6d27a0081dd8c9eceafc79b585f8556e0c4dc75f7c27e657b939e6320268c90bb63aca15a7261598edbdbf6cd936230b0c1dc64de24de8a67bc51920
 SHA512 
8b55c94489d6461124c3e39920e5aeb2e1adb492f08aa4312c6029f392c6acdea1c01872995934e500d6ff63c3d2d38c9dde86c55135421a28e3a79ace38d7d8

diff --git a/app-emacs/el-mock/el-mock-1.25.1.ebuild 
b/app-emacs/el-mock/el-mock-1.25.1.ebuild
new file mode 100644
index ..335163df7109
--- /dev/null
+++ b/app-emacs/el-mock/el-mock-1.25.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Mocking library for Emacs"
+HOMEPAGE="https://github.com/rejeep/el-mock.el/;
+SRC_URI="https://github.com/rejeep/${PN}.el/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz"
+S="${WORKDIR}"/${PN}.el-${PV}
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DOCS=( README.md )
+SITEFILE="50${PN}-gentoo.el"

diff --git a/app-emacs/el-mock/files/50el-mock-gentoo.el 
b/app-emacs/el-mock/files/50el-mock-gentoo.el
new file mode 100644
index ..431f7e90ae73
--- /dev/null
+++ b/app-emacs/el-mock/files/50el-mock-gentoo.el
@@ -0,0 +1 @@
+(add-to-list 'load-path "@SITELISP@")

diff --git a/app-emacs/el-mock/metadata.xml b/app-emacs/el-mock/metadata.xml
new file mode 100644
index ..278694c35599
--- /dev/null
+++ b/app-emacs/el-mock/metadata.xml
@@ -0,0 +1,13 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+
+  
+gnu-em...@gentoo.org
+Gentoo GNU Emacs project
+  
+  
+https://github.com/rejeep/el-mock.el/issues/
+rejeep/el-mock.el
+  
+



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

2022-04-18 Thread Maciej Barć
commit: 88268f0dc30ab83684b60a66593c9016dd1f7542
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Apr 19 01:59:05 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Tue Apr 19 03:00:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88268f0d

app-emacs/undercover: new package; add version 0.8.1

Signed-off-by: Maciej Barć  gentoo.org>

 app-emacs/undercover/Manifest |  1 +
 app-emacs/undercover/files/50undercover-gentoo.el |  1 +
 app-emacs/undercover/metadata.xml | 13 +++
 app-emacs/undercover/undercover-0.8.1.ebuild  | 28 +++
 4 files changed, 43 insertions(+)

diff --git a/app-emacs/undercover/Manifest b/app-emacs/undercover/Manifest
new file mode 100644
index ..d566d0edc73b
--- /dev/null
+++ b/app-emacs/undercover/Manifest
@@ -0,0 +1 @@
+DIST undercover-0.8.1.tar.gz 20800 BLAKE2B 
a151366c0897baf22e2ad9e602935409643f9256f42fdc8733e3d98bfcf9373d12b6225851ab6d18cb195abff860842a6a5444886aeffce59ee45c5f1e902feb
 SHA512 
33508f3c6cbacd30ee3ad8312e51b596a7547713837595ec2836f627b90107e5198f541d8bc74ad20fb9c8ea6e0616fd0de8eb46f743d2606397000f0e74

diff --git a/app-emacs/undercover/files/50undercover-gentoo.el 
b/app-emacs/undercover/files/50undercover-gentoo.el
new file mode 100644
index ..431f7e90ae73
--- /dev/null
+++ b/app-emacs/undercover/files/50undercover-gentoo.el
@@ -0,0 +1 @@
+(add-to-list 'load-path "@SITELISP@")

diff --git a/app-emacs/undercover/metadata.xml 
b/app-emacs/undercover/metadata.xml
new file mode 100644
index ..573fc52cf974
--- /dev/null
+++ b/app-emacs/undercover/metadata.xml
@@ -0,0 +1,13 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+
+  
+gnu-em...@gentoo.org
+Gentoo GNU Emacs project
+  
+  
+https://github.com/undercover-el/undercover.el/issues/
+undercover-el/undercover.el
+  
+

diff --git a/app-emacs/undercover/undercover-0.8.1.ebuild 
b/app-emacs/undercover/undercover-0.8.1.ebuild
new file mode 100644
index ..81126487bb99
--- /dev/null
+++ b/app-emacs/undercover/undercover-0.8.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=24
+
+inherit elisp
+
+DESCRIPTION="Test coverage library for Emacs"
+HOMEPAGE="https://github.com/undercover-el/undercover.el/;
+SRC_URI="https://github.com/undercover-el/${PN}.el/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz"
+S="${WORKDIR}"/${PN}.el-${PV}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RESTRICT="test"  # Tests fail
+
+RDEPEND="
+   app-emacs/dash
+   app-emacs/shut-up
+"
+BDEPEND="${RDEPEND}"
+
+DOCS=( README.md )
+SITEFILE="50${PN}-gentoo.el"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/shut-up/, app-emacs/shut-up/files/

2022-04-18 Thread Maciej Barć
commit: 2a7c733537be79a0b295a94ade99e762a5bb7e02
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Apr 19 01:13:58 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Tue Apr 19 03:00:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a7c7335

app-emacs/shut-up: new package; add version 0.3.3

Signed-off-by: Maciej Barć  gentoo.org>

 app-emacs/shut-up/Manifest  |  1 +
 app-emacs/shut-up/files/50shut-up-gentoo.el |  1 +
 app-emacs/shut-up/metadata.xml  | 13 
 app-emacs/shut-up/shut-up-0.3.3.ebuild  | 33 +
 4 files changed, 48 insertions(+)

diff --git a/app-emacs/shut-up/Manifest b/app-emacs/shut-up/Manifest
new file mode 100644
index ..e8adbe6988e5
--- /dev/null
+++ b/app-emacs/shut-up/Manifest
@@ -0,0 +1 @@
+DIST shut-up-0.3.3.tar.gz 4479 BLAKE2B 
0cb9ee028386ceb9b80385a6893c203481a79619f8780c641ca76a8878bece3944973ba78a41e1a554d4c9402ec2227d1234a9b6862b01d489dba30db021b731
 SHA512 
b14110022bd1512985fe40194c419f06cc8f5f6c819f02e681a89c2f80a32140e20eea6e3bb659b1abee85021b01bdc0b48d3ff12d6fac6072635fbdcb808484

diff --git a/app-emacs/shut-up/files/50shut-up-gentoo.el 
b/app-emacs/shut-up/files/50shut-up-gentoo.el
new file mode 100644
index ..431f7e90ae73
--- /dev/null
+++ b/app-emacs/shut-up/files/50shut-up-gentoo.el
@@ -0,0 +1 @@
+(add-to-list 'load-path "@SITELISP@")

diff --git a/app-emacs/shut-up/metadata.xml b/app-emacs/shut-up/metadata.xml
new file mode 100644
index ..ed648c38c11b
--- /dev/null
+++ b/app-emacs/shut-up/metadata.xml
@@ -0,0 +1,13 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+
+  
+gnu-em...@gentoo.org
+Gentoo GNU Emacs project
+  
+  
+https://github.com/cask/shut-up/issues/
+cask/shut-up
+  
+

diff --git a/app-emacs/shut-up/shut-up-0.3.3.ebuild 
b/app-emacs/shut-up/shut-up-0.3.3.ebuild
new file mode 100644
index ..f5a6d10ba523
--- /dev/null
+++ b/app-emacs/shut-up/shut-up-0.3.3.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=24
+
+inherit elisp
+
+DESCRIPTION="Reduce Emacs output of messages"
+HOMEPAGE="https://github.com/cask/shut-up/;
+SRC_URI="https://github.com/cask/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   app-emacs/f
+   app-emacs/s
+   )
+"
+
+DOCS=( README.md )
+SITEFILE="50${PN}-gentoo.el"
+
+src_test() {
+   ${EMACS} ${EMACSFLAGS} -L . -L test -l test/${PN}-test.el \
+-f ert-run-tests-batch-and-exit || die "tests failed"
+}



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/, profiles/arch/alpha/, app-text/enchant/, ...

2022-04-18 Thread Matt Turner
commit: 81df4e9c88720fc6fd5d8f7890ce5afd3d7d8dec
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Apr 17 21:02:38 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Apr 19 01:16:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81df4e9c

app-text/enchant: Version bump to 2.3.3

- Bump to EAPI=8
- Add nuspell support (bug #750290)
- Move enchant:2's enchant/enchant.ordering to /usr/share, and
  move enchant:1's enchant/enchant.ordering to /usr/share/enchant-1.
  Previously it was the other way around, and this causes enchant:2's
  test suite to fail.
- Enable dev-libs/unittest++ test dependency in enchant:1, since it now
  ships a pkgconfig file

Closes: https://bugs.gentoo.org/750290
Signed-off-by: Matt Turner  gentoo.org>

 app-text/enchant/Manifest|  1 +
 app-text/enchant/enchant-1.6.1-r2.ebuild | 60 
 app-text/enchant/enchant-2.3.3.ebuild| 52 +++
 app-text/enchant/metadata.xml|  1 +
 profiles/arch/alpha/package.use.mask |  4 +++
 profiles/arch/arm/package.use.mask   |  4 +++
 profiles/arch/arm64/package.use.mask |  4 +++
 profiles/arch/hppa/package.use.mask  |  4 +++
 profiles/arch/ia64/package.use.mask  |  4 +++
 profiles/arch/mips/package.use.mask  |  4 +++
 profiles/arch/powerpc/package.use.mask   |  4 +++
 profiles/arch/riscv/package.use.mask |  4 +++
 profiles/arch/sparc/package.use.mask |  4 +++
 13 files changed, 150 insertions(+)

diff --git a/app-text/enchant/Manifest b/app-text/enchant/Manifest
index 36fe8e6a7737..0b9c3f27c38c 100644
--- a/app-text/enchant/Manifest
+++ b/app-text/enchant/Manifest
@@ -1,2 +1,3 @@
 DIST enchant-1.6.1.tar.gz 642124 BLAKE2B 
d41aa9b313e7fe8b0887728b55f3c5218e270c7359b4edcdc8d9180af68687230bcc9f7d1abb9f85ac673478530e5674366c9bc7d08b983e7226725b2cdd73d3
 SHA512 
26c62dfa89ee40150db502651a2f876fba00569b7015f205dae27a029557effacff335bbe36124dbe6686537da2305bcab02592179d03e95fdf9741d54b98036
 DIST enchant-2.3.2.tar.gz 991782 BLAKE2B 
ece8c4cbac2c242c23b4b8c5ab2daf1037705dbf58ad29b4863dd01cb30b2d98e11828f2b9d1ce3823aec419c871cc3dd1092e4659e10ef3e3cd2df867255be4
 SHA512 
886635bb55c5f0c774445e4a0f14d39e2d08eeb964257037062c2e97c2cf3348be8c631ff5e7a13144936127761964bdc60ff1e0dd6f63b292a655626f91ef62
+DIST enchant-2.3.3.tar.gz 990877 BLAKE2B 
310b66931e803ccb643a47c1476122a558de7a192b50f532d4cdababe55d398268bf5bfcc0ed556d665af88f6c183c1871147d302ad39a7ebd4fc29e1ab16967
 SHA512 
c97764a8f219033b440cbfb820624f54993b19ba1f38b56f20336889304f753c7c513008bb92cd1424bfbf528c2d473f35bef93d9140063612e3a270fd000deb

diff --git a/app-text/enchant/enchant-1.6.1-r2.ebuild 
b/app-text/enchant/enchant-1.6.1-r2.ebuild
new file mode 100644
index ..d4302d6ca527
--- /dev/null
+++ b/app-text/enchant/enchant-1.6.1-r2.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PV="${PV//./-}"
+DESCRIPTION="Spellchecker wrapping library"
+HOMEPAGE="https://abiword.github.io/enchant/;
+SRC_URI="https://github.com/AbiWord/enchant/releases/download/${PN}-${MY_PV}/${P}.tar.gz;
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+
+IUSE="aspell +hunspell test"
+RESTRICT="!test? ( test )"
+REQUIRED_USE="|| ( aspell hunspell )"
+
+COMMON_DEPEND="
+   >=dev-libs/glib-2.6:2
+   aspell? ( app-text/aspell )
+   hunspell? ( >=app-text/hunspell-1.2.1:0= )
+"
+RDEPEND="${COMMON_DEPEND}
+   !https://abiword.github.io/enchant/;
+SRC_URI="https://github.com/AbiWord/enchant/releases/download/v${PV}/${P}.tar.gz;
+
+LICENSE="LGPL-2.1+"
+SLOT="2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+
+IUSE="aspell +hunspell nuspell test voikko"
+RESTRICT="!test? ( test )"
+REQUIRED_USE="|| ( aspell hunspell nuspell )"
+
+COMMON_DEPEND="
+   >=dev-libs/glib-2.6:2
+   aspell? ( app-text/aspell )
+   hunspell? ( >=app-text/hunspell-1.2.1:0= )
+   nuspell? ( >=app-text/nuspell-5.1.0:0= )
+   voikko? ( dev-libs/libvoikko )
+"
+RDEPEND="${COMMON_DEPEND}
+   !
Adds support for app-text/aspell 
spell checker
Adds support for 
app-text/hunspell spell checker
+   Adds support for 
app-text/nuspell spell checker
Adds support for 
dev-libs/libvoikko spell checker

 

diff --git a/profiles/arch/alpha/package.use.mask 
b/profiles/arch/alpha/package.use.mask
index 9102346f8a5f..631eabb1f5e9 100644
--- a/profiles/arch/alpha/package.use.mask
+++ b/profiles/arch/alpha/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Matt Turner  (2022-04-18)
+# app-text/nuspell is not 

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

2022-04-18 Thread Andreas K. Hüttel
commit: 1d2700aa5e1c1495045e702d92e17142fc7321ce
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Apr 18 23:31:49 2022 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Mon Apr 18 23:32:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d2700aa

arch/s390: unmask new perl

Bug: https://bugs.gentoo.org/821577
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 profiles/arch/s390/package.mask | 5 -
 1 file changed, 5 deletions(-)

diff --git a/profiles/arch/s390/package.mask b/profiles/arch/s390/package.mask
index c666a0c11158..a3155b7509b2 100644
--- a/profiles/arch/s390/package.mask
+++ b/profiles/arch/s390/package.mask
@@ -4,8 +4,3 @@
 # Arthur Zamarin  (2022-03-20)
 # sys-libs/libunwind doesn't work on s390
 sys-libs/libunwind
-
-# Sam James  (2021-11-05)
-# Perl segfaults during build on s390(x). Presumably related to
-# now truly respecting CFLAGS. bug #821577
->=dev-lang/perl-5.34.0-r5



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

2022-04-18 Thread Andreas K. Hüttel
commit: 11b43b9fd34f4714aca49e79a0737dba74bb9d85
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Apr 18 23:31:11 2022 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Mon Apr 18 23:32:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11b43b9f

dev-lang/perl: Drop keywords where things dont build

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

 dev-lang/perl/perl-5.34.0-r6.ebuild | 2 +-
 dev-lang/perl/perl-5.34.0-r7.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lang/perl/perl-5.34.0-r6.ebuild 
b/dev-lang/perl/perl-5.34.0-r6.ebuild
index c4bc6a0a3d09..6d2a078601ea 100644
--- a/dev-lang/perl/perl-5.34.0-r6.ebuild
+++ b/dev-lang/perl/perl-5.34.0-r6.ebuild
@@ -52,7 +52,7 @@ LICENSE="|| ( Artistic GPL-1+ )"
 SLOT="0/${SUBSLOT}"
 
 if [[ "${PV##*.}" != "" ]] && [[ "${PV/rc//}" == "${PV}" ]] ; then
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv sparc 
x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 IUSE="berkdb debug doc gdbm ithreads minimal"

diff --git a/dev-lang/perl/perl-5.34.0-r7.ebuild 
b/dev-lang/perl/perl-5.34.0-r7.ebuild
index b11f241e679c..73c2004f4b50 100644
--- a/dev-lang/perl/perl-5.34.0-r7.ebuild
+++ b/dev-lang/perl/perl-5.34.0-r7.ebuild
@@ -52,7 +52,7 @@ LICENSE="|| ( Artistic GPL-1+ )"
 SLOT="0/${SUBSLOT}"
 
 if [[ "${PV##*.}" != "" ]] && [[ "${PV/rc//}" == "${PV}" ]] ; then
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 IUSE="berkdb debug doc gdbm ithreads minimal quadmath"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/dune-format/, app-emacs/dune-format/files/

2022-04-18 Thread Maciej Barć
commit: 7f565a0a29bbf3171f4a71f66a27a565a3a3862d
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon Apr 18 22:26:11 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Apr 18 22:29:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f565a0a

app-emacs/dune-format: new package; add version 0.1

Signed-off-by: Maciej Barć  gentoo.org>

 app-emacs/dune-format/Manifest |  1 +
 app-emacs/dune-format/dune-format-0.1.ebuild   | 28 ++
 .../dune-format/files/50dune-format-gentoo.el  |  1 +
 app-emacs/dune-format/metadata.xml | 17 +
 4 files changed, 47 insertions(+)

diff --git a/app-emacs/dune-format/Manifest b/app-emacs/dune-format/Manifest
new file mode 100644
index ..7f6259a6fe97
--- /dev/null
+++ b/app-emacs/dune-format/Manifest
@@ -0,0 +1 @@
+DIST dune-format-0.1.tar.gz 2477 BLAKE2B 
a043e6e6aeeac33e3265794ca5dec4fd1292a19a210e4a3be0f5dc21de4c1516587f25eb0513ba653defbdeba7d781c1a09903cddf0b7f8a0b3c2ce43235672d
 SHA512 
511dcdc5f4413dc680cb1102c35b737c406ef4fb8e69150b60e7bc11bf877d94a039ebe7224c62a304004015471dab7f2b50fae32d9119221d435b06041df9d9

diff --git a/app-emacs/dune-format/dune-format-0.1.ebuild 
b/app-emacs/dune-format/dune-format-0.1.ebuild
new file mode 100644
index ..a2b2acf211da
--- /dev/null
+++ b/app-emacs/dune-format/dune-format-0.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=24.1
+
+inherit elisp
+
+DESCRIPTION="Reformat OCaml's dune files automatically"
+HOMEPAGE="https://github.com/purcell/emacs-dune-format/;
+SRC_URI="https://github.com/purcell/emacs-${PN}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+S="${WORKDIR}"/emacs-${P}
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="app-emacs/reformatter"
+RDEPEND="
+   ${BDEPEND}
+   dev-ml/dune
+"
+
+DOCS=( README.md )
+ELISP_REMOVE="Makefile"  # Makefile downloads pkgs from net
+SITEFILE="50${PN}-gentoo.el"

diff --git a/app-emacs/dune-format/files/50dune-format-gentoo.el 
b/app-emacs/dune-format/files/50dune-format-gentoo.el
new file mode 100644
index ..431f7e90ae73
--- /dev/null
+++ b/app-emacs/dune-format/files/50dune-format-gentoo.el
@@ -0,0 +1 @@
+(add-to-list 'load-path "@SITELISP@")

diff --git a/app-emacs/dune-format/metadata.xml 
b/app-emacs/dune-format/metadata.xml
new file mode 100644
index ..773899dc27c6
--- /dev/null
+++ b/app-emacs/dune-format/metadata.xml
@@ -0,0 +1,17 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+
+  
+gnu-em...@gentoo.org
+Gentoo GNU Emacs project
+  
+  
+m...@gentoo.org
+ML
+  
+  
+https://github.com/purcell/emacs-dune-format/issues/
+purcell/emacs-dune-format
+  
+



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

2022-04-18 Thread Maciej Barć
commit: 31f4a0444b539c54f45b39ebaf240711b92aa915
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon Apr 18 22:20:11 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Apr 18 22:27:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31f4a044

app-emacs/reformatter: new package; add version 0.6

Signed-off-by: Maciej Barć  gentoo.org>

 app-emacs/reformatter/Manifest |  1 +
 .../reformatter/files/50reformatter-gentoo.el  |  1 +
 app-emacs/reformatter/metadata.xml | 13 
 app-emacs/reformatter/reformatter-0.6.ebuild   | 23 ++
 4 files changed, 38 insertions(+)

diff --git a/app-emacs/reformatter/Manifest b/app-emacs/reformatter/Manifest
new file mode 100644
index ..d11a780799b9
--- /dev/null
+++ b/app-emacs/reformatter/Manifest
@@ -0,0 +1 @@
+DIST reformatter-0.6.tar.gz 7943 BLAKE2B 
72f34b873aacef5ee1dd0edd06effed83dad490f5d57ac3390dbd0d6fb7172adb1b7a3e19c0e90740b300cad8d2a1df60ab1bbfaa660c79621066d402f01b923
 SHA512 
ff1ad88b3a0a3ca1e70a5e0d7fe6f2264981d88ae64f0fa412d52721fb43991a483f31fb72193f7d67be71f39110051c0dda39e4ed87b4339aa156fa256e013a

diff --git a/app-emacs/reformatter/files/50reformatter-gentoo.el 
b/app-emacs/reformatter/files/50reformatter-gentoo.el
new file mode 100644
index ..431f7e90ae73
--- /dev/null
+++ b/app-emacs/reformatter/files/50reformatter-gentoo.el
@@ -0,0 +1 @@
+(add-to-list 'load-path "@SITELISP@")

diff --git a/app-emacs/reformatter/metadata.xml 
b/app-emacs/reformatter/metadata.xml
new file mode 100644
index ..7cdcedd7a960
--- /dev/null
+++ b/app-emacs/reformatter/metadata.xml
@@ -0,0 +1,13 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+
+  
+gnu-em...@gentoo.org
+Gentoo GNU Emacs project
+  
+  
+https://github.com/purcell/emacs-reformatter/issues/
+purcell/emacs-reformatter
+  
+

diff --git a/app-emacs/reformatter/reformatter-0.6.ebuild 
b/app-emacs/reformatter/reformatter-0.6.ebuild
new file mode 100644
index ..81970dc35b99
--- /dev/null
+++ b/app-emacs/reformatter/reformatter-0.6.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=24.3
+
+inherit elisp
+
+DESCRIPTION="Define commands which run reformatters on the Emacs buffers"
+HOMEPAGE="https://github.com/purcell/emacs-reformatter/;
+SRC_URI="https://github.com/purcell/emacs-${PN}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+S="${WORKDIR}"/emacs-${P}
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RESTRICT="test"  # Tests need "shfmt"
+
+DOCS=( README.md )
+ELISP_REMOVE="Makefile ${PN}-tests.el"  # Makefile downloads pkgs from net
+SITEFILE="50${PN}-gentoo.el"



[gentoo-commits] repo/proj/guru:dev commit in: app-misc/walld/

2022-04-18 Thread Seth Arnold
commit: 04bff2dfd6fb44e9b922bceabfdb08c1dc60bd04
Author: Seth Arnold  gmail  com>
AuthorDate: Mon Apr 18 22:26:10 2022 +
Commit: Seth Arnold  gmail  com>
CommitDate: Mon Apr 18 22:29:12 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=04bff2df

app-misc/walld: fixed calling cc directly

Signed-off-by: Seth Arnold  gmail.com>

 app-misc/walld/walld-1.2.ebuild | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/app-misc/walld/walld-1.2.ebuild b/app-misc/walld/walld-1.2.ebuild
index 462dd9c1f..861b83f09 100644
--- a/app-misc/walld/walld-1.2.ebuild
+++ b/app-misc/walld/walld-1.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit optfeature
+inherit optfeature toolchain-funcs
 
 DESCRIPTION="A Wallpaper daemon"
 HOMEPAGE="https://github.com/Dotz0cat/walld;
@@ -17,6 +17,10 @@ DEPEND="dev-libs/libevent media-gfx/feh dev-libs/libconfig 
media-gfx/imagemagick
 RDEPEND="${DEPEND}"
 BDEPEND="virtual/pkgconfig"
 
+src_compile() {
+   emake CC="${tc-getCC}"
+}
+
 src_install() {
emake DESTDIR="${D}" PREFIX=/usr install
 }



[gentoo-commits] proj/qt:master commit in: app-arch/lxqt-archiver/

2022-04-18 Thread Jimi Huotari
commit: 9a54bfd13e7fbab02b6735388a832c1b797e86b2
Author: Jimi Huotari  gentoo  org>
AuthorDate: Mon Apr 18 21:41:18 2022 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Mon Apr 18 21:41:18 2022 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=9a54bfd1

app-arch/lxqt-archiver: update dependencies

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

 app-arch/lxqt-archiver/lxqt-archiver-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-arch/lxqt-archiver/lxqt-archiver-.ebuild 
b/app-arch/lxqt-archiver/lxqt-archiver-.ebuild
index 8cb639ee..67b7a86e 100644
--- a/app-arch/lxqt-archiver/lxqt-archiver-.ebuild
+++ b/app-arch/lxqt-archiver/lxqt-archiver-.ebuild
@@ -23,7 +23,7 @@ SLOT="0"
 
 BDEPEND="
>=dev-qt/linguist-tools-5.15:5
-   >=dev-util/lxqt-build-tools-0.10.0
+   >=dev-util/lxqt-build-tools-0.11.0
 "
 DEPEND="
dev-libs/glib:2
@@ -32,7 +32,7 @@ DEPEND="
>=dev-qt/qtgui-5.15:5
>=dev-qt/qtwidgets-5.15:5
>=dev-qt/qtx11extras-5.15:5
-   >=x11-libs/libfm-qt-1:=
+   >=x11-libs/libfm-qt-1.1:=
 "
 RDEPEND="${DEPEND}"
 



[gentoo-commits] proj/qt:master commit in: x11-misc/pcmanfm-qt/

2022-04-18 Thread Jimi Huotari
commit: 464b82d9fee32a8e752c707c2d44b713aecc3d33
Author: Jimi Huotari  gentoo  org>
AuthorDate: Mon Apr 18 20:11:09 2022 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Mon Apr 18 20:48:08 2022 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=464b82d9

x11-misc/pcmanfm-qt: update dependencies

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

 x11-misc/pcmanfm-qt/pcmanfm-qt-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/pcmanfm-qt/pcmanfm-qt-.ebuild 
b/x11-misc/pcmanfm-qt/pcmanfm-qt-.ebuild
index 648a1b14..ccf8cc45 100644
--- a/x11-misc/pcmanfm-qt/pcmanfm-qt-.ebuild
+++ b/x11-misc/pcmanfm-qt/pcmanfm-qt-.ebuild
@@ -23,7 +23,7 @@ SLOT="0"
 
 BDEPEND="
>=dev-qt/linguist-tools-5.15:5
-   >=dev-util/lxqt-build-tools-0.10.0
+   >=dev-util/lxqt-build-tools-0.11.0
 "
 DEPEND="
dev-libs/glib:2



[gentoo-commits] proj/qt:master commit in: media-gfx/lximage-qt/

2022-04-18 Thread Jimi Huotari
commit: 3155cce42d4d9dec5fe716f09ac68f42a6d5388b
Author: Jimi Huotari  gentoo  org>
AuthorDate: Mon Apr 18 21:52:13 2022 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Mon Apr 18 21:52:13 2022 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=3155cce4

media-gfx/lximage-qt: update dependencies

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

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

diff --git a/media-gfx/lximage-qt/lximage-qt-.ebuild 
b/media-gfx/lximage-qt/lximage-qt-.ebuild
index 1262cf87..a7b949ca 100644
--- a/media-gfx/lximage-qt/lximage-qt-.ebuild
+++ b/media-gfx/lximage-qt/lximage-qt-.ebuild
@@ -23,7 +23,7 @@ SLOT="0"
 
 BDEPEND="
>=dev-qt/linguist-tools-5.15:5
-   >=dev-util/lxqt-build-tools-0.10.0
+   >=dev-util/lxqt-build-tools-0.11.0
virtual/pkgconfig
 "
 DEPEND="



[gentoo-commits] proj/qt:master commit in: x11-libs/libfm-qt/

2022-04-18 Thread Jimi Huotari
commit: 657074e6b0d6ccc7fd9a41381d9a83ff2938f868
Author: Jimi Huotari  gentoo  org>
AuthorDate: Mon Apr 18 20:09:49 2022 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Mon Apr 18 20:48:08 2022 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=657074e6

x11-libs/libfm-qt: update dependencies

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

 x11-libs/libfm-qt/libfm-qt-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libfm-qt/libfm-qt-.ebuild 
b/x11-libs/libfm-qt/libfm-qt-.ebuild
index e91e8d0f..b9172895 100644
--- a/x11-libs/libfm-qt/libfm-qt-.ebuild
+++ b/x11-libs/libfm-qt/libfm-qt-.ebuild
@@ -21,7 +21,7 @@ SLOT="0/7"
 
 BDEPEND="
>=dev-qt/linguist-tools-5.15:5
-   >=dev-util/lxqt-build-tools-0.10.0
+   >=dev-util/lxqt-build-tools-0.11.0
virtual/pkgconfig
 "
 DEPEND="



[gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-panel/, lxqt-base/lxqt-globalkeys/, lxqt-base/lxqt-qtplugin/, ...

2022-04-18 Thread Jimi Huotari
commit: bf8747496fc23e8f1538f5449291d50a0b78e9d8
Author: Jimi Huotari  gentoo  org>
AuthorDate: Mon Apr 18 20:12:25 2022 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Mon Apr 18 20:48:08 2022 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=bf874749

lxqt-base: update dependencies

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

 lxqt-base/liblxqt/liblxqt-.ebuild   | 4 ++--
 lxqt-base/lxqt-about/lxqt-about-.ebuild | 4 ++--
 lxqt-base/lxqt-admin/lxqt-admin-.ebuild | 2 +-
 lxqt-base/lxqt-config/lxqt-config-.ebuild   | 2 +-
 lxqt-base/lxqt-globalkeys/lxqt-globalkeys-.ebuild   | 2 +-
 lxqt-base/lxqt-notificationd/lxqt-notificationd-.ebuild | 4 ++--
 lxqt-base/lxqt-panel/lxqt-panel-.ebuild | 4 ++--
 lxqt-base/lxqt-policykit/lxqt-policykit-.ebuild | 2 +-
 lxqt-base/lxqt-powermanagement/lxqt-powermanagement-.ebuild | 4 ++--
 lxqt-base/lxqt-qtplugin/lxqt-qtplugin-.ebuild   | 4 ++--
 lxqt-base/lxqt-runner/lxqt-runner-.ebuild   | 4 ++--
 lxqt-base/lxqt-session/lxqt-session-.ebuild | 4 ++--
 lxqt-base/lxqt-sudo/lxqt-sudo-.ebuild   | 2 +-
 13 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/lxqt-base/liblxqt/liblxqt-.ebuild 
b/lxqt-base/liblxqt/liblxqt-.ebuild
index 9362a2a6..6d6f9bd9 100644
--- a/lxqt-base/liblxqt/liblxqt-.ebuild
+++ b/lxqt-base/liblxqt/liblxqt-.ebuild
@@ -22,10 +22,10 @@ IUSE="+backlight"
 
 BDEPEND="
dev-qt/linguist-tools:5
-   >=dev-util/lxqt-build-tools-0.10.0
+   >=dev-util/lxqt-build-tools-0.11.0
 "
 DEPEND="
-   >=dev-libs/libqtxdg-3.8.0
+   >=dev-libs/libqtxdg-3.9.0
>=dev-qt/qtcore-5.15:5
>=dev-qt/qtdbus-5.15:5
>=dev-qt/qtgui-5.15:5

diff --git a/lxqt-base/lxqt-about/lxqt-about-.ebuild 
b/lxqt-base/lxqt-about/lxqt-about-.ebuild
index 3e14af6a..d1dca7ce 100644
--- a/lxqt-base/lxqt-about/lxqt-about-.ebuild
+++ b/lxqt-base/lxqt-about/lxqt-about-.ebuild
@@ -21,9 +21,9 @@ fi
 LICENSE="LGPL-2.1+"
 SLOT="0"
 
-BDEPEND=">=dev-util/lxqt-build-tools-0.10.0"
+BDEPEND=">=dev-util/lxqt-build-tools-0.11.0"
 DEPEND="
-   >=dev-libs/libqtxdg-3.3.1
+   >=dev-libs/libqtxdg-3.9.0
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5

diff --git a/lxqt-base/lxqt-admin/lxqt-admin-.ebuild 
b/lxqt-base/lxqt-admin/lxqt-admin-.ebuild
index 2a3effd9..a5dfea46 100644
--- a/lxqt-base/lxqt-admin/lxqt-admin-.ebuild
+++ b/lxqt-base/lxqt-admin/lxqt-admin-.ebuild
@@ -21,7 +21,7 @@ fi
 LICENSE="LGPL-2.1+"
 SLOT="0"
 
-BDEPEND=">=dev-util/lxqt-build-tools-0.10.0"
+BDEPEND=">=dev-util/lxqt-build-tools-0.11.0"
 DEPEND="
>=dev-qt/qtcore-5.15:5
>=dev-qt/qtdbus-5.15:5

diff --git a/lxqt-base/lxqt-config/lxqt-config-.ebuild 
b/lxqt-base/lxqt-config/lxqt-config-.ebuild
index 1ca6ec64..ea580ed4 100644
--- a/lxqt-base/lxqt-config/lxqt-config-.ebuild
+++ b/lxqt-base/lxqt-config/lxqt-config-.ebuild
@@ -26,7 +26,7 @@ BDEPEND="
>=dev-qt/linguist-tools-5.15:5
 "
 DEPEND="
-   >=dev-libs/libqtxdg-3.3.1
+   >=dev-libs/libqtxdg-3.9.0
>=dev-qt/qtcore-5.15:5
>=dev-qt/qtgui-5.15:5
>=dev-qt/qtwidgets-5.15:5

diff --git a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-.ebuild 
b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-.ebuild
index bc8ca892..618e09f2 100644
--- a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-.ebuild
+++ b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-.ebuild
@@ -23,7 +23,7 @@ SLOT="0"
 
 BDEPEND="
>=dev-qt/linguist-tools-5.15:5
-   >=dev-util/lxqt-build-tools-0.9.0
+   >=dev-util/lxqt-build-tools-0.11.0
 "
 DEPEND="
>=dev-qt/qtcore-5.15:5

diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-.ebuild 
b/lxqt-base/lxqt-notificationd/lxqt-notificationd-.ebuild
index 2ec472b0..1993386c 100644
--- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-.ebuild
+++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-.ebuild
@@ -23,10 +23,10 @@ SLOT="0"
 
 BDEPEND="
dev-qt/linguist-tools:5
-   >=dev-util/lxqt-build-tools-0.10.0
+   >=dev-util/lxqt-build-tools-0.11.0
 "
 DEPEND="
-   >=dev-libs/libqtxdg-3.3.1
+   >=dev-libs/libqtxdg-3.9.0
>=dev-qt/qtcore-5.15:5
>=dev-qt/qtdbus-5.15:5
>=dev-qt/qtgui-5.15:5

diff --git a/lxqt-base/lxqt-panel/lxqt-panel-.ebuild 
b/lxqt-base/lxqt-panel/lxqt-panel-.ebuild
index 6b3c9f4f..703d4f20 100644
--- a/lxqt-base/lxqt-panel/lxqt-panel-.ebuild
+++ b/lxqt-base/lxqt-panel/lxqt-panel-.ebuild
@@ -32,11 +32,11 @@ REQUIRED_USE="
 
 BDEPEND="
>=dev-qt/linguist-tools-5.15:5
-   >=dev-util/lxqt-build-tools-0.10.0
+   >=dev-util/lxqt-build-tools-0.11.0

[gentoo-commits] proj/qt:master commit in: dev-libs/libqtxdg/

2022-04-18 Thread Jimi Huotari
commit: 348a8ef3c2d571d68136ad7489290b7b86416172
Author: Jimi Huotari  gentoo  org>
AuthorDate: Mon Apr 18 20:05:27 2022 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Mon Apr 18 20:48:02 2022 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=348a8ef3

dev-libs/libqtxdg: update dependencies

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

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

diff --git a/dev-libs/libqtxdg/libqtxdg-.ebuild 
b/dev-libs/libqtxdg/libqtxdg-.ebuild
index 743a698d..faa88435 100644
--- a/dev-libs/libqtxdg/libqtxdg-.ebuild
+++ b/dev-libs/libqtxdg/libqtxdg-.ebuild
@@ -23,7 +23,7 @@ IUSE="test"
 RESTRICT="!test? ( test )"
 
 BDEPEND="
-   >=dev-util/lxqt-build-tools-0.10.0
+   >=dev-util/lxqt-build-tools-0.11.0
virtual/pkgconfig
 "
 RDEPEND="



[gentoo-commits] proj/qt:master commit in: x11-themes/lxqt-themes/

2022-04-18 Thread Jimi Huotari
commit: 44ac664c61319a1bcd8a4ed9baddd05da093fa6c
Author: Jimi Huotari  gentoo  org>
AuthorDate: Mon Apr 18 21:37:44 2022 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Mon Apr 18 21:37:44 2022 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=44ac664c

x11-themes/lxqt-themes: update dependencies

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

 x11-themes/lxqt-themes/lxqt-themes-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/lxqt-themes/lxqt-themes-.ebuild 
b/x11-themes/lxqt-themes/lxqt-themes-.ebuild
index 80f6d606..825b9044 100644
--- a/x11-themes/lxqt-themes/lxqt-themes-.ebuild
+++ b/x11-themes/lxqt-themes/lxqt-themes-.ebuild
@@ -19,7 +19,7 @@ fi
 LICENSE="LGPL-2.1+"
 SLOT="0"
 
-BDEPEND=">=dev-util/lxqt-build-tools-0.10.0"
+BDEPEND=">=dev-util/lxqt-build-tools-0.11.0"
 
 pkg_postinst() {
xdg_icon_cache_update



[gentoo-commits] repo/gentoo:master commit in: dev-ml/dune/files/, dev-ml/dune/

2022-04-18 Thread Maciej Barć
commit: 1509acbb6d4e7f4c9f1a622ac380a14b4afa7317
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon Apr 18 22:03:37 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Apr 18 22:03:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1509acbb

dev-ml/dune: 2.9.3 - enable Emacs support & bump to EAPI 8

Signed-off-by: Maciej Barć  gentoo.org>

 dev-ml/dune/{dune-2.9.3.ebuild => dune-2.9.3-r1.ebuild} | 15 ---
 dev-ml/dune/files/50dune-gentoo.el  |  4 
 2 files changed, 16 insertions(+), 3 deletions(-)

diff --git a/dev-ml/dune/dune-2.9.3.ebuild b/dev-ml/dune/dune-2.9.3-r1.ebuild
similarity index 73%
rename from dev-ml/dune/dune-2.9.3.ebuild
rename to dev-ml/dune/dune-2.9.3-r1.ebuild
index 9bf93b2276e8..8830c7c629e2 100644
--- a/dev-ml/dune/dune-2.9.3.ebuild
+++ b/dev-ml/dune/dune-2.9.3-r1.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-inherit multiprocessing
+inherit multiprocessing elisp-common
 
 DESCRIPTION="A composable build system for OCaml"
 HOMEPAGE="https://github.com/ocaml/dune;
@@ -12,11 +12,12 @@ SRC_URI="https://github.com/ocaml/dune/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 LICENSE="MIT"
 SLOT="0/${PV}"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
-IUSE="test"
+IUSE="emacs test"
 RESTRICT="!test? ( test )"
 
 RDEPEND="
>=dev-lang/ocaml-4.08:=
+   emacs? ( >=app-editors/emacs-23.1:* )
 "
 DEPEND="
${RDEPEND}
@@ -29,6 +30,7 @@ DEPEND="
 "
 
 QA_FLAGS_IGNORED="usr/bin/dune"
+SITEFILE="50${PN}-gentoo.el"
 
 src_configure() {
:
@@ -38,10 +40,17 @@ src_compile() {
ocaml bootstrap.ml -j $(makeopts_jobs) || die
./dune.exe build -p "${PN}" --profile dune-bootstrap -j 
$(makeopts_jobs) \
--display short || die
+
+   use emacs && elisp-compile editor-integration/emacs/*.el
 }
 
 src_install() {
default
mv "${ED}"/usr/doc "${ED}"/usr/share/doc/${PF} || die
mv "${ED}"/usr/man "${ED}"/usr/share/man || die
+
+   if use emacs ; then
+   elisp-install ${PN} editor-integration/emacs/*.el{,c}
+   elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+   fi
 }

diff --git a/dev-ml/dune/files/50dune-gentoo.el 
b/dev-ml/dune/files/50dune-gentoo.el
new file mode 100644
index ..87fd7c6b28a9
--- /dev/null
+++ b/dev-ml/dune/files/50dune-gentoo.el
@@ -0,0 +1,4 @@
+(add-to-list 'load-path "@SITELISP@")
+(autoload 'dune-mode "dune"
+  "Major mode to edit dune files." t)
+(add-to-list 'auto-mode-alist 
'("\\(?:\\`\\|/\\)dune\\(?:\\.inc\\|\\-project\\)?\\'" . dune-mode))



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

2022-04-18 Thread Jakov Smolić
commit: d74222c564a9dcd00ea8598e4dfb43ee2f3c7025
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sun Apr 17 15:41:24 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Apr 18 21:06:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d74222c5

dev-util/patdiff: Keyword 0.14.0-r1 riscv, #838100

Bug: https://bugs.gentoo.org/838100
Signed-off-by: Yongxiang Liang  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/25067
Signed-off-by: Jakov Smolić  gentoo.org>

 dev-util/patdiff/patdiff-0.14.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/patdiff/patdiff-0.14.0-r1.ebuild 
b/dev-util/patdiff/patdiff-0.14.0-r1.ebuild
index 30a2be625868..221c6234c808 100644
--- a/dev-util/patdiff/patdiff-0.14.0-r1.ebuild
+++ b/dev-util/patdiff/patdiff-0.14.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/patdiff/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~riscv"
 IUSE="+ocamlopt"
 
 RDEPEND="



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

2022-04-18 Thread Jakov Smolić
commit: 9f6766eb0925f74342492f04a28dbedc7e44efb4
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sun Apr 17 15:41:15 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Apr 18 21:06:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f6766eb

dev-ml/rresult: Keyword 0.7.0 riscv, #835392

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Jakov Smolić  gentoo.org>

 dev-ml/rresult/rresult-0.7.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ml/rresult/rresult-0.7.0.ebuild 
b/dev-ml/rresult/rresult-0.7.0.ebuild
index b398a21a12ae..772de481dc8e 100644
--- a/dev-ml/rresult/rresult-0.7.0.ebuild
+++ b/dev-ml/rresult/rresult-0.7.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ 
SRC_URI="https://erratique.ch/software/rresult/releases/${P}.tbz;
 
 LICENSE="ISC"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 
 RDEPEND="dev-ml/result:=
>=dev-lang/ocaml-4.08:="



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

2022-04-18 Thread Jakov Smolić
commit: 9a3799a1b0a577f300c13e8b34956d405da6db3e
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sun Apr 17 15:41:16 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Apr 18 21:06:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a3799a1

dev-ml/fpath: Keyword 0.7.3 riscv, #835392

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Jakov Smolić  gentoo.org>

 dev-ml/fpath/fpath-0.7.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/fpath/fpath-0.7.3.ebuild b/dev-ml/fpath/fpath-0.7.3.ebuild
index c78f06c0be6c..b4996b096d15 100644
--- a/dev-ml/fpath/fpath-0.7.3.ebuild
+++ b/dev-ml/fpath/fpath-0.7.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://erratique.ch/software/fpath/releases/${P}.tbz;
 
 LICENSE="ISC"
 SLOT="0/${PV}"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv ~x86"
 
 RDEPEND="dev-ml/result:=
dev-ml/astring:=



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

2022-04-18 Thread Jakov Smolić
commit: 3e6e39ee127101439d72206eb1c2d26336559b6f
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sun Apr 17 15:41:23 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Apr 18 21:06:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e6e39ee

dev-ml/pcre-ocaml: Keyword 7.4.6-r2 riscv, #838100

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Jakov Smolić  gentoo.org>

 dev-ml/pcre-ocaml/pcre-ocaml-7.4.6-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/pcre-ocaml/pcre-ocaml-7.4.6-r2.ebuild 
b/dev-ml/pcre-ocaml/pcre-ocaml-7.4.6-r2.ebuild
index b195020a1b29..eb6393216324 100644
--- a/dev-ml/pcre-ocaml/pcre-ocaml-7.4.6-r2.ebuild
+++ b/dev-ml/pcre-ocaml/pcre-ocaml-7.4.6-r2.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/pcre-${PV}"
 LICENSE="LGPL-2.1-with-linking-exception"
 IUSE="examples +ocamlopt"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~riscv x86"
 
 BDEPEND="dev-ml/dune-configurator"
 RDEPEND=">=dev-libs/libpcre-4.5



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

2022-04-18 Thread Jakov Smolić
commit: 3ec548286a50200454f1daacc757569237250958
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sun Apr 17 15:41:21 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Apr 18 21:06:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ec54828

dev-ml/patience_diff: Keyword 0.14.0 riscv, #838100

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Jakov Smolić  gentoo.org>

 dev-ml/patience_diff/patience_diff-0.14.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ml/patience_diff/patience_diff-0.14.0.ebuild 
b/dev-ml/patience_diff/patience_diff-0.14.0.ebuild
index 67d3bdbbc951..e73d50987f38 100644
--- a/dev-ml/patience_diff/patience_diff-0.14.0.ebuild
+++ b/dev-ml/patience_diff/patience_diff-0.14.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~riscv"
 IUSE="+ocamlopt"
 
 RDEPEND="



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

2022-04-18 Thread Jakov Smolić
commit: 9806a50573f6a5d08ede3069ae8f492245af7723
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sun Apr 17 15:41:13 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Apr 18 21:06:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9806a505

dev-ml/opam: Keyword 2.1.2 riscv, #835392

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Jakov Smolić  gentoo.org>

 dev-ml/opam/opam-2.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/opam/opam-2.1.2.ebuild b/dev-ml/opam/opam-2.1.2.ebuild
index 88a8634a896d..566843487a72 100644
--- a/dev-ml/opam/opam-2.1.2.ebuild
+++ b/dev-ml/opam/opam-2.1.2.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/opam-${PV/_/-}"
 
 LICENSE="LGPL-2.1-with-linking-exception"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="+ocamlopt"
 
 RDEPEND="



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

2022-04-18 Thread Jakov Smolić
commit: cb17086c0d543b10b06455e388e67cedc128a3f2
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sun Apr 17 15:41:11 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Apr 18 21:06:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb17086c

dev-ml/opam-solver: Keyword 2.1.2 riscv, #835392

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Jakov Smolić  gentoo.org>

 dev-ml/opam-solver/opam-solver-2.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/opam-solver/opam-solver-2.1.2.ebuild 
b/dev-ml/opam-solver/opam-solver-2.1.2.ebuild
index be6f4bc9ddc8..f7d57f853073 100644
--- a/dev-ml/opam-solver/opam-solver-2.1.2.ebuild
+++ b/dev-ml/opam-solver/opam-solver-2.1.2.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/opam-${PV/_/-}"
 
 LICENSE="LGPL-2.1"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="+ocamlopt test"
 RESTRICT="!test? ( test )"
 



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

2022-04-18 Thread Jakov Smolić
commit: 168bb252213ed7f1fbcfe8f4ac576e33dd9fe696
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sun Apr 17 15:41:05 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Apr 18 21:06:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=168bb252

dev-ml/bigarray-compat: Keyword 1.1.0 riscv, #835392

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Jakov Smolić  gentoo.org>

 dev-ml/bigarray-compat/bigarray-compat-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/bigarray-compat/bigarray-compat-1.1.0.ebuild 
b/dev-ml/bigarray-compat/bigarray-compat-1.1.0.ebuild
index a499023de459..d24b7a7b3374 100644
--- a/dev-ml/bigarray-compat/bigarray-compat-1.1.0.ebuild
+++ b/dev-ml/bigarray-compat/bigarray-compat-1.1.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/mirage/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="+ocamlopt"
 
 DEPEND=""



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

2022-04-18 Thread Jakov Smolić
commit: 4f2020c23251a97872b6bf8ed3b16041a74914ed
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sun Apr 17 15:41:16 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Apr 18 21:06:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f2020c2

dev-ml/bos: Keyword 0.2.1 riscv, #835392

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Jakov Smolić  gentoo.org>

 dev-ml/bos/bos-0.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/bos/bos-0.2.1.ebuild b/dev-ml/bos/bos-0.2.1.ebuild
index 0d5451288a35..5f1068dc7c1a 100644
--- a/dev-ml/bos/bos-0.2.1.ebuild
+++ b/dev-ml/bos/bos-0.2.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://erratique.ch/software/bos/releases/${P}.tbz;
 
 LICENSE="ISC"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2022-04-18 Thread Jakov Smolić
commit: 7b2bb64523c67eb17457e99a02eea891a0b21a40
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sun Apr 17 15:41:12 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Apr 18 21:06:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b2bb645

dev-ml/opam-client: Keyword 2.1.2 riscv, #835392

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Jakov Smolić  gentoo.org>

 dev-ml/opam-client/opam-client-2.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/opam-client/opam-client-2.1.2.ebuild 
b/dev-ml/opam-client/opam-client-2.1.2.ebuild
index e27961dead03..9160bccc9d77 100644
--- a/dev-ml/opam-client/opam-client-2.1.2.ebuild
+++ b/dev-ml/opam-client/opam-client-2.1.2.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/opam-${PV/_/-}"
 
 LICENSE="LGPL-2.1"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="+ocamlopt test"
 RESTRICT="!test? ( test )"
 



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

2022-04-18 Thread Jakov Smolić
commit: 93945611ab249a1d4b77fb04e4b8a69dcc39d69e
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sun Apr 17 15:41:04 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Apr 18 21:06:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93945611

dev-ml/alcotest: Keyword 1.5.0 riscv, #835392

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Jakov Smolić  gentoo.org>

 dev-ml/alcotest/alcotest-1.5.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ml/alcotest/alcotest-1.5.0.ebuild 
b/dev-ml/alcotest/alcotest-1.5.0.ebuild
index d4924a1e4ea4..8a6cf2ce8ef0 100644
--- a/dev-ml/alcotest/alcotest-1.5.0.ebuild
+++ b/dev-ml/alcotest/alcotest-1.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/mirage/alcotest/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="ISC"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="+ocamlopt"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-ml/dune-private-libs/

2022-04-18 Thread Jakov Smolić
commit: 99d8e8063bb45a9cf222c2b36b32e116ab96cbf0
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sun Apr 17 15:41:14 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Apr 18 21:06:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99d8e806

dev-ml/dune-private-libs: Keyword 2.9.3 riscv, #835392

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Jakov Smolić  gentoo.org>

 dev-ml/dune-private-libs/dune-private-libs-2.9.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/dune-private-libs/dune-private-libs-2.9.3.ebuild 
b/dev-ml/dune-private-libs/dune-private-libs-2.9.3.ebuild
index e434be4e1d92..4a135c14f509 100644
--- a/dev-ml/dune-private-libs/dune-private-libs-2.9.3.ebuild
+++ b/dev-ml/dune-private-libs/dune-private-libs-2.9.3.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/dune-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="+ocamlopt test"
 RESTRICT="!test? ( test )"
 



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

2022-04-18 Thread Jakov Smolić
commit: aed99b1103d5759f8077822a6c0165e2bf0a1b8f
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sun Apr 17 15:41:10 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Apr 18 21:06:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aed99b11

dev-ml/opam-repository: Keyword 2.1.2 riscv, #835392

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Jakov Smolić  gentoo.org>

 dev-ml/opam-repository/opam-repository-2.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/opam-repository/opam-repository-2.1.2.ebuild 
b/dev-ml/opam-repository/opam-repository-2.1.2.ebuild
index 0aad5fc5074b..9e9b42b29bf3 100644
--- a/dev-ml/opam-repository/opam-repository-2.1.2.ebuild
+++ b/dev-ml/opam-repository/opam-repository-2.1.2.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/opam-${PV/_/-}"
 
 LICENSE="LGPL-2.1"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="+ocamlopt"
 RESTRICT="test"
 



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

2022-04-18 Thread Jakov Smolić
commit: 3f6f23a3e092fc271cd9c5859567319c33ffaf3b
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sun Apr 17 15:41:03 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Apr 18 21:06:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f6f23a3

dev-ml/uuidm: Keyword 0.9.7 riscv, #835392

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Jakov Smolić  gentoo.org>

 dev-ml/uuidm/uuidm-0.9.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/uuidm/uuidm-0.9.7.ebuild b/dev-ml/uuidm/uuidm-0.9.7.ebuild
index 81fed2a51dca..0b5f822012b1 100644
--- a/dev-ml/uuidm/uuidm-0.9.7.ebuild
+++ b/dev-ml/uuidm/uuidm-0.9.7.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/dbuenzli/uuidm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="ISC"
 SLOT="0/${PV}"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
 IUSE="+ocamlopt"
 
 BDEPEND="



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

2022-04-18 Thread Jakov Smolić
commit: d0d266d67ee0f0439a3c98bc7324a70ab8460721
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sun Apr 17 15:41:06 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Apr 18 21:06:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0d266d6

dev-ml/integers: Keyword 0.5.1 riscv, #835392

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Jakov Smolić  gentoo.org>

 dev-ml/integers/integers-0.5.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ml/integers/integers-0.5.1.ebuild 
b/dev-ml/integers/integers-0.5.1.ebuild
index da2638bb6740..7e82273a8fcc 100644
--- a/dev-ml/integers/integers-0.5.1.ebuild
+++ b/dev-ml/integers/integers-0.5.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,5 +12,5 @@ S="${WORKDIR}/ocaml-${P}"
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="+ocamlopt"



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

2022-04-18 Thread Jakov Smolić
commit: d647ae15c42df8ecce9a8a6a517589128b377470
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sun Apr 17 15:41:08 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Apr 18 21:06:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d647ae15

dev-ml/lwt: Keyword 5.4.2-r1 riscv, #835392

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Jakov Smolić  gentoo.org>

 dev-ml/lwt/lwt-5.4.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ml/lwt/lwt-5.4.2-r1.ebuild b/dev-ml/lwt/lwt-5.4.2-r1.ebuild
index 9fd078bdb572..416c08864003 100644
--- a/dev-ml/lwt/lwt-5.4.2-r1.ebuild
+++ b/dev-ml/lwt/lwt-5.4.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ HOMEPAGE="http://ocsigen.org/lwt;
 
 SLOT="0/${PV}"
 LICENSE="LGPL-2.1-with-linking-exception"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="



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

2022-04-18 Thread Jakov Smolić
commit: 6390c6a1ac34fe3639ddbc5fd159f6d11c2fe013
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sun Apr 17 15:41:09 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Apr 18 21:06:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6390c6a1

dev-ml/ounit2: Keyword 2.2.6 riscv, #835392

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Jakov Smolić  gentoo.org>

 dev-ml/ounit2/ounit2-2.2.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ounit2/ounit2-2.2.6.ebuild 
b/dev-ml/ounit2/ounit2-2.2.6.ebuild
index b454e94dc082..d86216a306f2 100644
--- a/dev-ml/ounit2/ounit2-2.2.6.ebuild
+++ b/dev-ml/ounit2/ounit2-2.2.6.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/ounit-${PV}"
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="



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

2022-04-18 Thread Jakov Smolić
commit: 43713c1e2074bd7081bce6ee9599026e66e206d9
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sun Apr 17 15:41:07 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Apr 18 21:06:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43713c1e

dev-ml/luv: Keyword 0.5.11 riscv, #835392

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Jakov Smolić  gentoo.org>

 dev-ml/luv/luv-0.5.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/luv/luv-0.5.11.ebuild b/dev-ml/luv/luv-0.5.11.ebuild
index a8a5f1531183..8e33c29ce697 100644
--- a/dev-ml/luv/luv-0.5.11.ebuild
+++ b/dev-ml/luv/luv-0.5.11.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/aantron/${PN}/releases/download/${PV}/${P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="+ocamlopt test"
 RESTRICT="!test? ( test )"
 



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

2022-04-18 Thread Jakov Smolić
commit: 5b7e41198e71da0e3721fdbc3171ca05edb4f7d4
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sun Apr 17 15:41:06 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Apr 18 21:06:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b7e4119

dev-ml/ocaml-ctypes: Keyword 0.20.0 riscv, #835392

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Jakov Smolić  gentoo.org>

 dev-ml/ocaml-ctypes/ocaml-ctypes-0.20.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.20.0.ebuild 
b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.20.0.ebuild
index 22dbf916bf59..b6e2c219acec 100644
--- a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.20.0.ebuild
+++ b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.20.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/ocamllabs/ocaml-ctypes/archive/${PV}.tar.gz -> ${P}.
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2022-04-18 Thread Jakov Smolić
commit: 4a7807e336c6acfaefdeb363a7a2925e51eaa198
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sun Apr 17 15:41:11 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Apr 18 21:06:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a7807e3

dev-ml/opam-state: Keyword 2.1.2 riscv, #835392

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Jakov Smolić  gentoo.org>

 dev-ml/opam-state/opam-state-2.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/opam-state/opam-state-2.1.2.ebuild 
b/dev-ml/opam-state/opam-state-2.1.2.ebuild
index f3b795b1704d..c78f8d55f3e5 100644
--- a/dev-ml/opam-state/opam-state-2.1.2.ebuild
+++ b/dev-ml/opam-state/opam-state-2.1.2.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/opam-${PV/_/-}"
 
 LICENSE="LGPL-2.1"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="+ocamlopt"
 RESTRICT="test"
 



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

2022-04-18 Thread Jakov Smolić
commit: 763f82a6e5d08b04f5b4f001d8a1280c3f62f9d8
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sun Apr 17 15:40:59 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Apr 18 21:06:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=763f82a6

dev-ml/duration: Keyword 0.1.3 riscv, #835392

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Jakov Smolić  gentoo.org>

 dev-ml/duration/duration-0.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/duration/duration-0.1.3.ebuild 
b/dev-ml/duration/duration-0.1.3.ebuild
index 21c682e44c6c..cfab3bd98bbf 100644
--- a/dev-ml/duration/duration-0.1.3.ebuild
+++ b/dev-ml/duration/duration-0.1.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/hannesm/duration/archive/${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="ISC"
 SLOT="0/${PV}"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
 IUSE="+ocamlopt test"
 RESTRICT="!test? ( test )"
 



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

2022-04-18 Thread Jakov Smolić
commit: 690a0d614be1e48566de6c25247ab70761e1942c
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sun Apr 17 15:41:02 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Apr 18 21:06:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=690a0d61

dev-ml/logs: Keyword 0.7.0-r1 riscv, #835392

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Jakov Smolić  gentoo.org>

 dev-ml/logs/logs-0.7.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/logs/logs-0.7.0-r1.ebuild b/dev-ml/logs/logs-0.7.0-r1.ebuild
index ead5ab78df5b..7e84cf5b1c70 100644
--- a/dev-ml/logs/logs-0.7.0-r1.ebuild
+++ b/dev-ml/logs/logs-0.7.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://erratique.ch/software/logs/releases/${P}.tbz;
 
 LICENSE="ISC"
 SLOT="0/${PV}"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
 IUSE="+fmt cli +lwt test"
 RESTRICT="!test? ( test )"
 



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

2022-04-18 Thread Jakov Smolić
commit: 1dcfcb4401eea29c935d316cd4bc1a1ebee4073c
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sun Apr 17 15:41:02 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Apr 18 21:06:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dcfcb44

dev-ml/mtime: Keyword 1.3.0 riscv, #835392

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Jakov Smolić  gentoo.org>

 dev-ml/mtime/mtime-1.3.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ml/mtime/mtime-1.3.0.ebuild b/dev-ml/mtime/mtime-1.3.0.ebuild
index a6d491ea6add..adbb8faab32b 100644
--- a/dev-ml/mtime/mtime-1.3.0.ebuild
+++ b/dev-ml/mtime/mtime-1.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ 
SRC_URI="https://erratique.ch/software/mtime/releases/${P}.tbz;
 
 LICENSE="ISC"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2022-04-18 Thread Jakov Smolić
commit: 7a075e65b7e3c1925442e4bf621e58ad01d3ce08
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sun Apr 17 15:41:01 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Apr 18 21:06:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a075e65

dev-ml/mirage-clock: Keyword 3.1.0 riscv, #835392

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Jakov Smolić  gentoo.org>

 dev-ml/mirage-clock/mirage-clock-3.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/mirage-clock/mirage-clock-3.1.0.ebuild 
b/dev-ml/mirage-clock/mirage-clock-3.1.0.ebuild
index 5cbe6137002f..f2e3d420d7a5 100644
--- a/dev-ml/mirage-clock/mirage-clock-3.1.0.ebuild
+++ b/dev-ml/mirage-clock/mirage-clock-3.1.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/mirage/mirage-clock/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="ISC"
 SLOT="0/${PV}"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
 IUSE="+ocamlopt"
 
 BDEPEND="dev-ml/dune-configurator"



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

2022-04-18 Thread Jakov Smolić
commit: b5e196e1cd4a83bb5482241e9e5e629eac7cca24
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sun Apr 17 15:41:00 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Apr 18 21:06:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5e196e1

dev-ml/fmt: Keyword 0.9.0 riscv, #835392

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Jakov Smolić  gentoo.org>

 dev-ml/fmt/fmt-0.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/fmt/fmt-0.9.0.ebuild b/dev-ml/fmt/fmt-0.9.0.ebuild
index 80add35062f3..f1a370757e4c 100644
--- a/dev-ml/fmt/fmt-0.9.0.ebuild
+++ b/dev-ml/fmt/fmt-0.9.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://erratique.ch/software/fmt/releases/${P}.tbz;
 
 LICENSE="ISC"
 SLOT="0/${PV}"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-misc/notary/

2022-04-18 Thread Conrad Kostecki
commit: 0d175ee9ec20f9fa307b576e4ebbc4006ea972e5
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Apr 18 12:11:19 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Apr 18 21:04:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d175ee9

app-misc/notary: udpate github link

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/25088
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-misc/notary/notary-0.7.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-misc/notary/notary-0.7.0.ebuild 
b/app-misc/notary/notary-0.7.0.ebuild
index 141759da1bd1..4ca8fbf90066 100644
--- a/app-misc/notary/notary-0.7.0.ebuild
+++ b/app-misc/notary/notary-0.7.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -6,8 +6,8 @@ inherit go-module
 GIT_COMMIT=b0b6bfdd
 
 DESCRIPTION="A project that allows anyone to have trust over arbitrary 
collections of data"
-HOMEPAGE="https://github.com/theupdateframework/notary;
-SRC_URI="https://github.com/theupdateframework/notary/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+HOMEPAGE="https://github.com/notaryproject/notary;
+SRC_URI="https://github.com/notaryproject/notary/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: app-misc/cadubi/

2022-04-18 Thread Conrad Kostecki
commit: 743a939aef3f22a56bf17d0681bc56d16b1596f8
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Wed Apr  6 18:22:24 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Apr 18 21:04:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=743a939a

app-misc/cadubi: version bump (1.3.4)

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/24934
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-misc/cadubi/Manifest|  1 +
 app-misc/cadubi/cadubi-1.3.4.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/app-misc/cadubi/Manifest b/app-misc/cadubi/Manifest
index 0490137d2ee1..43d6c2870cc4 100644
--- a/app-misc/cadubi/Manifest
+++ b/app-misc/cadubi/Manifest
@@ -1 +1,2 @@
+DIST cadubi-1.3.4.tar.gz 65661 BLAKE2B 
239cedfe50fba79bcfe250a2b646f851ef06bdae18260aeab2d10b8889dcc0d9d086f3edc8b594b3199aaa23f85ab3bd3393d63428ea545893f41a723063c9a0
 SHA512 
02a8e6d49f4892294d0c8fdffa7b6032ed7529bf0869681e9b760ed5c227905cca829d1f4e049400789d69c1251f4df714bf36d5c42dc778ac37e89cf753b45a
 DIST cadubi-1.3.tar.gz 12559 BLAKE2B 
d1a32d602c00d76717e8e6cdf8d376dca12f9f55f9375bb0b8ea781cf923cfb90789cc011a3ab33960339ced3c05c668f6c6ec6e5b33ca89f7eda27c47789639
 SHA512 
e3b5190850bd4d579934bd5825db2b8bde5a46158862ec66b8604999344138477c0fb3fad34dc186ed9dd67dfbdcacf12763f76adbdfbd0cc4dbf6b51ad53bc7

diff --git a/app-misc/cadubi/cadubi-1.3.4.ebuild 
b/app-misc/cadubi/cadubi-1.3.4.ebuild
new file mode 100644
index ..2cf1358ee321
--- /dev/null
+++ b/app-misc/cadubi/cadubi-1.3.4.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="An application that allows you to draw ASCII-Art images"
+HOMEPAGE="https://github.com/statico/cadubi;
+SRC_URI="https://github.com/statico/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Artistic"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+
+RDEPEND="dev-lang/perl
+   >=dev-perl/TermReadKey-2.21"
+
+src_prepare() {
+   default
+   sed -i "s|$Bin/help.txt|$Bin/../$(get_libdir)/${PN}/help.txt|g" ${PN} 
|| die
+}
+
+src_install() {
+   dobin ${PN}
+   doman ${PN}.1
+   insinto /usr/$(get_libdir)/${PN}
+   doins help.txt
+   dodoc README.md
+}



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

2022-04-18 Thread Jakov Smolić
commit: dc79aa403498e983ca0a2bc33d24bbc2338dae57
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Apr 18 21:01:51 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Apr 18 21:01:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc79aa40

dev-python/imageio-ffmpeg: Keyword 0.4.7 x86, #839090

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

 dev-python/imageio-ffmpeg/imageio-ffmpeg-0.4.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/imageio-ffmpeg/imageio-ffmpeg-0.4.7.ebuild 
b/dev-python/imageio-ffmpeg/imageio-ffmpeg-0.4.7.ebuild
index 042a40ebcb67..1ec434ff4fe6 100644
--- a/dev-python/imageio-ffmpeg/imageio-ffmpeg-0.4.7.ebuild
+++ b/dev-python/imageio-ffmpeg/imageio-ffmpeg-0.4.7.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 PROPERTIES="test_network"
 RESTRICT="test"
 



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

2022-04-18 Thread Jakov Smolić
commit: 502711f35aeafe5fa580c96a5a60f436ad5b8fab
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Apr 18 21:01:52 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Apr 18 21:01:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=502711f3

dev-python/imageio: Keyword 2.17.0 x86, #839090

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

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

diff --git a/dev-python/imageio/imageio-2.17.0.ebuild 
b/dev-python/imageio/imageio-2.17.0.ebuild
index d9c5872c4518..f85e433292a0 100644
--- a/dev-python/imageio/imageio-2.17.0.ebuild
+++ b/dev-python/imageio/imageio-2.17.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 # over 50% of tests rely on Internet
 PROPERTIES="test_network"
 RESTRICT="test"



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

2022-04-18 Thread Sam James
commit: a3fcca85027b2fe115976cb8c598526617030a19
Author: Thomas Bracht Laumann Jespersen  laumann  xyz>
AuthorDate: Mon Apr 18 20:51:43 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 18 21:00:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3fcca85

media-libs/openjpeg: add myself as a maintainer

Signed-off-by: Thomas Bracht Laumann Jespersen  laumann.xyz>
Closes: https://github.com/gentoo/gentoo/pull/25097
Signed-off-by: Sam James  gentoo.org>

 media-libs/openjpeg/metadata.xml | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/media-libs/openjpeg/metadata.xml b/media-libs/openjpeg/metadata.xml
index 7fa8ba2aacfa..de80c41403bb 100644
--- a/media-libs/openjpeg/metadata.xml
+++ b/media-libs/openjpeg/metadata.xml
@@ -1,7 +1,14 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   t...@laumann.xyz
+   Thomas Bracht Laumann Jespersen
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   

openjpeg.mirror
uclouvain/openjpeg



[gentoo-commits] repo/gentoo:master commit in: dev-util/difftastic/, dev-util/difftastic/files/

2022-04-18 Thread Patrick McLean
commit: b74fcd57d46e360b2d2bef8358c02ec8129c7508
Author: Patrick McLean  gentoo  org>
AuthorDate: Mon Apr 18 20:52:49 2022 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Mon Apr 18 20:53:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b74fcd57

dev-util/difftastic: add 0.27.0, drop 0.26.3

Signed-off-by: Patrick McLean  gentoo.org>

 dev-util/difftastic/Manifest| 20 ++--
 ...astic-0.26.3.ebuild => difftastic-0.27.0.ebuild} | 21 ++---
 ...-dep.patch => difftastic-0.27.0-regex-dep.patch} |  8 
 3 files changed, 24 insertions(+), 25 deletions(-)

diff --git a/dev-util/difftastic/Manifest b/dev-util/difftastic/Manifest
index 22bce9aa5f80..feaa0ace3c46 100644
--- a/dev-util/difftastic/Manifest
+++ b/dev-util/difftastic/Manifest
@@ -4,9 +4,9 @@ DIST archery-0.4.0.crate 21265 BLAKE2B 
d5e98cd65b7ae426affc3cd905d7cc4b4296c059a
 DIST atty-0.2.14.crate 5470 BLAKE2B 
2db856a9e898a430258f059aeaf7c844a153293e8856d90ac81f7d91a888c89198768ad5cb09303c23241fe85c560a55148fa56a303651a82b0edb895616bfab
 SHA512 
d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9
 DIST autocfg-1.0.1.crate 12908 BLAKE2B 
40c53cab298e4f26634c3acff3ece6a3371188d91dbf377ed664eabedcde20536edaa93daf406618f37edde019f049a6e7b9a47f627344587dbd126bee2b5e3a
 SHA512 
630b348acb98b012e97804e6325d03c89abc22f2157762c59144c04e6c733daf550bdc7f0fe0b9f3b50e15dae8c1c3c4bdfce3d805b02f0fc987311f5332419b
 DIST bitflags-1.3.2.crate 23021 BLAKE2B 
eb990bb27b2bdeb66fd7212ce582cb36e1c616debbac85df642d0c82b25439e6bf9b1e811fac76b59e58ea3c1bbea6170d03a61e8f9a395e4334a0e2e2987eda
 SHA512 
3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62
-DIST cc-1.0.72.crate 57495 BLAKE2B 
b2057ca53aacafa063a4eaa907bfb65aa32ce01a74a90b9085c8243a87723cee8ce79e4904f9d205f9d451598ee34495f8879d27c189477ca43bd39b88b5ea2e
 SHA512 
e9a5b283b2a1fee1030009068c1f87291ec1dab7584a0892f27cc7e523c8fdfd5d986281d9aec1a00af706af1e61d7e64c245c74be7b39c8c022ae2d4f87de8d
+DIST cc-1.0.73.crate 57880 BLAKE2B 
be8d7a25a54afdd759844e76aec61526fc2bd5ca09480e6cdd3bdcf27e5f9d3a88dc16cbcbf54cd021470a7cc521e1ad468116c112bbd30752bac0d5486939ac
 SHA512 
980f012b90c6410144f6de4995048337e09214f19603076db6d4edb88e9ef9ac9e8c6e25569f66c2be3a47e99298f5886dafc102e1a9122316179aa26bc1c985
 DIST cfg-if-1.0.0.crate 7934 BLAKE2B 
e99a5589c11d79d77a4537b34ce0a45d37b981c123b79b807cea836c89fc3926d693458893baca2882448d3d44e3f64e06141f6d916b748daa10b8cc1ae16d1b
 SHA512 
0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff
-DIST clap-3.0.13.crate 191249 BLAKE2B 
5ffa3cc1e550bee2eaa89fdb8cd008fe55fbc3f50ed9d7aa702de68f61e996b826ca6d728de899590c1843ae095f70dec3d84ff342095c35a0a811dab1061038
 SHA512 
10a7a0211377d524d3b2938dc19e94f7ee0ab6416c169050224c6952302c547ee7e7e5c1d150b59edc552ca66bfb176fef82faf237a5496a89ad3956cb7f1c63
+DIST clap-3.1.8.crate 206494 BLAKE2B 
efead669adb2f2acd231f8161da79022768d2438bd73a3f8d4e0edec91a3a7f9220b90b5993501749dc350fa09b46e24fdab3a33b7c9a78213dfe8671ac4dba8
 SHA512 
74787dd0a8cd25952a0019c7ec6bce454de2b3b9ce452d2f736b52bdac668d16abe00c08ca42439805296af8bcbc69bbe7f9110baead1296b93abad6b5f84271
 DIST const_format-0.2.22.crate 72234 BLAKE2B 
89d6f58458777d10e21bcf960e57d24069bf2325fd63904dddef10b6186570bf937fb1dc99d5302a1184d2946c35175d92970db583288bf5af45139aa8ac6e7f
 SHA512 
3ed65106b3fa49fe7cbc0592a8a5b0fc9b99d9d44cb51c1fbdb2fb2eb916d801aa19d9ec568560d6df33373324ea226de3db6e82cbeb9a850426589472a1ec9c
 DIST const_format_proc_macros-0.2.22.crate 24274 BLAKE2B 
61a41f89bb1302cd8a9b2b5b2bb6a90eea2aa6e331840c2b0033acdaef5ddb9cb7a63df028db9e6065a4883aa53002330c6af0bc0b8b3479ef8260c5d088cd71
 SHA512 
a0382a50502cff46c966fca1518ae1102cc749a9fff142a7fc29c3f3dce4b947ef05576e27248ed682aa9db2e1c0af149f41981d02d8415b63734a0ceccb68f4
 DIST crossbeam-channel-0.5.1.crate 86919 BLAKE2B 
b223d0dcacbb09850d457825cb2a018494d798da20eed3f54b1152e41ebca4698e7d50e81f467b86543779155ad08566da9496eee36aa06644b69cf5d7eb
 SHA512 
f15aff67e9105584f5fe41e1ee650ae4fdd0d0ca0fa9202ee83c6f6025398a300decaa50d1b4682e8afb9bd6e11e95b69bcf23f68ae117419aa84df14ee7747b
@@ -15,7 +15,7 @@ DIST crossbeam-epoch-0.9.5.crate 43883 BLAKE2B 
c0ee0879c583bd1051b63d29eccac37ce
 DIST crossbeam-utils-0.8.7.crate 39751 BLAKE2B 
79e1d6454887e8c61f498be0f4475726529e1c45d5b24bb0799cebedacc8d92db735bbc0ececf2d64a9601dfffd142b372bd2802fd0aa0e98dd4994158846a3e
 SHA512 
b9c999f570640513c38c95fe5e50d0e89adfd27a9370952a8ee441118ffc0f092d21f6dbe7c68f653a6e766e5c1aeb209145d49542f1bdaa1f561e6707ad482b
 DIST ctor-0.1.21.crate 9303 BLAKE2B 
8feeaacd3d870b721ecfed7c8df60a27005de1f2a099eef816bd6df2d7b07dbfa00badeef44027398ff4505871a69814d7d4ec90b07d36e371099e4d0aebfae6
 SHA512 

[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/krunner/

2022-04-18 Thread Andreas Sturmlechner
commit: 5657f367bd1c49312889e15e1d4d0f922f45d688
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Apr 18 20:48:40 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Apr 18 20:48:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5657f367

kde-frameworks/krunner: Disable broken runnermanagertest

Bug: https://bugs.gentoo.org/838502
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/krunner/krunner-5.92.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-frameworks/krunner/krunner-5.92.0.ebuild 
b/kde-frameworks/krunner/krunner-5.92.0.ebuild
index 27d1116f2d8a..61926d0583a6 100644
--- a/kde-frameworks/krunner/krunner-5.92.0.ebuild
+++ b/kde-frameworks/krunner/krunner-5.92.0.ebuild
@@ -44,9 +44,9 @@ src_configure() {
 }
 
 src_test() {
-   # requires virtual dbus, otherwise hangs; bugs #630672, #789351
+   # requires virtual dbus, otherwise hangs; bugs #630672, #789351, #838502
local myctestargs=(
-   -E "(dbusrunnertest|runnermanagersinglerunnermodetest)"
+   -E 
"(dbusrunnertest|runnermanagersinglerunnermodetest|runnermanagertest)"
)
ecm_src_test
 }



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

2022-04-18 Thread Jakov Smolić
commit: 30aa1b85bd03650e1ce1439b8c20c7916a97432c
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Apr 18 20:46:30 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Apr 18 20:48:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30aa1b85

net-vpn/networkmanager-openconnect: Keyword 1.2.8 riscv, #838709

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

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

diff --git 
a/net-vpn/networkmanager-openconnect/networkmanager-openconnect-1.2.8.ebuild 
b/net-vpn/networkmanager-openconnect/networkmanager-openconnect-1.2.8.ebuild
index 145fe1c4dd0c..3ce7b7a9443e 100644
--- a/net-vpn/networkmanager-openconnect/networkmanager-openconnect-1.2.8.ebuild
+++ b/net-vpn/networkmanager-openconnect/networkmanager-openconnect-1.2.8.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager 
https://gitlab.gnome.or
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 IUSE="gtk"
 
 DEPEND="



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

2022-04-18 Thread Jakov Smolić
commit: 54e456cd8ad1540216d0f12e57073cecc5c65c2c
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Apr 18 20:46:27 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Apr 18 20:48:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54e456cd

gnome-extra/gnome-clocks: Keyword 42.0 riscv, #838709

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

 gnome-extra/gnome-clocks/gnome-clocks-42.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-clocks/gnome-clocks-42.0.ebuild 
b/gnome-extra/gnome-clocks/gnome-clocks-42.0.ebuild
index 2433248fc543..6c59c7f71b53 100644
--- a/gnome-extra/gnome-clocks/gnome-clocks-42.0.ebuild
+++ b/gnome-extra/gnome-clocks/gnome-clocks-42.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Clocks;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
 
 RDEPEND="
>=dev-libs/glib-2.68:2



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

2022-04-18 Thread Jakov Smolić
commit: b925950c13f578419c061b81ffc05724a8c792d8
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Apr 18 20:46:28 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Apr 18 20:48:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b925950c

gnome-extra/gnome-contacts: Keyword 42.0 riscv, #838709

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

 gnome-extra/gnome-contacts/gnome-contacts-42.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-contacts/gnome-contacts-42.0.ebuild 
b/gnome-extra/gnome-contacts/gnome-contacts-42.0.ebuild
index aaadfc5e4004..40ca17c34556 100644
--- a/gnome-extra/gnome-contacts/gnome-contacts-42.0.ebuild
+++ b/gnome-extra/gnome-contacts/gnome-contacts-42.0.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Design/Apps/Contacts;
 LICENSE="GPL-2+"
 SLOT="0"
 IUSE="telepathy"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~riscv"
 
 VALA_DEPEND="
$(vala_depend)



[gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-desktop/

2022-04-18 Thread Jakov Smolić
commit: 78f63bc5fdccc96936d02989a2f4148e15743e82
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Apr 18 20:46:22 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Apr 18 20:48:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78f63bc5

gnome-base/gnome-desktop: Keyword 42.0-r400 riscv, #838709

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

 gnome-base/gnome-desktop/gnome-desktop-42.0-r400.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/gnome-desktop/gnome-desktop-42.0-r400.ebuild 
b/gnome-base/gnome-desktop/gnome-desktop-42.0-r400.ebuild
index 3b63a89f7c9a..f6e75723a277 100644
--- a/gnome-base/gnome-desktop/gnome-desktop-42.0-r400.ebuild
+++ b/gnome-base/gnome-desktop/gnome-desktop-42.0-r400.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-desktop/;
 LICENSE="GPL-2+ LGPL-2+ FDL-1.1+"
 SLOT="4/1" # subslot = libgnome-desktop-4 soname version
 IUSE="debug gtk-doc +introspection seccomp systemd udev"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux 
~x86-solaris"
 
 COMMON_DEPEND="
>=x11-libs/gdk-pixbuf-2.36.5:2[introspection?]



[gentoo-commits] repo/gentoo:master commit in: media-gfx/gnome-font-viewer/

2022-04-18 Thread Jakov Smolić
commit: cfa2c91bbb9447092f3fbad09ea06216f3b8efd3
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Apr 18 20:46:29 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Apr 18 20:48:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfa2c91b

media-gfx/gnome-font-viewer: Keyword 42.0 riscv, #838709

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

 media-gfx/gnome-font-viewer/gnome-font-viewer-42.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/gnome-font-viewer/gnome-font-viewer-42.0.ebuild 
b/media-gfx/gnome-font-viewer/gnome-font-viewer-42.0.ebuild
index 13695ffc5105..67e115276727 100644
--- a/media-gfx/gnome-font-viewer/gnome-font-viewer-42.0.ebuild
+++ b/media-gfx/gnome-font-viewer/gnome-font-viewer-42.0.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-font-viewer;
 
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
 
 DEPEND="
>=dev-libs/glib-2.56.0:2



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

2022-04-18 Thread Jakov Smolić
commit: bfb129459ede35ae5fcf7e5c1f0761bd2004b9a2
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Apr 18 20:46:21 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Apr 18 20:48:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfb12945

dev-libs/libportal: Keyword 0.6 riscv, #838709

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

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

diff --git a/dev-libs/libportal/libportal-0.6.ebuild 
b/dev-libs/libportal/libportal-0.6.ebuild
index 22a66ac299bf..855fdf37a297 100644
--- a/dev-libs/libportal/libportal-0.6.ebuild
+++ b/dev-libs/libportal/libportal-0.6.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/flatpak/libportal/releases/download/${PV}/${P}.tar.x
 
 LICENSE="LGPL-3"
 SLOT="0/1-1-1-1" # soname of libportal{,-gtk3,-gtk4,-qt5}.so
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~riscv"
 IUSE="gtk gtk-doc +introspection qt5 test +vala"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="



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

2022-04-18 Thread Jakov Smolić
commit: db973c32f6211e3a6548ef9b34ddf680cc460e13
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Apr 18 20:46:23 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Apr 18 20:48:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db973c32

net-libs/libnma: Keyword 1.8.38 riscv, #838709

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

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

diff --git a/net-libs/libnma/libnma-1.8.38.ebuild 
b/net-libs/libnma/libnma-1.8.38.ebuild
index 024459425f6e..7ef151147acc 100644
--- a/net-libs/libnma/libnma-1.8.38.ebuild
+++ b/net-libs/libnma/libnma-1.8.38.ebuild
@@ -13,7 +13,7 @@ SLOT="0"
 # pkcs11 default enabled as it's a small dep often already present by libnma 
users, and it was default enabled as IUSE=+gcr in nm-applet before
 IUSE="gtk-doc +introspection +pkcs11 vala"
 REQUIRED_USE="vala? ( introspection )"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 
 DEPEND="
>=gui-libs/gtk-4.0:4



[gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-control-center/

2022-04-18 Thread Jakov Smolić
commit: a3154a7ef075ad427904bef75ee16e9f7ef85e9d
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Apr 18 20:46:24 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Apr 18 20:48:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3154a7e

gnome-base/gnome-control-center: Keyword 42.0-r1 riscv, #838709

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

 gnome-base/gnome-control-center/gnome-control-center-42.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-base/gnome-control-center/gnome-control-center-42.0-r1.ebuild 
b/gnome-base/gnome-control-center/gnome-control-center-42.0-r1.ebuild
index 70008f3ef6ff..97ebfb3fe3b6 100644
--- a/gnome-base/gnome-control-center/gnome-control-center-42.0-r1.ebuild
+++ b/gnome-base/gnome-control-center/gnome-control-center-42.0-r1.ebuild
@@ -17,7 +17,7 @@ RESTRICT="!test? ( test )"
 REQUIRED_USE="
^^ ( elogind systemd )
 " # Theoretically "?? ( elogind systemd )" is fine too, lacking some 
functionality at runtime, but needs testing if handled gracefully enough
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 
 # meson.build depends on python unconditionally
 BDEPEND="${PYTHON_DEPS}"



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

2022-04-18 Thread Jakov Smolić
commit: c8741157fca84fbfa1d5936d5fcee67043c6c80d
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Apr 18 20:46:31 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Apr 18 20:48:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8741157

sys-apps/baobab: Keyword 42.0 riscv, #838709

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

 sys-apps/baobab/baobab-42.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/baobab/baobab-42.0.ebuild 
b/sys-apps/baobab/baobab-42.0.ebuild
index 8f6502db0c7c..8cea0ebe0e90 100644
--- a/sys-apps/baobab/baobab-42.0.ebuild
+++ b/sys-apps/baobab/baobab-42.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Baobab;
 
 LICENSE="GPL-2+ FDL-1.1+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-libs/glib-2.44:2



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/gtkmm/

2022-04-18 Thread Jakov Smolić
commit: 92f227b06b4b422d2e60e1cc0c883f271ddca8e1
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Apr 18 20:46:20 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Apr 18 20:48:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92f227b0

dev-cpp/gtkmm: Keyword 4.6.1 riscv, #838709

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

 dev-cpp/gtkmm/gtkmm-4.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/gtkmm/gtkmm-4.6.1.ebuild b/dev-cpp/gtkmm/gtkmm-4.6.1.ebuild
index e5644c7e4ae2..237856fbb74b 100644
--- a/dev-cpp/gtkmm/gtkmm-4.6.1.ebuild
+++ b/dev-cpp/gtkmm/gtkmm-4.6.1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://www.gtkmm.org;
 
 LICENSE="LGPL-2.1+"
 SLOT="4.0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux 
~x86-solaris"
 IUSE="doc test"
 
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/atkmm/

2022-04-18 Thread Jakov Smolić
commit: e1c4479d30f8bfc1825de59badb4643459fe340c
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Apr 18 20:46:17 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Apr 18 20:48:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1c4479d

dev-cpp/atkmm: Keyword 2.36.1 riscv, #838709

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

 dev-cpp/atkmm/atkmm-2.36.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-cpp/atkmm/atkmm-2.36.1.ebuild 
b/dev-cpp/atkmm/atkmm-2.36.1.ebuild
index c22677a95a15..985508042c4c 100644
--- a/dev-cpp/atkmm/atkmm-2.36.1.ebuild
+++ b/dev-cpp/atkmm/atkmm-2.36.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ HOMEPAGE="https://www.gtkmm.org;
 
 LICENSE="LGPL-2.1+"
 SLOT="2.36"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
 IUSE="doc"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/glibmm/

2022-04-18 Thread Jakov Smolić
commit: 2057f4e6832df02f110ba88171e0ac98b07e5e9c
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Apr 18 20:46:16 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Apr 18 20:48:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2057f4e6

dev-cpp/glibmm: Keyword 2.72.0 riscv, #838709

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

 dev-cpp/glibmm/glibmm-2.72.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/glibmm/glibmm-2.72.0.ebuild 
b/dev-cpp/glibmm/glibmm-2.72.0.ebuild
index ec1190baa58d..f40448c218b4 100644
--- a/dev-cpp/glibmm/glibmm-2.72.0.ebuild
+++ b/dev-cpp/glibmm/glibmm-2.72.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://www.gtkmm.org;
 
 LICENSE="LGPL-2.1+"
 SLOT="2.68"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
 IUSE="doc debug test"
 RESTRICT="!test? ( test )"
 



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

2022-04-18 Thread Jakov Smolić
commit: 5e674b6814f2e345c4394d756524b54d6cd7ffdc
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Apr 18 20:46:15 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Apr 18 20:48:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e674b68

dev-libs/libsigc++: Keyword 3.2.0 riscv, #838709

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

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

diff --git a/dev-libs/libsigc++/libsigc++-3.2.0.ebuild 
b/dev-libs/libsigc++/libsigc++-3.2.0.ebuild
index 8b9439d5696a..d0c96ac1460c 100644
--- a/dev-libs/libsigc++/libsigc++-3.2.0.ebuild
+++ b/dev-libs/libsigc++/libsigc++-3.2.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://libsigcplusplus.github.io/libsigcplusplus/
 
 LICENSE="LGPL-2.1+"
 SLOT="3"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE="doc examples test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/cairomm/

2022-04-18 Thread Jakov Smolić
commit: ff489a4422aae8a3b5a55496ba17b73a4ee77210
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Apr 18 20:46:18 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Apr 18 20:48:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff489a44

dev-cpp/cairomm: Keyword 1.16.1 riscv, #838709

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

 dev-cpp/cairomm/cairomm-1.16.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/cairomm/cairomm-1.16.1.ebuild 
b/dev-cpp/cairomm/cairomm-1.16.1.ebuild
index c0f5c8564e53..715ca5acea49 100644
--- a/dev-cpp/cairomm/cairomm-1.16.1.ebuild
+++ b/dev-cpp/cairomm/cairomm-1.16.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.cairographics.org/releases/${P}.tar.xz;
 
 LICENSE="LGPL-2+"
 SLOT="1.16"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 IUSE="doc test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/pangomm/

2022-04-18 Thread Jakov Smolić
commit: 7245199954a01579d0e204f6199387048d5ecb9c
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Apr 18 20:46:19 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Apr 18 20:48:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72451999

dev-cpp/pangomm: Keyword 2.50.0 riscv, #838709

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

 dev-cpp/pangomm/pangomm-2.50.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/pangomm/pangomm-2.50.0.ebuild 
b/dev-cpp/pangomm/pangomm-2.50.0.ebuild
index 0e562fa01831..759433faaf69 100644
--- a/dev-cpp/pangomm/pangomm-2.50.0.ebuild
+++ b/dev-cpp/pangomm/pangomm-2.50.0.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://www.gtkmm.org;
 
 LICENSE="LGPL-2.1+"
 SLOT="2.48"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
 IUSE="doc"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/krunner/files/, kde-frameworks/krunner/

2022-04-18 Thread Andreas Sturmlechner
commit: 08a1fe0c24a75683febdfa101705550052bff99d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Apr 18 20:36:58 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Apr 18 20:37:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08a1fe0c

kde-frameworks/krunner: Try to fix runnermanagertest

Bug: https://bugs.gentoo.org/838502
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 ...er-5.92.0-drop-runnermanagertest-timeouts.patch | 55 ++
 ...5.92.0-increase-runnermanagertest-timeout.patch | 26 ++
 kde-frameworks/krunner/krunner-5.92.0.ebuild   |  5 ++
 3 files changed, 86 insertions(+)

diff --git 
a/kde-frameworks/krunner/files/krunner-5.92.0-drop-runnermanagertest-timeouts.patch
 
b/kde-frameworks/krunner/files/krunner-5.92.0-drop-runnermanagertest-timeouts.patch
new file mode 100644
index ..1d6c654f631e
--- /dev/null
+++ 
b/kde-frameworks/krunner/files/krunner-5.92.0-drop-runnermanagertest-timeouts.patch
@@ -0,0 +1,55 @@
+From f324dd5fc477888517db7b431bc291d0712969af Mon Sep 17 00:00:00 2001
+From: Eduardo de Souza Cruz 
+Date: Mon, 14 Mar 2022 14:12:17 -0300
+Subject: [PATCH] Remove upper-limits for RunnerManagerTest's timeouts
+
+Those upper-limits timeouts were not conservative enough for the Continuous 
Integration environment which can be slow and this test was failing sometimes.
+
+The upper-limits timing verifications were removed without too much prejudice 
to the overall test. It should still serve its purpose to guarantee there will 
be no regression on this functionality.
+---
+ autotests/runnermanagertest.cpp | 13 ++---
+ 1 file changed, 6 insertions(+), 7 deletions(-)
+
+diff --git a/autotests/runnermanagertest.cpp b/autotests/runnermanagertest.cpp
+index 02c0985..82bd2a4 100644
+--- a/autotests/runnermanagertest.cpp
 b/autotests/runnermanagertest.cpp
+@@ -74,8 +74,9 @@ private Q_SLOTS:
+ // However not yet a matcheschanged, it should be stalled for 250ms
+ QCOMPARE(spyMatchesChanged.count(), 0);
+ 
+-// After 250ms it will emit with empty matches, we wait for that
+-QVERIFY(spyMatchesChanged.wait(265)); // 265ms as a margin of safety 
for 250ms
++// After 250ms it will emit with empty matches, we wait for that.
++// We can't put a low upper limit on these wait() calls because the 
CI environment can be slow.
++QVERIFY(spyMatchesChanged.wait()); // This should take just a tad 
longer than 250ms.
+ 
+ // This should have taken no less than 250ms. It waits for 250s 
before "giving up" and emitting an empty matches list.
+ QVERIFY(timer.elapsed() >= 250);
+@@ -84,20 +85,18 @@ private Q_SLOTS:
+ QCOMPARE(spyQueryFinished.count(), 1); // Still the same, query is 
not done
+ 
+ // We programmed it to emit the result after 300ms, so we need to 
wait 50ms more for the next emission
+-QVERIFY(spyQueryFinished.wait(100)); // 100ms as a margin of safety 
for 50ms
++QVERIFY(spyQueryFinished.wait());
+ 
+ // This should have taken at least 300ms total, as we requested via 
the special query string
+ QVERIFY(timer.elapsed() >= 300);
+ 
+-// RunnerManager::jobDone() should have anticipated the final 
emission, so it should not have waited the full 250+250 ms.
+-QVERIFY(timer.elapsed() <= 330); // This total should be just a tad 
bigger than 300ms, we put a 10% margin of safety
+-
++// At this point RunnerManager::jobDone() should have anticipated the 
final emission.
+ QCOMPARE(spyMatchesChanged.count(), 2); // We had the second 
matchesChanged emission, now with the query result
+ QCOMPARE(manager->matches().count(), 1); // The result is here
+ QCOMPARE(spyQueryFinished.count(), 2); // Will have emited 
queryFinished, job is done
+ 
+ // Now we will make sure that RunnerManager::scheduleMatchesChanged() 
emits matchesChanged instantly
+-// if we start a query with an empty string. It will never produce 
results, stalling is meaninless
++// if we start a query with an empty string. It will never produce 
results, stalling is meaningless
+ manager->launchQuery("");
+ QCOMPARE(spyMatchesChanged.count(), 3); // One more, instantly, 
without stall
+ QCOMPARE(manager->matches().count(), 0); // Empty results for empty 
query string
+-- 
+GitLab
+

diff --git 
a/kde-frameworks/krunner/files/krunner-5.92.0-increase-runnermanagertest-timeout.patch
 
b/kde-frameworks/krunner/files/krunner-5.92.0-increase-runnermanagertest-timeout.patch
new file mode 100644
index ..7a586598c15e
--- /dev/null
+++ 
b/kde-frameworks/krunner/files/krunner-5.92.0-increase-runnermanagertest-timeout.patch
@@ -0,0 +1,26 @@
+From c1f589a7cda3a5d47479ab1188716df533ceb8b1 Mon Sep 17 00:00:00 2001
+From: David Faure 
+Date: Sun, 13 Mar 2022 13:08:26 

[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kcontacts/

2022-04-18 Thread Andreas Sturmlechner
commit: 1362e0049977efe9bb9f87516e462d2b90df9b0c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Apr 18 20:23:40 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Apr 18 20:37:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1362e004

kde-frameworks/kcontacts: Disable failing test

Bug: https://bugs.gentoo.org/838502
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/kcontacts/kcontacts-5.92.0.ebuild | 3 ++-
 kde-frameworks/kcontacts/kcontacts-5.93.0.ebuild | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/kde-frameworks/kcontacts/kcontacts-5.92.0.ebuild 
b/kde-frameworks/kcontacts/kcontacts-5.92.0.ebuild
index 798b78840fbd..beebdb7b52f4 100644
--- a/kde-frameworks/kcontacts/kcontacts-5.92.0.ebuild
+++ b/kde-frameworks/kcontacts/kcontacts-5.92.0.ebuild
@@ -28,8 +28,9 @@ DEPEND="${RDEPEND}
 
 src_test() {
# bug #566648 (access to /dev/dri/card0 denied)
+   # bug #838502 (again some Qt translations loading related err...)
local myctestargs=(
-   -E "(kcontacts-picturetest)"
+   -E "(kcontacts-addresstest|kcontacts-picturetest)"
)
ecm_src_test
 }

diff --git a/kde-frameworks/kcontacts/kcontacts-5.93.0.ebuild 
b/kde-frameworks/kcontacts/kcontacts-5.93.0.ebuild
index 798b78840fbd..beebdb7b52f4 100644
--- a/kde-frameworks/kcontacts/kcontacts-5.93.0.ebuild
+++ b/kde-frameworks/kcontacts/kcontacts-5.93.0.ebuild
@@ -28,8 +28,9 @@ DEPEND="${RDEPEND}
 
 src_test() {
# bug #566648 (access to /dev/dri/card0 denied)
+   # bug #838502 (again some Qt translations loading related err...)
local myctestargs=(
-   -E "(kcontacts-picturetest)"
+   -E "(kcontacts-addresstest|kcontacts-picturetest)"
)
ecm_src_test
 }



[gentoo-commits] repo/gentoo:master commit in: sci-astronomy/stellarium/

2022-04-18 Thread Sam James
commit: 8ec3b80245732a8b095133843ef52ff5911de7f5
Author: Matt Jolly  footclan  ninja>
AuthorDate: Sun Apr 17 10:33:29 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 18 20:29:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ec3b802

sci-astronomy/stellarium: alphabetise patches

Signed-off-by: Matt Jolly  footclan.ninja>
Signed-off-by: Sam James  gentoo.org>

 sci-astronomy/stellarium/stellarium-0.22.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-astronomy/stellarium/stellarium-0.22.1.ebuild 
b/sci-astronomy/stellarium/stellarium-0.22.1.ebuild
index 2f9a8b8e8582..940b01d9d06d 100644
--- a/sci-astronomy/stellarium/stellarium-0.22.1.ebuild
+++ b/sci-astronomy/stellarium/stellarium-0.22.1.ebuild
@@ -70,8 +70,8 @@ RESTRICT="!test? ( test )"
 
 PATCHES=(
"${FILESDIR}/stellarium-0.20.3-unbundle-indi.patch"
-   "${FILESDIR}/stellarium-0.22.1-unbundle-qtcompress.patch"
"${FILESDIR}/stellarium-0.20.3-unbundle-zlib.patch"
+   "${FILESDIR}/stellarium-0.22.1-unbundle-qtcompress.patch"
 )
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: sci-astronomy/stellarium/, sci-astronomy/stellarium/files/

2022-04-18 Thread Sam James
commit: af9765266fbc35d8c50b29a4cb81d7d88d2c107d
Author: Matt Jolly  footclan  ninja>
AuthorDate: Sun Apr 17 07:31:32 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 18 20:29:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af976526

sci-astronomy/stellarium: add 0.22.1

Signed-off-by: Matt Jolly  footclan.ninja>
Signed-off-by: Sam James  gentoo.org>

 sci-astronomy/stellarium/Manifest  |   2 +
 .../stellarium-0.22.1-unbundle-qtcompress.patch| 208 +
 sci-astronomy/stellarium/stellarium-0.22.1.ebuild  | 145 ++
 3 files changed, 355 insertions(+)

diff --git a/sci-astronomy/stellarium/Manifest 
b/sci-astronomy/stellarium/Manifest
index dccc451abef6..56f135d83c3b 100644
--- a/sci-astronomy/stellarium/Manifest
+++ b/sci-astronomy/stellarium/Manifest
@@ -5,6 +5,8 @@ DIST stars_7_2v0_1.cat 305710678 BLAKE2B 
1cc9b4a6bc35a9339e495f7e0da4f7e90a0e92b
 DIST stars_8_2v0_1.cat 559068934 BLAKE2B 
c040a369cdf6885759998e1315b554d21a5e2b9b149a67967a8af45606aebf57bec407fab5ce1904978af0dc529aa6bddd267331ca45f58617bbf56d5ca99dee
 SHA512 
06d4fa298b9dff8452f550377df99fcaa5e7107cfc7b75c9a4769b3cb6d97a822a54213c706102c1d7ef2dabc16df32a85f46b2f6d6c6f76a4e919353b739de4
 DIST stellarium-0.21.2.tar.gz 387061883 BLAKE2B 
74878961efb01088c5c7c3031d989e5db2e072890d01a37a8b40d30838d7ee06f440abcd8279f14677f12c42f29d129499cf2e73c0bd2e771f201007d123
 SHA512 
91f4e263bcda25ba356decc99f46a3e278be24bcab25519522deac0ed540205ab8320365bb40a56b7f231635bf5b026b4f87f00eeb68a26eab2b7e37d38567bf
 DIST stellarium-0.21.3.tar.gz 390176992 BLAKE2B 
9a6ba3ab6e1b0a61916c844d271bb2181f7b6482dfaaf24e9160dd00cec297e80fc2af167f77aaf248c4dcb358ff64c5cdc138626f37030529146f1e822813e8
 SHA512 
6553f0229f837742e8b9db2715ecb96d69fe46aa7f057d86fb2547540d86f2cb767ca4a6bb5ff18037642113b42fec3f2850e037275fc732aae63da8031bbd0e
+DIST stellarium-0.22.1.tar.gz 407700439 BLAKE2B 
7a01bf63892ab800988896748f44961832756cb993884ab1d45e454035db72d6494a536936ccc338f1c0322e20ec5b282a2c3764b77f1c16cf2ee47f1a57a979
 SHA512 
31d0294c78c3254261dd2a5e46022342f9f3046f920efd8e4f1353eecf79116f50a968479768c12a8419ed3f9182fd3694a78b5ea2ab27ad67e6ef6d17aaa137
 DIST stellarium-dso-catalog-3.13.dat 28683353 BLAKE2B 
6d7587f98ccb06a83e6befb1d569c9639170c8a430901c1c6098a86a33fe8934cd4454a87b51752636a15ab1a96fd3ebd77cbd5d9e4260436ec2e4e4795f98b0
 SHA512 
3880ec776798599640fb083b0c9ebbccadef44f640fb2214052161ddbeb06bf5b0babc0c31d9ac02aa40e52e290d4f5613c11a6dadd83fd61114dbfb49ebe855
 DIST stellarium_user_guide-0.21.2-1.pdf 31351844 BLAKE2B 
f8a35dcc1c0d9a40ec8d640b3cc2ee1f5e154b0f06507e0ef9ccbabdc05add2c00704e611932710a60f2b21730c8398e52be0cb142428de77eec304489591db9
 SHA512 
7e0bb33583ac4e89ea3cd7be5585cc00d9ac473d99d4e0862be1a74edb66cbd13661bd5d7787b60a945e302e33e190cc30a51df10d363e1af49002129f8e399f
 DIST stellarium_user_guide-0.21.3-1.pdf 31253904 BLAKE2B 
3e8a0395a29c2fac164379ea315cd21d102b2b400d9eeacdb37cf85f00816f0678edabb9b779db135f4c43ee4cfcc6307ee59f4a149aa33e878c11fe26551266
 SHA512 
83137fe09bdc279bec23b78694d5e1efe9238733f8adf2cb8ed7e37f0eee60b0475c4c93b5bc85a04b92a175284c24354c36b6a93014216387211c9b031cdf7c
+DIST stellarium_user_guide-0.22.1-1.pdf 36226017 BLAKE2B 
628c57f1efa6238e5c12588ed4b0532816e8708f16d40fad0d87f72550af5efa500ae0edbc20e243488c59dfc94b47efe588d47419e7d29b1fd6ff9e4cec5438
 SHA512 
07d965f5b45ac964bec401f14ee81322a17939e292390ebd040339c265ede4b652b37e9220696f13c093ea22e8a706b27b7d23d7357dffbe808c2538f8cee93d

diff --git 
a/sci-astronomy/stellarium/files/stellarium-0.22.1-unbundle-qtcompress.patch 
b/sci-astronomy/stellarium/files/stellarium-0.22.1-unbundle-qtcompress.patch
new file mode 100644
index ..41721046ed03
--- /dev/null
+++ b/sci-astronomy/stellarium/files/stellarium-0.22.1-unbundle-qtcompress.patch
@@ -0,0 +1,208 @@
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -614,6 +614,8 @@ ELSE(ENABLE_GPS)
+  MESSAGE(STATUS "GPS: disabled.")
+ ENDIF(ENABLE_GPS)
+ 
++find_package(Qt5Compress REQUIRED)
++
+ IF(USE_QTOPENGL)
+  # QtOpenGL module is deprecated. After merging the QOpenGLWidget branch, 
we don't use this module directly anymore,
+  # but the QtMultimediaWidgets module requires it internally, so we still 
have to package it.
+--- a/plugins/Satellites/src/CMakeLists.txt
 b/plugins/Satellites/src/CMakeLists.txt
+@@ -55,7 +55,7 @@ IF(ENABLE_TESTING)
+ ENDIF(ENABLE_TESTING)
+ 
+ ADD_LIBRARY(Satellites-static STATIC ${Satellites_SRCS} ${Satellites_RES_CXX} 
${SatellitesDialog_UIS_H})
+-TARGET_LINK_LIBRARIES(Satellites-static Qt5::Core Qt5::Network Qt5::Widgets)
++TARGET_LINK_LIBRARIES(Satellites-static Qt5::Core Qt5::Network Qt5::Widgets 
Qt5::Compress)
+ # The library target "Satellites-static" has a default OUTPUT_NAME of 
"Satellites-static", so change it.
+ SET_TARGET_PROPERTIES(Satellites-static PROPERTIES OUTPUT_NAME "Satellites")
+ IF(MSVC)
+--- a/plugins/Satellites/src/Satellites.cpp
 

[gentoo-commits] repo/gentoo:master commit in: sci-astronomy/stellarium/

2022-04-18 Thread Sam James
commit: e7480e99c42b68d631dc6c229231ec13202c92e9
Author: Matt Jolly  footclan  ninja>
AuthorDate: Sun Apr 17 13:16:13 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 18 20:29:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7480e99

sci-astronomy/stellarium: drop 0.21.2

Signed-off-by: Matt Jolly  footclan.ninja>
Closes: https://github.com/gentoo/gentoo/pull/25054
Signed-off-by: Sam James  gentoo.org>

 sci-astronomy/stellarium/Manifest |   2 -
 sci-astronomy/stellarium/stellarium-0.21.2.ebuild | 141 --
 2 files changed, 143 deletions(-)

diff --git a/sci-astronomy/stellarium/Manifest 
b/sci-astronomy/stellarium/Manifest
index f0b0166633f5..0492885198ac 100644
--- a/sci-astronomy/stellarium/Manifest
+++ b/sci-astronomy/stellarium/Manifest
@@ -3,11 +3,9 @@ DIST stars_5_2v0_1.cat 42580300 BLAKE2B 
eb6528c0577b3f2001a8b03cc5a4e08fa4e75723
 DIST stars_6_2v0_1.cat 148352404 BLAKE2B 
c605b284b3d768cb1619ada3f58d406fa7737f09949e8926d6c14b82a85927d124d7fcb50c6d6c357d21b003938cc0b28937f2adb28ae268bb5c85d575f5e0ff
 SHA512 
794279407595f44bbc1e492086063d98068bf332202a5448cd83dd7afbdcf7c6c3ff2878f3016369ebb5a98552874eb4eddb38e2c40e9a163c6231b640e02977
 DIST stars_7_2v0_1.cat 305710678 BLAKE2B 
1cc9b4a6bc35a9339e495f7e0da4f7e90a0e92b05b5de8599be1bbdd2a8053cbcec44b0e58bc9248364666db9cdf23449edf236e3f21fdc0e8f1a4a706afc919
 SHA512 
43b866eb793e8812c9d5502101a6c985d2055fb88bdbda274726bcd51e1527ecf342b22acd673318c9c8e88cac68eace18de8f27d29ffe64933fd32a5b84c5e3
 DIST stars_8_2v0_1.cat 559068934 BLAKE2B 
c040a369cdf6885759998e1315b554d21a5e2b9b149a67967a8af45606aebf57bec407fab5ce1904978af0dc529aa6bddd267331ca45f58617bbf56d5ca99dee
 SHA512 
06d4fa298b9dff8452f550377df99fcaa5e7107cfc7b75c9a4769b3cb6d97a822a54213c706102c1d7ef2dabc16df32a85f46b2f6d6c6f76a4e919353b739de4
-DIST stellarium-0.21.2.tar.gz 387061883 BLAKE2B 
74878961efb01088c5c7c3031d989e5db2e072890d01a37a8b40d30838d7ee06f440abcd8279f14677f12c42f29d129499cf2e73c0bd2e771f201007d123
 SHA512 
91f4e263bcda25ba356decc99f46a3e278be24bcab25519522deac0ed540205ab8320365bb40a56b7f231635bf5b026b4f87f00eeb68a26eab2b7e37d38567bf
 DIST stellarium-0.21.3.tar.gz 390176992 BLAKE2B 
9a6ba3ab6e1b0a61916c844d271bb2181f7b6482dfaaf24e9160dd00cec297e80fc2af167f77aaf248c4dcb358ff64c5cdc138626f37030529146f1e822813e8
 SHA512 
6553f0229f837742e8b9db2715ecb96d69fe46aa7f057d86fb2547540d86f2cb767ca4a6bb5ff18037642113b42fec3f2850e037275fc732aae63da8031bbd0e
 DIST stellarium-0.22.1.tar.gz 407700439 BLAKE2B 
7a01bf63892ab800988896748f44961832756cb993884ab1d45e454035db72d6494a536936ccc338f1c0322e20ec5b282a2c3764b77f1c16cf2ee47f1a57a979
 SHA512 
31d0294c78c3254261dd2a5e46022342f9f3046f920efd8e4f1353eecf79116f50a968479768c12a8419ed3f9182fd3694a78b5ea2ab27ad67e6ef6d17aaa137
 DIST stellarium-dso-catalog-3.13.dat 28683353 BLAKE2B 
6d7587f98ccb06a83e6befb1d569c9639170c8a430901c1c6098a86a33fe8934cd4454a87b51752636a15ab1a96fd3ebd77cbd5d9e4260436ec2e4e4795f98b0
 SHA512 
3880ec776798599640fb083b0c9ebbccadef44f640fb2214052161ddbeb06bf5b0babc0c31d9ac02aa40e52e290d4f5613c11a6dadd83fd61114dbfb49ebe855
 DIST stellarium-dso-catalog-3.15.dat 28683372 BLAKE2B 
c2ba23a6b169815ed20d97113887f663a9b730774cc2e8402e4149ff25b8d0107166c806814d3fb46ccc1f1859a901508f652234b8ddff3ea7d4710b21b65c93
 SHA512 
2f43696b093bcc35288b51fdacf89380ee878296fa596c10404c89004efbd08104e7d04e193499eed711ad7d13dd7fe8af805167e3b10d6b2c2b02fca42ad041
-DIST stellarium_user_guide-0.21.2-1.pdf 31351844 BLAKE2B 
f8a35dcc1c0d9a40ec8d640b3cc2ee1f5e154b0f06507e0ef9ccbabdc05add2c00704e611932710a60f2b21730c8398e52be0cb142428de77eec304489591db9
 SHA512 
7e0bb33583ac4e89ea3cd7be5585cc00d9ac473d99d4e0862be1a74edb66cbd13661bd5d7787b60a945e302e33e190cc30a51df10d363e1af49002129f8e399f
 DIST stellarium_user_guide-0.21.3-1.pdf 31253904 BLAKE2B 
3e8a0395a29c2fac164379ea315cd21d102b2b400d9eeacdb37cf85f00816f0678edabb9b779db135f4c43ee4cfcc6307ee59f4a149aa33e878c11fe26551266
 SHA512 
83137fe09bdc279bec23b78694d5e1efe9238733f8adf2cb8ed7e37f0eee60b0475c4c93b5bc85a04b92a175284c24354c36b6a93014216387211c9b031cdf7c
 DIST stellarium_user_guide-0.22.1-1.pdf 36226017 BLAKE2B 
628c57f1efa6238e5c12588ed4b0532816e8708f16d40fad0d87f72550af5efa500ae0edbc20e243488c59dfc94b47efe588d47419e7d29b1fd6ff9e4cec5438
 SHA512 
07d965f5b45ac964bec401f14ee81322a17939e292390ebd040339c265ede4b652b37e9220696f13c093ea22e8a706b27b7d23d7357dffbe808c2538f8cee93d

diff --git a/sci-astronomy/stellarium/stellarium-0.21.2.ebuild 
b/sci-astronomy/stellarium/stellarium-0.21.2.ebuild
deleted file mode 100644
index 081f54b46aa9..
--- a/sci-astronomy/stellarium/stellarium-0.21.2.ebuild
+++ /dev/null
@@ -1,141 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit cmake desktop flag-o-matic python-any-r1 xdg virtualx
-
-DESCRIPTION="3D photo-realistic skies in real time"

[gentoo-commits] repo/gentoo:master commit in: sci-astronomy/stellarium/files/, sci-astronomy/stellarium/

2022-04-18 Thread Sam James
commit: 027dc0a5290636d544eae044afbe4bbb6cdeac33
Author: Matt Jolly  footclan  ninja>
AuthorDate: Sun Apr 17 13:13:44 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 18 20:29:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=027dc0a5

sci-astronomy/stellarium: backport fix for segfault in star manager module

Signed-off-by: Matt Jolly  footclan.ninja>
Signed-off-by: Sam James  gentoo.org>

 ...ellarium-0.22.1-fix-star-manager-segfault.patch | 30 ++
 sci-astronomy/stellarium/stellarium-0.22.1.ebuild  |  1 +
 2 files changed, 31 insertions(+)

diff --git 
a/sci-astronomy/stellarium/files/stellarium-0.22.1-fix-star-manager-segfault.patch
 
b/sci-astronomy/stellarium/files/stellarium-0.22.1-fix-star-manager-segfault.patch
new file mode 100644
index ..7f8981a006e2
--- /dev/null
+++ 
b/sci-astronomy/stellarium/files/stellarium-0.22.1-fix-star-manager-segfault.patch
@@ -0,0 +1,30 @@
+This patch is required to fix a segfault on startup in <=0.22.1 if star 
catalogue files are
+added or removed (USE=stars)
+
+Refer: https://github.com/Stellarium/stellarium/issues/2404
+
+This patch may be safely removed for 0.22.2 - it has been patched upstream.
+
+--- a/src/core/modules/StarMgr.cpp
 b/src/core/modules/StarMgr.cpp
+@@ -592,13 +592,13 @@ void StarMgr::setCheckFlag(const QString& catId, bool b)
+   return;
+   m["checked"]=b;
+   catalogsDescription[idx-1]=m;
+-  starSettings["catalogs"]=catalogsDescription;
+-  QFile tmp(starConfigFileFullPath);
+-  if(tmp.open(QIODevice::WriteOnly))
+-  {
+-  StelJsonParser::write(starSettings, );
+-  tmp.close();
+-  }
++  }
++  starSettings["catalogs"]=catalogsDescription;
++  QFile tmp(starConfigFileFullPath);
++  if(tmp.open(QIODevice::WriteOnly))
++  {
++  StelJsonParser::write(starSettings, );
++  tmp.close();
+   }
+ }
+ 

diff --git a/sci-astronomy/stellarium/stellarium-0.22.1.ebuild 
b/sci-astronomy/stellarium/stellarium-0.22.1.ebuild
index 940b01d9d06d..1a8d4b878c4d 100644
--- a/sci-astronomy/stellarium/stellarium-0.22.1.ebuild
+++ b/sci-astronomy/stellarium/stellarium-0.22.1.ebuild
@@ -71,6 +71,7 @@ RESTRICT="!test? ( test )"
 PATCHES=(
"${FILESDIR}/stellarium-0.20.3-unbundle-indi.patch"
"${FILESDIR}/stellarium-0.20.3-unbundle-zlib.patch"
+   "${FILESDIR}/stellarium-0.22.1-fix-star-manager-segfault.patch"
"${FILESDIR}/stellarium-0.22.1-unbundle-qtcompress.patch"
 )
 



[gentoo-commits] repo/gentoo:master commit in: sci-astronomy/stellarium/

2022-04-18 Thread Sam James
commit: 552d245d9783a430f80b64d5112d5071bcf51d37
Author: Matt Jolly  footclan  ninja>
AuthorDate: Sun Apr 17 09:09:50 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 18 20:29:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=552d245d

sci-astronomy/stellarium: bump DSO to 3.15

Signed-off-by: Matt Jolly  footclan.ninja>
Signed-off-by: Sam James  gentoo.org>

 sci-astronomy/stellarium/Manifest | 1 +
 sci-astronomy/stellarium/stellarium-0.22.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/sci-astronomy/stellarium/Manifest 
b/sci-astronomy/stellarium/Manifest
index 56f135d83c3b..f0b0166633f5 100644
--- a/sci-astronomy/stellarium/Manifest
+++ b/sci-astronomy/stellarium/Manifest
@@ -7,6 +7,7 @@ DIST stellarium-0.21.2.tar.gz 387061883 BLAKE2B 
74878961efb01088c5c7c3031d989ccc
 DIST stellarium-0.21.3.tar.gz 390176992 BLAKE2B 
9a6ba3ab6e1b0a61916c844d271bb2181f7b6482dfaaf24e9160dd00cec297e80fc2af167f77aaf248c4dcb358ff64c5cdc138626f37030529146f1e822813e8
 SHA512 
6553f0229f837742e8b9db2715ecb96d69fe46aa7f057d86fb2547540d86f2cb767ca4a6bb5ff18037642113b42fec3f2850e037275fc732aae63da8031bbd0e
 DIST stellarium-0.22.1.tar.gz 407700439 BLAKE2B 
7a01bf63892ab800988896748f44961832756cb993884ab1d45e454035db72d6494a536936ccc338f1c0322e20ec5b282a2c3764b77f1c16cf2ee47f1a57a979
 SHA512 
31d0294c78c3254261dd2a5e46022342f9f3046f920efd8e4f1353eecf79116f50a968479768c12a8419ed3f9182fd3694a78b5ea2ab27ad67e6ef6d17aaa137
 DIST stellarium-dso-catalog-3.13.dat 28683353 BLAKE2B 
6d7587f98ccb06a83e6befb1d569c9639170c8a430901c1c6098a86a33fe8934cd4454a87b51752636a15ab1a96fd3ebd77cbd5d9e4260436ec2e4e4795f98b0
 SHA512 
3880ec776798599640fb083b0c9ebbccadef44f640fb2214052161ddbeb06bf5b0babc0c31d9ac02aa40e52e290d4f5613c11a6dadd83fd61114dbfb49ebe855
+DIST stellarium-dso-catalog-3.15.dat 28683372 BLAKE2B 
c2ba23a6b169815ed20d97113887f663a9b730774cc2e8402e4149ff25b8d0107166c806814d3fb46ccc1f1859a901508f652234b8ddff3ea7d4710b21b65c93
 SHA512 
2f43696b093bcc35288b51fdacf89380ee878296fa596c10404c89004efbd08104e7d04e193499eed711ad7d13dd7fe8af805167e3b10d6b2c2b02fca42ad041
 DIST stellarium_user_guide-0.21.2-1.pdf 31351844 BLAKE2B 
f8a35dcc1c0d9a40ec8d640b3cc2ee1f5e154b0f06507e0ef9ccbabdc05add2c00704e611932710a60f2b21730c8398e52be0cb142428de77eec304489591db9
 SHA512 
7e0bb33583ac4e89ea3cd7be5585cc00d9ac473d99d4e0862be1a74edb66cbd13661bd5d7787b60a945e302e33e190cc30a51df10d363e1af49002129f8e399f
 DIST stellarium_user_guide-0.21.3-1.pdf 31253904 BLAKE2B 
3e8a0395a29c2fac164379ea315cd21d102b2b400d9eeacdb37cf85f00816f0678edabb9b779db135f4c43ee4cfcc6307ee59f4a149aa33e878c11fe26551266
 SHA512 
83137fe09bdc279bec23b78694d5e1efe9238733f8adf2cb8ed7e37f0eee60b0475c4c93b5bc85a04b92a175284c24354c36b6a93014216387211c9b031cdf7c
 DIST stellarium_user_guide-0.22.1-1.pdf 36226017 BLAKE2B 
628c57f1efa6238e5c12588ed4b0532816e8708f16d40fad0d87f72550af5efa500ae0edbc20e243488c59dfc94b47efe588d47419e7d29b1fd6ff9e4cec5438
 SHA512 
07d965f5b45ac964bec401f14ee81322a17939e292390ebd040339c265ede4b652b37e9220696f13c093ea22e8a706b27b7d23d7357dffbe808c2538f8cee93d

diff --git a/sci-astronomy/stellarium/stellarium-0.22.1.ebuild 
b/sci-astronomy/stellarium/stellarium-0.22.1.ebuild
index 8ed916628542..2f9a8b8e8582 100644
--- a/sci-astronomy/stellarium/stellarium-0.22.1.ebuild
+++ b/sci-astronomy/stellarium/stellarium-0.22.1.ebuild
@@ -8,7 +8,7 @@ inherit cmake desktop flag-o-matic python-any-r1 xdg virtualx
 
 DESCRIPTION="3D photo-realistic skies in real time"
 HOMEPAGE="https://stellarium.org/;
-MY_DSO_VERSION="3.13"
+MY_DSO_VERSION="3.15"
 SRC_URI="

https://github.com/Stellarium/stellarium/releases/download/v${PV}/${P}.tar.gz
deep-sky? (



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

2022-04-18 Thread Sam James
commit: 37d4730b6c207e408150b7a69b818d9f869ca6cc
Author: Viorel Munteanu  gmail  com>
AuthorDate: Sun Apr 17 08:39:26 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 18 20:28:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37d4730b

app-backup/dar: drop 2.7.3

Signed-off-by: Viorel Munteanu  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/25056
Signed-off-by: Sam James  gentoo.org>

 app-backup/dar/Manifest |  1 -
 app-backup/dar/dar-2.7.3.ebuild | 91 -
 2 files changed, 92 deletions(-)

diff --git a/app-backup/dar/Manifest b/app-backup/dar/Manifest
index e2a60f3eeeb1..f702cf191c70 100644
--- a/app-backup/dar/Manifest
+++ b/app-backup/dar/Manifest
@@ -1,3 +1,2 @@
-DIST dar-2.7.3.tar.gz 2398624 BLAKE2B 
9d34d233968efcd390db6a1afa1bb93477b6dcbb4bb8c6beb315e927f7ae624bdf23b77f32233a63e3ddd437701fbbd1ee19e5c7ab4f0366ef7e646bacdab46c
 SHA512 
a8a930cd39cae66199e402e61fc48609fe22b821c12407ab7922b8bc8f43f9b11b2f0732baf8198b41d193442a1f82d18536a0d6a7fd7282aaed3600342c7d48
 DIST dar-2.7.4.tar.gz 2404731 BLAKE2B 
a3b8cb2049f1b12048023916e2951ca9efc57791afa62df58ceb796f69503c9d2795e0b6e11f2b3efdde51f2e0f78e972a7e08742f2278f92231db94a21dfbbe
 SHA512 
fcdf222c4244d02797dff06797a67baefd1b7bdd409ed09da05e23430b025b1cc66ee98e85aa43b481ec3d17a84b7c2bbcebe4c8f23a2a480146845d3da93477
 DIST dar-2.7.5.tar.gz 2404076 BLAKE2B 
2887629cecf069cfb5063132299279b8be985785485c6f04a8389dfd4930f00b073b421fbb17915d69f5efd46ebb4c3d371c10d3936bfb16d82a191218af350d
 SHA512 
a4e01dce8a078ba81b3032a1910d75f0f59a23511246f570a50ade135f49f11e522ed8916a947aece1799dcd1d37308ba6e4a009313b80d6a1561698c3d5623a

diff --git a/app-backup/dar/dar-2.7.3.ebuild b/app-backup/dar/dar-2.7.3.ebuild
deleted file mode 100644
index 86e173b25733..
--- a/app-backup/dar/dar-2.7.3.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit flag-o-matic
-
-DESCRIPTION="A full featured backup tool, aimed for disks"
-HOMEPAGE="http://dar.linux.free.fr/;
-SRC_URI="mirror://sourceforge/dar/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86 ~amd64-linux"
-IUSE="argon2 curl dar32 dar64 doc gcrypt gpg lz4 lzo nls rsync threads xattr"
-
-REQUIRED_USE="?? ( dar32 dar64 )
-   gpg? ( gcrypt )"
-
-RESTRICT="test" # need to be run as root
-
-RDEPEND="
-   app-arch/bzip2:=
-   app-arch/xz-utils
-   app-arch/zstd:=
-   sys-libs/libcap
-   >=sys-libs/zlib-1.2.3:=
-   argon2? ( app-crypt/argon2:= )
-   curl? ( net-misc/curl )
-   gcrypt? (
-   dev-libs/libgcrypt:0=
-   dev-libs/libgpg-error
-   )
-   gpg? ( app-crypt/gpgme:= )
-   lz4? ( app-arch/lz4:= )
-   lzo? ( dev-libs/lzo:2 )
-   nls? ( virtual/libintl )
-   rsync? ( net-libs/librsync:= )
-   threads? ( dev-libs/libthreadar )
-   xattr? ( sys-apps/attr )
-"
-
-DEPEND="${RDEPEND}"
-
-BDEPEND="
-   doc? ( app-doc/doxygen )
-   nls? ( sys-devel/gettext )
-"
-
-src_configure() {
-   # configure.ac is totally funked up regarding the AC_ARG_ENABLE
-   # logic.
-   # For example "--enable-dar-static" causes configure to DISABLE
-   # static builds of dar.
-   # Do _not_ use $(use_enable) until you have verified that the
-   # logic has been fixed by upstream.
-   local myconf=(
-   --disable-dar-static
-   --disable-python-binding
-   --disable-upx
-   $(usev !argon2 --disable-libargon2-linking)
-   $(usev !curl --disable-libcurl-linking)
-   $(usev dar32 --enable-mode=32)
-   $(usev dar64 --enable-mode=64)
-   $(usev !doc --disable-build-html)
-   $(usev !gcrypt --disable-libgcrypt-linking)
-   $(usev !gpg --disable-gpgme-linking)
-   $(usev !lz4 --disable-liblz4-linking)
-   $(usev !lzo --disable-liblzo2-linking)
-   $(usev !nls --disable-nls)
-   $(usev !rsync --disable-librsync-linking)
-   $(usev !threads --disable-threadar)
-   $(usev !xattr --disable-ea-support)
-   )
-
-   # Bug 103741
-   filter-flags -fomit-frame-pointer
-
-   econf "${myconf[@]}"
-}
-
-src_install() {
-   emake DESTDIR="${D}" pkgdatadir="${EPREFIX}"/usr/share/doc/${PF}/html 
install
-
-   einstalldocs
-
-   find "${ED}" -name "*.la" -delete || die
-
-   # Bug 729150
-   rm "${ED}/usr/share/doc/${PF}/html/samples/MyBackup.sh.tar.gz" || die
-}



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

2022-04-18 Thread Sam James
commit: a80aafd116d695fee49e32cc575edfcea47b9e8e
Author: Denis Pronin  yandex  ru>
AuthorDate: Sat Mar 19 10:08:42 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 18 20:28:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a80aafd1

sys-apps/i2c-tools: add python 3.10

enabled opportunity for a user to use python-3.10 for
sys-apps/i2c-tools-4.2

Signed-off-by: Denis Pronin  yandex.ru>
Closes: https://github.com/gentoo/gentoo/pull/24657
Signed-off-by: Sam James  gentoo.org>

 sys-apps/i2c-tools/i2c-tools-4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/i2c-tools/i2c-tools-4.2.ebuild 
b/sys-apps/i2c-tools/i2c-tools-4.2.ebuild
index 7372aa58066c..246cc0d212b5 100644
--- a/sys-apps/i2c-tools/i2c-tools-4.2.ebuild
+++ b/sys-apps/i2c-tools/i2c-tools-4.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{3_7,3_8,3_9} )
+PYTHON_COMPAT=( python3_{8,9,10} )
 DISTUTILS_OPTIONAL="1"
 
 inherit distutils-r1 flag-o-matic toolchain-funcs



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/gtest/files/

2022-04-18 Thread Sam James
commit: 482e7cfce9dff16b7457c507accbc7e7dcf8ed6c
Author: Peter Levine  gmail  com>
AuthorDate: Mon Apr 18 06:17:10 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 18 20:28:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=482e7cfc

dev-cpp/gtest: fix testcase failure with musl

Empirically, "getpagesize() * 12" instead of "getpagesize() * 10"
appears to be enough to memory to stave off a stack overflow when built
against musl libc.

Closes: https://bugs.gentoo.org/834068
Closes: https://github.com/gentoo/gentoo/pull/25073
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Peter Levine  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 .../gtest/files/gtest-1.10.0_p20200702-increase-clone-stack-size.patch | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/dev-cpp/gtest/files/gtest-1.10.0_p20200702-increase-clone-stack-size.patch 
b/dev-cpp/gtest/files/gtest-1.10.0_p20200702-increase-clone-stack-size.patch
index 3e06777ac9a9..0c47681ba347 100644
--- a/dev-cpp/gtest/files/gtest-1.10.0_p20200702-increase-clone-stack-size.patch
+++ b/dev-cpp/gtest/files/gtest-1.10.0_p20200702-increase-clone-stack-size.patch
@@ -1,4 +1,5 @@
 Bug: https://bugs.gentoo.org/692464
+ https://bugs.gentoo.org/834068
 
 --- a/googletest/src/gtest-death-test.cc
 +++ b/googletest/src/gtest-death-test.cc
@@ -7,7 +8,7 @@ Bug: https://bugs.gentoo.org/692464
if (!use_fork) {
  static const bool stack_grows_down = StackGrowsDown();
 -const auto stack_size = static_cast(getpagesize() * 2);
-+const auto stack_size = static_cast(getpagesize() * 10);
++const auto stack_size = static_cast(getpagesize() * 12);
  // MMAP_ANONYMOUS is not defined on Mac, so we use MAP_ANON instead.
  void* const stack = mmap(NULL, stack_size, PROT_READ | PROT_WRITE,
   MAP_ANON | MAP_PRIVATE, -1, 0);



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/gtest/

2022-04-18 Thread Sam James
commit: 93aaee19fa2d3059ba4e73683bb2bedb1198
Author: Peter Levine  gmail  com>
AuthorDate: Mon Apr 18 06:07:16 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 18 20:28:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93aaee19

dev-cpp/gtest: remove redundant ebuild

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

 dev-cpp/gtest/Manifest  |  1 -
 dev-cpp/gtest/gtest-1.10.0_p20200702.ebuild | 80 -
 2 files changed, 81 deletions(-)

diff --git a/dev-cpp/gtest/Manifest b/dev-cpp/gtest/Manifest
index 3b3e722caa7d..cb7e7695b146 100644
--- a/dev-cpp/gtest/Manifest
+++ b/dev-cpp/gtest/Manifest
@@ -1,2 +1 @@
-DIST gtest-1.10.0_p20200702.tar.gz 866900 BLAKE2B 
c162d47868583ba270675abe5df935b8f4b9a9c00dbdc80dd88afa7f2b98266640b32b2ea5e8f9f6d6227196b5d2f79dbfda4e9585106224e814cc1503cf777d
 SHA512 
715d887b59b47d4691c7c90ef0cf0ffc3d1e758e500263c76b50fd506e90a9d1c390af745933cfe3f55e1edac5d72dccedef3cb9a50b71a5b796424471a3017b
 DIST gtest-1.11.0.tar.gz 886330 BLAKE2B 
d11fdd485f292d96508cbc27a9a444ab69b86571cc594298fd3f0e6d4bd8d6ec20dea848fe11be165d34054b2251ad377f0930f852914feaa1416ff156986a9c
 SHA512 
6fcc7827e4c4d95e3ae643dd65e6c4fc0e3d04e1778b84f6e06e390410fe3d18026c131d828d949d2f20dde6327d30ecee24dcd3ef919e21c91e010d149f3a28

diff --git a/dev-cpp/gtest/gtest-1.10.0_p20200702.ebuild 
b/dev-cpp/gtest/gtest-1.10.0_p20200702.ebuild
deleted file mode 100644
index 58067c7a096b..
--- a/dev-cpp/gtest/gtest-1.10.0_p20200702.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# Python is required for tests and some build tasks.
-PYTHON_COMPAT=( python3_{8..10} )
-
-CMAKE_ECLASS=cmake
-inherit cmake-multilib python-any-r1
-
-GOOGLETEST_COMMIT=aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e
-
-if [[ ${PV} == "" ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/google/googletest;
-else
-   if [[ -z ${GOOGLETEST_COMMIT} ]]; then
-   URI_PV=v${MY_PV:-${PV}}
-   else
-   URI_PV=${MY_PV:=${GOOGLETEST_COMMIT}}
-   fi
-   SRC_URI="https://github.com/google/googletest/archive/${URI_PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-   S="${WORKDIR}"/googletest-${MY_PV}
-fi
-
-DESCRIPTION="Google C++ Testing Framework"
-HOMEPAGE="https://github.com/google/googletest;
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="doc examples test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="test? ( ${PYTHON_DEPS} )"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-1.10.0_p20200702-increase-clone-stack-size.patch
-)
-
-pkg_setup() {
-   use test && python-any-r1_pkg_setup
-}
-
-src_prepare() {
-   cmake_src_prepare
-
-   sed -i -e '/set(cxx_base_flags /s:-Werror::' \
-   googletest/cmake/internal_utils.cmake || die "sed failed!"
-}
-
-multilib_src_configure() {
-   local mycmakeargs=(
-   -DBUILD_GMOCK=ON
-   -DINSTALL_GTEST=ON
-
-   # tests
-   -Dgmock_build_tests=$(usex test)
-   -Dgtest_build_tests=$(usex test)
-   -DPYTHON_EXECUTABLE="${PYTHON}"
-   )
-   cmake_src_configure
-}
-
-multilib_src_install_all() {
-   einstalldocs
-
-   if use doc; then
-   docinto googletest
-   dodoc -r googletest/docs/.
-   docinto googlemock
-   dodoc -r googlemock/docs/.
-   fi
-
-   if use examples; then
-   docinto examples
-   dodoc googletest/samples/*.{cc,h}
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: x11-base/xwayland/files/, x11-base/xwayland/

2022-04-18 Thread Piotr Karbowski
commit: 7267981751efbc38cef7d90bc1fb0f857b42648a
Author: Piotr Karbowski  gentoo  org>
AuthorDate: Mon Apr 18 20:25:29 2022 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Mon Apr 18 20:26:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72679817

x11-base/xwayland: added live ebuild.

Closes: https://bugs.gentoo.org/801478
Signed-off-by: Piotr Karbowski  gentoo.org>

 ...yland-drop-redundantly-installed-files_v2.patch |  30 ++
 x11-base/xwayland/xwayland-.ebuild | 104 +
 2 files changed, 134 insertions(+)

diff --git 
a/x11-base/xwayland/files/xwayland-drop-redundantly-installed-files_v2.patch 
b/x11-base/xwayland/files/xwayland-drop-redundantly-installed-files_v2.patch
new file mode 100644
index ..ea765d3dcfcd
--- /dev/null
+++ b/x11-base/xwayland/files/xwayland-drop-redundantly-installed-files_v2.patch
@@ -0,0 +1,30 @@
+diff --git a/dix/meson.build b/dix/meson.build
+index fbbcf8646..15ca7d3b0 100644
+--- a/dix/meson.build
 b/dix/meson.build
+@@ -57,8 +57,3 @@ libxserver_main = static_library('libxserver_main',
+ include_directories: inc,
+ dependencies: common_dep,
+ )
+-
+-install_data(
+-'protocol.txt',
+-install_dir: serverconfigdir,
+-)
+diff --git a/meson.build b/meson.build
+index db1d63f3e..b9cef5a56 100644
+--- a/meson.build
 b/meson.build
+@@ -806,12 +806,6 @@ if host_machine.system() != 'windows'
+ subdir('test')
+ endif
+ 
+-install_man(configure_file(
+-input: 'man/Xserver.man',
+-output: 'Xserver.1',
+-configuration: manpage_config,
+-))
+-
+ if build_xorg
+ sdkconfig = configuration_data()
+ awk = find_program('awk')

diff --git a/x11-base/xwayland/xwayland-.ebuild 
b/x11-base/xwayland/xwayland-.ebuild
new file mode 100644
index ..dae6cf880e98
--- /dev/null
+++ b/x11-base/xwayland/xwayland-.ebuild
@@ -0,0 +1,104 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/xserver.git;
+   inherit git-r3
+else
+   
SRC_URI="https://xorg.freedesktop.org/archive/individual/xserver/${P}.tar.xz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+fi
+
+DESCRIPTION="Standalone X server running under Wayland"
+HOMEPAGE="https://wayland.freedesktop.org/xserver.html;
+
+IUSE="selinux video_cards_nvidia unwind xcsecurity"
+
+LICENSE="MIT"
+SLOT="0"
+
+COMMON_DEPEND="
+   dev-libs/libbsd
+   dev-libs/openssl:=
+   >=dev-libs/wayland-1.20
+   >=dev-libs/wayland-protocols-1.22
+   media-fonts/font-util
+   >=media-libs/libepoxy-1.5.4[X,egl(+)]
+   media-libs/libglvnd[X]
+   >=media-libs/mesa-21.1[X(+),egl(+),gbm(+)]
+   >=x11-libs/libdrm-2.4.89
+   >=x11-libs/libXau-1.0.4
+   x11-libs/libxcvt
+   >=x11-libs/libXdmcp-1.0.2
+   >=x11-libs/libXfont2-2.0.1
+   x11-libs/libxkbfile
+   >=x11-libs/libxshmfence-1.1
+   >=x11-libs/pixman-0.27.2
+   >=x11-misc/xkeyboard-config-2.4.1-r3
+
+   unwind? ( sys-libs/libunwind )
+   video_cards_nvidia? ( gui-libs/egl-wayland )
+"
+DEPEND="
+   ${COMMON_DEPEND}
+   x11-base/xorg-proto
+   >=x11-libs/xtrans-1.3.5
+"
+RDEPEND="
+   ${COMMON_DEPEND}
+   x11-apps/xkbcomp
+   !<=x11-base/xorg-server-1.20.11
+   selinux? ( sec-policy/selinux-xserver )
+"
+BDEPEND="
+   sys-devel/flex
+   dev-util/wayland-scanner
+"
+
+PATCHES=(
+   "${FILESDIR}"/xwayland-drop-redundantly-installed-files_v2.patch
+)
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use selinux xselinux)
+   $(meson_use unwind libunwind)
+   $(meson_use xcsecurity)
+   $(meson_use video_cards_nvidia xwayland_eglstream)
+   -Ddpms=true
+   -Ddri3=true
+   -Ddrm=true
+   -Ddtrace=false
+   -Dglamor=true
+   -Dglx=true
+   -Dipv6=true
+   -Dsecure-rpc=false
+   -Dscreensaver=true
+   -Dsha1=libcrypto
+   -Dxace=true
+   -Dxdmcp=true
+   -Dxinerama=true
+   -Dxvfb=true
+   -Dxv=true
+   -Dxwayland-path="${EPREFIX}"/usr/bin
+   -Ddocs=false
+   -Ddevel-docs=false
+   -Ddocs-pdf=false
+   -Dxorg=false
+   -Dxnest=false
+   -Dxvfb=false
+   -Dxwayland=true
+   )
+
+   meson_src_configure
+}
+
+src_install() {
+   dosym ../bin/Xwayland /usr/libexec/Xwayland
+
+   meson_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: dev-lua/lua-term/

2022-04-18 Thread Conrad Kostecki
commit: 81fb25e7c01ac4d6855b86f4d823956ed34f1fa7
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Mon Apr 18 20:16:11 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Apr 18 20:19:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81fb25e7

dev-lua/lua-term: add fPIC

Closes: https://bugs.gentoo.org/829681
Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-lua/lua-term/{lua-term-0.7-r1.ebuild => lua-term-0.7-r2.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lua/lua-term/lua-term-0.7-r1.ebuild 
b/dev-lua/lua-term/lua-term-0.7-r2.ebuild
similarity index 95%
rename from dev-lua/lua-term/lua-term-0.7-r1.ebuild
rename to dev-lua/lua-term/lua-term-0.7-r2.ebuild
index e0d517af..5fb52c4915e1 100644
--- a/dev-lua/lua-term/lua-term-0.7-r1.ebuild
+++ b/dev-lua/lua-term/lua-term-0.7-r2.ebuild
@@ -36,7 +36,7 @@ lua_src_compile() {
 
local myemakeargs=(
"CC=$(tc-getCC)"
-   "CFLAGS=${CFLAGS} ${LDFLAGS} $(lua_get_CFLAGS)"
+   "CFLAGS=${CFLAGS} -fPIC ${LDFLAGS} $(lua_get_CFLAGS)"
)
 
emake "${myemakeargs[@]}" all



[gentoo-commits] repo/gentoo:master commit in: dev-lua/luaposix/

2022-04-18 Thread Conrad Kostecki
commit: 4cebb635558d57be86abd2d35f2bd44678b7ded5
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Mon Apr 18 20:10:52 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Apr 18 20:19:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cebb635

dev-lua/luaposix: add myself as co-maint

Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-lua/luaposix/metadata.xml | 26 +++---
 1 file changed, 15 insertions(+), 11 deletions(-)

diff --git a/dev-lua/luaposix/metadata.xml b/dev-lua/luaposix/metadata.xml
index 69f0127daebd..6268cdd77d0a 100644
--- a/dev-lua/luaposix/metadata.xml
+++ b/dev-lua/luaposix/metadata.xml
@@ -1,15 +1,19 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-azamat.hacki...@gmail.com
-Azamat H. Hackimov
-  
-  
-proxy-ma...@gentoo.org
-Proxy Maintainers
-  
-  
-luaposix/luaposix
-  
+   
+   azamat.hacki...@gmail.com
+   Azamat H. Hackimov
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   conik...@gentoo.org
+   Conrad Kostecki
+   
+   
+   luaposix/luaposix
+   
 



[gentoo-commits] repo/gentoo:master commit in: dev-lua/luaposix/

2022-04-18 Thread Conrad Kostecki
commit: f6ac2ea937f32c657851b826f857c00a3570733e
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Mon Apr 18 20:12:49 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Apr 18 20:19:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6ac2ea9

dev-lua/luaposix: drop 35.0-r103

Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-lua/luaposix/Manifest  |  1 -
 dev-lua/luaposix/luaposix-35.0-r103.ebuild | 79 --
 2 files changed, 80 deletions(-)

diff --git a/dev-lua/luaposix/Manifest b/dev-lua/luaposix/Manifest
index 217c57beffbf..af22000bf0c9 100644
--- a/dev-lua/luaposix/Manifest
+++ b/dev-lua/luaposix/Manifest
@@ -1,2 +1 @@
-DIST luaposix-35.0.tar.gz 178091 BLAKE2B 
b2d2ca01f18f0e98b45008919fc886e05d2cad034c84e870900c33891dd5867d9bc7aa8deae06c3f3f0852db902c1e766e693162b32ed474eb710b379bf9e3ed
 SHA512 
4bb61892b78d9e59418a9a6360b9f611fb9b5438b9261a2c6672f053a1b21dfd9a2060b8d2f0d3eac6185773cf84672c1769c081c4ab53d2ddae2232e4a9269b
 DIST luaposix-35.1.tar.gz 180002 BLAKE2B 
fc48ae91c31968cb92ea9818148f135e16e2bacac10265cbfa43539c34a934c4eb636417b820ce3b0b3724fecbf27a860c6b481749d339b009fc01b6f81e6277
 SHA512 
f2c36bf69c0d73b4a2c6ab0915f81473addce427c22e82e2d1c334016dec7fecb4365fc980fa6adb0de21ad1a60bc75b73f58579e8a423990ad2067c9ae37775

diff --git a/dev-lua/luaposix/luaposix-35.0-r103.ebuild 
b/dev-lua/luaposix/luaposix-35.0-r103.ebuild
deleted file mode 100644
index a92fac063f8e..
--- a/dev-lua/luaposix/luaposix-35.0-r103.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-LUA_COMPAT=( lua5-{1..4} luajit )
-
-inherit lua toolchain-funcs
-
-DESCRIPTION="Bindings for POSIX APIs"
-HOMEPAGE="https://luaposix.github.io/luaposix/ 
https://github.com/luaposix/luaposix;
-SRC_URI="https://github.com/luaposix/luaposix/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
-
-IUSE="doc"
-REQUIRED_USE="${LUA_REQUIRED_USE}"
-
-# Requires specl, which is not in the tree yet
-RESTRICT="test"
-
-DEPEND="${LUA_DEPS}
-   virtual/libcrypt:=
-"
-RDEPEND="${DEPEND}
-   lua_targets_lua5-1? ( dev-lua/lua-bit32[lua_targets_lua5-1(-)] )
-   lua_targets_luajit? ( dev-lua/lua-bit32[lua_targets_luajit(-)] )
-"
-BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
-   default
-
-   # Temporary fix for respect LDFLAGS (#739050)
-   # Fixed in luke 0.2.1
-   sed -i -e "s:c_module,libdirs:c_module,'\$LDFLAGS',libdirs:g" \
-   build-aux/luke || die
-
-   lua_copy_sources
-}
-
-lua_src_compile() {
-   pushd "${BUILD_DIR}" || die
-
-   # LDOC=true means disable ldoc update documentation
-   ./build-aux/luke --verbose package="${PN}" version="${PV}" \
-   LDOC=true \
-   PREFIX="${ED}/usr" \
-   INST_LIBDIR="${ED}/$(lua_get_cmod_dir)" \
-   INST_LUADIR="${ED}/$(lua_get_lmod_dir)" \
-   LUA_INCDIR="${EPREFIX}/$(lua_get_include_dir)" \
-   CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" CC="$(tc-getCC)" || die
-
-   popd || die
-}
-
-src_compile() {
-   lua_foreach_impl lua_src_compile
-}
-
-lua_src_install() {
-   pushd "${BUILD_DIR}" || die
-
-   ./build-aux/luke install \
-   LDOC=true \
-   PREFIX="${ED}/usr" \
-   INST_LIBDIR="${ED}/$(lua_get_cmod_dir)" \
-   INST_LUADIR="${ED}/$(lua_get_lmod_dir)" \
-   || die
-
-   popd || die
-}
-
-src_install() {
-   lua_foreach_impl lua_src_install
-   dodoc {NEWS,README}.md
-   use doc && dodoc -r doc
-}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/git/

2022-04-18 Thread Lars Wendler
commit: bf30888dec1d7a6ba3734b3d14fd8bcf04c936f2
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Apr 18 20:01:37 2022 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Apr 18 20:09:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf30888d

dev-vcs/git: Bump to version 2.36.0. Removed old

Signed-off-by: Lars Wendler  gentoo.org>

 dev-vcs/git/Manifest | 6 +++---
 dev-vcs/git/{git-2.36.0_rc2.ebuild => git-2.36.0.ebuild} | 0
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-vcs/git/Manifest b/dev-vcs/git/Manifest
index 0e5ccc3424a1..67d73c524d99 100644
--- a/dev-vcs/git/Manifest
+++ b/dev-vcs/git/Manifest
@@ -4,18 +4,18 @@ DIST git-2.34.1.tar.xz 6623760 BLAKE2B 
9b5d7a450ec495898bcc0e1f6ae87c0ad102d039c
 DIST git-2.35.1.tar.xz 6874520 BLAKE2B 
028ff97b47748871da145720d0d258a0dcf4acc60b10c787dee5703fcab5f6e621c5671ee9e7a25009e82a2830400f35fa232d88c62606a6687260c744680025
 SHA512 
926c6813ef61931e1a1c43dfd7b15e20dc5878c1752876bd08f039249c9ed09f20f096b2f01947de9c9522c942e9fa8c1363d7d31a488bbe3f93c0cff31fcbcb
 DIST git-2.35.2.tar.xz 6876028 BLAKE2B 
2d59f0ef195770b3bd57ef8160ab24da5e14025316bb0cce30048116c71e9c45f0818a12a95a84f680071454ef80e3071b615c64a165771c1c8720c20ff4dba8
 SHA512 
fac143daf547f4f1952101bc0006b53ac50c1741394a8c75dc517f595ce58b183c7daabcb23a7f9fc87fe22250e298441b0b7cc7af93820110877d65c036b76a
 DIST git-2.35.3.tar.xz 6876328 BLAKE2B 
f584e9d94d167ba19bd2a00377f04eb4edf69cddbd2993a324178338b2e20e7fd126b51882ac7c7914c5118d0eab1ff9beddeb96a901a18fdfe027e21351ab61
 SHA512 
c92f8663988c57702bb5ee542ac8f36e8a43d377d16106ee462ce0b0a575b9d51baaafc654bf1821fbea2fe476ffd64d7fb87084c7de4dd8065b01d5083492c5
-DIST git-2.36.0.rc2.tar.xz 6960596 BLAKE2B 
72373db94576a96aafacf3eb63c2041ca0577c647e07d2f23187b29507245fbf5f5a000726d6d61037be14b762f3bebbee1b2997ac4bf265ddf840c2e6c91055
 SHA512 
dfdd49fc7d25c6e2c4291afd5e9c234f4180226d9219cb6e70328dfdeb585a982a2f3b375ede578570825fff9f68ea126b3342512644906dc4333f9f953fe4a3
+DIST git-2.36.0.tar.xz 7003024 BLAKE2B 
72bb148fc5fded2976554788eaf599d20fe9f200ac1dd1ddd4ed89f7f5c8d6c1025907080620bab477b4efadf41d883e890dff73c80d0ff5f0becd83f13ebd88
 SHA512 
dce0d7dbe684af070271830a01bf1b9cc289182f5106f6e3303b1b3a0d5dc74bebf6ac0174373db05a28f5acc62acb095bc9385dabeeecc1d6e8567dce29b766
 DIST git-htmldocs-2.32.0.tar.xz 1381664 BLAKE2B 
d1b47aa99d32a252fd20df26eff44a558044f3a389379b161bb43621eb28375eb0621969849a31938ba7fc9fc58b140d27d703559ea5735d0a0ffd2e93cd9692
 SHA512 
12b84e342f0d19afe385ab8a685ae625e86c3295d1555992e0c427b361aa2cdfc89a679e7dbc468d3568a325dafbf699468aadcdb02f93e372eff3dd96a7cf7f
 DIST git-htmldocs-2.33.1.tar.xz 1396744 BLAKE2B 
cbd65cf08fc7ea466fcd72820ba3e2135ade37f69c436a4ee7276dc71fb62f6270b71e2f46d981f5681a0fd3c30613d61680c2ef2460d0d7d292f7455e114128
 SHA512 
5b856b919067e1f644539d43a85aab6f602537ea0970b6248b471e3fa6756a8494f0525a69d22ad3795fcf9e106ff8439e0f6716ba0b8c895d7aad8c59e5bd74
 DIST git-htmldocs-2.34.1.tar.xz 1406464 BLAKE2B 
6ee2f58df3c1622d96ac4b1a70d4dc3d0c973635774dd6bb89fea3e502dd82d99d676e2f9cb33c14c429c3d4680cd6020213154099b3f7fe71ad67602ca9bc6c
 SHA512 
cf9fa952d43e477528deece9f22d1bb63fa50b3a831fae20812c6af31c1dbaf193abe2fed48ac9966bcf1787442ceed19f00c00e524a1911f0ea31952a52fc8f
 DIST git-htmldocs-2.35.1.tar.xz 1410148 BLAKE2B 
68c3d12341271b861f42135bd4bd6e68ebcc6466931d383378b49aac42f77187f3fadc237974349cb0b50e4c5fb7a8ab185114341dd3012d159e420405d9ef91
 SHA512 
52a40644a7cd38caddecc43182863ca2f456644fff918ed4c8f826cbf269352c73d6bdc9119d25fcf537bc2fa38750791013329e4b0e32c8d14f0769dab85804
 DIST git-htmldocs-2.35.2.tar.xz 1411248 BLAKE2B 
d4f318f6277015bb6aef3a556bbf7a9a6b02a7cf2f1ed696bb730b6a5fb32fe3dbdf01cf1737e2931f182bf451589349de53e7d02a868d40b013018973c5fe89
 SHA512 
118576bfeafd92b8b0dd92318504d74341a003358d937545c16fefcfde6b956fbaee0601e50b9a21719d2575a5a37585e36628b4ade8e42d9d0fec4ae616eaa0
 DIST git-htmldocs-2.35.3.tar.xz 1411664 BLAKE2B 
c7d849b9573a257de47fc8d654f7f791d21917cf65315b4ae6909ba2ebbe90970bc9e6c9949266913b1e529e662bfc375acee26ebf9304162eeccc87ce3da067
 SHA512 
52b97dab838fff1a865ae4d449fbb77fbac3c528666d1b936c73bffac856f16583d1b182379bc4e6851f78bccab519c3ea7e5902fc502b2e8ab7bb85043c7eea
-DIST git-htmldocs-2.36.0.rc2.tar.xz 1425784 BLAKE2B 
9fe3f1e24c063776bb84fdbea6e624dc1c6ea22e88602dbcb3879861610bb75c497b93c6a795041c2da55829345682312fbb3a513359abe67c5ad056b332cca3
 SHA512 
cd7dfe6169e2c4818a4aa9bd561b564a4ef9e1c199301e55ddc11bb8608e6195a9258aea7b90d6e512dd99c38997ff0c3bf847f02740d8f60261d685aec8f042
+DIST git-htmldocs-2.36.0.tar.xz 1426148 BLAKE2B 
ba121e8f7d6a232f3df2b5a50c0f4a798c80808562c710f306f26fa79c124e5e1580c0626a2fce04f4a17b96d40a2683809550f37028cbc436b359de91100599
 SHA512 
62ee14c2f1ff34c0fbdf281ea2bb08bf6a24850d1d8dc68ffb12ae15e343c167ac869559395769fb352bd441baa8f2d45d696923a04e2f04bca921c990d75a9d
 DIST git-manpages-2.32.0.tar.xz 491868 BLAKE2B 

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

2022-04-18 Thread Conrad Kostecki
commit: c4dae5b31b45f0f0f0c41f2e19cb1817ff1a45bd
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Mon Apr 18 20:07:45 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Apr 18 20:07:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4dae5b3

sys-apps/edid-decode: amd64 stable

Signed-off-by: Conrad Kostecki  gentoo.org>

 sys-apps/edid-decode/edid-decode-0_pre20220319.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/edid-decode/edid-decode-0_pre20220319.ebuild 
b/sys-apps/edid-decode/edid-decode-0_pre20220319.ebuild
index 4e2a8c135680..05982ba38ee4 100644
--- a/sys-apps/edid-decode/edid-decode-0_pre20220319.ebuild
+++ b/sys-apps/edid-decode/edid-decode-0_pre20220319.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://git.linuxtv.org/edid-decode.git/;
 SRC_URI="https://dev.gentoo.org/~conikost/files/${P}.tar.gz;
 S="${WORKDIR}/${MY_P}"
 
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 LICENSE="MIT"
 SLOT="0"
 IUSE="examples"



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

2022-04-18 Thread Conrad Kostecki
commit: 0d935f1acb7f41501cceeb2e9643fa18218b830e
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Mon Apr 18 20:08:35 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Apr 18 20:08:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d935f1a

sys-apps/edid-decode: drop 0_pre20211012

Signed-off-by: Conrad Kostecki  gentoo.org>

 sys-apps/edid-decode/Manifest  |  1 -
 .../edid-decode/edid-decode-0_pre20211012.ebuild   | 34 --
 2 files changed, 35 deletions(-)

diff --git a/sys-apps/edid-decode/Manifest b/sys-apps/edid-decode/Manifest
index f631576b369c..735a1ce1e713 100644
--- a/sys-apps/edid-decode/Manifest
+++ b/sys-apps/edid-decode/Manifest
@@ -1,2 +1 @@
-DIST edid-decode-0_pre20211012.tar.gz 130090 BLAKE2B 
22fcfeee726cf33c22ebeac38648145735d493fa211ef5e8536198549ea80e31fa676a9aa4c55db21019f255426be67a1123524ffa92f44e1a7efa541c8ea24f
 SHA512 
276047a626569e0fc3e8a21764cc580a0b9fb210be1c924cf8a7bec34a436f0cfab5d84b324cb31723bced66ce44e08f99ae58a2c5b09dc2bc4b8084114b915b
 DIST edid-decode-0_pre20220319.tar.gz 135715 BLAKE2B 
3ca70f7147463ec586d9b28e4e68327c5b2e8075dcf6f57f0be40288f87a4b49899865421b3d3ca7e7d38926befc53094250b2953cd2b33b686f5cd878cc
 SHA512 
5f3f285b898ae1a47abf06e787e097c8aebb558e3efbc6e80bdd4ed5505ea4f59f723d5a0a820bbc0c575d25f686f03aa33fe424e1b3a1b2c1be1ef13b6508c2

diff --git a/sys-apps/edid-decode/edid-decode-0_pre20211012.ebuild 
b/sys-apps/edid-decode/edid-decode-0_pre20211012.ebuild
deleted file mode 100644
index dc3cb528ade9..
--- a/sys-apps/edid-decode/edid-decode-0_pre20211012.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-EGIT_COMMIT="985024f0ccb7eb0014397f2d562ecebfdd340c3b"
-MY_P="${PN}-${EGIT_COMMIT}"
-
-DESCRIPTION="Decode EDID data in a human-readable format"
-HOMEPAGE="https://git.linuxtv.org/edid-decode.git/;
-SRC_URI="https://dev.gentoo.org/~conikost/files/${P}.tar.gz;
-S="${WORKDIR}/${MY_P}"
-
-KEYWORDS="amd64 ~arm64 x86"
-LICENSE="MIT"
-SLOT="0"
-IUSE="examples"
-
-src_compile() {
-   tc-export CXX
-   default
-}
-
-src_install() {
-   emake DESTDIR="${ED}" install
-   einstalldocs
-
-   if use examples; then
-   insinto /usr/share/edid-decode/examples
-   doins data/*
-   fi
-}



  1   2   3   4   >