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

2022-04-18 Thread Arthur Zamarin
commit: c3ec427ca440b2414083291e19982faec6e37b6e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Apr 19 06:53:20 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Apr 19 06:53:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3ec427c

dev-python/PyPDF2: drop 1.26.0-r2, 1.27.1, 1.27.3, 1.27.4

Bug: https://bugs.gentoo.org/839354
Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/PyPDF2/Manifest |  4 ---
 dev-python/PyPDF2/PyPDF2-1.26.0-r2.ebuild  | 33 --
 dev-python/PyPDF2/PyPDF2-1.27.1.ebuild | 39 --
 dev-python/PyPDF2/PyPDF2-1.27.3.ebuild | 39 --
 dev-python/PyPDF2/PyPDF2-1.27.4.ebuild | 39 --
 .../PyPDF2/files/PyPDF2-1.26.0-py3-tests.patch | 35 ---
 6 files changed, 189 deletions(-)

diff --git a/dev-python/PyPDF2/Manifest b/dev-python/PyPDF2/Manifest
index a749db122873..d6ccd803c534 100644
--- a/dev-python/PyPDF2/Manifest
+++ b/dev-python/PyPDF2/Manifest
@@ -1,5 +1 @@
-DIST PyPDF2-1.26.0.tar.gz 77556 BLAKE2B 
8ce9b95165a3841154b6e38e24ca5a4db434ceef9c55fbf2d146b379586160cb985948e0feb7aed135f601535d034ef79ddc1af58a670b07ff7d3621907022ec
 SHA512 
7b427f1d099dcd687a718fb8d86e6f677ad45257414c6367e4dfacd8dfef7e3dbe3816027359868764981f36a30721f1731b4c23cbe2f35cfab1c64fb290b034
-DIST PyPDF2-1.27.1.gh.tar.gz 1170252 BLAKE2B 
81049707d4dd406405ec994228226edfe7cde4d57007146893c5fec14a4e82355c427cac64a2e338945f06c5bce1802e64bf9b042770a2d2ea7da6ed6982908d
 SHA512 
3bd00e7057af8d0f7fdea378b8fae463ce93d37c68997511df10c53b139c0cb13329143bdac133a825404ab459ab3ead64c455ac3e58ddd5097c2985f86c2a46
-DIST PyPDF2-1.27.3.gh.tar.gz 2036376 BLAKE2B 
fdb35cc61a0fe4c16de9a3717b03c276478a1810ce6c391d50ccf9ae2d3e048201e95cf9d51e120674aaea2b6435c648ee238d1c9a45de50406c0b3df196
 SHA512 
01ec6d2f51e6b0865a6d1b5f7cc0297783ee745336b0d8be295c0b1234e1904f2904d49ebbb0f471e65325a75428ed9904f8c565cb7b7001fce27b22521a7f04
-DIST PyPDF2-1.27.4.gh.tar.gz 2037899 BLAKE2B 
6f9a71504303959bd8c84d75e0c695e73ffc1927aa664c5ae8b43c678a692ea9c0b1c852d01ace4aa502dc2bba99c7047e373c427a1d044608d0300f5dd647fa
 SHA512 
c0153226e996166ca5f4fa1f04a496afdc5a465dd427df64422748bad907184d18336dbc929b64b479483cf6e435fdeb1dd79d444bc9f4b8cd5f184acb3236f1
 DIST PyPDF2-1.27.5.gh.tar.gz 2053469 BLAKE2B 
1a01289145574a4551f1fa237e4c790dd866088787f5bc9afb529ea99424f4d211f1913737cf4a2c744ceae90568ca26612cc4956ff1eda5840624e41df76d78
 SHA512 
c1f77c7ea46e866da104cf05421ccf15870db07923ff5860a6b44c944d599b38e98d33d6042a155b0698ecd100d1c6f57aa7bb8904dd08e679f6560a578d4488

