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

2023-04-28 Thread Sam James
commit: e2297b9589d681ceb2bab74eea5db3f572341755
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 28 07:02:26 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 28 07:02:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2297b95

dev-libs/openssl: skip test_afalg test

It depends on kernel configuration.

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

 dev-libs/openssl/openssl-1.1.1t-r3.ebuild | 3 +++
 dev-libs/openssl/openssl-3.0.8-r4.ebuild  | 3 +++
 dev-libs/openssl/openssl-3.1.0-r3.ebuild  | 3 +++
 3 files changed, 9 insertions(+)

diff --git a/dev-libs/openssl/openssl-1.1.1t-r3.ebuild 
b/dev-libs/openssl/openssl-1.1.1t-r3.ebuild
index 939e1ae68dd5..19dc37ea8403 100644
--- a/dev-libs/openssl/openssl-1.1.1t-r3.ebuild
+++ b/dev-libs/openssl/openssl-1.1.1t-r3.ebuild
@@ -95,6 +95,9 @@ src_prepare() {
rm test/recipes/80-test_ssl_new.t || die
fi
 
+   # Test fails depending on kernel configuration, bug #699134
+   rm test/recipes/30-test_afalg.t || die
+
# Remove test target when FEATURES=test isn't set
if ! use test ; then
sed \

diff --git a/dev-libs/openssl/openssl-3.0.8-r4.ebuild 
b/dev-libs/openssl/openssl-3.0.8-r4.ebuild
index 324bb314e751..e504eb575575 100644
--- a/dev-libs/openssl/openssl-3.0.8-r4.ebuild
+++ b/dev-libs/openssl/openssl-3.0.8-r4.ebuild
@@ -111,6 +111,9 @@ src_prepare() {
einfo "Disabling test '80-test_ssl_new.t' which is known to 
fail with FEATURES=network-sandbox ..."
rm test/recipes/80-test_ssl_new.t || die
fi
+
+   # Test fails depending on kernel configuration, bug #699134
+   rm test/recipes/30-test_afalg.t || die
 }
 
 src_configure() {

diff --git a/dev-libs/openssl/openssl-3.1.0-r3.ebuild 
b/dev-libs/openssl/openssl-3.1.0-r3.ebuild
index e98ee05437c1..5f1ec4c39f0f 100644
--- a/dev-libs/openssl/openssl-3.1.0-r3.ebuild
+++ b/dev-libs/openssl/openssl-3.1.0-r3.ebuild
@@ -114,6 +114,9 @@ src_prepare() {
einfo "Disabling test '80-test_ssl_new.t' which is known to 
fail with FEATURES=network-sandbox ..."
rm test/recipes/80-test_ssl_new.t || die
fi
+
+   # Test fails depending on kernel configuration, bug #699134
+   rm test/recipes/30-test_afalg.t || die
 }
 
 src_configure() {



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

2023-04-28 Thread Anna Vyalkova
commit: 8bd66c34ab0ed65b53b80665897d9513a9aa9f07
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Fri Apr 28 05:40:33 2023 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Fri Apr 28 05:51:56 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8bd66c34

dev-python/graphql-core: add 3.2.3

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 dev-python/graphql-core/Manifest  |  1 +
 dev-python/graphql-core/graphql-core-3.2.3.ebuild | 47 +++
 dev-python/graphql-core/metadata.xml  |  9 -
 3 files changed, 56 insertions(+), 1 deletion(-)

diff --git a/dev-python/graphql-core/Manifest b/dev-python/graphql-core/Manifest
index ffe12ee73..9ba5e6cbc 100644
--- a/dev-python/graphql-core/Manifest
+++ b/dev-python/graphql-core/Manifest
@@ -1 +1,2 @@
 DIST graphql-core-3.1.6.tar.gz 499188 BLAKE2B 
c47d95854601de6f524b266de84384d334c99f05aa9c1a226a55413b9a55111dc2eb87813d2650253c502e2bd9904aa1eeaef5373b830ffa1ab8efdf0bec80e7
 SHA512 
fe7068fb9100e57f2198f653166136d81e98c863f56f3ac1a6b04c65f31ef73d8d1aff5e70870e13c01f333542b442a772157111db58992a4a0b36a17e0e7120
+DIST graphql-core-3.2.3.tar.gz 529552 BLAKE2B 
5931579fe860ffd8f0166e703ba3d055eb39660ac3bcd5335c42811da1a692382ab0e968bacfc7b3cb9fae72c74bec160516c74ab56775e3ed6e3756c67ee23a
 SHA512 
6a43b802ae71de7229daa3c9bc8266a17955b163d6b342107034168bc71fb026ad2f8de1ab5fc40dfb6ebbd5c47030ad978d54a825f6aca1c318190e325b405e

diff --git a/dev-python/graphql-core/graphql-core-3.2.3.ebuild 
b/dev-python/graphql-core/graphql-core-3.2.3.ebuild
new file mode 100644
index 0..45510e7d1
--- /dev/null
+++ b/dev-python/graphql-core/graphql-core-3.2.3.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+DISTUTILS_USE_PEP517=poetry
+PYPI_NO_NORMALIZE=1
+inherit distutils-r1 pypi
+
+DESCRIPTION="Python port of GraphQL.js, the JavaScript reference 
implementation for GraphQL"
+HOMEPAGE="
+   https://pypi.org/project/graphql-core/
+   https://github.com/graphql-python/graphql-core
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   $(python_gen_cond_dep \
+   'dev-python/typing-extensions[${PYTHON_USEDEP}]' python3_9)
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/pytest-describe[${PYTHON_USEDEP}]
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   )
+"
+
+EPYTEST_IGNORE=( tests/benchmarks )
+
+distutils_enable_tests pytest
+
+distutils_enable_sphinx docs \
+   dev-python/sphinx-rtd-theme
+
+python_test() {
+   if [[ ${EPYTHON} == "python3.11" ]]; then
+   local EPYTEST_DESELECT=(
+   
tests/pyutils/test_is_awaitable.py::describe_is_awaitable::recognizes_an_old_style_coroutine
+   )
+   fi
+   epytest
+}

diff --git a/dev-python/graphql-core/metadata.xml 
b/dev-python/graphql-core/metadata.xml
index 51d94e1dc..0016fba5f 100644
--- a/dev-python/graphql-core/metadata.xml
+++ b/dev-python/graphql-core/metadata.xml
@@ -1,5 +1,12 @@
 
 https://www.gentoo.org/dtd/metadata.dtd";>
 
-   
+   
+   cyber+gen...@sysrq.in
+   Anna
+   
+   
+   graphql-core
+   graphql-python/graphql-core
+   
 



[gentoo-commits] repo/proj/guru:dev commit in: app-text/OCRmyPDF/

2023-04-28 Thread Anna Vyalkova
commit: 1d7c8b7d6ab72ec7214d3cf5f25db33889e9fd77
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Fri Apr 28 04:50:59 2023 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Fri Apr 28 05:21:24 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1d7c8b7d

app-text/OCRmyPDF: add 14.1.0

Closes: https://bugs.gentoo.org/881703
Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 app-text/OCRmyPDF/Manifest   |  1 +
 app-text/OCRmyPDF/OCRmyPDF-14.1.0.ebuild | 68 
 2 files changed, 69 insertions(+)

diff --git a/app-text/OCRmyPDF/Manifest b/app-text/OCRmyPDF/Manifest
index 3fe3cf033..16d46d32e 100644
--- a/app-text/OCRmyPDF/Manifest
+++ b/app-text/OCRmyPDF/Manifest
@@ -1 +1,2 @@
 DIST OCRmyPDF-14.0.1.tar.gz 6502713 BLAKE2B 
fc0a1b681bbc25f091f2262ec00c9ed638e38fae9042a1fa50efaff2af915279dffd6fb9b8db73dbced2adfb8d8bf4e66417f9cb5f6dd80c78a842bf6d20fbdd
 SHA512 
371e53bc6ff272b9b34029c7dad78e453d20c77995b5d61ceddac3b92f5f9496be726c8da8a07c75504a2a7626ba8cefb2f2d6e8288e093d5fd95ecd4546c8ce
+DIST OCRmyPDF-14.1.0.tar.gz 6508692 BLAKE2B 
cb9eb2a782c0640d149047190c5d92a1cf6c183346ae34f0663c26b5d5ddba9bd7c1796c390d805c29443ef04e2d2c1cf7228469d4d3ee4fc0bf7e67214b084d
 SHA512 
f68049e14416eb9b4a28436935c70b674e8dbe1c529d94c3a0b95e1d56f7b8e785ca29daf1183323510786bb04b2b9e963ff9021d3acab73aff5ff88393eb8d3

diff --git a/app-text/OCRmyPDF/OCRmyPDF-14.1.0.ebuild 
b/app-text/OCRmyPDF/OCRmyPDF-14.1.0.ebuild
new file mode 100644
index 0..2c6df65bb
--- /dev/null
+++ b/app-text/OCRmyPDF/OCRmyPDF-14.1.0.ebuild
@@ -0,0 +1,68 @@
+# Copyright 2020-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 optfeature shell-completion
+
+DESCRIPTION="OCRmyPDF adds an OCR text layer to scanned PDF files"
+HOMEPAGE="https://github.com/ocrmypdf/OCRmyPDF";
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="CC-BY-SA-2.5 CC-BY-SA-4.0 MIT MPL-2.0 ZLIB"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   >=app-text/ghostscript-gpl-9.50
+   >=app-text/pdfminer-20201018[${PYTHON_USEDEP}]
+   >=app-text/tesseract-4.1.1[jpeg,tiff,png,webp]
+   >=dev-python/coloredlogs-14.0[${PYTHON_USEDEP}]
+   >=dev-python/deprecation-2.1.0[${PYTHON_USEDEP}]
+   >=dev-python/packaging-20[${PYTHON_USEDEP}]
+   >dev-python/pikepdf-5.0.1[${PYTHON_USEDEP}]
+   >=dev-python/pillow-8.2.0[lcms,${PYTHON_USEDEP}]
+   >=dev-python/pluggy-0.13.0[${PYTHON_USEDEP}]
+   >=dev-python/reportlab-3.5.66[${PYTHON_USEDEP}]
+   >=dev-python/tqdm-4[${PYTHON_USEDEP}]
+   >=media-gfx/img2pdf-0.3.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/setuptools-scm[${PYTHON_USEDEP}]
+   test? (
+   >=app-text/unpaper-6.1
+   dev-python/pytest-helpers-namespace[${PYTHON_USEDEP}]
+   >=dev-python/python-xmp-toolkit-2.0.1[${PYTHON_USEDEP}]
+   >=media-libs/jbig2enc-0.29
+   >=media-gfx/pngquant-2.5
+   )
+"
+
+distutils_enable_tests pytest
+
+distutils_enable_sphinx docs \
+   dev-python/sphinx-issues \
+   dev-python/sphinx-rtd-theme
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+
+src_prepare() {
+   distutils-r1_src_prepare
+   sed -e "/-n auto/d" -i pyproject.toml || die
+}
+
+src_install() {
+   distutils-r1_src_install
+   newbashcomp misc/completion/ocrmypdf.bash "${PN,,}"
+
+   dofishcomp misc/completion/ocrmypdf.fish
+}
+
+pkg_postinst() {
+   optfeature "JBIG2 optimization support" media-libs/jbig2enc
+   optfeature "image cleaning support" app-text/unpaper
+   optfeature "PNG optimization support" media-gfx/pngquant
+}



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

2023-04-28 Thread Anna Vyalkova
commit: 89fb61b7af62d3af14e473bf1d05bbe8862c01be
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Fri Apr 28 04:59:16 2023 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Fri Apr 28 05:21:38 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=89fb61b7

dev-python/base58: enable py3.11

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 .../{base58-2.1.1.ebuild => base58-2.1.1-r1.ebuild}   | 10 +++---
 dev-python/base58/metadata.xml| 15 ---
 2 files changed, 15 insertions(+), 10 deletions(-)

diff --git a/dev-python/base58/base58-2.1.1.ebuild 
b/dev-python/base58/base58-2.1.1-r1.ebuild
similarity index 65%
rename from dev-python/base58/base58-2.1.1.ebuild
rename to dev-python/base58/base58-2.1.1-r1.ebuild
index 492305f25..6e7a3510f 100644
--- a/dev-python/base58/base58-2.1.1.ebuild
+++ b/dev-python/base58/base58-2.1.1-r1.ebuild
@@ -1,13 +1,17 @@
-# Copyright 2020-2022 Gentoo Authors
+# Copyright 2020-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
+DISTUTILS_USE_PEP517=setuptools
 inherit distutils-r1 pypi
 
 DESCRIPTION="Base58 and Base58Check implementation"
-HOMEPAGE="https://github.com/keis/base58";
+HOMEPAGE="
+   https://pypi.org/project/base58/
+   https://github.com/keis/base58
+"
 
 LICENSE="MIT"
 SLOT="0"

diff --git a/dev-python/base58/metadata.xml b/dev-python/base58/metadata.xml
index d57691944..eb56a913c 100644
--- a/dev-python/base58/metadata.xml
+++ b/dev-python/base58/metadata.xml
@@ -1,11 +1,12 @@
 
 https://www.gentoo.org/dtd/metadata.dtd";>
 
-  
-a.zu...@gmx.ch
-Andreas Zuber
-  
-  
-keis/base58
-  
+   
+   a.zu...@gmx.ch
+   Andreas Zuber
+   
+   
+   base58
+   keis/base58
+   
 



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

2023-04-28 Thread Anna Vyalkova
commit: d9b371e10c2b2077b7baf0c53b9fb56e378ed633
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Fri Apr 28 05:07:35 2023 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Fri Apr 28 05:46:38 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d9b371e1

dev-python/bidict: add 0.22.1

Closes: https://bugs.gentoo.org/884595
Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

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

diff --git a/dev-python/bidict/Manifest b/dev-python/bidict/Manifest
index a70125f71..9b32625ac 100644
--- a/dev-python/bidict/Manifest
+++ b/dev-python/bidict/Manifest
@@ -1 +1,2 @@
 DIST bidict-0.22.0.tar.gz 197969 BLAKE2B 
511bea446922c959c7ab2c42fadfe63dc486f9b8f4d060779048195ed02344c36819be917716be6773e2173aa9dbd9e5452e747ee325db6ee92057644789653e
 SHA512 
28384e1f63413023c00c199558eb49298c146602a676226d995aa01ccb0f9a6958750f4e34637d0823d659a092e74bb0ce4d75969d105312f73f5e692d9f82af
+DIST bidict-0.22.1.gh.tar.gz 181134 BLAKE2B 
aa8606d2d48da1f8a4756bcaf450527c867f67fe284a95299df54b3c711d28d60b869a41d4494f16580c37f197263918bdd9e3d2c6bc347497caa85b4b4dd425
 SHA512 
c85355125fa0a56c8e763e9c2662be52ca753827d06276adcbe60d87265095e7e59669ec1e4bf3361301a3ae942a9aa47b084f8c3a4a066041d54e353e7b2ea8

diff --git a/dev-python/bidict/bidict-0.22.1.ebuild 
b/dev-python/bidict/bidict-0.22.1.ebuild
new file mode 100644
index 0..36d9abe14
--- /dev/null
+++ b/dev-python/bidict/bidict-0.22.1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="The bidirectional mapping library for Python"
+HOMEPAGE="
+   https://pypi.org/project/bidict/
+   https://github.com/jab/bidict
+"
+SRC_URI="https://github.com/jab/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="
+   test? (
+   dev-python/hypothesis[${PYTHON_USEDEP}]
+   dev-python/sortedcontainers[${PYTHON_USEDEP}]
+   dev-python/sortedcollections[${PYTHON_USEDEP}]
+   )
+"
+
+DOCS=( {CHANGELOG,README,SECURITY}.rst )
+
+EPYTEST_IGNORE=( tests/test_microbenchmarks.py )
+
+distutils_enable_tests pytest
+
+distutils_enable_sphinx docs \
+   dev-python/furo
+
+src_prepare() {
+   default
+
+   sed -i pytest.ini \
+   -e "/--numprocesses/d" \
+   -e "/--benchmark/d" || die
+}



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

2023-04-28 Thread Arthur Zamarin
commit: 7fce8bed47764ee75da9fff3715ea55d7150707f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr 28 07:15:22 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr 28 07:15:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fce8bed

dev-python/tox: Stabilize 4.4.11 arm64, #904803

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

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

diff --git a/dev-python/tox/tox-4.4.11.ebuild b/dev-python/tox/tox-4.4.11.ebuild
index 87186c2f1c31..898067c2002f 100644
--- a/dev-python/tox/tox-4.4.11.ebuild
+++ b/dev-python/tox/tox-4.4.11.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 RDEPEND="
>=dev-python/cachetools-5.3[${PYTHON_USEDEP}]



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

2023-04-28 Thread Arthur Zamarin
commit: f3dfbfa864d2e438bfea7387866a5485f1054669
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr 28 07:19:01 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr 28 07:19:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3dfbfa8

dev-python/tox: Stabilize 4.4.11 ppc64, #904803

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

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

diff --git a/dev-python/tox/tox-4.4.11.ebuild b/dev-python/tox/tox-4.4.11.ebuild
index 898067c2002f..9472d158ef1c 100644
--- a/dev-python/tox/tox-4.4.11.ebuild
+++ b/dev-python/tox/tox-4.4.11.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~s390 ~sparc ~x86"
 
 RDEPEND="
>=dev-python/cachetools-5.3[${PYTHON_USEDEP}]



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

2023-04-28 Thread Arthur Zamarin
commit: aa6b2c341eec72b729ab70b44f7dbc2d8bd06a79
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr 28 07:19:02 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr 28 07:19:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa6b2c34

dev-python/tox: Stabilize 4.4.11 arm, #904803

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

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

diff --git a/dev-python/tox/tox-4.4.11.ebuild b/dev-python/tox/tox-4.4.11.ebuild
index 9472d158ef1c..bb41b184d848 100644
--- a/dev-python/tox/tox-4.4.11.ebuild
+++ b/dev-python/tox/tox-4.4.11.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~s390 ~sparc ~x86"
 
 RDEPEND="
>=dev-python/cachetools-5.3[${PYTHON_USEDEP}]



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

2023-04-28 Thread Arthur Zamarin
commit: 75c414fc5104e832fb5a7ab1dabfd5b26ff4225a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr 28 07:19:48 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr 28 07:19:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75c414fc

dev-python/tox: Stabilize 4.4.11 ppc, #904803

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

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

diff --git a/dev-python/tox/tox-4.4.11.ebuild b/dev-python/tox/tox-4.4.11.ebuild
index bb41b184d848..720989fc7d91 100644
--- a/dev-python/tox/tox-4.4.11.ebuild
+++ b/dev-python/tox/tox-4.4.11.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc ~x86"
 
 RDEPEND="
>=dev-python/cachetools-5.3[${PYTHON_USEDEP}]



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

2023-04-28 Thread Sam James
commit: 4427768576500ef5e534cc84a111c89a49308b1f
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 28 07:23:34 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 28 07:23:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44277685

sys-apps/iproute2: add 6.3.0

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

 sys-apps/iproute2/Manifest  |   1 +
 sys-apps/iproute2/iproute2-6.3.0.ebuild | 220 
 2 files changed, 221 insertions(+)

diff --git a/sys-apps/iproute2/Manifest b/sys-apps/iproute2/Manifest
index 17a83581df8e..36392cb55060 100644
--- a/sys-apps/iproute2/Manifest
+++ b/sys-apps/iproute2/Manifest
@@ -2,3 +2,4 @@ DIST iproute2-5.15.0.tar.xz 858068 BLAKE2B 
bca20ac53e1b2b3ae06186f655ad5073a0e69
 DIST iproute2-6.0.0.tar.xz 900312 BLAKE2B 
1cfb9b5a7892dec2b35e0eadbd957083e95fdc5077a1aa193329801ff25f9ed90a1fc4152756547be1fab8fe18d9a399001a4c3a61e951f64946156af6a90bae
 SHA512 
be30362b0df6906aa786f935d5f555b8b86c747fe05314066f4180ab2f7c952ae227b7cf04c15e75d8f99ca17bafb7c8dc0fb1c18f3a9e3222d98716bb449f7a
 DIST iproute2-6.1.0.tar.xz 905512 BLAKE2B 
38249703e0a9ba74405aebdb97560b286deefa959a9c3f0e0893962b6966f5da2da46199dda6a0f9584bb473f8ba529440643d97f66e9b7619df029e3091d163
 SHA512 
4e4d3b5e1e1a5444f42671c1e6caee072e80063e34e37386695f76f85a1ab662f4513050814006e5154426cbaadfba1d86b0be14e65978d5e670a16446047b28
 DIST iproute2-6.2.0.tar.xz 911588 BLAKE2B 
d3bfaecf33ffc7861e983e8db0d6a63f4767b6c01b5346e88f51c65ed6279c4be29412ed18b8f98ed54d60a84455b73fe7745142fd0fc0f3e327a29e8bcce986
 SHA512 
b24e0fdd0f51b8b78bc3bb681e3829af47d3011e93f3892289eb070b336709a6883728ecc7627ca37f6449720f8ed1349af321c0d04454894a7175b82f7de151
+DIST iproute2-6.3.0.tar.xz 914700 BLAKE2B 
a7b48c59c8a30f56ca810136f4d9f681fe3835c260227a6229b972ce70b233d2865a6543cf3f70ed586825f9191c22d459a9fc5cc8c7dbf3ab417064c8a7
 SHA512 
aec1d8ceb54c8849a075ec1ce079678638e05ccaec093e8b3cbc7243b5fafea2a8c11f10930fced3df82f52d6750aa325178e44f9058e37a556ab108d4a968bf

diff --git a/sys-apps/iproute2/iproute2-6.3.0.ebuild 
b/sys-apps/iproute2/iproute2-6.3.0.ebuild
new file mode 100644
index ..32423402a1c3
--- /dev/null
+++ b/sys-apps/iproute2/iproute2-6.3.0.ebuild
@@ -0,0 +1,220 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit edo toolchain-funcs
+
+if [[ ${PV} ==  ]] ; then
+   
EGIT_REPO_URI="https://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git";
+   inherit git-r3
+else
+   SRC_URI="https://www.kernel.org/pub/linux/utils/net/${PN}/${P}.tar.xz";
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
+fi
+
+DESCRIPTION="kernel routing and traffic control utilities"
+HOMEPAGE="https://wiki.linuxfoundation.org/networking/iproute2";
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="atm berkdb bpf caps elf +iptables libbsd minimal nfs selinux split-usr"
+# Needs root
+RESTRICT="test"
+
+# We could make libmnl optional, but it's tiny, so eh
+RDEPEND="
+   !net-misc/arpd
+   !minimal? ( net-libs/libmnl:= )
+   atm? ( net-dialup/linux-atm )
+   berkdb? ( sys-libs/db:= )
+   bpf? ( dev-libs/libbpf:= )
+   caps? ( sys-libs/libcap )
+   elf? ( virtual/libelf:= )
+   iptables? ( >=net-firewall/iptables-1.4.20:= )
+   libbsd? ( dev-libs/libbsd )
+   nfs? ( net-libs/libtirpc:= )
+   selinux? ( sys-libs/libselinux )
+"
+# We require newer linux-headers for ipset support (bug #549948) and some 
defines (bug #553876)
+DEPEND="
+   ${RDEPEND}
+   >=sys-kernel/linux-headers-3.16
+"
+BDEPEND="
+   app-arch/xz-utils
+   >=sys-devel/bison-2.4
+   sys-devel/flex
+   virtual/pkgconfig
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-3.1.0-mtu.patch # bug #291907
+   "${FILESDIR}"/${PN}-5.12.0-configure-nomagic.patch # bug #643722
+   #"${FILESDIR}"/${PN}-5.1.0-portability.patch
+   "${FILESDIR}"/${PN}-5.7.0-mix-signal.h-include.patch
+)
+
+src_prepare() {
+   default
+
+   # Fix version if necessary
+   local versionfile="include/version.h"
+   if [[ ${PV} !=  ]] && ! grep -Fq "${PV}" ${versionfile} ; then
+   einfo "Fixing version string"
+   sed "s@\"[[:digit:]\.]\+\"@\"${PV}\"@" \
+   -i ${versionfile} || die
+   fi
+
+   # echo -n is not POSIX compliant
+   sed 's@echo -n@printf@' -i configure || die
+
+   sed -i \
+   -e '/^CC :\?=/d' \
+   -e "/^LIBDIR/s:=.*:=/$(get_libdir):" \
+   -e "s|-O2|${CFLAGS} ${CPPFLAGS}|" \
+   -e "/^HOSTCC/s:=.*:= $(tc-getBUILD_CC):" \
+   -e "/^DBM_INCLUDE/s:=.*:=${T}:" \
+   Makefile || die
+
+   # Build against system headers
+   rm -r include/netinet || die #include/linux 
include/ip{,6}tables{,_common}.h include/libiptc
+   sed -i 's:TCPI_OPT_ECN_SEEN:

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

2023-04-28 Thread Sam James
commit: 9a27806ee0d48c1a561a26a19104bd2e21995524
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 28 07:25:21 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 28 07:25:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a27806e

dev-python/tox: Stabilize 4.4.11 amd64, #904803

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

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

diff --git a/dev-python/tox/tox-4.4.11.ebuild b/dev-python/tox/tox-4.4.11.ebuild
index 720989fc7d91..74b446718d94 100644
--- a/dev-python/tox/tox-4.4.11.ebuild
+++ b/dev-python/tox/tox-4.4.11.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc ~x86"
 
 RDEPEND="
>=dev-python/cachetools-5.3[${PYTHON_USEDEP}]



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

2023-04-28 Thread Arthur Zamarin
commit: 70cf7ff03f01f83d9e0babf57e7ce08bbe8a6532
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr 28 07:25:45 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr 28 07:25:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70cf7ff0

dev-python/tox: Stabilize 4.4.11 sparc, #904803

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

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

diff --git a/dev-python/tox/tox-4.4.11.ebuild b/dev-python/tox/tox-4.4.11.ebuild
index 74b446718d94..71dfadb92f0e 100644
--- a/dev-python/tox/tox-4.4.11.ebuild
+++ b/dev-python/tox/tox-4.4.11.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc ~x86"
 
 RDEPEND="
>=dev-python/cachetools-5.3[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: app-crypt/tpm2-abrmd/

2023-04-28 Thread Joonas Niilola
commit: 63d7e8cdaf5e9ba2a5df3d3d496e6139b0a8f965
Author: Christopher Byrne  gmail  com>
AuthorDate: Wed Apr  5 22:20:46 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Apr 28 07:33:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63d7e8cd

app-crypt/tpm2-abrmd: Move dbus config file from /etc to /usr/share

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

 app-crypt/tpm2-abrmd/tpm2-abrmd-3.0.0-r2.ebuild | 64 +
 1 file changed, 64 insertions(+)

diff --git a/app-crypt/tpm2-abrmd/tpm2-abrmd-3.0.0-r2.ebuild 
b/app-crypt/tpm2-abrmd/tpm2-abrmd-3.0.0-r2.ebuild
new file mode 100644
index ..27f02d556e9a
--- /dev/null
+++ b/app-crypt/tpm2-abrmd/tpm2-abrmd-3.0.0-r2.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools flag-o-matic systemd
+
+DESCRIPTION="TPM2 Access Broker & Resource Manager"
+HOMEPAGE="https://github.com/tpm2-software/tpm2-abrmd";
+SRC_URI="https://github.com/tpm2-software/${PN}/releases/download/${PV}/${P}.tar.gz";
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="static-libs test"
+
+RESTRICT="!test? ( test )"
+
+RDEPEND="acct-group/tss
+   acct-user/tss
+   sys-apps/dbus
+   dev-libs/glib:=
+   app-crypt/tpm2-tss:="
+DEPEND="${RDEPEND}
+   test? (
+   app-crypt/swtpm
+   >=app-crypt/tpm2-tss-3.0.0:=
+   dev-util/cmocka
+   )"
+BDEPEND="virtual/pkgconfig
+   dev-util/gdbus-codegen"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   # tests fail with LTO enabbled. See bug 865275
+   filter-lto
+   econf \
+   $(use_enable static-libs static) \
+   $(use_enable test unit) \
+   $(use_enable test integration) \
+   --disable-defaultflags \
+   --with-dbuspolicydir="${EPREFIX}/usr/share/dbus-1/system.d" \
+   
--with-systemdpresetdir="$(systemd_get_systemunitdir)/../system-preset" \
+   --with-systemdpresetdisable \
+   --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
+}
+
+src_install() {
+   default
+
+   find "${D}" -name '*.la' -delete || die
+
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   newconfd "${FILESDIR}"/${PN}.confd ${PN}
+}
+
+pkg_postinst() {
+   einfo "As of tpm2-abrmd 3.0.0, users must be in the tss group"
+   einfo "to access the TPM"
+}



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

2023-04-28 Thread Joonas Niilola
commit: 520ac71cd6eb15b6d1b88ce9ce55208f5d0a8fd0
Author: Joseph Matthews  darkok  xyz>
AuthorDate: Fri Apr  7 14:51:25 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Apr 28 07:28:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=520ac71c

app-arch/unshield: bump to 1.5.1

Signed-off-by: Joseph Matthews  darkok.xyz>
Closes: https://github.com/gentoo/gentoo/pull/30513
Signed-off-by: Joonas Niilola  gentoo.org>

 app-arch/unshield/Manifest  |  1 +
 app-arch/unshield/unshield-1.5.1.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/app-arch/unshield/Manifest b/app-arch/unshield/Manifest
index e577bd24fc38..a50d4d0da250 100644
--- a/app-arch/unshield/Manifest
+++ b/app-arch/unshield/Manifest
@@ -1 +1,2 @@
 DIST unshield-1.4.3.tar.gz 58822 BLAKE2B 
89e23462610d7ffd25358cb1d9f234b5c80a580deb60e85610ddacc8e3aa92420cb0e885e80375089e93786565824813f23c54f7c4d60b7773f23d174c98e5d7
 SHA512 
2f058e0a28d0497e2afe231ded1b1bb16745401398eb1035e628d263351b10a1343c9664f3937b8912755db9dc5236a1b43e9bcba596affb7aa8b036f49382aa
+DIST unshield-1.5.1.tar.gz 67454 BLAKE2B 
7def714e8d74312de8b822b0add92a803fadda0394252587219c7379791ec33680bf9430c6811e71354fd2e9ccc91e28697e31a2377ecc16aa43edea1ce30e57
 SHA512 
acb130c461bed66dc3804394be067a68aea96a7cd20b348e713f64a11bf642b74f68fc172f220a9790b44573abbe01ed4585191158f27c40e863918a7342c1ca

diff --git a/app-arch/unshield/unshield-1.5.1.ebuild 
b/app-arch/unshield/unshield-1.5.1.ebuild
new file mode 100644
index ..5531273c3857
--- /dev/null
+++ b/app-arch/unshield/unshield-1.5.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="InstallShield CAB file extractor"
+HOMEPAGE="https://github.com/twogood/unshield";
+SRC_URI="https://github.com/twogood/unshield/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
+
+# OpenSSL is detected at build time, and used to determine
+# whether or not a hand-rolled md5 implementation is used. The build
+# system prefers OpenSSL's implementation if it's available, and OpenSSL
+# is common enough, so we prefer it too. Since the dependency is
+# automagic (there's no way to hide it), we require OpenSSL
+# unconditionally.
+
+DEPEND="
+   dev-libs/openssl:0=
+   sys-libs/zlib"
+RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/josm-bin/

2023-04-28 Thread Joonas Niilola
commit: 3534f1177db7b9ab4d153a7c0fd35cb6e1bf2e1c
Author: Henning Schild  hennsch  de>
AuthorDate: Wed Apr  5 19:40:19 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Apr 28 07:30:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3534f117

sci-geosciences/josm-bin: version bump to 18700

Signed-off-by: Henning Schild  hennsch.de>
Signed-off-by: Joonas Niilola  gentoo.org>

 sci-geosciences/josm-bin/Manifest  |  1 +
 sci-geosciences/josm-bin/josm-bin-18700.ebuild | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/sci-geosciences/josm-bin/Manifest 
b/sci-geosciences/josm-bin/Manifest
index 0038f2fe679e..489db27f1749 100644
--- a/sci-geosciences/josm-bin/Manifest
+++ b/sci-geosciences/josm-bin/Manifest
@@ -1,3 +1,4 @@
 DIST josm-snapshot-18622.jar 16311954 BLAKE2B 
01d033cb4105f192ef14176dca79667ef2df95a55507df47dd5d163025d7460246fcc5524133e08e9ee77ee3073dce819072470d3898620d7ed9c5eedd405a34
 SHA512 
7220c007b87b5128bf9a4ace9a61d2fff4a22834248c85c4b3ab96db7d364f4adc63aa2167419f2418f4c3fb1f96bd3cd6ef05727bc1c4cd46280dc161b4fbe2
 DIST josm-snapshot-18646.jar 16326607 BLAKE2B 
8735298e268f2b516f235e7368a44e638455dffc9ab5d8c07672bb2053227bb15473cd71ce1f8b08e3e3dc43ed4c240aab8a9f2b4632cf6d59a30a49a70302a6
 SHA512 
34fa30e7fdea179efd63c7e68617dec8c3bd3060f5cef57e93bd3cc856495a1b6f7254e84880867467fc1ff09102bbaa1e4e108d0cd8a174e327d261c68ad992
 DIST josm-snapshot-18678.jar 16376303 BLAKE2B 
9db4a9bd90e0f2deac4474462091d91505874f936fde330c6a676d4beecf029966d692bc2dadc0f2d44bfcb53d8f40a075a95d0bb4b07f6b160080d88ceb
 SHA512 
af621dab4ad5495fe895639811e6c0e24e463b1c8fbcb70c5626ca68a0b9b1a9b16a34dd746335553dd84974197ba37ab3bb9c5eee19da2209f41da94a8cc28f
+DIST josm-snapshot-18700.jar 16421003 BLAKE2B 
67310f9e1d2b64646f543573ee9aacac6f62ff40597e069e756d34bf4699755712bccf5dca8bd89c8185db5a470dd3d1c4242b02534e416fe04c62ca7f994de2
 SHA512 
7d6923bf3d5ba1f7331a3904d1b54920a301eacc53c720991132cecb00bfc2dca2e0fd9d58d90e88ff0e3f46207bed06b6ac002e13baa69e95cbc0c11b4e191e

diff --git a/sci-geosciences/josm-bin/josm-bin-18700.ebuild 
b/sci-geosciences/josm-bin/josm-bin-18700.ebuild
new file mode 100644
index ..1aba0e7ffd7b
--- /dev/null
+++ b/sci-geosciences/josm-bin/josm-bin-18700.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop java-utils-2 xdg
+
+DESCRIPTION="Java-based editor for the OpenStreetMap project"
+HOMEPAGE="https://josm.openstreetmap.de/";
+# PV should be stable here https://josm.openstreetmap.de/wiki/StartupPage
+SRC_URI="https://josm.openstreetmap.de/download/josm-snapshot-${PV}.jar";
+S="${WORKDIR}"
+
+LICENSE="Apache-2.0 GPL-2+ GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=virtual/jre-1.8"
+BDEPEND="app-arch/unzip"
+
+src_install() {
+   java-pkg_newjar "${DISTDIR}/${A}" ${PN}.jar
+   java-pkg_dolauncher ${PN} --jar ${PN}.jar
+
+   local icon_size
+   for icon_size in 16 32 48; do
+   newicon -s ${icon_size} -t hicolor \
+   images/logo_${icon_size}x${icon_size}x32.png ${PN}.png
+   newicon -s ${icon_size} -t locolor \
+   images/logo_${icon_size}x${icon_size}x8.png ${PN}.png
+   done
+   make_desktop_entry ${PN} "Java OpenStreetMap Editor" ${PN} 
"Utility;Science;Geoscience"
+}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/josm-bin/

2023-04-28 Thread Joonas Niilola
commit: 685b0b7020b8a6b0d47943413ccf10a46a416cd0
Author: Henning Schild  hennsch  de>
AuthorDate: Wed Apr  5 19:42:40 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Apr 28 07:31:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=685b0b70

sci-geosciences/josm-bin: drop old

Signed-off-by: Henning Schild  hennsch.de>
Closes: https://github.com/gentoo/gentoo/pull/30492
Signed-off-by: Joonas Niilola  gentoo.org>

 sci-geosciences/josm-bin/Manifest  |  1 -
 sci-geosciences/josm-bin/josm-bin-18622.ebuild | 33 --
 2 files changed, 34 deletions(-)

diff --git a/sci-geosciences/josm-bin/Manifest 
b/sci-geosciences/josm-bin/Manifest
index 489db27f1749..bc0127bb5852 100644
--- a/sci-geosciences/josm-bin/Manifest
+++ b/sci-geosciences/josm-bin/Manifest
@@ -1,4 +1,3 @@
-DIST josm-snapshot-18622.jar 16311954 BLAKE2B 
01d033cb4105f192ef14176dca79667ef2df95a55507df47dd5d163025d7460246fcc5524133e08e9ee77ee3073dce819072470d3898620d7ed9c5eedd405a34
 SHA512 
7220c007b87b5128bf9a4ace9a61d2fff4a22834248c85c4b3ab96db7d364f4adc63aa2167419f2418f4c3fb1f96bd3cd6ef05727bc1c4cd46280dc161b4fbe2
 DIST josm-snapshot-18646.jar 16326607 BLAKE2B 
8735298e268f2b516f235e7368a44e638455dffc9ab5d8c07672bb2053227bb15473cd71ce1f8b08e3e3dc43ed4c240aab8a9f2b4632cf6d59a30a49a70302a6
 SHA512 
34fa30e7fdea179efd63c7e68617dec8c3bd3060f5cef57e93bd3cc856495a1b6f7254e84880867467fc1ff09102bbaa1e4e108d0cd8a174e327d261c68ad992
 DIST josm-snapshot-18678.jar 16376303 BLAKE2B 
9db4a9bd90e0f2deac4474462091d91505874f936fde330c6a676d4beecf029966d692bc2dadc0f2d44bfcb53d8f40a075a95d0bb4b07f6b160080d88ceb
 SHA512 
af621dab4ad5495fe895639811e6c0e24e463b1c8fbcb70c5626ca68a0b9b1a9b16a34dd746335553dd84974197ba37ab3bb9c5eee19da2209f41da94a8cc28f
 DIST josm-snapshot-18700.jar 16421003 BLAKE2B 
67310f9e1d2b64646f543573ee9aacac6f62ff40597e069e756d34bf4699755712bccf5dca8bd89c8185db5a470dd3d1c4242b02534e416fe04c62ca7f994de2
 SHA512 
7d6923bf3d5ba1f7331a3904d1b54920a301eacc53c720991132cecb00bfc2dca2e0fd9d58d90e88ff0e3f46207bed06b6ac002e13baa69e95cbc0c11b4e191e

diff --git a/sci-geosciences/josm-bin/josm-bin-18622.ebuild 
b/sci-geosciences/josm-bin/josm-bin-18622.ebuild
deleted file mode 100644
index 052c23ba1fc8..
--- a/sci-geosciences/josm-bin/josm-bin-18622.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop java-utils-2 xdg
-
-DESCRIPTION="Java-based editor for the OpenStreetMap project"
-HOMEPAGE="https://josm.openstreetmap.de/";
-# PV should be stable here https://josm.openstreetmap.de/wiki/StartupPage
-SRC_URI="https://josm.openstreetmap.de/download/josm-snapshot-${PV}.jar";
-S="${WORKDIR}"
-
-LICENSE="Apache-2.0 GPL-2+ GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND=">=virtual/jre-1.8"
-BDEPEND="app-arch/unzip"
-
-src_install() {
-   java-pkg_newjar "${DISTDIR}/${A}" ${PN}.jar
-   java-pkg_dolauncher ${PN} --jar ${PN}.jar
-
-   local icon_size
-   for icon_size in 16 32 48; do
-   newicon -s ${icon_size} -t hicolor \
-   images/logo_${icon_size}x${icon_size}x32.png ${PN}.png
-   newicon -s ${icon_size} -t locolor \
-   images/logo_${icon_size}x${icon_size}x8.png ${PN}.png
-   done
-   make_desktop_entry ${PN} "Java OpenStreetMap Editor" ${PN} 
"Utility;Science;Geoscience"
-}



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

2023-04-28 Thread Joonas Niilola
commit: 226042015d009bb30121508182b19a31131d175e
Author: Peter Levine  gmail  com>
AuthorDate: Wed Apr  5 02:48:32 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Apr 28 07:43:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22604201

app-admin/passwordsafe: fix building against gtest-1.13

dev-cpp/gtest-1.13.0 now requires building with c++14 or higher, and
'-std=gnu++11' has been removed upstream.

Closes: https://bugs.gentoo.org/895140
Closes: https://github.com/gentoo/gentoo/pull/30483
Signed-off-by: Peter Levine  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 .../files/passwordsafe-1.15.0-gtest-no-gnu++11.patch| 13 +
 app-admin/passwordsafe/passwordsafe-1.15.0.ebuild   | 10 +++---
 2 files changed, 16 insertions(+), 7 deletions(-)

diff --git 
a/app-admin/passwordsafe/files/passwordsafe-1.15.0-gtest-no-gnu++11.patch 
b/app-admin/passwordsafe/files/passwordsafe-1.15.0-gtest-no-gnu++11.patch
new file mode 100644
index ..fe39281f29b1
--- /dev/null
+++ b/app-admin/passwordsafe/files/passwordsafe-1.15.0-gtest-no-gnu++11.patch
@@ -0,0 +1,13 @@
+Bug: https://bugs.gentoo.org/893464
+
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -248,7 +248,7 @@
+ 
+ else ()
+ set(CMAKE_CXX_FLAGS
+-  "${CMAKE_CXX_FLAGS} -fPIC -Wall -std=gnu++11 -DUNICODE 
-DWCHAR_INCOMPATIBLE_XMLCH ${CMAKE_WXWINDOWS_CXX_FLAGS}")
++  "${CMAKE_CXX_FLAGS} -fPIC -Wall  -DUNICODE -DWCHAR_INCOMPATIBLE_XMLCH 
${CMAKE_WXWINDOWS_CXX_FLAGS}")
+ set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -D_DEBUG -DDEBUG")
+ if (USE_ASAN)
+   set(CMAKE_CXX_FLAGS_DEBUG

diff --git a/app-admin/passwordsafe/passwordsafe-1.15.0.ebuild 
b/app-admin/passwordsafe/passwordsafe-1.15.0.ebuild
index bc3fbce0c6ee..43dc7b3551fa 100644
--- a/app-admin/passwordsafe/passwordsafe-1.15.0.ebuild
+++ b/app-admin/passwordsafe/passwordsafe-1.15.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 2021-2022 Gentoo Authors
+# Copyright 2021-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 WX_GTK_VER="3.0-gtk3"
 
-inherit cmake desktop flag-o-matic optfeature wxwidgets xdg
+inherit cmake desktop optfeature wxwidgets xdg
 
 MY_PV="${PV/_beta/BETA}"
 DESCRIPTION="Password manager with wxGTK based frontend"
@@ -39,13 +39,9 @@ S="${WORKDIR}/pwsafe-${MY_PV}"
 
 PATCHES=(
"${FILESDIR}"/${PN}-1.15.0-gcc12-time.patch
+   "${FILESDIR}"/${PN}-1.15.0-gtest-no-gnu++11.patch
 )
 
-pkg_pretend() {
-   einfo "Checking for -std=c++11 support in compiler"
-   test-flags-CXX -std=c++11 > /dev/null || die
-}
-
 src_configure() {
setup-wxwidgets
 



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

2023-04-28 Thread Joonas Niilola
commit: ee617d0975da3b90cc197b8c59c396da409f623b
Author: Mario Haustein  hrz  tu-chemnitz  de>
AuthorDate: Mon Feb 27 21:41:38 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Apr 28 07:49:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee617d09

sci-astronomy/pysiril: add 0.0.15

Signed-off-by: Mario Haustein  hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/30476
Signed-off-by: Joonas Niilola  gentoo.org>

 sci-astronomy/pysiril/Manifest  |  1 +
 sci-astronomy/pysiril/pysiril-0.0.15.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/sci-astronomy/pysiril/Manifest b/sci-astronomy/pysiril/Manifest
index 15c570edfc01..f9d42748d41d 100644
--- a/sci-astronomy/pysiril/Manifest
+++ b/sci-astronomy/pysiril/Manifest
@@ -1 +1,2 @@
 DIST pysiril-V0_0_12.tar.bz2 114199 BLAKE2B 
c16209716c64591a2372dc090f419e5411a2607daa4420470cf7f07a729a997316f0d6f862d20722b2d23091ddd919e570289fdef1b0102b1ad2ae13cc3b4e37
 SHA512 
460355791f9041ace238f4727f8a219871f560fcf631ca798c1edc0ec729acca98c8abd1b14e460f0f127f5baa03603099a6f5c4151e0c1e627d2cff24bb6f18
+DIST pysiril-V0_0_15.tar.bz2 107650 BLAKE2B 
94efb349e1e92e75bc7813d08a1fc1cd38b9c6199da8ba71e28f3b5b2420295cd770e4327c073558d600adf80efe39a295663b030f9048e9124a5fb71a7aba30
 SHA512 
e1820e14b14041eb99d2f5165fa81ba64d8e1459d50af6a0c748ac5cbef90447ce2f92c12bcfd8da784a7ae7f04c270b3bd75fe5369f1671840e3f9105271429

diff --git a/sci-astronomy/pysiril/pysiril-0.0.15.ebuild 
b/sci-astronomy/pysiril/pysiril-0.0.15.ebuild
new file mode 100644
index ..b6a7fd8a0d38
--- /dev/null
+++ b/sci-astronomy/pysiril/pysiril-0.0.15.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2021-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
+
+DESCRIPTION="Python library to interface Python to a SiriL script"
+HOMEPAGE="https://gitlab.com/free-astro/pysiril";
+SRC_URI="https://gitlab.com/free-astro/pysiril/-/archive/V${PV//./_}/${PN}-V${PV//./_}.tar.bz2";
+S="${WORKDIR}/${PN}-V${PV//./_}"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="sci-astronomy/siril"



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

2023-04-28 Thread Sam James
commit: f7ce092f0318219aaeb9219a6ab3e30faff1eac0
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 28 07:50:22 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 28 07:50:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7ce092f

dev-python/tox: Stabilize 4.4.11 hppa, #904803

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

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

diff --git a/dev-python/tox/tox-4.4.11.ebuild b/dev-python/tox/tox-4.4.11.ebuild
index 71dfadb92f0e..74ea7afabeaf 100644
--- a/dev-python/tox/tox-4.4.11.ebuild
+++ b/dev-python/tox/tox-4.4.11.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc ~x86"
 
 RDEPEND="
>=dev-python/cachetools-5.3[${PYTHON_USEDEP}]



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

2023-04-28 Thread Viorel Munteanu
commit: 25bdfa95c3fa0be3b34f0a0652509ff2c69d09c7
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Fri Apr 28 07:42:13 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Fri Apr 28 07:58:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25bdfa95

net-misc/tigervnc: depend on JDK

Was depending on JRE only.  Also it builds with jdk 11 and 17, so update
the dependency.

Closes: https://bugs.gentoo.org/905135
Signed-off-by: Viorel Munteanu  gentoo.org>

 net-misc/tigervnc/tigervnc-1.13.1-r1.ebuild | 228 
 1 file changed, 228 insertions(+)

diff --git a/net-misc/tigervnc/tigervnc-1.13.1-r1.ebuild 
b/net-misc/tigervnc/tigervnc-1.13.1-r1.ebuild
new file mode 100644
index ..de8b18aba01f
--- /dev/null
+++ b/net-misc/tigervnc/tigervnc-1.13.1-r1.ebuild
@@ -0,0 +1,228 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CMAKE_IN_SOURCE_BUILD=1
+inherit autotools cmake flag-o-matic java-pkg-opt-2 optfeature systemd xdg
+
+XSERVER_VERSION="21.1.1"
+
+DESCRIPTION="Remote desktop viewer display system"
+HOMEPAGE="https://tigervnc.org";
+SRC_URI="server? ( 
ftp://ftp.freedesktop.org/pub/xorg/individual/xserver/xorg-server-${XSERVER_VERSION}.tar.xz
 )"
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/TigerVNC/tigervnc/";
+else
+   SRC_URI+=" https://github.com/TigerVNC/tigervnc/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc 
~ppc64 ~riscv ~sparc ~x86"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="dri3 +drm gnutls java nls +opengl +server +viewer xinerama"
+REQUIRED_USE="
+   dri3? ( drm )
+   java? ( viewer )
+   opengl? ( server )
+   || ( server viewer )
+"
+
+# TODO: sys-libs/libselinux
+COMMON_DEPEND="
+   dev-libs/gmp:=
+   dev-libs/nettle:=
+   media-libs/libjpeg-turbo:=
+   sys-libs/zlib:=
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXrandr
+   x11-libs/pixman
+   gnutls? ( net-libs/gnutls:= )
+   nls? ( virtual/libiconv )
+   server? (
+   dev-libs/libbsd
+   dev-libs/openssl:0=
+   sys-libs/pam
+   x11-libs/libXau
+   x11-libs/libXdamage
+   x11-libs/libXdmcp
+   x11-libs/libXfixes
+   x11-libs/libXfont2
+   x11-libs/libXtst
+   x11-libs/pixman
+   x11-libs/xtrans
+   x11-apps/xauth
+   x11-apps/xinit
+   x11-apps/xkbcomp
+   x11-apps/xsetroot
+   x11-misc/xkeyboard-config
+   opengl? ( media-libs/libglvnd[X] )
+   !net-misc/turbovnc[server]
+   )
+   viewer? (
+   media-video/ffmpeg:=
+   x11-libs/fltk:1
+   x11-libs/libXi
+   x11-libs/libXrender
+   !net-misc/turbovnc[viewer]
+   )
+"
+RDEPEND="${COMMON_DEPEND}
+   java? ( >=virtual/jre-1.8:* )
+   server? (
+   dev-lang/perl
+   sys-process/psmisc
+   )
+"
+DEPEND="${COMMON_DEPEND}
+   java? ( >=virtual/jdk-1.8:* )
+   drm? ( x11-libs/libdrm )
+   server? (
+   media-fonts/font-util
+   x11-base/xorg-proto
+   x11-libs/libxcvt
+   x11-libs/libXi
+   x11-libs/libxkbfile
+   x11-libs/libXrender
+   x11-misc/util-macros
+   opengl? ( media-libs/mesa )
+   )
+"
+BDEPEND="
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )
+"
+
+PATCHES=(
+   # Restore Java viewer
+   "${FILESDIR}"/${PN}-1.11.0-install-java-viewer.patch
+   "${FILESDIR}"/${PN}-1.12.0-xsession-path.patch
+   "${FILESDIR}"/${PN}-1.12.80-disable-server-and-pam.patch
+)
+[[ ${PV} == * ]] && PATCHES+=( 
"${FILESDIR}"/${PN}-1.13.80-depend-po-files.patch )
+
+src_unpack() {
+   if [[ ${PV} == * ]]; then
+   git-r3_src_unpack
+   use server && unpack xorg-server-${XSERVER_VERSION}.tar.xz
+   else
+   default
+   fi
+}
+
+src_prepare() {
+   if use server; then
+   cp -r "${WORKDIR}"/xorg-server-${XSERVER_VERSION}/. 
unix/xserver || die
+   fi
+
+   cmake_src_prepare
+
+   if use server; then
+   cd unix/xserver || die
+   eapply ../xserver${XSERVER_VERSION}.patch
+   eautoreconf
+   sed -i 's:\(present.h\):../present/\1:' os/utils.c || die
+   sed -i '/strcmp.*-fakescreenfps/,/^\}/d' os/utils.c || 
die
+
+   if use drm; then
+   cd "${WORKDIR}" && \
+   sed -i 's:\(drm_fourcc.h\):libdrm/\1:' $(grep 
drm_fourcc.h -rl .) || die
+   fi
+   fi
+}
+
+src_configure() {
+   if use arm || use hppa; then

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

2023-04-28 Thread Viorel Munteanu
commit: c28221edcd0003d7b3cd3fb64de3693c9f1b63ee
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Fri Apr 28 07:51:00 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Fri Apr 28 07:58:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c28221ed

net-misc/tigervnc: update xserver version

Build against xserver 21.1.8, because that's what it's currently in the
tree.  The patch from 21.1.1 still works.

Signed-off-by: Viorel Munteanu  gentoo.org>

 net-misc/tigervnc/Manifest  | 1 +
 net-misc/tigervnc/tigervnc-1.13.1-r1.ebuild | 5 +++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/net-misc/tigervnc/Manifest b/net-misc/tigervnc/Manifest
index 9527ec8e616e..fc59440288e2 100644
--- a/net-misc/tigervnc/Manifest
+++ b/net-misc/tigervnc/Manifest
@@ -1,3 +1,4 @@
 DIST tigervnc-1.13.0.tar.gz 1986759 BLAKE2B 
675284b854e9ce4c328ed5dcc0d22a57f380a3abe1837451bae09d6c03e91fa9e4b0d06f49ade1ba6924bffdc3cc85c5c9b28c594dbc0d0ffeb0aa23e5299f6d
 SHA512 
55936f075ec64880f4b3e9a803f17761abd4c111392ff0fd5289161cd981acae0b57adf26f768db50162e8d7bfd986b8d4ac5fc3389c6f9319df16b90be8
 DIST tigervnc-1.13.1.tar.gz 1989081 BLAKE2B 
3f4d395c2788a4d475dcd42793c43f249264db586da85f99d7e0f64ea37854831c61bb5c99945578f8dbeac5ee30e0f7b46fa7f215768c70e750d50689cd4e7a
 SHA512 
9190dbcd3b57ba52286c158c0675104d68463d7e3ea8e23493514b64451ddb511f3daf0f177339bc231155daea376d9c8dc58216663e10aa12f67468f4559da5
 DIST xorg-server-21.1.1.tar.xz 4958508 BLAKE2B 
fadac208773700b91003ef18d46e6f2c6b501e59b7491c943f406641e9ff3837a8126034c023e9b6d2d4131ee438c1ef94fa458af1828d4be325519b47069a79
 SHA512 
8608ed9c1537c95e8a3adea5e3e372a3c5eb841f8e27c84283093f22fb1909e16a86510da684b13f8f237f33b8a4be3e2537f5f9ab9af4c5ad12770eef0d
+DIST xorg-server-21.1.8.tar.xz 4980208 BLAKE2B 
a223efe6d14b55bd133b7f8db75b7720ea0ae58f1eced0f6b20caf6e7045e7649a0923a1c6db5d649265375e6768fa9811477d2fa0da52d7a1e65cf4511535d2
 SHA512 
6104b3620ed2e1e27d9a8e963388bbe8785a764585b1bc03dbf5d719a92894773dda580d377ca18ceeab353e65a5d23cc947bab84a4012f9dd1eca31cac36937

diff --git a/net-misc/tigervnc/tigervnc-1.13.1-r1.ebuild 
b/net-misc/tigervnc/tigervnc-1.13.1-r1.ebuild
index de8b18aba01f..7c3dbedebb53 100644
--- a/net-misc/tigervnc/tigervnc-1.13.1-r1.ebuild
+++ b/net-misc/tigervnc/tigervnc-1.13.1-r1.ebuild
@@ -6,7 +6,8 @@ EAPI=8
 CMAKE_IN_SOURCE_BUILD=1
 inherit autotools cmake flag-o-matic java-pkg-opt-2 optfeature systemd xdg
 
-XSERVER_VERSION="21.1.1"
+XSERVER_VERSION="21.1.8"
+XSERVER_PATCH_VERSION="21.1.1"
 
 DESCRIPTION="Remote desktop viewer display system"
 HOMEPAGE="https://tigervnc.org";
@@ -122,7 +123,7 @@ src_prepare() {
 
if use server; then
cd unix/xserver || die
-   eapply ../xserver${XSERVER_VERSION}.patch
+   eapply ../xserver${XSERVER_PATCH_VERSION}.patch
eautoreconf
sed -i 's:\(present.h\):../present/\1:' os/utils.c || die
sed -i '/strcmp.*-fakescreenfps/,/^\}/d' os/utils.c || 
die



[gentoo-commits] proj/portage:master commit in: bin/ebuild-helpers/, bin/, /

2023-04-28 Thread Ulrich Müller
commit: 0fa8c7471e3e14a28c11ad4831fd2026e26b3c0b
Author: Ulrich Müller  gentoo  org>
AuthorDate: Thu Apr 27 17:26:27 2023 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu Apr 27 18:33:32 2023 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=0fa8c747

bin: Rename all _E_*DESTTREE_ variables to __E_*DESTTREE

The __* namespace is reserved for package manager use.

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

 NEWS|  3 +++
 bin/dohtml.py   |  4 ++--
 bin/ebuild-helpers/dobin| 10 +-
 bin/ebuild-helpers/doconfd  |  6 +++---
 bin/ebuild-helpers/dodoc|  4 ++--
 bin/ebuild-helpers/doenvd   |  6 +++---
 bin/ebuild-helpers/doexe|  8 
 bin/ebuild-helpers/doheader |  6 +++---
 bin/ebuild-helpers/doinitd  |  4 ++--
 bin/ebuild-helpers/doins| 16 
 bin/ebuild-helpers/dolib|  6 +++---
 bin/ebuild-helpers/domo | 12 ++--
 bin/ebuild-helpers/dosbin   | 10 +-
 bin/phase-functions.sh  | 10 +-
 bin/phase-helpers.sh| 44 ++--
 bin/save-ebuild-env.sh  |  2 +-
 16 files changed, 77 insertions(+), 74 deletions(-)

diff --git a/NEWS b/NEWS
index 50d96402c..7239cc285 100644
--- a/NEWS
+++ b/NEWS
@@ -25,6 +25,9 @@ Bug fixes:
   all options starting with "--with-", "--disable-" or "--enable-", in order
   to pass them to configure. This follows a change in PMS (bug #815169).
 
+* All _E_*DESTTREE_ variables to renamed to __E_*DESTTREE, in order to move
+  them to the __* namespace which is reserved for the package manager.
+
 portage-3.0.46 (2023-04-07)
 ---
 

diff --git a/bin/dohtml.py b/bin/dohtml.py
index 9a8cd4c00..853027300 100755
--- a/bin/dohtml.py
+++ b/bin/dohtml.py
@@ -152,8 +152,8 @@ class OptionsClass:
 self.ED = os.environ.get("ED", "")
 if self.ED:
 self.ED = normalize_path(self.ED)
-if "_E_DOCDESTTREE_" in os.environ:
-self.DOCDESTTREE = os.environ["_E_DOCDESTTREE_"]
+if "__E_DOCDESTTREE" in os.environ:
+self.DOCDESTTREE = os.environ["__E_DOCDESTTREE"]
 if self.DOCDESTTREE:
 self.DOCDESTTREE = normalize_path(self.DOCDESTTREE)
 

diff --git a/bin/ebuild-helpers/dobin b/bin/ebuild-helpers/dobin
index 14faab9bf..123a3177a 100755
--- a/bin/ebuild-helpers/dobin
+++ b/bin/ebuild-helpers/dobin
@@ -1,5 +1,5 @@
 #!/usr/bin/env bash
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 source "${PORTAGE_BIN_PATH}"/isolated-functions.sh || exit 1
@@ -18,18 +18,18 @@ if ! ___eapi_has_DESTTREE_INSDESTTREE; then
die "${0##*/}: \${DESTTREE} has been banned for EAPI '${EAPI}'; 
use 'into' instead"
 else
# backwards compatibility
-   _E_DESTTREE_=${DESTTREE}
+   __E_DESTTREE=${DESTTREE}
 fi
 
-if [[ ! -d ${ED%/}/${_E_DESTTREE_#/}/bin ]] ; then
-   install -d "${ED%/}/${_E_DESTTREE_#/}/bin" || { __helpers_die 
"${0##*/}: failed to install ${ED%/}/${_E_DESTTREE_#/}/bin"; exit 2; }
+if [[ ! -d ${ED%/}/${__E_DESTTREE#/}/bin ]] ; then
+   install -d "${ED%/}/${__E_DESTTREE#/}/bin" || { __helpers_die 
"${0##*/}: failed to install ${ED%/}/${__E_DESTTREE#/}/bin"; exit 2; }
 fi
 
 ret=0
 
 for x in "$@" ; do
if [[ -e ${x} ]] ; then
-   install -m0755 -o ${PORTAGE_INST_UID:-0} -g 
${PORTAGE_INST_GID:-0} "${x}" "${ED%/}/${_E_DESTTREE_#/}/bin"
+   install -m0755 -o ${PORTAGE_INST_UID:-0} -g 
${PORTAGE_INST_GID:-0} "${x}" "${ED%/}/${__E_DESTTREE#/}/bin"
else
echo "!!! ${0##*/}: ${x} does not exist" 1>&2
false

diff --git a/bin/ebuild-helpers/doconfd b/bin/ebuild-helpers/doconfd
index 761fd7309..9fbbc7d5a 100755
--- a/bin/ebuild-helpers/doconfd
+++ b/bin/ebuild-helpers/doconfd
@@ -1,5 +1,5 @@
 #!/usr/bin/env bash
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 source "${PORTAGE_BIN_PATH}"/isolated-functions.sh || exit 1
@@ -9,9 +9,9 @@ if [[ $# -lt 1 ]] ; then
exit 1
 fi
 
-export _E_INSDESTTREE_='/etc/conf.d/'
+export __E_INSDESTTREE='/etc/conf.d/'
 if ___eapi_has_DESTTREE_INSDESTTREE; then
-   export INSDESTTREE=${_E_INSDESTTREE_}
+   export INSDESTTREE=${__E_INSDESTTREE}
 fi
 
 if ! ___eapi_doconfd_respects_insopts; then

diff --git a/bin/ebuild-helpers/dodoc b/bin/ebuild-helpers/dodoc
index 28e58ae0c..240777aac 100755
--- a/bin/ebuild-helpers/dodoc
+++ b/bin/ebuild-helpers/dodoc
@@ -1,5 +1,5 @@
 #!/usr/bin/env bash
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 source "${PORTAGE_BIN_PATH}"/isolated-functions.sh || exit 1
@@ -17,7 +17,7 @@ if ! ___eapi_has_prefix_variables; then
ED=${D}
 fi
 
-dir="${ED

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

2023-04-28 Thread 罗百科
commit: 090be2cd827a3689028a7b74c4ef3ab93d6c8f98
Author: Patrick Lauer  gentoo  org>
AuthorDate: Fri Apr 28 08:10:01 2023 +
Commit: 罗百科  gentoo  org>
CommitDate: Fri Apr 28 08:10:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=090be2cd

www-apps/grafana-bin: Bump

Bug: https://bugs.gentoo.org/905208
Signed-off-by: Patrick Lauer  gentoo.org>

 www-apps/grafana-bin/Manifest| 5 +++--
 .../{grafana-bin-9.3.11.ebuild => grafana-bin-9.3.13.ebuild} | 0
 .../{grafana-bin-9.4.7.ebuild => grafana-bin-9.4.9.ebuild}   | 0
 .../{grafana-bin-9.3.11.ebuild => grafana-bin-9.5.1.ebuild}  | 0
 4 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/www-apps/grafana-bin/Manifest b/www-apps/grafana-bin/Manifest
index 91c6b9c62b83..55ea4f2968d3 100644
--- a/www-apps/grafana-bin/Manifest
+++ b/www-apps/grafana-bin/Manifest
@@ -1,2 +1,3 @@
-DIST grafana-bin-9.3.11.tar.gz 70182266 BLAKE2B 
dd1a1eb95cfe356a77975fdb5af75b8f4a6f5b0b9f3245311b269911061e25a8b07c55e13e9f2364328c847170813e1dfdf8bf27108e7423a6969ff23bc1bf11
 SHA512 
47ce7f321e94495fd53c2fa292edd63ecf75bcd7dd1e5dd67d78fe9cb28e4ae423da5e7071b57ecaacbe6cf7b4ce6cd321022a61eca4c2e083e68729de1e5bf1
-DIST grafana-bin-9.4.7.tar.gz 83744269 BLAKE2B 
a34d1e0761b6e16673ac8d4ad0e25cb6caadde06af0986053cb455edd143cc5aa6b70672e43afd6c1381658136ce2243e03ef871416969a26e346a99e1ddbb11
 SHA512 
7511bdb68e9a3c15e318a7d0d98b3b9df4c8827793498aadd45a12aac92646aab8c1b6d97422b6473553ab62d8f0dcb9e797d9c3df150a877e61182fca32
+DIST grafana-bin-9.3.13.tar.gz 70060389 BLAKE2B 
7cc6ba1f114587fbdf927e8321591154c79c1a1d86a29c802b86ce28f2a0c96c9c74b8e0ef3899f8873fdb1068edcf2003be20f21a8c28f3ce8231b74a15a41d
 SHA512 
6b6ee9148b5244ff64472b5cd1a0378a14b121e6f6c06594ae619b590f1a7a31432b1dbb4ec24e20a66d2ede0eacd89e46fb94a11d95780a3915a5ba0b0b1298
+DIST grafana-bin-9.4.9.tar.gz 83943489 BLAKE2B 
de65fcd81d79c3291ea3abfb4c79c91fda67b7b9454903b3c41d611bc7df93d763f9ae092e280b00f1e5c4d7a4e186630bb5001c4835839db8256f8f76b293fc
 SHA512 
659b66c4859088a0ce531fcdb0febea210b7a951b3d779fa9ee0b6daa64974c8f033734afd04f3c73daef9a06036c67cf184f93cc840b115ca300d711052e323
+DIST grafana-bin-9.5.1.tar.gz 78487778 BLAKE2B 
d59ec2e7866b14e895dfc8aa9c8d6f4584a1941b2eadb02a8a3d275a986823f1d8a9a5089e844b64f62c1e9b3e629d7affb110184cb23abd7b506c32d3996966
 SHA512 
8409654ea5f2632f32005e52e83b3aa36c7b0a8cdc1e49be79491c21ae6babdf26071f446e65223b2788672a87d9bf701ad80fce8d7bb6689cfcc381945518ec

diff --git a/www-apps/grafana-bin/grafana-bin-9.3.11.ebuild 
b/www-apps/grafana-bin/grafana-bin-9.3.13.ebuild
similarity index 100%
copy from www-apps/grafana-bin/grafana-bin-9.3.11.ebuild
copy to www-apps/grafana-bin/grafana-bin-9.3.13.ebuild

diff --git a/www-apps/grafana-bin/grafana-bin-9.4.7.ebuild 
b/www-apps/grafana-bin/grafana-bin-9.4.9.ebuild
similarity index 100%
rename from www-apps/grafana-bin/grafana-bin-9.4.7.ebuild
rename to www-apps/grafana-bin/grafana-bin-9.4.9.ebuild

diff --git a/www-apps/grafana-bin/grafana-bin-9.3.11.ebuild 
b/www-apps/grafana-bin/grafana-bin-9.5.1.ebuild
similarity index 100%
rename from www-apps/grafana-bin/grafana-bin-9.3.11.ebuild
rename to www-apps/grafana-bin/grafana-bin-9.5.1.ebuild



[gentoo-commits] repo/gentoo:master commit in: net-im/telegram-desktop/

2023-04-28 Thread Joonas Niilola
commit: cde11fd7f7c068949d4ddfdd8cf2bf077136ab42
Author: Joe Kappus  wt  gd>
AuthorDate: Sat Apr 22 21:15:13 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Apr 28 08:20:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cde11fd7

net-im/telegram-desktop: update metadata

enchant useflag uses app-text/enchant not app-text/aspell.

Signed-off-by: Joe Kappus  wt.gd>
Closes: https://github.com/gentoo/gentoo/pull/30708
Signed-off-by: Joonas Niilola  gentoo.org>

 net-im/telegram-desktop/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/telegram-desktop/metadata.xml 
b/net-im/telegram-desktop/metadata.xml
index f99bd5fb5e94..733e70400bca 100644
--- a/net-im/telegram-desktop/metadata.xml
+++ b/net-im/telegram-desktop/metadata.xml
@@ -10,7 +10,7 @@
Proxy Maintainers


-   Use the app-text/aspell 
spell-checking backend instead of app-text/hunspell
+   Use the app-text/enchant 
spell-checking backend instead of app-text/hunspell
Use builtin patched copy of open-sans fonts 
(overrides fontconfig)
Build with Qt6 support
Add support for HEIF, AVIF and 
JpegXL by bundling kde-frameworks/kimageformats



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

2023-04-28 Thread Viorel Munteanu
commit: 285c73589ddc04c5a88de7b2ae151193739140f0
Author: Henning Schild  hennsch  de>
AuthorDate: Fri Apr 28 08:12:12 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Fri Apr 28 08:26:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=285c7358

www-apps/rutorrent: Add myself as maintainer

Signed-off-by: Henning Schild  hennsch.de>
Closes: https://github.com/gentoo/gentoo/pull/30780
Signed-off-by: Viorel Munteanu  gentoo.org>

 www-apps/rutorrent/metadata.xml | 8 
 1 file changed, 8 insertions(+)

diff --git a/www-apps/rutorrent/metadata.xml b/www-apps/rutorrent/metadata.xml
index ef39dade492d..5d5b7808deba 100644
--- a/www-apps/rutorrent/metadata.xml
+++ b/www-apps/rutorrent/metadata.xml
@@ -1,6 +1,14 @@
 
 https://www.gentoo.org/dtd/metadata.dtd";>
 
+   
+   henn...@hennsch.de
+   Henning Schild
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   

web-a...@gentoo.org
Gentoo Webapps



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

2023-04-28 Thread Viorel Munteanu
commit: ede5ee0f47d5c8cb4d4780bbf9774ffdc6e7df33
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Fri Apr 28 08:25:19 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Fri Apr 28 08:26:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ede5ee0f

www-apps/rutorrent: update maintainers

Signed-off-by: Viorel Munteanu  gentoo.org>

 www-apps/rutorrent/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/www-apps/rutorrent/metadata.xml b/www-apps/rutorrent/metadata.xml
index 5d5b7808deba..faa46192acdb 100644
--- a/www-apps/rutorrent/metadata.xml
+++ b/www-apps/rutorrent/metadata.xml
@@ -5,10 +5,6 @@
henn...@hennsch.de
Henning Schild

-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   

web-a...@gentoo.org
Gentoo Webapps



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

2023-04-28 Thread Viorel Munteanu
commit: 891d272140af7e0e9603155766179b3f489de474
Author: Henning Schild  hennsch  de>
AuthorDate: Thu Apr 27 20:06:36 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Fri Apr 28 08:26:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=891d2721

www-apps/rutorrent: bump version to 4.1.3

Signed-off-by: Henning Schild  hennsch.de>
Signed-off-by: Viorel Munteanu  gentoo.org>

 www-apps/rutorrent/Manifest   |  1 +
 www-apps/rutorrent/rutorrent-4.1.3.ebuild | 71 +++
 2 files changed, 72 insertions(+)

diff --git a/www-apps/rutorrent/Manifest b/www-apps/rutorrent/Manifest
index 6bf0b44d72be..bbf5af16bff6 100644
--- a/www-apps/rutorrent/Manifest
+++ b/www-apps/rutorrent/Manifest
@@ -1 +1,2 @@
 DIST rutorrent-4.0.2.tar.gz 2221825 BLAKE2B 
96867dbd818949388dedbfeee80ae85d22c9f3b04636d66797a96fc7b1de7541128445a989f642d711bd93aaf0840b56fe4e7bb7f29a02d122d939039eeff835
 SHA512 
f1f3cf7712246c02c73753e5ec8c3b5c0af4797699adeabc59822c165d06d7291d50a2d065b2d729273f907e1ec288391b1f02bc733a2b40d3e818a2de983528
+DIST rutorrent-4.1.3.tar.gz 2248878 BLAKE2B 
08c5a4580fbc1873b64e211cce5d0f2a92daa90bfdbc7900c7a4cfb24e5d2202afb87f6809e36191f8cbc08fd7a037eb63a4609e7c3c07d301b19a5cb2c28dc7
 SHA512 
c9f941bddc9759de1b183bfb9bb9eb91e91477409fc475f4585cdd90d24aeefe5e56aefa6ae45ed84bee369b4cc51f5bca64b07f8624d48246b6bc82aaaee9fb

diff --git a/www-apps/rutorrent/rutorrent-4.1.3.ebuild 
b/www-apps/rutorrent/rutorrent-4.1.3.ebuild
new file mode 100644
index ..f7dbb6ae40d3
--- /dev/null
+++ b/www-apps/rutorrent/rutorrent-4.1.3.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit webapp optfeature
+
+DESCRIPTION="ruTorrent is a front-end for the popular Bittorrent client 
rTorrent"
+HOMEPAGE="https://github.com/Novik/ruTorrent";
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/Novik/ruTorrent.git";
+else
+   SRC_URI="https://github.com/Novik/ruTorrent/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~ppc ~x86"
+   S="${WORKDIR}/ruTorrent-${PV}"
+fi
+
+LICENSE="GPL-2+ MIT"
+
+RDEPEND="
+   dev-lang/php[xml,gd]
+   virtual/httpd-php
+"
+
+need_httpd_cgi
+
+pkg_setup() {
+   webapp_pkg_setup
+}
+
+src_install() {
+   webapp_src_preinst
+
+   rm -r .github || die
+   find . \( -name .gitignore -o -name .gitmodules \) -type f -delete || 
die
+   if [[ ${PV} ==  ]]; then
+   rm -r .git .gitattributes || die
+   fi
+
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   # can not use fperms beacuse of globbing
+   chmod +x "${ED}${MY_HTDOCSDIR}"/plugins/*/*.sh \
+   "${ED}${MY_HTDOCSDIR}"/php/test.sh || die "chmod failed"
+
+   keepdir "${MY_HTDOCSDIR}"/conf/users
+   keepdir "${MY_HTDOCSDIR}"/share/settings
+   keepdir "${MY_HTDOCSDIR}"/share/torrents
+   keepdir "${MY_HTDOCSDIR}"/share/users
+
+   webapp_serverowned -R "${MY_HTDOCSDIR}"/conf
+   webapp_serverowned -R "${MY_HTDOCSDIR}"/share
+
+   webapp_configfile "${MY_HTDOCSDIR}"/conf/.htaccess
+   webapp_configfile "${MY_HTDOCSDIR}"/conf/config.php
+   webapp_configfile "${MY_HTDOCSDIR}"/conf/access.ini
+   webapp_configfile "${MY_HTDOCSDIR}"/conf/plugins.ini
+   webapp_configfile "${MY_HTDOCSDIR}"/share/.htaccess
+
+   webapp_src_install
+}
+
+pkg_postinst() {
+   webapp_pkg_postinst
+
+   optfeature "Show audio file spectogram" media-sound/sox
+   optfeature "Display media file information" media-video/mediainfo
+   optfeature "Scrape Cloudflare based sites" dev-python/cloudscraper
+}



[gentoo-commits] repo/proj/guru:dev commit in: sys-boot/limine/

2023-04-28 Thread Arsen Arsenović
commit: 59f4ca8c8ad442615c0456b3a6c0aca2a562e08f
Author: Arsen Arsenović  gentoo  org>
AuthorDate: Fri Apr 28 08:45:23 2023 +
Commit: Arsen Arsenović  gentoo  org>
CommitDate: Fri Apr 28 08:45:23 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=59f4ca8c

sys-boot/limine: add 4.20230428.0

Signed-off-by: Arsen Arsenović  gentoo.org>

 sys-boot/limine/Manifest   |  1 +
 sys-boot/limine/limine-4.20230428.0.ebuild | 43 ++
 2 files changed, 44 insertions(+)

diff --git a/sys-boot/limine/Manifest b/sys-boot/limine/Manifest
index e9661e2ce..ce27bb34f 100644
--- a/sys-boot/limine/Manifest
+++ b/sys-boot/limine/Manifest
@@ -2,3 +2,4 @@ DIST limine-4.20230325.0.tar.xz 897164 BLAKE2B 
ce0ca350667210e0bf1fedfebee97e176
 DIST limine-4.20230330.0.tar.xz 897596 BLAKE2B 
3047befde6284fe3907a1e427d3f3821ca153c93fcad1e286a577ca68f5d7930ed07361c5d1042eb90fe038db081ff7fea2c09a25ad316efabc1f38e61a02ecc
 SHA512 
04eb7335c0d493b86a0de10763a52265ef0c36c23dc7998f482ca0a47597c439b5d8e261b60cdfb851fac4778fd4ae569b970f1f0ea00e30d965b590584fcf0d
 DIST limine-4.20230408.0.tar.xz 896416 BLAKE2B 
c4a5d0a93082b4f9569b2af6d8b345ca7b0e00aeff42af112e2f07541b091f54451af7be969fad3d28c6108cf2106ce7d5d463f0237090bfd5b3548e50ca935f
 SHA512 
0b3a7c907c79e8ddf0c54432ec65f4f42cce9f74a71dcf7d9c21a5a94b9957a72ed9d47216baf8cc9c03ef0e74ad883e2e2442571ff292952a60d61d379056f7
 DIST limine-4.20230422.0.tar.xz 891604 BLAKE2B 
a4fcefb33d45a67a94a4f6ecb8ee491339d1d0de56dfe82133a36f374704e115ccb83a144a51a2c40333df916dbcb72cfdd6c1ca2104ae5928251bf2b2f14d95
 SHA512 
7d949fce2394ea83bea29f43a4b11c3e48e36bf00a39d8bb463667848bf0b86cb49ac60cbd27b961240c9afd5f99c86c4abb31e03d5c0baaae3bd3122f55c8cf
+DIST limine-4.20230428.0.tar.xz 892396 BLAKE2B 
951e142ea457f958ac08d2c4c9b4fd78090fde5e8ae67ef7b629fcaa18a5b667299f8af713a160e2aa0924a4fb81d6a67df9f56dc917884c56c9ad713b3baf7d
 SHA512 
3e566803d784aa3cd8027cb9f942fab6c6a8cd8be42415a0bdfb51b9f1543d0c649ec9f5a90e140a0d4af2355e5b8703964b59c0734d09e4dc64308ceb0141e5

diff --git a/sys-boot/limine/limine-4.20230428.0.ebuild 
b/sys-boot/limine/limine-4.20230428.0.ebuild
new file mode 100644
index 0..a93073081
--- /dev/null
+++ b/sys-boot/limine/limine-4.20230428.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Limine is a modern, advanced, and portable BIOS/UEFI 
multiprotocol bootloader"
+HOMEPAGE="https://limine-bootloader.org/";
+SRC_URI="https://github.com/limine-bootloader/limine/releases/download/v${PV}/limine-${PV}.tar.xz";
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+bios +bios-pxe +bios-cd +cd-efi +uefi32 +uefi64 +uefiaa64"
+
+MY_LLVM_TARGETS="AArch64 ARM X86"
+MY_LLVM_FLAGS="llvm_targets_${MY_LLVM_TARGETS// /(-),llvm_targets_}(-)"
+
+BDEPEND="
+   app-arch/gzip
+   dev-lang/nasm
+   sys-apps/findutils
+   sys-devel/clang[${MY_LLVM_FLAGS}]
+   sys-devel/lld
+   sys-devel/llvm[${MY_LLVM_FLAGS}]
+
+   cd-efi? ( sys-fs/mtools )
+"
+
+src_configure() {
+   local myconf=(
+   "$(use_enable bios)"
+   "$(use_enable bios-cd)"
+   "$(use_enable bios-pxe)"
+
+   "$(use_enable uefi32 uefi-ia32)"
+   "$(use_enable uefi64 uefi-x86-64)"
+   "$(use_enable uefiaa64 uefi-aarch64)"
+   "$(use_enable cd-efi uefi-cd)"
+   )
+
+   TOOLCHAIN_FOR_TARGET=llvm \
+   econf "${myconf[@]}"
+}



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

2023-04-28 Thread Hans de Graaff
commit: 214f79b08cd7178d18b815a88425274b48ac469a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Apr 28 07:45:37 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Apr 28 08:49:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=214f79b0

dev-ruby/faker: update upstream metadata

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

 dev-ruby/faker/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/faker/metadata.xml b/dev-ruby/faker/metadata.xml
index 945da184ae6b..956c25321217 100644
--- a/dev-ruby/faker/metadata.xml
+++ b/dev-ruby/faker/metadata.xml
@@ -10,6 +10,6 @@
 Gentoo Ruby Project
   
   
-stympy/faker
+faker-ruby/faker
   
 



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

2023-04-28 Thread Hans de Graaff
commit: a002a1dd0c3146ead1ee550e0f64af3f9a80fbc1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Apr 28 06:03:08 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Apr 28 08:49:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a002a1dd

dev-ruby/gettext_i18n_rails: add 1.10.1

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

 dev-ruby/gettext_i18n_rails/Manifest   |  1 +
 .../gettext_i18n_rails-1.10.1.ebuild   | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/dev-ruby/gettext_i18n_rails/Manifest 
b/dev-ruby/gettext_i18n_rails/Manifest
index ab08b00a81da..f966d0f3ed76 100644
--- a/dev-ruby/gettext_i18n_rails/Manifest
+++ b/dev-ruby/gettext_i18n_rails/Manifest
@@ -1 +1,2 @@
 DIST gettext_i18n_rails-1.10.0.tar.gz 21434 BLAKE2B 
7b754b482c527593589f43b2547b5ed418db09bce255ba8e65523c7bf46c5402953990dc5941b06af8745a25c7840358e4beabaf1a2aec295a7763484bce8818
 SHA512 
0016dee43253fbf1fb712d74a1fb85c28d9d23b62af2ab16dfd4837f38749e4be8901b578b6a1e6ecbcf7476114e15873b4c073c5c0bdd7417e1d78515a3e4ff
+DIST gettext_i18n_rails-1.10.1.tar.gz 21451 BLAKE2B 
493307ff0c786aa54ec64140e8f2b0b3b4763f985959123f104a720718ff2bd64786a0d4c081e31a872573467f3183dade2259970b9f04cb68abb51d1cd27f8a
 SHA512 
30aedac2d178c44d5fc5f6501d721ded23b6e3964783c3862aa8dae7902e973338d4a8415146c579270cc900bb1394a92b0a53ebbf9a7437dbe4f1c87a6173ca

diff --git a/dev-ruby/gettext_i18n_rails/gettext_i18n_rails-1.10.1.ebuild 
b/dev-ruby/gettext_i18n_rails/gettext_i18n_rails-1.10.1.ebuild
new file mode 100644
index ..0573377d24ec
--- /dev/null
+++ b/dev-ruby/gettext_i18n_rails/gettext_i18n_rails-1.10.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby30 ruby31"
+
+RUBY_FAKEGEM_EXTRADOC="Readme.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_GEMSPEC="gettext_i18n_rails.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="FastGettext / Rails integration"
+HOMEPAGE="https://github.com/grosser/gettext_i18n_rails";
+SRC_URI="https://github.com/grosser/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/rails:6.1 dev-ruby/activerecord:6.1[sqlite] 
dev-ruby/temple )"
+ruby_add_rdepend ">=dev-ruby/fast_gettext-0.9.0:*"
+
+all_ruby_prepare() {
+   rm Gemfile Gemfile.lock || die
+
+   sed -i -e 's/git ls-files/find/' ${RUBY_FAKEGEM_GEMSPEC} || die
+
+   # Remove specs for slim and hamlet, template engines we don't package.
+   rm spec/gettext_i18n_rails/slim_parser_spec.rb 
spec/gettext_i18n_rails/haml_parser_spec.rb || die
+
+   # Test against specific Rails version
+   sed -e '1igem "rails", "~>6.1.0"' -i spec/spec_helper.rb || die
+}



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

2023-04-28 Thread Hans de Graaff
commit: b61eb60dc7ec33c0e764240eccda5f7e7bb0e15b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Apr 28 07:35:10 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Apr 28 08:49:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b61eb60d

dev-ruby/backports: add 3.24.1

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

 dev-ruby/backports/Manifest|  1 +
 dev-ruby/backports/backports-3.24.1.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-ruby/backports/Manifest b/dev-ruby/backports/Manifest
index d1b09b968a0a..7ca7fed5a18d 100644
--- a/dev-ruby/backports/Manifest
+++ b/dev-ruby/backports/Manifest
@@ -1 +1,2 @@
 DIST backports-3.23.0.tar.gz 181501 BLAKE2B 
ef9841366b27b19837e61177f727cbd0acd58650cebab03329c174d699147fadfe51b4ac404d11332e681285c5f0ddcf387bdf6304237ff32c77048a1f5670b6
 SHA512 
b5b16b78c4dfbadbd60735b29541268cc6446f283ad686add208974fb861b270ffc46ec3cb6702c2ecf760e0de83d31025dbeba90e79383ffda6b4ca0b52a06c
+DIST backports-3.24.1.tar.gz 186050 BLAKE2B 
5c4f22e12ff4b436c356796b1d8af4cbb8ea038536818bdf97b6c42c57c809c01954147240aa250ee7fc26abf5f9d775d3e0f9b73f6db323aec2c8481d15a68f
 SHA512 
bc29c9eaad86ae99f4a22d6f797bd8a93769761c4bc728539a798e7d0c1fe72cedc665673607d4aab8ac0e7e890789f213842a927eac738674b6089b9961ebf0

diff --git a/dev-ruby/backports/backports-3.24.1.ebuild 
b/dev-ruby/backports/backports-3.24.1.ebuild
new file mode 100644
index ..60fd239f37d0
--- /dev/null
+++ b/dev-ruby/backports/backports-3.24.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby30 ruby31 ruby32"
+RUBY_FAKEGEM_TASK_TEST="test"
+
+RUBY_FAKEGEM_GEMSPEC="backports.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Backports of Ruby features for older Ruby"
+HOMEPAGE="https://github.com/marcandre/backports";
+SRC_URI="https://github.com/marcandre/backports/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86"
+IUSE=""
+
+all_ruby_prepare() {
+   # Avoid activesupport test that no longer works in Rails 5. This also 
avoids
+   # a dependency on activesupport
+   sed -i -e '/test_rails/,/^  end/ s:^:#:' test/_backport_guards_test.rb 
|| die
+
+   sed -i -e '/rubocop/I s:^:#:' Rakefile || die
+}



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

2023-04-28 Thread Hans de Graaff
commit: 5afdc59f21189d6bb842d71442ec948824eedb7a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Apr 28 07:45:15 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Apr 28 08:49:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5afdc59f

dev-ruby/faker: add 3.2.0

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

 dev-ruby/faker/Manifest   |  1 +
 dev-ruby/faker/faker-3.2.0.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-ruby/faker/Manifest b/dev-ruby/faker/Manifest
index de50ffe95afd..2e3f1c990e0b 100644
--- a/dev-ruby/faker/Manifest
+++ b/dev-ruby/faker/Manifest
@@ -1,3 +1,4 @@
 DIST faker-2.23.0.tar.gz 1709736 BLAKE2B 
e3524dbecbd1a4825ef8b38801ae1fa30a4392a7d2eb6fe1c94c3da0b0a4f18db621a42423510bf2f9c4bba175d66e10808252a923c9703aaa8de5d5ed54dd44
 SHA512 
b037833b3a6d07adaa70c665af66343d90389f282a2faf8ca55a5a81988163263e3b3069744e67ede206512bb67cf53a104eed34c39d92feb10a282f411bde41
 DIST faker-3.1.0.tar.gz 1726248 BLAKE2B 
55e5ece86c262c91cc7b806f31fc852297158cbfa213e375173d6ed4956daf515f7b3e09273ed40c70b92c2de8e94fc8ff45f62d87b59a37ee097a2cb6bc6a9b
 SHA512 
4fa1d1dc72ae0cb21cdf6fede999a6cbf43e20062306896cca5e2333da9423612ac11b5ecdfb033da46c1eb3141a0bcac47d25485666f126a35971acb4edfcb5
 DIST faker-3.1.1.tar.gz 1730104 BLAKE2B 
131e017b48f4e270c616c33c824aeea827d654ecc6c68f8df5524d9b62950b0ca724b778b9075d00364a7133aa73eec4f2df656f0e828008bf17fe17ee0075de
 SHA512 
43bb00a78520cff4168bcd0f63d07f524fa91588698a166492abf3547b1144ee4224022dd4b3004c779647d0902606788e12fb31735ccb2fb15fece326c5e08d
+DIST faker-3.2.0.tar.gz 1741224 BLAKE2B 
0ff591bda01c5009ef1303403fa954f00f4fb885ef48d4838aa471cc00f527b2a738eedc93ada1cb00c0286c53650960dbf55cbf1ac056b16c93f2489dc0f5ae
 SHA512 
472029d6966a5583cab3991821557af25d2b2bfbbee3c9cda824503d3a0cf8f8ffc9ffaa40299cab952815a40148d20aed78c37d3dedb3c91b3f4bcdf70e5bd1

diff --git a/dev-ruby/faker/faker-3.2.0.ebuild 
b/dev-ruby/faker/faker-3.2.0.ebuild
new file mode 100644
index ..eba3f189c07d
--- /dev/null
+++ b/dev-ruby/faker/faker-3.2.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby30 ruby31 ruby32"
+
+RUBY_FAKEGEM_RECIPE_DOC="none"
+
+RUBY_FAKEGEM_GEMSPEC="faker.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A library for generating fake data such as names, addresses, and 
phone numbers"
+HOMEPAGE="https://github.com/faker-ruby/faker";
+SRC_URI="https://github.com/faker-ruby/faker/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="test"
+
+ruby_add_rdepend ">=dev-ruby/i18n-1.8.11:1 !

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

2023-04-28 Thread Hans de Graaff
commit: 9a27ccb62048ec921ebf3279ac82ffa38691cd7b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Apr 28 08:48:57 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Apr 28 08:49:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a27ccb6

app-admin/puppet-lint: add 3.4.0

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

 app-admin/puppet-lint/Manifest |  1 +
 app-admin/puppet-lint/puppet-lint-3.4.0.ebuild | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/app-admin/puppet-lint/Manifest b/app-admin/puppet-lint/Manifest
index 917a731feec5..cc0209461070 100644
--- a/app-admin/puppet-lint/Manifest
+++ b/app-admin/puppet-lint/Manifest
@@ -1 +1,2 @@
 DIST puppet-lint-2.5.2.gem 91136 BLAKE2B 
cae884b3994c7862f337a214903ecd4d7bb297e9e2bb7495fb94030304f53fa7ae98080b62944d5c96f2af0d208352d00030415a89259e8e188ec53da2a2b643
 SHA512 
996a5fda970c318a3f58a196c7b9aba7e712aae2b24d936b917f1dd9eb6bf5d706df28f70d88e1e174e175aabb13f1d22c8c90289314d5a1dd4ff9207ebbfe03
+DIST puppet-lint-3.4.0.gem 83456 BLAKE2B 
fa6b274b3e6e84095fdaff6f024864dc301f0afc605198cc40b4dd8df7a9de66adfb91982195af9a0ad35301409c23e99d8d6ba5d3c43d3ee4dd57235de2b8cc
 SHA512 
47c025ef925618cba3c1f579a3ef62bd5f9fd8ee7f8f9a68ed84daafeb7f9071e558619b24f0a249fcbe85d8c1b27e715938cc352792f9aa91de131820103e9c

diff --git a/app-admin/puppet-lint/puppet-lint-3.4.0.ebuild 
b/app-admin/puppet-lint/puppet-lint-3.4.0.ebuild
new file mode 100644
index ..3925aec549db
--- /dev/null
+++ b/app-admin/puppet-lint/puppet-lint-3.4.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby30 ruby31 ruby32"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_BINWRAP="puppet-lint"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A linter for puppet DSL"
+HOMEPAGE="https://github.com/puppetlabs/puppet-lint";
+
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+KEYWORDS="~amd64 ~x86"
+
+ruby_add_bdepend "test? (
+   dev-ruby/rspec-its:1
+   dev-ruby/rspec-collection_matchers:1
+   dev-ruby/rspec-json_expectations )"
+
+all_ruby_prepare() {
+   # Skip acceptance tests due to unpackages puppet_litmus which in turn
+   # has a number of unpackaged dependencies.
+   rm -rf spec/acceptance || die
+   rm -f spec/spec_helper_acceptance.rb || die
+}



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

2023-04-28 Thread Mike Pagano
commit: 3aef2e8559d585bebbb2b8b2dc1249d6b79d1f6d
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Apr 28 11:17:53 2023 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Apr 28 11:17:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aef2e85

sys-kernel/gentoo-sources: keyword 4.14.305

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

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

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.14.305.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.14.305.ebuild
index 881befe03e06..3b5afc563878 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.14.305.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.14.305.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 
~sparc x86"
+KEYWORDS="-alpha -amd64 arm arm64 -hppa -ia64 ~m68k ~mips ppc -ppc64 ~s390 
-sparc -x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches";
 IUSE="experimental"
 



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

2023-04-28 Thread Mike Pagano
commit: 4e152454aabf617877dd14bcb06fdd8498691ecb
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Apr 28 11:18:22 2023 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Apr 28 11:18:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e152454

sys-kernel/gentoo-sources: keyword 5.10.167

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

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

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-5.10.167.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-5.10.167.ebuild
index 31aa0ffa8c02..a9e315a2a8fe 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-5.10.167.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-5.10.167.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86"
+KEYWORDS="-alpha -amd64 arm arm64 -hppa -ia64 ~m68k ~mips ppc -ppc64 ~riscv 
~s390 -sparc -x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches";
 IUSE="experimental"
 



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

2023-04-28 Thread Mike Pagano
commit: 67918639018499527322b98c727b7e325ed046b4
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Apr 28 11:18:02 2023 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Apr 28 11:18:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67918639

sys-kernel/gentoo-sources: keyword 4.19.272

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

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

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.19.272.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.19.272.ebuild
index dff5f3f51f11..65c18d38f2b9 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.19.272.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.19.272.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 
~sparc x86"
+KEYWORDS="-alpha -amd64 arm arm64 -hppa -ia64 ~m68k ~mips ppc -ppc64 ~s390 
-sparc -x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches";
 IUSE="experimental"
 



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

2023-04-28 Thread Mike Pagano
commit: c5308f09b2d432aa47ca5f6c4d068f061ae83980
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Apr 28 11:18:31 2023 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Apr 28 11:18:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5308f09

sys-kernel/gentoo-sources: keyword 5.15.94

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

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

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-5.15.94.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-5.15.94.ebuild
index a1062e8041f8..2adf9a723ad6 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-5.15.94.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-5.15.94.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86"
+KEYWORDS="-alpha -amd64 arm arm64 -hppa -ia64 ~m68k ~mips ppc -ppc64 ~riscv 
~s390 -sparc -x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches";
 IUSE="experimental"
 



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

2023-04-28 Thread Mike Pagano
commit: 2e90dfe783e298948cc7bd1646eca5fc3689b4e0
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Apr 28 11:18:38 2023 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Apr 28 11:18:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e90dfe7

sys-kernel/gentoo-sources: keyword 6.1.12

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

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

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-6.1.12.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-6.1.12.ebuild
index dc17347fe45e..68058c4f65ac 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-6.1.12.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-6.1.12.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86"
+KEYWORDS="-alpha -amd64 arm arm64 -hppa -ia64 ~loong ~mips ppc -ppc64 ~riscv 
~s390 -sparc -x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches";
 IUSE="experimental"
 



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

2023-04-28 Thread Mike Pagano
commit: 47fb32c5dc0a946c40164a39a3b4d7839de41b3e
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Apr 28 11:18:12 2023 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Apr 28 11:18:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47fb32c5

sys-kernel/gentoo-sources: keyword 5.4.231

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

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

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-5.4.231.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-5.4.231.ebuild
index 250883b8b29c..85ced556928a 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-5.4.231.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-5.4.231.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 
~sparc x86"
+KEYWORDS="-alpha -amd64 arm arm64 -hppa -ia64 ~m68k ~mips ppc -ppc64 ~s390 
-sparc -x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches";
 IUSE="experimental"
 



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

2023-04-28 Thread Mike Pagano
commit: 1cf72d93b4c3444557279296786934aa863a6b4b
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Apr 28 11:37:58 2023 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Apr 28 11:37:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cf72d93

sys-kernel/gentoo-sources: unkeyword 5.4.231

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

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

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-5.4.231.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-5.4.231.ebuild
index 85ced556928a..3726ba39a41e 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-5.4.231.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-5.4.231.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="-alpha -amd64 arm arm64 -hppa -ia64 ~m68k ~mips ppc -ppc64 ~s390 
-sparc -x86"
+KEYWORDS="arm arm64 ~m68k ~mips ppc ~s390"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches";
 IUSE="experimental"
 



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

2023-04-28 Thread Mike Pagano
commit: f8694917b31b77fe25dabeed90ba5cf9b4af3e13
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Apr 28 11:38:11 2023 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Apr 28 11:38:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8694917

sys-kernel/gentoo-sources: unkeyword 5.15.94

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

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

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-5.15.94.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-5.15.94.ebuild
index 2adf9a723ad6..f6a585c3e77b 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-5.15.94.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-5.15.94.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="-alpha -amd64 arm arm64 -hppa -ia64 ~m68k ~mips ppc -ppc64 ~riscv 
~s390 -sparc -x86"
+KEYWORDS="arm arm64 ~m68k ~mips ppc ~riscv ~s390"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches";
 IUSE="experimental"
 



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

2023-04-28 Thread Mike Pagano
commit: ad6ac2609623d0ff1a0c044466ccfc709d0e63b6
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Apr 28 11:37:52 2023 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Apr 28 11:37:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad6ac260

sys-kernel/gentoo-sources: unkeyword 4.19.272

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

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

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.19.272.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.19.272.ebuild
index 65c18d38f2b9..d6b70e4413f5 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.19.272.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.19.272.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="-alpha -amd64 arm arm64 -hppa -ia64 ~m68k ~mips ppc -ppc64 ~s390 
-sparc -x86"
+KEYWORDS="arm arm64 ~m68k ~mips ppc ~s390"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches";
 IUSE="experimental"
 



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

2023-04-28 Thread Mike Pagano
commit: 53255d6108193056510195190cc6354d48f4b4b0
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Apr 28 11:38:05 2023 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Apr 28 11:38:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53255d61

sys-kernel/gentoo-sources: unkeyword 5.10.167

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

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

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-5.10.167.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-5.10.167.ebuild
index a9e315a2a8fe..4fb07d273356 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-5.10.167.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-5.10.167.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="-alpha -amd64 arm arm64 -hppa -ia64 ~m68k ~mips ppc -ppc64 ~riscv 
~s390 -sparc -x86"
+KEYWORDS="arm arm64 ~m68k ~mips ppc ~riscv ~s390"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches";
 IUSE="experimental"
 



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

2023-04-28 Thread Mike Pagano
commit: fe7fb309bebb46687c00fb8cdf46570bc7030601
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Apr 28 11:37:43 2023 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Apr 28 11:37:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe7fb309

sys-kernel/gentoo-sources: unkeyword 4.14.305

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

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

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.14.305.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.14.305.ebuild
index 3b5afc563878..79bfafeddd0b 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.14.305.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.14.305.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="-alpha -amd64 arm arm64 -hppa -ia64 ~m68k ~mips ppc -ppc64 ~s390 
-sparc -x86"
+KEYWORDS="arm arm64 ~m68k ~mips ppc ~s390"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches";
 IUSE="experimental"
 



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

2023-04-28 Thread Mike Pagano
commit: 91dc90dc2ada3ca21daa923c9e3ac35e99d6bf75
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Apr 28 11:38:17 2023 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Apr 28 11:38:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91dc90dc

sys-kernel/gentoo-sources: unkeyword 6.1.12

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

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

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-6.1.12.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-6.1.12.ebuild
index 68058c4f65ac..e683846b7456 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-6.1.12.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-6.1.12.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="-alpha -amd64 arm arm64 -hppa -ia64 ~loong ~mips ppc -ppc64 ~riscv 
~s390 -sparc -x86"
+KEYWORDS="arm arm64 ~loong ~mips ppc ~riscv ~s390"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches";
 IUSE="experimental"
 



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

2023-04-28 Thread Mike Pagano
commit: 42ea9237191b39a2811bce8c9f8e5eb55be685e4
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Apr 28 11:40:11 2023 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Apr 28 11:40:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42ea9237

sys-kernel/gentoo-sources: drop 6.1.22

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

 sys-kernel/gentoo-sources/Manifest |  3 ---
 .../gentoo-sources/gentoo-sources-6.1.22.ebuild| 28 --
 2 files changed, 31 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index e6f6cb85ac7c..bbf3293a5815 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -106,9 +106,6 @@ DIST genpatches-6.1-14.extras.tar.xz 3804 BLAKE2B 
7f016579b130c9a4f7a8ec946254db
 DIST genpatches-6.1-23.base.tar.xz 1114724 BLAKE2B 
35cef45469a4e42a736c5e94529a211dfc1b60a44e695243d4b936e85933efd685a6e8617abc4b20cd42f736979bda6b85fb66fe33f1d48ebe2cb53fb672a913
 SHA512 
c7cc6f174e7b1b3c5036b4861da9c5b5110c6857c4bca2585bc4090e84382688fe785ae23c3383246682bcf807368a31793921e160882a1dad5b929501c1001a
 DIST genpatches-6.1-23.experimental.tar.xz 82756 BLAKE2B 
970a577b654f4372be1a71bf10f3a9eeb4c492fc4d63f0a4b67392482760dbeda037b702e8f60488e49c1455b0781cd4dfdda2c6d40ee4e1aee73d9f9c8daefb
 SHA512 
9645e8c7b02a91bed2b0a4f2ea3d711234dbc64fc0786fa1ed7899619699e33c0214309cf335f0eab006cb823009258a74515367592e0d48a5cef235be1ea596
 DIST genpatches-6.1-23.extras.tar.xz 3808 BLAKE2B 
328dc3054c6ce8f31bcef2d682301b7b9b06a6d8b3ae96adcaf187cc6bc85561dccd219bfedffd4171c3e8df9ce998d4e615bcf364223afe8e268198d3a9d403
 SHA512 
74e378f6efe8fcadd39e29aaec0d0cc3b2ae8edf909f06a0395a2732d4af1337a966490ff3986237f98086a8779deb1fa980506fcd6385061742187b9bb89da6
-DIST genpatches-6.1-26.base.tar.xz 1261204 BLAKE2B 
c8e9b6f12aa7611fbef190dbe5eed519ba31db4f3a4a59171cd3b896dea5dde47acaced603aaf71fda200cdbc6d068943a58ca2b90c259445a39fdbedd19b8ba
 SHA512 
648a85fe97e4d9754796cddc432611cbe62ca34747f86e088c541fcda75590445dfb4edffbff5d8358b7822c0bd60fcbe48a96a5c1aa9e0d5e168664e80ad8a5
-DIST genpatches-6.1-26.experimental.tar.xz 82772 BLAKE2B 
d91bc91c4f0cb3591b7d873c3c62cd37def5476117b821bdb8cb3f8f7b763dc9d8eaf16e1f17c9bbf9a1e9bfb5b637a498b9ca1456f5207afd96e420c4b3eebf
 SHA512 
cfcf199ffddb51fac31f3a2226b2a68d7633cf76fc8f12557641419b6cefcd3aeb67dc58bd179ebe0da7f06aa6c8ed4327225f456d509f88065a91f8d27a7f86
-DIST genpatches-6.1-26.extras.tar.xz 3808 BLAKE2B 
061dc90cf89ea3876aee7cf9533f33538134e186c6e7daa6dc45ca0efc671822d9b3c3b8868b54978800da24cd550e5433ef866bdaeeaaf326fc765c66a69f7b
 SHA512 
fbd23f38483227af5149cec04cbc70d76f962a15517e85782d0d15e4f55be4d4946ce774a8eaf697483b5c1e047ae83a29988202d782ae9038b6d946d23515fc
 DIST genpatches-6.1-27.base.tar.xz 1321772 BLAKE2B 
8d46e2a7c0023fdca7f30edf56f1504235dfb9f175393dbc4494f58c9fcb4402f0e744bf8f855baf66f3e71531efbf1ed9b2aac7a0143292c336efeaef665eda
 SHA512 
4fc05627f050986dcae332bfae4c582d308f195393ae8cf00c1f32a73a42be0c7178eb5b7e0a4fdd996b203702535523e33b65972540b3a97da3dc1662c49f36
 DIST genpatches-6.1-27.experimental.tar.xz 82732 BLAKE2B 
044430117876da39a2e04830fd30f153de6ccad2bda31653149173f2b4cbcf22e0c058a6b5df29f2923cc981533c1d411d5394de1abb8db777ffdf77cb457bb7
 SHA512 
3b46b5c769b4a184a1586c270d3d4bce34f4640aaad7c3e1412eb76a0c1bb3e2eb17f48ec8c8a3aaeb20d30ce14f6bc13f748ef4bdf34e9de0874b86bf2a4871
 DIST genpatches-6.1-27.extras.tar.xz 3812 BLAKE2B 
bd1f13817906296ceeb943a211abfab4dfec495734ca97031ac901c0b8a644e558d161d843e2e09810f2d39643adaf687ad2c7b5fad78167b7bbcedceeda0e94
 SHA512 
4d6d2bb3a722a1c82b324ab4924a1c2a6b6ea6afecff19f1ebaeb93c542efeb176130f938d7a613c4e11ef809ccd3abe0b4df8c358ce297b5662b36c3a06dc25

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-6.1.22.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-6.1.22.ebuild
deleted file mode 100644
index 773be0dbab1c..
--- a/sys-kernel/gentoo-sources/gentoo-sources-6.1.22.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"
-ETYPE="sources"
-K_WANT_GENPATCHES="base extras experimental"
-K_GENPATCHES_VER="26"
-
-inherit kernel-2
-detect_version
-detect_arch
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
-HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches";
-IUSE="experimental"
-
-DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
-SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
-
-pkg_postinst() {
-   kernel-2_pkg_postinst
-   einfo "For more info on this patchset, and how to report problems, see:"
-   einfo "${HOMEPAGE}"
-}
-
-pkg_postrm() {
-   kernel-2_pkg_postrm
-}



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

2023-04-28 Thread Mike Pagano
commit: 7a0063e40724f4a5d9a94492da93ce4d549f8cf3
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Apr 28 11:40:20 2023 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Apr 28 11:40:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a0063e4

sys-kernel/gentoo-sources: drop 6.1.23

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

 sys-kernel/gentoo-sources/Manifest |  3 ---
 .../gentoo-sources/gentoo-sources-6.1.23.ebuild| 28 --
 2 files changed, 31 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index bbf3293a5815..a4ba14760e0f 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -106,9 +106,6 @@ DIST genpatches-6.1-14.extras.tar.xz 3804 BLAKE2B 
7f016579b130c9a4f7a8ec946254db
 DIST genpatches-6.1-23.base.tar.xz 1114724 BLAKE2B 
35cef45469a4e42a736c5e94529a211dfc1b60a44e695243d4b936e85933efd685a6e8617abc4b20cd42f736979bda6b85fb66fe33f1d48ebe2cb53fb672a913
 SHA512 
c7cc6f174e7b1b3c5036b4861da9c5b5110c6857c4bca2585bc4090e84382688fe785ae23c3383246682bcf807368a31793921e160882a1dad5b929501c1001a
 DIST genpatches-6.1-23.experimental.tar.xz 82756 BLAKE2B 
970a577b654f4372be1a71bf10f3a9eeb4c492fc4d63f0a4b67392482760dbeda037b702e8f60488e49c1455b0781cd4dfdda2c6d40ee4e1aee73d9f9c8daefb
 SHA512 
9645e8c7b02a91bed2b0a4f2ea3d711234dbc64fc0786fa1ed7899619699e33c0214309cf335f0eab006cb823009258a74515367592e0d48a5cef235be1ea596
 DIST genpatches-6.1-23.extras.tar.xz 3808 BLAKE2B 
328dc3054c6ce8f31bcef2d682301b7b9b06a6d8b3ae96adcaf187cc6bc85561dccd219bfedffd4171c3e8df9ce998d4e615bcf364223afe8e268198d3a9d403
 SHA512 
74e378f6efe8fcadd39e29aaec0d0cc3b2ae8edf909f06a0395a2732d4af1337a966490ff3986237f98086a8779deb1fa980506fcd6385061742187b9bb89da6
-DIST genpatches-6.1-27.base.tar.xz 1321772 BLAKE2B 
8d46e2a7c0023fdca7f30edf56f1504235dfb9f175393dbc4494f58c9fcb4402f0e744bf8f855baf66f3e71531efbf1ed9b2aac7a0143292c336efeaef665eda
 SHA512 
4fc05627f050986dcae332bfae4c582d308f195393ae8cf00c1f32a73a42be0c7178eb5b7e0a4fdd996b203702535523e33b65972540b3a97da3dc1662c49f36
-DIST genpatches-6.1-27.experimental.tar.xz 82732 BLAKE2B 
044430117876da39a2e04830fd30f153de6ccad2bda31653149173f2b4cbcf22e0c058a6b5df29f2923cc981533c1d411d5394de1abb8db777ffdf77cb457bb7
 SHA512 
3b46b5c769b4a184a1586c270d3d4bce34f4640aaad7c3e1412eb76a0c1bb3e2eb17f48ec8c8a3aaeb20d30ce14f6bc13f748ef4bdf34e9de0874b86bf2a4871
-DIST genpatches-6.1-27.extras.tar.xz 3812 BLAKE2B 
bd1f13817906296ceeb943a211abfab4dfec495734ca97031ac901c0b8a644e558d161d843e2e09810f2d39643adaf687ad2c7b5fad78167b7bbcedceeda0e94
 SHA512 
4d6d2bb3a722a1c82b324ab4924a1c2a6b6ea6afecff19f1ebaeb93c542efeb176130f938d7a613c4e11ef809ccd3abe0b4df8c358ce297b5662b36c3a06dc25
 DIST genpatches-6.1-28.base.tar.xz 1412456 BLAKE2B 
126c74e7558efbfb104e97e993a70b628fe7882d756ef0ef29031b042651a8df3e2e940d31f85556453cd391358421594f9e089ed194e14b107932a8d525ddf2
 SHA512 
b033d8b873b0c8ebdd89b25dd25a814746b1debc0f0944da8fdc2ec9ed1da3d8d45816547119f7548ac30a91003c3c078a193875711d7839e4de71234192ac6d
 DIST genpatches-6.1-28.experimental.tar.xz 82764 BLAKE2B 
89cac269b0adb25ba2c5248f2f5a3f7ecdc8dc0ba61e410e7b64e50e7ff40c45a7575912b228c8c07dc3225b57d48249e31b2ef5802527ac0d12d016cd385ed1
 SHA512 
f501275cdbf1452ce7770dd0e6d237f40ff2059d2508ee6136b78e64e1de88d95cbed51844b9890dc98e2f4c9e2dc0874dc22fb6d359994e6ae1705fab859e35
 DIST genpatches-6.1-28.extras.tar.xz 3808 BLAKE2B 
3bd49fb256420883a267b2513cc9e6928a107b0142c82d9abd20114f733bfcbd474eeb19a7ef833da27ba625db28806ec25a1dd945f5d94f5bd5f729e445a57d
 SHA512 
06c84adf52e36357fd01e8e1989ba8b8cb08bef052da05d261df3e80aac6d2d10a3c39583fad6d92936e19d8c7484786a4d11f64f2dc3fb5f8e1ee90106d6367

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-6.1.23.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-6.1.23.ebuild
deleted file mode 100644
index a51d4dcff9da..
--- a/sys-kernel/gentoo-sources/gentoo-sources-6.1.23.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"
-ETYPE="sources"
-K_WANT_GENPATCHES="base extras experimental"
-K_GENPATCHES_VER="27"
-
-inherit kernel-2
-detect_version
-detect_arch
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
-HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches";
-IUSE="experimental"
-
-DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
-SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
-
-pkg_postinst() {
-   kernel-2_pkg_postinst
-   einfo "For more info on this patchset, and how to report problems, see:"
-   einfo "${HOMEPAGE}"
-}
-
-pkg_postrm() {
-   kernel-2_pkg_postrm
-}



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

2023-04-28 Thread Mike Pagano
commit: 2dcdb2fc8017e46915e00c6727bb767880074af3
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Apr 28 11:39:40 2023 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Apr 28 11:39:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dcdb2fc

sys-kernel/gentoo-sources: drop 5.15.105

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

 sys-kernel/gentoo-sources/Manifest |  3 ---
 .../gentoo-sources/gentoo-sources-5.15.105.ebuild  | 28 --
 2 files changed, 31 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 6ca19d7edcd2..b6a5b65cd7c6 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -64,9 +64,6 @@ DIST genpatches-5.10-188.extras.tar.xz 3872 BLAKE2B 
bfd4b91944fad6cc5781dae0365b
 DIST genpatches-5.15-107.base.tar.xz 4209440 BLAKE2B 
48fcb9a837d9f13ffa96194e2ec2209decd2d7c50a8d18ce4dadcd15f720496f5a82b821788bc20631b6ca4679cc3f93e48beae4a0c1c515747086476b5c1d5d
 SHA512 
e66a46e0460dc940a021b37f673953d527d87c92f323d3f49d891339bc0040de492193e7415589b47b15ba37fcb05a7c1aeac31d612904afefaf2f748e1ec173
 DIST genpatches-5.15-107.experimental.tar.xz 5420 BLAKE2B 
04391ff2a0f7267f7fc173840e8d1583092c4b3e071345492ae0ff2b1d2c0f1150e2dcbfc936f50adc4a732873fb0e567efec6fc6bef9bd506411d822d94763f
 SHA512 
24442cb4a4b0b9a0b9a87f88550c928bf11e3bf0c947c7115d8f5789ebfa0dd920564013a29fe557849f460051ddec6a174c996be7fdf89b08a8256ea86b2180
 DIST genpatches-5.15-107.extras.tar.xz 3932 BLAKE2B 
59b1279051d08009a8c6e15c5083d7056f7eab8b5beed72dd3421631e9730c7306ce7cae8c3c82f508db261c2a4b2076a2c6c7d3a5fe98419b240e87a0d1e636
 SHA512 
8897cf7b1d42fcb4a0a87417913c624dbc65b9ce5689dee3998b65cba54659e7ecea759c97f4993dca4b928fe7844e025aa8dbe54f5ca492d8f858fdeb9ba3d9
-DIST genpatches-5.15-110.base.tar.xz 4312720 BLAKE2B 
58e3c5a0001f1245a25cbb66e239d393c48d265a5213e51601ea9b24fc33fce97472a1cb63e990ac2d2165c5e7d40372e53952aa47d347282c8ce9f8434a140a
 SHA512 
abbe6099973c90e0751456a522717d7f2d993d873af4a98aff0150c1dfc9a75cf56f9d850dd2a5b8c80915ab27110c65b0b482df27bda00262c043fba731cde6
-DIST genpatches-5.15-110.experimental.tar.xz 5424 BLAKE2B 
77c6717a21f2f3680ed3c65e0f6c0297a7ccdf606615a1d201331a472068990bddbdd5913e447e3c513a6f0f2d3e39928327670958e5bb9ef03dbd6a5ab1999c
 SHA512 
fc8f9650f36588242ed728503d8fd9df3254666c36a79df79faa02548363cdd56bab3906ed3675c5c73b267613517c35ec65a78a3a0219fc9bb071b4b6746ba0
-DIST genpatches-5.15-110.extras.tar.xz 3932 BLAKE2B 
f280b14d3c6b1ed89ccf9752071dd55641d59354a680a2419a8caaa993036ecec716fe063d40fb566ab788632ebc71970b2460b6b915ea2d1db68d78fb7069fc
 SHA512 
cbb844978cc225fab030f43ab0ba76fe5138a9c84381bf1318df55c24fe33bb734f60512daf27e20c191c58da821c69228aa98ca91adf224383a08bf3457741c
 DIST genpatches-5.15-111.base.tar.xz 4338620 BLAKE2B 
4f9776b980fabba9dcfddaae243b747bbae801ce1339268b64064284301050870435f17e3b9ad601e2fad4e1e3f9c5f355246b8410040f190cb584d23f697567
 SHA512 
89829bfd02281f04a3d4cb5c5a72afb166eabff4d0fb794a37a8b746f828b12fd4571773c5c9429f66345a25faee91a0d77d10f768bf69d3d2814e868a1664b5
 DIST genpatches-5.15-111.experimental.tar.xz 5420 BLAKE2B 
9ba1485c00ea1cba8753bb4b29ef3614df21feab079cb9104649eed1724fde2851d787b67e4ceed7b7dac29919405ada145bb49f7bc133e02c7c7ecc60aa9032
 SHA512 
e8023c1dbf87e42d6e1b2ee59b385386eabf2be6fcecbe30ee3dcb4e699e3e385d55e8e525680a81be2d36be740cd00cc4d6503b85ae28cc4116d3801932a9ea
 DIST genpatches-5.15-111.extras.tar.xz 3932 BLAKE2B 
6607fe5f4c30a0252b2f999616fb2c3e497615faa805949906dfa616a71c899907b2a4b05334ae506d3a3e945f2927165b4dd4b56f69bf3006fe0591db169913
 SHA512 
ad52a086be7d38f5620bbdc6cb1ce04cb5aa19cf092f3df15f9b7220173d54bd8b0da31c51cc6cf27ec7ed82870c863bc5bb1ae4f0f578e00b0d155b3fe012cb

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-5.15.105.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-5.15.105.ebuild
deleted file mode 100644
index 630310d20098..
--- a/sys-kernel/gentoo-sources/gentoo-sources-5.15.105.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"
-ETYPE="sources"
-K_WANT_GENPATCHES="base extras experimental"
-K_GENPATCHES_VER="110"
-
-inherit kernel-2
-detect_version
-detect_arch
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
-HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches";
-IUSE="experimental"
-
-DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
-SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
-
-pkg_postinst() {
-   kernel-2_pkg_postinst
-   einfo "For more info on this patchset, and how to report problems, see:"
-   einfo "${HOMEPAGE}"
-}
-
-pkg_postrm() {
-   kernel-2_pkg_postrm
-}



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

2023-04-28 Thread Mike Pagano
commit: e3dfa17efd1e1207c65c24e7b4b714e66419063e
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Apr 28 11:40:52 2023 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Apr 28 11:40:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3dfa17e

sys-kernel/gentoo-sources: drop 6.2.10

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

 sys-kernel/gentoo-sources/Manifest |  3 ---
 .../gentoo-sources/gentoo-sources-6.2.10.ebuild| 28 --
 2 files changed, 31 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 39c89659729e..2d375abebf5c 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -115,9 +115,6 @@ DIST genpatches-6.1-29.extras.tar.xz 3812 BLAKE2B 
d77b52859028d028d6f33f7bdb2658
 DIST genpatches-6.1-30.base.tar.xz 1467496 BLAKE2B 
7e442668319addb39f4812669463c312c9cda5095c1086732da3ba39eb9836985e53afeba31f471d6cd2774d6028e421a254721bcae10ef89d6d38f3856debde
 SHA512 
90a3309cc2e6cad1a971c864839e6acdedb10986fbbfb89799d1327fd4c9a541f4a46aa4d5a898046d1e0a0a648547717e522ee31622ded87e48ec4057a49dc0
 DIST genpatches-6.1-30.experimental.tar.xz 82764 BLAKE2B 
6ba95af1a28d70d6f62e25593ef4135313f6ab83900ffefe0ae66605e8a655205d03b5b7319e206614029dac2ee06c41a92be840937814e87456c799396a7207
 SHA512 
73b9b798ef038a9fc998c613db75cef8d7e8c9ec59a13a3f095b60a54a6cefe9c5548ca76977a8f0ba1f550a6ef8749a947dd6207f7f9d2173bc312027076f5a
 DIST genpatches-6.1-30.extras.tar.xz 3812 BLAKE2B 
8797213e32516d6f5cd88061574201951f5803f9e26e0662eae391704521c9530c47bcf2498a469b3e8f0696a1fa1a329fa097e983476ae4aaf38af465c1593e
 SHA512 
58f4e9d6791b3e9903703349f4cb5456fe2e4d871cdf6f7c3dcf0338982c55c82c1da80b65a768d8efd2d992386c176821f4858aedaefcfc4b293c55a7aa8a1a
-DIST genpatches-6.2-12.base.tar.xz 611100 BLAKE2B 
9e3e50edbd85e9909351304b292de87b74f8adee2a99a2d5c6f858ee195e8df08772f1b1167899b52964b3d7a2595628d0e0e6c7e6dcc79f53b88434123ca308
 SHA512 
9923a3d4fa2f2310954b9d803784192b0367c286880c15af34e63c660ee593373a51d23561be0d1bbec15d39f1b57b345497f5cae3c73535c1caa8e62b8f43c4
-DIST genpatches-6.2-12.experimental.tar.xz 72512 BLAKE2B 
94d9d777e89d9806986d5904a234a7104f0baed50897918a76d43ca67c3b11ad9e476d440c16ad2e96af1b145a300b8e93e38b15b9abef85114383a1adf3a74b
 SHA512 
0782b3d4a8db4753da1570c5cb21b762b4d3a4befd583672ac0492a2770524dd8a9efb785827e6ee887dd25abe3dbf69678de54809f2e46c3018c6cde0c884c9
-DIST genpatches-6.2-12.extras.tar.xz 3808 BLAKE2B 
65df0f1a93ba2eda0ac31002f723d5b730c6af33dc60dd8a6f942a6a0276feafdd12463017164c5b782c031748829d812079290533268f8df497a8b10e1ae4a1
 SHA512 
f91ff719f6cde159026bdc4a76432bd195933d34dd3e7cb3ef0a2dcf18ad6786e2a4f8bab423b1b1d19ace3513c02e048a491f4ca76f37bd211d5579361bef6b
 DIST genpatches-6.2-13.base.tar.xz 700552 BLAKE2B 
53187881831a5ee8ac1581d78d89b56d5e6cbd45a1267f294312fbd648818530f029280b6face5c1c7f7c6d2c13c5e3fc6d1747f4abea8b2065f960a42a45d2e
 SHA512 
2ca287f97bb3c01291eb5faa1de40827d014547e2cbb5063e77597e027f58672a262bcc51f1f2111cb5621f75b59c61a3cfa40f30fe8bc923136f8de3dd3e1ca
 DIST genpatches-6.2-13.experimental.tar.xz 72492 BLAKE2B 
4c0b3ba1be0d4e341513bfa935103db49eaf819a673206fd0e92a09afca6fad009bc14a7f69cac56a9d3e94b7010f5bfb4222e00070921dc389f39265b04e6b2
 SHA512 
f7221a4978c42691377bdcfe6a7eb8b36af8805a2d51615ea8b1e540ffc32e1bafcfbaa5b2c4403364c5b4aebe8cdf172c4324ce5d79b1deb8d53a55493b24a8
 DIST genpatches-6.2-13.extras.tar.xz 3812 BLAKE2B 
2e0620c2c03f6775a4ee7d29aeace0ed2474edf371bdea0aff7ec8b11db0804641ba4d2cb1993fdd7936ad6075c1b7de0bca6c055327b25f17a74d4f3a9d5d4c
 SHA512 
5a146e403f04c1b8fec69ff2824f4d0b446fea895126839aacc511b47b4eadcfcf61ced441e3886ad4fc018379b029305d72a99d34d98ef1fdf486e28e888ce2

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-6.2.10.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-6.2.10.ebuild
deleted file mode 100644
index 3ac3e723d189..
--- a/sys-kernel/gentoo-sources/gentoo-sources-6.2.10.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"
-ETYPE="sources"
-K_WANT_GENPATCHES="base extras experimental"
-K_GENPATCHES_VER="12"
-
-inherit kernel-2
-detect_version
-detect_arch
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
-HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches";
-IUSE="experimental"
-
-DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
-SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
-
-pkg_postinst() {
-   kernel-2_pkg_postinst
-   einfo "For more info on this patchset, and how to report problems, see:"
-   einfo "${HOMEPAGE}"
-}
-
-pkg_postrm() {
-   kernel-2_pkg_postrm
-}



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

2023-04-28 Thread Mike Pagano
commit: b5a7fa6f2335cf10355e68f0ed69c8849669c20b
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Apr 28 11:39:49 2023 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Apr 28 11:39:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5a7fa6f

sys-kernel/gentoo-sources: drop 5.15.106

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

 sys-kernel/gentoo-sources/Manifest |  3 ---
 .../gentoo-sources/gentoo-sources-5.15.106.ebuild  | 28 --
 2 files changed, 31 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index b6a5b65cd7c6..e6f6cb85ac7c 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -64,9 +64,6 @@ DIST genpatches-5.10-188.extras.tar.xz 3872 BLAKE2B 
bfd4b91944fad6cc5781dae0365b
 DIST genpatches-5.15-107.base.tar.xz 4209440 BLAKE2B 
48fcb9a837d9f13ffa96194e2ec2209decd2d7c50a8d18ce4dadcd15f720496f5a82b821788bc20631b6ca4679cc3f93e48beae4a0c1c515747086476b5c1d5d
 SHA512 
e66a46e0460dc940a021b37f673953d527d87c92f323d3f49d891339bc0040de492193e7415589b47b15ba37fcb05a7c1aeac31d612904afefaf2f748e1ec173
 DIST genpatches-5.15-107.experimental.tar.xz 5420 BLAKE2B 
04391ff2a0f7267f7fc173840e8d1583092c4b3e071345492ae0ff2b1d2c0f1150e2dcbfc936f50adc4a732873fb0e567efec6fc6bef9bd506411d822d94763f
 SHA512 
24442cb4a4b0b9a0b9a87f88550c928bf11e3bf0c947c7115d8f5789ebfa0dd920564013a29fe557849f460051ddec6a174c996be7fdf89b08a8256ea86b2180
 DIST genpatches-5.15-107.extras.tar.xz 3932 BLAKE2B 
59b1279051d08009a8c6e15c5083d7056f7eab8b5beed72dd3421631e9730c7306ce7cae8c3c82f508db261c2a4b2076a2c6c7d3a5fe98419b240e87a0d1e636
 SHA512 
8897cf7b1d42fcb4a0a87417913c624dbc65b9ce5689dee3998b65cba54659e7ecea759c97f4993dca4b928fe7844e025aa8dbe54f5ca492d8f858fdeb9ba3d9
-DIST genpatches-5.15-111.base.tar.xz 4338620 BLAKE2B 
4f9776b980fabba9dcfddaae243b747bbae801ce1339268b64064284301050870435f17e3b9ad601e2fad4e1e3f9c5f355246b8410040f190cb584d23f697567
 SHA512 
89829bfd02281f04a3d4cb5c5a72afb166eabff4d0fb794a37a8b746f828b12fd4571773c5c9429f66345a25faee91a0d77d10f768bf69d3d2814e868a1664b5
-DIST genpatches-5.15-111.experimental.tar.xz 5420 BLAKE2B 
9ba1485c00ea1cba8753bb4b29ef3614df21feab079cb9104649eed1724fde2851d787b67e4ceed7b7dac29919405ada145bb49f7bc133e02c7c7ecc60aa9032
 SHA512 
e8023c1dbf87e42d6e1b2ee59b385386eabf2be6fcecbe30ee3dcb4e699e3e385d55e8e525680a81be2d36be740cd00cc4d6503b85ae28cc4116d3801932a9ea
-DIST genpatches-5.15-111.extras.tar.xz 3932 BLAKE2B 
6607fe5f4c30a0252b2f999616fb2c3e497615faa805949906dfa616a71c899907b2a4b05334ae506d3a3e945f2927165b4dd4b56f69bf3006fe0591db169913
 SHA512 
ad52a086be7d38f5620bbdc6cb1ce04cb5aa19cf092f3df15f9b7220173d54bd8b0da31c51cc6cf27ec7ed82870c863bc5bb1ae4f0f578e00b0d155b3fe012cb
 DIST genpatches-5.15-112.base.tar.xz 4370104 BLAKE2B 
578389e95be1b135fffdbcd598088d07d07ecc764307278c0339351d879594a994a4904500ee1b003ceb5ed928e95b5b07c363d94ff99db3e93568d25234fb26
 SHA512 
3797509bce6dd1949190f0d9bcb4d1c918c9bcd9f528b493b5f3b7e2fcb9265ea42e51e218c0342814e0f55c827ddd1bab130df76f849352e5894225d73bf3e8
 DIST genpatches-5.15-112.experimental.tar.xz 5424 BLAKE2B 
06e2f9467e7ffc2bbf3b7357975dbe83fc1a953249fe78053f4b17b9c46d0087b59ba0968da2a48fed80f59e07451f609c44de2798b141712e492fd7aaeb18e9
 SHA512 
ee92637119e5a9f04d89843d0e2020a6012d91db13b2b43429bc3d273c73303b4ffc587e658bed7898ad02cedaf45337f9ea62bca67e7a3981713b1e89934a78
 DIST genpatches-5.15-112.extras.tar.xz 3932 BLAKE2B 
f76085492bf8b1c1bd9092174460be8ef5e22921f1f7a6282eff9cece01203ca68d0259b94a184161bfabddef1a7e5f1eb29b0da5eb85cc35853e767a2239216
 SHA512 
3e8ea63b9011f782b11e1df144414d9e3f53f24a391829342c872dd4f5b0a3c128dd792f95feab7aca08adf6a08d88e11ec2e2d61e0b0302546f0a55f29b78dc

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-5.15.106.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-5.15.106.ebuild
deleted file mode 100644
index f377a58f524b..
--- a/sys-kernel/gentoo-sources/gentoo-sources-5.15.106.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"
-ETYPE="sources"
-K_WANT_GENPATCHES="base extras experimental"
-K_GENPATCHES_VER="111"
-
-inherit kernel-2
-detect_version
-detect_arch
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
-HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches";
-IUSE="experimental"
-
-DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
-SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
-
-pkg_postinst() {
-   kernel-2_pkg_postinst
-   einfo "For more info on this patchset, and how to report problems, see:"
-   einfo "${HOMEPAGE}"
-}
-
-pkg_postrm() {
-   kernel-2_pkg_postrm
-}



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

2023-04-28 Thread Mike Pagano
commit: 3c711aad3b31185083f7dcad3a92fce5f6e70094
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Apr 28 11:40:41 2023 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Apr 28 11:40:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c711aad

sys-kernel/gentoo-sources: drop 6.2.9

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

 sys-kernel/gentoo-sources/Manifest |  3 ---
 .../gentoo-sources/gentoo-sources-6.2.9.ebuild | 28 --
 2 files changed, 31 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 2bcec8ea35e5..39c89659729e 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -115,9 +115,6 @@ DIST genpatches-6.1-29.extras.tar.xz 3812 BLAKE2B 
d77b52859028d028d6f33f7bdb2658
 DIST genpatches-6.1-30.base.tar.xz 1467496 BLAKE2B 
7e442668319addb39f4812669463c312c9cda5095c1086732da3ba39eb9836985e53afeba31f471d6cd2774d6028e421a254721bcae10ef89d6d38f3856debde
 SHA512 
90a3309cc2e6cad1a971c864839e6acdedb10986fbbfb89799d1327fd4c9a541f4a46aa4d5a898046d1e0a0a648547717e522ee31622ded87e48ec4057a49dc0
 DIST genpatches-6.1-30.experimental.tar.xz 82764 BLAKE2B 
6ba95af1a28d70d6f62e25593ef4135313f6ab83900ffefe0ae66605e8a655205d03b5b7319e206614029dac2ee06c41a92be840937814e87456c799396a7207
 SHA512 
73b9b798ef038a9fc998c613db75cef8d7e8c9ec59a13a3f095b60a54a6cefe9c5548ca76977a8f0ba1f550a6ef8749a947dd6207f7f9d2173bc312027076f5a
 DIST genpatches-6.1-30.extras.tar.xz 3812 BLAKE2B 
8797213e32516d6f5cd88061574201951f5803f9e26e0662eae391704521c9530c47bcf2498a469b3e8f0696a1fa1a329fa097e983476ae4aaf38af465c1593e
 SHA512 
58f4e9d6791b3e9903703349f4cb5456fe2e4d871cdf6f7c3dcf0338982c55c82c1da80b65a768d8efd2d992386c176821f4858aedaefcfc4b293c55a7aa8a1a
-DIST genpatches-6.2-11.base.tar.xz 543376 BLAKE2B 
d034518061bff5104d3659da0cccdb7c9a17cb1c158ba123192def3b5b9e7ac49a4cdc3a4f040bf1c2c785941a84a17b2aa051d0f6ae5e52b5f589233f1796ce
 SHA512 
6a6bb723a981b9fe935763e496c50316349e5b2d3d2dda8638b5500a9b6b398009c038eb1a1806c39fd4057f72b95074e38d649c04a33cd22b7bc6a0b21e1797
-DIST genpatches-6.2-11.experimental.tar.xz 72512 BLAKE2B 
5ddfd9f313a1508ef2ea30cb4a5e117eca5cb041e33b789d947baa14e4a705386bddff2355b8d498a46f4c9afc48fe419844a3df4ff105b782e94d9ff29b3749
 SHA512 
28dc3c6d314799fd92b2bb5194e8fefd6dcb0269cea8efca787048e04e69a2ee8107949cd36392c1ee314bc4a40931a9b8372dad017edf146476addee601fb7e
-DIST genpatches-6.2-11.extras.tar.xz 3812 BLAKE2B 
73b6bd3e03d9cdfcd854ff29fe3184cc3c69003fa00955bc38ad756a488d35075b3db976784fb393b07afb98b99857a3ef09746d0849f2c6cc1c5d38dff52304
 SHA512 
e56b74f01db62f21cd4075283cb108f415035ea3775a67421adeede42bae42b88e463a900c19b4ace394926c901272a7658b85ce13e2a6c76c1b820ecbe9f462
 DIST genpatches-6.2-12.base.tar.xz 611100 BLAKE2B 
9e3e50edbd85e9909351304b292de87b74f8adee2a99a2d5c6f858ee195e8df08772f1b1167899b52964b3d7a2595628d0e0e6c7e6dcc79f53b88434123ca308
 SHA512 
9923a3d4fa2f2310954b9d803784192b0367c286880c15af34e63c660ee593373a51d23561be0d1bbec15d39f1b57b345497f5cae3c73535c1caa8e62b8f43c4
 DIST genpatches-6.2-12.experimental.tar.xz 72512 BLAKE2B 
94d9d777e89d9806986d5904a234a7104f0baed50897918a76d43ca67c3b11ad9e476d440c16ad2e96af1b145a300b8e93e38b15b9abef85114383a1adf3a74b
 SHA512 
0782b3d4a8db4753da1570c5cb21b762b4d3a4befd583672ac0492a2770524dd8a9efb785827e6ee887dd25abe3dbf69678de54809f2e46c3018c6cde0c884c9
 DIST genpatches-6.2-12.extras.tar.xz 3808 BLAKE2B 
65df0f1a93ba2eda0ac31002f723d5b730c6af33dc60dd8a6f942a6a0276feafdd12463017164c5b782c031748829d812079290533268f8df497a8b10e1ae4a1
 SHA512 
f91ff719f6cde159026bdc4a76432bd195933d34dd3e7cb3ef0a2dcf18ad6786e2a4f8bab423b1b1d19ace3513c02e048a491f4ca76f37bd211d5579361bef6b

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-6.2.9.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-6.2.9.ebuild
deleted file mode 100644
index f51ee789f93e..
--- a/sys-kernel/gentoo-sources/gentoo-sources-6.2.9.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"
-ETYPE="sources"
-K_WANT_GENPATCHES="base extras experimental"
-K_GENPATCHES_VER="11"
-
-inherit kernel-2
-detect_version
-detect_arch
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
-HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches";
-IUSE="experimental"
-
-DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
-SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
-
-pkg_postinst() {
-   kernel-2_pkg_postinst
-   einfo "For more info on this patchset, and how to report problems, see:"
-   einfo "${HOMEPAGE}"
-}
-
-pkg_postrm() {
-   kernel-2_pkg_postrm
-}



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

2023-04-28 Thread Mike Pagano
commit: aa9f833663088fcbc87c6065e3f83c2fbc85a912
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Apr 28 11:40:34 2023 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Apr 28 11:40:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa9f8336

sys-kernel/gentoo-sources: drop 6.2.8

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

 sys-kernel/gentoo-sources/Manifest |  3 ---
 .../gentoo-sources/gentoo-sources-6.2.8.ebuild | 28 --
 2 files changed, 31 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index a4ba14760e0f..2bcec8ea35e5 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -115,9 +115,6 @@ DIST genpatches-6.1-29.extras.tar.xz 3812 BLAKE2B 
d77b52859028d028d6f33f7bdb2658
 DIST genpatches-6.1-30.base.tar.xz 1467496 BLAKE2B 
7e442668319addb39f4812669463c312c9cda5095c1086732da3ba39eb9836985e53afeba31f471d6cd2774d6028e421a254721bcae10ef89d6d38f3856debde
 SHA512 
90a3309cc2e6cad1a971c864839e6acdedb10986fbbfb89799d1327fd4c9a541f4a46aa4d5a898046d1e0a0a648547717e522ee31622ded87e48ec4057a49dc0
 DIST genpatches-6.1-30.experimental.tar.xz 82764 BLAKE2B 
6ba95af1a28d70d6f62e25593ef4135313f6ab83900ffefe0ae66605e8a655205d03b5b7319e206614029dac2ee06c41a92be840937814e87456c799396a7207
 SHA512 
73b9b798ef038a9fc998c613db75cef8d7e8c9ec59a13a3f095b60a54a6cefe9c5548ca76977a8f0ba1f550a6ef8749a947dd6207f7f9d2173bc312027076f5a
 DIST genpatches-6.1-30.extras.tar.xz 3812 BLAKE2B 
8797213e32516d6f5cd88061574201951f5803f9e26e0662eae391704521c9530c47bcf2498a469b3e8f0696a1fa1a329fa097e983476ae4aaf38af465c1593e
 SHA512 
58f4e9d6791b3e9903703349f4cb5456fe2e4d871cdf6f7c3dcf0338982c55c82c1da80b65a768d8efd2d992386c176821f4858aedaefcfc4b293c55a7aa8a1a
-DIST genpatches-6.2-10.base.tar.xz 477872 BLAKE2B 
e95784495c97ccdb838e9a9d206c372545b3b06e5bd58c29c30d14a6fd615fae205934c665ce018b58b0f53534e5d440240079489da5c26de64913c50456281a
 SHA512 
6f3730dc20c6a700f403fd8a01e0cf0b5d871e10c415a808ce91c53fb43e0c636c9e2767eddbc61d52137675a2a620d0efc7c5b48b06906ccbdfbbac8c927bb1
-DIST genpatches-6.2-10.experimental.tar.xz 72508 BLAKE2B 
dae135a7257452655563949dccca9b73e12f31bbdd5a30ca271ae0236dcda35096b0599b8c124da2ec13855ba431b7f10f5d6ad06cea5fc44513ee15256d1a24
 SHA512 
97f578bca15096c0baf87d24a09e5a77b045831cec5585d8aa976ecbf5123c81248a8b9d2b2b8c32ce2a4fea791a3f53555b9f79a6a133fddcf2a3e9b68c8142
-DIST genpatches-6.2-10.extras.tar.xz 3812 BLAKE2B 
f4a8c6c516e523bdd18ea881469ea19d8b5ab77b989ff79a71690cd321ae8c8f323801bb25f0861e1f648cd4162bdfff3a0858137fcfc20db6a2414088c8b994
 SHA512 
098b6c26dff1e420314cc9bf3e716d3c946b7f3ee8f2117744dd050d9a1cb266e4622d25b5d61990902dbec4e98ed46b991b10f15e43697ee61ffccbbf88f485
 DIST genpatches-6.2-11.base.tar.xz 543376 BLAKE2B 
d034518061bff5104d3659da0cccdb7c9a17cb1c158ba123192def3b5b9e7ac49a4cdc3a4f040bf1c2c785941a84a17b2aa051d0f6ae5e52b5f589233f1796ce
 SHA512 
6a6bb723a981b9fe935763e496c50316349e5b2d3d2dda8638b5500a9b6b398009c038eb1a1806c39fd4057f72b95074e38d649c04a33cd22b7bc6a0b21e1797
 DIST genpatches-6.2-11.experimental.tar.xz 72512 BLAKE2B 
5ddfd9f313a1508ef2ea30cb4a5e117eca5cb041e33b789d947baa14e4a705386bddff2355b8d498a46f4c9afc48fe419844a3df4ff105b782e94d9ff29b3749
 SHA512 
28dc3c6d314799fd92b2bb5194e8fefd6dcb0269cea8efca787048e04e69a2ee8107949cd36392c1ee314bc4a40931a9b8372dad017edf146476addee601fb7e
 DIST genpatches-6.2-11.extras.tar.xz 3812 BLAKE2B 
73b6bd3e03d9cdfcd854ff29fe3184cc3c69003fa00955bc38ad756a488d35075b3db976784fb393b07afb98b99857a3ef09746d0849f2c6cc1c5d38dff52304
 SHA512 
e56b74f01db62f21cd4075283cb108f415035ea3775a67421adeede42bae42b88e463a900c19b4ace394926c901272a7658b85ce13e2a6c76c1b820ecbe9f462

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-6.2.8.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-6.2.8.ebuild
deleted file mode 100644
index ceb323b036cf..
--- a/sys-kernel/gentoo-sources/gentoo-sources-6.2.8.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"
-ETYPE="sources"
-K_WANT_GENPATCHES="base extras experimental"
-K_GENPATCHES_VER="10"
-
-inherit kernel-2
-detect_version
-detect_arch
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
-HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches";
-IUSE="experimental"
-
-DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
-SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
-
-pkg_postinst() {
-   kernel-2_pkg_postinst
-   einfo "For more info on this patchset, and how to report problems, see:"
-   einfo "${HOMEPAGE}"
-}
-
-pkg_postrm() {
-   kernel-2_pkg_postrm
-}



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

2023-04-28 Thread Mike Pagano
commit: 14953baa13c959d3166e1898d42c1c7a76c16c92
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Apr 28 11:56:22 2023 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Apr 28 11:56:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14953baa

sys-kernel/gentoo-sources: unkeyword 5.10.167 for ~riscv

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

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

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-5.10.167.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-5.10.167.ebuild
index 4fb07d273356..385d5260f657 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-5.10.167.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-5.10.167.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="arm arm64 ~m68k ~mips ppc ~riscv ~s390"
+KEYWORDS="arm arm64 ~m68k ~mips ppc ~s390"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches";
 IUSE="experimental"
 



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

2023-04-28 Thread Mike Pagano
commit: e62e8439d204c612234e68c19cb283bd393106a6
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Apr 28 11:56:10 2023 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Apr 28 11:56:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e62e8439

sys-kernel/gentoo-sources: unkeyword 6.1.12 for ~riscv

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

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

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-6.1.12.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-6.1.12.ebuild
index e683846b7456..20583c4d3ef2 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-6.1.12.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-6.1.12.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="arm arm64 ~loong ~mips ppc ~riscv ~s390"
+KEYWORDS="arm arm64 ~loong ~mips ppc ~s390"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches";
 IUSE="experimental"
 



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

2023-04-28 Thread Mike Pagano
commit: 700980a50c610d001c80252f249fb330dcc74de9
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Apr 28 11:55:56 2023 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Apr 28 11:55:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=700980a5

sys-kernel/gentoo-sources: unkeyword 5.15.94 for ~riscv

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

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

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-5.15.94.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-5.15.94.ebuild
index f6a585c3e77b..4212423cb262 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-5.15.94.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-5.15.94.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="arm arm64 ~m68k ~mips ppc ~riscv ~s390"
+KEYWORDS="arm arm64 ~m68k ~mips ppc ~s390"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches";
 IUSE="experimental"
 



[gentoo-commits] repo/gentoo:master commit in: app-emacs/jinx/

2023-04-28 Thread Arsen Arsenović
commit: 75c690fc1e688fa2c074645dc3ab007d9a522ca3
Author: Arsen Arsenović  gentoo  org>
AuthorDate: Fri Apr 28 11:55:11 2023 +
Commit: Arsen Arsenović  gentoo  org>
CommitDate: Fri Apr 28 11:58:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75c690fc

app-emacs/jinx: add 0.8

Signed-off-by: Arsen Arsenović  gentoo.org>

 app-emacs/jinx/Manifest|  1 +
 app-emacs/jinx/jinx-0.8.ebuild | 41 +
 2 files changed, 42 insertions(+)

diff --git a/app-emacs/jinx/Manifest b/app-emacs/jinx/Manifest
index 84298b78d244..ba67f78e4334 100644
--- a/app-emacs/jinx/Manifest
+++ b/app-emacs/jinx/Manifest
@@ -1 +1,2 @@
 DIST jinx-0.7.tar.xz 17816 BLAKE2B 
d31ae1c35c5808237890c5c6ecaab915af7cc70260ae05de06c049a9bc250c3ff824a18256715fb7ed12e02df60b24aa957192b95fd3a0ab28e5102f5cf63718
 SHA512 
ed291b1d5eb5b799f629ed3d0d5bfca65e7f11d9349a672f09087a47ebe65a7bc8bef8fda6d344472dc8bc14c97c5d49c79365d45da5c9570e0cf84d51723928
+DIST jinx-0.8.tar.xz 19064 BLAKE2B 
f5c2382e635b4266ac7ea4a500f3ca56f029c1104608ae12570a5983e971dff17bd2d4c7c721b080ac7ab136e7a7cc305cc96b2a5dc825caf17c5713d37702d8
 SHA512 
63ef5031252a98e3c4e22a331fbe99d6fb0465f965fbf7ce4e319514b2ddd8230db66d48c72bc5d957a77b2c8609f08636f1579fe4cefb44e2f56b654638fb52

diff --git a/app-emacs/jinx/jinx-0.8.ebuild b/app-emacs/jinx/jinx-0.8.ebuild
new file mode 100644
index ..3708e4eda694
--- /dev/null
+++ b/app-emacs/jinx/jinx-0.8.ebuild
@@ -0,0 +1,41 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=27.1
+inherit edo elisp toolchain-funcs
+
+DESCRIPTION="Enchanted Spell Checker for GNU Emacs"
+HOMEPAGE="https://github.com/minad/jinx";
+
+# Recompressed from ELPA.
+SRC_URI="https://dev.gentoo.org/~arsen/${P}.tar.xz";
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   app-text/enchant:2
+   >=app-emacs/compat-29.1.4.0
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+ELISP_REMOVE="${PN}-pkg.el"
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+   edo $(tc-getCC) -fPIC -Wall -Wextra -shared \
+   $($(tc-getPKG_CONFIG) --cflags --libs enchant-2) \
+   ${CPPFLAGS} ${CFLAGS} ${LDFLAGS} -o jinx-mod.so jinx-mod.c
+   elisp_src_compile
+}
+
+src_install() {
+   elisp-make-autoload-file
+   elisp_src_install
+
+   elisp-modules-install "${PN}" jinx-mod.so
+}



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

2023-04-28 Thread Alfredo Tupone
commit: 9066d11c1dbbabc7c9e7d7afb542364dac228f97
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Fri Apr 28 13:04:49 2023 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Fri Apr 28 13:04:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9066d11c

dev-ml/camlp5: stabilize 8.00.05-r1 for amd64

Signed-off-by: Alfredo Tupone  gentoo.org>

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

diff --git a/dev-ml/camlp5/camlp5-8.00.05-r1.ebuild 
b/dev-ml/camlp5/camlp5-8.00.05-r1.ebuild
index adb4094a4b81..651a93376e93 100644
--- a/dev-ml/camlp5/camlp5-8.00.05-r1.ebuild
+++ b/dev-ml/camlp5/camlp5-8.00.05-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/${PV}.tar.gz
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~x86"
 IUSE="doc +ocamlopt"
 
 RDEPEND="



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

2023-04-28 Thread Alfredo Tupone
commit: a60cae5dd5d07dca8b86c63ae8f57b23b517f9b9
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Fri Apr 28 13:10:35 2023 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Fri Apr 28 13:10:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a60cae5d

dev-ml/core_bench: stabilize 0.15.0 for amd64

Signed-off-by: Alfredo Tupone  gentoo.org>

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

diff --git a/dev-ml/core_bench/core_bench-0.15.0.ebuild 
b/dev-ml/core_bench/core_bench-0.15.0.ebuild
index fd63debba0c6..1cb6181e4157 100644
--- a/dev-ml/core_bench/core_bench-0.15.0.ebuild
+++ b/dev-ml/core_bench/core_bench-0.15.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="dev-ml/textutils:${SLOT}"



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/chemex/

2023-04-28 Thread Pacho Ramos
commit: f5bb74cbaf93dece9145b7de99ee0d31f83d50f1
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Apr 28 13:59:56 2023 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Fri Apr 28 14:00:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5bb74cb

sci-chemistry/chemex: drop 2022.3.0, 2022.3.1, 2022.3.3

Signed-off-by: Pacho Ramos  gentoo.org>

 sci-chemistry/chemex/Manifest   |  3 ---
 sci-chemistry/chemex/chemex-2022.3.0.ebuild | 42 -
 sci-chemistry/chemex/chemex-2022.3.1.ebuild | 42 -
 sci-chemistry/chemex/chemex-2022.3.3.ebuild | 42 -
 4 files changed, 129 deletions(-)

diff --git a/sci-chemistry/chemex/Manifest b/sci-chemistry/chemex/Manifest
index 477012635af1..e700db25c152 100644
--- a/sci-chemistry/chemex/Manifest
+++ b/sci-chemistry/chemex/Manifest
@@ -1,5 +1,2 @@
-DIST chemex-2022.3.0.tar.gz 2842921 BLAKE2B 
d0fe809ed64ee86ef319bd76c33dea1e75de13fc7cdf7e77d8cb74e4c76b66edd6e3c535df405a66bfc228780f34ee18a56639241ae8c234ac4128ed4ba806f3
 SHA512 
93a8e362ec024a3d49e2792e485b3a7808944fb02c41dae0d0b2af14ccb00b95d9edddc47eef0f08d1040b08cf6078be74b45185be84b495ead96c951ee52515
-DIST chemex-2022.3.1.tar.gz 2845188 BLAKE2B 
dbc6c73f1c8702a027c647b6c9a64a00a0ba5ce64e16fc68062b3bc4cff95f4c643d57b28d74f3bcda7b24ab99ce9bc28baad950b9cca1356e6b8a36be17
 SHA512 
f398a3402e11157950b599325c2152a2b47221cb2b926510fd4494554399aaf404de871c83f23fff86be8124e1151903cb6378c118fdecec55f4110cdbf74647
-DIST chemex-2022.3.3.tar.gz 2845363 BLAKE2B 
66912797480ceab3c4010c6c90f26e3cbb134d9b0f06fee35f46e22571ddd6cd30f2a65097d883ced7a2617c4034e5ac19caf76213f188465c791152087d3a32
 SHA512 
62023b86eb8c61365e09deeacd4c5e50c62897a814d7cfc99ec9fb3bb6a152f70fa387b4ea541eb7e3093149168811b1e9dd9177df9d893f612190b006c335dc
 DIST chemex-2022.3.4.tar.gz 2845201 BLAKE2B 
91a76bdb54857710d482b14e36d24adec8706c385da7300d8cf7189426af28651877d487eb061e26656432575eb711de0e3a92724d1488d99efcdc8a682b59bd
 SHA512 
304af730149a2f6723bbe36c0deafb826392cd571a2b4245bb42e28612ceef3ee2ca989f1909ddc7709081f742a997469565ef7d02994fda8087372f29e1dfe1
 DIST chemex-2022.3.5.tar.gz 2845347 BLAKE2B 
29b53ba8afcfd91e4f50119f212557de85d8576474b74d2ad925c8c2adb89397640e7b352b6785dc99a8c4e5007294609640219b2374cbb3144f94c5f9113d96
 SHA512 
3a92702d105e95e0a7b15e01b839d5982df55477afb98e58f7458a0e87230e94597c01d33c219ae469ed62e4ddaecdb787ae435453d428843d5a612159715d2b

diff --git a/sci-chemistry/chemex/chemex-2022.3.0.ebuild 
b/sci-chemistry/chemex/chemex-2022.3.0.ebuild
deleted file mode 100644
index 172721dca8e1..
--- a/sci-chemistry/chemex/chemex-2022.3.0.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_SINGLE_IMPL="yes"
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Program to fit chemical exchange induced shift and relaxation 
data"
-HOMEPAGE="https://github.com/gbouvignies/chemex";
-SRC_URI="https://github.com/gbouvignies/ChemEx/archive/refs/tags/v${PV/_p/-dev}.tar.gz
 -> ${P}.tar.gz"
-S="${WORKDIR}/ChemEx-${PV/_p/-dev}"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64"
-IUSE="test"
-
-#RESTRICT="!test? ( test )"
-# FIXME: Restrict until tests are readded 
https://github.com/gbouvignies/ChemEx/issues/51
-RESTRICT="test"
-
-RDEPEND="
-   $(python_gen_cond_dep '
-   >=dev-python/asteval-0.9.25[${PYTHON_USEDEP}]
-   >=dev-python/cachetools-5.2.0[${PYTHON_USEDEP}]
-   >=dev-python/lmfit-1.1.0[${PYTHON_USEDEP}]
-   >=dev-python/matplotlib-3.6.2[${PYTHON_USEDEP}]
-   >=dev-python/numpy-1.24.1[${PYTHON_USEDEP}]
-   >=dev-python/pydantic-1.10.4[${PYTHON_USEDEP}]
-   >=dev-python/rapidfuzz-2.13.7[${PYTHON_USEDEP}]
-   >=dev-python/rich-13.0.0[${PYTHON_USEDEP}]
-   >=dev-python/scipy-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/tomli-2.0.1[${PYTHON_USEDEP}]
-   ')
-"
-DEPEND="${RDEPEND}"
-
-distutils_enable_tests pytest

diff --git a/sci-chemistry/chemex/chemex-2022.3.1.ebuild 
b/sci-chemistry/chemex/chemex-2022.3.1.ebuild
deleted file mode 100644
index 680825ce6e05..
--- a/sci-chemistry/chemex/chemex-2022.3.1.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_SINGLE_IMPL="yes"
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Program to fit chemical exchange induced shift and relaxation 
data"
-HOMEPAGE="https://github.com/gbouvignies/chemex";
-SRC_URI="https://github.com/gbouvignies/ChemEx/archive/refs/tags/v${PV/_p/-dev}.tar.gz
 -> ${P}.tar.gz"
-S="${WORKDIR}/ChemEx-${PV/_p/-dev}"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64"
-IUSE="test"
-
-#RESTRICT="

[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/chemex/

2023-04-28 Thread Pacho Ramos
commit: 556f99ef460dc08f6e93f43acf6377b380450dfd
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Apr 28 13:59:44 2023 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Fri Apr 28 14:00:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=556f99ef

sci-chemistry/chemex: add 2022.3.5

Signed-off-by: Pacho Ramos  gentoo.org>

 sci-chemistry/chemex/Manifest   |  1 +
 sci-chemistry/chemex/chemex-2022.3.5.ebuild | 42 +
 2 files changed, 43 insertions(+)

diff --git a/sci-chemistry/chemex/Manifest b/sci-chemistry/chemex/Manifest
index d288d535bd77..477012635af1 100644
--- a/sci-chemistry/chemex/Manifest
+++ b/sci-chemistry/chemex/Manifest
@@ -2,3 +2,4 @@ DIST chemex-2022.3.0.tar.gz 2842921 BLAKE2B 
d0fe809ed64ee86ef319bd76c33dea1e75de
 DIST chemex-2022.3.1.tar.gz 2845188 BLAKE2B 
dbc6c73f1c8702a027c647b6c9a64a00a0ba5ce64e16fc68062b3bc4cff95f4c643d57b28d74f3bcda7b24ab99ce9bc28baad950b9cca1356e6b8a36be17
 SHA512 
f398a3402e11157950b599325c2152a2b47221cb2b926510fd4494554399aaf404de871c83f23fff86be8124e1151903cb6378c118fdecec55f4110cdbf74647
 DIST chemex-2022.3.3.tar.gz 2845363 BLAKE2B 
66912797480ceab3c4010c6c90f26e3cbb134d9b0f06fee35f46e22571ddd6cd30f2a65097d883ced7a2617c4034e5ac19caf76213f188465c791152087d3a32
 SHA512 
62023b86eb8c61365e09deeacd4c5e50c62897a814d7cfc99ec9fb3bb6a152f70fa387b4ea541eb7e3093149168811b1e9dd9177df9d893f612190b006c335dc
 DIST chemex-2022.3.4.tar.gz 2845201 BLAKE2B 
91a76bdb54857710d482b14e36d24adec8706c385da7300d8cf7189426af28651877d487eb061e26656432575eb711de0e3a92724d1488d99efcdc8a682b59bd
 SHA512 
304af730149a2f6723bbe36c0deafb826392cd571a2b4245bb42e28612ceef3ee2ca989f1909ddc7709081f742a997469565ef7d02994fda8087372f29e1dfe1
+DIST chemex-2022.3.5.tar.gz 2845347 BLAKE2B 
29b53ba8afcfd91e4f50119f212557de85d8576474b74d2ad925c8c2adb89397640e7b352b6785dc99a8c4e5007294609640219b2374cbb3144f94c5f9113d96
 SHA512 
3a92702d105e95e0a7b15e01b839d5982df55477afb98e58f7458a0e87230e94597c01d33c219ae469ed62e4ddaecdb787ae435453d428843d5a612159715d2b

diff --git a/sci-chemistry/chemex/chemex-2022.3.5.ebuild 
b/sci-chemistry/chemex/chemex-2022.3.5.ebuild
new file mode 100644
index ..c27017ecebf0
--- /dev/null
+++ b/sci-chemistry/chemex/chemex-2022.3.5.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_SINGLE_IMPL="yes"
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Program to fit chemical exchange induced shift and relaxation 
data"
+HOMEPAGE="https://github.com/gbouvignies/chemex";
+SRC_URI="https://github.com/gbouvignies/ChemEx/archive/refs/tags/v${PV/_p/-dev}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}/ChemEx-${PV/_p/-dev}"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64"
+IUSE="test"
+
+#RESTRICT="!test? ( test )"
+# FIXME: Restrict until tests are readded 
https://github.com/gbouvignies/ChemEx/issues/51
+RESTRICT="test"
+
+RDEPEND="
+   $(python_gen_cond_dep '
+   >=dev-python/asteval-0.9.25[${PYTHON_USEDEP}]
+   >=dev-python/cachetools-5.3.0[${PYTHON_USEDEP}]
+   >=dev-python/lmfit-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/matplotlib-3.7.1[${PYTHON_USEDEP}]
+   >=dev-python/numpy-1.24.3[${PYTHON_USEDEP}]
+   >=dev-python/pydantic-1.10.7[${PYTHON_USEDEP}]
+   >=dev-python/rapidfuzz-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/rich-13.3.4[${PYTHON_USEDEP}]
+   >=dev-python/scipy-1.10.1[${PYTHON_USEDEP}]
+   >=dev-python/tomli-2.0.1[${PYTHON_USEDEP}]
+   ')
+"
+DEPEND="${RDEPEND}"
+
+distutils_enable_tests pytest



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

2023-04-28 Thread Michał Górny
commit: b2372a599b433c9085ac5bc31389f79f8bb03ec8
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 28 13:58:37 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 28 14:13:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2372a59

dev-util/cvise: Bump to 2.8.0

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

 dev-util/cvise/Manifest   |  1 +
 dev-util/cvise/cvise-2.8.0.ebuild | 77 +++
 2 files changed, 78 insertions(+)

diff --git a/dev-util/cvise/Manifest b/dev-util/cvise/Manifest
index af4c76b8ed34..c9ff3ba5db7c 100644
--- a/dev-util/cvise/Manifest
+++ b/dev-util/cvise/Manifest
@@ -1,2 +1,3 @@
 DIST cvise-2.6.0.tar.gz 264295 BLAKE2B 
fcdd27905598c8db6f088c4bdadde966bcd0836560ede642269fa6dc32d1907d32081e56e7a33487bffca64ea53a49b05b05620debc5af352371203e37241b70
 SHA512 
1707cc46c342197c6b0e11b26a453548fd7bc7bc25baf20215230a7a4743053700189f96c1e0ba4ad6c9de4dd38920700a957ca333b0f123949b7a5a00854291
 DIST cvise-2.7.0.tar.gz 269155 BLAKE2B 
c0fe9bcf8207acc53f71c5d7cd9c0cb41ba3f771a276e86401c1de4789b9ebad2d91b2881a05e0263827d0ae70805ba4f9b05fdae64f27d83e16d08f89f518e0
 SHA512 
4da775e177c135d5282f8e3d9a33ae040f403eabcca8baf9f4f78adc05e3069626340005f9f41ab2f530c9269f4c5829bdd35b55433e2d539d42de002e42aa5e
+DIST cvise-2.8.0.tar.gz 269582 BLAKE2B 
fe0f0d4e63ec7c69b209b8be1f3fd160a2573b9bfc555a3bb5caec5c818c8251569103e71509d194e0effc86c09420cf523393686dd412660acde1e85ebffb67
 SHA512 
7e2dee2001aacb96cf5ffdb62047d229e23273fd26f34648e23ab4374bf6cae149f13db529494ce8d2d16555a0d2143487923c57f4b303b0ab1f678ffcff6f6e

diff --git a/dev-util/cvise/cvise-2.8.0.ebuild 
b/dev-util/cvise/cvise-2.8.0.ebuild
new file mode 100644
index ..1311764e98be
--- /dev/null
+++ b/dev-util/cvise/cvise-2.8.0.ebuild
@@ -0,0 +1,77 @@
+# 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 python-single-r1
+
+DESCRIPTION="Super-parallel Python port of the C-Reduce"
+HOMEPAGE="https://github.com/marxin/cvise/";
+SRC_URI="
+   https://github.com/marxin/cvise/archive/v${PV}.tar.gz -> ${P}.tar.gz
+"
+
+LICENSE="UoI-NCSA"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
+
+LLVM_MAX_SLOT=16
+DEPEND="
+   || (
+   sys-devel/clang:16
+   sys-devel/clang:15
+   sys-devel/clang:14
+   )
+   

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

2023-04-28 Thread Michał Górny
commit: 65670a2bb546e4051afd9080c8dec756046b2ec3
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 28 13:56:37 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 28 14:13:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65670a2b

dev-python/ipython: Bump to 8.13.0

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

 dev-python/ipython/Manifest  |   1 +
 dev-python/ipython/ipython-8.13.0.ebuild | 159 +++
 2 files changed, 160 insertions(+)

diff --git a/dev-python/ipython/Manifest b/dev-python/ipython/Manifest
index 4f6bfd2e6273..15c5baf56371 100644
--- a/dev-python/ipython/Manifest
+++ b/dev-python/ipython/Manifest
@@ -1 +1,2 @@
 DIST ipython-8.12.0.tar.gz 5465154 BLAKE2B 
946d3e649dcf8eea3518ed68499cfcaa6caa7eac99aa21c05fcbb81338037151253ba84d8d942746600dad3883f6d0e8ba1e82e9932cdddc8e1e77a270573ebf
 SHA512 
3e9a42a6fb34a46d32d1236eac99182a756db2ec7b57c77dbedff1e4b25bcf2ef37effe4e5575cda450a1cde77e3c0d24172dcf19d102110a1ac75b9cfe9272c
+DIST ipython-8.13.0.tar.gz 5467133 BLAKE2B 
038b4af8c5f9b32c9a2a1152e9a48131ae46f2903435f50fe67aeabfed7d34daf3f3439af372e561812c88bd6b90d7c729d4d876fe8b6e093582004def5058b7
 SHA512 
df71a2d30c3e88be89126b7f7178b45377b32c54ed78af0f3dda2612ccdbf7a55f23ccfe8293e50b063f47ecdcab6ff4454855bdabd5c1a45c4e573fd7a7b6d4

diff --git a/dev-python/ipython/ipython-8.13.0.ebuild 
b/dev-python/ipython/ipython-8.13.0.ebuild
new file mode 100644
index ..1a16373c26a0
--- /dev/null
+++ b/dev-python/ipython/ipython-8.13.0.ebuild
@@ -0,0 +1,159 @@
+# 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} )
+PYTHON_REQ_USE='readline,sqlite,threads(+)'
+
+inherit distutils-r1 optfeature pypi virtualx
+
+DESCRIPTION="Advanced interactive shell for Python"
+HOMEPAGE="
+   https://ipython.org/
+   https://github.com/ipython/ipython/
+   https://pypi.org/project/ipython/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+IUSE="doc examples matplotlib notebook nbconvert qt5 +smp test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-python/backcall[${PYTHON_USEDEP}]
+   dev-python/decorator[${PYTHON_USEDEP}]
+   >=dev-python/jedi-0.16[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/matplotlib-inline[${PYTHON_USEDEP}]
+   >=dev-python/pexpect-4.3[${PYTHON_USEDEP}]
+   dev-python/pickleshare[${PYTHON_USEDEP}]
+   >=dev-python/prompt-toolkit-3.0.38[${PYTHON_USEDEP}]
+   =dev-python/pygments-2.4.0[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/stack_data[${PYTHON_USEDEP}]
+   >=dev-python/traitlets-5.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/typing-extensions[${PYTHON_USEDEP}]
+   ' 3.9)
+"
+
+BDEPEND="
+   test? (
+   app-text/dvipng[truetype]
+   >=dev-python/ipykernel-5.1.0[${PYTHON_USEDEP}]
+   dev-python/matplotlib-inline[${PYTHON_USEDEP}]
+   dev-python/nbformat[${PYTHON_USEDEP}]
+   >=dev-python/numpy-1.21[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/testpath[${PYTHON_USEDEP}]
+   )
+   doc? (
+   >=dev-python/ipykernel-5.1.0[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-2[${PYTHON_USEDEP}]
+   dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+RDEPEND+="
+   nbconvert? (
+   dev-python/nbconvert[${PYTHON_USEDEP}]
+   )
+"
+PDEPEND="
+   notebook? (
+   dev-python/notebook[${PYTHON_USEDEP}]
+   dev-python/ipywidgets[${PYTHON_USEDEP}]
+   dev-python/widgetsnbextension[${PYTHON_USEDEP}]
+   )
+   qt5? ( dev-python/qtconsole[${PYTHON_USEDEP}] )
+   smp? (
+   >=dev-python/ipykernel-5.1.0[${PYTHON_USEDEP}]
+   >=dev-python/ipyparallel-6.2.3[${PYTHON_USEDEP}]
+   )
+"
+
+PATCHES=( "${FILESDIR}"/2.1.0-substitute-files.patch )
+
+python_prepare_all() {
+   # Remove out of date insource files
+   #rm IPython/extensions/cythonmagic.py || die
+   #rm IPython/extensions/rmagic.py || die
+
+   # Prevent un-needed download during build
+   if use doc; then
+   sed -e "/^'sphinx.ext.intersphinx',/d" -i 
docs/source/conf.py || die
+   fi
+
+   # Rename the test directory to reduce sys.path pollution
+   # https://github.com/ipython/ipython/issues/12892
+   mv IPython/extensions/{,ipython_}tests || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   if use doc; then
+   emake -C docs html_noapi
+   HTML_DOCS=( 

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

2023-04-28 Thread Michał Górny
commit: 8ba9b4104869cad24ed6686315596fe9a148bfe6
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 28 13:56:02 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 28 14:13:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ba9b410

dev-python/meson-python: Bump to 0.13.1

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

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

diff --git a/dev-python/meson-python/Manifest b/dev-python/meson-python/Manifest
index 12d9ab6d1756..071e40299d3d 100644
--- a/dev-python/meson-python/Manifest
+++ b/dev-python/meson-python/Manifest
@@ -1,2 +1,3 @@
 DIST meson-python-0.12.1.gh.tar.gz 43855 BLAKE2B 
96b9ff5ef628bb471f7f79ce30ec6f3f851ce0006327e8b3a6003fdcb768f3280c0ee882d1c0c8ea183b0f2319d7c977c3fbb62742e3127bafb73e9732b3a1a9
 SHA512 
6f8e840da0155f2dd0e7139387f875cfad79eb042abcfa69b3043f51cbae3222fc2986e13798389909a0b4719513c93af381ec00a69fdfedf14bbe4e100b2f08
 DIST meson-python-0.13.0.gh.tar.gz 69373 BLAKE2B 
439ec0fcffa5398ec400c492bc7719030981605c885158fd477e293b62c6e0eeaf3eba0327937817c20b7d23141749ff4bc71d12a67dbf3473168555cef97918
 SHA512 
2d319090f77daf5c1bd2a922e50e960fb416008ec60f3e8956ba4d2a29c31129e0a0d864982e9e1c0d6b7659d107e5d90d4a540d84f56cb2a8f79f013d4f14ae
+DIST meson-python-0.13.1.gh.tar.gz 69434 BLAKE2B 
c3442eb1c066772b80efe4e41764897df85a3581c94f9d958951af04e9ad7a01c646c7ed7f0104fbe957567e16b80c6e3744ab23b6b66a8df3cc920cb68c852f
 SHA512 
037825eabcaec5bdb73890114ecfcfb05373bcb5e2806a8d38e4afeeecea42aa14f9c8cf0bec151bd231e2984c64608b28a1ec79640485933cd57c8895b6a305

diff --git a/dev-python/meson-python/meson-python-0.13.1.ebuild 
b/dev-python/meson-python/meson-python-0.13.1.ebuild
new file mode 100644
index ..4ac32a433449
--- /dev/null
+++ b/dev-python/meson-python/meson-python-0.13.1.ebuild
@@ -0,0 +1,59 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=standalone
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Meson PEP 517 Python build backend"
+HOMEPAGE="
+   https://pypi.org/project/meson-python/
+   https://github.com/mesonbuild/meson-python/
+"
+SRC_URI="
+   https://github.com/mesonbuild/meson-python/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/pyproject-metadata-0.7.1[${PYTHON_USEDEP}]
+   >=dev-util/meson-0.63.0[${PYTHON_USEDEP}]
+   dev-util/patchelf
+   $(python_gen_cond_dep '
+   >=dev-python/tomli-1.0.0[${PYTHON_USEDEP}]
+   ' 3.9 3.10)
+"
+BDEPEND="
+   >=dev-python/cython-0.29.34[${PYTHON_USEDEP}]
+   test? (
+   dev-python/GitPython[${PYTHON_USEDEP}]
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/typing-extensions-3.7.4[${PYTHON_USEDEP}]
+   ' 3.9)
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # requires network access
+   tests/test_pep518.py::test_pep518
+   # requires git repo
+   # https://github.com/mesonbuild/meson-python/issues/397
+   tests/test_project.py::test_user_args
+   )
+   unset NINJA
+
+   epytest
+
+   rm -rf docs/examples/spam/build/ || die # remove artifacts
+}



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

2023-04-28 Thread Michał Górny
commit: c7f5ae4624ade70a3926ba78e17ffafcae993b9a
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 28 13:57:19 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 28 14:13:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7f5ae46

dev-python/coverage: Bump to 7.2.4

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

 dev-python/coverage/Manifest  |  1 +
 dev-python/coverage/coverage-7.2.4.ebuild | 82 +++
 2 files changed, 83 insertions(+)

diff --git a/dev-python/coverage/Manifest b/dev-python/coverage/Manifest
index 8602e29dd699..43f7eb25d40b 100644
--- a/dev-python/coverage/Manifest
+++ b/dev-python/coverage/Manifest
@@ -1,2 +1,3 @@
 DIST coverage-7.2.2.tar.gz 812407 BLAKE2B 
901ed01eb8411e01c3386dcecccf975f4ac0e46c14fd2c6086bcf83647ff7e26deccb3926f173a207ef2851c0f8c5f99874659a1ba2e16f85b6eb9a1ac23142c
 SHA512 
7d2ba6540ca42c3a72b65343348a64c58156bac915434249fd8740a6727ebf034590f62a5557f6b2f76e67ed1adc2a153ce61eee71f3bc903538c440e080e3e7
 DIST coverage-7.2.3.tar.gz 757154 BLAKE2B 
eb2d7e9e52dd9480f806556fbb73864884365215834640a1458c06d137706d3a5ca818c0418ecc6646b0722fd23a0348eddb97521a7cd024c218b872072661ea
 SHA512 
2710424b04f812299777497e526d259a3ac35205b425a53973954c8e51cd39e75c30f8be9d60656e7369d3fa2decd810a8cb395dd433381495db4f6a7cd9a600
+DIST coverage-7.2.4.tar.gz 759129 BLAKE2B 
186f5dcd5abd86634cf6cd3c58be47cc68e8d8417df02b4e55ac3d66703664b2069cb3f94fdff726eca99108fd243f6410b0118cf4a2b21a067653f567f8f013
 SHA512 
f22d475a64828d0613747cf7315053c4830acb9931acfe58e1c29029028f0a48e9c633649bea92ab6bae3b67daf790eb9cf3d6ea22dec1d1f5dce7df673ff3ae

diff --git a/dev-python/coverage/coverage-7.2.4.ebuild 
b/dev-python/coverage/coverage-7.2.4.ebuild
new file mode 100644
index ..89226568addc
--- /dev/null
+++ b/dev-python/coverage/coverage-7.2.4.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_REQ_USE="threads(+),sqlite(+)"
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Code coverage measurement for Python"
+HOMEPAGE="
+   https://coverage.readthedocs.io/en/latest/
+   https://github.com/nedbat/coveragepy/
+   https://pypi.org/project/coverage/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+
+RDEPEND="
+   $(python_gen_cond_dep '
+   dev-python/tomli[${PYTHON_USEDEP}]
+   ' 3.{8..10})
+"
+BDEPEND="
+   test? (
+   dev-python/flaky[${PYTHON_USEDEP}]
+   dev-python/hypothesis[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   >=dev-python/unittest-mixins-1.4[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -i -e '/addopts/s:-q -n auto::' pyproject.toml || die
+   distutils-r1_src_prepare
+}
+
+test_tracer() {
+   local -x COVERAGE_TEST_TRACER=${1}
+   einfo "  Testing with the ${COVERAGE_TEST_TRACER} tracer ..."
+   epytest tests
+}
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # TODO: fails because of additional "Terminated" print on 
SIGTERM
+   
tests/test_concurrency.py::SigtermTest::test_sigterm_threading_saves_data
+   )
+   local EPYTEST_IGNORE=(
+   # pip these days insists on fetching build deps from Internet
+   tests/test_venv.py
+   )
+
+   "${EPYTHON}" igor.py zip_mods || die
+
+   local -x COVERAGE_TESTING=True
+   # TODO: figure out why they can't be imported inside test env
+   local -x COVERAGE_NO_CONTRACTS=1
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   local -x 
PYTEST_PLUGINS=_hypothesis_pytestplugin,flaky.flaky_pytest_plugin,xdist.plugin
+
+   local prev_opt=$(shopt -p nullglob)
+   shopt -s nullglob
+   local c_ext=( "${BUILD_DIR}/install$(python_get_sitedir)"/coverage/*.so 
)
+   ${prev_opt}
+
+   if [[ -n ${c_ext} ]]; then
+   cp "${c_ext}" \
+   coverage/ || die
+   test_tracer c
+   rm coverage/*.so || die
+   else
+   test_tracer py
+   fi
+}



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

2023-04-28 Thread Arthur Zamarin
commit: f6b4cf64847c93341ee3523bf363b5584f851c08
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr 28 14:29:34 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr 28 14:29:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6b4cf64

dev-python/tox: Stabilize 4.4.11 x86, #904803

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

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

diff --git a/dev-python/tox/tox-4.4.11.ebuild b/dev-python/tox/tox-4.4.11.ebuild
index 74ea7afabeaf..9ea7b9863fbd 100644
--- a/dev-python/tox/tox-4.4.11.ebuild
+++ b/dev-python/tox/tox-4.4.11.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
>=dev-python/cachetools-5.3[${PYTHON_USEDEP}]



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

2023-04-28 Thread Arthur Zamarin
commit: a00395ced2aef9a8f15b76347426f2d11608644a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr 28 14:30:23 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr 28 14:30:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a00395ce

dev-python/tox: drop 4.4.6, 4.4.7, 4.4.8

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

 dev-python/tox/Manifest |  3 --
 dev-python/tox/tox-4.4.6.ebuild | 95 -
 dev-python/tox/tox-4.4.7.ebuild | 90 --
 dev-python/tox/tox-4.4.8.ebuild | 80 --
 4 files changed, 268 deletions(-)

diff --git a/dev-python/tox/Manifest b/dev-python/tox/Manifest
index 676e200f1ec1..b42ab31091f2 100644
--- a/dev-python/tox/Manifest
+++ b/dev-python/tox/Manifest
@@ -1,8 +1,5 @@
 DIST tox-3.28.0.gh.tar.gz 309472 BLAKE2B 
9896411426f6aebb3efa468c01696ecc5f17ec3e67825672d0efc74c1b1468bc8b8d9c14b6177c181750ba4b9a5e77d616068dd83e21f5641acfc8e2a271cc1f
 SHA512 
64816754e6800661bb564c5c7d21c4139522d540a04fafe3c4591d596072d48d1cbe0ee2abee9c8faf3d5007774f5371431b5a7a8f49912bc879c7b168aab2ca
 DIST tox-4.4.11.tar.gz 170069 BLAKE2B 
e2e560462cbb6081c27ff0268fa8a6b0239caac0b237bbd66709ce578996800728346bd22491cfade85d7d04d2c00a769179efd4a160decfd97f94fcedc7ed24
 SHA512 
7a0a39ac55482aa423368fee6621aef9d95c58afd5d38975bcaf67edfebdc817aacc33efdd1f0f459953c25bceed73c6ef03ce789aea7f82f3ab1dcc6546118c
 DIST tox-4.4.12.tar.gz 170092 BLAKE2B 
03a1d1ddd8c36c88e3b30f464df9b20d516ef282664b138f64a969195901d353d678d9c1e4ca2e61d73fed891b942105dbeef97e281e219fe2110ba92517adf2
 SHA512 
896ecef178b0625246ffe4ab3a9a0c03650eb78633fa92706e93475d6589ac29d65bbf91b9ecfacfa8154739eefd463aeb1252be68998cdffddc270a4f89edd0
-DIST tox-4.4.6.gh.tar.gz 304337 BLAKE2B 
2c157fe5febf1eb131d767ade87484880201bb37fa65a579abb9780d755d570f216b8f865dd2dd8dbb3a3af01be78133f9ac0b73a3166dfc2b9cd99f6547498a
 SHA512 
403bca89228d665182bfbb61550dfd9e9fb4ce4a5592472d50cd38e3f264c806fa15bbdccc020a720ad69885d9be54a1f074f6d87549cbe2b523e53d870358dc
-DIST tox-4.4.7.tar.gz 168261 BLAKE2B 
276842bb82d01c9e3b66f633e79974790b7d1852f831ab954172ddc1d3c50c861a39e959fb0a990a7102a1cc0840238ef3ac84c7b41f9f45ce502b1245e21988
 SHA512 
58989ecc0a555ee225614d9b7a718b22f6dd1555a0209a0c1428259fbfc7d336a58753fbfa85f1b9aa160c8489587999425437e71f9d4728631d5cd5b50ca159
-DIST tox-4.4.8.tar.gz 169460 BLAKE2B 
5353c489d5051b23b39c23fcbad146c23572b504ba241f9942a01f5ae5f1459d3b3837680aa9631dcd8a081c0f3b8acce1b18e85daeab3e2084ec966e451
 SHA512 
a6e5ceb19ebf1adcfe5cd093a2710da88c1552f2129211175990b7b7fb6b53716fdccd7592e9c6696bf13ce584443c9a266e40ed50953999883fa1a68ea6aec6
 DIST tox-4.5.0.tar.gz 170132 BLAKE2B 
fbde455d90791b81ba8fb47b2c00a0c931e56bef39749a324e16b12f2955441371c74983d3c77b98f04f5a0e95ddf78678ff96fc2f99f42a87bd0058a3aefb98
 SHA512 
79e3fd7308a3da0df5859437ff7842a343578a98211a6a936f72caec857dbdb5e0bd4b80fd68a3a48fb0891d4608875ccc1b09d7127416aaa7109a8aa314979c
 DIST tox-4.5.1.tar.gz 170137 BLAKE2B 
38ab00eb577e66211db0ecf8931087a8c5a14f8219eb7ebecb7be9938221d1c680edc09a38a5c72b9ec63825d4cbb2d4fd9157a52aed8cdb0d22a1c1bbb70cba
 SHA512 
75d495d6dba134c3fe537fc190c1f428ff188ee67c346911c02ee151a8369425b22956eea52be5d434735e1590edce57b3487d5f4b277022bf8cfe8bf4660cf8

diff --git a/dev-python/tox/tox-4.4.6.ebuild b/dev-python/tox/tox-4.4.6.ebuild
deleted file mode 100644
index bb9be16f77c3..
--- a/dev-python/tox/tox-4.4.6.ebuild
+++ /dev/null
@@ -1,95 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-inherit distutils-r1
-
-MY_P=${P/_}
-DESCRIPTION="virtualenv-based automation of test activities"
-HOMEPAGE="
-   https://tox.readthedocs.io/
-   https://github.com/tox-dev/tox/
-   https://pypi.org/project/tox/
-"
-SRC_URI="
-   https://github.com/tox-dev/tox/archive/${PV/_}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
-   >=dev-python/cachetools-5.3[${PYTHON_USEDEP}]
-   >=dev-python/chardet-5.1[${PYTHON_USEDEP}]
-   >=dev-python/colorama-0.4.6[${PYTHON_USEDEP}]
-   >=dev-python/filelock-3.9[${PYTHON_USEDEP}]
-   >=dev-python/packaging-21.3[${PYTHON_USEDEP}]
-   >=dev-python/platformdirs-2.6[${PYTHON_USEDEP}]
-   >=dev-python/pluggy-1[${PYTHON_USEDEP}]
-   >=dev-python/pyproject-api-1.5[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/tomli-2.0.1[${PYTHON_USEDEP}]
-   ' 3.8 3.9 3.10)
-   >=dev-python/virtualenv-20.17.1[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   >=dev-python/hatch-vcs-0.3[${PYTHON_USEDEP}]
-   test? (
-   >=dev-python/build-0.10[${PYTHON_USEDEP}]
-   >=dev-python/distlib-0.3.6[${PYTHON_USEDEP}

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

2023-04-28 Thread Arthur Zamarin
commit: cf0f134ff067b88844e1c77e7dde43192727fb43
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr 28 14:31:28 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr 28 14:31:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf0f134f

dev-python/ipykernel: drop 6.20.2, 6.21.2

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

 dev-python/ipykernel/Manifest|  2 -
 dev-python/ipykernel/ipykernel-6.20.2.ebuild | 75 ---
 dev-python/ipykernel/ipykernel-6.21.2.ebuild | 77 
 3 files changed, 154 deletions(-)

diff --git a/dev-python/ipykernel/Manifest b/dev-python/ipykernel/Manifest
index 0b57e7973d17..daa272eed91b 100644
--- a/dev-python/ipykernel/Manifest
+++ b/dev-python/ipykernel/Manifest
@@ -1,4 +1,2 @@
-DIST ipykernel-6.20.2.tar.gz 149263 BLAKE2B 
38b3afdbe237ec2facb3af42311315a060f1dba845cb3f7ce10a3d5f68679804640b0dbda869395817a8612af2033f5936ff7f6f3b3b822f47ed512a3b8c0c4d
 SHA512 
9c79c7fa175cd81a920e6b1f2159dda30ba9068437cb1d24b09d864ded36b439045e58f240daee1a46ae375f1990cf318cd8b2e2c02aa6d6e2004d90aff5225a
-DIST ipykernel-6.21.2.tar.gz 150365 BLAKE2B 
e1bc29018459738a3358af2d4225397028013c1ef9ceb571cb225fafb1a1570c349759caf723e03c6a67a9c354c83d178ae777f7ea4222f5c2ed35e41e22638d
 SHA512 
e4d3aa102d83f9c9b16f392c5b37d55a9cd987ca6a58ce1c4b59d282ec945dcc8803539bf54d7b3bb71c11058fc20a3947fd875bebc5efa5f629015b544fe819
 DIST ipykernel-6.21.3.tar.gz 150659 BLAKE2B 
1fd0f0994b0065c662611bf629a4a755a2285b66f9d1e60bcc46fc84a445c7af6b882e09be2c4d26e8ca524a4ccda8534d04e357ec575a8fc034f0f4a437b750
 SHA512 
68e7bbae60e07805590e00acb186b14ef3c21426db9c49d04b93cb38083a7c5c20b177b72743674224741d8ca946604e8ae733f26d11738b7d99fabdee642064
 DIST ipykernel-6.22.0.tar.gz 151303 BLAKE2B 
c3567066375099d388c65b43b5b8c8059a823f4185855b6131fd90f42624a71c08d839a3c59c41cf83bb51ec07d0c0487d7bbee573eafa7e7d049dbeff8e59a8
 SHA512 
e109a2b771ffa40e05416bd925f26a4492c65a44a1acd8100e65ae3e779da9a0eef7222566e79cdcbed4b0fc3224fbd0722728d3fe953b16ab1a14090d0205c2

diff --git a/dev-python/ipykernel/ipykernel-6.20.2.ebuild 
b/dev-python/ipykernel/ipykernel-6.20.2.ebuild
deleted file mode 100644
index 1e5e1e1e4721..
--- a/dev-python/ipykernel/ipykernel-6.20.2.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{9..11} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1 virtualx
-
-DESCRIPTION="IPython Kernel for Jupyter"
-HOMEPAGE="
-   https://github.com/ipython/ipykernel/
-   https://pypi.org/project/ipykernel/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
-   >=dev-python/comm-0.1.1[${PYTHON_USEDEP}]
-   >=dev-python/debugpy-1.0[${PYTHON_USEDEP}]
-   >=dev-python/ipython-7.23.1[${PYTHON_USEDEP}]
-   >=dev-python/jupyter-client-6.1.12[${PYTHON_USEDEP}]
-   >=dev-python/matplotlib-inline-0.1[${PYTHON_USEDEP}]
-   dev-python/nest_asyncio[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-   dev-python/psutil[${PYTHON_USEDEP}]
-   >=dev-python/pyzmq-17[${PYTHON_USEDEP}]
-   >=dev-python/tornado-6.1[${PYTHON_USEDEP}]
-   >=dev-python/traitlets-5.4.0[${PYTHON_USEDEP}]
-"
-# RDEPEND seems specifically needed in BDEPEND, at least jupyter
-# bug #816486
-BDEPEND="
-   ${RDEPEND}
-   test? (
-   dev-python/flaky[${PYTHON_USEDEP}]
-   dev-python/pytest-timeout[${PYTHON_USEDEP}]
-   dev-python/ipyparallel[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   sed -i -e 's:^TIMEOUT = .*:TIMEOUT = 120:' ipykernel/tests/*.py || die
-   distutils-r1_src_prepare
-}
-
-python_compile() {
-   distutils-r1_python_compile
-   # Use python3 in kernel.json configuration, bug #784764
-   sed -i -e '/python3.[0-9]\+/s//python3/' \
-   
"${BUILD_DIR}/install${EPREFIX}/usr/share/jupyter/kernels/python3/kernel.json" 
|| die
-}
-
-src_test() {
-   local EPYTEST_DESELECT=(
-   # TODO
-   ipykernel/tests/test_debugger.py::test_attach_debug
-   
ipykernel/tests/test_debugger.py::test_breakpoint_in_cell_with_leading_empty_lines
-   
ipykernel/tests/test_debugger.py::test_rich_inspect_at_breakpoint
-   
ipykernel/tests/test_debugger.py::test_rich_inspect_not_at_breakpoint
-   ipykernel/tests/test_debugger.py::test_set_breakpoints
-   ipykernel/tests/test_debugger.py::test_stop_on_breakpoint
-   # hangs?
-   ipykernel/tests/test_eventloop.py::test_tk_loop
-   )
-
-   virtx distutils-r1_src_test
-}

diff --git a/dev-python/ipykernel/ipykernel-6.21.2.ebuild 
b/dev-python/

[gentoo-commits] repo/gentoo:master commit in: dev-java/xmlunit-assertj/

2023-04-28 Thread Arthur Zamarin
commit: b5ecb558ae4e140712756f91a8c086f94afb9e79
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr 28 14:34:35 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr 28 14:34:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5ecb558

dev-java/xmlunit-assertj: Keyword 2.9.1 x86, #905147

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

 dev-java/xmlunit-assertj/xmlunit-assertj-2.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/xmlunit-assertj/xmlunit-assertj-2.9.1.ebuild 
b/dev-java/xmlunit-assertj/xmlunit-assertj-2.9.1.ebuild
index af62eefcb2de..31426c976b9d 100644
--- a/dev-java/xmlunit-assertj/xmlunit-assertj-2.9.1.ebuild
+++ b/dev-java/xmlunit-assertj/xmlunit-assertj-2.9.1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/xmlunit-${PV}-src/xmlunit-assertj"
 
 LICENSE="Apache-2.0"
 SLOT="2"
-KEYWORDS="~amd64 ~arm ~ppc64"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
 
 PROPERTIES="test_network"
 RESTRICT="test"



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

2023-04-28 Thread Arthur Zamarin
commit: d539ed19ce5d7a61a94271be4848b782385624c7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr 28 14:34:36 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr 28 14:34:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d539ed19

dev-python/webcolors: Stabilize 1.13 ALLARCHES, #905245

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

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

diff --git a/dev-python/webcolors/webcolors-1.13.ebuild 
b/dev-python/webcolors/webcolors-1.13.ebuild
index 28d2227d9eaf..1f100726a002 100644
--- a/dev-python/webcolors/webcolors-1.13.ebuild
+++ b/dev-python/webcolors/webcolors-1.13.ebuild
@@ -16,6 +16,6 @@ HOMEPAGE="
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
 
 distutils_enable_tests unittest



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

2023-04-28 Thread Arthur Zamarin
commit: 5b999e581f58f0b1db672cf3a8120f63933a1507
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr 28 14:34:57 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr 28 14:34:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b999e58

dev-python/regex: Stabilize 2023.3.23 arm64, #905243

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

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

diff --git a/dev-python/regex/regex-2023.3.23.ebuild 
b/dev-python/regex/regex-2023.3.23.ebuild
index 62efc90d2934..dc62239a0c7f 100644
--- a/dev-python/regex/regex-2023.3.23.ebuild
+++ b/dev-python/regex/regex-2023.3.23.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
 IUSE="doc"
 
 PATCHES=(



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

2023-04-28 Thread Arthur Zamarin
commit: b720489df0bccd4e9cc6c34fbf4a7f7d859e25cf
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr 28 14:35:17 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr 28 14:35:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b720489d

dev-python/furo: Stabilize 2023.3.27 ALLARCHES, #905233

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

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

diff --git a/dev-python/furo/furo-2023.3.27.ebuild 
b/dev-python/furo/furo-2023.3.27.ebuild
index 23c3292f31c1..e65bd144ad60 100644
--- a/dev-python/furo/furo-2023.3.27.ebuild
+++ b/dev-python/furo/furo-2023.3.27.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc 
x86"
 
 RDEPEND="
dev-python/beautifulsoup4[${PYTHON_USEDEP}]



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

2023-04-28 Thread Arthur Zamarin
commit: ef212f08005274ce36a78f39963dedb6042042a4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr 28 14:35:35 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr 28 14:35:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef212f08

dev-python/parameterized: Stabilize 0.9.0 ALLARCHES, #905256

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

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

diff --git a/dev-python/parameterized/parameterized-0.9.0.ebuild 
b/dev-python/parameterized/parameterized-0.9.0.ebuild
index 83ca7c451ccd..cdcdc7bff151 100644
--- a/dev-python/parameterized/parameterized-0.9.0.ebuild
+++ b/dev-python/parameterized/parameterized-0.9.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
 
 BDEPEND="
test? (



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

2023-04-28 Thread Arthur Zamarin
commit: d37f068c425f0d046d5f43531210166eaa8c4828
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr 28 14:36:05 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr 28 14:36:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d37f068c

dev-python/radon: Stabilize 6.0.1 ALLARCHES, #905257

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

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

diff --git a/dev-python/radon/radon-6.0.1.ebuild 
b/dev-python/radon/radon-6.0.1.ebuild
index c7366aaa17d3..520b0f6f4913 100644
--- a/dev-python/radon/radon-6.0.1.ebuild
+++ b/dev-python/radon/radon-6.0.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86"
 
 RDEPEND="
>=dev-python/colorama-0.4.1[${PYTHON_USEDEP}]



[gentoo-commits] repo/proj/libressl:master commit in: sys-auth/pam_p11/files/, sys-auth/pam_p11/

2023-04-28 Thread orbea
commit: f6bde674532180d010e3ddc66f42b4b612dacd32
Author: orbea  riseup  net>
AuthorDate: Fri Apr 28 14:17:49 2023 +
Commit: orbea  riseup  net>
CommitDate: Fri Apr 28 14:17:59 2023 +
URL:https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=f6bde674

sys-auth/pam_p11: treeclean

Bug: https://bugs.gentoo.org/903001
Upstream-PR: https://github.com/gentoo/gentoo/pull/30771
Upstream-Commit: 
https://github.com/gentoo/gentoo/commit/b4d09bb5d767ebb39c3133c6456c018c74562e0e
Signed-off-by: orbea  riseup.net>

 sys-auth/pam_p11/Manifest  |  1 -
 .../pam_p11/files/pam_p11-0.3.1-libressl.patch | 15 -
 sys-auth/pam_p11/metadata.xml  | 12 ---
 sys-auth/pam_p11/pam_p11-0.3.1.ebuild  | 37 --
 4 files changed, 65 deletions(-)

diff --git a/sys-auth/pam_p11/Manifest b/sys-auth/pam_p11/Manifest
deleted file mode 100644
index 36d88fc..000
--- a/sys-auth/pam_p11/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pam_p11-0.3.1.tar.gz 422940 BLAKE2B 
b4c6d60a7ee31d808b9e928339f6e8aba3b56655b9f408ff7cd15ff4a397c89c00d00b0bbe70fc0b7bd6c6a246acd9c313c8f5b21a88e1474355c3407ff694f0
 SHA512 
caaa6882d4c007dfaba5974dc420bc45aa225f705679d170fdc9576aa49cbd24bba6985f14eb2bca97d4fe37aaf6088641add912dfbb93740b7d634f448addcf

diff --git a/sys-auth/pam_p11/files/pam_p11-0.3.1-libressl.patch 
b/sys-auth/pam_p11/files/pam_p11-0.3.1-libressl.patch
deleted file mode 100644
index 9a8b6c5..000
--- a/sys-auth/pam_p11/files/pam_p11-0.3.1-libressl.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Fix the build with libressl
-
-diff --git a/src/match_openssh.c b/src/match_openssh.c
-index de11c04..ea743ea 100644
 a/src/match_openssh.c
-+++ b/src/match_openssh.c
-@@ -17,7 +17,7 @@
- 
- #define OPENSSH_LINE_MAX 16384/* from openssh SSH_MAX_PUBKEY_BYTES */
- 
--#if (OPENSSL_VERSION_NUMBER < 0x1010L) || defined 
(LIBRESSL_VERSION_NUMBER)
-+#if (OPENSSL_VERSION_NUMBER < 0x1010L) || ( 
defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x300L )
- void RSA_get0_key(const RSA *r,
-  const BIGNUM **n, const BIGNUM **e, const BIGNUM **d)
- {

diff --git a/sys-auth/pam_p11/metadata.xml b/sys-auth/pam_p11/metadata.xml
deleted file mode 100644
index 56e8da2..000
--- a/sys-auth/pam_p11/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   Lars Wendler
-   polynomia...@gentoo.org
-   
-   
-   opensc
-   opensc/pam_p11
-   
-

diff --git a/sys-auth/pam_p11/pam_p11-0.3.1.ebuild 
b/sys-auth/pam_p11/pam_p11-0.3.1.ebuild
deleted file mode 100644
index 2ce2d60..000
--- a/sys-auth/pam_p11/pam_p11-0.3.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit flag-o-matic pam
-
-DESCRIPTION="PAM module for authenticating against PKCS#11 tokens"
-HOMEPAGE="https://github.com/opensc/pam_p11/wiki";
-SRC_URI="https://github.com/OpenSC/${PN}/releases/download/${P}/${P}.tar.gz";
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86"
-
-RDEPEND="sys-libs/pam
-   dev-libs/libp11:=
-   dev-libs/openssl:0="
-
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=(
-   "${FILESDIR}/${P}-libressl.patch"
-)
-
-src_configure() {
-   # Ugly way to work around deprecated declarations in openssl-3
-   append-cflags -Wno-error=deprecated-declarations
-
-   econf --with-pamdir="$(getpam_mod_dir)"
-}
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -delete || die
-}



[gentoo-commits] repo/proj/libressl:master commit in: www-servers/h2o/files/, www-servers/h2o/

2023-04-28 Thread orbea
commit: 67b46f0e699aa2c4d64f7566479cd3b19bc49f93
Author: orbea  riseup  net>
AuthorDate: Fri Apr 28 14:19:57 2023 +
Commit: orbea  riseup  net>
CommitDate: Fri Apr 28 14:20:09 2023 +
URL:https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=67b46f0e

www-servers/h2o: treeclean

Bug: https://bugs.gentoo.org/903001
Upstream-PR: https://github.com/gentoo/gentoo/pull/30785
Upstream-Commit: 
https://github.com/gentoo/gentoo/commit/cd2145a304808f254c2ae301598d57ac3f4fb62c
Signed-off-by: orbea  riseup.net>

 www-servers/h2o/Manifest |   1 -
 www-servers/h2o/files/h2o-2.2-libressl-3.5.patch |  29 ---
 www-servers/h2o/files/h2o-2.2-mruby.patch|  57 
 www-servers/h2o/files/h2o-2.2-ruby30.patch   |  63 --
 www-servers/h2o/files/h2o-2.3-mruby.patch|  70 ---
 www-servers/h2o/files/h2o.conf   |  17 
 www-servers/h2o/files/h2o.initd  |  37 
 www-servers/h2o/files/h2o.logrotate  |  11 ---
 www-servers/h2o/files/h2o.service|  13 ---
 www-servers/h2o/h2o-2.2.6-r1.ebuild  | 106 ---
 www-servers/h2o/metadata.xml |  20 -
 11 files changed, 424 deletions(-)

diff --git a/www-servers/h2o/Manifest b/www-servers/h2o/Manifest
deleted file mode 100644
index 710248b..000
--- a/www-servers/h2o/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST h2o-2.2.6.tar.gz 16257760 BLAKE2B 
8474751ca9832ddae2022710654ca58a93ebf9ca01afe934950209b04357b7548b05c598c49fe92684b2910fd6309d6fc3923a0b01cdeeb4b0dc65b08842255f
 SHA512 
f2f28905c01782a0432c9dfdb2f21054e0a4741ac4c5f26802d4b439d0172840aa215aba5dc7c9af62275dcc24de105674a3819384dc38246e43ce3e8263eb20

diff --git a/www-servers/h2o/files/h2o-2.2-libressl-3.5.patch 
b/www-servers/h2o/files/h2o-2.2-libressl-3.5.patch
deleted file mode 100644
index 5d9144d..000
--- a/www-servers/h2o/files/h2o-2.2-libressl-3.5.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-Fix build with opaque RSA{,_METHOD} in LibreSSL 3.5. The relevant OpenSSL API
-has been available since LibreSSL 2.9. ECDSA support is thus also available.
-
-Index: deps/neverbleed/neverbleed.c
 a/deps/neverbleed/neverbleed.c.orig
-+++ b/deps/neverbleed/neverbleed.c
-@@ -45,7 +45,7 @@
- #endif
- #include "neverbleed.h"
- 
--#if (!defined(LIBRESSL_VERSION_NUMBER) && OPENSSL_VERSION_NUMBER >= 
0x101fL)
-+#if ((!defined(LIBRESSL_VERSION_NUMBER) || LIBRESSL_VERSION_NUMBER >= 
0x209fL) && OPENSSL_VERSION_NUMBER >= 0x101fL)
- #define OPENSSL_1_1_API 1
- #else
- #define OPENSSL_1_1_API 0
-Silence compiler warning. The get_session_cb has had const since LibreSSL 2.8.
-
-Index: lib/common/socket.c
 a/lib/common/socket.c.orig
-+++ b/lib/common/socket.c
-@@ -920,7 +920,7 @@ static void create_ossl(h2o_socket_t *sock)
- }
- 
- static SSL_SESSION *on_async_resumption_get(SSL *ssl,
--#if OPENSSL_VERSION_NUMBER >= 0x101fL && !defined(LIBRESSL_VERSION_NUMBER)
-+#if OPENSSL_VERSION_NUMBER >= 0x101fL && 
(!defined(LIBRESSL_VERSION_NUMBER) || LIBRESSL_VERSION_NUMBER >= 0x208fL)
- const
- #endif
- unsigned char *data,

diff --git a/www-servers/h2o/files/h2o-2.2-mruby.patch 
b/www-servers/h2o/files/h2o-2.2-mruby.patch
deleted file mode 100644
index 92e7a8e..000
--- a/www-servers/h2o/files/h2o-2.2-mruby.patch
+++ /dev/null
@@ -1,57 +0,0 @@
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -157,6 +157,19 @@
- SET(WSLAY_LIBRARIES -lwslay)
- ENDIF (NOT WSLAY_FOUND)
- 
-+IF (PKG_CONFIG_FOUND)
-+PKG_CHECK_MODULES(ONIG onigmo)
-+IF (NOT ONIG_FOUND)
-+  PKG_CHECK_MODULES(ONIG oniguruma)
-+ENDIF (NOT ONIG_FOUND)
-+IF (ONIG_FOUND)
-+LINK_DIRECTORIES(${ONIG_LIBRARY_DIRS})
-+ENDIF (ONIG_FOUND)
-+ENDIF (PKG_CONFIG_FOUND)
-+IF (NOT ONIG_FOUND AND WITH_MRUBY)
-+MESSAGE(FATAL_ERROR "Onigmo/Oniguruma not found")
-+ENDIF (NOT ONIG_FOUND AND WITH_MRUBY)
-+
- IF (ZLIB_FOUND)
- INCLUDE_DIRECTORIES(${ZLIB_INCLUDE_DIRS})
- LINK_DIRECTORIES(${ZLIB_LIBRARY_DIRS})
-@@ -460,7 +473,7 @@
- ELSE ()
- SET(MRUBY_TOOLCHAIN "gcc")
- ENDIF ()
--ADD_CUSTOM_TARGET(mruby MRUBY_TOOLCHAIN=${MRUBY_TOOLCHAIN} 
MRUBY_CONFIG=${CMAKE_CURRENT_SOURCE_DIR}/misc/mruby_config.rb 
MRUBY_BUILD_DIR=${CMAKE_CURRENT_BINARY_DIR}/mruby ruby minirake
-+ADD_CUSTOM_TARGET(mruby MRUBY_TOOLCHAIN=${MRUBY_TOOLCHAIN} 
MRUBY_CONFIG=${CMAKE_CURRENT_SOURCE_DIR}/misc/mruby_config.rb 
MRUBY_BUILD_DIR=${CMAKE_CURRENT_BINARY_DIR}/mruby ruby minirake -v
- WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/deps/mruby)
- LIST(APPEND STANDALONE_SOURCE_FILES
- lib/handler/mruby.c
-@@ -491,7 +504,7 @@
- # note: the paths need to be determined before libmruby.flags.mak is 
generated
- TARGET_LINK_LIBRARIES(h2o
- "${CMAKE_CURRENT_BINARY_DIR}/mruby/host/lib/libmruby.a"
--
"${CMAKE_CURREN

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

2023-04-28 Thread Arthur Zamarin
commit: 25a4cc74e5b9e636e93b28f41856bdef9f1b97bf
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr 28 14:37:04 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr 28 14:37:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25a4cc74

www-client/uget: Stabilize 2.2.3 amd64, #905178

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

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

diff --git a/www-client/uget/uget-2.2.3.ebuild 
b/www-client/uget/uget-2.2.3.ebuild
index 4a2e0c3330e2..f71043aa302d 100644
--- a/www-client/uget/uget-2.2.3.ebuild
+++ b/www-client/uget/uget-2.2.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/urlget/${P}-1.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc x86"
+KEYWORDS="amd64 ~arm ~ppc x86"
 IUSE="aria2 appindicator control-socket +gnutls gstreamer libnotify nls 
openssl rss"
 REQUIRED_USE="^^ ( gnutls openssl )"
 



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

2023-04-28 Thread Arthur Zamarin
commit: c64513d9378177663ce048fb4d3723f95c0c364d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr 28 14:38:04 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr 28 14:38:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c64513d9

dev-python/pygobject: Stabilize 3.44.1 ppc64, #905253

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

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

diff --git a/dev-python/pygobject/pygobject-3.44.1.ebuild 
b/dev-python/pygobject/pygobject-3.44.1.ebuild
index 2b6d84b909b9..b004d2319f31 100644
--- a/dev-python/pygobject/pygobject-3.44.1.ebuild
+++ b/dev-python/pygobject/pygobject-3.44.1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://pygobject.readthedocs.io/";
 
 LICENSE="LGPL-2.1+"
 SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE="+cairo examples test"
 RESTRICT="!test? ( test )"
 



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

2023-04-28 Thread Arthur Zamarin
commit: 4b01278be219d5c63f4dfc991a02a971256233f4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr 28 14:38:03 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr 28 14:38:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b01278b

dev-python/jaraco-collections: Stabilize 4.1.0 ALLARCHES, #905251

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

 dev-python/jaraco-collections/jaraco-collections-4.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jaraco-collections/jaraco-collections-4.1.0.ebuild 
b/dev-python/jaraco-collections/jaraco-collections-4.1.0.ebuild
index 90e5e642b752..1e155122f218 100644
--- a/dev-python/jaraco-collections/jaraco-collections-4.1.0.ebuild
+++ b/dev-python/jaraco-collections/jaraco-collections-4.1.0.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~sparc 
x86"
 
 RDEPEND="
dev-python/jaraco-text[${PYTHON_USEDEP}]



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

2023-04-28 Thread Arthur Zamarin
commit: 144c463fd288f1b526aac657e29fe26a276699b8
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr 28 14:38:02 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr 28 14:38:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=144c463f

dev-python/pikepdf: Stabilize 7.2.0 arm64, #905235

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

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

diff --git a/dev-python/pikepdf/pikepdf-7.2.0.ebuild 
b/dev-python/pikepdf/pikepdf-7.2.0.ebuild
index 68c143cdaf70..7b728aa528fb 100644
--- a/dev-python/pikepdf/pikepdf-7.2.0.ebuild
+++ b/dev-python/pikepdf/pikepdf-7.2.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MPL-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
 
 DEPEND="
>=app-text/qpdf-11.1.1:0=



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

2023-04-28 Thread Arthur Zamarin
commit: 9633a58c76cec49346ebe86912c225a88e1cc998
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr 28 14:39:53 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr 28 14:39:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9633a58c

dev-python/ipykernel: Stabilize 6.22.0 ALLARCHES, #905250

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

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

diff --git a/dev-python/ipykernel/ipykernel-6.22.0.ebuild 
b/dev-python/ipykernel/ipykernel-6.22.0.ebuild
index 257b9df35d16..a5c6cc062f22 100644
--- a/dev-python/ipykernel/ipykernel-6.22.0.ebuild
+++ b/dev-python/ipykernel/ipykernel-6.22.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
>=dev-python/comm-0.1.1[${PYTHON_USEDEP}]



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

2023-04-28 Thread Michał Górny
commit: 45b07306a0466ef22a32ea92880fee8a6b00314c
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 28 14:39:16 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 28 14:40:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45b07306

dev-python/furo: Remove old

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

 dev-python/furo/Manifest  |  2 --
 dev-python/furo/furo-2022.12.7.ebuild | 36 ---
 dev-python/furo/furo-2023.3.23.ebuild | 36 ---
 3 files changed, 74 deletions(-)

diff --git a/dev-python/furo/Manifest b/dev-python/furo/Manifest
index 64a5e11909ba..fb0af9d2a4ce 100644
--- a/dev-python/furo/Manifest
+++ b/dev-python/furo/Manifest
@@ -1,3 +1 @@
-DIST furo-2022.12.7-py3-none-any.whl 328721 BLAKE2B 
2a2d215db9d63946da85579ccc5a71f87e3ecbca0fda180ed44b7e79e77744b47d2c17d4d5a256d71e02d5e7ac5165f3648f38c08567b7c871abf8d7edf2ce26
 SHA512 
ce44dd78db216875538722a56041ce7634bfeebbc6add6b52cdecd86d0f99f5f9c8aa0d275a8439a269f75345ae716a32b90701d031dfd3047df3f1db33e150e
-DIST furo-2023.3.23-py3-none-any.whl 329348 BLAKE2B 
647d28d124be4bc2f9cc748383941127fab88517f880c9e75f18a3b1ef2a1f893576c410a95c1162227c6e35b73018c0f7837a4d625d9038121364ed01a3b0ad
 SHA512 
f664c17f34ca7defe4f1d2ceb976b1e35f125588a3597a1c8542a92a45c1e5453d8470df4259a74e873017983e469daa74a711d08cd6ed4279ae623ea7cfc377
 DIST furo-2023.3.27-py3-none-any.whl 327605 BLAKE2B 
1368aabdbd497acf181c5b059da6d4bd3ae11e66bb81ec097358e051f7c64b7cffa537d5855ed68293398b26bb7df4d35a183c3eea00d4790b786b0f4bdbc6eb
 SHA512 
7d321f59064d64c205c9c1a207fd62685c22102bc1546f0e063be9565458c6eed887e9f52851160e2658401ac8ed791572183e3c067c2e85c9c1811411e051f6

diff --git a/dev-python/furo/furo-2022.12.7.ebuild 
b/dev-python/furo/furo-2022.12.7.ebuild
deleted file mode 100644
index e65bd144ad60..
--- a/dev-python/furo/furo-2022.12.7.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# sphinx-theme-builder is completely unusable, as it requires pinning
-# to a very-specific nodejs version number, and ofc loves fetching
-# everything from the Internet
-
-DISTUTILS_USE_PEP517=standalone
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Clean customisable Sphinx documentation theme"
-HOMEPAGE="
-   https://pypi.org/project/furo/
-   https://github.com/pradyunsg/furo/
-"
-SRC_URI="$(pypi_wheel_url)"
-S=${WORKDIR}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc 
x86"
-
-RDEPEND="
-   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
-   dev-python/sphinx[${PYTHON_USEDEP}]
-   dev-python/sphinx-basic-ng[${PYTHON_USEDEP}]
-"
-
-python_compile() {
-   distutils_wheel_install "${BUILD_DIR}/install" \
-   "${DISTDIR}/${P}-py3-none-any.whl"
-}

diff --git a/dev-python/furo/furo-2023.3.23.ebuild 
b/dev-python/furo/furo-2023.3.23.ebuild
deleted file mode 100644
index 23c3292f31c1..
--- a/dev-python/furo/furo-2023.3.23.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# sphinx-theme-builder is completely unusable, as it requires pinning
-# to a very-specific nodejs version number, and ofc loves fetching
-# everything from the Internet
-
-DISTUTILS_USE_PEP517=standalone
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Clean customisable Sphinx documentation theme"
-HOMEPAGE="
-   https://pypi.org/project/furo/
-   https://github.com/pradyunsg/furo/
-"
-SRC_URI="$(pypi_wheel_url)"
-S=${WORKDIR}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
-
-RDEPEND="
-   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
-   dev-python/sphinx[${PYTHON_USEDEP}]
-   dev-python/sphinx-basic-ng[${PYTHON_USEDEP}]
-"
-
-python_compile() {
-   distutils_wheel_install "${BUILD_DIR}/install" \
-   "${DISTDIR}/${P}-py3-none-any.whl"
-}



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

2023-04-28 Thread Michał Górny
commit: 020e0ec4f8b432f4a1809aa9ea0a0718d739418d
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 28 14:39:35 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 28 14:40:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=020e0ec4

dev-python/parameterized: Remove old

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

 dev-python/parameterized/Manifest  |   1 -
 .../files/parameterized-0.8.1-nose-to-pytest.patch | 101 -
 .../parameterized/parameterized-0.8.1-r2.ebuild|  35 ---
 3 files changed, 137 deletions(-)

diff --git a/dev-python/parameterized/Manifest 
b/dev-python/parameterized/Manifest
index bb27ab2f92d5..989a4b866dc2 100644
--- a/dev-python/parameterized/Manifest
+++ b/dev-python/parameterized/Manifest
@@ -1,2 +1 @@
-DIST parameterized-0.8.1.tar.gz 23936 BLAKE2B 
3d36b049071907f66ef17dcae0ef9480210344f2466744b2bee8e964f46e2553411a07b233fab032d1acbc2523dc32890bc5e6e4ffc5b37d1fee3f0db3a70cbb
 SHA512 
ad6e31b2bb27623bf070ee5c30686a5bd6a531bc71602f77ca6aa01a77fc246caaacca121098dcbe13b1a174cdcfafa6545bf6e62f6a5337a647821c02fac64a
 DIST parameterized-0.9.0.tar.gz 24351 BLAKE2B 
3b0fb1c0a788f702cba74b67868fbd179e4912b518646f6a7d0d136f54b515d2546d27ad1fd14a03c128a8b53d42165a4ef9f8f434965483af24f69c3e406b25
 SHA512 
2c1c97a841db631608e0a9fcd93fa1af819aa288538851e0c771b56ba0bb27fb682ac3a09fcdb33e57162926d1e8fae452f7bab9384d0c40bec9a03ab3d6b126

diff --git 
a/dev-python/parameterized/files/parameterized-0.8.1-nose-to-pytest.patch 
b/dev-python/parameterized/files/parameterized-0.8.1-nose-to-pytest.patch
deleted file mode 100644
index 45b86d8a13af..
--- a/dev-python/parameterized/files/parameterized-0.8.1-nose-to-pytest.patch
+++ /dev/null
@@ -1,101 +0,0 @@
-diff --git a/parameterized/test.py b/parameterized/test.py
-index f98d865..ede7689 100644
 a/parameterized/test.py
-+++ b/parameterized/test.py
-@@ -2,8 +2,8 @@
- 
- import inspect
- import mock
-+import pytest
- from unittest import TestCase
--from nose.tools import assert_equal, assert_raises
- 
- from .parameterized import (
- PY3, PY2, parameterized, param, parameterized_argument_value_pairs,
-@@ -91,7 +91,7 @@ if not PYTEST:
- 
- @parameterized([(1, ), (2, )])
- def test_setup(self, count, *a):
--assert_equal(self.actual_order, "setup %s" %(count, ))
-+assert self.actual_order == "setup %s" %(count, )
- missing_tests.remove("test_setup(%s)" %(self.actual_order, ))
- 
- 
-@@ -235,9 +235,9 @@ class TestParamerizedOnTestCase(TestCase):
- frame_locals = frame[0].f_locals
- nose_test_method_name = frame_locals['a'][0]._testMethodName
- expected_name = "test_on_TestCase2_custom_name_" + str(foo)
--assert_equal(nose_test_method_name, expected_name,
-- "Test Method name '%s' did not get customized to 
expected: '%s'" %
-- (nose_test_method_name, expected_name))
-+assert nose_test_method_name == expected_name, \
-+ "Test Method name '%s' did not get customized to 
expected: '%s'" % \
-+ (nose_test_method_name, expected_name)
- missing_tests.remove("%s(%r, bar=%r)" %(expected_name, foo, bar))
- 
- 
-@@ -259,7 +259,7 @@ class TestParameterizedExpandDocstring(TestCase):
- actual_docstring = test_method.__doc__
- if rstrip:
- actual_docstring = actual_docstring.rstrip()
--assert_equal(actual_docstring, expected_docstring)
-+assert actual_docstring == expected_docstring
- 
- @parameterized.expand([param("foo")],
-   doc_func=lambda f, n, p: "stuff")
-@@ -335,7 +335,7 @@ def test_helpful_error_on_empty_iterable_input():
- 
- def test_skip_test_on_empty_iterable():
- func = parameterized([], skip_on_empty=True)(lambda: None)
--assert_raises(SkipTest, func)
-+pytest.raises(SkipTest, func)
- 
- 
- def test_helpful_error_on_empty_iterable_input_expand():
-@@ -366,10 +366,6 @@ def test_helpful_error_on_non_iterable_input():
- raise AssertionError("Expected exception not raised")
- 
- 
--def tearDownModule():
--missing = sorted(list(missing_tests))
--assert_equal(missing, [])
--
- def test_old_style_classes():
- if PY3:
- raise SkipTest("Py3 doesn't have old-style classes")
-@@ -418,7 +414,7 @@ class TestOldStyleClass:
- def test_parameterized_argument_value_pairs(func_params, p, expected):
- helper = eval("lambda %s: None" %(func_params, ))
- actual = parameterized_argument_value_pairs(helper, p)
--assert_equal(actual, expected)
-+assert actual == expected
- 
- 
- @parameterized([
-@@ -428,7 +424,7 @@ def test_parameterized_argument_value_pairs(func_params, 
p, expected):
- (123456789, "12...89", 4),
- ])
- def test_short_repr(input, expected, n=6):
--assert_equal(short_repr(input, n=n), expected)
-+assert short_repr(input, n=n) == expected

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

2023-04-28 Thread Michał Górny
commit: 15eace89538dce64a6b8e6ee904cc75f16658cb8
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 28 14:38:58 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 28 14:40:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15eace89

dev-python/webcolors: Remove old

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

 dev-python/webcolors/Manifest  |  1 -
 dev-python/webcolors/webcolors-1.12.ebuild | 21 -
 2 files changed, 22 deletions(-)

diff --git a/dev-python/webcolors/Manifest b/dev-python/webcolors/Manifest
index 13203716ad28..bf57bd53a654 100644
--- a/dev-python/webcolors/Manifest
+++ b/dev-python/webcolors/Manifest
@@ -1,2 +1 @@
-DIST webcolors-1.12.tar.gz 38112 BLAKE2B 
f229ec69c91ae83bd36194bc85a03e34d1ceedfd98ffd8b5e3583956283297bb9c91f947646d67cf107bcddc6c6c0d655779672fca22c0e4d8452007c8dbff30
 SHA512 
2c1e46ba2036ff960a973b9f5b4cec06241e9385fa0de876f66a6cf742d5b11bc212fce262011968a612c1446b78a6f50b3e75d04584c3b2b47f3ac3d66fdd51
 DIST webcolors-1.13.tar.gz 41152 BLAKE2B 
0a510a7fe10db42af226da465437017b36ffe11382d31b588ee1c53c5d810b9b1bc95c5f8ccaa4a351956368fe7ee74fbac68c880927a83c1d9155937e0c198d
 SHA512 
074aaf135ac6b0025b88b731d1d6dfa4c539b4fff7195658cc58a4326bb9f0449a231685d312b4a1ec48ca535a838bfa5c680787fe0e61473a2a092c448937d0

diff --git a/dev-python/webcolors/webcolors-1.12.ebuild 
b/dev-python/webcolors/webcolors-1.12.ebuild
deleted file mode 100644
index 1f100726a002..
--- a/dev-python/webcolors/webcolors-1.12.ebuild
+++ /dev/null
@@ -1,21 +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} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Color names and value formats defined by the HTML and CSS 
specifications"
-HOMEPAGE="
-   https://github.com/ubernostrum/webcolors/
-   https://pypi.org/project/webcolors/
-"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
-
-distutils_enable_tests unittest



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

2023-04-28 Thread Michał Górny
commit: e5364b35a05a927e7c93efbbb7168b4f87fd6382
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 28 14:39:48 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 28 14:40:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5364b35

dev-python/radon: Remove old

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

 dev-python/radon/Manifest  |  1 -
 dev-python/radon/radon-5.1.0-r2.ebuild | 36 --
 2 files changed, 37 deletions(-)

diff --git a/dev-python/radon/Manifest b/dev-python/radon/Manifest
index 9b1ec0918374..17159d6aa96b 100644
--- a/dev-python/radon/Manifest
+++ b/dev-python/radon/Manifest
@@ -1,2 +1 @@
-DIST radon-5.1.0.tar.gz 1873643 BLAKE2B 
475c140fa3f9350b2376a66d3cf07f0ab1b3a4f397e82b65d175dc20ece38da1cdc7a83ef2f9e65d7d735dd589fa7ccbb5d966ca07cc7950430dd33642b9
 SHA512 
98e1c3dbf419ff0a791f01ea5376177c5be47c9cf1afdd9ae53014e8869dd10c7a7661a69bace48adb880173a8a176d4a13534711fcf53408b3f495f4579f7c5
 DIST radon-6.0.1.tar.gz 1874992 BLAKE2B 
a70926fc7acc4212d65dc9b6fc843b8fc32ca55aa836464240cf1fd6065ac9d5a28b8a2facdde5287bfd119a388db5ce1a530c5c84aebcbbe414ca1c336451b8
 SHA512 
91bd091610568dacb95491ba314b68dfb33ee397b043ae96badc7c134a841122d90394a36b1d665c9cabf273c0e6128217ebfc459c36020c12dcab647dd5df53

diff --git a/dev-python/radon/radon-5.1.0-r2.ebuild 
b/dev-python/radon/radon-5.1.0-r2.ebuild
deleted file mode 100644
index a7f74d0a270b..
--- a/dev-python/radon/radon-5.1.0-r2.ebuild
+++ /dev/null
@@ -1,36 +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 pypi
-
-DESCRIPTION="Code Metrics in Python"
-HOMEPAGE="
-   https://radon.readthedocs.io/
-   https://github.com/rubik/radon/
-   https://pypi.org/project/radon/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86"
-
-RDEPEND="
-   dev-python/colorama[${PYTHON_USEDEP}]
-   dev-python/flake8[${PYTHON_USEDEP}]
-   dev-python/mando[${PYTHON_USEDEP}]
-   dev-python/pytest-mock[${PYTHON_USEDEP}]
-"
-
-distutils_enable_sphinx docs
-distutils_enable_tests pytest
-
-src_prepare() {
-   # unpin the dep
-   sed -i -e '/mando/s:,<0.7::' setup.py || die
-   distutils-r1_src_prepare
-}



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

2023-04-28 Thread Arthur Zamarin
commit: a7468787fdd6f1824420e2a0e852af8feab42056
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr 28 14:40:33 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr 28 14:40:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7468787

dev-python/funcy: Stabilize 2.0 ALLARCHES, #905249

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

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

diff --git a/dev-python/funcy/funcy-2.0.ebuild 
b/dev-python/funcy/funcy-2.0.ebuild
index 1b6b33de12f1..5b140a22e52d 100644
--- a/dev-python/funcy/funcy-2.0.ebuild
+++ b/dev-python/funcy/funcy-2.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 BDEPEND="
test? (



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

2023-04-28 Thread Arthur Zamarin
commit: 285223de67c8d30feaca597628faa44b0ef95c3a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr 28 14:40:34 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr 28 14:40:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=285223de

dev-python/pygobject: Stabilize 3.44.1 arm64, #905253

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

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

diff --git a/dev-python/pygobject/pygobject-3.44.1.ebuild 
b/dev-python/pygobject/pygobject-3.44.1.ebuild
index b004d2319f31..8fde1f4b3c90 100644
--- a/dev-python/pygobject/pygobject-3.44.1.ebuild
+++ b/dev-python/pygobject/pygobject-3.44.1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://pygobject.readthedocs.io/";
 
 LICENSE="LGPL-2.1+"
 SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE="+cairo examples test"
 RESTRICT="!test? ( test )"
 



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

2023-04-28 Thread Arthur Zamarin
commit: 10e9220ed9071cd20c8b12bc26cae3abf4c4fd71
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr 28 14:41:01 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr 28 14:41:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10e9220e

dev-python/tomlkit: Stabilize 0.11.7 ALLARCHES, #905239

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

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

diff --git a/dev-python/tomlkit/tomlkit-0.11.7.ebuild 
b/dev-python/tomlkit/tomlkit-0.11.7.ebuild
index f9911e9a934d..7abc245f1b50 100644
--- a/dev-python/tomlkit/tomlkit-0.11.7.ebuild
+++ b/dev-python/tomlkit/tomlkit-0.11.7.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
 
 BDEPEND="
test? (



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

2023-04-28 Thread Arthur Zamarin
commit: b28e811cd76de94c42c1e46b64fdc8d595e5dfbe
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr 28 14:41:18 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr 28 14:41:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b28e811c

dev-python/pypdf: Stabilize 3.7.1 amd64, #905255

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

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

diff --git a/dev-python/pypdf/pypdf-3.7.1.ebuild 
b/dev-python/pypdf/pypdf-3.7.1.ebuild
index c9cbff9df9cd..5eeb924a862c 100644
--- a/dev-python/pypdf/pypdf-3.7.1.ebuild
+++ b/dev-python/pypdf/pypdf-3.7.1.ebuild
@@ -26,7 +26,7 @@ S=${WORKDIR}/pypdf-${PV}
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2023-04-28 Thread Arthur Zamarin
commit: a59bec69ac24796d8d793c3e7a9a93ed59e1a0f1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr 28 14:41:36 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr 28 14:41:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a59bec69

dev-tex/latexmk: Stabilize 4.80 arm64, #905224

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

 dev-tex/latexmk/latexmk-4.80.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/latexmk/latexmk-4.80.ebuild 
b/dev-tex/latexmk/latexmk-4.80.ebuild
index 98e61dcf6d2e..ae51b349947b 100644
--- a/dev-tex/latexmk/latexmk-4.80.ebuild
+++ b/dev-tex/latexmk/latexmk-4.80.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://personal.psu.edu/~jcc8/software/${PN}/${P/./}.zip";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos"
 
 RDEPEND="virtual/latex-base
dev-lang/perl"



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

2023-04-28 Thread Arthur Zamarin
commit: 00e9671b50f90ae2ea458b8f474a8006ab43c49d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr 28 14:42:32 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr 28 14:42:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00e9671b

sys-libs/timezone-data: Stabilize 2023c x86, #905119

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

 sys-libs/timezone-data/timezone-data-2023c.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/timezone-data/timezone-data-2023c.ebuild 
b/sys-libs/timezone-data/timezone-data-2023c.ebuild
index eacbb3e2b768..0706288b8e12 100644
--- a/sys-libs/timezone-data/timezone-data-2023c.ebuild
+++ b/sys-libs/timezone-data/timezone-data-2023c.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://www.iana.org/time-zones/repository/releases/tzdata${MY_DATA_VER
 
 LICENSE="BSD public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="nls leaps-timezone zic-slim"
 
 DEPEND="nls? ( virtual/libintl )"



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

2023-04-28 Thread Arthur Zamarin
commit: 68edc726d7e5307d0bbc70154ecb995959ea5383
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr 28 14:42:32 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr 28 14:42:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68edc726

dev-python/pytz: Stabilize 2023.3-r1 x86, #905119

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

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

diff --git a/dev-python/pytz/pytz-2023.3-r1.ebuild 
b/dev-python/pytz/pytz-2023.3-r1.ebuild
index bb05dca55ffc..90d70d19a61c 100644
--- a/dev-python/pytz/pytz-2023.3-r1.ebuild
+++ b/dev-python/pytz/pytz-2023.3-r1.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2023-04-28 Thread Arthur Zamarin
commit: dafc28f0854f909844062592963afbf57b7e7747
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr 28 14:42:51 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr 28 14:42:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dafc28f0

dev-python/regex: Stabilize 2023.3.23 ppc64, #905243

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

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

diff --git a/dev-python/regex/regex-2023.3.23.ebuild 
b/dev-python/regex/regex-2023.3.23.ebuild
index dc62239a0c7f..dffb19c91cfc 100644
--- a/dev-python/regex/regex-2023.3.23.ebuild
+++ b/dev-python/regex/regex-2023.3.23.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
 IUSE="doc"
 
 PATCHES=(



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

2023-04-28 Thread Arthur Zamarin
commit: fef6cd24b0da6fea03fff045ba2be2dc54f975f0
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr 28 14:44:17 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr 28 14:44:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fef6cd24

dev-python/pygobject: Stabilize 3.44.1 arm, #905253

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

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

diff --git a/dev-python/pygobject/pygobject-3.44.1.ebuild 
b/dev-python/pygobject/pygobject-3.44.1.ebuild
index 8fde1f4b3c90..01d3bdef9c07 100644
--- a/dev-python/pygobject/pygobject-3.44.1.ebuild
+++ b/dev-python/pygobject/pygobject-3.44.1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://pygobject.readthedocs.io/";
 
 LICENSE="LGPL-2.1+"
 SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE="+cairo examples test"
 RESTRICT="!test? ( test )"
 



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

2023-04-28 Thread Arthur Zamarin
commit: 4936812ebfe070b7547b943d34f5bdff756c3df9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr 28 14:46:47 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr 28 14:46:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4936812e

dev-python/pymysql: Stabilize 1.0.3 ALLARCHES, #905237

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

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

diff --git a/dev-python/pymysql/pymysql-1.0.3.ebuild 
b/dev-python/pymysql/pymysql-1.0.3.ebuild
index 2c99a7b07ddf..cd202b247cfb 100644
--- a/dev-python/pymysql/pymysql-1.0.3.ebuild
+++ b/dev-python/pymysql/pymysql-1.0.3.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc x86"
 
 # TODO: support other mysql variants
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/dj-database-url/

2023-04-28 Thread Arthur Zamarin
commit: aac3b84030835ef235ca9dfaa33451f8262e6b79
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr 28 14:46:49 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr 28 14:46:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aac3b840

dev-python/dj-database-url: Stabilize 1.3.0 ALLARCHES, #905247

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

 dev-python/dj-database-url/dj-database-url-1.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/dj-database-url/dj-database-url-1.3.0.ebuild 
b/dev-python/dj-database-url/dj-database-url-1.3.0.ebuild
index 7c7f2279f539..3a12c3eb8771 100644
--- a/dev-python/dj-database-url/dj-database-url-1.3.0.ebuild
+++ b/dev-python/dj-database-url/dj-database-url-1.3.0.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux 
~x86-linux"
 
 RDEPEND="
dev-python/django[${PYTHON_USEDEP}]



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

2023-04-28 Thread Arthur Zamarin
commit: 0c7bc485e31ffa42b20f3af1c47b6d74ac41dfb7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr 28 14:46:48 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr 28 14:46:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c7bc485

dev-python/pyproject-fmt: Stabilize 0.9.2 ALLARCHES, #905238

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

 dev-python/pyproject-fmt/pyproject-fmt-0.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyproject-fmt/pyproject-fmt-0.9.2.ebuild 
b/dev-python/pyproject-fmt/pyproject-fmt-0.9.2.ebuild
index a802c14c305f..18ae3f04023d 100644
--- a/dev-python/pyproject-fmt/pyproject-fmt-0.9.2.ebuild
+++ b/dev-python/pyproject-fmt/pyproject-fmt-0.9.2.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
 
 RDEPEND="
>=dev-python/packaging-23[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/dj-database-url/

2023-04-28 Thread Arthur Zamarin
commit: 82422e9c7026fe59b3db82392f8d1d23e1aab3c5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr 28 14:47:44 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr 28 14:47:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82422e9c

dev-python/dj-database-url: drop 1.2.0

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

 dev-python/dj-database-url/Manifest|  1 -
 .../dj-database-url/dj-database-url-1.2.0.ebuild   | 29 --
 2 files changed, 30 deletions(-)

diff --git a/dev-python/dj-database-url/Manifest 
b/dev-python/dj-database-url/Manifest
index 5ad8a08588d7..febaaca56fc1 100644
--- a/dev-python/dj-database-url/Manifest
+++ b/dev-python/dj-database-url/Manifest
@@ -1,3 +1,2 @@
-DIST dj-database-url-1.2.0.gh.tar.gz 12479 BLAKE2B 
cc3fed00cd7329a9ee8f3ced5830cf05b7046960ae6397c68b8e67e0609c0284dba01a1736447b45f219290405a0ab4720267feba276b453555e3b8ac2f0d88a
 SHA512 
72b713a3a1ad4c70d857c5c72e671095ef1b7ec8ebd19902296ea49b63b9bf6d0084d03561c8fb47c533da431b44ee17651b45f3f699faceaed0ee6bfe7c921a
 DIST dj-database-url-1.3.0.gh.tar.gz 13215 BLAKE2B 
3af4973ce2720166ac6988acc61e02695520fa8bb4f1aad5bd78649959a5f76b2de1aa0822a8c7440fabe130970cf11bdf4c579860660e4e2e0634e594fc2e83
 SHA512 
f1ff31955e1d1cd39ea8c497ae38b2569f9056d6fa98a5b426472936781153b55b8b1e72475cab50532a753e53f31daafeca7d52de07bca803cfdbef323195b7
 DIST dj-database-url-2.0.0.gh.tar.gz 13402 BLAKE2B 
af8db1ad82ececf7d8fde61e878c888fa3592515acb12d495efd416b8a0d9e628fc55fb1bf23332932f00b0afe6d0ae81329b7e9d106a4f9da9c52132357c585
 SHA512 
d2600997023b1e58c1e6285268a400aed57fbdff972a36025f47bcc2e57d3179f266379d7042dc75c6048b35f7aef8547828c88a2fad1e80f087e6f5680668b0

diff --git a/dev-python/dj-database-url/dj-database-url-1.2.0.ebuild 
b/dev-python/dj-database-url/dj-database-url-1.2.0.ebuild
deleted file mode 100644
index 8f25e507e1a8..
--- a/dev-python/dj-database-url/dj-database-url-1.2.0.ebuild
+++ /dev/null
@@ -1,29 +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
-
-DESCRIPTION="Use Database URLs in your Django Application"
-HOMEPAGE="
-   https://github.com/jazzband/dj-database-url/
-   https://pypi.org/project/dj-database-url/
-"
-SRC_URI="
-   https://github.com/jazzband/dj-database-url/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux 
~x86-linux"
-
-RDEPEND="
-   dev-python/django[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest



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

2023-04-28 Thread Arthur Zamarin
commit: 80aaa0b9232c37c3a73dfeeb2671d1d515dd6863
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr 28 14:48:15 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr 28 14:48:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80aaa0b9

dev-python/pyproject-fmt: drop 0.9.1

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

 dev-python/pyproject-fmt/Manifest  |  1 -
 .../pyproject-fmt/pyproject-fmt-0.9.1.ebuild   | 38 --
 2 files changed, 39 deletions(-)

diff --git a/dev-python/pyproject-fmt/Manifest 
b/dev-python/pyproject-fmt/Manifest
index 96798d3c5e0b..8260d1abf9ff 100644
--- a/dev-python/pyproject-fmt/Manifest
+++ b/dev-python/pyproject-fmt/Manifest
@@ -1,3 +1,2 @@
-DIST pyproject-fmt-0.9.1.gh.tar.gz 15434 BLAKE2B 
f9dd55b4106e875c80127ac60b3a54d4bdadf3555266a74cfd811ab96500879a7efb8eac71a041b2c33486bfcbc1f818a26a3ae3c50685f35cc3712691a85bb9
 SHA512 
ade87f43927c74e0328ffa8ac542bad204cc283d694f6921c40c86ae0a941ae50cc43fa4078ddcec28ff0d6003ac34a54232ea23d2820b5b2582482b22ac2a7e
 DIST pyproject-fmt-0.9.2.gh.tar.gz 15615 BLAKE2B 
91912d350224fb2cbfd5f4e2310c10849dd0a1f43ac076059b521966d07526f9509cf87bba182cc4e9eb6b87c7c58c2972bb4f256bf63724e9d3b6c4fe9e67dd
 SHA512 
3045381fc811fa8b8b7e845d9af5564d1969b73bfbb3e5a5c1953843754607cdbd809b829691d7195df73a1e136f68fbb3d3b66c783aa7c706b352e88d9b3f92
 DIST pyproject_fmt-0.10.0.tar.gz 11148 BLAKE2B 
de8f068b4bda97dcde68010645f637c69253712d7b5d8514660a2b3fc874defe76a343b10c5cdc2c3c2bdbb214a5ae0b1483944fb0eb9f1607c8bad7d0f51e60
 SHA512 
9383f2e02971f95cad724ea7a9c1f322d0c4e94ee36c5a3dd668f15b149f5e259274be086399f83e4f95bded796200debff351558b92249200874f1cb4c04323

diff --git a/dev-python/pyproject-fmt/pyproject-fmt-0.9.1.ebuild 
b/dev-python/pyproject-fmt/pyproject-fmt-0.9.1.ebuild
deleted file mode 100644
index 18ae3f04023d..
--- a/dev-python/pyproject-fmt/pyproject-fmt-0.9.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Format your pyproject.toml file"
-HOMEPAGE="
-   https://github.com/tox-dev/pyproject-fmt/
-   https://pypi.org/project/pyproject-fmt/
-"
-SRC_URI="
-   https://github.com/tox-dev/pyproject-fmt/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
-
-RDEPEND="
-   >=dev-python/packaging-23[${PYTHON_USEDEP}]
-   >=dev-python/tomlkit-0.11.6[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/hatch-vcs[${PYTHON_USEDEP}]
-   test? (
-   >=dev-python/pytest-mock-3.10[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}



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

2023-04-28 Thread Arthur Zamarin
commit: 7ada5f4e5167a173e39ffd3825f039cc3a8f9754
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr 28 14:49:10 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr 28 14:49:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ada5f4e

dev-python/selenium: Stabilize 4.9.0 ppc64, #905241

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

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

diff --git a/dev-python/selenium/selenium-4.9.0.ebuild 
b/dev-python/selenium/selenium-4.9.0.ebuild
index b61d9b6e44dc..f683350e52dc 100644
--- a/dev-python/selenium/selenium-4.9.0.ebuild
+++ b/dev-python/selenium/selenium-4.9.0.ebuild
@@ -25,7 +25,7 @@ SRC_URI+="
)
 "
 
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ppc64 ~riscv ~s390 ~sparc ~x86"
 LICENSE="Apache-2.0"
 SLOT="0"
 



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

2023-04-28 Thread Arthur Zamarin
commit: 6b6d67f1914c7b2e73bb7febaec2fc44755c53be
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr 28 14:49:04 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr 28 14:49:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b6d67f1

dev-python/pymysql: drop 1.0.2-r1

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

 dev-python/pymysql/Manifest|   1 -
 dev-python/pymysql/pymysql-1.0.2-r1.ebuild | 150 -
 2 files changed, 151 deletions(-)

diff --git a/dev-python/pymysql/Manifest b/dev-python/pymysql/Manifest
index df7c2b41abfa..66aff33b5bbf 100644
--- a/dev-python/pymysql/Manifest
+++ b/dev-python/pymysql/Manifest
@@ -1,2 +1 @@
 DIST PyMySQL-1.0.3.gh.tar.gz 85371 BLAKE2B 
4caaf486413b0fd78acc04c6856b044048c5af28e2b8f85125dda83738daeb31f621726babd8ce724b01fc3f297769f09c2c77b60540cb5c66d152c61fd725e8
 SHA512 
46d56399b02e61b4b31af82f96cfbb6c24e0c18f780c872bde53a818ad74d30dfe8ded1fdac97971433b0e237e1007631a9c0e38ef2cb17b6601c77f624faf8b
-DIST pymysql-1.0.2.gh.tar.gz 84985 BLAKE2B 
f2b740827cfa9a4a9cdfe9d711e78d61c2cac2afbc2f15ecc3e317a7fff7771d3d79b8d963e085f011123029341edd469514d84be8cdc5e9aa143cd0fa2caae5
 SHA512 
c98633c465705154c0607f4508e4d19986fafb647eac01832f8e3fb0175565958289518f9632897ffba924406fce00881a351dbae05c7d68a55eec2b86a55638

diff --git a/dev-python/pymysql/pymysql-1.0.2-r1.ebuild 
b/dev-python/pymysql/pymysql-1.0.2-r1.ebuild
deleted file mode 100644
index 7ec157a702d9..
--- a/dev-python/pymysql/pymysql-1.0.2-r1.ebuild
+++ /dev/null
@@ -1,150 +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} pypy3 )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-MY_PN="PyMySQL"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Pure-Python MySQL Driver"
-HOMEPAGE="https://github.com/PyMySQL/PyMySQL";
-SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc x86"
-
-# TODO: support other mysql variants
-BDEPEND="
-   test? (
-   dev-db/mariadb[server]
-   )"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   # Auth tests don't support socket auth
-   find tests/ -name '*_auth.py' -delete || die
-
-   distutils-r1_src_prepare
-}
-
-src_test() {
-   if [[ -z "${USER}" ]] ; then
-   # Tests require system user
-   local -x USER="$(whoami)"
-   einfo "USER set to '${USER}'"
-   fi
-
-   local 
mysql_install_db_cmd="${EPREFIX}/usr/share/mariadb/scripts/mysql_install_db"
-   [[ ! -x "${mysql_install_db_cmd}" ]] && 
mysql_install_db_cmd="${EPREFIX}/usr/bin/mysql_install_db"
-   [[ ! -x "${mysql_install_db_cmd}" ]] && die "mysql_install_db command 
not found!"
-
-   local mysqld_cmd="${EPREFIX}/usr/sbin/mysqld"
-   [[ ! -x "${mysqld_cmd}" ]] && die "mysqld command not found!"
-
-   local PIDFILE="${T}/mysqld.pid"
-   if pkill -0 -F "${PIDFILE}" &>/dev/null ; then
-   einfo "Killing already running mysqld process ..."
-   pkill -F "${PIDFILE}"
-   fi
-
-   if [[ -d "${T}/mysql" ]] ; then
-   einfo "Removing already existing mysqld data dir ..."
-   rm -rf "${T}/mysql" || die
-   fi
-
-   einfo "Creating mysql test instance ..."
-   mkdir -p "${T}"/mysql || die
-   "${mysql_install_db_cmd}" \
-   --no-defaults \
-   --auth-root-authentication-method=normal \
-   --basedir="${EPREFIX}/usr" \
-   --datadir="${T}"/mysql 1>"${T}"/mysqld_install.log \
-   || die
-
-   einfo "Starting mysql test instance ..."
-   # TODO: random port
-   "${mysqld_cmd}" \
-   --no-defaults \
-   --character-set-server=utf8 \
-   --bind-address=127.0.0.1 \
-   --port=43306 \
-   --pid-file="${T}"/mysqld.pid \
-   --socket="${T}"/mysqld.sock \
-   --datadir="${T}"/mysql 1>"${T}"/mysqld.log 2>&1 &
-
-   # wait for it to start
-   local i
-   for (( i = 0; i < 10; i++)); do
-   [[ -S ${T}/mysqld.sock ]] && break
-   sleep 1
-   done
-   [[ -S ${T}/mysqld.sock ]] || die "mysqld failed to start"
-
-   einfo "Configuring test mysql instance ..."
-
-   # create test user for auth tests
-   mysql -uroot --socket="${T}"/mysqld.sock -s -e '
-   INSTALL SONAME "auth_ed25519";
-   CREATE FUNCTION ed25519_password RETURNS STRING SONAME 
"auth_ed25519.so";
-   ' || die "Failed to set up auth_ed25519"
-
-   mysql -uroot --socket="${T}"/mysqld.sock -s -e "
-   SELECT CONCAT('CREATE USER nopass_ed25519 IDENTIFIED VIA 
ed25519 USING \"',ed25519_password(\"\"),'\";

  1   2   3   4   >