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

2023-05-26 Thread Michał Górny
commit: 57d13285a866f63e1492bd60ad87ff69e5de24f3
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 27 05:48:38 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 27 05:52:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57d13285

dev-ml/llvm-ocaml: Remove old snapshots

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

 dev-ml/llvm-ocaml/Manifest |   2 -
 .../llvm-ocaml-17.0.0_pre20230502.ebuild   | 112 -
 .../llvm-ocaml-17.0.0_pre20230512.ebuild   | 112 -
 3 files changed, 226 deletions(-)

diff --git a/dev-ml/llvm-ocaml/Manifest b/dev-ml/llvm-ocaml/Manifest
index 8526c1e2e3e1..03db32342aab 100644
--- a/dev-ml/llvm-ocaml/Manifest
+++ b/dev-ml/llvm-ocaml/Manifest
@@ -6,6 +6,4 @@ DIST llvm-project-16.0.3.src.tar.xz 117998136 BLAKE2B 
6117586a117c30515e9a5623ab
 DIST llvm-project-16.0.3.src.tar.xz.sig 566 BLAKE2B 
bbd96268b006fecffd7402452ae7559bd2ea42c7b771999f58893a48d66b1b056b476a7022c70e2ab8f11dba8318ccc141f97a05ece3b9ed3b4405a6890b0c3a
 SHA512 
cdd5e1c2a252ba58f9b7f8687d6cf9a330c188988707bd72f4632a8158a2db9ac180b3936da99b87e7e99886c39cb8517ebbb04b7d1be198e76964e31ec8dc58
 DIST llvm-project-16.0.4.src.tar.xz 117996332 BLAKE2B 
2ea3ef25290ce6180d271e42fbf5e02da973a21e3929c1ac8d1e3e7b268d39db97611e15654ca7e6527add24542d0eed0ee2b1b9d85dfd0ba661e55356bac5d3
 SHA512 
860bcb999005f55bed25691304983d7bf707f8e3246000595b412b9e88f4a1614be0adb43bbff9c30f49b969373fa0becab02a56ac37915a5f83c52ca8ea3f95
 DIST llvm-project-16.0.4.src.tar.xz.sig 566 BLAKE2B 
43cb2147f12f98f864797158e8efcfed9c6780fae3b5c71c0f1aea19a4131ee91c36bdf5b10e44f478f2370c8d22a9038038ecd607f25a95f2d3e33628eb9ac0
 SHA512 
c902d1b652e6e144fcf74f550539f56665475b6bdf673ba5bf2f1731c3bb8f5717ed56433d488c54bbf2f429b432da84e0bfb4b5fb5f2b7fa208b4f24f682be7
-DIST llvm-project-52882de0e641487329c9e093a90ea3dad01842c8.tar.gz 182953335 
BLAKE2B 
98682729992d73202e35b540d5d0d87e2acf44e4ab6896a0b6f9ac4a7423f55ad370ae1d7e919a6c86dc7f138a66890ac89b852b03305612d248ab567833f8be
 SHA512 
3685aff0f648e9b477e1e01edebe4799498c21587e2ed5577e2fdef98bb21ea215e206606a11692fbb93a0989fd59fd324faff2c4d97b7afca0851b53f123f05
-DIST llvm-project-7d436d56b60b36508b94e39d08761f1405a9c770.tar.gz 183363091 
BLAKE2B 
e0d3520814b3455e33107715697f00d653ad46bb8d8200caf42c42743520f389217ea2e57449bbc2e98126b602b2aa344e4125e4b1f92152f7957a11a9b9a150
 SHA512 
65a8e30702217e5e1309efe3daeda5115eeb2e8d25238db1fa4e8dcfc729d75655a10b3394f2f70b7e7efb8ea33a31b6e2482065cc81805023101da00584a81e
 DIST llvm-project-abbb22cc0c9c33dedb8d53c2bd3e703f92baace7.tar.gz 183193919 
BLAKE2B 
75c63d39918f7ec0faca0b1d03ba17dbd7d39a6f1d3a031dcb005ae1729933d8481f0bd745ec029ab21779525b2ddaf2989eaca2aed2b0e9b60c50ef71c7fc11
 SHA512 
f0c1b6fe2e087db202d32de05613b7570bd9a82dfef2e464014c9d4c9ba02c20d423cb783aa40ce5e9c9e074288efb2e5b6d70d55913bd285108e747400f55e7

diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-17.0.0_pre20230502.ebuild 
b/dev-ml/llvm-ocaml/llvm-ocaml-17.0.0_pre20230502.ebuild
deleted file mode 100644
index 1e54d201785c..
--- a/dev-ml/llvm-ocaml/llvm-ocaml-17.0.0_pre20230502.ebuild
+++ /dev/null
@@ -1,112 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-inherit cmake llvm llvm.org python-any-r1
-
-DESCRIPTION="OCaml bindings for LLVM"
-HOMEPAGE="https://llvm.org/;
-
-LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
-SLOT="0/${PV}"
-KEYWORDS=""
-IUSE="+debug test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=dev-lang/ocaml-4.00.0:0=
-   dev-ml/ocaml-ctypes:=
-   ~sys-devel/llvm-${PV}:=[debug?]
-   !sys-devel/llvm[ocaml(-)]
-"
-
-DEPEND="
-   ${RDEPEND}
-"
-BDEPEND="
-   ${PYTHON_DEPS}
-   dev-lang/perl
-   dev-ml/findlib
-   >=dev-util/cmake-3.16
-"
-
-LLVM_COMPONENTS=( llvm cmake third-party )
-LLVM_USE_TARGETS=llvm
-llvm.org_set_globals
-
-pkg_setup() {
-   LLVM_MAX_SLOT=${LLVM_MAJOR} llvm_pkg_setup
-   python-any-r1_pkg_setup
-}
-
-src_configure() {
-   local libdir=$(get_libdir)
-   local mycmakeargs=(
-   -DLLVM_LIBDIR_SUFFIX=${libdir#lib}
-
-   -DBUILD_SHARED_LIBS=OFF
-   -DLLVM_BUILD_LLVM_DYLIB=ON
-   -DLLVM_LINK_LLVM_DYLIB=ON
-   -DLLVM_OCAML_OUT_OF_TREE=ON
-
-   # cheap hack: LLVM combines both anyway, and the only difference
-   # is that the former list is explicitly verified at cmake time
-   -DLLVM_TARGETS_TO_BUILD=""
-   -DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD="${LLVM_TARGETS// /;}"
-   -DLLVM_BUILD_TESTS=$(usex test)
-
-   # disable various irrelevant deps and settings
-   -DLLVM_ENABLE_FFI=OFF
-   -DLLVM_ENABLE_TERMINFO=OFF
-   -DHAVE_HISTEDIT_H=NO
-   -DLLVM_ENABLE_ASSERTIONS=$(usex debug)
-   

[gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm-common/

2023-05-26 Thread Michał Górny
commit: 7933973d56f2ee9bed47db9c3e5683fc5415b8d8
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 27 05:48:41 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 27 05:52:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7933973d

sys-devel/llvm-common: Remove old snapshots

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

 sys-devel/llvm-common/Manifest |  2 --
 .../llvm-common-17.0.0_pre20230502.ebuild  | 28 --
 .../llvm-common-17.0.0_pre20230512.ebuild  | 28 --
 3 files changed, 58 deletions(-)

diff --git a/sys-devel/llvm-common/Manifest b/sys-devel/llvm-common/Manifest
index 8526c1e2e3e1..03db32342aab 100644
--- a/sys-devel/llvm-common/Manifest
+++ b/sys-devel/llvm-common/Manifest
@@ -6,6 +6,4 @@ DIST llvm-project-16.0.3.src.tar.xz 117998136 BLAKE2B 
6117586a117c30515e9a5623ab
 DIST llvm-project-16.0.3.src.tar.xz.sig 566 BLAKE2B 
bbd96268b006fecffd7402452ae7559bd2ea42c7b771999f58893a48d66b1b056b476a7022c70e2ab8f11dba8318ccc141f97a05ece3b9ed3b4405a6890b0c3a
 SHA512 
cdd5e1c2a252ba58f9b7f8687d6cf9a330c188988707bd72f4632a8158a2db9ac180b3936da99b87e7e99886c39cb8517ebbb04b7d1be198e76964e31ec8dc58
 DIST llvm-project-16.0.4.src.tar.xz 117996332 BLAKE2B 
2ea3ef25290ce6180d271e42fbf5e02da973a21e3929c1ac8d1e3e7b268d39db97611e15654ca7e6527add24542d0eed0ee2b1b9d85dfd0ba661e55356bac5d3
 SHA512 
860bcb999005f55bed25691304983d7bf707f8e3246000595b412b9e88f4a1614be0adb43bbff9c30f49b969373fa0becab02a56ac37915a5f83c52ca8ea3f95
 DIST llvm-project-16.0.4.src.tar.xz.sig 566 BLAKE2B 
43cb2147f12f98f864797158e8efcfed9c6780fae3b5c71c0f1aea19a4131ee91c36bdf5b10e44f478f2370c8d22a9038038ecd607f25a95f2d3e33628eb9ac0
 SHA512 
c902d1b652e6e144fcf74f550539f56665475b6bdf673ba5bf2f1731c3bb8f5717ed56433d488c54bbf2f429b432da84e0bfb4b5fb5f2b7fa208b4f24f682be7
-DIST llvm-project-52882de0e641487329c9e093a90ea3dad01842c8.tar.gz 182953335 
BLAKE2B 
98682729992d73202e35b540d5d0d87e2acf44e4ab6896a0b6f9ac4a7423f55ad370ae1d7e919a6c86dc7f138a66890ac89b852b03305612d248ab567833f8be
 SHA512 
3685aff0f648e9b477e1e01edebe4799498c21587e2ed5577e2fdef98bb21ea215e206606a11692fbb93a0989fd59fd324faff2c4d97b7afca0851b53f123f05
-DIST llvm-project-7d436d56b60b36508b94e39d08761f1405a9c770.tar.gz 183363091 
BLAKE2B 
e0d3520814b3455e33107715697f00d653ad46bb8d8200caf42c42743520f389217ea2e57449bbc2e98126b602b2aa344e4125e4b1f92152f7957a11a9b9a150
 SHA512 
65a8e30702217e5e1309efe3daeda5115eeb2e8d25238db1fa4e8dcfc729d75655a10b3394f2f70b7e7efb8ea33a31b6e2482065cc81805023101da00584a81e
 DIST llvm-project-abbb22cc0c9c33dedb8d53c2bd3e703f92baace7.tar.gz 183193919 
BLAKE2B 
75c63d39918f7ec0faca0b1d03ba17dbd7d39a6f1d3a031dcb005ae1729933d8481f0bd745ec029ab21779525b2ddaf2989eaca2aed2b0e9b60c50ef71c7fc11
 SHA512 
f0c1b6fe2e087db202d32de05613b7570bd9a82dfef2e464014c9d4c9ba02c20d423cb783aa40ce5e9c9e074288efb2e5b6d70d55913bd285108e747400f55e7

diff --git a/sys-devel/llvm-common/llvm-common-17.0.0_pre20230502.ebuild 
b/sys-devel/llvm-common/llvm-common-17.0.0_pre20230502.ebuild
deleted file mode 100644
index ce5f03ca34a5..
--- a/sys-devel/llvm-common/llvm-common-17.0.0_pre20230502.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit llvm.org
-
-DESCRIPTION="Common files shared between multiple slots of LLVM"
-HOMEPAGE="https://llvm.org/;
-
-LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
-SLOT="0"
-KEYWORDS=""
-
-RDEPEND="
-   !sys-devel/llvm:0
-"
-
-LLVM_COMPONENTS=( llvm/utils/vim )
-llvm.org_set_globals
-
-src_install() {
-   insinto /usr/share/vim/vimfiles
-   doins -r */
-   # some users may find it useful
-   newdoc README README.vim
-   dodoc vimrc
-}

diff --git a/sys-devel/llvm-common/llvm-common-17.0.0_pre20230512.ebuild 
b/sys-devel/llvm-common/llvm-common-17.0.0_pre20230512.ebuild
deleted file mode 100644
index ce5f03ca34a5..
--- a/sys-devel/llvm-common/llvm-common-17.0.0_pre20230512.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit llvm.org
-
-DESCRIPTION="Common files shared between multiple slots of LLVM"
-HOMEPAGE="https://llvm.org/;
-
-LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
-SLOT="0"
-KEYWORDS=""
-
-RDEPEND="
-   !sys-devel/llvm:0
-"
-
-LLVM_COMPONENTS=( llvm/utils/vim )
-llvm.org_set_globals
-
-src_install() {
-   insinto /usr/share/vim/vimfiles
-   doins -r */
-   # some users may find it useful
-   newdoc README README.vim
-   dodoc vimrc
-}



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

2023-05-26 Thread Michał Górny
commit: ca73c2e25079e1c4733624a9f1284304b2cc0830
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 27 05:48:33 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 27 05:52:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca73c2e2

dev-python/lit: Remove old snapshots

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

 dev-python/lit/Manifest  |  2 --
 dev-python/lit/lit-17.0.0_pre20230502.ebuild | 42 
 dev-python/lit/lit-17.0.0_pre20230512.ebuild | 42 
 3 files changed, 86 deletions(-)

diff --git a/dev-python/lit/Manifest b/dev-python/lit/Manifest
index 8526c1e2e3e1..03db32342aab 100644
--- a/dev-python/lit/Manifest
+++ b/dev-python/lit/Manifest
@@ -6,6 +6,4 @@ DIST llvm-project-16.0.3.src.tar.xz 117998136 BLAKE2B 
6117586a117c30515e9a5623ab
 DIST llvm-project-16.0.3.src.tar.xz.sig 566 BLAKE2B 
bbd96268b006fecffd7402452ae7559bd2ea42c7b771999f58893a48d66b1b056b476a7022c70e2ab8f11dba8318ccc141f97a05ece3b9ed3b4405a6890b0c3a
 SHA512 
cdd5e1c2a252ba58f9b7f8687d6cf9a330c188988707bd72f4632a8158a2db9ac180b3936da99b87e7e99886c39cb8517ebbb04b7d1be198e76964e31ec8dc58
 DIST llvm-project-16.0.4.src.tar.xz 117996332 BLAKE2B 
2ea3ef25290ce6180d271e42fbf5e02da973a21e3929c1ac8d1e3e7b268d39db97611e15654ca7e6527add24542d0eed0ee2b1b9d85dfd0ba661e55356bac5d3
 SHA512 
860bcb999005f55bed25691304983d7bf707f8e3246000595b412b9e88f4a1614be0adb43bbff9c30f49b969373fa0becab02a56ac37915a5f83c52ca8ea3f95
 DIST llvm-project-16.0.4.src.tar.xz.sig 566 BLAKE2B 
43cb2147f12f98f864797158e8efcfed9c6780fae3b5c71c0f1aea19a4131ee91c36bdf5b10e44f478f2370c8d22a9038038ecd607f25a95f2d3e33628eb9ac0
 SHA512 
c902d1b652e6e144fcf74f550539f56665475b6bdf673ba5bf2f1731c3bb8f5717ed56433d488c54bbf2f429b432da84e0bfb4b5fb5f2b7fa208b4f24f682be7
-DIST llvm-project-52882de0e641487329c9e093a90ea3dad01842c8.tar.gz 182953335 
BLAKE2B 
98682729992d73202e35b540d5d0d87e2acf44e4ab6896a0b6f9ac4a7423f55ad370ae1d7e919a6c86dc7f138a66890ac89b852b03305612d248ab567833f8be
 SHA512 
3685aff0f648e9b477e1e01edebe4799498c21587e2ed5577e2fdef98bb21ea215e206606a11692fbb93a0989fd59fd324faff2c4d97b7afca0851b53f123f05
-DIST llvm-project-7d436d56b60b36508b94e39d08761f1405a9c770.tar.gz 183363091 
BLAKE2B 
e0d3520814b3455e33107715697f00d653ad46bb8d8200caf42c42743520f389217ea2e57449bbc2e98126b602b2aa344e4125e4b1f92152f7957a11a9b9a150
 SHA512 
65a8e30702217e5e1309efe3daeda5115eeb2e8d25238db1fa4e8dcfc729d75655a10b3394f2f70b7e7efb8ea33a31b6e2482065cc81805023101da00584a81e
 DIST llvm-project-abbb22cc0c9c33dedb8d53c2bd3e703f92baace7.tar.gz 183193919 
BLAKE2B 
75c63d39918f7ec0faca0b1d03ba17dbd7d39a6f1d3a031dcb005ae1729933d8481f0bd745ec029ab21779525b2ddaf2989eaca2aed2b0e9b60c50ef71c7fc11
 SHA512 
f0c1b6fe2e087db202d32de05613b7570bd9a82dfef2e464014c9d4c9ba02c20d423cb783aa40ce5e9c9e074288efb2e5b6d70d55913bd285108e747400f55e7

diff --git a/dev-python/lit/lit-17.0.0_pre20230502.ebuild 
b/dev-python/lit/lit-17.0.0_pre20230502.ebuild
deleted file mode 100644
index f4b401a77373..
--- a/dev-python/lit/lit-17.0.0_pre20230502.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 llvm.org
-
-DESCRIPTION="A stand-alone install of the LLVM suite testing tool"
-HOMEPAGE="https://llvm.org/;
-
-LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
-SLOT="0"
-KEYWORDS=""
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-# Tests require 'FileCheck' and 'not' utilities (from llvm)
-BDEPEND="
-   test? (
-   dev-python/psutil[${PYTHON_USEDEP}]
-   sys-devel/llvm
-   )
-"
-
-LLVM_COMPONENTS=( llvm/utils/lit )
-llvm.org_set_globals
-
-# TODO: move the manpage generation here (from sys-devel/llvm)
-
-src_prepare() {
-   cd "${WORKDIR}" || die
-   distutils-r1_src_prepare
-}
-
-python_test() {
-   local -x LIT_PRESERVES_TMP=1
-   local litflags=$(get_lit_flags)
-   ./lit.py ${litflags//;/ } tests || die
-}

diff --git a/dev-python/lit/lit-17.0.0_pre20230512.ebuild 
b/dev-python/lit/lit-17.0.0_pre20230512.ebuild
deleted file mode 100644
index f4b401a77373..
--- a/dev-python/lit/lit-17.0.0_pre20230512.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 llvm.org
-
-DESCRIPTION="A stand-alone install of the LLVM suite testing tool"
-HOMEPAGE="https://llvm.org/;
-
-LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
-SLOT="0"
-KEYWORDS=""
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-# Tests require 'FileCheck' and 'not' utilities (from llvm)
-BDEPEND="
-   test? (
-   dev-python/psutil[${PYTHON_USEDEP}]
-   sys-devel/llvm
-

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

2023-05-26 Thread Michał Górny
commit: fae029b1e4993e52297fbf734a2f5de40c112dd6
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 27 05:48:27 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 27 05:52:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fae029b1

sys-libs/llvm-libunwind: Remove old snapshots

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

 sys-libs/llvm-libunwind/Manifest   |   2 -
 .../llvm-libunwind-17.0.0_pre20230502.ebuild   | 123 -
 .../llvm-libunwind-17.0.0_pre20230512.ebuild   | 123 -
 3 files changed, 248 deletions(-)

diff --git a/sys-libs/llvm-libunwind/Manifest b/sys-libs/llvm-libunwind/Manifest
index 8526c1e2e3e1..03db32342aab 100644
--- a/sys-libs/llvm-libunwind/Manifest
+++ b/sys-libs/llvm-libunwind/Manifest
@@ -6,6 +6,4 @@ DIST llvm-project-16.0.3.src.tar.xz 117998136 BLAKE2B 
6117586a117c30515e9a5623ab
 DIST llvm-project-16.0.3.src.tar.xz.sig 566 BLAKE2B 
bbd96268b006fecffd7402452ae7559bd2ea42c7b771999f58893a48d66b1b056b476a7022c70e2ab8f11dba8318ccc141f97a05ece3b9ed3b4405a6890b0c3a
 SHA512 
cdd5e1c2a252ba58f9b7f8687d6cf9a330c188988707bd72f4632a8158a2db9ac180b3936da99b87e7e99886c39cb8517ebbb04b7d1be198e76964e31ec8dc58
 DIST llvm-project-16.0.4.src.tar.xz 117996332 BLAKE2B 
2ea3ef25290ce6180d271e42fbf5e02da973a21e3929c1ac8d1e3e7b268d39db97611e15654ca7e6527add24542d0eed0ee2b1b9d85dfd0ba661e55356bac5d3
 SHA512 
860bcb999005f55bed25691304983d7bf707f8e3246000595b412b9e88f4a1614be0adb43bbff9c30f49b969373fa0becab02a56ac37915a5f83c52ca8ea3f95
 DIST llvm-project-16.0.4.src.tar.xz.sig 566 BLAKE2B 
43cb2147f12f98f864797158e8efcfed9c6780fae3b5c71c0f1aea19a4131ee91c36bdf5b10e44f478f2370c8d22a9038038ecd607f25a95f2d3e33628eb9ac0
 SHA512 
c902d1b652e6e144fcf74f550539f56665475b6bdf673ba5bf2f1731c3bb8f5717ed56433d488c54bbf2f429b432da84e0bfb4b5fb5f2b7fa208b4f24f682be7
-DIST llvm-project-52882de0e641487329c9e093a90ea3dad01842c8.tar.gz 182953335 
BLAKE2B 
98682729992d73202e35b540d5d0d87e2acf44e4ab6896a0b6f9ac4a7423f55ad370ae1d7e919a6c86dc7f138a66890ac89b852b03305612d248ab567833f8be
 SHA512 
3685aff0f648e9b477e1e01edebe4799498c21587e2ed5577e2fdef98bb21ea215e206606a11692fbb93a0989fd59fd324faff2c4d97b7afca0851b53f123f05
-DIST llvm-project-7d436d56b60b36508b94e39d08761f1405a9c770.tar.gz 183363091 
BLAKE2B 
e0d3520814b3455e33107715697f00d653ad46bb8d8200caf42c42743520f389217ea2e57449bbc2e98126b602b2aa344e4125e4b1f92152f7957a11a9b9a150
 SHA512 
65a8e30702217e5e1309efe3daeda5115eeb2e8d25238db1fa4e8dcfc729d75655a10b3394f2f70b7e7efb8ea33a31b6e2482065cc81805023101da00584a81e
 DIST llvm-project-abbb22cc0c9c33dedb8d53c2bd3e703f92baace7.tar.gz 183193919 
BLAKE2B 
75c63d39918f7ec0faca0b1d03ba17dbd7d39a6f1d3a031dcb005ae1729933d8481f0bd745ec029ab21779525b2ddaf2989eaca2aed2b0e9b60c50ef71c7fc11
 SHA512 
f0c1b6fe2e087db202d32de05613b7570bd9a82dfef2e464014c9d4c9ba02c20d423cb783aa40ce5e9c9e074288efb2e5b6d70d55913bd285108e747400f55e7

diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-17.0.0_pre20230502.ebuild 
b/sys-libs/llvm-libunwind/llvm-libunwind-17.0.0_pre20230502.ebuild
deleted file mode 100644
index 51cf06f1cda3..
--- a/sys-libs/llvm-libunwind/llvm-libunwind-17.0.0_pre20230502.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-inherit cmake-multilib flag-o-matic llvm llvm.org python-any-r1 \
-   toolchain-funcs
-
-DESCRIPTION="C++ runtime stack unwinder from LLVM"
-HOMEPAGE="https://llvm.org/docs/ExceptionHandling.html;
-
-LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
-SLOT="0"
-KEYWORDS=""
-IUSE="+clang +debug static-libs test"
-REQUIRED_USE="test? ( clang )"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   !sys-libs/libunwind
-"
-DEPEND="
-   sys-devel/llvm:${LLVM_MAJOR}
-"
-BDEPEND="
-   clang? (
-   sys-devel/clang:${LLVM_MAJOR}
-   )
-   !test? (
-   ${PYTHON_DEPS}
-   )
-   test? (
-   $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]')
-   )
-"
-
-LLVM_COMPONENTS=( runtimes libunwind libcxx llvm/cmake cmake )
-LLVM_TEST_COMPONENTS=( libcxxabi llvm/utils/llvm-lit )
-llvm.org_set_globals
-
-python_check_deps() {
-   use test || return 0
-   python_has_version "dev-python/lit[${PYTHON_USEDEP}]"
-}
-
-pkg_setup() {
-   LLVM_MAX_SLOT=${LLVM_MAJOR} llvm_pkg_setup
-   python-any-r1_pkg_setup
-}
-
-multilib_src_configure() {
-   local libdir=$(get_libdir)
-
-   # https://github.com/llvm/llvm-project/issues/56825
-   # also separately bug #863917
-   filter-lto
-
-   if use clang; then
-   local -x CC=${CHOST}-clang
-   local -x CXX=${CHOST}-clang++
-   strip-unsupported-flags
-   fi
-
-   # link to compiler-rt
-   # https://github.com/gentoo/gentoo/pull/21516
-   local use_compiler_rt=OFF
-   [[ 

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

2023-05-26 Thread Michał Górny
commit: 1415dc817624ea19a1688d83e43f239f17bddac0
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 27 05:48:40 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 27 05:52:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1415dc81

sys-devel/llvm: Remove old snapshots

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

 sys-devel/llvm/Manifest   |   2 -
 sys-devel/llvm/llvm-17.0.0_pre20230502.ebuild | 534 --
 sys-devel/llvm/llvm-17.0.0_pre20230512.ebuild | 534 --
 3 files changed, 1070 deletions(-)

diff --git a/sys-devel/llvm/Manifest b/sys-devel/llvm/Manifest
index e08bf1b6df9a..db97f90d9471 100644
--- a/sys-devel/llvm/Manifest
+++ b/sys-devel/llvm/Manifest
@@ -14,6 +14,4 @@ DIST llvm-project-16.0.3.src.tar.xz 117998136 BLAKE2B 
6117586a117c30515e9a5623ab
 DIST llvm-project-16.0.3.src.tar.xz.sig 566 BLAKE2B 
bbd96268b006fecffd7402452ae7559bd2ea42c7b771999f58893a48d66b1b056b476a7022c70e2ab8f11dba8318ccc141f97a05ece3b9ed3b4405a6890b0c3a
 SHA512 
cdd5e1c2a252ba58f9b7f8687d6cf9a330c188988707bd72f4632a8158a2db9ac180b3936da99b87e7e99886c39cb8517ebbb04b7d1be198e76964e31ec8dc58
 DIST llvm-project-16.0.4.src.tar.xz 117996332 BLAKE2B 
2ea3ef25290ce6180d271e42fbf5e02da973a21e3929c1ac8d1e3e7b268d39db97611e15654ca7e6527add24542d0eed0ee2b1b9d85dfd0ba661e55356bac5d3
 SHA512 
860bcb999005f55bed25691304983d7bf707f8e3246000595b412b9e88f4a1614be0adb43bbff9c30f49b969373fa0becab02a56ac37915a5f83c52ca8ea3f95
 DIST llvm-project-16.0.4.src.tar.xz.sig 566 BLAKE2B 
43cb2147f12f98f864797158e8efcfed9c6780fae3b5c71c0f1aea19a4131ee91c36bdf5b10e44f478f2370c8d22a9038038ecd607f25a95f2d3e33628eb9ac0
 SHA512 
c902d1b652e6e144fcf74f550539f56665475b6bdf673ba5bf2f1731c3bb8f5717ed56433d488c54bbf2f429b432da84e0bfb4b5fb5f2b7fa208b4f24f682be7
-DIST llvm-project-52882de0e641487329c9e093a90ea3dad01842c8.tar.gz 182953335 
BLAKE2B 
98682729992d73202e35b540d5d0d87e2acf44e4ab6896a0b6f9ac4a7423f55ad370ae1d7e919a6c86dc7f138a66890ac89b852b03305612d248ab567833f8be
 SHA512 
3685aff0f648e9b477e1e01edebe4799498c21587e2ed5577e2fdef98bb21ea215e206606a11692fbb93a0989fd59fd324faff2c4d97b7afca0851b53f123f05
-DIST llvm-project-7d436d56b60b36508b94e39d08761f1405a9c770.tar.gz 183363091 
BLAKE2B 
e0d3520814b3455e33107715697f00d653ad46bb8d8200caf42c42743520f389217ea2e57449bbc2e98126b602b2aa344e4125e4b1f92152f7957a11a9b9a150
 SHA512 
65a8e30702217e5e1309efe3daeda5115eeb2e8d25238db1fa4e8dcfc729d75655a10b3394f2f70b7e7efb8ea33a31b6e2482065cc81805023101da00584a81e
 DIST llvm-project-abbb22cc0c9c33dedb8d53c2bd3e703f92baace7.tar.gz 183193919 
BLAKE2B 
75c63d39918f7ec0faca0b1d03ba17dbd7d39a6f1d3a031dcb005ae1729933d8481f0bd745ec029ab21779525b2ddaf2989eaca2aed2b0e9b60c50ef71c7fc11
 SHA512 
f0c1b6fe2e087db202d32de05613b7570bd9a82dfef2e464014c9d4c9ba02c20d423cb783aa40ce5e9c9e074288efb2e5b6d70d55913bd285108e747400f55e7

diff --git a/sys-devel/llvm/llvm-17.0.0_pre20230502.ebuild 
b/sys-devel/llvm/llvm-17.0.0_pre20230502.ebuild
deleted file mode 100644
index 1ae16d3ef49a..
--- a/sys-devel/llvm/llvm-17.0.0_pre20230502.ebuild
+++ /dev/null
@@ -1,534 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-inherit cmake llvm.org multilib-minimal pax-utils python-any-r1 \
-   toolchain-funcs flag-o-matic
-
-DESCRIPTION="Low Level Virtual Machine"
-HOMEPAGE="https://llvm.org/;
-
-# Additional licenses:
-# 1. OpenBSD regex: Henry Spencer's license ('rc' in Gentoo) + BSD.
-# 2. xxhash: BSD.
-# 3. MD5 code: public-domain.
-# 4. ConvertUTF.h: TODO.
-
-LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA BSD public-domain rc"
-SLOT="${LLVM_MAJOR}/${LLVM_SOABI}"
-KEYWORDS=""
-IUSE="
-   +binutils-plugin +debug debuginfod doc exegesis libedit +libffi
-   ncurses test xar xml z3 zstd
-"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   sys-libs/zlib:0=[${MULTILIB_USEDEP}]
-   debuginfod? (
-   net-misc/curl:=
-   dev-cpp/cpp-httplib:=
-   )
-   exegesis? ( dev-libs/libpfm:= )
-   libedit? ( dev-libs/libedit:0=[${MULTILIB_USEDEP}] )
-   libffi? ( >=dev-libs/libffi-3.0.13-r1:0=[${MULTILIB_USEDEP}] )
-   ncurses? ( >=sys-libs/ncurses-5.9-r3:0=[${MULTILIB_USEDEP}] )
-   xar? ( app-arch/xar )
-   xml? ( dev-libs/libxml2:2=[${MULTILIB_USEDEP}] )
-   z3? ( >=sci-mathematics/z3-4.7.1:0=[${MULTILIB_USEDEP}] )
-   zstd? ( app-arch/zstd:=[${MULTILIB_USEDEP}] )
-"
-DEPEND="
-   ${RDEPEND}
-   binutils-plugin? ( sys-libs/binutils-libs )
-"
-BDEPEND="
-   ${PYTHON_DEPS}
-   dev-lang/perl
-   >=dev-util/cmake-3.16
-   sys-devel/gnuconfig
-   kernel_Darwin? (
-   =sys-devel/binutils-apple-5.1
-   )
-   doc? ( $(python_gen_any_dep '
-   dev-python/recommonmark[${PYTHON_USEDEP}]
-   dev-python/sphinx[${PYTHON_USEDEP}]
-   ') )
-   

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

2023-05-26 Thread Michał Górny
commit: 9ef377360950d138c2dd53118c92c22a50f2de03
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 27 05:48:51 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 27 05:52:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ef37736

llvm.org.eclass: Remove old snapshots

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

 eclass/llvm.org.eclass | 6 --
 1 file changed, 6 deletions(-)

diff --git a/eclass/llvm.org.eclass b/eclass/llvm.org.eclass
index 9b44d7f42f39..b5963705eb82 100644
--- a/eclass/llvm.org.eclass
+++ b/eclass/llvm.org.eclass
@@ -75,12 +75,6 @@ if [[ -z ${_LLVM_SOURCE_TYPE+1} ]]; then
17.0.0_pre20230520)

EGIT_COMMIT=abbb22cc0c9c33dedb8d53c2bd3e703f92baace7
;;
-   17.0.0_pre20230512)
-   
EGIT_COMMIT=7d436d56b60b36508b94e39d08761f1405a9c770
-   ;;
-   17.0.0_pre20230502)
-   
EGIT_COMMIT=52882de0e641487329c9e093a90ea3dad01842c8
-   ;;
*)
die "Unknown snapshot: ${PV}"
;;



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

2023-05-26 Thread Michał Górny
commit: 3a68733d3052e3ea19c82e901e768c6bc8672819
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 27 05:48:36 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 27 05:52:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a68733d

sys-devel/clang: Remove old snapshots

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

 sys-devel/clang/Manifest|   2 -
 sys-devel/clang/clang-17.0.0_pre20230502.ebuild | 481 
 sys-devel/clang/clang-17.0.0_pre20230512.ebuild | 481 
 3 files changed, 964 deletions(-)

diff --git a/sys-devel/clang/Manifest b/sys-devel/clang/Manifest
index e08bf1b6df9a..db97f90d9471 100644
--- a/sys-devel/clang/Manifest
+++ b/sys-devel/clang/Manifest
@@ -14,6 +14,4 @@ DIST llvm-project-16.0.3.src.tar.xz 117998136 BLAKE2B 
6117586a117c30515e9a5623ab
 DIST llvm-project-16.0.3.src.tar.xz.sig 566 BLAKE2B 
bbd96268b006fecffd7402452ae7559bd2ea42c7b771999f58893a48d66b1b056b476a7022c70e2ab8f11dba8318ccc141f97a05ece3b9ed3b4405a6890b0c3a
 SHA512 
cdd5e1c2a252ba58f9b7f8687d6cf9a330c188988707bd72f4632a8158a2db9ac180b3936da99b87e7e99886c39cb8517ebbb04b7d1be198e76964e31ec8dc58
 DIST llvm-project-16.0.4.src.tar.xz 117996332 BLAKE2B 
2ea3ef25290ce6180d271e42fbf5e02da973a21e3929c1ac8d1e3e7b268d39db97611e15654ca7e6527add24542d0eed0ee2b1b9d85dfd0ba661e55356bac5d3
 SHA512 
860bcb999005f55bed25691304983d7bf707f8e3246000595b412b9e88f4a1614be0adb43bbff9c30f49b969373fa0becab02a56ac37915a5f83c52ca8ea3f95
 DIST llvm-project-16.0.4.src.tar.xz.sig 566 BLAKE2B 
43cb2147f12f98f864797158e8efcfed9c6780fae3b5c71c0f1aea19a4131ee91c36bdf5b10e44f478f2370c8d22a9038038ecd607f25a95f2d3e33628eb9ac0
 SHA512 
c902d1b652e6e144fcf74f550539f56665475b6bdf673ba5bf2f1731c3bb8f5717ed56433d488c54bbf2f429b432da84e0bfb4b5fb5f2b7fa208b4f24f682be7
-DIST llvm-project-52882de0e641487329c9e093a90ea3dad01842c8.tar.gz 182953335 
BLAKE2B 
98682729992d73202e35b540d5d0d87e2acf44e4ab6896a0b6f9ac4a7423f55ad370ae1d7e919a6c86dc7f138a66890ac89b852b03305612d248ab567833f8be
 SHA512 
3685aff0f648e9b477e1e01edebe4799498c21587e2ed5577e2fdef98bb21ea215e206606a11692fbb93a0989fd59fd324faff2c4d97b7afca0851b53f123f05
-DIST llvm-project-7d436d56b60b36508b94e39d08761f1405a9c770.tar.gz 183363091 
BLAKE2B 
e0d3520814b3455e33107715697f00d653ad46bb8d8200caf42c42743520f389217ea2e57449bbc2e98126b602b2aa344e4125e4b1f92152f7957a11a9b9a150
 SHA512 
65a8e30702217e5e1309efe3daeda5115eeb2e8d25238db1fa4e8dcfc729d75655a10b3394f2f70b7e7efb8ea33a31b6e2482065cc81805023101da00584a81e
 DIST llvm-project-abbb22cc0c9c33dedb8d53c2bd3e703f92baace7.tar.gz 183193919 
BLAKE2B 
75c63d39918f7ec0faca0b1d03ba17dbd7d39a6f1d3a031dcb005ae1729933d8481f0bd745ec029ab21779525b2ddaf2989eaca2aed2b0e9b60c50ef71c7fc11
 SHA512 
f0c1b6fe2e087db202d32de05613b7570bd9a82dfef2e464014c9d4c9ba02c20d423cb783aa40ce5e9c9e074288efb2e5b6d70d55913bd285108e747400f55e7

diff --git a/sys-devel/clang/clang-17.0.0_pre20230502.ebuild 
b/sys-devel/clang/clang-17.0.0_pre20230502.ebuild
deleted file mode 100644
index 2813c02d3a12..
--- a/sys-devel/clang/clang-17.0.0_pre20230502.ebuild
+++ /dev/null
@@ -1,481 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-inherit cmake llvm llvm.org multilib multilib-minimal \
-   prefix python-single-r1 toolchain-funcs flag-o-matic
-
-DESCRIPTION="C language family frontend for LLVM"
-HOMEPAGE="https://llvm.org/;
-
-# MSVCSetupApi.h: MIT
-# sorttable.js: MIT
-
-LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA MIT"
-SLOT="${LLVM_MAJOR}/${LLVM_SOABI}"
-KEYWORDS=""
-IUSE="+debug doc +extra ieee-long-double +pie +static-analyzer test xml"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-   ~sys-devel/llvm-${PV}:${LLVM_MAJOR}=[debug=,${MULTILIB_USEDEP}]
-   static-analyzer? ( dev-lang/perl:* )
-   xml? ( dev-libs/libxml2:2=[${MULTILIB_USEDEP}] )
-"
-
-RDEPEND="
-   ${PYTHON_DEPS}
-   ${DEPEND}
-   >=sys-devel/clang-common-${PV}
-"
-BDEPEND="
-   ${PYTHON_DEPS}
-   >=dev-util/cmake-3.16
-   doc? ( $(python_gen_cond_dep '
-   dev-python/recommonmark[${PYTHON_USEDEP}]
-   dev-python/sphinx[${PYTHON_USEDEP}]
-   ') )
-   xml? ( virtual/pkgconfig )
-"
-PDEPEND="
-   ~sys-devel/clang-runtime-${PV}
-   sys-devel/clang-toolchain-symlinks:${LLVM_MAJOR}
-"
-
-LLVM_COMPONENTS=(
-   clang clang-tools-extra cmake
-   llvm/lib/Transforms/Hello
-)
-LLVM_MANPAGES=1
-LLVM_TEST_COMPONENTS=(
-   llvm/utils
-)
-LLVM_USE_TARGETS=llvm
-llvm.org_set_globals
-
-# Multilib notes:
-# 1. ABI_* flags control ABIs libclang* is built for only.
-# 2. clang is always capable of compiling code for all ABIs for enabled
-#target. However, you will need appropriate crt* files (installed
-#e.g. by sys-devel/gcc and sys-libs/glibc).
-# 3. ${CHOST}-clang wrappers are 

[gentoo-commits] repo/gentoo:master commit in: sys-devel/clang-common/

2023-05-26 Thread Michał Górny
commit: 7719546c77567b01796236b387fe823128ffaba3
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 27 05:48:37 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 27 05:52:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7719546c

sys-devel/clang-common: Remove old snapshots

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

 sys-devel/clang-common/Manifest|   2 -
 .../clang-common-17.0.0_pre20230502.ebuild | 190 -
 .../clang-common-17.0.0_pre20230512.ebuild | 190 -
 3 files changed, 382 deletions(-)

diff --git a/sys-devel/clang-common/Manifest b/sys-devel/clang-common/Manifest
index 8526c1e2e3e1..03db32342aab 100644
--- a/sys-devel/clang-common/Manifest
+++ b/sys-devel/clang-common/Manifest
@@ -6,6 +6,4 @@ DIST llvm-project-16.0.3.src.tar.xz 117998136 BLAKE2B 
6117586a117c30515e9a5623ab
 DIST llvm-project-16.0.3.src.tar.xz.sig 566 BLAKE2B 
bbd96268b006fecffd7402452ae7559bd2ea42c7b771999f58893a48d66b1b056b476a7022c70e2ab8f11dba8318ccc141f97a05ece3b9ed3b4405a6890b0c3a
 SHA512 
cdd5e1c2a252ba58f9b7f8687d6cf9a330c188988707bd72f4632a8158a2db9ac180b3936da99b87e7e99886c39cb8517ebbb04b7d1be198e76964e31ec8dc58
 DIST llvm-project-16.0.4.src.tar.xz 117996332 BLAKE2B 
2ea3ef25290ce6180d271e42fbf5e02da973a21e3929c1ac8d1e3e7b268d39db97611e15654ca7e6527add24542d0eed0ee2b1b9d85dfd0ba661e55356bac5d3
 SHA512 
860bcb999005f55bed25691304983d7bf707f8e3246000595b412b9e88f4a1614be0adb43bbff9c30f49b969373fa0becab02a56ac37915a5f83c52ca8ea3f95
 DIST llvm-project-16.0.4.src.tar.xz.sig 566 BLAKE2B 
43cb2147f12f98f864797158e8efcfed9c6780fae3b5c71c0f1aea19a4131ee91c36bdf5b10e44f478f2370c8d22a9038038ecd607f25a95f2d3e33628eb9ac0
 SHA512 
c902d1b652e6e144fcf74f550539f56665475b6bdf673ba5bf2f1731c3bb8f5717ed56433d488c54bbf2f429b432da84e0bfb4b5fb5f2b7fa208b4f24f682be7
-DIST llvm-project-52882de0e641487329c9e093a90ea3dad01842c8.tar.gz 182953335 
BLAKE2B 
98682729992d73202e35b540d5d0d87e2acf44e4ab6896a0b6f9ac4a7423f55ad370ae1d7e919a6c86dc7f138a66890ac89b852b03305612d248ab567833f8be
 SHA512 
3685aff0f648e9b477e1e01edebe4799498c21587e2ed5577e2fdef98bb21ea215e206606a11692fbb93a0989fd59fd324faff2c4d97b7afca0851b53f123f05
-DIST llvm-project-7d436d56b60b36508b94e39d08761f1405a9c770.tar.gz 183363091 
BLAKE2B 
e0d3520814b3455e33107715697f00d653ad46bb8d8200caf42c42743520f389217ea2e57449bbc2e98126b602b2aa344e4125e4b1f92152f7957a11a9b9a150
 SHA512 
65a8e30702217e5e1309efe3daeda5115eeb2e8d25238db1fa4e8dcfc729d75655a10b3394f2f70b7e7efb8ea33a31b6e2482065cc81805023101da00584a81e
 DIST llvm-project-abbb22cc0c9c33dedb8d53c2bd3e703f92baace7.tar.gz 183193919 
BLAKE2B 
75c63d39918f7ec0faca0b1d03ba17dbd7d39a6f1d3a031dcb005ae1729933d8481f0bd745ec029ab21779525b2ddaf2989eaca2aed2b0e9b60c50ef71c7fc11
 SHA512 
f0c1b6fe2e087db202d32de05613b7570bd9a82dfef2e464014c9d4c9ba02c20d423cb783aa40ce5e9c9e074288efb2e5b6d70d55913bd285108e747400f55e7

diff --git a/sys-devel/clang-common/clang-common-17.0.0_pre20230502.ebuild 
b/sys-devel/clang-common/clang-common-17.0.0_pre20230502.ebuild
deleted file mode 100644
index 51e0f70c6470..
--- a/sys-devel/clang-common/clang-common-17.0.0_pre20230502.ebuild
+++ /dev/null
@@ -1,190 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit bash-completion-r1 llvm.org
-
-DESCRIPTION="Common files shared between multiple slots of clang"
-HOMEPAGE="https://llvm.org/;
-
-LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
-SLOT="0"
-KEYWORDS=""
-IUSE="
-   default-compiler-rt default-libcxx default-lld llvm-libunwind
-   hardened stricter
-"
-
-PDEPEND="
-   sys-devel/clang:*
-   default-compiler-rt? (
-   sys-devel/clang-runtime[compiler-rt]
-   llvm-libunwind? ( sys-libs/llvm-libunwind[static-libs] )
-   !llvm-libunwind? ( sys-libs/libunwind[static-libs] )
-   )
-   !default-compiler-rt? ( sys-devel/gcc )
-   default-libcxx? ( >=sys-libs/libcxx-${PV} )
-   !default-libcxx? ( sys-devel/gcc )
-   default-lld? ( sys-devel/lld )
-   !default-lld? ( sys-devel/binutils )
-"
-IDEPEND="
-   !default-compiler-rt? ( sys-devel/gcc-config )
-   !default-libcxx? ( sys-devel/gcc-config )
-"
-
-LLVM_COMPONENTS=( clang/utils )
-llvm.org_set_globals
-
-pkg_pretend() {
-   [[ ${CLANG_IGNORE_DEFAULT_RUNTIMES} ]] && return
-
-   local flag missing_flags=()
-   for flag in default-{compiler-rt,libcxx,lld}; do
-   if ! use "${flag}" && has_version "sys-devel/clang[${flag}]"; 
then
-   missing_flags+=( "${flag}" )
-   fi
-   done
-
-   if [[ ${missing_flags[@]} ]]; then
-   eerror "It seems that you have the following flags set on 
sys-devel/clang:"
-   eerror
-   eerror "  ${missing_flags[*]}"
-   eerror
-   eerror "The default runtimes are now 

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

2023-05-26 Thread Michał Górny
commit: bbb3d5992110d32679e3158666fbb55c1afa99d8
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 27 05:48:30 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 27 05:52:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbb3d599

dev-util/lldb: Remove old snapshots

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

 dev-util/lldb/Manifest   |   2 -
 dev-util/lldb/lldb-17.0.0_pre20230502.ebuild | 114 ---
 dev-util/lldb/lldb-17.0.0_pre20230512.ebuild | 114 ---
 3 files changed, 230 deletions(-)

diff --git a/dev-util/lldb/Manifest b/dev-util/lldb/Manifest
index 8526c1e2e3e1..03db32342aab 100644
--- a/dev-util/lldb/Manifest
+++ b/dev-util/lldb/Manifest
@@ -6,6 +6,4 @@ DIST llvm-project-16.0.3.src.tar.xz 117998136 BLAKE2B 
6117586a117c30515e9a5623ab
 DIST llvm-project-16.0.3.src.tar.xz.sig 566 BLAKE2B 
bbd96268b006fecffd7402452ae7559bd2ea42c7b771999f58893a48d66b1b056b476a7022c70e2ab8f11dba8318ccc141f97a05ece3b9ed3b4405a6890b0c3a
 SHA512 
cdd5e1c2a252ba58f9b7f8687d6cf9a330c188988707bd72f4632a8158a2db9ac180b3936da99b87e7e99886c39cb8517ebbb04b7d1be198e76964e31ec8dc58
 DIST llvm-project-16.0.4.src.tar.xz 117996332 BLAKE2B 
2ea3ef25290ce6180d271e42fbf5e02da973a21e3929c1ac8d1e3e7b268d39db97611e15654ca7e6527add24542d0eed0ee2b1b9d85dfd0ba661e55356bac5d3
 SHA512 
860bcb999005f55bed25691304983d7bf707f8e3246000595b412b9e88f4a1614be0adb43bbff9c30f49b969373fa0becab02a56ac37915a5f83c52ca8ea3f95
 DIST llvm-project-16.0.4.src.tar.xz.sig 566 BLAKE2B 
43cb2147f12f98f864797158e8efcfed9c6780fae3b5c71c0f1aea19a4131ee91c36bdf5b10e44f478f2370c8d22a9038038ecd607f25a95f2d3e33628eb9ac0
 SHA512 
c902d1b652e6e144fcf74f550539f56665475b6bdf673ba5bf2f1731c3bb8f5717ed56433d488c54bbf2f429b432da84e0bfb4b5fb5f2b7fa208b4f24f682be7
-DIST llvm-project-52882de0e641487329c9e093a90ea3dad01842c8.tar.gz 182953335 
BLAKE2B 
98682729992d73202e35b540d5d0d87e2acf44e4ab6896a0b6f9ac4a7423f55ad370ae1d7e919a6c86dc7f138a66890ac89b852b03305612d248ab567833f8be
 SHA512 
3685aff0f648e9b477e1e01edebe4799498c21587e2ed5577e2fdef98bb21ea215e206606a11692fbb93a0989fd59fd324faff2c4d97b7afca0851b53f123f05
-DIST llvm-project-7d436d56b60b36508b94e39d08761f1405a9c770.tar.gz 183363091 
BLAKE2B 
e0d3520814b3455e33107715697f00d653ad46bb8d8200caf42c42743520f389217ea2e57449bbc2e98126b602b2aa344e4125e4b1f92152f7957a11a9b9a150
 SHA512 
65a8e30702217e5e1309efe3daeda5115eeb2e8d25238db1fa4e8dcfc729d75655a10b3394f2f70b7e7efb8ea33a31b6e2482065cc81805023101da00584a81e
 DIST llvm-project-abbb22cc0c9c33dedb8d53c2bd3e703f92baace7.tar.gz 183193919 
BLAKE2B 
75c63d39918f7ec0faca0b1d03ba17dbd7d39a6f1d3a031dcb005ae1729933d8481f0bd745ec029ab21779525b2ddaf2989eaca2aed2b0e9b60c50ef71c7fc11
 SHA512 
f0c1b6fe2e087db202d32de05613b7570bd9a82dfef2e464014c9d4c9ba02c20d423cb783aa40ce5e9c9e074288efb2e5b6d70d55913bd285108e747400f55e7

diff --git a/dev-util/lldb/lldb-17.0.0_pre20230502.ebuild 
b/dev-util/lldb/lldb-17.0.0_pre20230502.ebuild
deleted file mode 100644
index bc7ef862dfa0..
--- a/dev-util/lldb/lldb-17.0.0_pre20230502.ebuild
+++ /dev/null
@@ -1,114 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-inherit cmake llvm llvm.org python-single-r1
-
-DESCRIPTION="The LLVM debugger"
-HOMEPAGE="https://llvm.org/;
-
-LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
-SLOT="0/${LLVM_SOABI}"
-KEYWORDS=""
-IUSE="+debug +libedit lzma ncurses +python test +xml"
-RESTRICT="test"
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-DEPEND="
-   libedit? ( dev-libs/libedit:0= )
-   lzma? ( app-arch/xz-utils:= )
-   ncurses? ( >=sys-libs/ncurses-5.9-r3:0= )
-   xml? ( dev-libs/libxml2:= )
-   ~sys-devel/clang-${PV}
-   ~sys-devel/llvm-${PV}
-"
-RDEPEND="
-   ${DEPEND}
-   python? (
-   $(python_gen_cond_dep '
-   dev-python/six[${PYTHON_USEDEP}]
-   ')
-   ${PYTHON_DEPS}
-   )
-"
-BDEPEND="
-   ${PYTHON_DEPS}
-   >=dev-util/cmake-3.16
-   python? (
-   >=dev-lang/swig-3.0.11
-   $(python_gen_cond_dep '
-   dev-python/six[${PYTHON_USEDEP}]
-   ')
-   )
-   test? (
-   $(python_gen_cond_dep "
-   ~dev-python/lit-${PV}[\${PYTHON_USEDEP}]
-   dev-python/psutil[\${PYTHON_USEDEP}]
-   ")
-   sys-devel/lld
-   )
-"
-
-LLVM_COMPONENTS=( lldb cmake llvm/utils )
-LLVM_TEST_COMPONENTS=( llvm/lib/Testing/Support third-party )
-llvm.org_set_globals
-
-pkg_setup() {
-   LLVM_MAX_SLOT=${LLVM_MAJOR} llvm_pkg_setup
-   python-single-r1_pkg_setup
-}
-
-src_configure() {
-   # LLVM_ENABLE_ASSERTIONS=NO does not guarantee this for us, #614844
-   use debug || local -x CPPFLAGS="${CPPFLAGS} -DNDEBUG"
-
-   local mycmakeargs=(
-   

[gentoo-commits] repo/gentoo:master commit in: sys-libs/compiler-rt-sanitizers/

2023-05-26 Thread Michał Górny
commit: 3ec9ff9682ffb4c344e8765828e119c50d93b33b
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 27 05:48:28 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 27 05:52:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ec9ff96

sys-libs/compiler-rt-sanitizers: Remove old snapshots

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

 sys-libs/compiler-rt-sanitizers/Manifest   |   2 -
 ...ompiler-rt-sanitizers-17.0.0_pre20230502.ebuild | 216 -
 ...ompiler-rt-sanitizers-17.0.0_pre20230512.ebuild | 216 -
 3 files changed, 434 deletions(-)

diff --git a/sys-libs/compiler-rt-sanitizers/Manifest 
b/sys-libs/compiler-rt-sanitizers/Manifest
index 27d4c5e376d8..9d9fed6d66d8 100644
--- a/sys-libs/compiler-rt-sanitizers/Manifest
+++ b/sys-libs/compiler-rt-sanitizers/Manifest
@@ -8,6 +8,4 @@ DIST llvm-project-16.0.3.src.tar.xz 117998136 BLAKE2B 
6117586a117c30515e9a5623ab
 DIST llvm-project-16.0.3.src.tar.xz.sig 566 BLAKE2B 
bbd96268b006fecffd7402452ae7559bd2ea42c7b771999f58893a48d66b1b056b476a7022c70e2ab8f11dba8318ccc141f97a05ece3b9ed3b4405a6890b0c3a
 SHA512 
cdd5e1c2a252ba58f9b7f8687d6cf9a330c188988707bd72f4632a8158a2db9ac180b3936da99b87e7e99886c39cb8517ebbb04b7d1be198e76964e31ec8dc58
 DIST llvm-project-16.0.4.src.tar.xz 117996332 BLAKE2B 
2ea3ef25290ce6180d271e42fbf5e02da973a21e3929c1ac8d1e3e7b268d39db97611e15654ca7e6527add24542d0eed0ee2b1b9d85dfd0ba661e55356bac5d3
 SHA512 
860bcb999005f55bed25691304983d7bf707f8e3246000595b412b9e88f4a1614be0adb43bbff9c30f49b969373fa0becab02a56ac37915a5f83c52ca8ea3f95
 DIST llvm-project-16.0.4.src.tar.xz.sig 566 BLAKE2B 
43cb2147f12f98f864797158e8efcfed9c6780fae3b5c71c0f1aea19a4131ee91c36bdf5b10e44f478f2370c8d22a9038038ecd607f25a95f2d3e33628eb9ac0
 SHA512 
c902d1b652e6e144fcf74f550539f56665475b6bdf673ba5bf2f1731c3bb8f5717ed56433d488c54bbf2f429b432da84e0bfb4b5fb5f2b7fa208b4f24f682be7
-DIST llvm-project-52882de0e641487329c9e093a90ea3dad01842c8.tar.gz 182953335 
BLAKE2B 
98682729992d73202e35b540d5d0d87e2acf44e4ab6896a0b6f9ac4a7423f55ad370ae1d7e919a6c86dc7f138a66890ac89b852b03305612d248ab567833f8be
 SHA512 
3685aff0f648e9b477e1e01edebe4799498c21587e2ed5577e2fdef98bb21ea215e206606a11692fbb93a0989fd59fd324faff2c4d97b7afca0851b53f123f05
-DIST llvm-project-7d436d56b60b36508b94e39d08761f1405a9c770.tar.gz 183363091 
BLAKE2B 
e0d3520814b3455e33107715697f00d653ad46bb8d8200caf42c42743520f389217ea2e57449bbc2e98126b602b2aa344e4125e4b1f92152f7957a11a9b9a150
 SHA512 
65a8e30702217e5e1309efe3daeda5115eeb2e8d25238db1fa4e8dcfc729d75655a10b3394f2f70b7e7efb8ea33a31b6e2482065cc81805023101da00584a81e
 DIST llvm-project-abbb22cc0c9c33dedb8d53c2bd3e703f92baace7.tar.gz 183193919 
BLAKE2B 
75c63d39918f7ec0faca0b1d03ba17dbd7d39a6f1d3a031dcb005ae1729933d8481f0bd745ec029ab21779525b2ddaf2989eaca2aed2b0e9b60c50ef71c7fc11
 SHA512 
f0c1b6fe2e087db202d32de05613b7570bd9a82dfef2e464014c9d4c9ba02c20d423cb783aa40ce5e9c9e074288efb2e5b6d70d55913bd285108e747400f55e7

diff --git 
a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-17.0.0_pre20230502.ebuild
 
b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-17.0.0_pre20230502.ebuild
deleted file mode 100644
index f3ca3131c8d6..
--- 
a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-17.0.0_pre20230502.ebuild
+++ /dev/null
@@ -1,216 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-inherit check-reqs cmake flag-o-matic llvm llvm.org python-any-r1
-
-DESCRIPTION="Compiler runtime libraries for clang (sanitizers & xray)"
-HOMEPAGE="https://llvm.org/;
-
-LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
-SLOT="${LLVM_MAJOR}"
-KEYWORDS=""
-IUSE="+abi_x86_32 abi_x86_64 +clang +debug test"
-# base targets
-IUSE+=" +libfuzzer +memprof +orc +profile +xray"
-# sanitizer targets, keep in sync with config-ix.cmake
-# NB: ubsan, scudo deliberately match two entries
-SANITIZER_FLAGS=(
-   asan dfsan lsan msan hwasan tsan ubsan safestack cfi scudo
-   shadowcallstack gwp-asan
-)
-IUSE+=" ${SANITIZER_FLAGS[@]/#/+}"
-REQUIRED_USE="
-   || ( ${SANITIZER_FLAGS[*]} libfuzzer orc profile xray )
-   test? (
-   cfi? ( ubsan )
-   gwp-asan? ( scudo )
-   )
-"
-RESTRICT="
-   !clang? ( test )
-   !test? ( test )
-"
-
-DEPEND="
-   sys-devel/llvm:${LLVM_MAJOR}
-   virtual/libcrypt[abi_x86_32(-)?,abi_x86_64(-)?]
-"
-BDEPEND="
-   >=dev-util/cmake-3.16
-   clang? ( sys-devel/clang )
-   elibc_glibc? ( net-libs/libtirpc )
-   test? (
-   $(python_gen_any_dep ">=dev-python/lit-15[\${PYTHON_USEDEP}]")
-   =sys-devel/clang-${LLVM_VERSION}*:${LLVM_MAJOR}
-   sys-libs/compiler-rt:${LLVM_MAJOR}
-   )
-   !test? (
-   ${PYTHON_DEPS}
-   )
-"
-
-LLVM_COMPONENTS=( compiler-rt cmake llvm/cmake )
-LLVM_TEST_COMPONENTS=( 

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

2023-05-26 Thread Michał Górny
commit: f6d07aefbd5e9585cba97c845141a7a32e2884e1
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 27 05:48:34 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 27 05:52:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6d07aef

dev-python/clang-python: Remove old snapshots

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

 dev-python/clang-python/Manifest   |  2 -
 .../clang-python-17.0.0_pre20230502.ebuild | 54 --
 .../clang-python-17.0.0_pre20230512.ebuild | 54 --
 3 files changed, 110 deletions(-)

diff --git a/dev-python/clang-python/Manifest b/dev-python/clang-python/Manifest
index 8526c1e2e3e1..03db32342aab 100644
--- a/dev-python/clang-python/Manifest
+++ b/dev-python/clang-python/Manifest
@@ -6,6 +6,4 @@ DIST llvm-project-16.0.3.src.tar.xz 117998136 BLAKE2B 
6117586a117c30515e9a5623ab
 DIST llvm-project-16.0.3.src.tar.xz.sig 566 BLAKE2B 
bbd96268b006fecffd7402452ae7559bd2ea42c7b771999f58893a48d66b1b056b476a7022c70e2ab8f11dba8318ccc141f97a05ece3b9ed3b4405a6890b0c3a
 SHA512 
cdd5e1c2a252ba58f9b7f8687d6cf9a330c188988707bd72f4632a8158a2db9ac180b3936da99b87e7e99886c39cb8517ebbb04b7d1be198e76964e31ec8dc58
 DIST llvm-project-16.0.4.src.tar.xz 117996332 BLAKE2B 
2ea3ef25290ce6180d271e42fbf5e02da973a21e3929c1ac8d1e3e7b268d39db97611e15654ca7e6527add24542d0eed0ee2b1b9d85dfd0ba661e55356bac5d3
 SHA512 
860bcb999005f55bed25691304983d7bf707f8e3246000595b412b9e88f4a1614be0adb43bbff9c30f49b969373fa0becab02a56ac37915a5f83c52ca8ea3f95
 DIST llvm-project-16.0.4.src.tar.xz.sig 566 BLAKE2B 
43cb2147f12f98f864797158e8efcfed9c6780fae3b5c71c0f1aea19a4131ee91c36bdf5b10e44f478f2370c8d22a9038038ecd607f25a95f2d3e33628eb9ac0
 SHA512 
c902d1b652e6e144fcf74f550539f56665475b6bdf673ba5bf2f1731c3bb8f5717ed56433d488c54bbf2f429b432da84e0bfb4b5fb5f2b7fa208b4f24f682be7
-DIST llvm-project-52882de0e641487329c9e093a90ea3dad01842c8.tar.gz 182953335 
BLAKE2B 
98682729992d73202e35b540d5d0d87e2acf44e4ab6896a0b6f9ac4a7423f55ad370ae1d7e919a6c86dc7f138a66890ac89b852b03305612d248ab567833f8be
 SHA512 
3685aff0f648e9b477e1e01edebe4799498c21587e2ed5577e2fdef98bb21ea215e206606a11692fbb93a0989fd59fd324faff2c4d97b7afca0851b53f123f05
-DIST llvm-project-7d436d56b60b36508b94e39d08761f1405a9c770.tar.gz 183363091 
BLAKE2B 
e0d3520814b3455e33107715697f00d653ad46bb8d8200caf42c42743520f389217ea2e57449bbc2e98126b602b2aa344e4125e4b1f92152f7957a11a9b9a150
 SHA512 
65a8e30702217e5e1309efe3daeda5115eeb2e8d25238db1fa4e8dcfc729d75655a10b3394f2f70b7e7efb8ea33a31b6e2482065cc81805023101da00584a81e
 DIST llvm-project-abbb22cc0c9c33dedb8d53c2bd3e703f92baace7.tar.gz 183193919 
BLAKE2B 
75c63d39918f7ec0faca0b1d03ba17dbd7d39a6f1d3a031dcb005ae1729933d8481f0bd745ec029ab21779525b2ddaf2989eaca2aed2b0e9b60c50ef71c7fc11
 SHA512 
f0c1b6fe2e087db202d32de05613b7570bd9a82dfef2e464014c9d4c9ba02c20d423cb783aa40ce5e9c9e074288efb2e5b6d70d55913bd285108e747400f55e7

diff --git a/dev-python/clang-python/clang-python-17.0.0_pre20230502.ebuild 
b/dev-python/clang-python/clang-python-17.0.0_pre20230502.ebuild
deleted file mode 100644
index 5ec556a2ca20..
--- a/dev-python/clang-python/clang-python-17.0.0_pre20230502.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-inherit llvm.org python-r1
-
-DESCRIPTION="Python bindings for sys-devel/clang"
-HOMEPAGE="https://llvm.org/;
-
-LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
-SLOT="0"
-KEYWORDS=""
-IUSE="test"
-RESTRICT="!test? ( test )"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-# The module is opening libclang.so directly, and doing some blasphemy
-# on top of it.
-DEPEND="
-   >=sys-devel/clang-${PV}:*
-   !sys-devel/llvm:0[clang(-),python(-)]
-   !sys-devel/clang:0[python(-)]
-"
-RDEPEND="
-   ${DEPEND}
-   ${PYTHON_DEPS}
-"
-BDEPEND="
-   ${PYTHON_DEPS}
-   test? (
-   sys-devel/clang:${LLVM_MAJOR}
-   )
-"
-
-LLVM_COMPONENTS=( clang/bindings/python )
-llvm.org_set_globals
-
-python_test() {
-   # tests rely on results from a specific clang version, so override
-   # the search path
-   local -x 
CLANG_LIBRARY_PATH=${BROOT}/usr/lib/llvm/${LLVM_MAJOR}/$(get_libdir)
-   local -x CLANG_NO_DEFAULT_CONFIG=1
-   "${EPYTHON}" -m unittest discover -v || die "Tests fail with ${EPYTHON}"
-}
-
-src_test() {
-   python_foreach_impl python_test
-}
-
-src_install() {
-   python_foreach_impl python_domodule clang
-}

diff --git a/dev-python/clang-python/clang-python-17.0.0_pre20230512.ebuild 
b/dev-python/clang-python/clang-python-17.0.0_pre20230512.ebuild
deleted file mode 100644
index 5ec556a2ca20..
--- a/dev-python/clang-python/clang-python-17.0.0_pre20230512.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public 

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

2023-05-26 Thread Michał Górny
commit: 5b4cb81a97940c7d8666dc379ee349e9fe5185c2
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 27 05:48:32 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 27 05:52:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b4cb81a

sys-devel/lld: Remove old snapshots

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

 sys-devel/lld/Manifest  |  2 -
 sys-devel/lld/lld-17.0.0_pre20230502.ebuild | 89 -
 sys-devel/lld/lld-17.0.0_pre20230512.ebuild | 89 -
 3 files changed, 180 deletions(-)

diff --git a/sys-devel/lld/Manifest b/sys-devel/lld/Manifest
index 8526c1e2e3e1..03db32342aab 100644
--- a/sys-devel/lld/Manifest
+++ b/sys-devel/lld/Manifest
@@ -6,6 +6,4 @@ DIST llvm-project-16.0.3.src.tar.xz 117998136 BLAKE2B 
6117586a117c30515e9a5623ab
 DIST llvm-project-16.0.3.src.tar.xz.sig 566 BLAKE2B 
bbd96268b006fecffd7402452ae7559bd2ea42c7b771999f58893a48d66b1b056b476a7022c70e2ab8f11dba8318ccc141f97a05ece3b9ed3b4405a6890b0c3a
 SHA512 
cdd5e1c2a252ba58f9b7f8687d6cf9a330c188988707bd72f4632a8158a2db9ac180b3936da99b87e7e99886c39cb8517ebbb04b7d1be198e76964e31ec8dc58
 DIST llvm-project-16.0.4.src.tar.xz 117996332 BLAKE2B 
2ea3ef25290ce6180d271e42fbf5e02da973a21e3929c1ac8d1e3e7b268d39db97611e15654ca7e6527add24542d0eed0ee2b1b9d85dfd0ba661e55356bac5d3
 SHA512 
860bcb999005f55bed25691304983d7bf707f8e3246000595b412b9e88f4a1614be0adb43bbff9c30f49b969373fa0becab02a56ac37915a5f83c52ca8ea3f95
 DIST llvm-project-16.0.4.src.tar.xz.sig 566 BLAKE2B 
43cb2147f12f98f864797158e8efcfed9c6780fae3b5c71c0f1aea19a4131ee91c36bdf5b10e44f478f2370c8d22a9038038ecd607f25a95f2d3e33628eb9ac0
 SHA512 
c902d1b652e6e144fcf74f550539f56665475b6bdf673ba5bf2f1731c3bb8f5717ed56433d488c54bbf2f429b432da84e0bfb4b5fb5f2b7fa208b4f24f682be7
-DIST llvm-project-52882de0e641487329c9e093a90ea3dad01842c8.tar.gz 182953335 
BLAKE2B 
98682729992d73202e35b540d5d0d87e2acf44e4ab6896a0b6f9ac4a7423f55ad370ae1d7e919a6c86dc7f138a66890ac89b852b03305612d248ab567833f8be
 SHA512 
3685aff0f648e9b477e1e01edebe4799498c21587e2ed5577e2fdef98bb21ea215e206606a11692fbb93a0989fd59fd324faff2c4d97b7afca0851b53f123f05
-DIST llvm-project-7d436d56b60b36508b94e39d08761f1405a9c770.tar.gz 183363091 
BLAKE2B 
e0d3520814b3455e33107715697f00d653ad46bb8d8200caf42c42743520f389217ea2e57449bbc2e98126b602b2aa344e4125e4b1f92152f7957a11a9b9a150
 SHA512 
65a8e30702217e5e1309efe3daeda5115eeb2e8d25238db1fa4e8dcfc729d75655a10b3394f2f70b7e7efb8ea33a31b6e2482065cc81805023101da00584a81e
 DIST llvm-project-abbb22cc0c9c33dedb8d53c2bd3e703f92baace7.tar.gz 183193919 
BLAKE2B 
75c63d39918f7ec0faca0b1d03ba17dbd7d39a6f1d3a031dcb005ae1729933d8481f0bd745ec029ab21779525b2ddaf2989eaca2aed2b0e9b60c50ef71c7fc11
 SHA512 
f0c1b6fe2e087db202d32de05613b7570bd9a82dfef2e464014c9d4c9ba02c20d423cb783aa40ce5e9c9e074288efb2e5b6d70d55913bd285108e747400f55e7

diff --git a/sys-devel/lld/lld-17.0.0_pre20230502.ebuild 
b/sys-devel/lld/lld-17.0.0_pre20230502.ebuild
deleted file mode 100644
index 5d38213eefc3..
--- a/sys-devel/lld/lld-17.0.0_pre20230502.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-inherit cmake flag-o-matic llvm llvm.org python-any-r1 toolchain-funcs
-
-DESCRIPTION="The LLVM linker (link editor)"
-HOMEPAGE="https://llvm.org/;
-
-LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
-SLOT="${LLVM_MAJOR}/${LLVM_SOABI}"
-KEYWORDS=""
-IUSE="+debug test zstd"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-   ~sys-devel/llvm-${PV}[debug=,zstd=]
-   sys-libs/zlib:=
-   zstd? ( app-arch/zstd:= )
-"
-RDEPEND="
-   ${DEPEND}
-   !sys-devel/lld:0
-"
-BDEPEND="
-   sys-devel/llvm:${LLVM_MAJOR}
-   test? (
-   >=dev-util/cmake-3.16
-   $(python_gen_any_dep 
">=dev-python/lit-${PV}[\${PYTHON_USEDEP}]")
-   )
-"
-PDEPEND="
-   >=sys-devel/lld-toolchain-symlinks-16-r2:${LLVM_MAJOR}
-"
-
-LLVM_COMPONENTS=( lld cmake libunwind/include/mach-o )
-llvm.org_set_globals
-
-python_check_deps() {
-   python_has_version ">=dev-python/lit-${PV}[${PYTHON_USEDEP}]"
-}
-
-pkg_setup() {
-   LLVM_MAX_SLOT=${LLVM_MAJOR} llvm_pkg_setup
-   use test && python-any-r1_pkg_setup
-}
-
-src_unpack() {
-   llvm.org_src_unpack
-
-   # Directory ${WORKDIR}/llvm does not exist with USE="-test",
-   # but LLVM_MAIN_SRC_DIR="${WORKDIR}/llvm" is set below,
-   # and ${LLVM_MAIN_SRC_DIR}/../libunwind/include is used by build system
-   # (lld/MachO/CMakeLists.txt) and is expected to be resolvable
-   # to existent directory ${WORKDIR}/libunwind/include.
-   mkdir -p "${WORKDIR}/llvm" || die
-}
-
-src_configure() {
-   # LLVM_ENABLE_ASSERTIONS=NO does not guarantee this for us, #614844
-   use debug || local -x CPPFLAGS="${CPPFLAGS} -DNDEBUG"
-
-   use elibc_musl && append-ldflags 

[gentoo-commits] repo/gentoo:master commit in: sys-devel/clang-runtime/

2023-05-26 Thread Michał Górny
commit: 8fd31b93db11b8db13929568f667767f4afad67a
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 27 05:48:23 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 27 05:51:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fd31b93

sys-devel/clang-runtime: Remove old snapshots

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

 .../clang-runtime-17.0.0_pre20230502.ebuild| 41 --
 .../clang-runtime-17.0.0_pre20230512.ebuild| 41 --
 2 files changed, 82 deletions(-)

diff --git a/sys-devel/clang-runtime/clang-runtime-17.0.0_pre20230502.ebuild 
b/sys-devel/clang-runtime/clang-runtime-17.0.0_pre20230502.ebuild
deleted file mode 100644
index 67b42357665e..
--- a/sys-devel/clang-runtime/clang-runtime-17.0.0_pre20230502.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit multilib-build toolchain-funcs
-
-DESCRIPTION="Meta-ebuild for clang runtime libraries"
-HOMEPAGE="https://clang.llvm.org/;
-
-LICENSE="metapackage"
-SLOT="${PV%%.*}"
-KEYWORDS=""
-IUSE="+compiler-rt libcxx openmp +sanitize"
-REQUIRED_USE="sanitize? ( compiler-rt )"
-PROPERTIES="live"
-
-RDEPEND="
-   compiler-rt? (
-   
~sys-libs/compiler-rt-${PV}:${SLOT}[abi_x86_32(+)?,abi_x86_64(+)?]
-   sanitize? (
-   
~sys-libs/compiler-rt-sanitizers-${PV}:${SLOT}[abi_x86_32(+)?,abi_x86_64(+)?]
-   )
-   )
-   libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] )
-   openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )
-"
-
-pkg_pretend() {
-   if tc-is-clang; then
-   ewarn "You seem to be using clang as a system compiler.  As of 
clang-16,"
-   ewarn "upstream has turned a few warnings that commonly occur 
during"
-   ewarn "configure script runs into errors by default.  This 
causes some"
-   ewarn "configure tests to start failing, sometimes resulting in 
silent"
-   ewarn "breakage, missing functionality or runtime misbehavior.  
It is"
-   ewarn "not yet clear whether the change will remain or be 
reverted."
-   ewarn
-   ewarn "For more information, please see:"
-   ewarn 
"https://discourse.llvm.org/t/configure-script-breakage-with-the-new-werror-implicit-function-declaration/65213;
-   fi
-}

diff --git a/sys-devel/clang-runtime/clang-runtime-17.0.0_pre20230512.ebuild 
b/sys-devel/clang-runtime/clang-runtime-17.0.0_pre20230512.ebuild
deleted file mode 100644
index 67b42357665e..
--- a/sys-devel/clang-runtime/clang-runtime-17.0.0_pre20230512.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit multilib-build toolchain-funcs
-
-DESCRIPTION="Meta-ebuild for clang runtime libraries"
-HOMEPAGE="https://clang.llvm.org/;
-
-LICENSE="metapackage"
-SLOT="${PV%%.*}"
-KEYWORDS=""
-IUSE="+compiler-rt libcxx openmp +sanitize"
-REQUIRED_USE="sanitize? ( compiler-rt )"
-PROPERTIES="live"
-
-RDEPEND="
-   compiler-rt? (
-   
~sys-libs/compiler-rt-${PV}:${SLOT}[abi_x86_32(+)?,abi_x86_64(+)?]
-   sanitize? (
-   
~sys-libs/compiler-rt-sanitizers-${PV}:${SLOT}[abi_x86_32(+)?,abi_x86_64(+)?]
-   )
-   )
-   libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] )
-   openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )
-"
-
-pkg_pretend() {
-   if tc-is-clang; then
-   ewarn "You seem to be using clang as a system compiler.  As of 
clang-16,"
-   ewarn "upstream has turned a few warnings that commonly occur 
during"
-   ewarn "configure script runs into errors by default.  This 
causes some"
-   ewarn "configure tests to start failing, sometimes resulting in 
silent"
-   ewarn "breakage, missing functionality or runtime misbehavior.  
It is"
-   ewarn "not yet clear whether the change will remain or be 
reverted."
-   ewarn
-   ewarn "For more information, please see:"
-   ewarn 
"https://discourse.llvm.org/t/configure-script-breakage-with-the-new-werror-implicit-function-declaration/65213;
-   fi
-}



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

2023-05-26 Thread Michał Górny
commit: a4eeff18cdb613b3488501b5873e943c27c87891
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 27 05:48:29 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 27 05:52:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4eeff18

sys-libs/compiler-rt: Remove old snapshots

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

 sys-libs/compiler-rt/Manifest  |   2 -
 .../compiler-rt-17.0.0_pre20230502.ebuild  | 149 -
 .../compiler-rt-17.0.0_pre20230512.ebuild  | 149 -
 3 files changed, 300 deletions(-)

diff --git a/sys-libs/compiler-rt/Manifest b/sys-libs/compiler-rt/Manifest
index 8e4a2ceb69cd..ef4bbaa5aade 100644
--- a/sys-libs/compiler-rt/Manifest
+++ b/sys-libs/compiler-rt/Manifest
@@ -8,6 +8,4 @@ DIST llvm-project-16.0.3.src.tar.xz 117998136 BLAKE2B 
6117586a117c30515e9a5623ab
 DIST llvm-project-16.0.3.src.tar.xz.sig 566 BLAKE2B 
bbd96268b006fecffd7402452ae7559bd2ea42c7b771999f58893a48d66b1b056b476a7022c70e2ab8f11dba8318ccc141f97a05ece3b9ed3b4405a6890b0c3a
 SHA512 
cdd5e1c2a252ba58f9b7f8687d6cf9a330c188988707bd72f4632a8158a2db9ac180b3936da99b87e7e99886c39cb8517ebbb04b7d1be198e76964e31ec8dc58
 DIST llvm-project-16.0.4.src.tar.xz 117996332 BLAKE2B 
2ea3ef25290ce6180d271e42fbf5e02da973a21e3929c1ac8d1e3e7b268d39db97611e15654ca7e6527add24542d0eed0ee2b1b9d85dfd0ba661e55356bac5d3
 SHA512 
860bcb999005f55bed25691304983d7bf707f8e3246000595b412b9e88f4a1614be0adb43bbff9c30f49b969373fa0becab02a56ac37915a5f83c52ca8ea3f95
 DIST llvm-project-16.0.4.src.tar.xz.sig 566 BLAKE2B 
43cb2147f12f98f864797158e8efcfed9c6780fae3b5c71c0f1aea19a4131ee91c36bdf5b10e44f478f2370c8d22a9038038ecd607f25a95f2d3e33628eb9ac0
 SHA512 
c902d1b652e6e144fcf74f550539f56665475b6bdf673ba5bf2f1731c3bb8f5717ed56433d488c54bbf2f429b432da84e0bfb4b5fb5f2b7fa208b4f24f682be7
-DIST llvm-project-52882de0e641487329c9e093a90ea3dad01842c8.tar.gz 182953335 
BLAKE2B 
98682729992d73202e35b540d5d0d87e2acf44e4ab6896a0b6f9ac4a7423f55ad370ae1d7e919a6c86dc7f138a66890ac89b852b03305612d248ab567833f8be
 SHA512 
3685aff0f648e9b477e1e01edebe4799498c21587e2ed5577e2fdef98bb21ea215e206606a11692fbb93a0989fd59fd324faff2c4d97b7afca0851b53f123f05
-DIST llvm-project-7d436d56b60b36508b94e39d08761f1405a9c770.tar.gz 183363091 
BLAKE2B 
e0d3520814b3455e33107715697f00d653ad46bb8d8200caf42c42743520f389217ea2e57449bbc2e98126b602b2aa344e4125e4b1f92152f7957a11a9b9a150
 SHA512 
65a8e30702217e5e1309efe3daeda5115eeb2e8d25238db1fa4e8dcfc729d75655a10b3394f2f70b7e7efb8ea33a31b6e2482065cc81805023101da00584a81e
 DIST llvm-project-abbb22cc0c9c33dedb8d53c2bd3e703f92baace7.tar.gz 183193919 
BLAKE2B 
75c63d39918f7ec0faca0b1d03ba17dbd7d39a6f1d3a031dcb005ae1729933d8481f0bd745ec029ab21779525b2ddaf2989eaca2aed2b0e9b60c50ef71c7fc11
 SHA512 
f0c1b6fe2e087db202d32de05613b7570bd9a82dfef2e464014c9d4c9ba02c20d423cb783aa40ce5e9c9e074288efb2e5b6d70d55913bd285108e747400f55e7

diff --git a/sys-libs/compiler-rt/compiler-rt-17.0.0_pre20230502.ebuild 
b/sys-libs/compiler-rt/compiler-rt-17.0.0_pre20230502.ebuild
deleted file mode 100644
index 5bb8f9d050ac..
--- a/sys-libs/compiler-rt/compiler-rt-17.0.0_pre20230502.ebuild
+++ /dev/null
@@ -1,149 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-inherit cmake flag-o-matic llvm llvm.org python-any-r1 toolchain-funcs
-
-DESCRIPTION="Compiler runtime library for clang (built-in part)"
-HOMEPAGE="https://llvm.org/;
-
-LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
-SLOT="${LLVM_MAJOR}"
-KEYWORDS=""
-IUSE="+abi_x86_32 abi_x86_64 +clang +debug test"
-RESTRICT="!test? ( test ) !clang? ( test )"
-
-DEPEND="
-   sys-devel/llvm:${LLVM_MAJOR}
-"
-BDEPEND="
-   >=dev-util/cmake-3.16
-   clang? ( sys-devel/clang )
-   test? (
-   $(python_gen_any_dep ">=dev-python/lit-15[\${PYTHON_USEDEP}]")
-   =sys-devel/clang-${LLVM_VERSION}*:${LLVM_MAJOR}
-   )
-   !test? (
-   ${PYTHON_DEPS}
-   )
-"
-
-LLVM_COMPONENTS=( compiler-rt cmake llvm/cmake )
-llvm.org_set_globals
-
-python_check_deps() {
-   use test || return 0
-   python_has_version ">=dev-python/lit-15[${PYTHON_USEDEP}]"
-}
-
-pkg_pretend() {
-   if ! use clang && ! tc-is-clang; then
-   ewarn "Building using a compiler other than clang may result in 
broken atomics"
-   ewarn "library. Enable USE=clang unless you have a very good 
reason not to."
-   fi
-}
-
-pkg_setup() {
-   # Darwin Prefix builds do not have llvm installed yet, so rely on
-   # bootstrap-prefix to set the appropriate path vars to LLVM instead
-   # of using llvm_pkg_setup.
-   if [[ ${CHOST} != *-darwin* ]] || has_version sys-devel/llvm; then
-   LLVM_MAX_SLOT=${LLVM_MAJOR} llvm_pkg_setup
-   fi
-   python-any-r1_pkg_setup
-}
-
-test_compiler() {
-   

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

2023-05-26 Thread Michał Górny
commit: 547a704c421f17ec0dc2f069a9673987dc1cf8df
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 27 05:48:25 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 27 05:51:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=547a704c

sys-libs/libcxx: Remove old snapshots

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

 sys-libs/libcxx/Manifest |   2 -
 sys-libs/libcxx/libcxx-17.0.0_pre20230502.ebuild | 204 ---
 sys-libs/libcxx/libcxx-17.0.0_pre20230512.ebuild | 204 ---
 3 files changed, 410 deletions(-)

diff --git a/sys-libs/libcxx/Manifest b/sys-libs/libcxx/Manifest
index 5592133d2920..da9707b32d70 100644
--- a/sys-libs/libcxx/Manifest
+++ b/sys-libs/libcxx/Manifest
@@ -8,6 +8,4 @@ DIST llvm-project-16.0.3.src.tar.xz 117998136 BLAKE2B 
6117586a117c30515e9a5623ab
 DIST llvm-project-16.0.3.src.tar.xz.sig 566 BLAKE2B 
bbd96268b006fecffd7402452ae7559bd2ea42c7b771999f58893a48d66b1b056b476a7022c70e2ab8f11dba8318ccc141f97a05ece3b9ed3b4405a6890b0c3a
 SHA512 
cdd5e1c2a252ba58f9b7f8687d6cf9a330c188988707bd72f4632a8158a2db9ac180b3936da99b87e7e99886c39cb8517ebbb04b7d1be198e76964e31ec8dc58
 DIST llvm-project-16.0.4.src.tar.xz 117996332 BLAKE2B 
2ea3ef25290ce6180d271e42fbf5e02da973a21e3929c1ac8d1e3e7b268d39db97611e15654ca7e6527add24542d0eed0ee2b1b9d85dfd0ba661e55356bac5d3
 SHA512 
860bcb999005f55bed25691304983d7bf707f8e3246000595b412b9e88f4a1614be0adb43bbff9c30f49b969373fa0becab02a56ac37915a5f83c52ca8ea3f95
 DIST llvm-project-16.0.4.src.tar.xz.sig 566 BLAKE2B 
43cb2147f12f98f864797158e8efcfed9c6780fae3b5c71c0f1aea19a4131ee91c36bdf5b10e44f478f2370c8d22a9038038ecd607f25a95f2d3e33628eb9ac0
 SHA512 
c902d1b652e6e144fcf74f550539f56665475b6bdf673ba5bf2f1731c3bb8f5717ed56433d488c54bbf2f429b432da84e0bfb4b5fb5f2b7fa208b4f24f682be7
-DIST llvm-project-52882de0e641487329c9e093a90ea3dad01842c8.tar.gz 182953335 
BLAKE2B 
98682729992d73202e35b540d5d0d87e2acf44e4ab6896a0b6f9ac4a7423f55ad370ae1d7e919a6c86dc7f138a66890ac89b852b03305612d248ab567833f8be
 SHA512 
3685aff0f648e9b477e1e01edebe4799498c21587e2ed5577e2fdef98bb21ea215e206606a11692fbb93a0989fd59fd324faff2c4d97b7afca0851b53f123f05
-DIST llvm-project-7d436d56b60b36508b94e39d08761f1405a9c770.tar.gz 183363091 
BLAKE2B 
e0d3520814b3455e33107715697f00d653ad46bb8d8200caf42c42743520f389217ea2e57449bbc2e98126b602b2aa344e4125e4b1f92152f7957a11a9b9a150
 SHA512 
65a8e30702217e5e1309efe3daeda5115eeb2e8d25238db1fa4e8dcfc729d75655a10b3394f2f70b7e7efb8ea33a31b6e2482065cc81805023101da00584a81e
 DIST llvm-project-abbb22cc0c9c33dedb8d53c2bd3e703f92baace7.tar.gz 183193919 
BLAKE2B 
75c63d39918f7ec0faca0b1d03ba17dbd7d39a6f1d3a031dcb005ae1729933d8481f0bd745ec029ab21779525b2ddaf2989eaca2aed2b0e9b60c50ef71c7fc11
 SHA512 
f0c1b6fe2e087db202d32de05613b7570bd9a82dfef2e464014c9d4c9ba02c20d423cb783aa40ce5e9c9e074288efb2e5b6d70d55913bd285108e747400f55e7

diff --git a/sys-libs/libcxx/libcxx-17.0.0_pre20230502.ebuild 
b/sys-libs/libcxx/libcxx-17.0.0_pre20230502.ebuild
deleted file mode 100644
index 56140d06df64..
--- a/sys-libs/libcxx/libcxx-17.0.0_pre20230502.ebuild
+++ /dev/null
@@ -1,204 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-inherit cmake-multilib flag-o-matic llvm llvm.org python-any-r1 \
-   toolchain-funcs
-
-DESCRIPTION="New implementation of the C++ standard library, targeting C++11"
-HOMEPAGE="https://libcxx.llvm.org/;
-
-LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
-SLOT="0"
-KEYWORDS=""
-IUSE="+clang +libcxxabi static-libs test"
-REQUIRED_USE="test? ( clang )"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   libcxxabi? (
-   ~sys-libs/libcxxabi-${PV}[static-libs?,${MULTILIB_USEDEP}]
-   )
-   !libcxxabi? ( >=sys-devel/gcc-4.7:=[cxx] )
-"
-DEPEND="
-   ${RDEPEND}
-   sys-devel/llvm:${LLVM_MAJOR}
-"
-BDEPEND="
-   clang? (
-   sys-devel/clang:${LLVM_MAJOR}
-   )
-   !test? (
-   ${PYTHON_DEPS}
-   )
-   test? (
-   >=dev-util/cmake-3.16
-   sys-devel/gdb[python]
-   $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]')
-   )
-"
-
-LLVM_COMPONENTS=( runtimes libcxx{,abi} llvm/{cmake,utils/llvm-lit} cmake )
-llvm.org_set_globals
-
-python_check_deps() {
-   use test || return 0
-   python_has_version "dev-python/lit[${PYTHON_USEDEP}]"
-}
-
-pkg_setup() {
-   # Darwin Prefix builds do not have llvm installed yet, so rely on
-   # bootstrap-prefix to set the appropriate path vars to LLVM instead
-   # of using llvm_pkg_setup.
-   if [[ ${CHOST} != *-darwin* ]] || has_version sys-devel/llvm; then
-   LLVM_MAX_SLOT=${LLVM_MAJOR} llvm_pkg_setup
-   fi
-   python-any-r1_pkg_setup
-
-   if ! use libcxxabi && ! tc-is-gcc ; then
-   eerror "To build ${PN} against 

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

2023-05-26 Thread Michał Górny
commit: 3afc9eb52107225377e7be38c690a11ff21bbc21
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 27 05:48:24 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 27 05:51:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3afc9eb5

sys-libs/libomp: Remove old snapshots

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

 sys-libs/libomp/Manifest |   2 -
 sys-libs/libomp/libomp-17.0.0_pre20230502.ebuild | 151 ---
 sys-libs/libomp/libomp-17.0.0_pre20230512.ebuild | 151 ---
 3 files changed, 304 deletions(-)

diff --git a/sys-libs/libomp/Manifest b/sys-libs/libomp/Manifest
index 0db10047d26b..51ed5725e392 100644
--- a/sys-libs/libomp/Manifest
+++ b/sys-libs/libomp/Manifest
@@ -9,6 +9,4 @@ DIST llvm-project-16.0.3.src.tar.xz 117998136 BLAKE2B 
6117586a117c30515e9a5623ab
 DIST llvm-project-16.0.3.src.tar.xz.sig 566 BLAKE2B 
bbd96268b006fecffd7402452ae7559bd2ea42c7b771999f58893a48d66b1b056b476a7022c70e2ab8f11dba8318ccc141f97a05ece3b9ed3b4405a6890b0c3a
 SHA512 
cdd5e1c2a252ba58f9b7f8687d6cf9a330c188988707bd72f4632a8158a2db9ac180b3936da99b87e7e99886c39cb8517ebbb04b7d1be198e76964e31ec8dc58
 DIST llvm-project-16.0.4.src.tar.xz 117996332 BLAKE2B 
2ea3ef25290ce6180d271e42fbf5e02da973a21e3929c1ac8d1e3e7b268d39db97611e15654ca7e6527add24542d0eed0ee2b1b9d85dfd0ba661e55356bac5d3
 SHA512 
860bcb999005f55bed25691304983d7bf707f8e3246000595b412b9e88f4a1614be0adb43bbff9c30f49b969373fa0becab02a56ac37915a5f83c52ca8ea3f95
 DIST llvm-project-16.0.4.src.tar.xz.sig 566 BLAKE2B 
43cb2147f12f98f864797158e8efcfed9c6780fae3b5c71c0f1aea19a4131ee91c36bdf5b10e44f478f2370c8d22a9038038ecd607f25a95f2d3e33628eb9ac0
 SHA512 
c902d1b652e6e144fcf74f550539f56665475b6bdf673ba5bf2f1731c3bb8f5717ed56433d488c54bbf2f429b432da84e0bfb4b5fb5f2b7fa208b4f24f682be7
-DIST llvm-project-52882de0e641487329c9e093a90ea3dad01842c8.tar.gz 182953335 
BLAKE2B 
98682729992d73202e35b540d5d0d87e2acf44e4ab6896a0b6f9ac4a7423f55ad370ae1d7e919a6c86dc7f138a66890ac89b852b03305612d248ab567833f8be
 SHA512 
3685aff0f648e9b477e1e01edebe4799498c21587e2ed5577e2fdef98bb21ea215e206606a11692fbb93a0989fd59fd324faff2c4d97b7afca0851b53f123f05
-DIST llvm-project-7d436d56b60b36508b94e39d08761f1405a9c770.tar.gz 183363091 
BLAKE2B 
e0d3520814b3455e33107715697f00d653ad46bb8d8200caf42c42743520f389217ea2e57449bbc2e98126b602b2aa344e4125e4b1f92152f7957a11a9b9a150
 SHA512 
65a8e30702217e5e1309efe3daeda5115eeb2e8d25238db1fa4e8dcfc729d75655a10b3394f2f70b7e7efb8ea33a31b6e2482065cc81805023101da00584a81e
 DIST llvm-project-abbb22cc0c9c33dedb8d53c2bd3e703f92baace7.tar.gz 183193919 
BLAKE2B 
75c63d39918f7ec0faca0b1d03ba17dbd7d39a6f1d3a031dcb005ae1729933d8481f0bd745ec029ab21779525b2ddaf2989eaca2aed2b0e9b60c50ef71c7fc11
 SHA512 
f0c1b6fe2e087db202d32de05613b7570bd9a82dfef2e464014c9d4c9ba02c20d423cb783aa40ce5e9c9e074288efb2e5b6d70d55913bd285108e747400f55e7

diff --git a/sys-libs/libomp/libomp-17.0.0_pre20230502.ebuild 
b/sys-libs/libomp/libomp-17.0.0_pre20230502.ebuild
deleted file mode 100644
index 0da07fface9a..
--- a/sys-libs/libomp/libomp-17.0.0_pre20230502.ebuild
+++ /dev/null
@@ -1,151 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-inherit flag-o-matic cmake-multilib linux-info llvm llvm.org
-inherit python-single-r1 toolchain-funcs
-
-DESCRIPTION="OpenMP runtime library for LLVM/clang compiler"
-HOMEPAGE="https://openmp.llvm.org;
-
-LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
-SLOT="0/${LLVM_SOABI}"
-KEYWORDS=""
-IUSE="
-   +debug gdb-plugin hwloc offload ompt test
-   llvm_targets_AMDGPU llvm_targets_NVPTX
-"
-REQUIRED_USE="
-   gdb-plugin? ( ${PYTHON_REQUIRED_USE} )
-"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   gdb-plugin? ( ${PYTHON_DEPS} )
-   hwloc? ( >=sys-apps/hwloc-2.5:0=[${MULTILIB_USEDEP}] )
-   offload? (
-   dev-libs/libffi:=[${MULTILIB_USEDEP}]
-   ~sys-devel/llvm-${PV}[${MULTILIB_USEDEP}]
-   llvm_targets_AMDGPU? ( dev-libs/rocr-runtime:= )
-   )
-"
-# tests:
-# - dev-python/lit provides the test runner
-# - sys-devel/llvm provide test utils (e.g. FileCheck)
-# - sys-devel/clang provides the compiler to run tests
-DEPEND="
-   ${RDEPEND}
-"
-BDEPEND="
-   dev-lang/perl
-   offload? (
-   llvm_targets_AMDGPU? ( sys-devel/clang )
-   llvm_targets_NVPTX? ( sys-devel/clang )
-   virtual/pkgconfig
-   )
-   test? (
-   ${PYTHON_DEPS}
-   $(python_gen_cond_dep '
-   dev-python/lit[${PYTHON_USEDEP}]
-   ')
-   sys-devel/clang
-   )
-"
-
-LLVM_COMPONENTS=( openmp cmake llvm/include )
-llvm.org_set_globals
-
-kernel_pds_check() {
-   if use kernel_linux && kernel_is -lt 4 15 && kernel_is -ge 4 13; then
-   local 

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

2023-05-26 Thread Michał Górny
commit: 27018e65f9b7ddd85e1c78b7a71b22fe5786f11e
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 27 05:48:26 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 27 05:52:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27018e65

sys-libs/libcxxabi: Remove old snapshots

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

 sys-libs/libcxxabi/Manifest|   2 -
 .../libcxxabi/libcxxabi-17.0.0_pre20230502.ebuild  | 116 -
 .../libcxxabi/libcxxabi-17.0.0_pre20230512.ebuild  | 116 -
 3 files changed, 234 deletions(-)

diff --git a/sys-libs/libcxxabi/Manifest b/sys-libs/libcxxabi/Manifest
index 8526c1e2e3e1..03db32342aab 100644
--- a/sys-libs/libcxxabi/Manifest
+++ b/sys-libs/libcxxabi/Manifest
@@ -6,6 +6,4 @@ DIST llvm-project-16.0.3.src.tar.xz 117998136 BLAKE2B 
6117586a117c30515e9a5623ab
 DIST llvm-project-16.0.3.src.tar.xz.sig 566 BLAKE2B 
bbd96268b006fecffd7402452ae7559bd2ea42c7b771999f58893a48d66b1b056b476a7022c70e2ab8f11dba8318ccc141f97a05ece3b9ed3b4405a6890b0c3a
 SHA512 
cdd5e1c2a252ba58f9b7f8687d6cf9a330c188988707bd72f4632a8158a2db9ac180b3936da99b87e7e99886c39cb8517ebbb04b7d1be198e76964e31ec8dc58
 DIST llvm-project-16.0.4.src.tar.xz 117996332 BLAKE2B 
2ea3ef25290ce6180d271e42fbf5e02da973a21e3929c1ac8d1e3e7b268d39db97611e15654ca7e6527add24542d0eed0ee2b1b9d85dfd0ba661e55356bac5d3
 SHA512 
860bcb999005f55bed25691304983d7bf707f8e3246000595b412b9e88f4a1614be0adb43bbff9c30f49b969373fa0becab02a56ac37915a5f83c52ca8ea3f95
 DIST llvm-project-16.0.4.src.tar.xz.sig 566 BLAKE2B 
43cb2147f12f98f864797158e8efcfed9c6780fae3b5c71c0f1aea19a4131ee91c36bdf5b10e44f478f2370c8d22a9038038ecd607f25a95f2d3e33628eb9ac0
 SHA512 
c902d1b652e6e144fcf74f550539f56665475b6bdf673ba5bf2f1731c3bb8f5717ed56433d488c54bbf2f429b432da84e0bfb4b5fb5f2b7fa208b4f24f682be7
-DIST llvm-project-52882de0e641487329c9e093a90ea3dad01842c8.tar.gz 182953335 
BLAKE2B 
98682729992d73202e35b540d5d0d87e2acf44e4ab6896a0b6f9ac4a7423f55ad370ae1d7e919a6c86dc7f138a66890ac89b852b03305612d248ab567833f8be
 SHA512 
3685aff0f648e9b477e1e01edebe4799498c21587e2ed5577e2fdef98bb21ea215e206606a11692fbb93a0989fd59fd324faff2c4d97b7afca0851b53f123f05
-DIST llvm-project-7d436d56b60b36508b94e39d08761f1405a9c770.tar.gz 183363091 
BLAKE2B 
e0d3520814b3455e33107715697f00d653ad46bb8d8200caf42c42743520f389217ea2e57449bbc2e98126b602b2aa344e4125e4b1f92152f7957a11a9b9a150
 SHA512 
65a8e30702217e5e1309efe3daeda5115eeb2e8d25238db1fa4e8dcfc729d75655a10b3394f2f70b7e7efb8ea33a31b6e2482065cc81805023101da00584a81e
 DIST llvm-project-abbb22cc0c9c33dedb8d53c2bd3e703f92baace7.tar.gz 183193919 
BLAKE2B 
75c63d39918f7ec0faca0b1d03ba17dbd7d39a6f1d3a031dcb005ae1729933d8481f0bd745ec029ab21779525b2ddaf2989eaca2aed2b0e9b60c50ef71c7fc11
 SHA512 
f0c1b6fe2e087db202d32de05613b7570bd9a82dfef2e464014c9d4c9ba02c20d423cb783aa40ce5e9c9e074288efb2e5b6d70d55913bd285108e747400f55e7

diff --git a/sys-libs/libcxxabi/libcxxabi-17.0.0_pre20230502.ebuild 
b/sys-libs/libcxxabi/libcxxabi-17.0.0_pre20230502.ebuild
deleted file mode 100644
index 16f40d6829fa..
--- a/sys-libs/libcxxabi/libcxxabi-17.0.0_pre20230502.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-inherit cmake-multilib flag-o-matic llvm llvm.org python-any-r1 \
-   toolchain-funcs
-
-DESCRIPTION="Low level support for a standard C++ library"
-HOMEPAGE="https://libcxxabi.llvm.org/;
-
-LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
-SLOT="0"
-KEYWORDS=""
-IUSE="+clang static-libs test"
-REQUIRED_USE="test? ( clang )"
-RESTRICT="!test? ( test )"
-
-# in 15.x, cxxabi.h is moving from libcxx to libcxxabi
-RDEPEND+="
-   !https://libcxxabi.llvm.org/;
-
-LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
-SLOT="0"
-KEYWORDS=""
-IUSE="+clang static-libs test"
-REQUIRED_USE="test? ( clang )"
-RESTRICT="!test? ( test )"
-
-# in 15.x, cxxabi.h is moving from libcxx to libcxxabi
-RDEPEND+="
-   !

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

2023-05-26 Thread Michał Górny
commit: ad3db492d4c8b238108bf85bc5e4499f8f231860
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 27 05:48:22 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 27 05:51:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad3db492

dev-libs/libclc: Remove old snapshots

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

 dev-libs/libclc/Manifest |  2 -
 dev-libs/libclc/libclc-17.0.0_pre20230502.ebuild | 88 
 dev-libs/libclc/libclc-17.0.0_pre20230512.ebuild | 88 
 3 files changed, 178 deletions(-)

diff --git a/dev-libs/libclc/Manifest b/dev-libs/libclc/Manifest
index 8526c1e2e3e1..03db32342aab 100644
--- a/dev-libs/libclc/Manifest
+++ b/dev-libs/libclc/Manifest
@@ -6,6 +6,4 @@ DIST llvm-project-16.0.3.src.tar.xz 117998136 BLAKE2B 
6117586a117c30515e9a5623ab
 DIST llvm-project-16.0.3.src.tar.xz.sig 566 BLAKE2B 
bbd96268b006fecffd7402452ae7559bd2ea42c7b771999f58893a48d66b1b056b476a7022c70e2ab8f11dba8318ccc141f97a05ece3b9ed3b4405a6890b0c3a
 SHA512 
cdd5e1c2a252ba58f9b7f8687d6cf9a330c188988707bd72f4632a8158a2db9ac180b3936da99b87e7e99886c39cb8517ebbb04b7d1be198e76964e31ec8dc58
 DIST llvm-project-16.0.4.src.tar.xz 117996332 BLAKE2B 
2ea3ef25290ce6180d271e42fbf5e02da973a21e3929c1ac8d1e3e7b268d39db97611e15654ca7e6527add24542d0eed0ee2b1b9d85dfd0ba661e55356bac5d3
 SHA512 
860bcb999005f55bed25691304983d7bf707f8e3246000595b412b9e88f4a1614be0adb43bbff9c30f49b969373fa0becab02a56ac37915a5f83c52ca8ea3f95
 DIST llvm-project-16.0.4.src.tar.xz.sig 566 BLAKE2B 
43cb2147f12f98f864797158e8efcfed9c6780fae3b5c71c0f1aea19a4131ee91c36bdf5b10e44f478f2370c8d22a9038038ecd607f25a95f2d3e33628eb9ac0
 SHA512 
c902d1b652e6e144fcf74f550539f56665475b6bdf673ba5bf2f1731c3bb8f5717ed56433d488c54bbf2f429b432da84e0bfb4b5fb5f2b7fa208b4f24f682be7
-DIST llvm-project-52882de0e641487329c9e093a90ea3dad01842c8.tar.gz 182953335 
BLAKE2B 
98682729992d73202e35b540d5d0d87e2acf44e4ab6896a0b6f9ac4a7423f55ad370ae1d7e919a6c86dc7f138a66890ac89b852b03305612d248ab567833f8be
 SHA512 
3685aff0f648e9b477e1e01edebe4799498c21587e2ed5577e2fdef98bb21ea215e206606a11692fbb93a0989fd59fd324faff2c4d97b7afca0851b53f123f05
-DIST llvm-project-7d436d56b60b36508b94e39d08761f1405a9c770.tar.gz 183363091 
BLAKE2B 
e0d3520814b3455e33107715697f00d653ad46bb8d8200caf42c42743520f389217ea2e57449bbc2e98126b602b2aa344e4125e4b1f92152f7957a11a9b9a150
 SHA512 
65a8e30702217e5e1309efe3daeda5115eeb2e8d25238db1fa4e8dcfc729d75655a10b3394f2f70b7e7efb8ea33a31b6e2482065cc81805023101da00584a81e
 DIST llvm-project-abbb22cc0c9c33dedb8d53c2bd3e703f92baace7.tar.gz 183193919 
BLAKE2B 
75c63d39918f7ec0faca0b1d03ba17dbd7d39a6f1d3a031dcb005ae1729933d8481f0bd745ec029ab21779525b2ddaf2989eaca2aed2b0e9b60c50ef71c7fc11
 SHA512 
f0c1b6fe2e087db202d32de05613b7570bd9a82dfef2e464014c9d4c9ba02c20d423cb783aa40ce5e9c9e074288efb2e5b6d70d55913bd285108e747400f55e7

diff --git a/dev-libs/libclc/libclc-17.0.0_pre20230502.ebuild 
b/dev-libs/libclc/libclc-17.0.0_pre20230502.ebuild
deleted file mode 100644
index 5c4da7c66833..
--- a/dev-libs/libclc/libclc-17.0.0_pre20230502.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-inherit cmake llvm llvm.org python-any-r1
-
-DESCRIPTION="OpenCL C library"
-HOMEPAGE="https://libclc.llvm.org/;
-
-LICENSE="Apache-2.0-with-LLVM-exceptions || ( MIT BSD )"
-SLOT="0"
-KEYWORDS=""
-IUSE="+spirv video_cards_nvidia video_cards_r600 video_cards_radeonsi"
-
-LLVM_MAX_SLOT=17
-BDEPEND="
-   ${PYTHON_DEPS}
-   || (
-   (
-   sys-devel/clang:17
-   spirv? ( dev-util/spirv-llvm-translator:17 )
-   )
-   (
-   sys-devel/clang:16
-   spirv? ( dev-util/spirv-llvm-translator:16 )
-   )
-   (
-   sys-devel/clang:15
-   spirv? ( dev-util/spirv-llvm-translator:15 )
-   )
-   (
-   sys-devel/clang:14
-   spirv? ( dev-util/spirv-llvm-translator:14 )
-   )
-   (
-   sys-devel/clang:13
-   spirv? ( dev-util/spirv-llvm-translator:13 )
-   )
-   )
-"
-
-LLVM_COMPONENTS=( libclc )
-llvm.org_set_globals
-
-llvm_check_deps() {
-   if use spirv; then
-   has_version -b "dev-util/spirv-llvm-translator:${LLVM_SLOT}" ||
-   return 1
-   fi
-   has_version -b "sys-devel/clang:${LLVM_SLOT}"
-}
-
-pkg_setup() {
-   llvm_pkg_setup
-   python-any-r1_pkg_setup
-}
-
-src_configure() {
-   local libclc_targets=()
-
-   use spirv && libclc_targets+=(
-   "spirv-mesa3d-"
-   "spirv64-mesa3d-"
-   )
-   use video_cards_nvidia && libclc_targets+=(

[gentoo-commits] repo/gentoo:master commit in: dev-tex/latex-beamer/

2023-05-26 Thread Andrey Grozin
commit: 1b2b11b1087b35bc206e9c7c8b4a99c132ed39b9
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sat May 27 05:34:53 2023 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sat May 27 05:34:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b2b11b1

dev-tex/latex-beamer: bump to 3.70

Signed-off-by: Andrey Grozin  gentoo.org>

 dev-tex/latex-beamer/Manifest |  1 +
 dev-tex/latex-beamer/latex-beamer-3.70.ebuild | 40 +++
 dev-tex/latex-beamer/metadata.xml |  4 +++
 3 files changed, 45 insertions(+)

diff --git a/dev-tex/latex-beamer/Manifest b/dev-tex/latex-beamer/Manifest
index 2ca831970ce4..303108761965 100644
--- a/dev-tex/latex-beamer/Manifest
+++ b/dev-tex/latex-beamer/Manifest
@@ -1,2 +1,3 @@
 DIST latex-beamer-3.68.tar.gz 667803 BLAKE2B 
6a7ad8cd32a53ed3588c343787d925f110ae20abaa828aa276ca4143a892afd5549f58f6e3d4a7546d369d28d75d456cdb83aa69e5aca564b7266015d3344586
 SHA512 
df5118c8909420974f38530b660a56ebe750a99cc4605ddab884044b81f9a389c920ded463ad9dddf187a044195dca634ddb30cf2b6ca4a20588a3014282c383
 DIST latex-beamer-3.69.tar.gz 668714 BLAKE2B 
290379e8677a9d15d3967ad652ecd63bd72831f32dee6a2692c70dbc289584b3d0a8422a1b08a3353f69f76c2802358b77eea2509f998e6c0b2d966031ebb3af
 SHA512 
d33c4cfd0446427450f6ca044e13e248c0cf1c6d33fd3bdfb382b0cdd89c05291148822fa185574e590ebd7f6915e5cd544da37873ef68a4a6d72fb5dfa417df
+DIST latex-beamer-3.70.tar.gz 670042 BLAKE2B 
95e221920b2a306c3ef58abc3fe13a3befbd03bcf75bfa963836d01c5a6eaf2a4d76bfe98f8ec3e90934c1c1faa8248b09e253bbc2deea6c99209b8d7f21e177
 SHA512 
a8acc0afdbff6523860be10bb16f2e11356f0cdf50687206017331e8b3a4b703be1ff0e333c38033e061b3c45fe32f710ac38856848655cecf052748f2bba340

diff --git a/dev-tex/latex-beamer/latex-beamer-3.70.ebuild 
b/dev-tex/latex-beamer/latex-beamer-3.70.ebuild
new file mode 100644
index ..6e9430ace16e
--- /dev/null
+++ b/dev-tex/latex-beamer/latex-beamer-3.70.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit latex-package
+
+DESCRIPTION="LaTeX class for creating presentations using a video projector"
+HOMEPAGE="https://github.com/josephwright/beamer;
+SRC_URI="https://github.com/josephwright/beamer/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/beamer-${PV}"
+
+LICENSE="GPL-2 FDL-1.2 LPPL-1.3c"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+IUSE="doc"
+
+BDEPEND="dev-texlive/texlive-latex"
+RDEPEND="
+   >=dev-tex/pgf-1.10
+   dev-texlive/texlive-latexrecommended
+"
+
+src_prepare() {
+   default
+   rm -r doc/licenses || die
+}
+
+src_install() {
+   insinto /usr/share/texmf-site/tex/latex/beamer
+   doins -r base
+
+   dodoc README.md
+
+   if use doc ; then
+   docinto doc
+   dodoc -r  doc
+   dosym ../../../../../usr/share/doc/${PF}/doc/ 
"${TEXMF}/doc/latex/beamer"
+   fi
+}

diff --git a/dev-tex/latex-beamer/metadata.xml 
b/dev-tex/latex-beamer/metadata.xml
index f97ae5b22ebd..f1d9a8881278 100644
--- a/dev-tex/latex-beamer/metadata.xml
+++ b/dev-tex/latex-beamer/metadata.xml
@@ -1,6 +1,10 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
+   
+   gro...@gentoo.org
+   Andrey Grozin
+   

t...@gentoo.org
Gentoo TeX Project



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

2023-05-26 Thread Michał Górny
commit: 04443a6d2e39048c8a4f8fc5419603de1301a0f1
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 27 05:29:13 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 27 05:32:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04443a6d

dev-python/pyzmq: Update test deselects

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

 dev-python/pyzmq/pyzmq-25.1.0.ebuild | 17 +
 1 file changed, 5 insertions(+), 12 deletions(-)

diff --git a/dev-python/pyzmq/pyzmq-25.1.0.ebuild 
b/dev-python/pyzmq/pyzmq-25.1.0.ebuild
index 2c1cdd0b2335..2a5adc9d8913 100644
--- a/dev-python/pyzmq/pyzmq-25.1.0.ebuild
+++ b/dev-python/pyzmq/pyzmq-25.1.0.ebuild
@@ -59,22 +59,14 @@ PATCHES=(
 
 EPYTEST_DESELECT=(
# TODO
-   zmq/tests/test_constants.py::TestConstants::test_draft
-   zmq/tests/test_cython.py::test_cython
-
-   # Hangs often
-   zmq/tests/test_log.py::TestPubLog::test_blank_root_topic
+   zmq/tests/test_auth.py
+   zmq/tests/test_cython.py
+   zmq/tests/test_zmqstream.py
 )
 
 EPYTEST_IGNORE=(
# Avoid dependency on mypy
zmq/tests/test_mypy.py
-
-   # Broken upstream
-   zmq/tests/test_auth.py
-
-   # pytest-asyncio incompatibility?
-   zmq/tests/test_zmqstream.py
 )
 
 distutils_enable_tests pytest
@@ -91,6 +83,7 @@ python_prepare_all() {
 }
 
 python_test() {
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
-   epytest -p no:flaky
+   epytest -p asyncio -p rerunfailures
 }



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

2023-05-26 Thread Michał Górny
commit: bdda1e59b649a0718c513cbe75c7d915cbc7b9d5
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 27 04:53:48 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 27 05:32:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdda1e59

dev-python/icalendar: Bump to 5.0.6

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

 dev-python/icalendar/Manifest   |  1 +
 dev-python/icalendar/icalendar-5.0.6.ebuild | 42 +
 2 files changed, 43 insertions(+)

diff --git a/dev-python/icalendar/Manifest b/dev-python/icalendar/Manifest
index c7ab30fd42c9..ccde9b6a34d1 100644
--- a/dev-python/icalendar/Manifest
+++ b/dev-python/icalendar/Manifest
@@ -1 +1,2 @@
 DIST icalendar-5.0.5.tar.gz 103204 BLAKE2B 
20887b535f595ab222f3aca8ac396a71b53975816663693f89277a03be41885780d0b15269cd5955e00eeda0867db46781ea2300f542bca1a18687d50e025989
 SHA512 
1c1e6c94e2caa07686bc12389c3a5b823478f1652695bc167af95c26f92bbd3d60fb4e540d74eb90db289c647bfd6e1c82e83ee8f89bc87b80100d8b6fe5dd90
+DIST icalendar-5.0.6.tar.gz 103352 BLAKE2B 
642d5adace1358001f3691697443824a39347ab86cab2643f428e64cc47f1c231ed501b6d4fabe21a357ce357ed951467d41ccdbbce70bbe666b8aeda1c19e67
 SHA512 
696240e7e4efe57a194be5fa0e6158284e297277e72f7aea0bc547db5f638dae05ca8cafcadedb43673f1d9f19241f25516d90e8247a79660d8b2ef71c5da11a

diff --git a/dev-python/icalendar/icalendar-5.0.6.ebuild 
b/dev-python/icalendar/icalendar-5.0.6.ebuild
new file mode 100644
index ..8c55d51ef344
--- /dev/null
+++ b/dev-python/icalendar/icalendar-5.0.6.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Package used for parsing and generating iCalendar files (RFC 
2445)"
+HOMEPAGE="
+   https://github.com/collective/icalendar/
+   https://pypi.org/project/icalendar/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+RDEPEND="
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/backports-zoneinfo[${PYTHON_USEDEP}]
+   ' 3.8)
+"
+BDEPEND="
+   test? (
+   dev-python/hypothesis[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_sphinx docs
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # reset conf.py to not read version from an installed instance
+   sed -e "s:pkg_resources.get_distribution('icalendar').version:'${PV}':" 
\
+   -i docs/conf.py || die
+   distutils-r1_python_prepare_all
+}



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

2023-05-26 Thread Michał Górny
commit: 4e775e584a18a713da63bd2d13fe0973dffaa3e2
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 27 04:53:13 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 27 05:32:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e775e58

dev-python/dask: Bump to 2023.5.1

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

 dev-python/dask/Manifest |  1 +
 dev-python/dask/dask-2023.5.1.ebuild | 75 
 2 files changed, 76 insertions(+)

diff --git a/dev-python/dask/Manifest b/dev-python/dask/Manifest
index 62a576edcae1..70016ebc638d 100644
--- a/dev-python/dask/Manifest
+++ b/dev-python/dask/Manifest
@@ -1,3 +1,4 @@
 DIST dask-2023.4.0.gh.tar.gz 8511473 BLAKE2B 
3b6a4e07e0ddc1a40b9494089250e80254b16002c18b091911aa007e1e455f146a192e5f8f9c49b5cf73bc60d942429e1d5ff399516f2b81120ae8f4d79b1dbb
 SHA512 
40071fc3f5597312af28a5c545ebb14d2e2aa3d1a3a0a5d81d335fce3a7a8e7036c900a1caa43f84f76335c469b1bf138f662588f0d015943c4a4bf931c20349
 DIST dask-2023.4.1.gh.tar.gz 8514681 BLAKE2B 
5bdf8e81692f16b16f3c38ac45e309f73bf85b51aa3c2d9edaae36dc1d43b96a91a8f79e5219ea2a380d26f75c0954dec507b5913b74fdfabe691b340656c75f
 SHA512 
e640ec2bb532dd2723db1c51a023b62aba1198a393beea8eec359f47388a2a42e7a0fe20d06f393ba0538b86fe2f6e0d29eb00eada9cf4ca22acc45b80062dc9
 DIST dask-2023.5.0.gh.tar.gz 8515830 BLAKE2B 
b703407b238057be5238dce1987b280e6e5a38389091b6c9bd08ee06a042309e69fa20d2f511b35a7c74982fc91115507da3c125c74df16ebfbee97fc1782a77
 SHA512 
12381da648753e675920c29f2071b962319fa7a653b0f75cf9f5e6cd1319d8c2f9d2cac74de1097b5f162886a46499b90787f16bb22526f5bf6c1e6449f1629a
+DIST dask-2023.5.1.gh.tar.gz 8523514 BLAKE2B 
e34c9d44eaa8ab9b0d6af871503f3eefcf7167f8669d11b7348bde8e80a3c2dff99670b90c39f8746d56e5cea1126fd1cad7ace4627e9374ce763ac29c6d8bfd
 SHA512 
603d0deb0e88cc2ae5a5fdbc4352f454e68f836b7c3a9039ec20f9493b2b4c72684bb5981d6e985de5bb32d73fc48d0faa2834c9c56a04277755ea3c8e77fb75

diff --git a/dev-python/dask/dask-2023.5.1.ebuild 
b/dev-python/dask/dask-2023.5.1.ebuild
new file mode 100644
index ..555d07273c87
--- /dev/null
+++ b/dev-python/dask/dask-2023.5.1.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Task scheduling and blocked algorithms for parallel processing"
+HOMEPAGE="
+   https://www.dask.org/
+   https://github.com/dask/dask/
+   https://pypi.org/project/dask/
+"
+SRC_URI="
+   https://github.com/dask/dask/archive/${PV}.tar.gz -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/click-8.0[${PYTHON_USEDEP}]
+   >=dev-python/cloudpickle-1.5.0[${PYTHON_USEDEP}]
+   >=dev-python/fsspec-2021.9.0[${PYTHON_USEDEP}]
+   >=dev-python/importlib-metadata-4.13.0[${PYTHON_USEDEP}]
+   >=dev-python/numpy-1.21[${PYTHON_USEDEP}]
+   >=dev-python/pandas-1.3[${PYTHON_USEDEP}]
+   >=dev-python/packaging-20.0[${PYTHON_USEDEP}]
+   >=dev-python/partd-1.2.0[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP}]
+   >=dev-python/toolz-0.10.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/toolz[${PYTHON_USEDEP}]
+   >=dev-python/versioneer-0.28[${PYTHON_USEDEP}]
+   test? (
+   dev-python/moto[${PYTHON_USEDEP}]
+   dev-python/numexpr[${PYTHON_USEDEP}]
+   dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
+   dev-python/scipy[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # more tests relying on -Werror
+   "dask/array/tests/test_overlap.py::test_map_overlap_no_depth[None]"
+   dask/array/tests/test_random.py::test_RandomState_only_funcs
+   # TODO
+   dask/array/tests/test_reductions.py::test_mean_func_does_not_warn
+   dask/tests/test_config.py::test__get_paths
+   dask/array/tests/test_linalg.py::test_solve_assume_a
+   
"dask/dataframe/tests/test_dataframe.py::test_repartition_npartitions[0-float-5-1-True]"
+   
"dask/dataframe/tests/test_dataframe.py::test_repartition_npartitions[1-float-5-1-True]"
+   dask/array/tests/test_image.py::test_preprocess
+   # require sqlalchemy<2.0
+   dask/dataframe/io/tests/test_sql.py
+)
+
+src_prepare() {
+   # fails with sqlalchemy-2.0, even though we don't use it x_x
+   sed -i -e '/RemovedIn20Warning/d' pyproject.toml || die
+   sed -i -e 's:--cov-config=pyproject.toml::' pyproject.toml || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   epytest -p no:flaky -m "not network"
+}



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

2023-05-26 Thread Michał Górny
commit: b71b355d48a0fc1993fdbc10441f88efb08de805
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 27 04:52:06 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 27 05:32:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b71b355d

dev-python/rq: Bump to 1.15

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

 dev-python/rq/Manifest   |  1 +
 dev-python/rq/rq-1.15.ebuild | 61 
 2 files changed, 62 insertions(+)

diff --git a/dev-python/rq/Manifest b/dev-python/rq/Manifest
index e26122540200..dcc13ef44bb9 100644
--- a/dev-python/rq/Manifest
+++ b/dev-python/rq/Manifest
@@ -1,3 +1,4 @@
 DIST rq-1.13.0.gh.tar.gz 616679 BLAKE2B 
026914ab01f769797e1f7fabc944b5ccdeb1ce1957c7acc72d067e0bdd113ebb30f0060ea5adbceaac5e69b40e176c09a0b1f216cffb02132772e72151b79986
 SHA512 
6c3b4bb868cae6ffd07718b3f517350eba2effc1b3ae70ef601984cc525ecfb3f82f8569a2b0f333c5f248d3befbe3d4953f5058f8e9cb2f08ce6dadae963902
 DIST rq-1.14.1.gh.tar.gz 628713 BLAKE2B 
fbd0904faa64ea3207636f765e36042ed8ca2f0b3b57c634c3f9a6254cab811725719bb3c3974f9e19f173e4422355119f550c09a7176e1a4fca26cf26bb6e5d
 SHA512 
f75fe944c041fb8dfe9607b480dbf62d72f8715934e014b4c666f19c73123e7062ab0e17190f572b2cdad6a916dbf2190637255af5c1db51b41765d448ad2120
 DIST rq-1.14.gh.tar.gz 627836 BLAKE2B 
4127d6c183826ee84eb290145098b545938cdeca2daf836c08ae49a07265cebfc4eb0dbdd92c640605ce630e37a13184010dd8a6a2a2face5369c00c22fc286c
 SHA512 
5e74a2b57b673ef9333dd1ec3f7f3cecb9c9b2d48d93617dd46de833a6edce213b2488822d77eea9fde42f9949fa5e935be4d8f95f43b29e6c8f0f46593d5ce5
+DIST rq-1.15.gh.tar.gz 633276 BLAKE2B 
885b4ef343924b8f4a88c6c3e93bbed1b62022e72217922e874b8f6be36c3656110037f862bfe27f134d57c41d1b741e5fa23e6ab48fbd787ff08bf628a5e207
 SHA512 
b1c9614b376b74795436333cff6a5bb62795e73d95376e8e18b2472fda3eb720608d495c57e3c2c1b2c237b7fc409602828bea631c1b8905d7df71c74e6c705c

diff --git a/dev-python/rq/rq-1.15.ebuild b/dev-python/rq/rq-1.15.ebuild
new file mode 100644
index ..1ba364f0bdbc
--- /dev/null
+++ b/dev-python/rq/rq-1.15.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Simple, lightweight library for creating and processing 
background jobs"
+HOMEPAGE="
+   https://python-rq.org/
+   https://github.com/rq/rq/
+   https://pypi.org/project/rq/
+"
+# Tests missing from sdist, as of 1.14.1
+SRC_URI="
+   https://github.com/rq/rq/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/click-5.0[${PYTHON_USEDEP}]
+   >=dev-python/redis-4.0.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-db/redis
+   dev-python/psutil[${PYTHON_USEDEP}]
+   dev-python/sentry-sdk[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_test() {
+   local redis_pid="${T}"/redis.pid
+   local redis_port=6379
+   local redis_test_config="daemonize yes
+   pidfile ${redis_pid}
+   port ${redis_port}
+   bind 127.0.0.1
+   "
+
+   # Spawn Redis itself for testing purposes
+   # NOTE: On sam@'s machine, spawning Redis can hang in the sandbox.
+   # I'm not restricting tests yet because this doesn't happen for anyone 
else AFAICT.
+   einfo "Spawning Redis"
+   einfo "NOTE: Port ${redis_port} must be free"
+   /usr/sbin/redis-server - <<< "${redis_test_config}" || die
+
+   # Run the actual tests
+   distutils-r1_src_test
+
+   # Clean up afterwards
+   kill "$(<"${redis_pid}")" || die
+}



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

2023-05-26 Thread Michał Górny
commit: b135f045ae1f88eff5bc29acfc8e6eabe247a24e
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 27 05:25:21 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 27 05:32:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b135f045

dev-python/flatbuffers: Bump to 23.5.26

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

 dev-python/flatbuffers/Manifest   |  1 +
 dev-python/flatbuffers/flatbuffers-23.5.26.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/flatbuffers/Manifest b/dev-python/flatbuffers/Manifest
index ad0423302a49..939cb14a6d29 100644
--- a/dev-python/flatbuffers/Manifest
+++ b/dev-python/flatbuffers/Manifest
@@ -1 +1,2 @@
 DIST flatbuffers-23.3.3.gh.tar.gz 2197401 BLAKE2B 
be5e3c8ea81ce4b6f2e2c1b2f22e1172434c435f096fa7dade060578c506cff0310e3e2ef0627e26ce2be44f740652eb9a8e1b63578c18f430f7925820f04e66
 SHA512 
4066c94f2473c7ea16917d29a613e16f840a329089c88e0bdbdb999aef3442ba00abfd2aa92266fa9c067e399dc88e6f0ccac40dc151378857e665638e78bbf0
+DIST flatbuffers-23.5.26.gh.tar.gz 2257271 BLAKE2B 
147425e7c018072f4ae4cdb3e034a4f434362d88d5e27b09375965993c279acfbed36064014c8f4fbe3fb81175ac0aa9b07629675e2c7ad33d59a9c85f2c3bb8
 SHA512 
cd0a5efad8016e1217d01a181d6b02e546f5693c6412361bfeaee820d5dfe5e2a424cee1963270e851c1a4f936ae8a0032a51c5bb16ee19313e0ecc77dc4ba31

diff --git a/dev-python/flatbuffers/flatbuffers-23.5.26.ebuild 
b/dev-python/flatbuffers/flatbuffers-23.5.26.ebuild
new file mode 100644
index ..14742b4d5b04
--- /dev/null
+++ b/dev-python/flatbuffers/flatbuffers-23.5.26.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="RFC 7049 - Concise Binary Object Representation"
+HOMEPAGE="
+   https://github.com/google/flatbuffers/
+   https://pypi.org/project/flatbuffers/
+"
+SRC_URI="
+   https://github.com/google/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+S=${WORKDIR}/${P}/python
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~sparc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   dev-python/numpy[${PYTHON_USEDEP}]
+   )
+"
+
+python_test() {
+   cd "${WORKDIR}/${P}/tests" || die
+   # zeroes means without benchmarks
+   "${EPYTHON}" py_test.py 0 0 0 false || die
+   "${EPYTHON}" py_flexbuffers_test.py -v || die
+}



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

2023-05-26 Thread Michał Górny
commit: b433ba8d9a0532560dc7b7de3376dd0317e2c21b
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 27 05:24:59 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 27 05:32:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b433ba8d

dev-libs/flatbuffers: Bump to 23.5.26

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

 dev-libs/flatbuffers/Manifest   |  1 +
 dev-libs/flatbuffers/flatbuffers-23.5.26.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/dev-libs/flatbuffers/Manifest b/dev-libs/flatbuffers/Manifest
index ad0423302a49..939cb14a6d29 100644
--- a/dev-libs/flatbuffers/Manifest
+++ b/dev-libs/flatbuffers/Manifest
@@ -1 +1,2 @@
 DIST flatbuffers-23.3.3.gh.tar.gz 2197401 BLAKE2B 
be5e3c8ea81ce4b6f2e2c1b2f22e1172434c435f096fa7dade060578c506cff0310e3e2ef0627e26ce2be44f740652eb9a8e1b63578c18f430f7925820f04e66
 SHA512 
4066c94f2473c7ea16917d29a613e16f840a329089c88e0bdbdb999aef3442ba00abfd2aa92266fa9c067e399dc88e6f0ccac40dc151378857e665638e78bbf0
+DIST flatbuffers-23.5.26.gh.tar.gz 2257271 BLAKE2B 
147425e7c018072f4ae4cdb3e034a4f434362d88d5e27b09375965993c279acfbed36064014c8f4fbe3fb81175ac0aa9b07629675e2c7ad33d59a9c85f2c3bb8
 SHA512 
cd0a5efad8016e1217d01a181d6b02e546f5693c6412361bfeaee820d5dfe5e2a424cee1963270e851c1a4f936ae8a0032a51c5bb16ee19313e0ecc77dc4ba31

diff --git a/dev-libs/flatbuffers/flatbuffers-23.5.26.ebuild 
b/dev-libs/flatbuffers/flatbuffers-23.5.26.ebuild
new file mode 100644
index ..c8139e30f141
--- /dev/null
+++ b/dev-libs/flatbuffers/flatbuffers-23.5.26.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Memory efficient serialization library"
+HOMEPAGE="
+   https://flatbuffers.dev/
+   https://github.com/google/flatbuffers/
+"
+SRC_URI="
+   https://github.com/google/flatbuffers/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+IUSE="static-libs test"
+RESTRICT="!test? ( test )"
+
+src_configure() {
+   local mycmakeargs=(
+   -DFLATBUFFERS_BUILD_FLATLIB=$(usex static-libs)
+   -DFLATBUFFERS_BUILD_SHAREDLIB=ON
+   -DFLATBUFFERS_BUILD_TESTS=$(usex test)
+   -DFLATBUFFERS_BUILD_BENCHMARKS=OFF
+   )
+
+   cmake_src_configure
+}



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

2023-05-26 Thread Michał Górny
commit: cb34db8c6f877b1239ed40e1bd423561c55cd2c2
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 27 05:21:24 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 27 05:32:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb34db8c

dev-python/pyzmq: Use PEP517 build

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

 .../pyzmq/files/pyzmq-25.1.0-build_ext.patch   | 50 ++
 dev-python/pyzmq/pyzmq-25.1.0.ebuild   |  7 ++-
 2 files changed, 55 insertions(+), 2 deletions(-)

diff --git a/dev-python/pyzmq/files/pyzmq-25.1.0-build_ext.patch 
b/dev-python/pyzmq/files/pyzmq-25.1.0-build_ext.patch
new file mode 100644
index ..491ae6b23ea4
--- /dev/null
+++ b/dev-python/pyzmq/files/pyzmq-25.1.0-build_ext.patch
@@ -0,0 +1,50 @@
+From 24d65e10bee5b68751dc36e2ee7e6d6ed35751e5 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= 
+Date: Sat, 27 May 2023 07:11:24 +0200
+Subject: [PATCH] =?UTF-8?q?Call=20distutils'=20finalize=5Foptions()=20earl?=
+ =?UTF-8?q?y=20to=20fix=20build=5Fext=20-j=E2=80=A6?=
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Call the `finalize_options()` method of overridden distutils commands
+before running the `configure` command, in order to fix errors due
+to unconfigured `--jobs` option.  This can be reproduced by running:
+
+$ python setup.py build_ext -j12
+[…]
+error: '<' not supported between instances of 'str' and 'int'
+
+Fatal: Falling back on bundled libzmq, but config has explicitly 
prohibited building the libzmq extension.
+---
+ setup.py | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/setup.py b/setup.py
+index c52723d1..a4f8b4e3 100755
+--- a/setup.py
 b/setup.py
+@@ -1107,9 +1107,9 @@ class CheckingBuildExt(build_ext):
+ patch_lib_paths(ext_path, self.compiler.library_dirs)
+ 
+ def finalize_options(self):
++super().finalize_options()
+ # check version, to prevent confusing undefined constant errors
+ self.distribution.run_command("configure")
+-return super().finalize_options()
+ 
+ 
+ class ConstantsCommand(Command):
+@@ -1258,8 +1258,8 @@ else:
+ patch_lib_paths(ext_path, self.compiler.library_dirs)
+ 
+ def finalize_options(self):
++super().finalize_options()
+ self.distribution.run_command("configure")
+-return super().finalize_options()
+ 
+ cmdclass["cython"] = CythonCommand
+ cmdclass["build_ext"] = zbuild_ext
+-- 
+2.40.1
+

diff --git a/dev-python/pyzmq/pyzmq-25.1.0.ebuild 
b/dev-python/pyzmq/pyzmq-25.1.0.ebuild
index 6041abf2a4db..2c1cdd0b2335 100644
--- a/dev-python/pyzmq/pyzmq-25.1.0.ebuild
+++ b/dev-python/pyzmq/pyzmq-25.1.0.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 DISTUTILS_EXT=1
 # TODO: Find out exactly where this error comes from
 # error: '<' not supported between instances of 'str' and 'int'
-#DISTUTILS_USE_PEP517=setuptools
+DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{10..11} )
 PYTHON_REQ_USE="threads(+)"
 
@@ -52,6 +52,9 @@ BDEPEND="
 
 PATCHES=(
"${FILESDIR}"/${PN}-23.2.0-libdir.patch
+   # fix build_ext -j... invocation used by PEP517 build
+   # https://github.com/zeromq/pyzmq/pull/1872
+   "${FILESDIR}"/${P}-build_ext.patch
 )
 
 EPYTEST_DESELECT=(
@@ -88,6 +91,6 @@ python_prepare_all() {
 }
 
 python_test() {
-   cd "${BUILD_DIR}/lib" || die
+   cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
epytest -p no:flaky
 }



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

2023-05-26 Thread Michał Górny
commit: f0932f1ca1a0cad95ae6df6c7683221b40833a54
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 27 04:59:28 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 27 05:32:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0932f1c

dev-python/pyzmq: Bump to 25.1.0

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

 dev-python/pyzmq/Manifest|  1 +
 dev-python/pyzmq/pyzmq-25.1.0.ebuild | 93 
 2 files changed, 94 insertions(+)

diff --git a/dev-python/pyzmq/Manifest b/dev-python/pyzmq/Manifest
index ce1a15fce2ad..d38c7e62d2fe 100644
--- a/dev-python/pyzmq/Manifest
+++ b/dev-python/pyzmq/Manifest
@@ -1 +1,2 @@
 DIST pyzmq-25.0.2.gh.tar.gz 398050 BLAKE2B 
501aea8b46ef5c06ca75489869047b2e6aefd06d121b540fdfc85c45ea2f9a40b58b84433555d8001fbfb1671ad6df1953c79567aabc8cffba26516a4a60626c
 SHA512 
dcba8fb561d1be135ba03e28078ed68835dc20a52ef9c47be240bd1edd37eb92d4da184045e8eff666f3d84a376ae35ca08172fc207823b5255160e9e3b1ef01
+DIST pyzmq-25.1.0.gh.tar.gz 399044 BLAKE2B 
c5507819844f174fcc5245fd89e6bff231ddc99add2c431a77a73955ce5e874f7387727380dee6a0618842762ed19a867699efed69c7997d5d4bcca480e30c44
 SHA512 
5a2a80162da4d1eb34cc13bc831cf01b98a1cfb62dd0595b81e47e77d752ecd59110fd447e5a936f74239253073fc5ceb6451e924928cd2c472e2ac61d26a78c

diff --git a/dev-python/pyzmq/pyzmq-25.1.0.ebuild 
b/dev-python/pyzmq/pyzmq-25.1.0.ebuild
new file mode 100644
index ..6041abf2a4db
--- /dev/null
+++ b/dev-python/pyzmq/pyzmq-25.1.0.ebuild
@@ -0,0 +1,93 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+# TODO: Find out exactly where this error comes from
+# error: '<' not supported between instances of 'str' and 'int'
+#DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Lightweight and super-fast messaging library built on top of the 
ZeroMQ library"
+HOMEPAGE="
+   https://zeromq.org/languages/python/
+   https://pypi.org/project/pyzmq/
+   https://github.com/zeromq/pyzmq/
+"
+SRC_URI="
+   https://github.com/zeromq/pyzmq/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="drafts"
+
+# There are additional test failures if zeromq has the draft api enabled, but 
pyzmq has it disabled.
+DEPEND="
+   >=net-libs/zeromq-4.2.2-r2:=[drafts=]
+"
+# It uses cffi backend for pypy, cython backend for cpython
+RDEPEND="${DEPEND}
+   $(python_gen_cond_dep '
+   dev-python/py[${PYTHON_USEDEP}]
+   dev-python/cffi:=[${PYTHON_USEDEP}]
+   ' pypy3)
+"
+BDEPEND="
+   $(python_gen_cond_dep '
+   dev-python/cython[${PYTHON_USEDEP}]
+   ' 'python*')
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
+   >=dev-python/tornado-5.0.2[${PYTHON_USEDEP}]
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-23.2.0-libdir.patch
+)
+
+EPYTEST_DESELECT=(
+   # TODO
+   zmq/tests/test_constants.py::TestConstants::test_draft
+   zmq/tests/test_cython.py::test_cython
+
+   # Hangs often
+   zmq/tests/test_log.py::TestPubLog::test_blank_root_topic
+)
+
+EPYTEST_IGNORE=(
+   # Avoid dependency on mypy
+   zmq/tests/test_mypy.py
+
+   # Broken upstream
+   zmq/tests/test_auth.py
+
+   # pytest-asyncio incompatibility?
+   zmq/tests/test_zmqstream.py
+)
+
+distutils_enable_tests pytest
+# TODO: Package enum_tools
+# distutils_enable_sphinx docs/source \
+#  dev-python/numpydoc \
+#  dev-python/sphinx-rtd-theme \
+#  dev-python/myst-parser
+
+python_prepare_all() {
+   export ZMQ_DRAFT_API=$(usex drafts '1' '0')
+   export ZMQ_PREFIX="${EPREFIX}/usr"
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   cd "${BUILD_DIR}/lib" || die
+   epytest -p no:flaky
+}



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

2023-05-26 Thread Michał Górny
commit: c0dd63cac53d4580b877092202d0eab5bbe175b6
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 27 04:54:13 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 27 05:32:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0dd63ca

dev-python/icalendar: Enable py3.12

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

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

diff --git a/dev-python/icalendar/icalendar-5.0.6.ebuild 
b/dev-python/icalendar/icalendar-5.0.6.ebuild
index 8c55d51ef344..531c29848677 100644
--- a/dev-python/icalendar/icalendar-5.0.6.ebuild
+++ b/dev-python/icalendar/icalendar-5.0.6.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 pypi
 



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

2023-05-26 Thread Andrey Grozin
commit: 1ea441fac77db7fe554a540b93558b5e82afc79d
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sat May 27 05:07:16 2023 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sat May 27 05:07:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ea441fa

dev-util/pycharm-community: remove old version

Signed-off-by: Andrey Grozin  gentoo.org>

 dev-util/pycharm-community/Manifest|   1 -
 .../pycharm-community-2022.2.3.ebuild  | 122 -
 2 files changed, 123 deletions(-)

diff --git a/dev-util/pycharm-community/Manifest 
b/dev-util/pycharm-community/Manifest
index 962ec2ddb7d9..341ec1d87b07 100644
--- a/dev-util/pycharm-community/Manifest
+++ b/dev-util/pycharm-community/Manifest
@@ -1,3 +1,2 @@
-DIST pycharm-community-2022.2.3.tar.gz 535902788 BLAKE2B 
c8eb4776a5a3ac0fda0a5f3d2e00b1af34904d631a58b977cfdffb29fa259b4df60f7e464d74437e6549e610640dd166122aca56999133601cdc5519a6850cc4
 SHA512 
473f65d7119710f6e36a0b90c939988496fb071e5a17d305dc873c7e025183129f572b4c439a1115836f377e7235800020d4a758c6fa226fe509f7b0d766ed2f
 DIST pycharm-community-2023.1.1.tar.gz 577304778 BLAKE2B 
c630c4a21edc2c36e972965e35df63500dafe8ecbd5eee9c6246785bf9e6962e048759a8674160fd47de810a75ffcefe0df14149746ca789b8064623551bed19
 SHA512 
d0c2419b77ca34c04579f8d52a20427a927fc4d7b3edb1e7787ed515cdc3777b19d963c22975c932c3e568c1861ec7806955514921a1156e497b584f816cd6a2
 DIST pycharm-community-2023.1.2.tar.gz 577374290 BLAKE2B 
ed21b0874f4d0fc575f5b8e9e4e1ec23706de7216009ffd27440dac245f0513566b9df6e3a962ee5df9783aa9f6c9ce2c626883d173723222d08b5288d71f153
 SHA512 
1d251cfeef0b7c6a5d7fa563ddef99df2c143116e893878346c04788776052aba2cbb0c790e6fe72ad44e86f785bcb76e2cefae15bda387c0a48a6d01b429813

diff --git a/dev-util/pycharm-community/pycharm-community-2022.2.3.ebuild 
b/dev-util/pycharm-community/pycharm-community-2022.2.3.ebuild
deleted file mode 100644
index 2da3b0c1001d..
--- a/dev-util/pycharm-community/pycharm-community-2022.2.3.ebuild
+++ /dev/null
@@ -1,122 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop readme.gentoo-r1 wrapper xdg-utils
-
-DESCRIPTION="Intelligent Python IDE with unique code assistance and analysis"
-HOMEPAGE="http://www.jetbrains.com/pycharm/;
-SRC_URI="http://download.jetbrains.com/python/${P}.tar.gz;
-
-LICENSE="Apache-2.0 BSD CDDL MIT-with-advertising"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="+bundled-jdk"
-
-BDEPEND="dev-util/patchelf"
-
-RDEPEND="!bundled-jdk? ( >=virtual/jre-1.8 )
-   app-arch/brotli
-   app-arch/zstd
-   app-crypt/p11-kit
-   dev-libs/fribidi
-   dev-libs/glib
-   dev-libs/json-c
-   dev-libs/libbsd
-   dev-libs/libdbusmenu
-   dev-libs/nss
-   dev-python/pip
-   media-fonts/dejavu
-   media-gfx/graphite2
-   media-libs/alsa-lib
-   media-libs/fontconfig
-   media-libs/freetype:2=
-   media-libs/harfbuzz
-   media-libs/libglvnd
-   media-libs/libjpeg-turbo:0=
-   media-libs/libpng:0=
-   net-libs/gnutls
-   net-print/cups
-   sys-apps/dbus
-   sys-libs/libcap
-   sys-libs/zlib
-   x11-libs/libX11
-   x11-libs/libxcb
-   x11-libs/libXext
-   x11-libs/libXi
-   x11-libs/libXrandr
-   x11-libs/libXrender
-   x11-libs/libXtst
-   x11-libs/pango
-"
-
-RESTRICT="mirror"
-
-QA_PREBUILT="opt/${P}/*"
-
-MY_PN=${PN/-community/}
-
-src_prepare() {
-   default
-
-   rm -vf "${S}"/help/ReferenceCardForMac.pdf || die
-
-   rm -vf "${S}"/bin/phpstorm.vmoptions || die
-
-   rm -vf "${S}"/plugins/performanceTesting/bin/libyjpagent.so || die
-   rm -vf "${S}"/plugins/performanceTesting/bin/*.dll || die
-   rm -vf "${S}"/plugins/performanceTesting/bin/libyjpagent.dylib || die
-   rm -vrf 
"${S}"/lib/pty4j-native/linux/{aarch64,arm,mips64el,ppc64le,x86} || die
-   rm -vf 
"${S}"/plugins/python-ce/helpers/pydev/pydevd_attach_to_process/attach_linux_x86.so
-
-   sed -i \
-   -e "\$a" \
-   -e 
"\$a#---" \
-   -e "\$a# Disable automatic updates as these are handled through 
Gentoo's" \
-   -e "\$a# package manager. See bug #704494" \
-   -e 
"\$a#---" \
-   -e "\$aide.no.platform.update=Gentoo" bin/idea.properties
-
-   for file in "jbr/lib/"/{libjcef.so,jcef_helper}
-   do
-   if [[ -f "${file}" ]]; then
-   patchelf --set-rpath '$ORIGIN' ${file} || die
-   fi
-   done
-}
-
-src_install() {
-   local DIR="/opt/${PN}"
-   local JRE_DIR="jbr"
-
-   insinto ${DIR}
-   doins -r *
-
-   if ! use bundled-jdk; then
-   rm -r "${JRE_DIR}" || die
-   fi
-
-   fperms 755 

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

2023-05-26 Thread Michał Górny
commit: e8b5d226c8e3c0fb3fdd4a1f7a6b9a03e16a6115
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 27 04:02:04 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 27 04:02:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8b5d226

app-admin/awscli: Bump to 1.27.142

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

 app-admin/awscli/Manifest   |  1 +
 app-admin/awscli/awscli-1.27.142.ebuild | 80 +
 2 files changed, 81 insertions(+)

diff --git a/app-admin/awscli/Manifest b/app-admin/awscli/Manifest
index 22787a3fd19c..4929ffcce981 100644
--- a/app-admin/awscli/Manifest
+++ b/app-admin/awscli/Manifest
@@ -5,3 +5,4 @@ DIST aws-cli-1.27.138.gh.tar.gz 2424550 BLAKE2B 
eff6712357722f6ade0fa8365f034dcd
 DIST aws-cli-1.27.139.gh.tar.gz 2425326 BLAKE2B 
4fafb3611931cef28017b8d1dabaff694cdd14fe327c7d5ddac6f7e7623b2321bc51b5ae5219b1ddb9c10e22b2398932ef3ce41d8784bcc2da4363bbf2a1b63b
 SHA512 
3fb7c62c9fb21e4f45d0b6c93fbb2524bbb3a2f2c62f79ecbc33d8fbae0dafae642452e8a8fe87083f219a6dd8fbe0c5a3bb217e88f6e2300a11d993443bfde2
 DIST aws-cli-1.27.140.gh.tar.gz 2425531 BLAKE2B 
febb388738dac60d0cd6ed6b5ad0749710af307cf9657d6d4c6c0bca4cfa527c8dad13402723bdc858de286eadf98bee86aef59ba28d439716b939dce0216b16
 SHA512 
73d7530b61e1bafd873ac430bd182833875c0e05af90761c9219682f0d400c1caa4ec2e74fd8d4eef9e7203abe3aeef18746c61a03fb4b963e15c7c7d7fd4cf7
 DIST aws-cli-1.27.141.gh.tar.gz 2426793 BLAKE2B 
85092e14e16792b209fda51b24553e21532c7e46f08f45ca8cb38ec01680aabee660011c8b0917dbac4b28f1e0625a869eac59a3814131a0c902f906cb2b9212
 SHA512 
f8bd840125c2c41fb0badb9240e4769f8ff6ed5a8cdb01a9bc6213a1554d1bab8998b44754cdbf185e9fbfc702d1b4ef9ff54cf19f7f68b1983c61fe1aa189e8
+DIST aws-cli-1.27.142.gh.tar.gz 2426758 BLAKE2B 
587791e0102d51b9681718a71c1225c673f1545f98d2cbd679d266c559ae4252e92ec2c41a640584b5ce1e4aced885489723edb90e0700846e3fd74968be42bd
 SHA512 
cb2ba71dc955ddd5a738f6e703a16216effdbd1232fa4e14c5974bf59c6f871ba80a4a61614dccb0fc110c689ce24f466c4142967be83f48c5de41699450d092

diff --git a/app-admin/awscli/awscli-1.27.142.ebuild 
b/app-admin/awscli/awscli-1.27.142.ebuild
new file mode 100644
index ..62c19f3a63fb
--- /dev/null
+++ b/app-admin/awscli/awscli-1.27.142.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit bash-completion-r1 distutils-r1 multiprocessing
+
+MY_P=aws-cli-${PV}
+DESCRIPTION="Universal Command Line Environment for AWS"
+HOMEPAGE="
+   https://github.com/aws/aws-cli/
+   https://pypi.org/project/awscli/
+"
+SRC_URI="
+   https://github.com/aws/aws-cli/archive/${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+# botocore is x.(y+2).z
+BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 2)).$(ver_cut 3-)"
+RDEPEND="
+   >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
+   dev-python/colorama[${PYTHON_USEDEP}]
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/rsa[${PYTHON_USEDEP}]
+   >=dev-python/s3transfer-0.6.0[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   !app-admin/awscli-bin
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-forked[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   # do not rely on bundled deps in botocore (sic!)
+   find -name '*.py' -exec sed -i \
+   -e 's:from botocore[.]vendored import:import:' \
+   -e 's:from botocore[.]vendored[.]:from :' \
+   {} + || die
+   # strip overzealous upper bounds on requirements
+   sed -i -e 's:,<[0-9.]*::' -e 's:==:>=:' setup.py || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # TODO
+   
tests/functional/eks/test_kubeconfig.py::TestKubeconfigLoader::test_load_simple
+   
tests/unit/customizations/eks/test_update_kubeconfig.py::TestKubeconfigSelector::test_choose_env_only
+   
tests/unit/customizations/eks/test_update_kubeconfig.py::TestKubeconfigSelector::test_choose_existing
+   
tests/unit/customizations/eks/test_kubeconfig.py::TestKubeconfigValidator::test_valid
+   )
+
+   # integration tests require AWS credentials and Internet access
+   epytest tests/{functional,unit} -n "$(makeopts_jobs)" --forked
+}
+
+python_install_all() {
+   newbashcomp bin/aws_bash_completer aws
+
+   insinto /usr/share/zsh/site-functions
+   newins bin/aws_zsh_completer.sh _aws
+
+   distutils-r1_python_install_all
+
+   rm "${ED}"/usr/bin/{aws.cmd,aws_bash_completer,aws_zsh_completer.sh} || 
die
+}



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

2023-05-26 Thread Michał Górny
commit: 39553bc8cf28199e2e3299e361fb4d04bc257d03
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 27 04:01:08 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 27 04:01:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39553bc8

dev-python/botocore: Bump to 1.29.142

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

 dev-python/botocore/Manifest |  1 +
 dev-python/botocore/botocore-1.29.142.ebuild | 79 
 2 files changed, 80 insertions(+)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 6a7faedc98ce..af897dbb537c 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -5,3 +5,4 @@ DIST botocore-1.29.138.gh.tar.gz 11516247 BLAKE2B 
eb8195ff412de996fcdd9cb2f44f20
 DIST botocore-1.29.139.gh.tar.gz 11517015 BLAKE2B 
4c765477aae729788325fef1a7f13bc5ed641883f5d0bfa423bfa942a229c15a8d3e87a7670ffae673fec5dcd25416d9f77072bda41af9e18a9784668aea54a8
 SHA512 
374054ff9006c2deaf1b7d5c796ca0d1473bd6313402bcbb9b2d1ae25fe97b5d3d02e015952fb9d9dfdda3aaedae02359e943dbb8b0f9acb50595a98ca20b8b6
 DIST botocore-1.29.140.gh.tar.gz 11521020 BLAKE2B 
9d7ed6713b9005285bb94dc3cf69d622d70042feb6a306bb7aab06bed2f7d2c4f316f830dc18befb73c0c77d0502f592f29c2cf86eab8a6e6426adca25cf11e4
 SHA512 
243d58f8f2c61402f2b84e3a62076579a03e278d8a4c8d42e80106e23a3c72e73f666c617834717fee9bb22cf0ad45ec0f8e622a20a8165a269659b6d305fbe7
 DIST botocore-1.29.141.gh.tar.gz 11526447 BLAKE2B 
1568e42d0013ad144536597084dbe9922194d8d0a9c84fd1194d260ad1d46f6e66cc05257c21b5f435a50bbb3149055d3617ad4fb4f8858885bb00c77e52c0af
 SHA512 
e16add447c0217a60a1db283bb1d7b08d36e74f21ef979a0a8bdfc0168b19084a7b41beb760a46c17d6487f1dd4ebcec04076d651b73cb2f68bd993ca6528fb6
+DIST botocore-1.29.142.gh.tar.gz 11528069 BLAKE2B 
860a5ab68d26424702006b221e62e29cfe21ba93593be61e4ef7e89ab50c6afb4b305f2ef3b2d80fd428cf7791933e43b20e1d4934d330653290a7b2aa16f6c4
 SHA512 
f408175054095bdd3094dd789de333e4e669cee72fdbc5b03551fc006cbcda5cf69eaa6daa2eb3bf09b30524f50d4b7b334d7b18051e55eca12caa16529b41bf

diff --git a/dev-python/botocore/botocore-1.29.142.ebuild 
b/dev-python/botocore/botocore-1.29.142.ebuild
new file mode 100644
index ..3ced99abe4ff
--- /dev/null
+++ b/dev-python/botocore/botocore-1.29.142.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 multiprocessing
+
+DESCRIPTION="Low-level, data-driven core of boto 3"
+HOMEPAGE="
+   https://github.com/boto/botocore/
+   https://pypi.org/project/botocore/
+"
+LICENSE="Apache-2.0"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/boto/botocore;
+   inherit git-r3
+else
+   SRC_URI="
+   https://github.com/boto/botocore/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+   "
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+fi
+
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+   =dev-python/urllib3-1.25.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/jsonschema[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   # unpin deps
+   sed -i -e "s:>=.*':':" setup.py || die
+
+   # unbundle deps
+   rm -r botocore/vendored || die
+   find -name '*.py' -exec sed -i \
+   -e 's:from botocore[.]vendored import:import:' \
+   -e 's:from botocore[.]vendored[.]:from :' \
+   {} + || die
+
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # rely on bundled six
+   tests/functional/test_six_imports.py::test_no_bare_six_imports
+   tests/functional/test_six_threading.py::test_six_thread_safety
+   # fails on unrelated warnings
+   
tests/unit/test_client.py::TestAutoGeneratedClient::test_BOTO_DISABLE_COMMONNAME
+   
tests/unit/test_client.py::TestClientErrors::test_BOTO_DISABLE_COMMONNAME
+   # TODO
+   
tests/functional/test_credentials.py::SSOSessionTest::test_token_chosen_from_provider
+   # urllib3-2 compatibility, mock relies on implementation details
+   
tests/unit/test_awsrequest.py::TestAWSHTTPConnection::test_expect_100_continue_no_response_from_server
+   
tests/unit/test_awsrequest.py::TestAWSHTTPConnection::test_expect_100_continue_returned
+   
tests/unit/test_awsrequest.py::TestAWSHTTPConnection::test_expect_100_continue_sends_307
+   
tests/unit/test_awsrequest.py::TestAWSHTTPConnection::test_expect_100_sends_connection_header
+   

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

2023-05-26 Thread Michał Górny
commit: 78d3aa92915a5a4d8a13480f60aa3fd1e3b7ba86
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 27 04:01:27 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 27 04:01:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78d3aa92

dev-python/boto3: Bump to 1.26.142

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

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

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index d667a16706e9..238272830303 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -5,3 +5,4 @@ DIST boto3-1.26.138.gh.tar.gz 651104 BLAKE2B 
58c7c71c97567b167d9c0afc376161b6015
 DIST boto3-1.26.139.gh.tar.gz 651459 BLAKE2B 
ba1c0c45c0cd78622ca34bcbfb3c8961c0555ed9fa16d8cb89363880d8cf6911183758ed7e4f44a098413b47d2d6b3c1ee4e57f05561947d7660a969e4e7be2d
 SHA512 
971ce067318642e2f4a13cb77b29410d97b5c8e7cff28e76d7983f95bb5f593697bebc6d744517b5c7e760b5b30980370befe86a97d1162882a13428833b0a5b
 DIST boto3-1.26.140.gh.tar.gz 651805 BLAKE2B 
2b58cee4e5c199af29e359790abfbb6eb536be3ded95aead640fdf179a0150875753cc9d066b70b08b0f9db6ef12d9fd3e5dbc4d9c481872f894c24a5f279f5f
 SHA512 
f73fddf2674ee0bdbca37b6231d9b512286c73f5e815573eadb1f8ae855749a58492eed20fd03a2494392b7f146c86ba355ed2381aefbc5251fcae366749c277
 DIST boto3-1.26.141.gh.tar.gz 652608 BLAKE2B 
8e11b0cdc694f751dfa99391a2364b3c809c8f5f9bbcd37341fb44f14d49a9c702f812cb76ea7ec1473f7ce32ffef62bc86d28664ce7f88bf44f23ea86516b1d
 SHA512 
441b8e76fd658fc1146b0df0734e3ad8c0ffb4afa284387615dcd6706f3d4efb6af8e61f1a62b4e0b9aa6a516aa9c63d7b627c6c0f37b24375fa5091d1672181
+DIST boto3-1.26.142.gh.tar.gz 655602 BLAKE2B 
e9d5671308e71bb43a97953407f4aba5b78594ed39b26c3c992af9db8864e3c363ab874a66b5b015083c4a18fe7415bb1761137367783a70ff22564ada8a8842
 SHA512 
c2eabdb47898aa26fc8ba8a8ebfa43a86153188af1f1600bfa741bd3af1ce68a8692e461aecb5a29df94885e1c977b06c3cd009f1cec52a2e7a9dc853a2c3942

diff --git a/dev-python/boto3/boto3-1.26.142.ebuild 
b/dev-python/boto3/boto3-1.26.142.ebuild
new file mode 100644
index ..2a4a7643203e
--- /dev/null
+++ b/dev-python/boto3/boto3-1.26.142.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 multiprocessing
+
+DESCRIPTION="The AWS SDK for Python"
+HOMEPAGE="
+   https://github.com/boto/boto3/
+   https://pypi.org/project/boto3/
+"
+LICENSE="Apache-2.0"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/boto/boto3;
+   inherit git-r3
+   BOTOCORE_PV=${PV}
+else
+   SRC_URI="
+   https://github.com/boto/boto3/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+   "
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+
+   # botocore is x.(y+3).z
+   BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 3)).$(ver_cut 3-)"
+fi
+
+RDEPEND="
+   >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
+   >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
+   >=dev-python/s3transfer-0.6.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # don't lock versions to narrow ranges
+   sed -e '/botocore/ d' \
+   -e '/jmespath/ d' \
+   -e '/s3transfer/ d' \
+   -i setup.py || die
+
+   # do not rely on bundled deps in botocore (sic!)
+   find -name '*.py' -exec sed -i \
+   -e 's:from botocore[.]vendored import:import:' \
+   -e 's:from botocore[.]vendored[.]:from :' \
+   {} + || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   epytest tests/{functional,unit} -n "$(makeopts_jobs)"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/ruamel-yaml-clib/

2023-05-26 Thread Michał Górny
commit: feb332de29f2be65229b91dc546885972fe52c4d
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 27 04:10:58 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 27 04:10:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feb332de

dev-python/ruamel-yaml-clib: Switch from cythonize(1) to cython(1)

cythonize(1) is a bigger tool that can automatically compile all Cython
files from a package and build the extensions from them.  We don't need
that, so just use the reference cython(1) invocation.

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

 dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.7.ebuild 
b/dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.7.ebuild
index affc2ec8b558..73dd7fb50ddc 100644
--- a/dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.7.ebuild
+++ b/dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.7.ebuild
@@ -7,7 +7,7 @@ DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( pypy3 python3_{10..12} )
 
-inherit distutils-r1 multiprocessing
+inherit distutils-r1
 
 MY_PN="${PN//-/.}"
 MY_P="${MY_PN}-${PV}"
@@ -36,5 +36,5 @@ src_unpack() {
 }
 
 src_configure() {
-   cythonize -3 _ruamel_yaml.pyx "-j$(makeopts_jobs)" -f || die
+   cython -f -3 _ruamel_yaml.pyx || die
 }



[gentoo-commits] repo/gentoo:master commit in: app-doc/doxygen/files/, app-doc/doxygen/

2023-05-26 Thread Sam James
commit: fc9a4259cd3050b1e94947dc2c9738bf29f62036
Author: Sam James  gentoo  org>
AuthorDate: Sat May 27 03:05:07 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 27 03:05:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc9a4259

app-doc/doxygen: fix build w/ musl-1.2.4

Closes: https://bugs.gentoo.org/906920
Signed-off-by: Sam James  gentoo.org>

 app-doc/doxygen/doxygen-1.9.7-r1.ebuild|  1 +
 app-doc/doxygen/doxygen-.ebuild|  1 +
 .../doxygen/files/doxygen-1.9.7-musl-1.2.4.patch   | 26 ++
 3 files changed, 28 insertions(+)

diff --git a/app-doc/doxygen/doxygen-1.9.7-r1.ebuild 
b/app-doc/doxygen/doxygen-1.9.7-r1.ebuild
index 3d5cb989116b..367e877520b0 100644
--- a/app-doc/doxygen/doxygen-1.9.7-r1.ebuild
+++ b/app-doc/doxygen/doxygen-1.9.7-r1.ebuild
@@ -65,6 +65,7 @@ PATCHES=(
"${FILESDIR}/${PN}-1.9.4-link_with_pthread.patch"
"${FILESDIR}/${PN}-1.9.1-ignore-bad-encoding.patch"
"${FILESDIR}/${PN}-1.9.1-do_not_force_libcxx.patch"
+   "${FILESDIR}/${PN}-1.9.7-musl-1.2.4.patch"
 )
 
 DOCS=( LANGUAGE.HOWTO README.md )

diff --git a/app-doc/doxygen/doxygen-.ebuild 
b/app-doc/doxygen/doxygen-.ebuild
index 3d5cb989116b..367e877520b0 100644
--- a/app-doc/doxygen/doxygen-.ebuild
+++ b/app-doc/doxygen/doxygen-.ebuild
@@ -65,6 +65,7 @@ PATCHES=(
"${FILESDIR}/${PN}-1.9.4-link_with_pthread.patch"
"${FILESDIR}/${PN}-1.9.1-ignore-bad-encoding.patch"
"${FILESDIR}/${PN}-1.9.1-do_not_force_libcxx.patch"
+   "${FILESDIR}/${PN}-1.9.7-musl-1.2.4.patch"
 )
 
 DOCS=( LANGUAGE.HOWTO README.md )

diff --git a/app-doc/doxygen/files/doxygen-1.9.7-musl-1.2.4.patch 
b/app-doc/doxygen/files/doxygen-1.9.7-musl-1.2.4.patch
new file mode 100644
index ..2c71a0af9ae8
--- /dev/null
+++ b/app-doc/doxygen/files/doxygen-1.9.7-musl-1.2.4.patch
@@ -0,0 +1,26 @@
+https://bugs.gentoo.org/906920
+https://gitlab.exherbo.org/exherbo/arbor/-/commit/7b517ba0068adc471fe7b2ed8cfbb191a197ca17
+
+From 6d713aa98b36ee8219294515142c0225fbd09dfc Mon Sep 17 00:00:00 2001
+From: Heiko Becker 
+Date: Thu, 25 May 2023 10:52:29 +0200
+Subject: [PATCH] Apply upstream fix for spdlog
+
+Fixes the build with musl >= 1.2.4, see
+https://github.com/gabime/spdlog/commit/287a00d364990edbb621fe5e392aeb550135fb96
+for details.
+--- a/deps/spdlog/include/spdlog/details/os-inl.h
 b/deps/spdlog/include/spdlog/details/os-inl.h
+@@ -236,8 +236,8 @@ SPDLOG_INLINE size_t filesize(FILE *f)
+ #else
+ int fd = ::fileno(f);
+ #endif
+-// 64 bits(but not in osx or cygwin, where fstat64 is deprecated)
+-#if (defined(__linux__) || defined(__sun) || defined(_AIX)) && 
(defined(__LP64__) || defined(_LP64))
++// 64 bits(but not in osx, linux/musl or cygwin, where fstat64 is deprecated)
++#if ((defined(__linux__) && defined(__GLIBC__)) || defined(__sun) || 
defined(_AIX)) && (defined(__LP64__) || defined(_LP64))
+ struct stat64 st;
+ if (::fstat64(fd, ) == 0)
+ {
+-- 
+2.41.0.rc2



[gentoo-commits] repo/gentoo:master commit in: dev-libs/spdlog/, dev-libs/spdlog/files/

2023-05-26 Thread Sam James
commit: 3c28815d55e0281a356bed17449b012b27c08c07
Author: Sam James  gentoo  org>
AuthorDate: Sat May 27 03:02:58 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 27 03:02:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c28815d

dev-libs/spdlog: fix build w/ musl-1.2.4

Closes: https://bugs.gentoo.org/906954
Signed-off-by: Sam James  gentoo.org>

 dev-libs/spdlog/files/spdlog-musl-1.2.4.patch  | 30 ++
 ...pdlog-1.11.0.ebuild => spdlog-1.11.0-r1.ebuild} |  1 +
 2 files changed, 31 insertions(+)

diff --git a/dev-libs/spdlog/files/spdlog-musl-1.2.4.patch 
b/dev-libs/spdlog/files/spdlog-musl-1.2.4.patch
new file mode 100644
index ..cd1240d36f46
--- /dev/null
+++ b/dev-libs/spdlog/files/spdlog-musl-1.2.4.patch
@@ -0,0 +1,30 @@
+https://bugs.gentoo.org/906954
+https://github.com/gabime/spdlog/commit/287a00d364990edbb621fe5e392aeb550135fb96
+
+From 287a00d364990edbb621fe5e392aeb550135fb96 Mon Sep 17 00:00:00 2001
+From: Khem Raj 
+Date: Tue, 3 Jan 2023 09:54:50 -0800
+Subject: [PATCH] Do not use LFS64 functions on linux/musl (#2589)
+
+On musl, off_t is 64bit always ( even on 32bit platforms ), therefore
+using LFS64 funcitons is not needed on such platforms. Moreover, musl
+has stopped providing aliases for these functions [1] which means it
+wont compile on newer musl systems. Therefore only use it on 32bit
+glibc/linux platforms and exclude musl like cygwin or OSX
+
+[1] 
https://git.musl-libc.org/cgit/musl/commit/?id=246f1c811448f37a44b41cd8df8d0ef9736d95f4
+Signed-off-by: Khem Raj 
+--- a/include/spdlog/details/os-inl.h
 b/include/spdlog/details/os-inl.h
+@@ -236,8 +236,8 @@ SPDLOG_INLINE size_t filesize(FILE *f)
+ #else
+ int fd = ::fileno(f);
+ #endif
+-// 64 bits(but not in osx or cygwin, where fstat64 is deprecated)
+-#if (defined(__linux__) || defined(__sun) || defined(_AIX)) && 
(defined(__LP64__) || defined(_LP64))
++// 64 bits(but not in osx, linux/musl or cygwin, where fstat64 is deprecated)
++#if ((defined(__linux__) && defined(__GLIBC__)) || defined(__sun) || 
defined(_AIX)) && (defined(__LP64__) || defined(_LP64))
+ struct stat64 st;
+ if (::fstat64(fd, ) == 0)
+ {
+

diff --git a/dev-libs/spdlog/spdlog-1.11.0.ebuild 
b/dev-libs/spdlog/spdlog-1.11.0-r1.ebuild
similarity index 96%
rename from dev-libs/spdlog/spdlog-1.11.0.ebuild
rename to dev-libs/spdlog/spdlog-1.11.0-r1.ebuild
index ebda7ae2f4a2..311db3477688 100644
--- a/dev-libs/spdlog/spdlog-1.11.0.ebuild
+++ b/dev-libs/spdlog/spdlog-1.11.0-r1.ebuild
@@ -31,6 +31,7 @@ RDEPEND="${DEPEND}"
 
 PATCHES=(
"${FILESDIR}/${PN}-force_external_fmt.patch"
+   "${FILESDIR}/${PN}-musl-1.2.4.patch"
 )
 
 src_prepare() {



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

2023-05-26 Thread Sam James
commit: 59d26c40982765c7a36e7da8c21dec5e3a8b43ef
Author: Sam James  gentoo  org>
AuthorDate: Sat May 27 02:47:15 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 27 02:47:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59d26c40

media-video/vlc: scrub patches

Accidentally left in dummy commit msg, oops.

Bug: https://bugs.gentoo.org/901995
Signed-off-by: Sam James  gentoo.org>

 media-video/vlc/files/vlc--configure-lua-version.patch | 9 -
 media-video/vlc/files/vlc--fix-libtremor-libs.patch| 9 -
 2 files changed, 18 deletions(-)

diff --git a/media-video/vlc/files/vlc--configure-lua-version.patch 
b/media-video/vlc/files/vlc--configure-lua-version.patch
index d0ac9493a0fd..223841de8a3c 100644
--- a/media-video/vlc/files/vlc--configure-lua-version.patch
+++ b/media-video/vlc/files/vlc--configure-lua-version.patch
@@ -1,9 +1,3 @@
-From 543ae8e4118dd902e5ec9464caf315213e317089 Mon Sep 17 00:00:00 2001
-From: Sam James 
-Date: Sat, 27 May 2023 03:14:49 +0100
-Subject: [PATCH 2/2] foo3
-
-Signed-off-by: Sam James 
 --- a/configure.ac
 +++ b/configure.ac
 @@ -1847,43 +1847,10 @@ AC_ARG_ENABLE([lua],
@@ -54,6 +48,3 @@ Signed-off-by: Sam James 
  
if test "${have_lua}" != "yes" ;  then
AC_MSG_ERROR([Could not find lua. Lua is needed for some interfaces 
(rc, telnet, http) as well as many other custom scripts. Use --disable-lua to 
ignore this error.])
--- 
-2.40.1
-

diff --git a/media-video/vlc/files/vlc--fix-libtremor-libs.patch 
b/media-video/vlc/files/vlc--fix-libtremor-libs.patch
index 690cb73acfc4..3703cea1f10d 100644
--- a/media-video/vlc/files/vlc--fix-libtremor-libs.patch
+++ b/media-video/vlc/files/vlc--fix-libtremor-libs.patch
@@ -1,9 +1,3 @@
-From 9f8193bd55f7b75c213a60a48a3302f009bdf054 Mon Sep 17 00:00:00 2001
-From: Sam James 
-Date: Sat, 27 May 2023 03:13:38 +0100
-Subject: [PATCH 1/2] foo1
-
-Signed-off-by: Sam James 
 --- a/modules/codec/Makefile.am
 +++ b/modules/codec/Makefile.am
 @@ -332,7 +332,7 @@ codec_LTLIBRARIES += $(LTLIBdaala)
@@ -15,6 +9,3 @@ Signed-off-by: Sam James 
  EXTRA_LTLIBRARIES += libtremor_plugin.la
  codec_LTLIBRARIES += $(LTLIBtremor)
  
--- 
-2.40.1
-



[gentoo-commits] repo/gentoo:master commit in: dev-python/ruamel-yaml-clib/, dev-python/ruamel-yaml-clib/files/

2023-05-26 Thread Sam James
commit: 8d3d6ac7e5935463fd877b6b31c3605dbd16af96
Author: Sam James  gentoo  org>
AuthorDate: Sat May 27 02:43:37 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 27 02:44:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d3d6ac7

dev-python/ruamel-yaml-clib: fix cythonize call to always regenerate

Ionen took a look and ended up spotting that it wasn't really regenerating it
(and that the Clang 16 patch is touching only the generated sources, so is being
overwritten now).

Also, while here, I noticed it doesn't respect MAKEOPTS, so fix that.

Now Python 3.12 builds again.

Bug: https://bugs.gentoo.org/880651
Signed-off-by: Sam James  gentoo.org>

 .../files/ruamel-yaml-clib-0.2.7-clang-16.patch| 34 --
 .../ruamel-yaml-clib/ruamel-yaml-clib-0.2.7.ebuild |  8 ++---
 2 files changed, 2 insertions(+), 40 deletions(-)

diff --git 
a/dev-python/ruamel-yaml-clib/files/ruamel-yaml-clib-0.2.7-clang-16.patch 
b/dev-python/ruamel-yaml-clib/files/ruamel-yaml-clib-0.2.7-clang-16.patch
deleted file mode 100644
index bf4200c15ea0..
--- a/dev-python/ruamel-yaml-clib/files/ruamel-yaml-clib-0.2.7-clang-16.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-https://bugs.gentoo.org/880651
-https://sourceforge.net/p/ruamel-yaml-clib/code/merge-requests/3/
-
 a/_ruamel_yaml.c
-+++ b/_ruamel_yaml.c
-@@ -1553,8 +1553,8 @@
- static PyTypeObject *__pyx_ptype_12_ruamel_yaml_Mark = 0;
- static PyTypeObject *__pyx_ptype_12_ruamel_yaml_CParser = 0;
- static PyTypeObject *__pyx_ptype_12_ruamel_yaml_CEmitter = 0;
--static int __pyx_f_12_ruamel_yaml_input_handler(void *, char *, int, int *); 
/*proto*/
--static int __pyx_f_12_ruamel_yaml_output_handler(void *, char *, int); 
/*proto*/
-+static int __pyx_f_12_ruamel_yaml_input_handler(void *, unsigned char *, 
unsigned long, unsigned long *); /*proto*/
-+static int __pyx_f_12_ruamel_yaml_output_handler(void *, unsigned char *, 
unsigned long); /*proto*/
- static PyObject *__pyx_f_12_ruamel_yaml___pyx_unpickle_Mark__set_state(struct 
__pyx_obj_12_ruamel_yaml_Mark *, PyObject *); /*proto*/
- #define __Pyx_MODULE_NAME "_ruamel_yaml"
- extern int __pyx_module_is_main__ruamel_yaml;
-@@ -14551,7 +14551,7 @@
-  * parser = data
-  */
- 
--static int __pyx_f_12_ruamel_yaml_input_handler(void *__pyx_v_data, char 
*__pyx_v_buffer, int __pyx_v_size, int *__pyx_v_read) {
-+static int __pyx_f_12_ruamel_yaml_input_handler(void *__pyx_v_data, unsigned 
char *__pyx_v_buffer, unsigned long __pyx_v_size, unsigned long *__pyx_v_read) {
-   struct __pyx_obj_12_ruamel_yaml_CParser *__pyx_v_parser = 0;
-   PyObject *__pyx_v_value = NULL;
-   int __pyx_r;
-@@ -23430,7 +23430,7 @@
-  * emitter = data
-  */
- 
--static int __pyx_f_12_ruamel_yaml_output_handler(void *__pyx_v_data, char 
*__pyx_v_buffer, int __pyx_v_size) {
-+static int __pyx_f_12_ruamel_yaml_output_handler(void *__pyx_v_data, unsigned 
char *__pyx_v_buffer, unsigned long __pyx_v_size) {
-   struct __pyx_obj_12_ruamel_yaml_CEmitter *__pyx_v_emitter = 0;
-   PyObject *__pyx_v_value = NULL;
-   int __pyx_r;

diff --git a/dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.7.ebuild 
b/dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.7.ebuild
index 01025ef409a9..affc2ec8b558 100644
--- a/dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.7.ebuild
+++ b/dev-python/ruamel-yaml-clib/ruamel-yaml-clib-0.2.7.ebuild
@@ -7,7 +7,7 @@ DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( pypy3 python3_{10..12} )
 
-inherit distutils-r1
+inherit distutils-r1 multiprocessing
 
 MY_PN="${PN//-/.}"
 MY_P="${MY_PN}-${PV}"
@@ -30,15 +30,11 @@ BDEPEND="
dev-python/cython[${PYTHON_USEDEP}]
 "
 
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.2.7-clang-16.patch
-)
-
 src_unpack() {
default
mv "${MY_P}" ruamel_yaml_clib || die
 }
 
 src_configure() {
-   cythonize -3 _ruamel_yaml.pyx || die
+   cythonize -3 _ruamel_yaml.pyx "-j$(makeopts_jobs)" -f || die
 }



[gentoo-commits] repo/proj/guru:dev commit in: x11-themes/papirus-claws-mail-theme/

2023-05-26 Thread Rahul Sandhu
commit: f3f4fbaa53f82a30eca346470e44fafef3e36da6
Author: Rahul Sandhu  sandhuservices  dev>
AuthorDate: Sat May 27 02:31:06 2023 +
Commit: Rahul Sandhu  sandhuservices  dev>
CommitDate: Sat May 27 02:31:06 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f3f4fbaa

x11-themes/papirus-claws-mail-theme: add github upstream metadata

Signed-off-by: Rahul Sandhu  sandhuservices.dev>

 x11-themes/papirus-claws-mail-theme/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/x11-themes/papirus-claws-mail-theme/metadata.xml 
b/x11-themes/papirus-claws-mail-theme/metadata.xml
index da58abed9..0665aae1b 100644
--- a/x11-themes/papirus-claws-mail-theme/metadata.xml
+++ b/x11-themes/papirus-claws-mail-theme/metadata.xml
@@ -5,4 +5,7 @@
gen...@tastytea.de
tastytea

+   
+   PapirusDevelopmentTeam/papirus-claws-mail-theme
+   
 



[gentoo-commits] repo/proj/guru:dev commit in: x11-misc/xob/

2023-05-26 Thread Rahul Sandhu
commit: 4fcf140390b27d1d23b8f2f7cecb39004ae8189d
Author: Rahul Sandhu  sandhuservices  dev>
AuthorDate: Sat May 27 02:28:26 2023 +
Commit: Rahul Sandhu  sandhuservices  dev>
CommitDate: Sat May 27 02:28:26 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4fcf1403

x11-misc/xob: add github upstream metadata

Signed-off-by: Rahul Sandhu  sandhuservices.dev>

 x11-misc/xob/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/x11-misc/xob/metadata.xml b/x11-misc/xob/metadata.xml
index da58abed9..9ff3ca9fa 100644
--- a/x11-misc/xob/metadata.xml
+++ b/x11-misc/xob/metadata.xml
@@ -5,4 +5,7 @@
gen...@tastytea.de
tastytea

+   
+   florentc/xob
+   
 



[gentoo-commits] repo/proj/guru:dev commit in: x11-misc/tbsm/

2023-05-26 Thread Rahul Sandhu
commit: 95caacabe27a2b1a55005ce758bf0d06fd2be796
Author: Rahul Sandhu  sandhuservices  dev>
AuthorDate: Sat May 27 02:26:57 2023 +
Commit: Rahul Sandhu  sandhuservices  dev>
CommitDate: Sat May 27 02:26:57 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=95caacab

x11-misc/tbsm: add github upstream metadata

Signed-off-by: Rahul Sandhu  sandhuservices.dev>

 x11-misc/tbsm/metadata.xml | 11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/x11-misc/tbsm/metadata.xml b/x11-misc/tbsm/metadata.xml
index 29c730db2..01db6eb70 100644
--- a/x11-misc/tbsm/metadata.xml
+++ b/x11-misc/tbsm/metadata.xml
@@ -1,8 +1,11 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-
-gen...@aisha.cc
-Aisha Tammy
-
+   
+   gen...@aisha.cc
+   Aisha Tammy
+   
+   
+   loh-tar/tbsm
+   
 



[gentoo-commits] repo/proj/guru:dev commit in: gui-wm/swayfx/

2023-05-26 Thread Rahul Sandhu
commit: dee60c27f57c48761dc74f63236ca070a096df82
Author: Rahul Sandhu  sandhuservices  dev>
AuthorDate: Sat May 27 02:23:50 2023 +
Commit: Rahul Sandhu  sandhuservices  dev>
CommitDate: Sat May 27 02:23:50 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dee60c27

gui-wm/swayfx: remove unused use flags

Signed-off-by: Rahul Sandhu  sandhuservices.dev>

 gui-wm/swayfx/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/gui-wm/swayfx/metadata.xml b/gui-wm/swayfx/metadata.xml
index 9fcd742b9..c8faabfab 100644
--- a/gui-wm/swayfx/metadata.xml
+++ b/gui-wm/swayfx/metadata.xml
@@ -20,10 +20,6 @@

Install 'grimshot': script for taking 
screenshots
Install 'swaybar': sway's status bar 
component
-   Install 'swaybg': allows to set a desktop 
background image
-   Install 'swayidle': idle manager to run 
commands when user is inactive
-   Install 'swaylock': sway's screen 
locker
-   Install 'swaymsg': tool for communicating 
with a running sway instance
Install 'swaynag': shows a message with 
buttons
Enable support for StatusNotifierItem tray 
specification
Install sway's default wallpaper 
image



[gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/

2023-05-26 Thread Rahul Sandhu
commit: 6deab56f56da9854eb577992fc03ede1e1284fe0
Author: Rahul Sandhu  sandhuservices  dev>
AuthorDate: Sat May 27 02:21:35 2023 +
Commit: Rahul Sandhu  sandhuservices  dev>
CommitDate: Sat May 27 02:21:35 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6deab56f

net-im/discord-canary-bin: fix dependencies

Signed-off-by: Rahul Sandhu  sandhuservices.dev>

 net-im/discord-canary-bin/discord-canary-bin-0.0.154.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.154.ebuild 
b/net-im/discord-canary-bin/discord-canary-bin-0.0.154.ebuild
index a3bf3c422..fcffb37c2 100644
--- a/net-im/discord-canary-bin/discord-canary-bin-0.0.154.ebuild
+++ b/net-im/discord-canary-bin/discord-canary-bin-0.0.154.ebuild
@@ -19,9 +19,7 @@ KEYWORDS="~amd64"
 RESTRICT="bindist mirror strip test"
 
 RDEPEND="
-   app-accessibility/at-spi2-atk:2
-   app-accessibility/at-spi2-core:2
-   dev-libs/atk
+   >=app-accessibility/at-spi2-core-2.46.0
dev-libs/expat
dev-libs/glib:2
dev-libs/nspr



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

2023-05-26 Thread Sam James
commit: e269d743a4ffd1a74e8efeeb2b088bfb2da47b72
Author: Sam James  gentoo  org>
AuthorDate: Sat May 27 02:16:24 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 27 02:16:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e269d743

media-video/vlc: rebase live patches

Closes: https://bugs.gentoo.org/901995
Signed-off-by: Sam James  gentoo.org>

 patch => vlc--configure-lua-version.patch} | 24 +-
 .../vlc/files/vlc--fix-libtremor-libs.patch| 20 ++
 media-video/vlc/vlc-.ebuild|  5 ++---
 3 files changed, 36 insertions(+), 13 deletions(-)

diff --git a/media-video/vlc/files/vlc-configure_lua_version.patch 
b/media-video/vlc/files/vlc--configure-lua-version.patch
similarity index 82%
rename from media-video/vlc/files/vlc-configure_lua_version.patch
rename to media-video/vlc/files/vlc--configure-lua-version.patch
index 2628075535a6..d0ac9493a0fd 100644
--- a/media-video/vlc/files/vlc-configure_lua_version.patch
+++ b/media-video/vlc/files/vlc--configure-lua-version.patch
@@ -1,10 +1,12 @@
-Only look for one single version of Lua: the one pointed to by the
-pkgconfig package 'lua'. The wrapper set up by lua eclasses will take care
-of the rest.
+From 543ae8e4118dd902e5ec9464caf315213e317089 Mon Sep 17 00:00:00 2001
+From: Sam James 
+Date: Sat, 27 May 2023 03:14:49 +0100
+Subject: [PATCH 2/2] foo3
 
 a/configure.ac 2021-06-11 12:20:01.222417096 +0200
-+++ b/configure.ac 2021-06-11 12:21:00.257419197 +0200
-@@ -1907,44 +1907,10 @@
+Signed-off-by: Sam James 
+--- a/configure.ac
 b/configure.ac
+@@ -1847,43 +1847,10 @@ AC_ARG_ENABLE([lua],
  [disable LUA scripting support (default enabled)]))
  if test "${enable_lua}" != "no"
  then
@@ -45,11 +47,13 @@ of the rest.
 - AS_IF([test "${have_lua_lib}" = "yes"], [
 -   AC_CHECK_HEADERS([lua.h lauxlib.h lualib.h], [ have_lua=yes ], []) ])
 -  ])
--
 +  PKG_CHECK_MODULES(LUA, lua,
 +[ have_lua=yes ],
 +[ have_lua=no ]
-+)
-   if test "x${have_lua}" != "xyes" ;  then
++  )
+ 
+   if test "${have_lua}" != "yes" ;  then
AC_MSG_ERROR([Could not find lua. Lua is needed for some interfaces 
(rc, telnet, http) as well as many other custom scripts. Use --disable-lua to 
ignore this error.])
-   fi
+-- 
+2.40.1
+

diff --git a/media-video/vlc/files/vlc--fix-libtremor-libs.patch 
b/media-video/vlc/files/vlc--fix-libtremor-libs.patch
new file mode 100644
index ..690cb73acfc4
--- /dev/null
+++ b/media-video/vlc/files/vlc--fix-libtremor-libs.patch
@@ -0,0 +1,20 @@
+From 9f8193bd55f7b75c213a60a48a3302f009bdf054 Mon Sep 17 00:00:00 2001
+From: Sam James 
+Date: Sat, 27 May 2023 03:13:38 +0100
+Subject: [PATCH 1/2] foo1
+
+Signed-off-by: Sam James 
+--- a/modules/codec/Makefile.am
 b/modules/codec/Makefile.am
+@@ -332,7 +332,7 @@ codec_LTLIBRARIES += $(LTLIBdaala)
+ libtremor_plugin_la_SOURCES = codec/vorbis.c
+ libtremor_plugin_la_CPPFLAGS = $(AM_CPPFLAGS) -DPLUGIN_TREMOR
+ libtremor_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(codecdir)'
+-libtremor_plugin_la_LIBADD = -lvorbisdec -logg
++libtremor_plugin_la_LIBADD = $(VORBIS_LIBS) $(OGG_LIBS)
+ EXTRA_LTLIBRARIES += libtremor_plugin.la
+ codec_LTLIBRARIES += $(LTLIBtremor)
+ 
+-- 
+2.40.1
+

diff --git a/media-video/vlc/vlc-.ebuild b/media-video/vlc/vlc-.ebuild
index d46d85184e77..f27bd375a84e 100644
--- a/media-video/vlc/vlc-.ebuild
+++ b/media-video/vlc/vlc-.ebuild
@@ -230,9 +230,8 @@ DEPEND="${RDEPEND}
 "
 
 PATCHES=(
-   "${FILESDIR}"/${PN}-2.1.0-fix-libtremor-libs.patch # build system
-   "${FILESDIR}"/${PN}-2.2.8-freerdp-2.patch # bug 590164
-   "${FILESDIR}"/${PN}-configure_lua_version.patch
+   "${FILESDIR}"/${PN}--fix-libtremor-libs.patch # build system
+   "${FILESDIR}"/${PN}--configure-lua-version.patch
 )
 
 DOCS=( AUTHORS THANKS NEWS README.md doc/fortunes.txt )



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

2023-05-26 Thread Rahul Sandhu
commit: 886939745e3ed20c77edf0eef0b691918519da24
Author: Rahul Sandhu  sandhuservices  dev>
AuthorDate: Sat May 27 02:11:50 2023 +
Commit: Rahul Sandhu  sandhuservices  dev>
CommitDate: Sat May 27 02:11:50 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=88693974

app-misc/cpufetch: add 1.04

Signed-off-by: Rahul Sandhu  sandhuservices.dev>

 app-misc/cpufetch/Manifest |  1 +
 app-misc/cpufetch/cpufetch-1.04.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/app-misc/cpufetch/Manifest b/app-misc/cpufetch/Manifest
index 2cd52201d..bfe51ce66 100644
--- a/app-misc/cpufetch/Manifest
+++ b/app-misc/cpufetch/Manifest
@@ -1,2 +1,3 @@
 DIST cpufetch-1.01.tar.gz 2759620 BLAKE2B 
4d16cc0b1be94706b3e5d9481a2846d8c90807b792212389e7159739952d8df3f3cc02f6e828e53fe17a51ecba4370a273c5152c0af237fa0cededac88c76e3f
 SHA512 
069580b6dd548af394c28b74af72b2979be16a69879c51c42e2f26611ea8bf78412bedb6bbc6ddbfd2f98f8b26f930cc2d8afcc81e4d6494c382cfec9de771c1
 DIST cpufetch-1.02.tar.gz 2767499 BLAKE2B 
041ac6ac304faa6fb2cc71fb4841d8e9a263d57ae6b79e0d6cdcf5149fd6bf0e89135f9f7eeaf25681d4a4ad73861d2eb45883cee1626b0cfa1bc21957110e44
 SHA512 
b548af4dccd632c2899a3b0fd70e67f7abdc4bd66371927876c851168d0df47e23bd8f798d82509b83b268c50b0e9a6697a56f6fcf7772711108e2538cd1c09a
+DIST cpufetch-1.04.tar.gz 2779927 BLAKE2B 
9e8a5f205344cfadf4893a2d4bd1564267ca21f1a14e5b7c99be6eaf519aca13bee0086ee8db6b584a86324b79e8496704c92850b4f7069fc4a749acaa91c8a6
 SHA512 
06c41439f033309ef31eafe576fb797d9f68900026ec2e01545a0ace0abdeb9dfa19865fe3aa3ab5f40ea1a5fb70ea672e114d5e65257ac04aa28a42acfdfb45

diff --git a/app-misc/cpufetch/cpufetch-1.04.ebuild 
b/app-misc/cpufetch/cpufetch-1.04.ebuild
new file mode 100644
index 0..03e235a57
--- /dev/null
+++ b/app-misc/cpufetch/cpufetch-1.04.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Simplistic yet fancy CPU architecture fetching tool"
+HOMEPAGE="https://github.com/Dr-Noob/cpufetch;
+SRC_URI="https://github.com/Dr-Noob/cpufetch/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${PV}"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_prepare() {
+   default
+   tc-export CC
+}
+
+src_install() {
+   dobin "${PN}"
+   doman "${PN}.1"
+   newdoc README.md README
+   dodoc -r doc/.
+}



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

2023-05-26 Thread Sam James
commit: 834efba80e67952db57786c14327662b191d9962
Author: Sam James  gentoo  org>
AuthorDate: Sat May 27 02:08:11 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 27 02:08:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=834efba8

sys-devel/gcc: add 12.3.1_p20230526

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

 sys-devel/gcc/Manifest|  1 +
 sys-devel/gcc/gcc-12.3.1_p20230526.ebuild | 56 +++
 2 files changed, 57 insertions(+)

diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index 8bc2cfb8e36c..b5c2d2af7d6d 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -11,6 +11,7 @@ DIST gcc-11.4.0-patches-10.tar.xz 13852 BLAKE2B 
54937d13e30e2a5303c7e197fae09eee
 DIST gcc-11.4.0-patches-9.tar.xz 14704 BLAKE2B 
9aa2ecbac493d3040694e9930738e57d59a764b90ab92b91709c319b883f28ad108767e5d11e8b62af40bf1e583d5ff83a03e8c895f904bc6f41315ce9ab4f0a
 SHA512 
ac8b7c6c382ffacc4e9d08299440fc237fa366ec36fb8eb7a8d426b64a4186384a262e6380dc83ed7f7240125ce26a8435c8a4e0e13976ef2652067a7129bd17
 DIST gcc-12-20230428.tar.xz 79744932 BLAKE2B 
f9dcdd2f1b0af79f281851b3b0fe0ac50f14468844e1ee596f8ed1ccf33f55c7617464d88df7e4b3435d58fedecf640592e0661fd1be9ba163acd26dae68
 SHA512 
992f9cd71f9910efea401048540ba2b43360170f76ce992cf356b1ab383240f481e29c5b0ad32fa4efb2bdbb397477506cb83a825268cfbdd2cde7044d43c758
 DIST gcc-12-20230519.tar.xz 79757700 BLAKE2B 
81c18adedc9f0eae729a72814a47ae496c9ae78f13e9cf2f442b3ea09c577e84e3261a6004d1634125bbc77c39298328a0879eea1dab26966b85f9f10887f114
 SHA512 
cd24ad69a6c47a95384d8fd4fcb7e895f8fb4d8e0c4b74d1300943fa8198624e3c40b0bd7702cb78f40849a09b5069e50e36bc191bd206b36c956ca25126ee02
+DIST gcc-12-20230526.tar.xz 79780444 BLAKE2B 
6f6eca272ab506e16a231003c399e28572595c82fbaaec9deb14b78ff9fc493fb24afe1c375d4f2fd75e9813805934857ef2ceb6c05b7977dbfe2e50abdc3ec9
 SHA512 
fb190ce5bf3d38a1899016475c1551550d44c6f71f1f1a71ced545cbb2aff0446bd2765230b0920379579a13103a507ffc1e197ac69afb0a4f08efe11b50918d
 DIST gcc-12.3.0-musl-patches-1.tar.xz 3572 BLAKE2B 
c7bf65f7c9ea8023ddaac821ee2b778622fa310ac72a72b2f7032494a8f304eac86217f9204622e6c21aaef9952bece0d09bc126facd4f42b602927909815ab5
 SHA512 
babc279fea2c1fd4c018815f2f5630214fd46015ce9f365c28af242681d51818eaca30ce298eddcab1eed5ac5f2759e2b47b2335afab9d722b4469a6d4fec326
 DIST gcc-12.3.0-patches-2.tar.xz 14236 BLAKE2B 
06c43662c9abb0fa3cf90d5e2273c69aecb9158e6cf6f23c04754ed5d686be2616e81e2502eb16f4298ddd50518ca7677e13249da9e9b091162d3931ff65e4fe
 SHA512 
b0d4b85dbf1a541997203b872e3106906b4ad49cde57e1428bc22b2f8e2d73b8cb10ae0d0b792aebaf664594da4d1dea04c44ddc34e59047410766db04d1
 DIST gcc-12.3.0.tar.xz 85491976 BLAKE2B 
a239749089e284887435b9fabc360a36764be1095f4c78eeac6f056f91dd23c49dab2ebec5da32a81bcc08fe8277dd3c714ad114ad725d24317faac03354d595
 SHA512 
8fb799dfa2e5de5284edf8f821e3d40c2781e4c570f5adfdb1ca0671fcae3fb7f794ea783e80f01ec7bfbf912ca508e478bd749b2755c2c14e4055648146c204

diff --git a/sys-devel/gcc/gcc-12.3.1_p20230526.ebuild 
b/sys-devel/gcc/gcc-12.3.1_p20230526.ebuild
new file mode 100644
index ..4e2eee4f27cd
--- /dev/null
+++ b/sys-devel/gcc/gcc-12.3.1_p20230526.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+TOOLCHAIN_PATCH_DEV="sam"
+PATCH_VER="2"
+PATCH_GCC_VER="12.3.0"
+MUSL_VER="1"
+MUSL_GCC_VER="12.3.0"
+
+if [[ $(ver_cut 3) ==  ]] ; then
+   MY_PV_2=$(ver_cut 2)
+   if [[ ${MY_PV_2} == 0 ]] ; then
+   MY_PV_2=0
+   else
+   MY_PV_2=$(($(ver_cut 2) - 1))
+   fi
+
+   # e.g. 12.2. -> 12.1.1
+   TOOLCHAIN_GCC_PV=$(ver_cut 1).${MY_PV_2}.$(($(ver_cut 3) - 9998))
+elif [[ -n ${TOOLCHAIN_GCC_RC} ]] ; then
+   # Cheesy hack for RCs
+   # Sometimes the RCs are e.g. 12.3 and not 12.3.0...
+   #MY_PV=$(ver_cut 1).$((($(ver_cut 2) + 1))).$((($(ver_cut 3) - 
1)))-RC-$(ver_cut 5)
+   MY_PV=$(ver_cut 1).$((($(ver_cut 2) + 1)))-RC-$(ver_cut 5)
+   MY_P=${PN}-${MY_PV}
+   GCC_TARBALL_SRC_URI="mirror://gcc/snapshots/${MY_PV}/${MY_P}.tar.xz"
+   TOOLCHAIN_SET_S=no
+   S="${WORKDIR}"/${MY_P}
+fi
+
+inherit toolchain
+
+# Needs to be after inherit (for now?), bug #830908
+EGIT_BRANCH=releases/gcc-$(ver_cut 1)
+
+# Don't keyword live ebuilds
+#if ! tc_is_live && [[ -z ${TOOLCHAIN_USE_GIT_PATCHES} ]] ; then
+#  KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
+#fi
+
+if [[ ${CATEGORY} != cross-* ]] ; then
+   # Technically only if USE=hardened *too* right now, but no point in 
complicating it further.
+   # If GCC is enabling CET by default, we need glibc to be built with 
support for it.
+   # bug #830454
+   RDEPEND="elibc_glibc? ( sys-libs/glibc[cet(-)?]

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

2023-05-26 Thread Sam James
commit: f8bdc5b510fd937a4431d0921d09efe76afb6f70
Author: Sam James  gentoo  org>
AuthorDate: Sat May 27 02:06:54 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 27 02:06:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8bdc5b5

sys-devel/gcc: add 11.3.1_p20230525

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

 sys-devel/gcc/Manifest|  1 +
 sys-devel/gcc/gcc-11.3.1_p20230525.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index 060510f932f7..8bc2cfb8e36c 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -5,6 +5,7 @@ DIST gcc-10.5.0-musl-patches-2.tar.xz 3452 BLAKE2B 
5387e516d07d81477b3f39b8b3bd9
 DIST gcc-10.5.0-patches-6.tar.xz 18208 BLAKE2B 
4cac3340108fb378c76ad62b728429f3c97f348d178744e7536575f3576ca8aa682b878b7df3b1c162dccae64a3cb56c66d8d60eae323e1ece2de4278084fdbd
 SHA512 
9d6c84325fbc118cee01347468ce729c278e5b026b16da945fe54050726e26f86a46ee7b71a01a47cf927b70bfcce459c49a6bc4fb93dcfaa047c76d4c5bc5bc
 DIST gcc-11-20230427.tar.xz 76165128 BLAKE2B 
dd896b418c1fce35a61005d5b5c90cfd1246d37d23c2a8fc08bacd7d7ca84c353f3ccf5de2370ae5e5ca95c7ae3deab3565b3f65eb78b611dbe5ad4a256516f0
 SHA512 
fada917a832be5d2e15ee32f24e19fc87b851dc8e6fc75d1be6d25d3510dba408ae3ef3b245ff239c51aa3d243c95f12269695611e5c8965ba55f5aa4730778d
 DIST gcc-11-20230518.tar.xz 76192980 BLAKE2B 
8397a32e6f5800b3ed7be3d7f4afd03511ecd39e93b210a73d59a9a6bf9a7daf8e20524842a661597727df16548fba1a650884d7a4518d647387cd48825116de
 SHA512 
5259726703a8769e0a170dffdb84ce605ac43289b13a9b2cbb95fa19a9abc37859176e5184ca8958e209991ebe4eb9e3ce2fe22f66c7cec1d434a630a68d50c3
+DIST gcc-11-20230525.tar.xz 76192248 BLAKE2B 
58f0ca1b6a8daa8a7fc23da47d851e6345ff1ebc0e741458700fe835a044625ee0ac1e42b3fad39fadd5926d15cca625d6c72c51ab4e9b70608a7526973aff39
 SHA512 
7ad900cd95e5d2e7e9679d1a18781a91ad7796e017ba0e1401da14c7e47133778bceec2a62b2e9b7a9b912e9db0f21ccd5f93972a7ca1324e394a9bcdc530714
 DIST gcc-11.4.0-musl-patches-2.tar.xz 4308 BLAKE2B 
a2335e155fc57816fed822a648e0eaefafcba9d04e1ad0fd7baeea5a694ab6f5e3c1678cb406f2a1bd17bab25cb01699d032713a1ccf337948dfda2093844607
 SHA512 
17b84f907cb1bd763873655e6f35fd3ed55a40b602b70a626f04f83b4cc89c6261db1661de78d4d969187a8c56e9f6305b742515a3836b962248a21df0df5d0c
 DIST gcc-11.4.0-patches-10.tar.xz 13852 BLAKE2B 
54937d13e30e2a5303c7e197fae09eeed35ca0b9783625e02578fcee829b5503fb22d664366322b304df7d01ae807d00af7c93db3e3ceebe4851e15647724f87
 SHA512 
31b4d7a2e7cc589e92e12c3583d13d41c523cafbd309bc0532df9b68ea2473c89daef4c0edd3ce2917b5823d81a7792f145b9449f16277d0d64c22ceff50bbb9
 DIST gcc-11.4.0-patches-9.tar.xz 14704 BLAKE2B 
9aa2ecbac493d3040694e9930738e57d59a764b90ab92b91709c319b883f28ad108767e5d11e8b62af40bf1e583d5ff83a03e8c895f904bc6f41315ce9ab4f0a
 SHA512 
ac8b7c6c382ffacc4e9d08299440fc237fa366ec36fb8eb7a8d426b64a4186384a262e6380dc83ed7f7240125ce26a8435c8a4e0e13976ef2652067a7129bd17

diff --git a/sys-devel/gcc/gcc-11.3.1_p20230525.ebuild 
b/sys-devel/gcc/gcc-11.3.1_p20230525.ebuild
new file mode 100644
index ..a43b016c3fc3
--- /dev/null
+++ b/sys-devel/gcc/gcc-11.3.1_p20230525.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+TOOLCHAIN_PATCH_SUFFIX="xz"
+TOOLCHAIN_PATCH_DEV="sam"
+PATCH_VER="10"
+PATCH_GCC_VER="11.4.0"
+MUSL_VER="2"
+MUSL_GCC_VER="11.4.0"
+
+if [[ $(ver_cut 3) ==  ]] ; then
+   MY_PV_2=$(ver_cut 2)
+   if [[ ${MY_PV_2} == 0 ]] ; then
+   MY_PV_2=0
+   else
+   MY_PV_2=$(($(ver_cut 2) - 1))
+   fi
+
+   # e.g. 12.2. -> 12.1.1
+   TOOLCHAIN_GCC_PV=$(ver_cut 1).${MY_PV_2}.$(($(ver_cut 3) - 9998))
+fi
+
+inherit toolchain
+# Needs to be after inherit (for now?), bug #830908
+EGIT_BRANCH=releases/gcc-$(ver_cut 1)
+
+# Don't keyword live ebuilds
+if ! tc_is_live && [[ -z ${TOOLCHAIN_USE_GIT_PATCHES} ]] ; then
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+fi
+
+if [[ ${CATEGORY} != cross-* ]] ; then
+   # Technically only if USE=hardened *too* right now, but no point in 
complicating it further.
+   # If GCC is enabling CET by default, we need glibc to be built with 
support for it.
+   # bug #830454
+   RDEPEND="elibc_glibc? ( sys-libs/glibc[cet(-)?] )"
+   DEPEND="${RDEPEND}"
+   BDEPEND=">=${CATEGORY}/binutils-2.30[cet(-)?]"
+fi
+
+src_prepare() {
+   local p upstreamed_patches=(
+   # add them here
+   )
+   for p in "${upstreamed_patches[@]}"; do
+   rm -v "${WORKDIR}/patch/${p}" || die
+   done
+
+   toolchain_src_prepare
+
+   eapply_user
+}



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

2023-05-26 Thread Sam James
commit: dbf440b4c0367889ea2a682e0627d77cc4df6568
Author: Sam James  gentoo  org>
AuthorDate: Sat May 27 02:09:12 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 27 02:09:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbf440b4

sys-devel/gcc: keyword 12.3.1_p20230526

Closes: https://bugs.gentoo.org/905818
Signed-off-by: Sam James  gentoo.org>

 sys-devel/gcc/gcc-12.3.1_p20230526.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-devel/gcc/gcc-12.3.1_p20230526.ebuild 
b/sys-devel/gcc/gcc-12.3.1_p20230526.ebuild
index 4e2eee4f27cd..963e5466b141 100644
--- a/sys-devel/gcc/gcc-12.3.1_p20230526.ebuild
+++ b/sys-devel/gcc/gcc-12.3.1_p20230526.ebuild
@@ -36,9 +36,9 @@ inherit toolchain
 EGIT_BRANCH=releases/gcc-$(ver_cut 1)
 
 # Don't keyword live ebuilds
-#if ! tc_is_live && [[ -z ${TOOLCHAIN_USE_GIT_PATCHES} ]] ; then
-#  KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
-#fi
+if ! tc_is_live && [[ -z ${TOOLCHAIN_USE_GIT_PATCHES} ]] ; then
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
+fi
 
 if [[ ${CATEGORY} != cross-* ]] ; then
# Technically only if USE=hardened *too* right now, but no point in 
complicating it further.



[gentoo-commits] repo/proj/guru:dev commit in: gui-wm/swayfx/

2023-05-26 Thread Rahul Sandhu
commit: ac620bab323ec0139b7b862638ae37f82c498542
Author: Rahul Sandhu  sandhuservices  dev>
AuthorDate: Sat May 27 02:06:53 2023 +
Commit: Rahul Sandhu  sandhuservices  dev>
CommitDate: Sat May 27 02:06:53 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ac620bab

gui-wm/swayfx: drop 0.1, update 0.2

Signed-off-by: Rahul Sandhu  sandhuservices.dev>

 gui-wm/swayfx/Manifest  |   3 +-
 gui-wm/swayfx/swayfx-0.1.ebuild | 101 
 gui-wm/swayfx/swayfx-0.2.ebuild |   8 ++--
 3 files changed, 4 insertions(+), 108 deletions(-)

diff --git a/gui-wm/swayfx/Manifest b/gui-wm/swayfx/Manifest
index fd45304a2..3ce8ce494 100644
--- a/gui-wm/swayfx/Manifest
+++ b/gui-wm/swayfx/Manifest
@@ -1,3 +1,2 @@
-DIST 0.1.tar.gz 5514855 BLAKE2B 
57be3ab5b66cb71a826ed6d7cd2dc70cc415f0f207420aa2b545f63ccfca5f7504d6a44554ff7e8000b35797540e52043902a5d6264cf1f8290a34e9876ef372
 SHA512 
9dd17d3628d59c2d2de521c26a3d49780fb95acd18b886dd7f515e210c0f876b51b37e83119ed082aa1fc28ae4631ae794cd81d20516ba77566639b2ba49e9fb
-DIST 0.2.tar.gz 5534158 BLAKE2B 
e01ac28ea24743d5fe937d953114c8316f3de27b7813f83cce0f6f76bf524f079357be810845791c4431db7e315f096411e6d7a0e2174673e4247d16e3e44bc1
 SHA512 
0884513a0851b19546f2cc647d8590c7d82494604028ed71b2e6fefbac7f3fff141be26e783ccc504b8da84bbed6c1e12a2194f0713c920e1cc34a6360ac318c
+DIST swayfx-0.2.tar.gz 5534158 BLAKE2B 
e01ac28ea24743d5fe937d953114c8316f3de27b7813f83cce0f6f76bf524f079357be810845791c4431db7e315f096411e6d7a0e2174673e4247d16e3e44bc1
 SHA512 
0884513a0851b19546f2cc647d8590c7d82494604028ed71b2e6fefbac7f3fff141be26e783ccc504b8da84bbed6c1e12a2194f0713c920e1cc34a6360ac318c
 DIST swayfx-0.3.tar.gz 5746551 BLAKE2B 
6455416f54d9e36d33f2f17146c3f2c41ff77a154fcb49f12906c5ba5b2ced3eecb9f052423ad5916885a9e6602160a404bd9fe351272c34cc5b375656b75604
 SHA512 
a6054d167c9d41a6e3fe9247683267c40ac55637a565649724fad0d7caf340d8aa51ab65767a7f8becc0480eced1eb42a5c851dfc5d815a73c3ae99eb1c39572

diff --git a/gui-wm/swayfx/swayfx-0.1.ebuild b/gui-wm/swayfx/swayfx-0.1.ebuild
deleted file mode 100644
index ac081a87a..0
--- a/gui-wm/swayfx/swayfx-0.1.ebuild
+++ /dev/null
@@ -1,101 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson optfeature
-
-DESCRIPTION="i3-compatible Wayland window manager"
-HOMEPAGE="https://swaywm.org;
-
-MY_PV=${PV/_rc/-rc}
-SRC_URI="https://github.com/WillPower3309/swayfx/archive/refs/tags/${PV}.tar.gz;
-KEYWORDS="~amd64"
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="grimshot +man +swaybar +swaynag tray wallpapers X"
-
-DEPEND="
-   >=dev-libs/json-c-0.13:0=
-   >=dev-libs/libinput-1.6.0:0=
-   sys-auth/seatd:=
-   dev-libs/libpcre
-   >=dev-libs/wayland-1.20.0
-   x11-libs/cairo
-   x11-libs/libxkbcommon
-   x11-libs/pango
-   x11-libs/pixman
-   media-libs/mesa[gles2,libglvnd(+)]
-   swaybar? ( x11-libs/gdk-pixbuf:2 )
-   tray? ( || (
-   sys-apps/systemd
-   sys-auth/elogind
-   sys-libs/basu
-   ) )
-   wallpapers? ( gui-apps/swaybg[gdk-pixbuf(+)] )
-   X? ( x11-libs/libxcb:0= )
-"
-DEPEND+="
-   >=gui-libs/wlroots-0.15:=[X?]
-   https://github.com/swaywm/sway/wiki/Useful-add-ons-for-sway;
-   einfo "Please note that some of them might not (yet) available on 
gentoo"
-}

diff --git a/gui-wm/swayfx/swayfx-0.2.ebuild b/gui-wm/swayfx/swayfx-0.2.ebuild
index 35d2bcf8e..d6a85d917 100644
--- a/gui-wm/swayfx/swayfx-0.2.ebuild
+++ b/gui-wm/swayfx/swayfx-0.2.ebuild
@@ -5,13 +5,11 @@ EAPI=8
 
 inherit meson optfeature
 
-DESCRIPTION="i3-compatible Wayland window manager"
-HOMEPAGE="https://swaywm.org;
+DESCRIPTION="SwayFX: Sway, but with eye candy!"
+HOMEPAGE="https://github.com/WillPower3309/swayfx;
 
-MY_PV=${PV/_rc/-rc}
-SRC_URI="https://github.com/WillPower3309/swayfx/archive/refs/tags/${PV}.tar.gz;
+SRC_URI="https://github.com/WillPower3309/swayfx/archive/refs/tags/${PV}.tar.gz
 -> ${P}.tar.gz"
 KEYWORDS="~amd64"
-S="${WORKDIR}/${PN}-${MY_PV}"
 
 LICENSE="MIT"
 SLOT="0"



[gentoo-commits] repo/proj/guru:dev commit in: gui-wm/swayfx/

2023-05-26 Thread Rahul Sandhu
commit: 7cb779eefcd23d02971f4efad9f398910e561f64
Author: Rahul Sandhu  sandhuservices  dev>
AuthorDate: Sat May 27 02:04:10 2023 +
Commit: Rahul Sandhu  sandhuservices  dev>
CommitDate: Sat May 27 02:04:10 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7cb779ee

gui-wm/swayfx: update DESCRIPTION, HOMEPAGE, SRC_URI

Signed-off-by: Rahul Sandhu  sandhuservices.dev>

 gui-wm/swayfx/Manifest  | 2 +-
 gui-wm/swayfx/swayfx-0.3.ebuild | 8 +++-
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/gui-wm/swayfx/Manifest b/gui-wm/swayfx/Manifest
index 1d06f5501..fd45304a2 100644
--- a/gui-wm/swayfx/Manifest
+++ b/gui-wm/swayfx/Manifest
@@ -1,3 +1,3 @@
 DIST 0.1.tar.gz 5514855 BLAKE2B 
57be3ab5b66cb71a826ed6d7cd2dc70cc415f0f207420aa2b545f63ccfca5f7504d6a44554ff7e8000b35797540e52043902a5d6264cf1f8290a34e9876ef372
 SHA512 
9dd17d3628d59c2d2de521c26a3d49780fb95acd18b886dd7f515e210c0f876b51b37e83119ed082aa1fc28ae4631ae794cd81d20516ba77566639b2ba49e9fb
 DIST 0.2.tar.gz 5534158 BLAKE2B 
e01ac28ea24743d5fe937d953114c8316f3de27b7813f83cce0f6f76bf524f079357be810845791c4431db7e315f096411e6d7a0e2174673e4247d16e3e44bc1
 SHA512 
0884513a0851b19546f2cc647d8590c7d82494604028ed71b2e6fefbac7f3fff141be26e783ccc504b8da84bbed6c1e12a2194f0713c920e1cc34a6360ac318c
-DIST 0.3.tar.gz 5746551 BLAKE2B 
6455416f54d9e36d33f2f17146c3f2c41ff77a154fcb49f12906c5ba5b2ced3eecb9f052423ad5916885a9e6602160a404bd9fe351272c34cc5b375656b75604
 SHA512 
a6054d167c9d41a6e3fe9247683267c40ac55637a565649724fad0d7caf340d8aa51ab65767a7f8becc0480eced1eb42a5c851dfc5d815a73c3ae99eb1c39572
+DIST swayfx-0.3.tar.gz 5746551 BLAKE2B 
6455416f54d9e36d33f2f17146c3f2c41ff77a154fcb49f12906c5ba5b2ced3eecb9f052423ad5916885a9e6602160a404bd9fe351272c34cc5b375656b75604
 SHA512 
a6054d167c9d41a6e3fe9247683267c40ac55637a565649724fad0d7caf340d8aa51ab65767a7f8becc0480eced1eb42a5c851dfc5d815a73c3ae99eb1c39572

diff --git a/gui-wm/swayfx/swayfx-0.3.ebuild b/gui-wm/swayfx/swayfx-0.3.ebuild
index 422be6474..b0bd4e92a 100644
--- a/gui-wm/swayfx/swayfx-0.3.ebuild
+++ b/gui-wm/swayfx/swayfx-0.3.ebuild
@@ -5,13 +5,11 @@ EAPI=8
 
 inherit meson optfeature
 
-DESCRIPTION="i3-compatible Wayland window manager"
-HOMEPAGE="https://swaywm.org;
+DESCRIPTION="SwayFX: Sway, but with eye candy!"
+HOMEPAGE="https://github.com/WillPower3309/swayfx;
 
-MY_PV=${PV/_rc/-rc}
-SRC_URI="https://github.com/WillPower3309/swayfx/archive/refs/tags/${PV}.tar.gz;
+SRC_URI="https://github.com/WillPower3309/swayfx/archive/refs/tags/${PV}.tar.gz
 -> ${P}.tar.gz"
 KEYWORDS="~amd64"
-S="${WORKDIR}/${PN}-${MY_PV}"
 
 LICENSE="MIT"
 SLOT="0"



[gentoo-commits] repo/proj/guru:dev commit in: gui-wm/swayfx/

2023-05-26 Thread Rahul Sandhu
commit: 5777162501be23a0c6210fec2abe00e4d8f80592
Author: Rahul Sandhu  sandhuservices  dev>
AuthorDate: Sat May 27 02:00:05 2023 +
Commit: Rahul Sandhu  sandhuservices  dev>
CommitDate: Sat May 27 02:00:05 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=57771625

gui-wm/swayfx: add 0.3

Signed-off-by: Rahul Sandhu  sandhuservices.dev>

 gui-wm/swayfx/Manifest  |   1 +
 gui-wm/swayfx/metadata.xml  |  12 ++---
 gui-wm/swayfx/swayfx-0.3.ebuild | 101 
 3 files changed, 108 insertions(+), 6 deletions(-)

diff --git a/gui-wm/swayfx/Manifest b/gui-wm/swayfx/Manifest
index 46085d9f6..1d06f5501 100644
--- a/gui-wm/swayfx/Manifest
+++ b/gui-wm/swayfx/Manifest
@@ -1,2 +1,3 @@
 DIST 0.1.tar.gz 5514855 BLAKE2B 
57be3ab5b66cb71a826ed6d7cd2dc70cc415f0f207420aa2b545f63ccfca5f7504d6a44554ff7e8000b35797540e52043902a5d6264cf1f8290a34e9876ef372
 SHA512 
9dd17d3628d59c2d2de521c26a3d49780fb95acd18b886dd7f515e210c0f876b51b37e83119ed082aa1fc28ae4631ae794cd81d20516ba77566639b2ba49e9fb
 DIST 0.2.tar.gz 5534158 BLAKE2B 
e01ac28ea24743d5fe937d953114c8316f3de27b7813f83cce0f6f76bf524f079357be810845791c4431db7e315f096411e6d7a0e2174673e4247d16e3e44bc1
 SHA512 
0884513a0851b19546f2cc647d8590c7d82494604028ed71b2e6fefbac7f3fff141be26e783ccc504b8da84bbed6c1e12a2194f0713c920e1cc34a6360ac318c
+DIST 0.3.tar.gz 5746551 BLAKE2B 
6455416f54d9e36d33f2f17146c3f2c41ff77a154fcb49f12906c5ba5b2ced3eecb9f052423ad5916885a9e6602160a404bd9fe351272c34cc5b375656b75604
 SHA512 
a6054d167c9d41a6e3fe9247683267c40ac55637a565649724fad0d7caf340d8aa51ab65767a7f8becc0480eced1eb42a5c851dfc5d815a73c3ae99eb1c39572

diff --git a/gui-wm/swayfx/metadata.xml b/gui-wm/swayfx/metadata.xml
index 2d648c8b9..9fcd742b9 100644
--- a/gui-wm/swayfx/metadata.xml
+++ b/gui-wm/swayfx/metadata.xml
@@ -31,10 +31,10 @@


WillPower3309/swayfx
-
-William McKinnon
-
-https://github.com/WillPower3309/swayfx/issues
-https://github.com/WillPower3309/swayfx/releases
-
+   
+   William McKinnon
+   
+   
https://github.com/WillPower3309/swayfx/issues
+   
https://github.com/WillPower3309/swayfx/releases
+   
 

diff --git a/gui-wm/swayfx/swayfx-0.3.ebuild b/gui-wm/swayfx/swayfx-0.3.ebuild
new file mode 100644
index 0..422be6474
--- /dev/null
+++ b/gui-wm/swayfx/swayfx-0.3.ebuild
@@ -0,0 +1,101 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson optfeature
+
+DESCRIPTION="i3-compatible Wayland window manager"
+HOMEPAGE="https://swaywm.org;
+
+MY_PV=${PV/_rc/-rc}
+SRC_URI="https://github.com/WillPower3309/swayfx/archive/refs/tags/${PV}.tar.gz;
+KEYWORDS="~amd64"
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="grimshot +man +swaybar +swaynag tray wallpapers X"
+
+DEPEND="
+   >=dev-libs/json-c-0.13:0=
+   >=dev-libs/libinput-1.21.0:0=
+   sys-auth/seatd:=
+   dev-libs/libpcre
+   >=dev-libs/wayland-1.20.0
+   x11-libs/cairo
+   x11-libs/libxkbcommon
+   x11-libs/pango
+   x11-libs/pixman
+   media-libs/mesa[gles2,libglvnd(+)]
+   swaybar? ( x11-libs/gdk-pixbuf:2 )
+   tray? ( || (
+   sys-apps/systemd
+   sys-auth/elogind
+   sys-libs/basu
+   ) )
+   wallpapers? ( gui-apps/swaybg[gdk-pixbuf(+)] )
+   X? ( x11-libs/libxcb:0= )
+"
+DEPEND+="
+   >=gui-libs/wlroots-0.16:=[X?]
+   https://github.com/swaywm/sway/wiki/Useful-add-ons-for-sway;
+   einfo "Please note that some of them might not (yet) available on 
gentoo"
+}



[gentoo-commits] repo/proj/guru:dev commit in: media-fonts/ubuntumono-nerdfont/

2023-05-26 Thread Rahul Sandhu
commit: 1bb0d123377a0f284807e904860c0c1d1bb2f24e
Author: Rahul Sandhu  sandhuservices  dev>
AuthorDate: Sat May 27 01:41:51 2023 +
Commit: Rahul Sandhu  sandhuservices  dev>
CommitDate: Sat May 27 01:41:51 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1bb0d123

media-fonts/ubuntumono-nerdfont: add 3.0.1

Signed-off-by: Rahul Sandhu  sandhuservices.dev>

 media-fonts/ubuntumono-nerdfont/Manifest   |  1 +
 .../ubuntumono-nerdfont-3.0.1.ebuild   | 25 ++
 2 files changed, 26 insertions(+)

diff --git a/media-fonts/ubuntumono-nerdfont/Manifest 
b/media-fonts/ubuntumono-nerdfont/Manifest
index 06010faf4..74ba45346 100644
--- a/media-fonts/ubuntumono-nerdfont/Manifest
+++ b/media-fonts/ubuntumono-nerdfont/Manifest
@@ -1 +1,2 @@
 DIST ubuntumono-nerdfont-2.2.2.zip 9741947 BLAKE2B 
91ab5d244327351fedbc27e8d406c846a06747ce1747d96f88142c7ca8fc895078446ac6d9ba41fb49f5d7954a7a603a6645c3c785b0736145c917e97e20e498
 SHA512 
7687bac3861d9e7d74ea2584d4e5c57635e1faa0c6c09c3495cde7d635e6aee80bd8a356771369bf34794bd60610d60d0e318c65a7c9a6d70fac067cc55f1c5b
+DIST ubuntumono-nerdfont-3.0.1.tar.xz 1890968 BLAKE2B 
a36911475607cc711ed18cca4634723f1623fcd3c3f0d9a00b09e8ce42dd039e73808708e55fb84de5c4dd513a27bac55c054c31162b63d297ba32b2fd2913ee
 SHA512 
d2e6a516eb065a2ae1fdbcd165a8ba235dbe1264a108fd76036c556f3677dfe985caa2bff6ab98881faaac347334b02753fee6114d0f31c2ac620232a2f50a7a

diff --git a/media-fonts/ubuntumono-nerdfont/ubuntumono-nerdfont-3.0.1.ebuild 
b/media-fonts/ubuntumono-nerdfont/ubuntumono-nerdfont-3.0.1.ebuild
new file mode 100644
index 0..b16ecc2c3
--- /dev/null
+++ b/media-fonts/ubuntumono-nerdfont/ubuntumono-nerdfont-3.0.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit font
+
+DESCRIPTION="A free and open-source typeface for developers"
+HOMEPAGE="https://github.com/ryanoasis/nerd-fonts;
+SRC_URI="https://github.com/ryanoasis/nerd-fonts/releases/download/v${PV}/UbuntuMono.tar.xz
 -> ${P}.tar.xz"
+
+LICENSE="OFL-1.1"
+SLOT="0"
+KEYWORDS="~amd64"
+
+S="${WORKDIR}"
+FONT_SUFFIX="ttf"
+
+pkg_postinst() {
+   ewarn "Upstream has recently made some major changes since version 
3.0.0."
+   ewarn "The older Material Design Icon codepoints have been dropped."
+   ewarn "See issue 1059, comment 1404891287 at upstream for a translation 
table."
+   ewarn "More information can be found here:"
+   ewarn "https://github.com/ryanoasis/nerd-fonts/tree/v3.0.0;
+}



[gentoo-commits] repo/proj/guru:dev commit in: media-fonts/robotomono-nerdfont/

2023-05-26 Thread Rahul Sandhu
commit: 3ae4ce2d20034177fe8ccd988e281d56688c9c0a
Author: Rahul Sandhu  sandhuservices  dev>
AuthorDate: Sat May 27 01:40:33 2023 +
Commit: Rahul Sandhu  sandhuservices  dev>
CommitDate: Sat May 27 01:40:33 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3ae4ce2d

media-fonts/robotomono-nerdfont: add 3.0.1

Signed-off-by: Rahul Sandhu  sandhuservices.dev>

 media-fonts/robotomono-nerdfont/Manifest   |  1 +
 .../robotomono-nerdfont-3.0.1.ebuild   | 25 ++
 2 files changed, 26 insertions(+)

diff --git a/media-fonts/robotomono-nerdfont/Manifest 
b/media-fonts/robotomono-nerdfont/Manifest
index 97fb9e3c2..ac217be9a 100644
--- a/media-fonts/robotomono-nerdfont/Manifest
+++ b/media-fonts/robotomono-nerdfont/Manifest
@@ -1 +1,2 @@
 DIST robotomono-nerdfont-2.2.2.zip 25182334 BLAKE2B 
2c6baed85ce0bdd3b0efdafdede08004d3fa16758d9e2baed12fba89a7d73c0f9a0130e71db5603de9addba366e1fb40ffeb5edfaba96adf1d312dcdd8ff22df
 SHA512 
47f509e446ee1b48eb21d880e111abcb13e489ce45d95561e9eed2292692159b9bfcfd7da6addfe9f868dedbc5d7283a07d35cdaace008125937215e7f96a0ee
+DIST robotomono-nerdfont-3.0.1.tar.xz 3054304 BLAKE2B 
3ca931004f42c53fd7f7210548f9614338bde2fe6fa10c27a1420ab395823feb00b2f01b2cc83e65a4edc2360ae07c21cc9572701536fa60fc33e87d2613c561
 SHA512 
ffa1ab6643e2552969b1345272bb23c34e69c44708ccae3fd629a3988b318caf4d3e261da8d52ed17a019b035545f8576e248ce70ceb4f65dce09e6b1cddf501

diff --git a/media-fonts/robotomono-nerdfont/robotomono-nerdfont-3.0.1.ebuild 
b/media-fonts/robotomono-nerdfont/robotomono-nerdfont-3.0.1.ebuild
new file mode 100644
index 0..115877137
--- /dev/null
+++ b/media-fonts/robotomono-nerdfont/robotomono-nerdfont-3.0.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit font
+
+DESCRIPTION="A free and open-source typeface for developers"
+HOMEPAGE="https://github.com/ryanoasis/nerd-fonts;
+SRC_URI="https://github.com/ryanoasis/nerd-fonts/releases/download/v${PV}/RobotoMono.tar.xz
 -> ${P}.tar.xz"
+
+LICENSE="OFL-1.1"
+SLOT="0"
+KEYWORDS="~amd64"
+
+S="${WORKDIR}"
+FONT_SUFFIX="ttf"
+
+pkg_postinst() {
+   ewarn "Upstream has recently made some major changes since version 
3.0.0."
+   ewarn "The older Material Design Icon codepoints have been dropped."
+   ewarn "See issue 1059, comment 1404891287 at upstream for a translation 
table."
+   ewarn "More information can be found here:"
+   ewarn "https://github.com/ryanoasis/nerd-fonts/tree/v3.0.0;
+}



[gentoo-commits] repo/proj/guru:dev commit in: media-fonts/firacode-nerdfont/

2023-05-26 Thread Rahul Sandhu
commit: 538fa15bf735364a5a963a4089463be425c51c32
Author: Rahul Sandhu  sandhuservices  dev>
AuthorDate: Sat May 27 01:37:21 2023 +
Commit: Rahul Sandhu  sandhuservices  dev>
CommitDate: Sat May 27 01:37:21 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=538fa15b

media-fonts/firacode-nerdfont-3.0.1: More of that whitespace

Signed-off-by: Rahul Sandhu  sandhuservices.dev>

 media-fonts/firacode-nerdfont/firacode-nerdfont-3.0.1.ebuild | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/media-fonts/firacode-nerdfont/firacode-nerdfont-3.0.1.ebuild 
b/media-fonts/firacode-nerdfont/firacode-nerdfont-3.0.1.ebuild
index 54d34657d..7c07d3cdd 100644
--- a/media-fonts/firacode-nerdfont/firacode-nerdfont-3.0.1.ebuild
+++ b/media-fonts/firacode-nerdfont/firacode-nerdfont-3.0.1.ebuild
@@ -17,9 +17,9 @@ S="${WORKDIR}"
 FONT_SUFFIX="ttf"
 
 pkg_postinst() {
-ewarn "Upstream has recently made some major changes since version 
3.0.0."
-ewarn "The older Material Design Icon codepoints have been dropped."
-ewarn "See issue 1059, comment 1404891287 at upstream for a 
translation table."
-ewarn "More information can be found here:"
-ewarn "https://github.com/ryanoasis/nerd-fonts/tree/v3.0.0;
+   ewarn "Upstream has recently made some major changes since version 
3.0.0."
+   ewarn "The older Material Design Icon codepoints have been dropped."
+   ewarn "See issue 1059, comment 1404891287 at upstream for a translation 
table."
+   ewarn "More information can be found here:"
+   ewarn "https://github.com/ryanoasis/nerd-fonts/tree/v3.0.0;
 }



[gentoo-commits] repo/proj/guru:dev commit in: media-fonts/iosevka-nerdfont/

2023-05-26 Thread Rahul Sandhu
commit: 08243f4ffaa4a8d3477dbad807fb2eb3b4e74f9c
Author: Rahul Sandhu  sandhuservices  dev>
AuthorDate: Sat May 27 01:34:50 2023 +
Commit: Rahul Sandhu  sandhuservices  dev>
CommitDate: Sat May 27 01:34:50 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=08243f4f

media-fonts/iosevka-nerdfont-3.0.1: Actually fix leading whitespace

Signed-off-by: Rahul Sandhu  sandhuservices.dev>

 media-fonts/iosevka-nerdfont/iosevka-nerdfont-3.0.1.ebuild | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/media-fonts/iosevka-nerdfont/iosevka-nerdfont-3.0.1.ebuild 
b/media-fonts/iosevka-nerdfont/iosevka-nerdfont-3.0.1.ebuild
index 047c117ba..6c36b8138 100644
--- a/media-fonts/iosevka-nerdfont/iosevka-nerdfont-3.0.1.ebuild
+++ b/media-fonts/iosevka-nerdfont/iosevka-nerdfont-3.0.1.ebuild
@@ -17,9 +17,9 @@ S="${WORKDIR}"
 FONT_SUFFIX="ttf"
 
 pkg_postinst() {
-ewarn "Upstream has recently made some major changes since version 3.0.0."
-ewarn "The older Material Design Icon codepoints have been dropped."
-ewarn "See issue 1059, comment 1404891287 at upstream for a translation 
table."
-ewarn "More information can be found here:"
-ewarn "https://github.com/ryanoasis/nerd-fonts/tree/v3.0.0;
+   ewarn "Upstream has recently made some major changes since version 
3.0.0."
+   ewarn "The older Material Design Icon codepoints have been dropped."
+   ewarn "See issue 1059, comment 1404891287 at upstream for a translation 
table."
+   ewarn "More information can be found here:"
+   ewarn "https://github.com/ryanoasis/nerd-fonts/tree/v3.0.0;
 }



[gentoo-commits] repo/proj/guru:dev commit in: media-fonts/iosevka-nerdfont/

2023-05-26 Thread Rahul Sandhu
commit: 67656883d19a134309236999482a8997a0db884f
Author: Rahul Sandhu  sandhuservices  dev>
AuthorDate: Sat May 27 01:33:10 2023 +
Commit: Rahul Sandhu  sandhuservices  dev>
CommitDate: Sat May 27 01:33:10 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=67656883

media-fonts/iosevka-nerdfont-3.0.1: Remove leading whitespace

Signed-off-by: Rahul Sandhu  sandhuservices.dev>

 media-fonts/iosevka-nerdfont/iosevka-nerdfont-3.0.1.ebuild | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/media-fonts/iosevka-nerdfont/iosevka-nerdfont-3.0.1.ebuild 
b/media-fonts/iosevka-nerdfont/iosevka-nerdfont-3.0.1.ebuild
index d805bb417..047c117ba 100644
--- a/media-fonts/iosevka-nerdfont/iosevka-nerdfont-3.0.1.ebuild
+++ b/media-fonts/iosevka-nerdfont/iosevka-nerdfont-3.0.1.ebuild
@@ -17,9 +17,9 @@ S="${WORKDIR}"
 FONT_SUFFIX="ttf"
 
 pkg_postinst() {
-ewarn "Upstream has recently made some major changes since version 
3.0.0."
-ewarn "The older Material Design Icon codepoints have been dropped."
-ewarn "See issue 1059, comment 1404891287 at upstream for a 
translation table."
-ewarn "More information can be found here:"
-ewarn "https://github.com/ryanoasis/nerd-fonts/tree/v3.0.0;
+ewarn "Upstream has recently made some major changes since version 3.0.0."
+ewarn "The older Material Design Icon codepoints have been dropped."
+ewarn "See issue 1059, comment 1404891287 at upstream for a translation 
table."
+ewarn "More information can be found here:"
+ewarn "https://github.com/ryanoasis/nerd-fonts/tree/v3.0.0;
 }



[gentoo-commits] repo/proj/guru:dev commit in: media-fonts/iosevka-nerdfont/

2023-05-26 Thread Rahul Sandhu
commit: 0c7f167762aad45467183d7e2ffb2f5bcf1307e3
Author: Rahul Sandhu  sandhuservices  dev>
AuthorDate: Sat May 27 01:32:18 2023 +
Commit: Rahul Sandhu  sandhuservices  dev>
CommitDate: Sat May 27 01:32:18 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0c7f1677

media-fonts/iosevka-nerdfont: add 3.0.1

Signed-off-by: Rahul Sandhu  sandhuservices.dev>

 media-fonts/iosevka-nerdfont/Manifest  |  1 +
 .../iosevka-nerdfont/iosevka-nerdfont-3.0.1.ebuild | 25 ++
 2 files changed, 26 insertions(+)

diff --git a/media-fonts/iosevka-nerdfont/Manifest 
b/media-fonts/iosevka-nerdfont/Manifest
index 1381b9313..eca76ed59 100644
--- a/media-fonts/iosevka-nerdfont/Manifest
+++ b/media-fonts/iosevka-nerdfont/Manifest
@@ -1,2 +1,3 @@
 DIST iosevka-nerdfont-2.2.2.zip 486465366 BLAKE2B 
04fe963c0e2c4bc076854c1b6d7382a4e9222ead92e320ad369a230c771be9c88300cd2f2cd4d8b4bfbe9a66d76577390fa750e46735be993b51eb0f9e87631e
 SHA512 
99ec42555babde800cfe320a5e48eba6dafaaecfb86ff8964a092e321bac8635dd6a5ffe9a792e56dbf83794f1a7da5368a14ff3ac3c4a70a066999fd6604153
 DIST iosevka-nerdfont-2.3.3.zip 684962518 BLAKE2B 
d374f91e1253e29e682ea9199a049d1b95ad51749e26a03b312b3bc64b53f43f1dd998fbfcb22e71f67782eec1ee92c0242da0cf3deca33d7bcee258afe0bfdd
 SHA512 
48096d703a25bd9e38df66ee4fbee1a289564ef30a2eb29236c24fb669074df82d95f68b6e0b18e74ef64682cc1cfa4903f943c6dd81534371bb45ae5edcef26
+DIST iosevka-nerdfont-3.0.1.tar.xz 28066692 BLAKE2B 
3797f3bd800d41b69bc019ebb518aa8c73ee51082ff91ed783865f2afe93b3ad14a89afec51ae99f1ce6f2d223fd6d5d26a73a600a190609efe3c759e7dda06c
 SHA512 
4079c76daf75a8dcb51697e04fc7cb5c86be0c2ad0d670e736d2605be370849308bec84cb567db9184e3d2f3b1e819fd1b24afd974b0e9dadecb4e3a6c3dc5c4

diff --git a/media-fonts/iosevka-nerdfont/iosevka-nerdfont-3.0.1.ebuild 
b/media-fonts/iosevka-nerdfont/iosevka-nerdfont-3.0.1.ebuild
new file mode 100644
index 0..d805bb417
--- /dev/null
+++ b/media-fonts/iosevka-nerdfont/iosevka-nerdfont-3.0.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit font
+
+DESCRIPTION="A free and open-source typeface for developers"
+HOMEPAGE="https://github.com/ryanoasis/nerd-fonts;
+SRC_URI="https://github.com/ryanoasis/nerd-fonts/releases/download/v${PV}/Iosevka.tar.xz
 -> ${P}.tar.xz"
+
+LICENSE="OFL-1.1"
+SLOT="0"
+KEYWORDS="~amd64"
+
+S="${WORKDIR}"
+FONT_SUFFIX="ttf"
+
+pkg_postinst() {
+ewarn "Upstream has recently made some major changes since version 
3.0.0."
+ewarn "The older Material Design Icon codepoints have been dropped."
+ewarn "See issue 1059, comment 1404891287 at upstream for a 
translation table."
+ewarn "More information can be found here:"
+ewarn "https://github.com/ryanoasis/nerd-fonts/tree/v3.0.0;
+}



[gentoo-commits] repo/proj/guru:dev commit in: media-fonts/firacode-nerdfont/

2023-05-26 Thread Rahul Sandhu
commit: 455ba8a0bfe16b6275a959838ebec7e0fa0e3b3e
Author: Rahul Sandhu  sandhuservices  dev>
AuthorDate: Sat May 27 01:28:45 2023 +
Commit: Rahul Sandhu  sandhuservices  dev>
CommitDate: Sat May 27 01:28:45 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=455ba8a0

media-fonts/firacode-nerdfont: add 3.0.1

Signed-off-by: Rahul Sandhu  sandhuservices.dev>

 media-fonts/firacode-nerdfont/Manifest |  1 +
 .../firacode-nerdfont-3.0.1.ebuild | 25 ++
 2 files changed, 26 insertions(+)

diff --git a/media-fonts/firacode-nerdfont/Manifest 
b/media-fonts/firacode-nerdfont/Manifest
index 20e3d4baf..654ba3c6f 100644
--- a/media-fonts/firacode-nerdfont/Manifest
+++ b/media-fonts/firacode-nerdfont/Manifest
@@ -1 +1,2 @@
 DIST firacode-nerdfont-2.2.2.zip 17241908 BLAKE2B 
9f8ada87945ff10d9eced99369f7c6d469f9eaf2192490623a93b2397fe5b6ee3f0df6923b59eb87e92789840a205adf53c6278e526dbeeb25d0a6d307a07b18
 SHA512 
ab284afb20cc535d24d4bc0c3aa181547ac0ab7afb5c09c931699a8690a3813024194c123b99c526269897c256b5d8f078075bcf20bc9120a64206a2728236b3
+DIST firacode-nerdfont-3.0.1.tar.xz 2239404 BLAKE2B 
99676220697e673fdb00c8baf5960b2961109abc8530efe61c687d99f4624526ec86b83112a7e582ede0e16c7352d0a8002b44db87c1454c35833e89071758c6
 SHA512 
a5d4202b8fdadc295bdc08a0bf226c187102492aef94e17f9327b1683c1370ab535c8d6fa725f89935b79a26352da765b2066468326ff846f21dbe0929fcc016

diff --git a/media-fonts/firacode-nerdfont/firacode-nerdfont-3.0.1.ebuild 
b/media-fonts/firacode-nerdfont/firacode-nerdfont-3.0.1.ebuild
new file mode 100644
index 0..54d34657d
--- /dev/null
+++ b/media-fonts/firacode-nerdfont/firacode-nerdfont-3.0.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit font
+
+DESCRIPTION="A free and open-source typeface for developers"
+HOMEPAGE="https://github.com/ryanoasis/nerd-fonts;
+SRC_URI="https://github.com/ryanoasis/nerd-fonts/releases/download/v${PV}/FiraCode.tar.xz
 -> ${P}.tar.xz"
+
+LICENSE="OFL-1.1"
+SLOT="0"
+KEYWORDS="~amd64"
+
+S="${WORKDIR}"
+FONT_SUFFIX="ttf"
+
+pkg_postinst() {
+ewarn "Upstream has recently made some major changes since version 
3.0.0."
+ewarn "The older Material Design Icon codepoints have been dropped."
+ewarn "See issue 1059, comment 1404891287 at upstream for a 
translation table."
+ewarn "More information can be found here:"
+ewarn "https://github.com/ryanoasis/nerd-fonts/tree/v3.0.0;
+}



[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wlsunset/

2023-05-26 Thread Rahul Sandhu
commit: ed49cd6fc42689c498d01370befd41ae2a887a0d
Author: Rahul Sandhu  sandhuservices  dev>
AuthorDate: Sat May 27 01:20:24 2023 +
Commit: Rahul Sandhu  sandhuservices  dev>
CommitDate: Sat May 27 01:20:24 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ed49cd6f

gui-apps/wlsunset: add sourcehut upstream metadata

Signed-off-by: Rahul Sandhu  sandhuservices.dev>

 gui-apps/wlsunset/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gui-apps/wlsunset/metadata.xml b/gui-apps/wlsunset/metadata.xml
index 2092bcc33..712231130 100644
--- a/gui-apps/wlsunset/metadata.xml
+++ b/gui-apps/wlsunset/metadata.xml
@@ -5,4 +5,7 @@
cont...@hacktivis.me
Haelwenn (lanodan) Monnier

+   
+   ~kennylevinsen/wlsunset
+   
 



[gentoo-commits] repo/proj/guru:dev commit in: media-fonts/jetbrainsmono-nerdfont/

2023-05-26 Thread Rahul Sandhu
commit: 09fab4eaa00e9f641ed782cb99bc1f7171026546
Author: Rahul Sandhu  sandhuservices  dev>
AuthorDate: Sat May 27 01:13:54 2023 +
Commit: Rahul Sandhu  sandhuservices  dev>
CommitDate: Sat May 27 01:13:54 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=09fab4ea

media-fonts/jetbrainsmono-nerdfont: add 3.0.1

Signed-off-by: Rahul Sandhu  sandhuservices.dev>

 media-fonts/jetbrainsmono-nerdfont/Manifest|  1 +
 .../jetbrainsmono-nerdfont-3.0.1.ebuild| 25 ++
 2 files changed, 26 insertions(+)

diff --git a/media-fonts/jetbrainsmono-nerdfont/Manifest 
b/media-fonts/jetbrainsmono-nerdfont/Manifest
index 47dbb2243..bf67e4905 100644
--- a/media-fonts/jetbrainsmono-nerdfont/Manifest
+++ b/media-fonts/jetbrainsmono-nerdfont/Manifest
@@ -1 +1,2 @@
 DIST jetbrainsmono-nerdfont-2.2.2.zip 76924136 BLAKE2B 
eca3c4487739008c898f93702de564656cf76d5d94406c69cd7d1b12f9ab8db1ef32a29e3de88311159fc292be4994537d8a106794845ed99eecd40410c22919
 SHA512 
1b009498a2a8a23c80002264e7f1d37d56261c8ff4a7baad3db8bb52dee8fa760c5b3e2cc0921443754a0e5d08f6b553b3857971f0dd34591eb85965204e
+DIST jetbrainsmono-nerdfont-3.0.1.tar.xz 3602592 BLAKE2B 
cf98ef5f58935e19e1ccb925445adc69f26ea60151b21b1b53a519c7d5e06192eadb5137faf223192950d676781b4836798934df14d7ba5523c4cdaf0c348eac
 SHA512 
8fa6337603684d5da8f219e3db377d28ebda576614481477471c5f81f9ce3f1e163fa354e14ecdb3649feacb0e7c00ecf52268987eb16f3ecaa55999e194f0f2

diff --git 
a/media-fonts/jetbrainsmono-nerdfont/jetbrainsmono-nerdfont-3.0.1.ebuild 
b/media-fonts/jetbrainsmono-nerdfont/jetbrainsmono-nerdfont-3.0.1.ebuild
new file mode 100644
index 0..417102b50
--- /dev/null
+++ b/media-fonts/jetbrainsmono-nerdfont/jetbrainsmono-nerdfont-3.0.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit font
+
+DESCRIPTION="A free and open-source typeface for developers"
+HOMEPAGE="https://github.com/ryanoasis/nerd-fonts;
+SRC_URI="https://github.com/ryanoasis/nerd-fonts/releases/download/v${PV}/JetBrainsMono.tar.xz
 -> ${P}.tar.xz"
+
+LICENSE="OFL-1.1"
+SLOT="0"
+KEYWORDS="~amd64"
+
+S="${WORKDIR}"
+FONT_SUFFIX="ttf"
+
+pkg_postinst() {
+   ewarn "Upstream has recently made some major changes since version 
3.0.0."
+   ewarn "The older Material Design Icon codepoints have been dropped."
+   ewarn "See issue 1059, comment 1404891287 at upstream for a translation 
table."
+   ewarn "More information can be found here:"
+   ewarn "https://github.com/ryanoasis/nerd-fonts/tree/v3.0.0;
+}



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

2023-05-26 Thread Ionen Wolkens
commit: 9b458a32e2c2d745238d82cf62e05a1f5baebb29
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sat May 27 00:29:47 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat May 27 00:30:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b458a32

app-emulation/ruffle: fix typo in live

Thanks to sam for spotting.

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

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

diff --git a/app-emulation/ruffle/ruffle-.ebuild 
b/app-emulation/ruffle/ruffle-.ebuild
index 8fcc837b0a05..3c6962772b54 100644
--- a/app-emulation/ruffle/ruffle-.ebuild
+++ b/app-emulation/ruffle/ruffle-.ebuild
@@ -61,7 +61,7 @@ src_configure() {
filter-lto # TODO: cleanup after bug #893658
 
# see .cargo/cargo.toml, only needed if RUSTFLAGS is set by the user
-   [[ -v RUSTFLAGS ]] && RUSTFLAGS+=" --cfg=web_sys_unstable_apis"d
+   [[ -v RUSTFLAGS ]] && RUSTFLAGS+=" --cfg=web_sys_unstable_apis"
 
if use test; then
# tests will be skipped if don't build everything



[gentoo-commits] repo/gentoo:master commit in: www-client/google-chrome-unstable/

2023-05-26 Thread Mike Gilbert
commit: 060333e7724cd9d9de45203063cc025ce27c254c
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat May 27 00:05:17 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat May 27 00:05:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=060333e7

www-client/google-chrome-unstable: automated update (115.0.5790.3)

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

 www-client/google-chrome-unstable/Manifest  | 2 +-
 ...e-115.0.5773.4.ebuild => google-chrome-unstable-115.0.5790.3.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome-unstable/Manifest 
b/www-client/google-chrome-unstable/Manifest
index f00eee1aa218..30f33af3f76c 100644
--- a/www-client/google-chrome-unstable/Manifest
+++ b/www-client/google-chrome-unstable/Manifest
@@ -1 +1 @@
-DIST google-chrome-unstable_115.0.5773.4-1_amd64.deb 94349744 BLAKE2B 
4e15ee8ca37c1f70d12e0db204dbc7ffbea20f223c962dd1479ac393942013b4f14bf73db9a44eea549cf4f607935c81e6485636e80167824263a82f8d187e82
 SHA512 
ef3ac7f9e6db91e11bc0cc81c83588965e8189e2c9e5629991a1efa862758f9ff30669280a9496fb037440faeb135ed5eb9c068a37410c80932988b89a7936e5
+DIST google-chrome-unstable_115.0.5790.3-1_amd64.deb 94402836 BLAKE2B 
80314beef62846c669b8ace221e72c750fa4548d84ff5b4040f75396ed05c66ef8be0e57e48236fa7efa17a91ab73dfc9bd0cfeef5ba57a960f6a0b83091b23a
 SHA512 
63336f8b18c637e510f5ecadb88879fb721e8a4ef69361a92357fb30653b42ba946ed215d7aabfe833296dd833f194f0a6b48614484c828a14dc6d3564d3d6c5

diff --git 
a/www-client/google-chrome-unstable/google-chrome-unstable-115.0.5773.4.ebuild 
b/www-client/google-chrome-unstable/google-chrome-unstable-115.0.5790.3.ebuild
similarity index 100%
rename from 
www-client/google-chrome-unstable/google-chrome-unstable-115.0.5773.4.ebuild
rename to 
www-client/google-chrome-unstable/google-chrome-unstable-115.0.5790.3.ebuild



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

2023-05-26 Thread Mike Gilbert
commit: 6f826c0bd9a0bb190a3f8eedcd40d00d7ebba187
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat May 27 00:05:58 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat May 27 00:05:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f826c0b

www-client/microsoft-edge: amd64 stable (113.0.1774.57)

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

 www-client/microsoft-edge/microsoft-edge-113.0.1774.57.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-113.0.1774.57.ebuild 
b/www-client/microsoft-edge/microsoft-edge-113.0.1774.57.ebuild
index ebc23fabaa28..40e3af0e1470 100644
--- a/www-client/microsoft-edge/microsoft-edge-113.0.1774.57.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-113.0.1774.57.ebuild
@@ -14,7 +14,7 @@ else
MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 



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

2023-05-26 Thread Mike Gilbert
commit: 3b427da5f88a420d14bbec0f8260b465cfee41bb
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat May 27 00:05:52 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat May 27 00:05:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b427da5

www-client/microsoft-edge: automated bump (113.0.1774.57)

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

 www-client/microsoft-edge/Manifest |   1 +
 .../microsoft-edge-113.0.1774.57.ebuild| 123 +
 2 files changed, 124 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest 
b/www-client/microsoft-edge/Manifest
index 44fd1430e7b3..b1a5e0b6e793 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_113.0.1774.50-1_amd64.deb 146112958 BLAKE2B 
eef1426a17ca73a502e0aed1d46ddf3ffc06ff955fe6e699b649e787c39a9c8ad64da148effd9b95c46d5361280784195bca704bf106612429e53adf9f12915e
 SHA512 
621320d816ee9b5b308b9a920bd7a98ba94cce64786a2dd266deed38c503ca8502094323e05b53e06243c0f557a9dd8d1492b985b07f0ccad69f132aaff4207c
+DIST microsoft-edge-stable_113.0.1774.57-1_amd64.deb 146255314 BLAKE2B 
ee767507e1267c65e9892210dc327919b45eb3ff998ba1958d32110cc4322efd270ac08cb27c56a1551b19e3b37663819e4533fad5453ade1786ca66aed81691
 SHA512 
bde2fac3f1d44e5f87f8206034d31da140cc23f9b2f9f893d7419ef1499e5ad5970884ea88e269b31fd579eb8c6b05ac5c3514dcc617966ecedef6da07de583c

diff --git a/www-client/microsoft-edge/microsoft-edge-113.0.1774.57.ebuild 
b/www-client/microsoft-edge/microsoft-edge-113.0.1774.57.ebuild
new file mode 100644
index ..ebc23fabaa28
--- /dev/null
+++ b/www-client/microsoft-edge/microsoft-edge-113.0.1774.57.ebuild
@@ -0,0 +1,123 @@
+# Copyright 2011-2023 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 qt5"
+
+RDEPEND="
+   >=app-accessibility/at-spi2-core-2.46.0:2
+   app-misc/ca-certificates
+   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 )
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5[X]
+   dev-qt/qtwidgets:5
+   )
+"
+
+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 -f _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}.1 usr/share/man/man1/${PN}.1
+   fi
+
+   local suffix=
+   [[ ${PN} == microsoft-edge-beta ]] && suffix=_beta
+   [[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+   local size
+   for size in 16 24 32 48 64 128 256 ; do
+   newicon -s ${size} 
"${EDGE_HOME}/product_logo_${size}${suffix}.png" ${PN}.png
+   done
+
+   if ! use mip; then
+   rm "${EDGE_HOME}"/libmip_{core,protection_sdk}.so || die
+   fi
+
+   if ! use qt5; then
+   rm "${EDGE_HOME}/libqt5_shim.so" || die
+   fi
+
+   pax-mark m "${EDGE_HOME}/msedge"
+}



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

2023-05-26 Thread Mike Gilbert
commit: 0d882c61631717b90714919fe408255cbb3f005b
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat May 27 00:06:10 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat May 27 00:06:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d882c61

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

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

 www-client/microsoft-edge-beta/Manifest|   1 +
 .../microsoft-edge-beta-114.0.1823.30.ebuild   | 123 +
 2 files changed, 124 insertions(+)

diff --git a/www-client/microsoft-edge-beta/Manifest 
b/www-client/microsoft-edge-beta/Manifest
index 1bfeea4c162c..392db6708853 100644
--- a/www-client/microsoft-edge-beta/Manifest
+++ b/www-client/microsoft-edge-beta/Manifest
@@ -1,3 +1,4 @@
 DIST microsoft-edge-beta_114.0.1823.11-1_amd64.deb 147285158 BLAKE2B 
f1a2ba54e9ed7e549e231ec12e0f77191251213d3f41d323963b7d006cac492de628813c6767a523c643f243b6bd5ca5f5a77e6b0f628933e322844ba8075512
 SHA512 
5dcf29d20e57ad4eb94d94e46adf40f7515869ed1a2da856946cf66eb81f623e6fc5abd9f5d9f90667b0a9ebca6fbc510ff540b44b6ad9ab9fd9358f77704a3d
 DIST microsoft-edge-beta_114.0.1823.18-1_amd64.deb 147335502 BLAKE2B 
2a452cf4e8156886cc278a2a85e18fd7d32cadaa44e77bb8b657fa25e834ec663ee7c203abef25f4f742860e2f1d7674432a4723ef7697f16d241b626d408e2e
 SHA512 
248b5281eaf3f8e9ae3c6075dababfeaacecd43454b66c54257a3c44efee5da4b3e7c7ee0b56f81d548a5f494c75d5fa739e45972daebda88945b268c1377e49
 DIST microsoft-edge-beta_114.0.1823.24-1_amd64.deb 147061030 BLAKE2B 
06ffd0b4a903fb9960d2b9bc6bd8fe787a7d365c1ac07a7cc3e48bfaa1fff223151054e9592c60e9c912c97a91432eeb2169ee6f102a5074331035897c0e888d
 SHA512 
ae4b36a33f6059df38930b3fd727c3c606e27c0044500b13d8885e7f641ef8d7117c94a6a2d1e6c07bfb8576d87dcf9b733a5f8549f394dae9f31e2a4473b704
+DIST microsoft-edge-beta_114.0.1823.30-1_amd64.deb 147267058 BLAKE2B 
d70db1588fddac5cd6bd2a624ae25fd8fbbe7134b60c5b4733f76e70eef1e9617b8106db22a575f5e75d4e911b55a2eeeca25a80fea8d523e8127f5c18bfc3ce
 SHA512 
73e93a23079e2a2b809ca5a833c384d75737e0c2f39691fcfc162037f3e553092e5ffc0e1aff54b1212f0dac4335798301a67790455f6541410edf7d57532931

diff --git 
a/www-client/microsoft-edge-beta/microsoft-edge-beta-114.0.1823.30.ebuild 
b/www-client/microsoft-edge-beta/microsoft-edge-beta-114.0.1823.30.ebuild
new file mode 100644
index ..ebc23fabaa28
--- /dev/null
+++ b/www-client/microsoft-edge-beta/microsoft-edge-beta-114.0.1823.30.ebuild
@@ -0,0 +1,123 @@
+# Copyright 2011-2023 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 qt5"
+
+RDEPEND="
+   >=app-accessibility/at-spi2-core-2.46.0:2
+   app-misc/ca-certificates
+   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 )
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5[X]
+   dev-qt/qtwidgets:5
+   )
+"
+
+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 -f _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
+ 

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

2023-05-26 Thread Mike Gilbert
commit: b54d03bf1bec64d13361f0791bb33da7c47dde0b
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat May 27 00:06:01 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat May 27 00:06:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b54d03bf

www-client/microsoft-edge: remove old

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

 www-client/microsoft-edge/Manifest |   1 -
 .../microsoft-edge-113.0.1774.50.ebuild| 123 -
 2 files changed, 124 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest 
b/www-client/microsoft-edge/Manifest
index b1a5e0b6e793..a824e983e0b7 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_113.0.1774.50-1_amd64.deb 146112958 BLAKE2B 
eef1426a17ca73a502e0aed1d46ddf3ffc06ff955fe6e699b649e787c39a9c8ad64da148effd9b95c46d5361280784195bca704bf106612429e53adf9f12915e
 SHA512 
621320d816ee9b5b308b9a920bd7a98ba94cce64786a2dd266deed38c503ca8502094323e05b53e06243c0f557a9dd8d1492b985b07f0ccad69f132aaff4207c
 DIST microsoft-edge-stable_113.0.1774.57-1_amd64.deb 146255314 BLAKE2B 
ee767507e1267c65e9892210dc327919b45eb3ff998ba1958d32110cc4322efd270ac08cb27c56a1551b19e3b37663819e4533fad5453ade1786ca66aed81691
 SHA512 
bde2fac3f1d44e5f87f8206034d31da140cc23f9b2f9f893d7419ef1499e5ad5970884ea88e269b31fd579eb8c6b05ac5c3514dcc617966ecedef6da07de583c

diff --git a/www-client/microsoft-edge/microsoft-edge-113.0.1774.50.ebuild 
b/www-client/microsoft-edge/microsoft-edge-113.0.1774.50.ebuild
deleted file mode 100644
index 40e3af0e1470..
--- a/www-client/microsoft-edge/microsoft-edge-113.0.1774.50.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 2011-2023 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 qt5"
-
-RDEPEND="
-   >=app-accessibility/at-spi2-core-2.46.0:2
-   app-misc/ca-certificates
-   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 )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5[X]
-   dev-qt/qtwidgets:5
-   )
-"
-
-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 -f _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}.1 usr/share/man/man1/${PN}.1
-   fi
-
-   local suffix=
-   [[ ${PN} == microsoft-edge-beta ]] && suffix=_beta
-   [[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-   local size
-   for size in 16 24 32 48 64 128 256 ; do
-   newicon -s ${size} 
"${EDGE_HOME}/product_logo_${size}${suffix}.png" ${PN}.png
-   done
-
-   if ! use mip; then
-   rm "${EDGE_HOME}"/libmip_{core,protection_sdk}.so || die
-   fi
-
-   if ! use qt5; then
-   rm "${EDGE_HOME}/libqt5_shim.so" || die
-   fi
-
-   pax-mark m "${EDGE_HOME}/msedge"
-}



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

2023-05-26 Thread Mike Gilbert
commit: 361fd4167f03b910f2a644b058b349215cada543
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat May 27 00:06:14 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat May 27 00:06:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=361fd416

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

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

 www-client/microsoft-edge-beta/Manifest|   1 -
 .../microsoft-edge-beta-114.0.1823.11.ebuild   | 123 -
 2 files changed, 124 deletions(-)

diff --git a/www-client/microsoft-edge-beta/Manifest 
b/www-client/microsoft-edge-beta/Manifest
index 392db6708853..ef64b8347785 100644
--- a/www-client/microsoft-edge-beta/Manifest
+++ b/www-client/microsoft-edge-beta/Manifest
@@ -1,4 +1,3 @@
-DIST microsoft-edge-beta_114.0.1823.11-1_amd64.deb 147285158 BLAKE2B 
f1a2ba54e9ed7e549e231ec12e0f77191251213d3f41d323963b7d006cac492de628813c6767a523c643f243b6bd5ca5f5a77e6b0f628933e322844ba8075512
 SHA512 
5dcf29d20e57ad4eb94d94e46adf40f7515869ed1a2da856946cf66eb81f623e6fc5abd9f5d9f90667b0a9ebca6fbc510ff540b44b6ad9ab9fd9358f77704a3d
 DIST microsoft-edge-beta_114.0.1823.18-1_amd64.deb 147335502 BLAKE2B 
2a452cf4e8156886cc278a2a85e18fd7d32cadaa44e77bb8b657fa25e834ec663ee7c203abef25f4f742860e2f1d7674432a4723ef7697f16d241b626d408e2e
 SHA512 
248b5281eaf3f8e9ae3c6075dababfeaacecd43454b66c54257a3c44efee5da4b3e7c7ee0b56f81d548a5f494c75d5fa739e45972daebda88945b268c1377e49
 DIST microsoft-edge-beta_114.0.1823.24-1_amd64.deb 147061030 BLAKE2B 
06ffd0b4a903fb9960d2b9bc6bd8fe787a7d365c1ac07a7cc3e48bfaa1fff223151054e9592c60e9c912c97a91432eeb2169ee6f102a5074331035897c0e888d
 SHA512 
ae4b36a33f6059df38930b3fd727c3c606e27c0044500b13d8885e7f641ef8d7117c94a6a2d1e6c07bfb8576d87dcf9b733a5f8549f394dae9f31e2a4473b704
 DIST microsoft-edge-beta_114.0.1823.30-1_amd64.deb 147267058 BLAKE2B 
d70db1588fddac5cd6bd2a624ae25fd8fbbe7134b60c5b4733f76e70eef1e9617b8106db22a575f5e75d4e911b55a2eeeca25a80fea8d523e8127f5c18bfc3ce
 SHA512 
73e93a23079e2a2b809ca5a833c384d75737e0c2f39691fcfc162037f3e553092e5ffc0e1aff54b1212f0dac4335798301a67790455f6541410edf7d57532931

diff --git 
a/www-client/microsoft-edge-beta/microsoft-edge-beta-114.0.1823.11.ebuild 
b/www-client/microsoft-edge-beta/microsoft-edge-beta-114.0.1823.11.ebuild
deleted file mode 100644
index ebc23fabaa28..
--- a/www-client/microsoft-edge-beta/microsoft-edge-beta-114.0.1823.11.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 2011-2023 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 qt5"
-
-RDEPEND="
-   >=app-accessibility/at-spi2-core-2.46.0:2
-   app-misc/ca-certificates
-   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 )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5[X]
-   dev-qt/qtwidgets:5
-   )
-"
-
-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 -f _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 

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

2023-05-26 Thread Mike Gilbert
commit: 157ce3e12d036181cac53b02642cce711512bb19
Author: Mike Gilbert  gentoo  org>
AuthorDate: Fri May 26 23:43:13 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri May 26 23:44:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=157ce3e1

sys-apps/systemd: rename 'gnuefi USE flag to 'boot', update deps

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

 sys-apps/systemd/metadata.xml|  1 +
 sys-apps/systemd/systemd-.ebuild | 17 +
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/sys-apps/systemd/metadata.xml b/sys-apps/systemd/metadata.xml
index 34a269d81d85..9576ddd514ee 100644
--- a/sys-apps/systemd/metadata.xml
+++ b/sys-apps/systemd/metadata.xml
@@ -10,6 +10,7 @@


Enable support for 
sys-process/audit
+   Enable EFI boot manager and stub loader
Default to hybrid (legacy) cgroup 
hierarchy instead of unified (modern).
Enable support for uploading journals
Enable cryptsetup tools (includes unit 
generator for crypttab)

diff --git a/sys-apps/systemd/systemd-.ebuild 
b/sys-apps/systemd/systemd-.ebuild
index 8c40a935e8a7..6353d8f18ef3 100644
--- a/sys-apps/systemd/systemd-.ebuild
+++ b/sys-apps/systemd/systemd-.ebuild
@@ -35,8 +35,8 @@ HOMEPAGE="http://systemd.io/;
 LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
 SLOT="0/2"
 IUSE="
-   acl apparmor audit cgroup-hybrid cryptsetup curl +dns-over-tls elfutils
-   fido2 +gcrypt gnuefi gnutls homed http idn importd iptables +kmod
+   acl apparmor audit boot cgroup-hybrid cryptsetup curl +dns-over-tls 
elfutils
+   fido2 +gcrypt gnutls homed http idn importd iptables +kmod
+lz4 lzma +openssl pam pcre pkcs11 policykit pwquality qrcode
+resolvconf +seccomp selinux split-usr +sysv-utils test tpm vanilla xkb 
+zstd
 "
@@ -90,7 +90,6 @@ COMMON_DEPEND="
 # Newer linux-headers needed by ia64, bug #480218
 DEPEND="${COMMON_DEPEND}
>=sys-kernel/linux-headers-${MINKV}
-   gnuefi? ( >=sys-boot/gnu-efi-3.0.2 )
 "
 
 # baselayout-2.2 has /run
@@ -162,11 +161,15 @@ BDEPEND="
dev-libs/libxslt:0
$(python_gen_any_dep 'dev-python/jinja[${PYTHON_USEDEP}]')
$(python_gen_any_dep 'dev-python/lxml[${PYTHON_USEDEP}]')
+   boot? ( $(python_gen_any_dep 'dev-python/pyelftools[${PYTHON_USEDEP}]') 
)
 "
 
 python_check_deps() {
-   python_has_version "dev-python/jinja[${PYTHON_USEDEP}]" &&
-   python_has_version "dev-python/lxml[${PYTHON_USEDEP}]"
+   python_has_version "dev-python/jinja[${PYTHON_USEDEP}]" || return
+   python_has_version "dev-python/lxml[${PYTHON_USEDEP}]" || return
+   if use boot; then
+   python_has_version "dev-python/pyelftools[${PYTHON_USEDEP}]" || 
return
+   fi
 }
 
 QA_FLAGS_IGNORED="usr/lib/systemd/boot/efi/.*"
@@ -279,16 +282,14 @@ multilib_src_configure() {
$(meson_native_use_bool acl)
$(meson_native_use_bool apparmor)
$(meson_native_use_bool audit)
+   $(meson_native_use_bool boot bootloader)
$(meson_native_use_bool cryptsetup libcryptsetup)
$(meson_native_use_bool curl libcurl)
$(meson_native_use_bool dns-over-tls dns-over-tls)
$(meson_native_use_bool elfutils)
$(meson_native_use_bool fido2 libfido2)
$(meson_use gcrypt)
-   $(meson_native_use_bool gnuefi gnu-efi)
$(meson_native_use_bool gnutls)
-   -Defi-includedir="${ESYSROOT}/usr/include/efi"
-   -Defi-libdir="${ESYSROOT}/usr/$(get_libdir)"
$(meson_native_use_bool homed)
$(meson_native_use_bool http microhttpd)
$(meson_native_use_bool idn)



[gentoo-commits] repo/gentoo:master commit in: www-plugins/chrome-binary-plugins/

2023-05-26 Thread Mike Gilbert
commit: cb89b993f5b665f8f8b7164c792394ed90637c8c
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat May 27 00:05:29 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat May 27 00:05:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb89b993

www-plugins/chrome-binary-plugins: automated update (115.0.5790.3_alpha)

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

 www-plugins/chrome-binary-plugins/Manifest  | 2 +-
 ...3.4_alpha.ebuild => chrome-binary-plugins-115.0.5790.3_alpha.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index b392f67da7c2..bf4060f877dc 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
 DIST google-chrome-beta_114.0.5735.45-1_amd64.deb 93920768 BLAKE2B 
932de299188d31a90d9cddf9d5934386c913c1ffa675b2cf59c8f6b844985bfd401105ee27b90f5cc09e63bf6486b76e4050ccad7dc028b505c4644f211f
 SHA512 
0e8b1b945f2c19653168bc26dd0f17862f7a18b7340d02dc991601879817699707e85716c350d12b2a5f53753e8293987def318c36e50929b1a979db523f0db3
 DIST google-chrome-stable_113.0.5672.126-1_amd64.deb 94682364 BLAKE2B 
6532b6a5b47aa6e0325123e9e5057419cf35fd261b7c86bd6cbb3e844887f107cf05654e7f7e3057e1b7fe45dabe2cfda28f6ab21192f87fc2b9c0eda4433d48
 SHA512 
fbbfc2b3d9bd3cfe19e2af62cd8b216700b994df52043c01b84caa69655641ab755827266f11dcc5ea6f44ba2980ccf16a35e88ab7102750e2bb7eafb7a1eedf
-DIST google-chrome-unstable_115.0.5773.4-1_amd64.deb 94349744 BLAKE2B 
4e15ee8ca37c1f70d12e0db204dbc7ffbea20f223c962dd1479ac393942013b4f14bf73db9a44eea549cf4f607935c81e6485636e80167824263a82f8d187e82
 SHA512 
ef3ac7f9e6db91e11bc0cc81c83588965e8189e2c9e5629991a1efa862758f9ff30669280a9496fb037440faeb135ed5eb9c068a37410c80932988b89a7936e5
+DIST google-chrome-unstable_115.0.5790.3-1_amd64.deb 94402836 BLAKE2B 
80314beef62846c669b8ace221e72c750fa4548d84ff5b4040f75396ed05c66ef8be0e57e48236fa7efa17a91ab73dfc9bd0cfeef5ba57a960f6a0b83091b23a
 SHA512 
63336f8b18c637e510f5ecadb88879fb721e8a4ef69361a92357fb30653b42ba946ed215d7aabfe833296dd833f194f0a6b48614484c828a14dc6d3564d3d6c5

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-115.0.5773.4_alpha.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-115.0.5790.3_alpha.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-115.0.5773.4_alpha.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-115.0.5790.3_alpha.ebuild



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

2023-05-26 Thread Ionen Wolkens
commit: 0a9d0bfe50fce92f8ea4061c264a4a0e61ea6dcc
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Fri May 26 22:58:07 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri May 26 22:58:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a9d0bfe

dev-util/maturin: drop 0.15.3

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

 dev-util/maturin/Manifest  |   1 -
 dev-util/maturin/maturin-0.15.3.ebuild | 476 -
 2 files changed, 477 deletions(-)

diff --git a/dev-util/maturin/Manifest b/dev-util/maturin/Manifest
index 42e77505d757..4cf8b4fc9fd8 100644
--- a/dev-util/maturin/Manifest
+++ b/dev-util/maturin/Manifest
@@ -189,7 +189,6 @@ DIST lzxd-0.1.4.crate 21891 BLAKE2B 
8271b79bdf6c65a17b5fe77a4d8b7d3a96ccf1752d21
 DIST mailparse-0.13.8.crate 36008 BLAKE2B 
8112658b4ceb5b3528375f4f8a178a26c18b5494ba582c333e09de6263769869b5a4903ec2d62cab7a032635fa5d28f00f3f80337b968221e386e252f842cf36
 SHA512 
c7557f741c170c421d5ccef8cb771fce544b3f3da0475b170f82116c00cdd7522fe29fc8bb4dfa20735345b2c72e12af0bcc4317d9ada412b59f9ff4266e14ac
 DIST matchers-0.1.0.crate 6948 BLAKE2B 
ec3a5d01d2fedbb4dbf5bb185afbb9401410463a61f51674e0df6a571db352b2bbabfb99cdbdcfb4e511ae783165bf0258f5163f240a229b9087f9edbd0df41a
 SHA512 
84214c1a84952d85631aa1ab5115df7cda223ac64e2acf055b6129ba1aa26ddc87615a8b51ca890ce3fee0419053fa7fe1599ae128f1d211b58c07b0c4af3b19
 DIST maturin-0.14.17.gh.tar.gz 392461 BLAKE2B 
4d0d2d5101a05017883b27dca270c3f3b84c77dd53f19db04c2b5a988b699f3b39b6b7a88c7ac02b5e322679f5509bdf68b5c5f27ec229816c394ebc5fb57fd8
 SHA512 
d12503530b0d865b6b3c40e564742d0e798107102fb7167c137c1b0a4fa63bfad739320901cff15a680a09034aae553c3cd55cf0c8f1d3ed0fd96404bb93cbfe
-DIST maturin-0.15.3.gh.tar.gz 427294 BLAKE2B 
61dda09204420eafed248544364eef4af0af13820e9d3ac1713399dd09fb59312c87ef17efcb5933d717d89a9d70b6fc8bad3bf8db2f31c5784643d4006c18fb
 SHA512 
a23ffda02afad59a11ce81ee62fcd455be7d410b922fac9af36a8eb355d86a8de58a1e13608f535c4312e5bed22869f48ccc811a3a8921293dee3e7d54e77906
 DIST maturin-1.0.0.gh.tar.gz 427098 BLAKE2B 
246abc31bd5f9d52a6ec76e631e14dce5574ee578a79ab400514c4bd6cd3c1df3709b9da3484680a88580310d28542fbefad3b0e6e6a998c648c077f8f3d5ad1
 SHA512 
69af5162134c6b0601b7bab3f6198085633e616960edcbf2792a77a6af756da9d9237e49c8a190cd68c7694f0c63fa4d80d661c1bf3786c261edbac0f80cafcf
 DIST memchr-2.5.0.crate 65812 BLAKE2B 
57966413a1f933dcb2d2d4ccb29c247070f65a83299b2a9f5aa83f5a48a5c5f1c4c7c632fa63bd19f9508e9291e7258db2f16e2813a56fd84e0856f70f1e67ab
 SHA512 
444a163b484c233e78c0e2e4d51f01ce2da93d7d29f516a95e4b0866b20bdfd3f34137653abed53eb70387991ee3e2b5937d8d4360a85bbcb50a93005a75defa
 DIST memoffset-0.6.5.crate 7686 BLAKE2B 
9a797388702389076c426052c3d54dc62802d5db8bc5c9c83990429f2ffaec4fab4c7dd3f09cd0704d1ea555e87976563bb43408ba54b5e66ce7e406d4604009
 SHA512 
11bdd9185b99dfee8e659e051b09ee301c7142a372a8117864745a5085c015436d2efbb1478192886f09cbc562529e209d2e3325d94938a64bc75b1d91d2bf3f

diff --git a/dev-util/maturin/maturin-0.15.3.ebuild 
b/dev-util/maturin/maturin-0.15.3.ebuild
deleted file mode 100644
index ec18beb0cdc1..
--- a/dev-util/maturin/maturin-0.15.3.ebuild
+++ /dev/null
@@ -1,476 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-CRATES="
-   adler-1.0.2
-   ahash-0.7.6
-   aho-corasick-0.7.20
-   anyhow-1.0.71
-   autocfg-1.1.0
-   base64-0.13.1
-   base64-0.21.0
-   bitflags-1.3.2
-   block-buffer-0.10.4
-   bstr-1.4.0
-   bumpalo-3.12.2
-   byteorder-1.4.3
-   bytes-1.4.0
-   bytesize-1.2.0
-   bzip2-0.4.4
-   bzip2-sys-0.1.11+1.0.8
-   cab-0.4.1
-   camino-1.1.4
-   cargo-config2-0.1.7
-   cargo-options-0.6.0
-   cargo-platform-0.1.2
-   cargo-xwin-0.14.2
-   cargo-zigbuild-0.16.9
-   cargo_metadata-0.15.4
-   cbindgen-0.24.3
-   cc-1.0.79
-   cfb-0.7.3
-   cfg-expr-0.15.1
-   cfg-if-1.0.0
-   charset-0.1.3
-   chumsky-0.9.2
-   clap-4.1.14
-   clap_builder-4.1.14
-   clap_complete-4.2.3
-   clap_complete_command-0.5.1
-   clap_complete_fig-4.2.0
-   clap_complete_nushell-0.1.10
-   clap_derive-4.1.14
-   clap_lex-0.4.1
-   cli-table-0.4.7
-   concolor-0.0.11
-   concolor-query-0.1.0
-   configparser-3.0.2
-   console-0.15.5
-   content_inspector-0.2.4
-   core-foundation-0.9.3
-   core-foundation-sys-0.8.4
-   cpufeatures-0.2.7
-   crc32fast-1.3.2
-   crossbeam-channel-0.5.8
-   crossbeam-deque-0.8.3
-   crossbeam-epoch-0.9.14
-   crossbeam-utils-0.8.15
-   crypto-common-0.1.6
-   ctor-0.1.26
-   data-encoding-2.3.3
-   dialoguer-0.10.4
-   diff-0.1.13
-   digest-0.10.6
-   dirs-4.0.0
-   dirs-sys-0.3.7
-   dunce-1.0.4
-   either-1.8.1
-   encode_unicode-0.3.6
-   encoding_rs-0.8.32
-   errno-0.2.8
-  

[gentoo-commits] repo/gentoo:master commit in: games-kids/gmult/, games-kids/gmult/files/

2023-05-26 Thread Ionen Wolkens
commit: c5158a543e9aea9446ff139026cf0c632bdee8f2
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Fri May 26 22:57:44 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri May 26 22:57:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5158a54

games-kids/gmult: drop 10.0

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

 games-kids/gmult/Manifest  |  1 -
 games-kids/gmult/files/gmult-10.0-meson-0.62.patch | 21 
 games-kids/gmult/gmult-10.0.ebuild | 38 --
 3 files changed, 60 deletions(-)

diff --git a/games-kids/gmult/Manifest b/games-kids/gmult/Manifest
index 5411cef899ae..298e85c79718 100644
--- a/games-kids/gmult/Manifest
+++ b/games-kids/gmult/Manifest
@@ -1,2 +1 @@
-DIST gmult-10.0.tar.xz 186116 BLAKE2B 
0c3936983e1c6e72de7aa4056abdb1ec53af282d3927ca34a622d531966adc62e2e9c6740ab6c0cb3cfc9aedc21344c8866c5a2388498bd97c0faa3d32fae80b
 SHA512 
f3eb639d4d6a67ca7d11595f0c4d4c2da613a95714f647536485fef4b64d277bf6f5bf163e363da691806b53ea885c56844287fe943fd521f995c7cce18b6a36
 DIST gmult-12.0.tar.bz2 195103 BLAKE2B 
d1d93190a607dc62bf4809dff7c5240c97f49dc4c833ea91028e9810961125eadba6fac41852b53f674b14c1e4c777a8d9ed58496ad2641ad99ed961041c40c8
 SHA512 
617b51defaf61c7967c9ccd6898209330733709df4290717e6c158719d04c61a38fa6832197c937f8aef1da23dc2f820c707291761ef8437ab0e78850253768c

diff --git a/games-kids/gmult/files/gmult-10.0-meson-0.62.patch 
b/games-kids/gmult/files/gmult-10.0-meson-0.62.patch
deleted file mode 100644
index a3b12300e292..
--- a/games-kids/gmult/files/gmult-10.0-meson-0.62.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-New meson is more picky about using exe in test() that wasn't found.
-https://bugs.gentoo.org/843866
 a/data/meson.build
-+++ b/data/meson.build
-@@ -41,9 +41,11 @@
- )
- 
--test(
--'validate-appstream',
--appstream_util,
--args: ['--nonet', 'validate-relax', gmult_appdata],
--)
-+if appstream_util.found()
-+test(
-+'validate-appstream',
-+appstream_util,
-+args: ['--nonet', 'validate-relax', gmult_appdata],
-+)
-+endif
- 
- resources = gnome.compile_resources(

diff --git a/games-kids/gmult/gmult-10.0.ebuild 
b/games-kids/gmult/gmult-10.0.ebuild
deleted file mode 100644
index 7ef500d6f09a..
--- a/games-kids/gmult/gmult-10.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson vala xdg
-
-DESCRIPTION="Multiplication Puzzle emulates the multiplication game found in 
Emacs"
-HOMEPAGE="https://launchpad.net/gmult/;
-SRC_URI="https://launchpad.net/gmult/trunk/${PV}/+download/${P}.tar.xz;
-
-LICENSE="GPL-3+ CC-BY-SA-4.0 CC0-1.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-RESTRICT="test" # only used for unnecessary .desktop/.po validation
-
-RDEPEND="
-   dev-libs/glib:2
-   gui-libs/gtk:4[introspection]
-   gui-libs/libadwaita:1[vala]
-   virtual/libintl
-   x11-libs/cairo
-   x11-libs/pango"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   $(vala_depend)
-   sys-devel/gettext"
-
-DOCS=( NEWS.md README.md )
-
-PATCHES=(
-   "${FILESDIR}"/${P}-meson-0.62.patch
-)
-
-src_configure() {
-   vala_setup
-   meson_src_configure
-}



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

2023-05-26 Thread Ionen Wolkens
commit: c9e5aa68b36ba485abb8015f49bd1d8d1b5fbef1
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Fri May 26 23:01:50 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri May 26 23:01:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9e5aa68

app-emulation/vkd3d: drop 1.7

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

 app-emulation/vkd3d/Manifest |  1 -
 app-emulation/vkd3d/vkd3d-1.7.ebuild | 44 
 2 files changed, 45 deletions(-)

diff --git a/app-emulation/vkd3d/Manifest b/app-emulation/vkd3d/Manifest
index 2d8b40175c16..f42c15abcfb0 100644
--- a/app-emulation/vkd3d/Manifest
+++ b/app-emulation/vkd3d/Manifest
@@ -1,2 +1 @@
 DIST vkd3d-1.7.1.tar.xz 806772 BLAKE2B 
f83fd405dd2fedb2bc38bf64fd5e401fab1b9d5364b812eb34bc45cdeef684786cd59abe304ce71c722b8fe7a729bef18a90b1cb86f2522e45fa1f4d2d0340bb
 SHA512 
59958d3ca6a6485173cc43d701dba4e82eca1eee895128520b5eb0c392fc2911cade37d945ba52a8f50a2639fa5d8d487609c5f3f88ae76e6d914a448ac179b6
-DIST vkd3d-1.7.tar.xz 807176 BLAKE2B 
1e2b03c8440bdf9306e9c08d557dd6b622c689e94f7d4bcb4ce752cbfbe48ddb0b577f9fee14ab8ac2fc08395205328efc5b437a8fc67d5bb0fd868db0902378
 SHA512 
008c63742d939e8dc755bd382208d52e145d3ad7a5fe7ae71d41be3e3efd609b513add2ec43c6947a183b6a7595e3f0d8bdc6628835577fa5b7f7ec8a5dea347

diff --git a/app-emulation/vkd3d/vkd3d-1.7.ebuild 
b/app-emulation/vkd3d/vkd3d-1.7.ebuild
deleted file mode 100644
index 0a6c10a184bc..
--- a/app-emulation/vkd3d/vkd3d-1.7.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit multilib-minimal
-
-DESCRIPTION="D3D12 to Vulkan translation library"
-HOMEPAGE="https://gitlab.winehq.org/wine/vkd3d/;
-SRC_URI="https://dl.winehq.org/vkd3d/source/${P}.tar.xz;
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="ncurses spirv-tools"
-RESTRICT="test" #838655
-
-RDEPEND="
-   media-libs/vulkan-loader[${MULTILIB_USEDEP}]
-   ncurses? ( sys-libs/ncurses:= )
-   spirv-tools? ( dev-util/spirv-tools[${MULTILIB_USEDEP}] )"
-DEPEND="
-   ${RDEPEND}
-   dev-util/spirv-headers
-   dev-util/vulkan-headers"
-BDEPEND="
-   sys-devel/flex
-   sys-devel/bison
-   virtual/pkgconfig"
-
-multilib_src_configure() {
-   local conf=(
-   $(multilib_native_use_with ncurses)
-   $(use_with spirv-tools)
-   --disable-doxygen-pdf
-   --without-xcb
-   )
-
-   ECONF_SOURCE=${S} econf "${conf[@]}"
-}
-
-multilib_src_install_all() {
-   find "${ED}" -type f -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/nvidia-drivers/

2023-05-26 Thread Ionen Wolkens
commit: 5e86fd0b83df38b7dbd7643539d7f595d0d21738
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Fri May 26 22:56:15 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri May 26 22:56:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e86fd0b

x11-drivers/nvidia-drivers: drop 525.116.03

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

 x11-drivers/nvidia-drivers/Manifest|   8 -
 .../nvidia-drivers-525.116.03.ebuild   | 634 -
 2 files changed, 642 deletions(-)

diff --git a/x11-drivers/nvidia-drivers/Manifest 
b/x11-drivers/nvidia-drivers/Manifest
index 88f0d0704e05..d5c55eb521d1 100644
--- a/x11-drivers/nvidia-drivers/Manifest
+++ b/x11-drivers/nvidia-drivers/Manifest
@@ -1,47 +1,39 @@
 DIST NVIDIA-Linux-aarch64-515.105.01.run 221114790 BLAKE2B 
d01add008c0dc6b45f951341ad78b5c2da4e080cd3be38eec83c6408af19dec353c3eb40a5bdce2a23ec26b81bc31d7983be0a557760e408b16a0aa516dde43e
 SHA512 
07d8b680e3bc4727727dc00225b42577eff3f00fb45281fb3b75400f66572d8ad67fed1adba36689cf7d28afa6241fe3ccc11789dccfcb5e6705496c5930af2b
-DIST NVIDIA-Linux-aarch64-525.116.03.run 262872796 BLAKE2B 
bd414f79e91b4fcaaf26a8580b61d85b80187298416f6850d13057ea53e6b63b0325b7d4f009643a13cf28a1bba22a3cef8fae691e0a7d102535f4c0f3965ce3
 SHA512 
59ae65f041b61f84bf4f560b4b3bcdba7a69e61990b218d8fd354cb4803c2a105c714757977505703f4bafe841dad1d38dde623dcf78e076e7a7b8baca3911e7
 DIST NVIDIA-Linux-aarch64-525.116.04.run 263223228 BLAKE2B 
40797a46658aa6d1278b5865368e2050f492d95842fe8b80fa90a98739c70b24a32d896f48c8c54b8fdc1ffc3b2f95030d08bdf4b727ef71dbef78464be6b3fc
 SHA512 
819f98fe9a9075de13a4e5e58c965ea91983a6a5fc0cd6538543eed83f0c44f39204535b79eaa571d34c1014a8af32e01037f65f820789a5464260cff68b4bb1
 DIST NVIDIA-Linux-aarch64-530.41.03.run 218674884 BLAKE2B 
5f1e61c43810ae3428c07d27b7a6a80ed2d04e1fe6f2ff8f8da20c615d9d35c494f30c1baf6fd0c6046b7780e621095ff0a61e40ec40295e599acf4727cc45cf
 SHA512 
abb9d33b2cfa57be25d5395d5e9805d401b67375761cd07da0e78cc372d8f424c9a7129966967ed36b2123eafbb0fa99f478deb2c4b6a9d85764bdfb60c1139e
 DIST NVIDIA-Linux-x86-390.157.run 49417041 BLAKE2B 
435b5e0e60468cc74b41cc5d9b5bb0105d29c11a2d408457835212a96519c9334ecf19278b36749d3ff7f498f5b0ae45a2efae2d428703dac21245c62f1efebe
 SHA512 
dae9ac2c12f9ad90f7441e00e01a984147c577892421911d7f67f6a31e616ac1cb7d434bc9c7f58fbd9b8ae909521b5bece607a63c79588c0bb9d99c6bad5fb0
 DIST NVIDIA-Linux-x86_64-390.157.run 85835541 BLAKE2B 
44b855cd11f3b2f231f9fb90492ae2e67a67ea3ea83c413e7c90956d38c9730a8bd0321281ae03c6afce633d102f5b499aed25622b9bfd31bdd2c98f0717e95b
 SHA512 
4780503a4cff0180b1b1f37d20a6ba3438dd78b51fa7f69b98d35521835e5d61099129746929d51d63afa2d47b672b3e145e1e1897584dc3799e7f822c5b3a0a
 DIST NVIDIA-Linux-x86_64-470.182.03.run 271685302 BLAKE2B 
47acdc53dea1698558fea8e18f481341dd542b725153a83563f9da420844b59db41f69a8eb7ad7e16a22050a7a6cffc2265a9cb8832cb5a6439c6a5b0910bfce
 SHA512 
73619d65bd3267427acaf2deee07a2c98c490df937aa13e2c95d54cfd19ce2a82a91d3a5aa886dbe88f6230251f9cf54c38f5841cfacd77e53301e8d61fa3d7d
 DIST NVIDIA-Linux-x86_64-515.105.01.run 363738348 BLAKE2B 
b78b7e9dbc1450a7d01d9b3b75e0612ce0b71f8647dc5ee084660c9cb12a8ac4b2f278d49b195e0f4600d02f3297af796158cbca9cdaff0d27f78f56153bdefd
 SHA512 
9b9e820754254c70aeab2bcc1cfdae396d3b30fb948198e378f764a6f0d89ad6f6687afffa2d6f48072ab726c6d180dc3c83891eef61f273c0b11f7bc2c9bd67
-DIST NVIDIA-Linux-x86_64-525.116.03.run 414602354 BLAKE2B 
f46c88b579901cd4bf0263f046fc2915a8f147af4c4669d849fadd3df1dd6aad913a8cc27f9dde3c5ba9aa3f40df725220d06b590ccf9e185ecd720eb3977836
 SHA512 
684c2eddb621a18dddf047cc7d89521a4841fedbfad674e6ccb0bac7dba141a6e8e3ee77b6f2a692dab6d6e3310a88d38ea14f8198e94b21a299927e69234114
 DIST NVIDIA-Linux-x86_64-525.116.04.run 413341618 BLAKE2B 
f769c72bb38c10e16f88bdf655ef77a480097c31b5856de00858494e1b1708bc243d8d562e37b15c7fc4641c7c4937472cf16f84fc1b3b3dc837ace35a3570de
 SHA512 
8e511e4965f11c849ae0bb3f399bc79eb004bb3a15612b35e6c7b9ec236a73085b58cc4e8cb37b5ffde7e7fe202928a08618b5dd3328235795bb942bde339195
 DIST NVIDIA-Linux-x86_64-525.47.26.run 414811422 BLAKE2B 
9dbb4ed5ce71b329f2c2fd12ae5697f299212916f9a0c357e4526863abd3d6123b9f6769dd44c0c1adbf43ca1f6f5e596ac6ec34cf06802428b652fa1ff494dd
 SHA512 
41d77f7200acff1cc8c3dd86e4809555ca5a0c84f405c864431a6b195826ee4263830eee182525d19ef96b8714dfec04a6416189c9ad9959e6e58147820ae94b
 DIST NVIDIA-Linux-x86_64-530.41.03.run 344312858 BLAKE2B 
bb5507afd23e6e063314532f37e5c7cc2530f96f359664d79ebac998c6a32ee238790b4aa66339a913e31114d22795e8e80aebced2260ff04b5d3589af472fc9
 SHA512 
90068122824322884ec8f3e4be2fe7f76bf07ee1163baf6da15d09ba3ff886e5c5ef72016509eef9f4af9d85f154ebbe051d5fb3af5e867f1f67f03af8068100
 DIST NVIDIA-kernel-module-source-515.105.01.tar.xz 7531676 BLAKE2B 
05a2e00141ce699956366dfc513c12b766b17b95bbabeb0e6da496a3babd4d8ce02ef82a7c125b3dd9d884b132079398225c5588a5ec853dfd3db7359cafea74
 SHA512 

[gentoo-commits] repo/gentoo:master commit in: dev-games/godot/

2023-05-26 Thread Ionen Wolkens
commit: f23e929ce48de7a92aa5021a600f7ffcc47fb2f0
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Fri May 26 23:01:32 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri May 26 23:01:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f23e929c

dev-games/godot: drop 4.0.2

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

 dev-games/godot/Manifest   |   1 -
 dev-games/godot/godot-4.0.2.ebuild | 229 -
 2 files changed, 230 deletions(-)

diff --git a/dev-games/godot/Manifest b/dev-games/godot/Manifest
index 52eda8f08911..97916163295d 100644
--- a/dev-games/godot/Manifest
+++ b/dev-games/godot/Manifest
@@ -1,3 +1,2 @@
 DIST godot-3.5.2-stable.tar.xz 24047432 BLAKE2B 
a4d600cb174b2f79cc91c583b1052db2e7e2921003ffd5a307a2484af9cc050b600e763b6016ba2df043ba5e492f0bdd13c207fd3a3d794b6602f7c574093cb0
 SHA512 
e9f3c8b23cd69422639fe22948fb1f5f2071dff6e013fee3c08d6d3c1f39de4dfc252d32eb395c847021c9bbc1b2fa320500140ff3e684bf00530889ba48a181
-DIST godot-4.0.2-stable.tar.xz 29909648 BLAKE2B 
e8c99450a4b6871fa91b2bf6596ef82702e72dcc73b4f5b01f6338fc11a812a9bc47c60ddf36dbbff963461acb74406960a275d386bc217708a1c88df9050e3b
 SHA512 
53aefef2f0ea63c82834f0e2da7b898c8504b6d7a3bef0af61d6c730c5ba2db21ea99a2cb10731bd39209d72a492059d93475019418658c4e181b514d6d09ed3
 DIST godot-4.0.3-stable.tar.xz 30203636 BLAKE2B 
bfdf2f3a349d541039639fbce9d9d10ba6bfc200ae9442900709b1cb3d3c40dcf68b3de10d9ebe7211a1dfc380a5cf8954c5ed1d9a510afaeec8cee2dc4e9123
 SHA512 
185c3caf99dbfeffc83fa8298c801121ee58c4c6d3854127aeb3cb2128ed08ea1925229b90f08a79e3ea5e674725fe62e219226a58a17789c0e72ae8f27ed576

diff --git a/dev-games/godot/godot-4.0.2.ebuild 
b/dev-games/godot/godot-4.0.2.ebuild
deleted file mode 100644
index c3e9af66635c..
--- a/dev-games/godot/godot-4.0.2.ebuild
+++ /dev/null
@@ -1,229 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-inherit bash-completion-r1 desktop python-any-r1 scons-utils toolchain-funcs 
xdg
-
-DESCRIPTION="Multi-platform 2D and 3D game engine with a feature-rich editor"
-HOMEPAGE="https://godotengine.org/;
-SRC_URI="https://downloads.tuxfamily.org/godotengine/${PV}/${P}-stable.tar.xz;
-S="${WORKDIR}/${P}-stable"
-
-LICENSE="
-   MIT
-   Apache-2.0 BSD Boost-1.0 CC0-1.0 Unlicense ZLIB
-   gui? ( CC-BY-4.0 ) tools? ( OFL-1.1 )"
-SLOT="4"
-KEYWORDS="~amd64"
-# Enable roughly same as upstream by default so it works as expected,
-# except raycast (tools-only heavy dependency), and deprecated.
-IUSE="
-   alsa +dbus debug deprecated +fontconfig +gui pulseaudio raycast
-   +runner speech test +theora +tools +udev +upnp +vulkan +webp"
-# TODO: tests still need more figuring out
-RESTRICT="test"
-
-# dlopen: libglvnd
-RDEPEND="
-   app-arch/zstd:=
-   dev-games/recastnavigation:=
-   dev-libs/icu:=
-   dev-libs/libpcre2:=[pcre32]
-   media-libs/freetype[brotli,harfbuzz]
-   media-libs/harfbuzz:=[icu]
-   media-libs/libogg
-   media-libs/libpng:=
-   media-libs/libvorbis
-   

[gentoo-commits] repo/gentoo:master commit in: games-arcade/cdogs-sdl/

2023-05-26 Thread Ionen Wolkens
commit: 6a2b7360abfd2a3ae04681cc04b53e57a6135ccd
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Fri May 26 22:55:49 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri May 26 22:55:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a2b7360

games-arcade/cdogs-sdl: drop 1.4.1

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

 games-arcade/cdogs-sdl/Manifest   |  1 -
 games-arcade/cdogs-sdl/cdogs-sdl-1.4.1.ebuild | 47 ---
 2 files changed, 48 deletions(-)

diff --git a/games-arcade/cdogs-sdl/Manifest b/games-arcade/cdogs-sdl/Manifest
index 228e930e5362..6aac958cb11b 100644
--- a/games-arcade/cdogs-sdl/Manifest
+++ b/games-arcade/cdogs-sdl/Manifest
@@ -1,2 +1 @@
-DIST cdogs-sdl-1.4.1.tar.gz 35799934 BLAKE2B 
67fe75575c478a3e38a7ba70060dc329c98b1b96912216dbf4a7d71784222485efff645349c2d9db72184947f16dcbd73ba52e61a03ad9b4c341650ab9ce144c
 SHA512 
de8d181fed78d68ebeed44b408210252c616db7aaf80d472ea2ce3981fca8792c0226bb0006af014bc9151e2c1ba1b94708441e4c039ba2648cef3e41b31feda
 DIST cdogs-sdl-1.4.2.tar.gz 35799287 BLAKE2B 
76891785f44a6abbe309976b6e706d019cc4cc3a58cf83859ad7518a2931eb208b7305ea5d09b2692961d5fd39ff2a8aafce820a9920820646bb1ab81261
 SHA512 
36bea4eb1f11c4abc752695455f30b6f76b6c3aab02d57ece0f8a77d116c7810a5ebcc211de441a6487bc43d977dfab84ffa56b4aa5a8a45cdff5e2810c4fddf

diff --git a/games-arcade/cdogs-sdl/cdogs-sdl-1.4.1.ebuild 
b/games-arcade/cdogs-sdl/cdogs-sdl-1.4.1.ebuild
deleted file mode 100644
index 694b57d0eb85..
--- a/games-arcade/cdogs-sdl/cdogs-sdl-1.4.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake flag-o-matic xdg
-
-DESCRIPTION="Classic overhead run-and-gun game"
-HOMEPAGE="https://cxong.github.io/cdogs-sdl/;
-SRC_URI="https://github.com/cxong/cdogs-sdl/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2+ BSD-2 CC-BY-3.0 CC-BY-4.0 CC-BY-SA-3.0 CC0-1.0 WTFPL-2 XMAME"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   media-libs/libsdl2[haptic,opengl]
-   media-libs/sdl2-image[png]
-   media-libs/sdl2-mixer[mp3,vorbis,wav]
-   net-libs/enet:1.3="
-DEPEND="${RDEPEND}"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-1.1.1-cmake.patch
-)
-
-src_configure() {
-   # LTO warnings, bug #858527
-   filter-lto
-
-   local mycmakeargs=(
-   -DCDOGS_DATA_DIR="${EPREFIX}"/usr/share/${PN}/
-   -DBUILD_EDITOR=OFF
-   -DUSE_SHARED_ENET=ON
-   )
-
-   cmake_src_configure
-}
-
-src_install() {
-   cmake_src_install
-
-   dodoc doc/{AUTHORS,original_readme.txt}
-
-   # CREDITS is used at runtime, rest is licenses or duplicates
-   find "${ED}"/usr/share/${PN}/doc -type f ! -name CREDITS -delete || die
-}



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

2023-05-26 Thread Ionen Wolkens
commit: 7ae9b77fe069ceac58bc873103171f121d7c4cdf
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Fri May 26 22:56:47 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri May 26 22:56:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ae9b77f

media-gfx/ueberzugpp: drop 2.8.3

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

 media-gfx/ueberzugpp/Manifest|  1 -
 media-gfx/ueberzugpp/ueberzugpp-2.8.3.ebuild | 59 
 2 files changed, 60 deletions(-)

diff --git a/media-gfx/ueberzugpp/Manifest b/media-gfx/ueberzugpp/Manifest
index b70b24278c9a..8758660bc89a 100644
--- a/media-gfx/ueberzugpp/Manifest
+++ b/media-gfx/ueberzugpp/Manifest
@@ -1,3 +1,2 @@
-DIST ueberzugpp-2.8.3.tar.gz 42663 BLAKE2B 
4889cc2ac7b22541c7d1c89d1a60cd6d091b4ce996f4c8b3166707cec236db3a28a72def0a9a9379d2fdb55cb0390c02e9996007abc3331da390a911843ebdcc
 SHA512 
f3cc95e8b6ce06b30c2fcb749cb5cf0c77f982c3eb3e0e12fd34cad6820e9a7ae91ee3ff6f325edc7b764f69e33f2c9a8a2b4d34d3f22a87fb8c6e4f6dfed59e
 DIST ueberzugpp-2.8.4.tar.gz 43906 BLAKE2B 
db36ea8dc74713673ac7ea9f62f12fd9d4f77e12030db3920eb193523599f6bd6f520faa821cacb18192c699439cae35f18bb208056f4c92d6f50b02f5fac014
 SHA512 
402887a8734bb034c3cd0975ddd6e584f865f6545726d5bf033f59552e0a026883dd845080cccee5340217d1782c70fb2e309bfda36207627d0455c5cc7b75db
 DIST ueberzugpp-2.8.5.tar.gz 48985 BLAKE2B 
046e72786f51c0ece068a1046532ea7e5acfa01ee4880a9db8c9dd38aed229b66f56ee18831e82efd84fef20183bea160dc7f3194507e253aa46cad85f76a280
 SHA512 
f4d1ad45d121521ae158fe5c7ff845a7ac0150b4effdd0d856f9cab69c0f5bfeb34648113323a3c98412630c945c96825132e805b2bacb037a8c88762dd799ea

diff --git a/media-gfx/ueberzugpp/ueberzugpp-2.8.3.ebuild 
b/media-gfx/ueberzugpp/ueberzugpp-2.8.3.ebuild
deleted file mode 100644
index 29694cec2261..
--- a/media-gfx/ueberzugpp/ueberzugpp-2.8.3.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Drop in replacement for ueberzug written in C++"
-HOMEPAGE="https://github.com/jstkdng/ueberzugpp/;
-SRC_URI="https://github.com/jstkdng/ueberzugpp/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="X opencv"
-
-RDEPEND="
-   dev-cpp/tbb:=
-   dev-libs/glib:2
-   dev-libs/libfmt:=
-   dev-libs/openssl:=
-   dev-libs/spdlog:=
-   media-libs/libsixel
-   media-libs/vips:=
-   net-libs/zeromq:=
-   X? (
-   x11-libs/libxcb:=
-   x11-libs/xcb-util-image
-   )
-   opencv? ( media-libs/opencv:= )
-   !media-gfx/ueberzug"
-DEPEND="
-   ${RDEPEND}
-   dev-cpp/cli11
-   dev-cpp/ms-gsl
-   dev-cpp/nlohmann_json
-   net-libs/cppzmq
-   X? ( x11-base/xorg-proto )"
-
-src_configure() {
-   CMAKE_BUILD_TYPE=Release # install target wants this
-
-   local mycmakeargs=(
-   -DENABLE_OPENCV=$(usex opencv)
-   -DENABLE_X11=$(usex X)
-   -DENABLE_TURBOBASE64=no # not packaged
-   -DFETCHCONTENT_FULLY_DISCONNECTED=yes
-   )
-
-   cmake_src_configure
-}
-
-src_install() {
-   cmake_src_install
-
-   # not handled by cmake, but upstream creates the pp symlink in their
-   # self-maintained AUR package and some scripts like ytfzf look for it
-   dosym ueberzug /usr/bin/${PN}
-}



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

2023-05-26 Thread Conrad Kostecki
commit: 0706721512c71e986e31778142cb39448746b069
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri May 26 22:52:41 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri May 26 22:52:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07067215

net-wireless/unifi: add 7.4.156

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

 net-wireless/unifi/Manifest |   1 +
 net-wireless/unifi/unifi-7.4.156.ebuild | 107 
 2 files changed, 108 insertions(+)

diff --git a/net-wireless/unifi/Manifest b/net-wireless/unifi/Manifest
index 1eddeafb742c..0390c64bcf7c 100644
--- a/net-wireless/unifi/Manifest
+++ b/net-wireless/unifi/Manifest
@@ -1,2 +1,3 @@
 DIST unifi-6.5.55.zip 157805689 BLAKE2B 
09a7b69143478d0b81dd6f7be1746b1a35cd00ee034471c512d04e4f91aa02688871857edf3c0ef538e601aaf8eccdd0c55193a9bde10924ddeff1fd333da355
 SHA512 
c2f677de819268366d65622238c1b8d6d8abcd5e06d6f1f635d9755573eff5a6aca0c84298a111b0da5e80bade8132e05339035edde3cc5fc08834f2d6c4b26e
 DIST unifi-7.3.83.zip 185572238 BLAKE2B 
2e2fa581bc53dcbd75660e5875e8de25df19ee2233c31d5429c5d05468be315e6e68fd92dcd8d19cd7088d4f1574c5cb12f5b0e6b3b49d62dee4dc43b25e7a85
 SHA512 
ae7bd0e5deff9fceb831be7d652c333d06f1b2a9b40411e1e72607558b01b33814590601c991742a7627eb7a15ec33d5ea0ca1f8d7d2103f348db592f61aaca7
+DIST unifi-7.4.156.zip 167385370 BLAKE2B 
4228911702267e9ebbdcabfbe773f0e2d3597d2e012be72c51d19b352fcd57756ac7e9a9d8b64b46ef1e590bfd36cc768f1afd0a0e09b321fc75bb6a3b8a5baa
 SHA512 
903695360ec06f30fcf9133540cf0bcbc134a67c641e9ea75acc1fd1d34bbc17b80f024bdce1a217454816117c5e08400c8a2e5a3ce2b9cf5b76b39a4b4bb3be

diff --git a/net-wireless/unifi/unifi-7.4.156.ebuild 
b/net-wireless/unifi/unifi-7.4.156.ebuild
new file mode 100644
index ..9c7e79a59d52
--- /dev/null
+++ b/net-wireless/unifi/unifi-7.4.156.ebuild
@@ -0,0 +1,107 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# Set this var for any releases except stable
+RC_SUFFIX="-6ee9e412d1"
+
+inherit java-pkg-2 readme.gentoo-r1 systemd
+
+DESCRIPTION="A Management Controller for Ubiquiti Networks UniFi APs"
+HOMEPAGE="https://www.ubnt.com;
+SRC_URI="https://dl.ui.com/unifi/${PV}${RC_SUFFIX}/UniFi.unix.zip -> ${P}.zip"
+S="${WORKDIR}/UniFi"
+
+KEYWORDS="-* ~amd64 ~arm64"
+LICENSE="Apache-1.0 Apache-2.0 BSD-1 BSD-2 BSD CDDL EPL-1.0 GPL-2 LGPL-2.1 
LGPL-3 MIT ubiquiti"
+SLOT="0/$(ver_cut 1-2)"
+IUSE="systemd system-mongodb"
+RESTRICT="bindist mirror"
+
+RDEPEND="
+   acct-group/unifi
+   acct-user/unifi
+   dev-db/mongodb
+   virtual/jre:11
+"
+
+BDEPEND="app-arch/unzip"
+
+DOCS=( "readme.txt" )
+
+QA_PREBUILT="usr/lib/unifi/lib/native/Linux/x86_64/*.so"
+
+src_prepare() {
+   # Remove unneeded files Mac and Windows
+   rm -r lib/native/{Mac,Windows} || die
+
+   if [[ ${CHOST} != aarch64* ]]; then
+   rm -r lib/native/Linux/aarch64 || die "Failed in removing 
aarch64 native libraries"
+   fi
+   if [[ ${CHOST} != armv7* ]]; then
+   rm -r lib/native/Linux/armv7 || die "Failed in removing armv7 
native libraries"
+   fi
+   if [[ ${CHOST} != x86_64* ]]; then
+   rm -r lib/native/Linux/x86_64 || die "Failed in removing x86_64 
native libraries"
+   fi
+
+   if [[ ${CHOST} == aarch64* ]]; then
+   if ! use systemd; then
+   rm lib/native/Linux/aarch64/libubnt_sdnotify_jni.so || 
die
+   fi
+   fi
+   if [[ ${CHOST} == armv7* ]]; then
+   if ! use systemd; then
+   rm lib/native/Linux/armv7/libubnt_sdnotify_jni.so || die
+   fi
+   fi
+   if [[ ${CHOST} == x86_64* ]]; then
+   if ! use systemd; then
+   rm lib/native/Linux/x86_64/libubnt_sdnotify_jni.so || 
die
+   fi
+   fi
+
+   default
+}
+
+src_compile() {
+   :;
+}
+
+src_install() {
+   insinto /usr/lib/unifi
+   doins -r dl lib webapps
+   ! use system-mongodb && doins -r bin
+
+   diropts -o unifi -g unifi
+   keepdir /var/lib/unifi/{conf,data,run,tmp,work} /var/log/unifi
+
+   for symlink in conf data run tmp work; do
+   dosym ../../../var/lib/unifi/${symlink} 
/usr/lib/unifi/${symlink}
+   done
+   dosym ../../../var/log/unifi /usr/lib/unifi/logs
+
+   java-pkg_regjar "${D}"/usr/lib/unifi/lib/*.jar
+   java-pkg_dolauncher unifi --java_args 
'-Dorg.xerial.snappy.tempdir=/usr/lib/unifi/tmp -Djava.library.path=' --jar 
ace.jar --pwd '/usr/lib/unifi'
+
+   if use system-mongodb; then
+   systemd_newunit "${FILESDIR}"/unifi-mongodb.service 
unifi.service
+   newinitd "${FILESDIR}"/unifi-mongodb.initd unifi
+   else
+   systemd_newunit "${FILESDIR}"/unifi.service-r2 unifi.service
+   newinitd "${FILESDIR}"/unifi.initd-r2 unifi
+   fi
+
+   

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

2023-05-26 Thread Ionen Wolkens
commit: dcc17d4b4bdbe2ce3244d83e138229f1c14151f2
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Fri May 26 21:27:02 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri May 26 21:53:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcc17d4b

app-emulation/wine-vanilla: add 8.9

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

 app-emulation/wine-vanilla/Manifest|   1 +
 app-emulation/wine-vanilla/wine-vanilla-8.9.ebuild | 339 +
 2 files changed, 340 insertions(+)

diff --git a/app-emulation/wine-vanilla/Manifest 
b/app-emulation/wine-vanilla/Manifest
index 474b107444c6..a510f932132c 100644
--- a/app-emulation/wine-vanilla/Manifest
+++ b/app-emulation/wine-vanilla/Manifest
@@ -2,3 +2,4 @@ DIST wine-7.0.2.tar.xz 27179980 BLAKE2B 
721ab574092638b32d3a483b6ae3def0c9d706cc
 DIST wine-8.0.1.tar.xz 29057128 BLAKE2B 
f1e04ddc7531704b4229d1bdb6e742ff20886dfff181b8b44e01e9921574e8c433553aaddb2453532902e89252244080d1cf9f904aa7d14d76709d830116e4b4
 SHA512 
9264a3dbe8b0168aa94b8266d5686b1da39352baefa4e72a63b0ed5aa2daca8811633dc89da3bb2aff497fb2b3b917f5cd021d0baae390490f1ca5ffd5ac4b3a
 DIST wine-8.7.tar.xz 29158096 BLAKE2B 
73bd0b5a6eec8a2e37301d8b0f8e9be1ad757f07df3471b0cea17aac6716d456eea1d36fa22bd2451e6cc7662b2b36e4ca628d65216c60d5950f5b439fd2052c
 SHA512 
0a7fe9ad86cf931527c2149207473bf4671d1098af7c21f1b740dfaa84486a8e235fea99b1cad035ff9c3eb20810caab53d51051d63efe626514b79309904d93
 DIST wine-8.8.tar.xz 29181484 BLAKE2B 
43a79fb34f86382cbd8dd3b3aa16f104d02a8e86fd8d47afb157865b707b71674199c4ae748f8b3e3de4ae1e63d70a18fca0d09d7716c178a4c9c21d21c092ac
 SHA512 
e56427680c940970153b1996841c70d540a0a2572ab980c4d77cf7225efd7c26c91ef9b0548b73d51e78afa55a7e324d5d93f6211f5eb5d5698ab9ff421e26de
+DIST wine-8.9.tar.xz 29198080 BLAKE2B 
dfad284f554c164ac8f95d7c36d8b999217c6375f7720ed05e512e3f16cbc5a08325dad4e56dd59a17b27e53ab3a8331d54dd17b24e459b34d9e408ba93a52f3
 SHA512 
4de85654d2d5c9d48fa2a748eb9bee4477f0ba7fbd2c5dd40ea69662d8f6dfbb6432d1ec9109233d24608dc9554bad525c1e1ecdc86a5d00d133772810b12261

diff --git a/app-emulation/wine-vanilla/wine-vanilla-8.9.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-8.9.ebuild
new file mode 100644
index ..a513b26e07bb
--- /dev/null
+++ b/app-emulation/wine-vanilla/wine-vanilla-8.9.ebuild
@@ -0,0 +1,339 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MULTILIB_COMPAT=( abi_x86_{32,64} )
+inherit autotools flag-o-matic multilib multilib-build toolchain-funcs wrapper
+
+WINE_GECKO=2.47.4
+WINE_MONO=8.0.0
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://gitlab.winehq.org/wine/wine.git;
+else
+   (( $(ver_cut 2) )) && WINE_SDIR=$(ver_cut 1).x || WINE_SDIR=$(ver_cut 
1).0
+   
SRC_URI="https://dl.winehq.org/wine/source/${WINE_SDIR}/wine-${PV}.tar.xz;
+   S="${WORKDIR}/wine-${PV}"
+   KEYWORDS="-* ~amd64 ~x86"
+fi
+
+DESCRIPTION="Free implementation of Windows(tm) on Unix, without external 
patchsets"
+HOMEPAGE="
+   https://www.winehq.org/
+   https://gitlab.winehq.org/wine/wine/;
+
+LICENSE="LGPL-2.1+ BSD-2 IJG MIT OPENLDAP ZLIB gsm libpng2 libtiff"
+SLOT="${PV}"
+IUSE="
+   +X +abi_x86_32 +abi_x86_64 +alsa capi crossdev-mingw cups dos
+   llvm-libunwind debug custom-cflags +fontconfig +gecko gphoto2
+   +gstreamer kerberos +mingw +mono netapi nls odbc opencl +opengl
+   osmesa pcap perl pulseaudio samba scanner +sdl selinux smartcard
+   +ssl +truetype udev udisks +unwind usb v4l +vulkan wayland
+   +xcomposite xinerama"
+REQUIRED_USE="
+   X? ( truetype )
+   crossdev-mingw? ( mingw )" # bug #551124 for truetype
+
+# tests are non-trivial to run, can hang easily, don't play well with
+# sandbox, and several need real opengl/vulkan or network access
+RESTRICT="test"
+
+# `grep WINE_CHECK_SONAME configure.ac` + if not directly linked
+WINE_DLOPEN_DEPEND="
+   X? (
+   x11-libs/libXcursor[${MULTILIB_USEDEP}]
+   x11-libs/libXfixes[${MULTILIB_USEDEP}]
+   x11-libs/libXi[${MULTILIB_USEDEP}]
+   x11-libs/libXrandr[${MULTILIB_USEDEP}]
+   x11-libs/libXrender[${MULTILIB_USEDEP}]
+   x11-libs/libXxf86vm[${MULTILIB_USEDEP}]
+   opengl? (
+   media-libs/libglvnd[X,${MULTILIB_USEDEP}]
+   osmesa? ( media-libs/mesa[osmesa,${MULTILIB_USEDEP}] )
+   )
+   xcomposite? ( x11-libs/libXcomposite[${MULTILIB_USEDEP}] )
+   xinerama? ( x11-libs/libXinerama[${MULTILIB_USEDEP}] )
+   )
+   cups? ( net-print/cups[${MULTILIB_USEDEP}] )
+   fontconfig? ( media-libs/fontconfig[${MULTILIB_USEDEP}] )
+   kerberos? ( virtual/krb5[${MULTILIB_USEDEP}] )
+   netapi? ( net-fs/samba[${MULTILIB_USEDEP}] )
+   odbc? ( dev-db/unixODBC[${MULTILIB_USEDEP}] )
+   sdl? ( 

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

2023-05-26 Thread Ionen Wolkens
commit: 1ca37803959019cc7d1a3ca56379826802eb591d
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Fri May 26 20:44:57 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri May 26 21:53:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ca37803

app-emulation/wine-staging: drop 8.5, 8.6.1

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

 app-emulation/wine-staging/Manifest|   4 -
 app-emulation/wine-staging/wine-staging-8.5.ebuild | 375 -
 .../wine-staging/wine-staging-8.6.1.ebuild | 375 -
 3 files changed, 754 deletions(-)

diff --git a/app-emulation/wine-staging/Manifest 
b/app-emulation/wine-staging/Manifest
index beaebb52026c..aa9c4dc4883d 100644
--- a/app-emulation/wine-staging/Manifest
+++ b/app-emulation/wine-staging/Manifest
@@ -1,10 +1,6 @@
 DIST wine-8.0.tar.xz 29054044 BLAKE2B 
baf8f96b665119c9f38a148a2472dbe8f6ca8d4641d9d09d48cb72cb4de2585c274b8b7981c2fa622ead6da2f087c57652e9b48edc8a17c0cfd6be9a36732f02
 SHA512 
53ba813b260a65a271ec575822725b97631f60038fb026dcc0fe66862711eedcc29a8feb29ff54ae4f64458f85c290d8f3838eff5e4c77a5420a7d2b951fef77
-DIST wine-8.5.tar.xz 29064032 BLAKE2B 
35fa6d7ec88ff67d9acf13466b3618eb45d664bed0a9ee581e46cb6e7692395837c8c8e86dead1dbcad582ef29c674a0df4b7180addee837b466eba7fdcd350a
 SHA512 
f6aaab8a32eb7bce7f48d21d99417c9e6e8fe41b3d36320762775ef954db7ddd4fcff01d56475f35038d814557834a41a9e3ae85e5cae8a1b820c5044b42a327
-DIST wine-8.6.tar.xz 29118124 BLAKE2B 
e4659785722f0c1adb9ce4a156fbafc8484977a5fe2f4a6e1d5eaf8f1f14c6787f080b9d389cdd8716eb7fd00ee2879fab2042af5dcb970530d2e19628442c73
 SHA512 
602680675f5e062121767769106199179c52a6dd93e97b9b8b4d8365134c72f7745e37d4e3edf6c89c553fb1bfe55b914e77177508fb4f032410d423359abba7
 DIST wine-8.7.tar.xz 29158096 BLAKE2B 
73bd0b5a6eec8a2e37301d8b0f8e9be1ad757f07df3471b0cea17aac6716d456eea1d36fa22bd2451e6cc7662b2b36e4ca628d65216c60d5950f5b439fd2052c
 SHA512 
0a7fe9ad86cf931527c2149207473bf4671d1098af7c21f1b740dfaa84486a8e235fea99b1cad035ff9c3eb20810caab53d51051d63efe626514b79309904d93
 DIST wine-8.8.tar.xz 29181484 BLAKE2B 
43a79fb34f86382cbd8dd3b3aa16f104d02a8e86fd8d47afb157865b707b71674199c4ae748f8b3e3de4ae1e63d70a18fca0d09d7716c178a4c9c21d21c092ac
 SHA512 
e56427680c940970153b1996841c70d540a0a2572ab980c4d77cf7225efd7c26c91ef9b0548b73d51e78afa55a7e324d5d93f6211f5eb5d5698ab9ff421e26de
 DIST wine-staging-8.0.tar.gz 9529620 BLAKE2B 
c9540195ea885d9f1e980232b0af471e92c61eb079cae35fdb3af5c13d4660b3466f751772440e38f15874082db296d16d1f1d68827a505b2dd949617eda0203
 SHA512 
76a729d7ced1ff634ddb455ddfaa66ca103b652f43cd152b57ada7431bb5fbb74f5e92bf2f4f329b6df6f5908130afad84e609cbce6df645d6cf8131e9b949f9
-DIST wine-staging-8.5.tar.gz 9530306 BLAKE2B 
9457fb44aea427c2c09d6329f2f585ae7e14ca32950204019136616d73ad1b83b629297499197b91fb542784b8e5b6edd8743ee6a72794ce58ef5c6b1d27f308
 SHA512 
9d347c55a62f661bdcc102d373e05d162217b7b1348bdb6f2b114d20e35146862379d2cf03a96916bd1d52166a538af55d48e25a169cd6ee23818673bd35909a
-DIST wine-staging-8.6.1.tar.gz 9527141 BLAKE2B 
be43c642e6caa0f7e28a0aa45f736b839fe277a54c573955940523b6a27a0e4b7b5d531a027aab4a3c21a413fcac129dc16a7241700f2f848061fadafc9e695f
 SHA512 
28bb066b55293e73df072cceb27a191365d6a319d859e6797bc443e830bb6ddd22cdbf7d9692b43e8eb7f2feb68ac1205aa440c60b37ab7c10ebeab83aa590ce
 DIST wine-staging-8.7.tar.gz 9524736 BLAKE2B 
4ae32c77024c41fe660090889958e0016dc6e0d189c1cc938e305cc72297a924ea8209244374baa651ded3bdf62352f9b41e15bb163f200b9b0b3f18ccac2ea5
 SHA512 
42a32b3a5420f358085c510250f3204bc5eb7430c447e7bb5b25046245cf3c54f02684226daffedb65dce093cfa513424523e55d4d3a5b416fdff6e4e1e4a161
 DIST wine-staging-8.8.tar.gz 9509284 BLAKE2B 
f8a25b9a3a52b8bfc98d8eea6c22f9648d8e6040d12dd4a8a2dd13199ced954292f141c4b4ae4fc7748d5fa7f6b0fa1cdd535a27b1495150bdee5f50b940ab8d
 SHA512 
7178ab98ca77a2892f9c827d1af51c9b98fe8c9559f6708fc63f73d3ebed96bd1a158179c5eed83d4c89bc57f0120e9cafddb1e0dbb77587054ae29a60eddaf5

diff --git a/app-emulation/wine-staging/wine-staging-8.5.ebuild 
b/app-emulation/wine-staging/wine-staging-8.5.ebuild
deleted file mode 100644
index 74867a1f4c4c..
--- a/app-emulation/wine-staging/wine-staging-8.5.ebuild
+++ /dev/null
@@ -1,375 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MULTILIB_COMPAT=( abi_x86_{32,64} )
-PYTHON_COMPAT=( python3_{10..12} )
-inherit autotools edo flag-o-matic multilib multilib-build
-inherit python-any-r1 toolchain-funcs wrapper
-
-WINE_GECKO=2.47.3
-WINE_MONO=7.4.0
-
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://gitlab.winehq.org/wine/wine-staging.git;
-   WINE_EGIT_REPO_URI="https://gitlab.winehq.org/wine/wine.git;
-else
-   (( $(ver_cut 2) )) && WINE_SDIR=$(ver_cut 1).x || WINE_SDIR=$(ver_cut 
1).0
-   SRC_URI="
-   https://dl.winehq.org/wine/source/${WINE_SDIR}/wine-${PV}.tar.xz
-   

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

2023-05-26 Thread Ionen Wolkens
commit: 1e028dd18dbca9c24b1263cf3cd263d980d7c70e
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Fri May 26 20:44:39 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri May 26 21:53:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e028dd1

app-emulation/wine-vanilla: drop 8.5, 8.6

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

 app-emulation/wine-vanilla/Manifest|   2 -
 app-emulation/wine-vanilla/wine-vanilla-8.5.ebuild | 338 -
 app-emulation/wine-vanilla/wine-vanilla-8.6.ebuild | 338 -
 3 files changed, 678 deletions(-)

diff --git a/app-emulation/wine-vanilla/Manifest 
b/app-emulation/wine-vanilla/Manifest
index 450ad90b4677..474b107444c6 100644
--- a/app-emulation/wine-vanilla/Manifest
+++ b/app-emulation/wine-vanilla/Manifest
@@ -1,6 +1,4 @@
 DIST wine-7.0.2.tar.xz 27179980 BLAKE2B 
721ab574092638b32d3a483b6ae3def0c9d706cc888662ca461ab8c7060b10077e83cede69663ea2a8b97729f3801209fbba5f8e8828ce20454700ffbbd76cb5
 SHA512 
330c71005a6a8054b5068ac4484e9015e9f8bf55d5a451aaf5f79b7f78a025732b454251c31473abf21504cce3b78e50cf7e3e0d0116bb755dc8396bd790289a
 DIST wine-8.0.1.tar.xz 29057128 BLAKE2B 
f1e04ddc7531704b4229d1bdb6e742ff20886dfff181b8b44e01e9921574e8c433553aaddb2453532902e89252244080d1cf9f904aa7d14d76709d830116e4b4
 SHA512 
9264a3dbe8b0168aa94b8266d5686b1da39352baefa4e72a63b0ed5aa2daca8811633dc89da3bb2aff497fb2b3b917f5cd021d0baae390490f1ca5ffd5ac4b3a
-DIST wine-8.5.tar.xz 29064032 BLAKE2B 
35fa6d7ec88ff67d9acf13466b3618eb45d664bed0a9ee581e46cb6e7692395837c8c8e86dead1dbcad582ef29c674a0df4b7180addee837b466eba7fdcd350a
 SHA512 
f6aaab8a32eb7bce7f48d21d99417c9e6e8fe41b3d36320762775ef954db7ddd4fcff01d56475f35038d814557834a41a9e3ae85e5cae8a1b820c5044b42a327
-DIST wine-8.6.tar.xz 29118124 BLAKE2B 
e4659785722f0c1adb9ce4a156fbafc8484977a5fe2f4a6e1d5eaf8f1f14c6787f080b9d389cdd8716eb7fd00ee2879fab2042af5dcb970530d2e19628442c73
 SHA512 
602680675f5e062121767769106199179c52a6dd93e97b9b8b4d8365134c72f7745e37d4e3edf6c89c553fb1bfe55b914e77177508fb4f032410d423359abba7
 DIST wine-8.7.tar.xz 29158096 BLAKE2B 
73bd0b5a6eec8a2e37301d8b0f8e9be1ad757f07df3471b0cea17aac6716d456eea1d36fa22bd2451e6cc7662b2b36e4ca628d65216c60d5950f5b439fd2052c
 SHA512 
0a7fe9ad86cf931527c2149207473bf4671d1098af7c21f1b740dfaa84486a8e235fea99b1cad035ff9c3eb20810caab53d51051d63efe626514b79309904d93
 DIST wine-8.8.tar.xz 29181484 BLAKE2B 
43a79fb34f86382cbd8dd3b3aa16f104d02a8e86fd8d47afb157865b707b71674199c4ae748f8b3e3de4ae1e63d70a18fca0d09d7716c178a4c9c21d21c092ac
 SHA512 
e56427680c940970153b1996841c70d540a0a2572ab980c4d77cf7225efd7c26c91ef9b0548b73d51e78afa55a7e324d5d93f6211f5eb5d5698ab9ff421e26de

diff --git a/app-emulation/wine-vanilla/wine-vanilla-8.5.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-8.5.ebuild
deleted file mode 100644
index 0d6f8fb38727..
--- a/app-emulation/wine-vanilla/wine-vanilla-8.5.ebuild
+++ /dev/null
@@ -1,338 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MULTILIB_COMPAT=( abi_x86_{32,64} )
-inherit autotools flag-o-matic multilib multilib-build toolchain-funcs wrapper
-
-WINE_GECKO=2.47.3
-WINE_MONO=7.4.0
-
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://gitlab.winehq.org/wine/wine.git;
-else
-   (( $(ver_cut 2) )) && WINE_SDIR=$(ver_cut 1).x || WINE_SDIR=$(ver_cut 
1).0
-   
SRC_URI="https://dl.winehq.org/wine/source/${WINE_SDIR}/wine-${PV}.tar.xz;
-   S="${WORKDIR}/wine-${PV}"
-   KEYWORDS="-* ~amd64 ~x86"
-fi
-
-DESCRIPTION="Free implementation of Windows(tm) on Unix, without external 
patchsets"
-HOMEPAGE="
-   https://www.winehq.org/
-   https://gitlab.winehq.org/wine/wine/;
-
-LICENSE="LGPL-2.1+ BSD-2 IJG MIT OPENLDAP ZLIB gsm libpng2 libtiff"
-SLOT="${PV}"
-IUSE="
-   +X +abi_x86_32 +abi_x86_64 +alsa capi crossdev-mingw cups dos
-   llvm-libunwind debug custom-cflags +fontconfig +gecko gphoto2
-   +gstreamer kerberos +mingw +mono netapi nls odbc opencl +opengl
-   osmesa pcap perl pulseaudio samba scanner +sdl selinux smartcard
-   +ssl +truetype udev udisks +unwind usb v4l +vulkan wayland
-   +xcomposite xinerama"
-REQUIRED_USE="
-   X? ( truetype )
-   crossdev-mingw? ( mingw )" # bug #551124 for truetype
-
-# tests are non-trivial to run, can hang easily, don't play well with
-# sandbox, and several need real opengl/vulkan or network access
-RESTRICT="test"
-
-# `grep WINE_CHECK_SONAME configure.ac` + if not directly linked
-WINE_DLOPEN_DEPEND="
-   X? (
-   x11-libs/libXcursor[${MULTILIB_USEDEP}]
-   x11-libs/libXfixes[${MULTILIB_USEDEP}]
-   x11-libs/libXi[${MULTILIB_USEDEP}]
-   x11-libs/libXrandr[${MULTILIB_USEDEP}]
-   x11-libs/libXrender[${MULTILIB_USEDEP}]
-   x11-libs/libXxf86vm[${MULTILIB_USEDEP}]
-   opengl? (
- 

[gentoo-commits] proj/kde:master commit in: kde-misc/krename/

2023-05-26 Thread Andreas Sturmlechner
commit: f1724eb41f76837f55c9add59ed997f6935d7387
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri May 26 21:30:59 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri May 26 21:30:59 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f1724eb4

kde-misc/krename: Fix USE=exif cmake arg

Upstream commit b22de9135ba2a5abdbd2b275a60933a50f074010

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

 kde-misc/krename/krename-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-misc/krename/krename-.ebuild 
b/kde-misc/krename/krename-.ebuild
index cd901ef577..e0c243c50a 100644
--- a/kde-misc/krename/krename-.ebuild
+++ b/kde-misc/krename/krename-.ebuild
@@ -20,7 +20,6 @@ LICENSE="GPL-2"
 SLOT="5"
 IUSE="exif office pdf taglib truetype"
 
-BDEPEND="sys-devel/gettext"
 DEPEND="
>=dev-qt/qtdeclarative-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5
@@ -45,10 +44,11 @@ DEPEND="
truetype? ( media-libs/freetype:2 )
 "
 RDEPEND="${DEPEND}"
+BDEPEND="sys-devel/gettext"
 
 src_configure() {
local mycmakeargs=(
-   $(cmake_use_find_package exif Exiv2)
+   $(cmake_use_find_package exif LibExiv2)
$(cmake_use_find_package office KF5Archive)
$(cmake_use_find_package pdf PoDoFo)
$(cmake_use_find_package taglib Taglib)



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

2023-05-26 Thread Arthur Zamarin
commit: c7e208fcb21ecf9d571e9b358d4d9630f731c99d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri May 26 21:13:47 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri May 26 21:13:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7e208fc

dev-python/send2trash: enable py3.12

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

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

diff --git a/dev-python/send2trash/send2trash-1.8.2.ebuild 
b/dev-python/send2trash/send2trash-1.8.2.ebuild
index fd7d2c7a4f0c..0f282b7f82c1 100644
--- a/dev-python/send2trash/send2trash-1.8.2.ebuild
+++ b/dev-python/send2trash/send2trash-1.8.2.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
 PYPI_PN=Send2Trash
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 pypi
 



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

2023-05-26 Thread Arthur Zamarin
commit: 14eb521a808d1a869509435a87dd5f8be1d9a7a4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri May 26 21:13:15 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri May 26 21:13:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14eb521a

dev-python/rst-linker: enable py3.12

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

 dev-python/rst-linker/rst-linker-2.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/rst-linker/rst-linker-2.4.0.ebuild 
b/dev-python/rst-linker/rst-linker-2.4.0.ebuild
index 6342a9f2ad34..de0844994b99 100644
--- a/dev-python/rst-linker/rst-linker-2.4.0.ebuild
+++ b/dev-python/rst-linker/rst-linker-2.4.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
 
 inherit distutils-r1 pypi
 



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

2023-05-26 Thread Arthur Zamarin
commit: 5ac35f25d2d62c75cc44cf3d792c378d559bef80
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri May 26 21:13:46 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri May 26 21:13:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ac35f25

dev-python/rfc3986: enable py3.12

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

 dev-python/rfc3986/rfc3986-2.0.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/rfc3986/rfc3986-2.0.0-r1.ebuild 
b/dev-python/rfc3986/rfc3986-2.0.0-r1.ebuild
index adbd516f29eb..4230540ef8ca 100644
--- a/dev-python/rfc3986/rfc3986-2.0.0-r1.ebuild
+++ b/dev-python/rfc3986/rfc3986-2.0.0-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
 
 inherit distutils-r1 pypi
 



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

2023-05-26 Thread Arthur Zamarin
commit: 212c26a7ab3c09899437716ee5569064287527ab
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri May 26 21:06:46 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri May 26 21:06:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=212c26a7

dev-python/termcolor: enable py3.12

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

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

diff --git a/dev-python/termcolor/termcolor-2.3.0.ebuild 
b/dev-python/termcolor/termcolor-2.3.0.ebuild
index 543b16e8b2fc..997bbd927f97 100644
--- a/dev-python/termcolor/termcolor-2.3.0.ebuild
+++ b/dev-python/termcolor/termcolor-2.3.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
 
 inherit distutils-r1 pypi
 



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

2023-05-26 Thread Arthur Zamarin
commit: 581c6d4b303232ccd38df70e481ae972a7e44f27
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri May 26 21:08:25 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri May 26 21:08:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=581c6d4b

dev-python/retrying: enable py3.12

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

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

diff --git a/dev-python/retrying/retrying-1.3.4.ebuild 
b/dev-python/retrying/retrying-1.3.4.ebuild
index 47a305e41bd4..7c18a8427641 100644
--- a/dev-python/retrying/retrying-1.3.4.ebuild
+++ b/dev-python/retrying/retrying-1.3.4.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
 
 inherit distutils-r1
 



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

2023-05-26 Thread Arthur Zamarin
commit: 3d4c52e79e4237117e558b75c0617f3414a1a573
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri May 26 21:08:26 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri May 26 21:08:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d4c52e7

dev-python/ratelimit: enable py3.12

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

 dev-python/ratelimit/ratelimit-2.2.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ratelimit/ratelimit-2.2.1-r1.ebuild 
b/dev-python/ratelimit/ratelimit-2.2.1-r1.ebuild
index 6517b1536f87..2ff854d872d3 100644
--- a/dev-python/ratelimit/ratelimit-2.2.1-r1.ebuild
+++ b/dev-python/ratelimit/ratelimit-2.2.1-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 inherit distutils-r1
 
 DESCRIPTION="An API rate limit decorator for Python"



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

2023-05-26 Thread Arthur Zamarin
commit: 2688f9508a6ff8746afc1557d65837887da51d2d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri May 26 21:06:06 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri May 26 21:06:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2688f950

dev-python/tinycss2: enable py3.12

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

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

diff --git a/dev-python/tinycss2/tinycss2-1.2.1.ebuild 
b/dev-python/tinycss2/tinycss2-1.2.1.ebuild
index a8d0ec9a7b3e..7beef5a1bbf5 100644
--- a/dev-python/tinycss2/tinycss2-1.2.1.ebuild
+++ b/dev-python/tinycss2/tinycss2-1.2.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1
 



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

2023-05-26 Thread Arthur Zamarin
commit: a21b0d1810cffef88dafb4bbb24f053b9aadff02
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri May 26 21:10:53 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri May 26 21:10:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a21b0d18

dev-python/retry-decorator: enable py3.12

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

 dev-python/retry-decorator/retry-decorator-1.1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/retry-decorator/retry-decorator-1.1.1-r1.ebuild 
b/dev-python/retry-decorator/retry-decorator-1.1.1-r1.ebuild
index 15f2e142bbbc..32bbcfef810e 100644
--- a/dev-python/retry-decorator/retry-decorator-1.1.1-r1.ebuild
+++ b/dev-python/retry-decorator/retry-decorator-1.1.1-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 inherit distutils-r1
 
 DESCRIPTION="Decorator for retrying when exceptions occur"



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

2023-05-26 Thread Arthur Zamarin
commit: f03c5b30d6d1c7f851fa6fa0138b1b3fe0d2bfd9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri May 26 21:07:26 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri May 26 21:07:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f03c5b30

dev-python/sqlitedict: enable py3.12

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

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

diff --git a/dev-python/sqlitedict/sqlitedict-2.1.0.ebuild 
b/dev-python/sqlitedict/sqlitedict-2.1.0.ebuild
index 043895213284..da7495ac1ac3 100644
--- a/dev-python/sqlitedict/sqlitedict-2.1.0.ebuild
+++ b/dev-python/sqlitedict/sqlitedict-2.1.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 PYTHON_REQ_USE="sqlite"
 
 inherit distutils-r1 pypi



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

2023-05-26 Thread Arthur Zamarin
commit: aeaa9a99b97197fa9ba742dd8ad9e4015061a6b4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri May 26 21:10:35 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri May 26 21:10:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeaa9a99

dev-python/pytidylib: enable py3.12

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

 dev-python/pytidylib/pytidylib-0.3.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytidylib/pytidylib-0.3.2-r2.ebuild 
b/dev-python/pytidylib/pytidylib-0.3.2-r2.ebuild
index 6df0024b7e7d..9677945b3efb 100644
--- a/dev-python/pytidylib/pytidylib-0.3.2-r2.ebuild
+++ b/dev-python/pytidylib/pytidylib-0.3.2-r2.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
 
 inherit distutils-r1 pypi
 



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

2023-05-26 Thread Arthur Zamarin
commit: f929fa6b1f7a06b3afcc35b4eadc7fa1dddf63cb
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri May 26 21:07:01 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri May 26 21:07:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f929fa6b

dev-python/tcolorpy: enable py3.12

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

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

diff --git a/dev-python/tcolorpy/tcolorpy-0.1.3.ebuild 
b/dev-python/tcolorpy/tcolorpy-0.1.3.ebuild
index e0cf7601d11c..00d4faf196ee 100644
--- a/dev-python/tcolorpy/tcolorpy-0.1.3.ebuild
+++ b/dev-python/tcolorpy/tcolorpy-0.1.3.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 pypi
 



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

2023-05-26 Thread Arthur Zamarin
commit: aa3146a6d272e0a7ce54cbf317ef829ae5c44e61
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri May 26 21:08:19 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri May 26 21:08:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa3146a6

dev-python/setproctitle: enable py3.12

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

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

diff --git a/dev-python/setproctitle/setproctitle-1.3.2.ebuild 
b/dev-python/setproctitle/setproctitle-1.3.2.ebuild
index d57f1d41c8b4..c11390b249c0 100644
--- a/dev-python/setproctitle/setproctitle-1.3.2.ebuild
+++ b/dev-python/setproctitle/setproctitle-1.3.2.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
 
 inherit distutils-r1 pypi
 



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

2023-05-26 Thread Arthur Zamarin
commit: 2cbdb0a4e973c18159487aa057cabefdf9af85aa
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri May 26 21:10:00 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri May 26 21:10:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cbdb0a4

dev-python/random2: enable py3.12

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

 dev-python/random2/random2-1.0.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/random2/random2-1.0.1-r2.ebuild 
b/dev-python/random2/random2-1.0.1-r2.ebuild
index 22d0334374a0..c2b3fd277901 100644
--- a/dev-python/random2/random2-1.0.1-r2.ebuild
+++ b/dev-python/random2/random2-1.0.1-r2.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 pypi
 



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

2023-05-26 Thread Arthur Zamarin
commit: 6d7083a741aa529903a2324d40ebcedd2d102a75
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri May 26 21:03:44 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri May 26 21:03:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d7083a7

dev-python/waitress: enable py3.12

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

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

diff --git a/dev-python/waitress/waitress-2.1.2.ebuild 
b/dev-python/waitress/waitress-2.1.2.ebuild
index 9c4d35f09719..5a833940684b 100644
--- a/dev-python/waitress/waitress-2.1.2.ebuild
+++ b/dev-python/waitress/waitress-2.1.2.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
 
 inherit distutils-r1 pypi
 



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

2023-05-26 Thread Arthur Zamarin
commit: aca635dc40ebfee77bb7c0f438d143791ea62edd
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri May 26 21:05:40 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri May 26 21:05:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aca635dc

dev-python/uritemplate: enable py3.12

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

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

diff --git a/dev-python/uritemplate/uritemplate-4.1.1.ebuild 
b/dev-python/uritemplate/uritemplate-4.1.1.ebuild
index df9e9b050217..cce88877edfb 100644
--- a/dev-python/uritemplate/uritemplate-4.1.1.ebuild
+++ b/dev-python/uritemplate/uritemplate-4.1.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
 
 inherit distutils-r1 pypi
 



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

2023-05-26 Thread Arthur Zamarin
commit: a5bad33dbdf7971222181dc3a72333c3646545ce
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri May 26 21:04:30 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri May 26 21:04:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5bad33d

dev-python/wsproto: enable py3.12

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

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

diff --git a/dev-python/wsproto/wsproto-1.2.0.ebuild 
b/dev-python/wsproto/wsproto-1.2.0.ebuild
index 98be2cad4bed..90d124abc9e5 100644
--- a/dev-python/wsproto/wsproto-1.2.0.ebuild
+++ b/dev-python/wsproto/wsproto-1.2.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
 
 inherit distutils-r1 pypi
 



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

2023-05-26 Thread Arthur Zamarin
commit: bddd03fe3feff8d4d241969ee886a20c8ae1e04c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri May 26 21:05:46 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri May 26 21:05:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bddd03fe

dev-python/unidiff: enable py3.12

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

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

diff --git a/dev-python/unidiff/unidiff-0.7.5.ebuild 
b/dev-python/unidiff/unidiff-0.7.5.ebuild
index c9a002931e1e..250f3f7bdcfa 100644
--- a/dev-python/unidiff/unidiff-0.7.5.ebuild
+++ b/dev-python/unidiff/unidiff-0.7.5.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 pypi
 



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

2023-05-26 Thread Arthur Zamarin
commit: 3462535f54bc3516f540f8e989941887ee8d67c6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri May 26 21:02:57 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri May 26 21:02:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3462535f

dev-python/visitor: enable py3.12

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

 dev-python/visitor/visitor-0.1.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/visitor/visitor-0.1.3-r2.ebuild 
b/dev-python/visitor/visitor-0.1.3-r2.ebuild
index d8ab88d9c58e..cb5c5bdc1379 100644
--- a/dev-python/visitor/visitor-0.1.3-r2.ebuild
+++ b/dev-python/visitor/visitor-0.1.3-r2.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
 
 inherit distutils-r1
 



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

2023-05-26 Thread Arthur Zamarin
commit: fb9a878bca04be80a249de071e3cbb9ea5b846ca
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri May 26 21:05:02 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri May 26 21:05:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb9a878b

dev-python/xmltodict: enable py3.12

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

 dev-python/xmltodict/xmltodict-0.13.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/xmltodict/xmltodict-0.13.0-r1.ebuild 
b/dev-python/xmltodict/xmltodict-0.13.0-r1.ebuild
index 0b5b8244d431..c21ed017a094 100644
--- a/dev-python/xmltodict/xmltodict-0.13.0-r1.ebuild
+++ b/dev-python/xmltodict/xmltodict-0.13.0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
 DISTUTILS_USE_PEP517=setuptools
 
 inherit distutils-r1 pypi



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

2023-05-26 Thread Arthur Zamarin
commit: 7e33f350faea4ae9d95e9da6a426d59cd0c2d250
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri May 26 21:04:50 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri May 26 21:04:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e33f350

dev-python/whatthepatch: enable py3.12

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

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

diff --git a/dev-python/whatthepatch/whatthepatch-1.0.5.ebuild 
b/dev-python/whatthepatch/whatthepatch-1.0.5.ebuild
index 28281938d7b7..333cdee60491 100644
--- a/dev-python/whatthepatch/whatthepatch-1.0.5.ebuild
+++ b/dev-python/whatthepatch/whatthepatch-1.0.5.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 pypi
 



  1   2   3   4   >