diff --git a/dev-python/PyPDF2/PyPDF2-1.26.0-r2.ebuild 
b/dev-python/PyPDF2/PyPDF2-1.26.0-r2.ebuild
deleted file mode 100644
index 33e37401377e..
--- a/dev-python/PyPDF2/PyPDF2-1.26.0-r2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# 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
-
-DESCRIPTION="Python library to work with PDF files"
-HOMEPAGE="https://pypi.org/project/PyPDF2/ https://github.com/mstamy2/PyPDF2";
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 x86"
-IUSE="examples"
-
-PATCHES=( "${FILESDIR}/${P}-py3-tests.patch" )
-
-python_test() {
-   "${EPYTHON}" -m unittest Tests.tests || die "Tests failed under 
${EPYTHON}"
-}
-
-python_install_all() {
-   if use examples; then
-   docinto examples
-   dodoc -r Sample_Code/.
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/PyPDF2/PyPDF2-1.27.1.ebuild 
b/dev-python/PyPDF2/PyPDF2-1.27.1.ebuild
deleted file mode 100644
index f2b04ef62173..
--- a/dev-python/PyPDF2/PyPDF2-1.27.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# 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
-
-DESCRIPTION="Python library to work with PDF files"
-HOMEPAGE="
-   https://pypi.org/project/PyPDF2/
-   https://github.com/py-pdf/PyPDF2/
-"
-SRC_URI="
-   https://github.com/py-pdf/PyPDF2/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE="examples"
-
-BDEPEND="
-   dev-python/pillow[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-python_install_all() {
-   if use examples; then
-   docinto examples
-   dodoc -r Sample_Code/.
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/PyPDF2/PyPDF2-1.27.3.ebuild 
b/dev-python/PyPDF2/PyPDF2-1.

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

2022-04-18 Thread Arthur Zamarin
commit: 95184262e5b4142e0721759c4d316ec7f06952bb
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Apr 19 06:47:31 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Apr 19 06:47:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95184262

dev-python/PyPDF2: Stabilize 1.27.5 x86, #839372

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

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

diff --git a/dev-python/PyPDF2/PyPDF2-1.27.5.ebuild 
b/dev-python/PyPDF2/PyPDF2-1.27.5.ebuild
index 5e65df558401..4a8334893cf7 100644
--- a/dev-python/PyPDF2/PyPDF2-1.27.5.ebuild
+++ b/dev-python/PyPDF2/PyPDF2-1.27.5.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86"
 IUSE="examples"
 
 BDEPEND="



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

2022-04-18 Thread Arthur Zamarin
commit: 5ec3eaa6c571b348effa8ece10a92f3e6d20c881
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Apr 19 06:47:28 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Apr 19 06:47:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ec3eaa6

dev-python/PyPDF2: Stabilize 1.27.5 amd64, #839372

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

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

diff --git a/dev-python/PyPDF2/PyPDF2-1.27.5.ebuild 
b/dev-python/PyPDF2/PyPDF2-1.27.5.ebuild
index b644bee3ad2f..5e65df558401 100644
--- a/dev-python/PyPDF2/PyPDF2-1.27.5.ebuild
+++ b/dev-python/PyPDF2/PyPDF2-1.27.5.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
 IUSE="examples"
 
 BDEPEND="



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

2022-04-18 Thread Agostino Sarubbo
commit: d69c2a4675f8eeae22ad62ce3d8d2242e3e7b515
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Apr 19 06:43:46 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Apr 19 06:43:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d69c2a46

dev-ruby/tzinfo: x86 stable wrt bug #839069

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

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

diff --git a/dev-ruby/tzinfo/tzinfo-1.2.9.ebuild 
b/dev-ruby/tzinfo/tzinfo-1.2.9.ebuild
index c91a21586c76..dd9bef59b21c 100644
--- a/dev-ruby/tzinfo/tzinfo-1.2.9.ebuild
+++ b/dev-ruby/tzinfo/tzinfo-1.2.9.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://tzinfo.github.io/";
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="sys-libs/timezone-data"



[gentoo-commits] repo/gentoo:master commit in: app-crypt/trousers/files/, app-crypt/trousers/

2022-04-18 Thread Joonas Niilola
commit: ee4521936e43135a71bcb963653bb3d2daa9feba
Author: Christopher Byrne  gmail  com>
AuthorDate: Sun Apr 10 22:30:36 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Apr 19 06:41:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee452193

app-crypt/trousers: drop 0.3.14-r3

Signed-off-by: Christopher Byrne  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 app-crypt/trousers/Manifest|  1 -
 .../files/trousers-0.3.14-fno-common.patch | 15 -
 .../files/trousers-0.3.14-tcsd-fixes.patch | 58 --
 app-crypt/trousers/trousers-0.3.14-r3.ebuild   | 68 --
 4 files changed, 142 deletions(-)

diff --git a/app-crypt/trousers/Manifest b/app-crypt/trousers/Manifest
index 84891c9a8863..4556d86ce761 100644
--- a/app-crypt/trousers/Manifest
+++ b/app-crypt/trousers/Manifest
@@ -1,2 +1 @@
-DIST trousers-0.3.14.tar.gz 1378438 BLAKE2B 
3dc2824fa2ca1b1f1181f98d59e85276e7d38af4bfc07ee8246431d9ccb300a8e0820b318643d4cf5d757d2a49492c8686e2fe9de03484263d2189d4bbaa32d0
 SHA512 
bf87f00329cf1d76a12cf6b6181fa22f90e76af3c5786e6e2db98438d2d3f0c0e05364374664173f45e3a2f6c0e2364948d0b958a7845cb23fcb340150cd9b21
 DIST trousers-0.3.15.tar.gz 4699936 BLAKE2B 
53c60498ed6a9d3d87295b00676e5d0d82452918c35af6b98c7979ffa2dc04dd817e7cd3f4a33ca17c30b90eab53d80b2bb25306fe9db7bda2125019edfed280
 SHA512 
769c7d891c6306c1b3252448f86e3043ee837e566c9431f5b4353512113e2907f6ce29c91e8044c420025b79c5f3ff2396ddce93f73b1eb2a15ea1de89ac0fdb

diff --git a/app-crypt/trousers/files/trousers-0.3.14-fno-common.patch 
b/app-crypt/trousers/files/trousers-0.3.14-fno-common.patch
deleted file mode 100644
index 5046bc70883b..
--- a/app-crypt/trousers/files/trousers-0.3.14-fno-common.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/src/include/tcsd.h b/src/include/tcsd.h
-index 5b9462b..05bae97 100644
 a/src/include/tcsd.h
-+++ b/src/include/tcsd.h
-@@ -166,8 +166,8 @@ void  thread_signal_init();
- 
- /* signal handling */
- #ifndef __APPLE__
--struct sigaction tcsd_sa_int;
--struct sigaction tcsd_sa_chld;
-+extern struct sigaction tcsd_sa_int;
-+extern struct sigaction tcsd_sa_chld;
- #endif
- 
- #endif

diff --git a/app-crypt/trousers/files/trousers-0.3.14-tcsd-fixes.patch 
b/app-crypt/trousers/files/trousers-0.3.14-tcsd-fixes.patch
deleted file mode 100644
index 10031e088293..
--- a/app-crypt/trousers/files/trousers-0.3.14-tcsd-fixes.patch
+++ /dev/null
@@ -1,58 +0,0 @@
-Index: trousers-0.3.14/src/tcs/ps/tcsps.c
-===
 trousers-0.3.14.orig/src/tcs/ps/tcsps.c
-+++ trousers-0.3.14/src/tcs/ps/tcsps.c
-@@ -72,7 +72,7 @@ get_file()
-   }
- 
-   /* open and lock the file */
--  system_ps_fd = open(tcsd_options.system_ps_file, O_CREAT|O_RDWR, 0600);
-+  system_ps_fd = open(tcsd_options.system_ps_file, 
O_CREAT|O_RDWR|O_NOFOLLOW, 0600);
-   if (system_ps_fd < 0) {
-   LogError("system PS: open() of %s failed: %s",
-   tcsd_options.system_ps_file, strerror(errno));
-Index: trousers-0.3.14/src/tcsd/svrside.c
-===
 trousers-0.3.14.orig/src/tcsd/svrside.c
-+++ trousers-0.3.14/src/tcsd/svrside.c
-@@ -473,6 +473,7 @@ main(int argc, char **argv)
-   }
-   return TCSERR(TSS_E_INTERNAL_ERROR);
-   }
-+  setgid(pwd->pw_gid);
-   setuid(pwd->pw_uid);
- #endif
- #endif
-Index: trousers-0.3.14/src/tcsd/tcsd_conf.c
-===
 trousers-0.3.14.orig/src/tcsd/tcsd_conf.c
-+++ trousers-0.3.14/src/tcsd/tcsd_conf.c
-@@ -743,7 +743,7 @@ conf_file_init(struct tcsd_config *conf)
- #ifndef SOLARIS
-   struct group *grp;
-   struct passwd *pw;
--  mode_t mode = (S_IRUSR|S_IWUSR);
-+  mode_t mode = (S_IRUSR|S_IWUSR|S_IRGRP);
- #endif /* SOLARIS */
-   TSS_RESULT result;
- 
-@@ -798,15 +798,15 @@ conf_file_init(struct tcsd_config *conf)
-   }
- 
-   /* make sure user/group TSS owns the conf file */
--  if (pw->pw_uid != stat_buf.st_uid || grp->gr_gid != stat_buf.st_gid) {
-+  if (stat_buf.st_uid != 0 || grp->gr_gid != stat_buf.st_gid) {
-   LogError("TCSD config file (%s) must be user/group %s/%s", 
tcsd_config_file,
--  TSS_USER_NAME, TSS_GROUP_NAME);
-+  "root", TSS_GROUP_NAME);
-   return TCSERR(TSS_E_INTERNAL_ERROR);
-   }
- 
--  /* make sure only the tss user can manipulate the config file */
-+  /* make sure only the tss user can read (but not manipulate) the config 
file */
-   if (((stat_buf.st_mode & 0777) ^ mode) != 0) {
--  LogError("TCSD config file (%s) must be mode 0600", 
tcsd_config_file);
-+  LogError("TCSD config file (%s) must be mode 0640", 
tcsd_config_file);
-

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

2022-04-18 Thread Joonas Niilola
commit: 2cad20e1001813a9869391b4281a435a174a0401
Author: Bernd Waibel  posteo  net>
AuthorDate: Thu Apr 14 04:38:58 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Apr 19 06:41:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cad20e1

media-libs/openexr: add 3.1.5

Closes: https://bugs.gentoo.org/837911
Bug: https://bugs.gentoo.org/838079
Signed-off-by: Bernd Waibel  posteo.net>
Closes: https://github.com/gentoo/gentoo/pull/25022
Signed-off-by: Joonas Niilola  gentoo.org>

 media-libs/openexr/Manifest |  1 +
 media-libs/openexr/openexr-3.1.5.ebuild | 67 +
 2 files changed, 68 insertions(+)

diff --git a/media-libs/openexr/Manifest b/media-libs/openexr/Manifest
index 5721a781b067..1a6eba876c02 100644
--- a/media-libs/openexr/Manifest
+++ b/media-libs/openexr/Manifest
@@ -1,3 +1,4 @@
 DIST openexr-2.5.7.tar.gz 27539574 BLAKE2B 
58fd81be52e13d2815b6aa8cea6793359379f5ebf866fd45b31ce30cf5f72aa4699625e7cec51189d62fe76f53418c3e0938f9b827d54ad18342e7aa67c8a3d2
 SHA512 
e44edfa2dcfff2fe372ed2ba07b39a472e549025978de178eff26be641767d22d1a3b543fb7672d9b7b2e9f4c308667f785829ed6d9032a2b42f2ffa0163de40
 DIST openexr-2.5.8.tar.gz 27539605 BLAKE2B 
b54b72aa82c947fd7f252bf4d15b2727be2da7cdd257a9d96c6c2a3c892438ff850177549144e492617bfe5d260ddd14d21eac70a55f124784bbdf5f7077d1e9
 SHA512 
5b1ad99cfa639892292109a26c084868b3fe0acf572dd69750e951cec2127d63c78309241de92b0052f0abe50d86f2518e3185194121010db5f826d217e37f4f
 DIST openexr-3.1.4.tar.gz 20323658 BLAKE2B 
d3726023f920fa719b1832d3be2df36a95cac8c67fdd4b23a7166398a282fa01d5c07065afd92f7b28f178c47843f82eb7a0f2b77742725b359c8f275d2ef1d0
 SHA512 
612ab3467f9ccf2779e1592361cb07459571122e10c0a0b3020430cfa34fa3b91ca1d63cc12a5f85d5b53b277b3f7a88862e6477f0f3566a4196b8245f6bfe12
+DIST openexr-3.1.5.tar.gz 20327926 BLAKE2B 
77ece3c62b34292d4714873149a5a54a47fe811e96f992f1082e7dca99ad7717649f937c2dd7b18011c4201f15056526fc4b706c4d2f1b7fa593b9f1ed6314bd
 SHA512 
01ef16eacd2dde83c67b81522bae87f47ba272a41ce7d4e35d865dbdcaa03093e7ac504b95d2c1b3a19535f2364a4f937b0e0570c74243bb1c6e021fce7b620c

diff --git a/media-libs/openexr/openexr-3.1.5.ebuild 
b/media-libs/openexr/openexr-3.1.5.ebuild
new file mode 100644
index ..53215e6b20de
--- /dev/null
+++ b/media-libs/openexr/openexr-3.1.5.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+MY_PN=OpenEXR
+
+DESCRIPTION="ILM's OpenEXR high dynamic-range image file format libraries"
+HOMEPAGE="https://www.openexr.com/";
+SRC_URI="https://github.com/AcademySoftwareFoundation/openexr/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/30" # based on SONAME
+# -ppc -sparc because broken on big endian, bug #818424
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 -ppc ~ppc64 ~riscv -sparc ~x86 ~amd64-linux 
~x86-linux ~x64-macos ~x86-solaris"
+IUSE="cpu_flags_x86_avx doc examples large-stack utils test threads"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   ~dev-libs/imath-${PV}:=
+   sys-libs/zlib
+   !media-libs/openexr:3
+   !media-libs/ilmbase
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   doc? ( dev-python/breathe )
+   virtual/pkgconfig
+"
+
+PATCHES=( "${FILESDIR}"/${PN}-3.1.1-0003-disable-failing-test.patch )
+
+DOCS=( CHANGES.md GOVERNANCE.md PATENTS README.md SECURITY.md 
docs/SymbolVisibility.md )
+
+src_prepare() {
+   # Fix path for testsuite
+   sed -e "s:/var/tmp/:${T}:" \
+   -i "${S}"/src/test/${MY_PN}{,Fuzz,Util}Test/tmpDir.h || die 
"failed to set temp path for tests"
+
+   cmake_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_TESTING=$(usex test)
+   -DDOCS=$(usex doc)
+   -DOPENEXR_BUILD_TOOLS=$(usex utils)
+   -DOPENEXR_ENABLE_LARGE_STACK=$(usex large-stack)
+   -DOPENEXR_ENABLE_THREADING=$(usex threads)
+   -DOPENEXR_INSTALL_EXAMPLES=$(usex examples)
+   -DOPENEXR_INSTALL_PKG_CONFIG=ON
+   -DOPENEXR_INSTALL_TOOLS=$(usex utils)
+   -DOPENEXR_USE_CLANG_TIDY=OFF # don't look for clang-tidy
+   )
+
+   use test && mycmakeargs+=( -DOPENEXR_RUN_FUZZ_TESTS=ON )
+
+   cmake_src_configure
+}
+
+src_install() {
+   use examples && docompress -x /usr/share/doc/${PF}/examples
+
+   cmake_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/trousers/files/, app-crypt/trousers/

2022-04-18 Thread Joonas Niilola
commit: 47ff44c16ca48aa12e2d7c9ac1574a957e14325c
Author: Christopher Byrne  gmail  com>
AuthorDate: Sun Apr 10 22:44:24 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Apr 19 06:41:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47ff44c1

app-crypt/trousers: Cleanup and POSIXify init script

Closes: https://bugs.gentoo.org/837383
Signed-off-by: Christopher Byrne  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/24984
Signed-off-by: Joonas Niilola  gentoo.org>

 app-crypt/trousers/files/tcsd.confd   |  9 -
 app-crypt/trousers/files/tcsd.initd   | 31 ++-
 app-crypt/trousers/trousers-0.3.15.ebuild |  4 ++--
 3 files changed, 8 insertions(+), 36 deletions(-)

diff --git a/app-crypt/trousers/files/tcsd.confd 
b/app-crypt/trousers/files/tcsd.confd
deleted file mode 100644
index 78bedb9fda30..
--- a/app-crypt/trousers/files/tcsd.confd
+++ /dev/null
@@ -1,9 +0,0 @@
-# /etc/conf.d/tscd
-
-# Configuration file for the TrouSerS' TCS daemon (tcsd) init script
-# Have a look on /etc/tcsd.conf too, there is more to configure there.
-
-# TPM_MODULES: name of the module(s) that should be loaded. You only need to
-# set this if your driver is not compiled in kernel and is not already loaded
-# on boot.(default: unset)
-#TPM_MODULES="tpm_atmel"

diff --git a/app-crypt/trousers/files/tcsd.initd 
b/app-crypt/trousers/files/tcsd.initd
index c9c050cb06d9..9b18c48e1ee3 100644
--- a/app-crypt/trousers/files/tcsd.initd
+++ b/app-crypt/trousers/files/tcsd.initd
@@ -1,38 +1,19 @@
 #!/sbin/openrc-run
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+command=/usr/sbin/tcsd
+description="TrouSerS' TCS daemon (tcsd)"
+command_user="tss:tss"
+
 depend() {
use logger
need net
 }
 
-checkconfig() {
-   local mod
-   if [ -n "${TPM_MODULES}" ] ; then
-   for mod in ${TPM_MODULES} ; do
-   lsmod | grep -q "^${mod}\b" \
-   || modprobe ${mod} &>/dev/null \
-   || ewarn "Failed to load module ${mod}"
-   done
-   # Should we sleep or something to wait for device creation?
-   fi
+start_pre() {
if [ ! -c /dev/tpm ] && [ ! -c /dev/tpm0 ] ; then
eerror "No TPM device found!"
return 1
fi
-   return 0
-}
-
-start() {
-   ebegin "Starting TrouSerS' TCS daemon (tcsd)"
-   checkconfig || eend $?
-   start-stop-daemon --start --user tss --exec /usr/sbin/tcsd
-   eend $?
-}
-
-stop() {
-   ebegin "Stopping TrouSerS' TCS daemon (tcsd)"
-   start-stop-daemon --stop --quiet --exec /usr/sbin/tcsd --user tss
-   eend $?
 }

diff --git a/app-crypt/trousers/trousers-0.3.15.ebuild 
b/app-crypt/trousers/trousers-0.3.15.ebuild
index b3b23fa8f5c2..b25a3dfb4c72 100644
--- a/app-crypt/trousers/trousers-0.3.15.ebuild
+++ b/app-crypt/trousers/trousers-0.3.15.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
@@ -57,9 +57,9 @@ src_install() {
keepdir /var/lib/tpm
use doc && dodoc doc/*
newinitd "${FILESDIR}"/tcsd.initd tcsd
-   newconfd "${FILESDIR}"/tcsd.confd tcsd
systemd_dounit "${FILESDIR}"/tcsd.service
udev_dorules "${FILESDIR}"/61-trousers.rules
fowners tss:tss /var/lib/tpm
readme.gentoo_create_doc
+   udev_reload
 }



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

2022-04-18 Thread Joonas Niilola
commit: 54c2307d2de6e61b30961918446fc58b615704d0
Author: Joonas Niilola  gentoo  org>
AuthorDate: Tue Apr 19 06:07:10 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Apr 19 06:41:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54c2307d

dev-util/hfstospell: drop 0.5.2-r1

Signed-off-by: Joonas Niilola  gentoo.org>

 dev-util/hfstospell/Manifest   |  1 -
 dev-util/hfstospell/hfstospell-0.5.2-r1.ebuild | 47 --
 2 files changed, 48 deletions(-)

diff --git a/dev-util/hfstospell/Manifest b/dev-util/hfstospell/Manifest
index 7f331cb0510e..ad85e4212a25 100644
--- a/dev-util/hfstospell/Manifest
+++ b/dev-util/hfstospell/Manifest
@@ -1,2 +1 @@
-DIST hfstospell-0.5.2.tar.gz 152115 BLAKE2B 
667c01672fd6fd6ee743a6542677ffe74e3900c27ab2754f8fa7dcc57081074bd98e8d82827fe176b2a6c9abc4565efcb3204df43110906f5a333405ec8a6bf2
 SHA512 
307aff3aec91ac6ffed3ebabdc2baa1a6e913431f57a80a0d0254be57fbd72e28d7592c35e0d72e5979f7e0b4c585f11b8eb91183b0877f9670a9cd5206c0140
 DIST hfstospell-0.5.3.tar.gz 152654 BLAKE2B 
f77c86e18b9dcb098460bdaec2f6a148b4bf515670aad3d17002b3027026483658d0df924a5d71b12251128ba89bee3a9d7c1d03a5983830accf0340445a1331
 SHA512 
f25bae6c083894139ba1e3dbd24f010e1c4695bdfe4c2499d31f2f0bd2f5688b662ea15666b46f174fc75f0aa6f5cd114456f735b1d49bcf3331b6f57ff5

diff --git a/dev-util/hfstospell/hfstospell-0.5.2-r1.ebuild 
b/dev-util/hfstospell/hfstospell-0.5.2-r1.ebuild
deleted file mode 100644
index 5d44b4da283a..
--- a/dev-util/hfstospell/hfstospell-0.5.2-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools toolchain-funcs
-
-DESCRIPTION="HFST spell checker library and command line tool"
-HOMEPAGE="https://github.com/hfst/hfst-ospell";
-SRC_URI="https://github.com/hfst/hfst-ospell/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~riscv x86"
-IUSE="clang"
-
-DEPEND="app-arch/libarchive
-   dev-libs/icu:=
-   !clang? (
-   dev-cpp/libxmlpp:2.6
-   dev-libs/tinyxml2
-   )"
-RDEPEND="${DEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-S="${WORKDIR}/hfst-ospell-${PV}"
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   # https://github.com/hfst/hfst-ospell/issues/48
-   if tc-is-clang; then
-   econf --without-libxmlpp --without-tinyxml2
-   elif use clang; then
-   econf --without-libxmlpp --without-tinyxml2
-   else
-   default
-   fi
-}
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -delete -o -name '*.a' -delete || die
-}



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

2022-04-18 Thread Lars Wendler
commit: 724009e50d10fdc952d746146a8ef470fafe6306
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Apr 19 06:24:10 2022 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Apr 19 06:24:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=724009e5

net-misc/htpdate: Synced live ebuild

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

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

diff --git a/net-misc/htpdate/htpdate-.ebuild 
b/net-misc/htpdate/htpdate-.ebuild
index eedff8c28a70..31e1a7d493bf 100644
--- a/net-misc/htpdate/htpdate-.ebuild
+++ b/net-misc/htpdate/htpdate-.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit readme.gentoo-r1 toolchain-funcs
 



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

2022-04-18 Thread Lars Wendler
commit: 5dfc9d6431bf3603f4bc91919f73cd5f124a00ca
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Apr 19 06:23:49 2022 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Apr 19 06:24:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dfc9d64

net-misc/htpdate: Bump to version 1.3.4

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

 net-misc/htpdate/Manifest |  1 +
 net-misc/htpdate/htpdate-1.3.4.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/net-misc/htpdate/Manifest b/net-misc/htpdate/Manifest
index bc32a5ca9454..019b6469ab48 100644
--- a/net-misc/htpdate/Manifest
+++ b/net-misc/htpdate/Manifest
@@ -1,2 +1,3 @@
 DIST htpdate-1.2.2.tar.gz 13625 BLAKE2B 
11813def81e3cce1194120a21cf99e8ad288b0f604aab201850f03b6ca786d19792b9586c9d805aa1945bbc651e6afc5099b5c7cb6ea354473a4b3bab01397e3
 SHA512 
00d52b291004ddb3d0282aef78c5fbe5d9397dbf171a6646803ee7ba4bd0514af6089f7e48a92397dd1b0fbae5ba314f5165c9902028438e16d3516b65724de0
 DIST htpdate-1.3.3.tar.gz 16302 BLAKE2B 
eb19462e1e5d02fe3cda7f4d2c954e2fe4b8dfcc299dc9094466a8652250ce27d37b2cf85716435639580e48295a92ad65521e0420cecac875c9b6e8074d425a
 SHA512 
5d4892ea3626b80e5d529de873f675616dfef156e91d1e574225f91f9496503f55da43aa4f3522cb2b55da7c41dba7d97b3cc557a2704945577ec0243d8bd7f8
+DIST htpdate-1.3.4.tar.gz 16312 BLAKE2B 
9ebff6df6de69fa310a6459099cff2bf5ec28ac2bb486a29121b87b93505f6bb31b4debc510dc82b7d7b7cce217d9002ec7606fcf4fa863d7b2cfc78dfc6e8d5
 SHA512 
634317966f1e5c5d78a889a398e77f89505a5918efa076e2cd1184341f25d963b7f1c135afee7d5489bd8a20b2421d9dfea312e09b5e6bdd389626bfd4d2d960

diff --git a/net-misc/htpdate/htpdate-1.3.4.ebuild 
b/net-misc/htpdate/htpdate-1.3.4.ebuild
new file mode 100644
index ..31e1a7d493bf
--- /dev/null
+++ b/net-misc/htpdate/htpdate-1.3.4.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit readme.gentoo-r1 toolchain-funcs
+
+DESCRIPTION="Synchronize local workstation with time offered by remote 
webservers"
+HOMEPAGE="https://www.vervest.org/htp/";
+if [[ "${PV}" == * ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/twekkel/htpdate";
+else
+   
SRC_URI="https://github.com/twekkel/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~x86 
~amd64-linux ~x86-linux"
+fi
+IUSE="+ssl"
+LICENSE="GPL-2"
+SLOT="0"
+
+DEPEND="ssl? ( dev-libs/openssl:0= )"
+RDEPEND="${DEPEND}"
+
+# Test suite tries to connect to the Internet
+RESTRICT="test"
+
+DOC_CONTENTS="If you would like to run htpdate as a daemon, set
+appropriate http servers in /etc/conf.d/htpdate!"
+
+PATCHES=(  )
+
+src_prepare() {
+   default
+
+   # Use more standard adjtimex() to fix uClibc builds.
+   sed -i 's:ntp_adjtime:adjtimex:g' htpdate.[8c] || die
+   # Don't compress man pages by default
+   sed '/gzip/d' -i Makefile || die
+}
+
+src_compile() {
+   emake CFLAGS="-Wall ${CFLAGS} ${LDFLAGS}" CC="$(tc-getCC)" \
+   $(usex ssl "https" '')
+}
+
+src_install() {
+   emake DESTDIR="${D}" STRIP="/bin/true" bindir='$(prefix)/sbin' install
+   dodoc README.md Changelog
+
+   newconfd "${FILESDIR}"/htpdate.conf htpdate
+   newinitd "${FILESDIR}"/htpdate.init-r1 htpdate
+
+   readme.gentoo_create_doc
+}



[gentoo-commits] repo/gentoo:master commit in: net-firewall/xtables-addons/

2022-04-18 Thread Jakov Smolić
commit: 0d3ffb6f833b00449a9669f3bc7acce121dd4e1d
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Apr 19 06:12:16 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Apr 19 06:12:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d3ffb6f

net-firewall/xtables-addons: Stabilize 3.18 x86, #839291

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

 net-firewall/xtables-addons/xtables-addons-3.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/xtables-addons/xtables-addons-3.18.ebuild 
b/net-firewall/xtables-addons/xtables-addons-3.18.ebuild
index a908a693ec7c..e6a368f9d8bc 100644
--- a/net-firewall/xtables-addons/xtables-addons-3.18.ebuild
+++ b/net-firewall/xtables-addons/xtables-addons-3.18.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://inai.de/files/xtables-addons/${P}.tar.xz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 MODULES="quota2 psd pknock lscan length2 ipv4options ipp2p iface gradm geoip 
fuzzy condition tarpit sysrq proto logmark ipmark echo dnetmap dhcpmac delude 
chaos account"
 



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

2022-04-18 Thread Jakov Smolić
commit: 55e41f91841ec24edb06683ca2924d4189076f58
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Apr 19 06:12:12 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Apr 19 06:12:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55e41f91

dev-lang/erlang: Stabilize 24.3.3 x86, #839111

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

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

diff --git a/dev-lang/erlang/erlang-24.3.3.ebuild 
b/dev-lang/erlang/erlang-24.3.3.ebuild
index 4c1b1dc94fa8..870060fa5a8f 100644
--- a/dev-lang/erlang/erlang-24.3.3.ebuild
+++ b/dev-lang/erlang/erlang-24.3.3.ebuild
@@ -22,7 +22,7 @@ LICENSE="Apache-2.0"
 # same build of ERTS that was used when compiling the code.  See
 # http://erlang.org/doc/system_principles/misc.html for more information.
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 IUSE="doc emacs java +kpoll odbc sctp ssl systemd tk wxwidgets"
 
 RDEPEND="



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

2022-04-18 Thread Jakov Smolić
commit: e5c95e0f0772fe8b956c61f1bf09fb0bcd3f3f5d
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Apr 19 06:12:08 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Apr 19 06:12:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5c95e0f

dev-lang/erlang: Stabilize 23.3.4.12 x86, #839108

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

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

diff --git a/dev-lang/erlang/erlang-23.3.4.12.ebuild 
b/dev-lang/erlang/erlang-23.3.4.12.ebuild
index d74f22853ee1..e68adcea8ab9 100644
--- a/dev-lang/erlang/erlang-23.3.4.12.ebuild
+++ b/dev-lang/erlang/erlang-23.3.4.12.ebuild
@@ -22,7 +22,7 @@ LICENSE="Apache-2.0"
 # same build of ERTS that was used when compiling the code.  See
 # http://erlang.org/doc/system_principles/misc.html for more information.
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 IUSE="doc emacs +hipe java +kpoll odbc sctp ssl systemd tk wxwidgets"
 
 RDEPEND="



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

2022-04-18 Thread Jakov Smolić
commit: c0fe88d1562680bb48b813f6eaa7c7dafb2f2016
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Apr 19 06:12:01 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Apr 19 06:12:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0fe88d1

media-libs/lcms: Stabilize 2.13.1 x86, #838667

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

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

diff --git a/media-libs/lcms/lcms-2.13.1.ebuild 
b/media-libs/lcms/lcms-2.13.1.ebuild
index 98b1f926ddbb..8daa2fe543a5 100644
--- a/media-libs/lcms/lcms-2.13.1.ebuild
+++ b/media-libs/lcms/lcms-2.13.1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/lcms2-${PV}"
 
 LICENSE="MIT"
 SLOT="2"
-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"
+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"
 IUSE="doc jpeg static-libs test +threads tiff zlib"
 REQUIRED_USE="tiff? ( zlib )"
 



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

2022-04-18 Thread Jakov Smolić
commit: 705fd774aa4621f2e2c019799471a91dbbad3ca2
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Apr 19 06:12:05 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Apr 19 06:12:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=705fd774

media-sound/wavbreaker: Stabilize 0.14 x86, #839099

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

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

diff --git a/media-sound/wavbreaker/wavbreaker-0.14.ebuild 
b/media-sound/wavbreaker/wavbreaker-0.14.ebuild
index ba9ca9c26f9f..266cd9f3aef8 100644
--- a/media-sound/wavbreaker/wavbreaker-0.14.ebuild
+++ b/media-sound/wavbreaker/wavbreaker-0.14.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/thp/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="mp3"
 
 RDEPEND="



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

2022-04-18 Thread Jakov Smolić
commit: b60c3cf0953620363bbb8b3557aa2ae21216707b
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Apr 19 06:11:29 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Apr 19 06:11:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b60c3cf0

dev-db/sqlite: Stabilize 3.38.0 x86, #836549

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

 dev-db/sqlite/sqlite-3.38.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/sqlite/sqlite-3.38.0.ebuild 
b/dev-db/sqlite/sqlite-3.38.0.ebuild
index a072a34ce158..950788025541 100644
--- a/dev-db/sqlite/sqlite-3.38.0.ebuild
+++ b/dev-db/sqlite/sqlite-3.38.0.ebuild
@@ -25,7 +25,7 @@ fi
 
 LICENSE="public-domain"
 SLOT="3"
-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 ~s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="debug doc icu +readline secure-delete static-libs tcl test tools"
 if [[ "${PV}" == "" ]]; then
PROPERTIES="live"



[gentoo-commits] repo/gentoo:master commit in: net-firewall/xtables-addons/

2022-04-18 Thread Jakov Smolić
commit: 502c7877a773571ef1c6ff36dbd3026fcca3a550
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Apr 19 06:11:57 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Apr 19 06:11:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=502c7877

net-firewall/xtables-addons: Stabilize 3.18 amd64, #839291

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

 net-firewall/xtables-addons/xtables-addons-3.18.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-firewall/xtables-addons/xtables-addons-3.18.ebuild 
b/net-firewall/xtables-addons/xtables-addons-3.18.ebuild
index 7ec917766690..a908a693ec7c 100644
--- a/net-firewall/xtables-addons/xtables-addons-3.18.ebuild
+++ b/net-firewall/xtables-addons/xtables-addons-3.18.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"
@@ -13,7 +13,7 @@ SRC_URI="https://inai.de/files/xtables-addons/${P}.tar.xz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 MODULES="quota2 psd pknock lscan length2 ipv4options ipp2p iface gradm geoip 
fuzzy condition tarpit sysrq proto logmark ipmark echo dnetmap dhcpmac delude 
chaos account"
 



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

2022-04-18 Thread Jakov Smolić
commit: af31be89b5719fbea1a21b2cc1742fa7dcab19eb
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Apr 19 06:11:53 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Apr 19 06:11:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af31be89

dev-lang/erlang: Stabilize 24.3.3 amd64, #839111

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

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

diff --git a/dev-lang/erlang/erlang-24.3.3.ebuild 
b/dev-lang/erlang/erlang-24.3.3.ebuild
index d08bb337a5c2..4c1b1dc94fa8 100644
--- a/dev-lang/erlang/erlang-24.3.3.ebuild
+++ b/dev-lang/erlang/erlang-24.3.3.ebuild
@@ -22,7 +22,7 @@ LICENSE="Apache-2.0"
 # same build of ERTS that was used when compiling the code.  See
 # http://erlang.org/doc/system_principles/misc.html for more information.
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 IUSE="doc emacs java +kpoll odbc sctp ssl systemd tk wxwidgets"
 
 RDEPEND="



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

2022-04-18 Thread Jakov Smolić
commit: ee9ae9f8f200d66b1a5ee6f49fbeafb3273ad6a4
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Apr 19 06:11:38 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Apr 19 06:11:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee9ae9f8

media-libs/lcms: Stabilize 2.13.1 amd64, #838667

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

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

diff --git a/media-libs/lcms/lcms-2.13.1.ebuild 
b/media-libs/lcms/lcms-2.13.1.ebuild
index d1f7d6df39a5..98b1f926ddbb 100644
--- a/media-libs/lcms/lcms-2.13.1.ebuild
+++ b/media-libs/lcms/lcms-2.13.1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/lcms2-${PV}"
 
 LICENSE="MIT"
 SLOT="2"
-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"
+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"
 IUSE="doc jpeg static-libs test +threads tiff zlib"
 REQUIRED_USE="tiff? ( zlib )"
 



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

2022-04-18 Thread Jakov Smolić
commit: 89be82e8d31738508a5d6c4812e14cc7169ee6c9
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Apr 19 06:11:42 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Apr 19 06:11:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89be82e8

dev-ruby/tzinfo: Stabilize 1.2.9 amd64, #839069

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

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

diff --git a/dev-ruby/tzinfo/tzinfo-1.2.9.ebuild 
b/dev-ruby/tzinfo/tzinfo-1.2.9.ebuild
index 097e9add9d51..c91a21586c76 100644
--- a/dev-ruby/tzinfo/tzinfo-1.2.9.ebuild
+++ b/dev-ruby/tzinfo/tzinfo-1.2.9.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
@@ -16,7 +16,7 @@ HOMEPAGE="https://tzinfo.github.io/";
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="sys-libs/timezone-data"



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

2022-04-18 Thread Jakov Smolić
commit: eee6985bc0c06bd5b3146f89b9e4819aca4fce4b
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Apr 19 06:11:45 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Apr 19 06:11:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eee6985b

media-sound/wavbreaker: Stabilize 0.14 amd64, #839099

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

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

diff --git a/media-sound/wavbreaker/wavbreaker-0.14.ebuild 
b/media-sound/wavbreaker/wavbreaker-0.14.ebuild
index 3a540a0f0871..ba9ca9c26f9f 100644
--- a/media-sound/wavbreaker/wavbreaker-0.14.ebuild
+++ b/media-sound/wavbreaker/wavbreaker-0.14.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/thp/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="mp3"
 
 RDEPEND="



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

2022-04-18 Thread Jakov Smolić
commit: d5011059191d8c972e7b72abdeccce4c18dd90df
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Apr 19 06:11:50 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Apr 19 06:11:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5011059

dev-lang/erlang: Stabilize 23.3.4.12 amd64, #839108

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

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

diff --git a/dev-lang/erlang/erlang-23.3.4.12.ebuild 
b/dev-lang/erlang/erlang-23.3.4.12.ebuild
index 689ece693ee0..d74f22853ee1 100644
--- a/dev-lang/erlang/erlang-23.3.4.12.ebuild
+++ b/dev-lang/erlang/erlang-23.3.4.12.ebuild
@@ -22,7 +22,7 @@ LICENSE="Apache-2.0"
 # same build of ERTS that was used when compiling the code.  See
 # http://erlang.org/doc/system_principles/misc.html for more information.
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 IUSE="doc emacs +hipe java +kpoll odbc sctp ssl systemd tk wxwidgets"
 
 RDEPEND="



[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
 a/tasks/vendoring

[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 ${MY_PN}

[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, &m, &n, (float*)a, &lda, (float*)b, &m, 
&lapackStatus);
-+LAPACK_sposv_(L, &m, &n, (float*)a, &lda, (float*)b, &m, 
&lapackStatus);
- else if(typeid(fptype) == typeid(double))
--  

[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 ke

[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
virtual/pkgconf

[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 
18a914f5bd55172e5ff199778babad9a20dd4214f36f24cc00531d

[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: 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: 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: 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-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 )"
 



  1   2   3   4   >