[gentoo-commits] repo/gentoo:master commit in: x11-apps/scripts/, profiles/

2023-05-27 Thread Matt Turner
commit: feb21b2011ea5350544c859f2a742104a19e5c1c
Author: Matt Turner  gentoo  org>
AuthorDate: Sun May 28 03:43:18 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun May 28 03:43:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feb21b20

x11-apps/scripts: Delete

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

 profiles/package.mask|  8 
 x11-apps/scripts/Manifest|  1 -
 x11-apps/scripts/metadata.xml| 11 ---
 x11-apps/scripts/scripts-1.0.1-r1.ebuild | 20 
 4 files changed, 40 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index b7a3735246c1..62e5e3ffa671 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -210,14 +210,6 @@ mail-client/sylpheed
 # Breaking even latest ~arch version of KDE PIM, bug #905352.
 =dev-libs/ktextaddons-1.3*
 
-# Matt Turner  (2023-04-26)
-# Package contains only a script that runs an X application on a remote system
-# with rsh (use ssh -Y instead), and two scripts that were probably used for
-# converting the old BDF fonts to XLFD names back in the early 90's. None of
-# these are useful today.
-# Removal on 2023-05-26
-x11-apps/scripts
-
 # Mike Gilbert  (2023-04-26)
 # Merged into net-libs/ldns.  Bug 828109.
 # Removal on 2023-05-26.

diff --git a/x11-apps/scripts/Manifest b/x11-apps/scripts/Manifest
deleted file mode 100644
index 397464288391..
--- a/x11-apps/scripts/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST scripts-1.0.1.tar.bz2 72301 BLAKE2B 
2765ea1be05faf874399bf2a32fd778e5c57a98ef6c5135206d125ce29b7a02f7622205638e5c3a35fadd12211d46ef60e6c60b970ec924ec0bf97769282
 SHA512 
dd058c5d5b34dfb7b996e28c78ce8169809d9e0b0233b1e0f4f5ec223c62affe1e6e561869d7cc47948efbb56bd4b67f69e01f27e2133a15206fd3013c284226

diff --git a/x11-apps/scripts/metadata.xml b/x11-apps/scripts/metadata.xml
deleted file mode 100644
index 13d89d9d19cd..
--- a/x11-apps/scripts/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-x...@gentoo.org
-X11
-  
-  
-xorg/app/scripts
-  
-

diff --git a/x11-apps/scripts/scripts-1.0.1-r1.ebuild 
b/x11-apps/scripts/scripts-1.0.1-r1.ebuild
deleted file mode 100644
index 9b0911defb8e..
--- a/x11-apps/scripts/scripts-1.0.1-r1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xorg-3
-
-DESCRIPTION="start an X program on a remote machine"
-
-KEYWORDS="amd64 arm ~arm64 ~mips ppc ppc64 ~s390 ~sparc x86 ~amd64-linux 
~x86-linux"
-
-RDEPEND="x11-libs/libX11"
-DEPEND="${RDEPEND}"
-
-src_install() {
-   xorg-3_src_install
-
-   # Requires ksh, assumes hostname(1) is in /usr/bin
-   rm "${ED}"/usr/bin/xauth_switch_to_sun-des-1 || die
-}



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

2023-05-27 Thread Ionen Wolkens
commit: 2120964685802f98585ed64b62d955fc11053e5a
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sun May 28 03:21:15 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sun May 28 03:21:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21209646

media-libs/libjpeg-turbo: cleanup x64-cygwin remnant

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

 media-libs/libjpeg-turbo/libjpeg-turbo-2.1.3.ebuild   | 5 ++---
 media-libs/libjpeg-turbo/libjpeg-turbo-2.1.4.ebuild   | 3 +--
 media-libs/libjpeg-turbo/libjpeg-turbo-2.1.5.1.ebuild | 1 -
 3 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/media-libs/libjpeg-turbo/libjpeg-turbo-2.1.3.ebuild 
b/media-libs/libjpeg-turbo/libjpeg-turbo-2.1.3.ebuild
index b95c397f7a95..ff6f4ccbe385 100644
--- a/media-libs/libjpeg-turbo/libjpeg-turbo-2.1.3.ebuild
+++ b/media-libs/libjpeg-turbo/libjpeg-turbo-2.1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -27,8 +27,7 @@ BDEPEND=">=dev-util/cmake-3.16.5
x86? ( ${ASM_DEPEND} )
amd64-linux? ( ${ASM_DEPEND} )
x86-linux? ( ${ASM_DEPEND} )
-   x64-macos? ( ${ASM_DEPEND} )
-   x64-cygwin? ( ${ASM_DEPEND} )"
+   x64-macos? ( ${ASM_DEPEND} )"
 
 DEPEND="${COMMON_DEPEND}
java? ( >=virtual/jdk-1.8:*[-headless-awt] )"

diff --git a/media-libs/libjpeg-turbo/libjpeg-turbo-2.1.4.ebuild 
b/media-libs/libjpeg-turbo/libjpeg-turbo-2.1.4.ebuild
index c19ec33a4e66..4242ea996790 100644
--- a/media-libs/libjpeg-turbo/libjpeg-turbo-2.1.4.ebuild
+++ b/media-libs/libjpeg-turbo/libjpeg-turbo-2.1.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -36,7 +36,6 @@ BDEPEND="
amd64-linux? ( ${ASM_DEPEND} )
x86-linux? ( ${ASM_DEPEND} )
x64-macos? ( ${ASM_DEPEND} )
-   x64-cygwin? ( ${ASM_DEPEND} )
 "
 
 MULTILIB_WRAPPED_HEADERS=( /usr/include/jconfig.h )

diff --git a/media-libs/libjpeg-turbo/libjpeg-turbo-2.1.5.1.ebuild 
b/media-libs/libjpeg-turbo/libjpeg-turbo-2.1.5.1.ebuild
index 8a897bb72535..887a6204686e 100644
--- a/media-libs/libjpeg-turbo/libjpeg-turbo-2.1.5.1.ebuild
+++ b/media-libs/libjpeg-turbo/libjpeg-turbo-2.1.5.1.ebuild
@@ -38,7 +38,6 @@ BDEPEND="
amd64-linux? ( ${ASM_DEPEND} )
x86-linux? ( ${ASM_DEPEND} )
x64-macos? ( ${ASM_DEPEND} )
-   x64-cygwin? ( ${ASM_DEPEND} )
 "
 
 MULTILIB_WRAPPED_HEADERS=( /usr/include/jconfig.h )



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

2023-05-27 Thread Michał Górny
commit: 4197bbc4d6e1e880a7179ead48ebf207dfaa735a
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May 28 02:57:22 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May 28 03:14:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4197bbc4

dev-python/anyio: Bump to 3.7.0

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

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

diff --git a/dev-python/anyio/Manifest b/dev-python/anyio/Manifest
index b9e96550b640..0b944f077a2c 100644
--- a/dev-python/anyio/Manifest
+++ b/dev-python/anyio/Manifest
@@ -1 +1,2 @@
 DIST anyio-3.6.1.tar.gz 140240 BLAKE2B 
391892591bee88df8fd5c099b6670af8e01af0610f7659e2f2e717c2dfd94d6e5212260acf3acca6c8b149cab6781044fb665d579a63b322332bf87767374858
 SHA512 
99ae55eada2df971405a1592afd980ac964c80a4502465a2016423182409691d0c943280a3a7448efc78036e481614451585238b62ebea924709f0ba888f7604
+DIST anyio-3.7.0.tar.gz 142737 BLAKE2B 
f27b6c854f8861c760a922542471b5d7714cd54da0fa999a6efc8e394b49e538e7689147834a4076e1970932416fabe820923c2155048d943eee697454771c8f
 SHA512 
0793012dc364d2bb27ebae8a23f275ecd24d444de750fbebcb72e70ca465a3be9c69938543e1a3c686abfff3ed9036974b38e3886fb24a110a9ef307a82d3f0b

diff --git a/dev-python/anyio/anyio-3.7.0.ebuild 
b/dev-python/anyio/anyio-3.7.0.ebuild
new file mode 100644
index ..3d11a37fec4e
--- /dev/null
+++ b/dev-python/anyio/anyio-3.7.0.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{10..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Compatibility layer for multiple asynchronous event loop 
implementations"
+HOMEPAGE="
+   https://github.com/agronholm/anyio/
+   https://pypi.org/project/anyio/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   $(python_gen_cond_dep '
+   dev-python/exceptiongroup[${PYTHON_USEDEP}]
+   ' 3.{9..10})
+   >=dev-python/idna-2.8[${PYTHON_USEDEP}]
+   >=dev-python/sniffio-1.1[${PYTHON_USEDEP}]
+"
+# On amd64, let's get more test coverage by dragging in uvloop, but let's
+# not bother on other arches where uvloop may not be supported.
+BDEPEND="
+   >=dev-python/setuptools-scm-6.4[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/hypothesis-4.0[${PYTHON_USEDEP}]
+   >=dev-python/psutil-5.9[${PYTHON_USEDEP}]
+   >=dev-python/pytest-mock-3.6.1[${PYTHON_USEDEP}]
+   dev-python/trio[${PYTHON_USEDEP}]
+   dev-python/trustme[${PYTHON_USEDEP}]
+   amd64? (
+   $(python_gen_cond_dep '
+   >=dev-python/uvloop-0.17[${PYTHON_USEDEP}]
+   ' python3_{10..11})
+   )
+   )
+"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs \
+   dev-python/sphinx-rtd-theme \
+   dev-python/sphinx-autodoc-typehints
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # requires link-local IPv6 interface
+   tests/test_sockets.py::TestTCPListener::test_bind_link_local
+
+   # trio-0.22?
+   
'tests/test_sockets.py::TestTCPStream::test_connection_refused[trio-multi]'
+   'tests/test_taskgroups.py::test_exception_group_children[trio]'
+   'tests/test_taskgroups.py::test_exception_group_host[trio]'
+   'tests/test_taskgroups.py::test_exception_group_filtering[trio]'
+   )
+
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest -m 'not network'
+}



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

2023-05-27 Thread Michał Górny
commit: 855d1eebbac04b58ea4383e0e2dc7c46f8cb5a70
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May 28 02:58:38 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May 28 03:14:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=855d1eeb

dev-python/greenstalk: Bump to 2.0.1

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

 dev-python/greenstalk/Manifest|  1 +
 dev-python/greenstalk/greenstalk-2.0.1.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/greenstalk/Manifest b/dev-python/greenstalk/Manifest
index 0c35653c6a48..886de67f0935 100644
--- a/dev-python/greenstalk/Manifest
+++ b/dev-python/greenstalk/Manifest
@@ -1 +1,2 @@
 DIST greenstalk-2.0.0.gh.tar.gz 13280 BLAKE2B 
510b84d7dd48e0f5c9fb46ec0158473623a9e4c570e1c72db45802fce7a61b99c8f15f87d6711fa7540e6e2b6d4a846194adc28e2696400c45dc6692747f41fb
 SHA512 
4d338bccb09b7c17c0216ce9cc4c1c9c896d15327053adc248404140ded27df6969fc8f0807120ec9417676ead57395185fb9fc5d826f49a1a1ee473aabbb048
+DIST greenstalk-2.0.1.gh.tar.gz 14355 BLAKE2B 
72bb2b85b8054d3c7489eb22883d1dd1b74505de231e464ca1d962ef02df5431663da3d511f3e47c6ec3e1946c30888f2c12436e5bc3fa922d396384ec6c69f5
 SHA512 
d78694e0828504e7bee75c0a05ee910916310cc6a2f30ae43846350e68e39b2e262b57cb32fa106ae0dfb280ffb8569fb7c03137154d52fc85d586c7ffbccb92

diff --git a/dev-python/greenstalk/greenstalk-2.0.1.ebuild 
b/dev-python/greenstalk/greenstalk-2.0.1.ebuild
new file mode 100644
index ..0115a9c503b7
--- /dev/null
+++ b/dev-python/greenstalk/greenstalk-2.0.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python 3 client for the beanstalkd work queue"
+HOMEPAGE="
+   https://greenstalk.readthedocs.io/
+   https://github.com/justinmayhew/greenstalk/
+   https://pypi.org/project/greenstalk/
+"
+SRC_URI="
+   https://github.com/justinmayhew/greenstalk/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="
+   test? (
+   app-misc/beanstalkd
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   epytest tests.py
+}



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

2023-05-27 Thread Michał Górny
commit: ac97b5a051cf8e0da8ef8c151216184ee35c4228
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May 28 02:54:08 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May 28 03:14:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac97b5a0

dev-python/hypothesis: Bump to 6.75.6

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

 dev-python/hypothesis/Manifest |   1 +
 dev-python/hypothesis/hypothesis-6.75.6.ebuild | 106 +
 2 files changed, 107 insertions(+)

diff --git a/dev-python/hypothesis/Manifest b/dev-python/hypothesis/Manifest
index c8e88ae07a3b..14f60faf974f 100644
--- a/dev-python/hypothesis/Manifest
+++ b/dev-python/hypothesis/Manifest
@@ -1,2 +1,3 @@
 DIST hypothesis-6.75.3.gh.tar.gz 9369491 BLAKE2B 
bae51e4f280a0773d4101b5b136ad994cb7eaca64a0a030bf3a9346d15a3caf7864bfc2f92bdff9eaabe83abc492b7e6cf31b19771470f6d680dbea9c83b31a4
 SHA512 
2e31f2f5483abf4c749dc3ef2758e51b62072e36f25cecd71ea8f67a08987f5547bc9476dd2dbf8e9a6488fbe76d3d8ae83666bc2e80a2f26ea807cb15aa
 DIST hypothesis-6.75.5.gh.tar.gz 9370565 BLAKE2B 
e9ef05cfc24a0e5ada5ba863b4ce4c2d4884020cc8f3692c35f3f3d25b0a416e4a2c1b2061ea9bbd105a0f30264ca5d91264e99d6e65e79c909e577756803d78
 SHA512 
c94b5d40fda5e66a216aee5d8b40ca4df2ebf1549674ee81ad84f2456eb6f67348f468293b693708bb61b2999bc2c31d81b0fec277d39dfe256230320a4de0cb
+DIST hypothesis-6.75.6.gh.tar.gz 9370713 BLAKE2B 
93996d6ff0c109c11123ad9b653502c44d51277760338c2575840d6257081bb19b0eedbf2d0feb15e9ebc9e6feacdbe79e070bfd31d35bb9c825bb4a2d44b7f5
 SHA512 
12396799a7f3fe661f5cb72ccf1a7299919d9f4b05a4075810803350380d217e30312d853ba72e49c28c4f1a08143cb76adc87465ba9cef7400e2dad9cc52001

diff --git a/dev-python/hypothesis/hypothesis-6.75.6.ebuild 
b/dev-python/hypothesis/hypothesis-6.75.6.ebuild
new file mode 100644
index ..73f0790f2dd8
--- /dev/null
+++ b/dev-python/hypothesis/hypothesis-6.75.6.ebuild
@@ -0,0 +1,106 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+CLI_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( "${CLI_COMPAT[@]}" python3_12 pypy3 )
+PYTHON_REQ_USE="threads(+),sqlite"
+
+inherit distutils-r1 multiprocessing optfeature
+
+TAG=hypothesis-python-${PV}
+MY_P=hypothesis-${TAG}
+DESCRIPTION="A library for property based testing"
+HOMEPAGE="
+   https://github.com/HypothesisWorks/hypothesis/
+   https://pypi.org/project/hypothesis/
+"
+SRC_URI="
+   https://github.com/HypothesisWorks/hypothesis/archive/${TAG}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+S="${WORKDIR}/${MY_P}/hypothesis-python"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+IUSE="cli"
+
+RDEPEND="
+   >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}]
+   >=dev-python/sortedcontainers-2.1.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/exceptiongroup-1.0.0_rc8[${PYTHON_USEDEP}]
+   ' 3.9 3.10)
+   cli? (
+   $(python_gen_cond_dep '
+   dev-python/black[${PYTHON_USEDEP}]
+   dev-python/click[${PYTHON_USEDEP}]
+   ' "${CLI_COMPAT[@]}")
+   )
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pexpect[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   !!https://github.com/python/cpython/issues/105013
+   EPYTEST_IGNORE+=(
+   tests/cover/test_type_lookup.py
+   )
+   EPYTEST_DESELECT+=(
+   
hypothesis-python/tests/cover/test_complex_numbers.py::test_allow_subnormal
+   
hypothesis-python/tests/cover/test_lambda_formatting.py::test_can_get_descriptions_of_nested_lambdas_with_different_names
+   hypothesis-python/tests/cover/test_lookup.py
+   
hypothesis-python/tests/cover/test_targeting.py::test_disallowed_inputs_to_target
+   
hypothesis-python/tests/cover/test_type_lookup_forward_ref.py
+   hypothesis-python/tests/cover/test_uuids.py
+   
hypothesis-python/tests/quality/test_discovery_ability.py::test_one_of_flattens_filter_branches_{1..3}
+   )
+   fi
+
+   epytest -o filterwarnings= -n "$(makeopts_jobs)" \
+   tests/cover tests/pytest tests/quality
+}
+
+python_install() {
+   distutils-r1_python_install
+   if ! use cli || ! has "${EPYTHON}" "${CLI_COMPAT[@]/_/.}"; then
+   rm -r "${ED}/usr/bin" "${D}$(python_get_scriptdir)" || die
+   fi
+}
+
+pkg_postinst() {
+   optfeature "datetime support" dev-python/pytz
+   optfeature "dateutil support" dev-python/python-dateutil
+   optfeature "numpy support" dev-python/numpy
+   optfeature "django support" 

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

2023-05-27 Thread Ionen Wolkens
commit: 9170ad4b827cebe5c37a524efc60fa28704e
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sun May 28 03:06:02 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sun May 28 03:06:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9170ad4b

dev-util/maturin: add 1.0.1

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

 dev-util/maturin/Manifest |  46 
 dev-util/maturin/maturin-1.0.1.ebuild | 491 ++
 2 files changed, 537 insertions(+)

diff --git a/dev-util/maturin/Manifest b/dev-util/maturin/Manifest
index 4cf8b4fc9fd8..c43ee13afd3c 100644
--- a/dev-util/maturin/Manifest
+++ b/dev-util/maturin/Manifest
@@ -15,6 +15,7 @@ DIST async-lock-2.7.0.crate 23631 BLAKE2B 
90814a489eef98a773ed5dfca5fc3e6b8e2b7a
 DIST autocfg-1.1.0.crate 13272 BLAKE2B 
7724055c337d562103f191f4e36cab469e578f0c51cc24d33624dea155d108a07578703766341fd6a4cc1ef52acda406e7dba1650d59115f18261281e5b40203
 SHA512 
df972c09abbdc0b6cb6bb55b1e29c7fed706ece38a62613d9e275bac46a19574a7f96f0152cccb0239efea04ee90083a146b58b15307696c4c81878cd12de28f
 DIST base64-0.13.1.crate 61002 BLAKE2B 
3b3a5b26e2ef18e9b4f1ede72b1bd160a1494751878e8441d463f8a514e6cb9ac859231536989e19fb1261fd864617fe31440df1b5855a0ec625521fc6fcef91
 SHA512 
1eb76aff9a84057f2ccb7082e9c57b015c2d71a28173089b02e7aacd09a7d311bedf0a943529611ada29f8d7b536d7ae4de256d98eee8450003a3a9a652bda4b
 DIST base64-0.21.0.crate 72180 BLAKE2B 
c7aeaf671bdeac67703f9c4ee1be003eb8d6f46fbaa0adf61a4da304458742938db04291d5f626115e3fcc901eb3abb3f9baf8247f6344b4d49f60a200fc6fd2
 SHA512 
60bcc157c6449a2160e083611e6d53e07bbff7db8cd550d9056cb804e99e990d4a20092ba4347306a3c6b6c42474a06d92cb3895125c50cef9b74cd3cbd83a2f
+DIST base64-0.21.2.crate 76389 BLAKE2B 
6da080dfc31c5b2ebdbfd336be6e71373918f9388c85649133363a60ee1647b6ad67c7dfd461b6ee842c3633e40593b6ac2f313585b3e8e07dbd690739f433f9
 SHA512 
3f85bdf846e2f8a2e0f2335749bab58c904479a29311143580f1de42455799d04606dedbf64d355af580d77867d7b895e1078463c7cc5a5fbd9ded9d7cbf3559
 DIST bincode-1.3.3.crate 28958 BLAKE2B 
ea01d2efd8149ecba5e240ed989268b683d542a5f369902d316a4fd1ae4b8edd94e2d4a8cbff0e96646eb29facb04a84b249d74f0781dc3d29c8797ac975aa9f
 SHA512 
49e39d71214dbb623a18e3852f6f2f2a5c3f951b64107d66c8adaa95a442a3283fba978bca41b126c9879b12833b945f478d2c77d35482b3577fc1a894e8e5f3
 DIST bitflags-1.3.2.crate 23021 BLAKE2B 
eb990bb27b2bdeb66fd7212ce582cb36e1c616debbac85df642d0c82b25439e6bf9b1e811fac76b59e58ea3c1bbea6170d03a61e8f9a395e4334a0e2e2987eda
 SHA512 
3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62
 DIST block-buffer-0.10.3.crate 10465 BLAKE2B 
32f0089971bb759244b73a75bdbbeb2d24f0422e92ceb0ae0afe3c698e3fabb371112a2eba3dab16a3859420d492c0ac984bfbb25e59e0c31951501cc652aab7
 SHA512 
e29faab70f8f2965a58089728274ec34bc97d681526687868c9cb1a2c145db00717f97e77b79a04fa52bd76817d796e104b509cd2a3163085b214f8eb68ac04f
@@ -24,8 +25,10 @@ DIST block-modes-0.8.1.crate 16961 BLAKE2B 
53073a8ab47411703349117d52f728a9e1d1e
 DIST block-padding-0.2.1.crate 7672 BLAKE2B 
26f682717c908886fc54606950697a01e999c8d725e39cd5ca9148b089d5b32981daf717db21128b551287d5e818363db4c34123a8d8dfa3405f940eb284c01a
 SHA512 
d0bad6ca76cd491446f17c00986aa8caab36a78b4ee4f881a14b316074a96940566ed90460aade765f2e7ce04b359cfe21f6c323200637f50e8b5adf567017af
 DIST bstr-1.2.0.crate 340985 BLAKE2B 
a032f74c4681407704fe6b49cadb19bece51270abe85c3fab9268f5cb0fd27bd12c179beb88c932b1a5ea745af476249ad66465ec88ceefa433d4b6cca9d3b93
 SHA512 
df849487d35299abe116ef5e32857cb8736a5a89bb3b785a3563a5a0b43e412935eb21a639add210b6d5808fce135afbdb548f86f8572d4b105a065901b5a543
 DIST bstr-1.4.0.crate 345921 BLAKE2B 
39a3cb366a7ceb784b7a6626f81338e8047498c5755ed60fce1f6460ea5aa907ab5df4bcf30a07ed699c7af7d2d0dbc48b2c5cb674b863c22fd63b5080b52fae
 SHA512 
98dc7bdcc1a307eae2ed202b2b785a4ad27719c4b3289408edc710beabedb78d16b3042b41de04fca5dbdba19d8567df69c35431e33a3c02924820e1a601df36
+DIST bstr-1.5.0.crate 346060 BLAKE2B 
55f8b92b16947a02834a56d463d2f24f6857b9bfb590bcd250bcba4f0cbb06fd50793d6767e90d95bf48dd50b3e6f447096f8afd70890d54b27fdd6ccf1d99cd
 SHA512 
6bd1be4fd785f7e576b4ae4a7203b1c1ff698d01f56b1f09b40dc1629f0ba7c958bfa9f6ca3cceef4fb51120707ae0fac9622126e1cdc477ee0802a57b34cd13
 DIST bumpalo-3.12.0.crate 81604 BLAKE2B 
2370094f0c23a3e9b75c8e523e54637189543d9df90ae7ddc349d316054d3d1abd1319e51cf1578f1630be0673fd7f65d130469b2729aa32617372e8bc5dd5f7
 SHA512 
37f2228f251340e82c27f2b34da2af6eb520077b3809331547cbe4887c0b4791b1a7d75a017decccef162cd02a088d504214b7a44b484a7d93eb6a278b329ee4
 DIST bumpalo-3.12.2.crate 81706 BLAKE2B 
50aa1e5f8f1208bd50b8fb0580bb5c5a7baadf36c0a0d8ad041c48b127896b75437118decfb1138e694964b89c8c0f66144cbd44037a67ef376fed312e08ebe8
 SHA512 
a0571501d2b2cbe25b862197295fddf14da7472965ab6006fb7cfcdf0f76df3b5e505888c0f1a0be99870b87afe5881a80df4f75756d2d9b65791d94d566
+DIST bumpalo-3.13.0.crate 82114 BLAKE2B 

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

2023-05-27 Thread Michał Górny
commit: 30b59cacdad4686ff600deaa66c1a25f50e11554
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May 28 02:48:43 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May 28 02:50:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30b59cac

dev-python/pytest-metadata: Enable py3.12

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

 dev-python/pytest-metadata/pytest-metadata-3.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-metadata/pytest-metadata-3.0.0.ebuild 
b/dev-python/pytest-metadata/pytest-metadata-3.0.0.ebuild
index 3ade758cdf43..9ddfbd45eedc 100644
--- a/dev-python/pytest-metadata/pytest-metadata-3.0.0.ebuild
+++ b/dev-python/pytest-metadata/pytest-metadata-3.0.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
 
 inherit distutils-r1 pypi
 



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

2023-05-27 Thread Michał Górny
commit: 62d009740037fa2e5ff58de8d4cfcecf35fe6b5c
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May 28 02:48:20 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May 28 02:50:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62d00974

dev-python/deprecated: Add GH remote-id

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

 dev-python/deprecated/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/deprecated/metadata.xml 
b/dev-python/deprecated/metadata.xml
index 6f701b39b32b..c45ae963f499 100644
--- a/dev-python/deprecated/metadata.xml
+++ b/dev-python/deprecated/metadata.xml
@@ -6,6 +6,7 @@



+   tantale/deprecated
Deprecated

 



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

2023-05-27 Thread Michał Górny
commit: 6360e07c38ed8751ff4dca9a696b79aad0554a2d
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May 28 02:35:42 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May 28 02:50:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6360e07c

dev-python/cachetools: Bump to 5.3.1

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

 dev-python/cachetools/Manifest|  1 +
 dev-python/cachetools/cachetools-5.3.1.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-python/cachetools/Manifest b/dev-python/cachetools/Manifest
index e4b0d94c44b8..8abae15bae30 100644
--- a/dev-python/cachetools/Manifest
+++ b/dev-python/cachetools/Manifest
@@ -1 +1,2 @@
 DIST cachetools-5.3.0.tar.gz 27935 BLAKE2B 
6ef41ef383aebc1d65e2855c6ce2e62ea38163b44f9dca756482ee8f35bbee033b88a3d7d458ea970fafb062f8b202563d478ff3ccae376f424bc643c9dcbe1a
 SHA512 
5f0be2e95b82de4866718744ba1712354b413441eb8978f0bcb3e32306b6671b8ed7fa238aa31bef4c3b97764347d12a375b058f5df51dc80b277bf2cef23e61
+DIST cachetools-5.3.1.tar.gz 27985 BLAKE2B 
f8fa7c4e0f18d23c319b121fd951c7929277a6e3177687c7151bcc2028b0f1dd1bda18ee996f4f3a24f7ff56527ad3e80a8f90cf15a7d943e251170fedabbda3
 SHA512 
7e5d92b580660c1a768a65f9dc8343bc9e57c5df5c44a30137558d08a270a2ec7b652d10c1a78c240218a865527a49fa4b6d545c0bc62fe1f79b5d74da1b58cb

diff --git a/dev-python/cachetools/cachetools-5.3.1.ebuild 
b/dev-python/cachetools/cachetools-5.3.1.ebuild
new file mode 100644
index ..3b929b9fd7b5
--- /dev/null
+++ b/dev-python/cachetools/cachetools-5.3.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Extensible memoizing collections and decorators"
+HOMEPAGE="
+   https://github.com/tkem/cachetools/
+   https://pypi.org/project/cachetools/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86"
+
+distutils_enable_tests pytest



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

2023-05-27 Thread Michał Górny
commit: 632ec9b8d20a47f81d4157a8a10a2fec77c625ce
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May 28 02:40:47 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May 28 02:50:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=632ec9b8

dev-python/asgiref: Bump to 3.7.2

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

 dev-python/asgiref/Manifest |  1 +
 dev-python/asgiref/asgiref-3.7.2.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/dev-python/asgiref/Manifest b/dev-python/asgiref/Manifest
index b30d4dac595f..15ad060e964d 100644
--- a/dev-python/asgiref/Manifest
+++ b/dev-python/asgiref/Manifest
@@ -1,3 +1,4 @@
 DIST asgiref-3.6.0.tar.gz 32748 BLAKE2B 
ce3facb2d026551df31ab28a3d9c4bb22be6828664d3b341369eb5dffaec1f2a519ab84356ec89dcfe112a96430be66c70c53d7e36586a3b2f4ee1db61a9d617
 SHA512 
b74d71e3a5d129117293512ed93e06a9ac0f681766abfc074be6c8deec7160995dee23947da861715fa47e2b9921669b6b5bf247f8d895ffbea7007ea956b9d6
 DIST asgiref-3.7.0.tar.gz 33247 BLAKE2B 
512d497d57e45b2ea8d0db1d7bd12ebd850087291698067b050988137e4795eb784796ac8ec6cfcce3a67d9cbf11fb88d4a441e5dfd4e9d177400efe979837e9
 SHA512 
f4672a1ec652e4f05114caf19e1036a6bc71b137af48214292d5f5348340563a450e13520424aae74d75a58c9dbae7acf4f2debf54acbf5c24310e6bf911ac3f
 DIST asgiref-3.7.1.tar.gz 33273 BLAKE2B 
9c06694ea69874224d062819582689ff541356697933508c93354a3850f9c5c7668fd49a500417c7ad832511b1d647ad199928d4811abbf9d8ee31263a81e12d
 SHA512 
9d9563e50c4e0998d169975d6477f1dd2fb953921eafb54cf42aa36fe6a62f5df6b1f7b562491ffa8587d3c3a716d79858bf314aeae7379ccd0efcf59f330d61
+DIST asgiref-3.7.2.tar.gz 33393 BLAKE2B 
b5927a141772a2c0bd4c9354692558c766981a2d7b821122eacb7ee6b59aad86925dc2afb179ff9a3823a65cf17faee89bda5560d68a9ae6d82f9ad1cb31d7b2
 SHA512 
578ccb54e25869ac9bc7bcd59819d4fc056fdb89a27ec3d7c5b74608984c9d18b41f0b281a3a67bf6b56ad85a7009e336bbdd4a76e2b4a0c8a26c0dfef2687a8

diff --git a/dev-python/asgiref/asgiref-3.7.2.ebuild 
b/dev-python/asgiref/asgiref-3.7.2.ebuild
new file mode 100644
index ..550697b5cace
--- /dev/null
+++ b/dev-python/asgiref/asgiref-3.7.2.ebuild
@@ -0,0 +1,33 @@
+# 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_{10..12} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="ASGI utilities (successor to WSGI)"
+HOMEPAGE="
+   https://asgi.readthedocs.io/en/latest/
+   https://github.com/django/asgiref/
+   https://pypi.org/project/asgiref/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   $(python_gen_cond_dep '
+   dev-python/typing-extensions[${PYTHON_USEDEP}]
+   ' 3.{9..10})
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2023-05-27 Thread Michał Górny
commit: 76dab3acb110dded8814c289cab3d626417133a7
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May 28 02:35:03 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May 28 02:50:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76dab3ac

dev-python/tox: Bump to 4.5.2

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

 dev-python/tox/Manifest |  1 +
 dev-python/tox/tox-4.5.2.ebuild | 80 +
 2 files changed, 81 insertions(+)

diff --git a/dev-python/tox/Manifest b/dev-python/tox/Manifest
index 3d7c2685b9eb..2b5e99e7eb79 100644
--- a/dev-python/tox/Manifest
+++ b/dev-python/tox/Manifest
@@ -1,2 +1,3 @@
 DIST tox-3.28.0.gh.tar.gz 309472 BLAKE2B 
9896411426f6aebb3efa468c01696ecc5f17ec3e67825672d0efc74c1b1468bc8b8d9c14b6177c181750ba4b9a5e77d616068dd83e21f5641acfc8e2a271cc1f
 SHA512 
64816754e6800661bb564c5c7d21c4139522d540a04fafe3c4591d596072d48d1cbe0ee2abee9c8faf3d5007774f5371431b5a7a8f49912bc879c7b168aab2ca
 DIST tox-4.5.1.tar.gz 170137 BLAKE2B 
38ab00eb577e66211db0ecf8931087a8c5a14f8219eb7ebecb7be9938221d1c680edc09a38a5c72b9ec63825d4cbb2d4fd9157a52aed8cdb0d22a1c1bbb70cba
 SHA512 
75d495d6dba134c3fe537fc190c1f428ff188ee67c346911c02ee151a8369425b22956eea52be5d434735e1590edce57b3487d5f4b277022bf8cfe8bf4660cf8
+DIST tox-4.5.2.tar.gz 170336 BLAKE2B 
1dcd2bbd7d153dbf0ac7bb48cdd1826d5fb915b7ef6d30a943138e06bb5d82d67db551f8c6d0342a5a81d91ddfd7da6ad8272fc016eaea27bcd4d69f6be9c605
 SHA512 
44a6c9821975205258402eaaa2010a0acde98190c77db0361da6c67d793de90871786fe2d78c6c9ee83100d7399e1eac857e2edaf94c64c81fb535ff871a363c

diff --git a/dev-python/tox/tox-4.5.2.ebuild b/dev-python/tox/tox-4.5.2.ebuild
new file mode 100644
index ..b9104bb8536f
--- /dev/null
+++ b/dev-python/tox/tox-4.5.2.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..11} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="virtualenv-based automation of test activities"
+HOMEPAGE="
+   https://tox.readthedocs.io/
+   https://github.com/tox-dev/tox/
+   https://pypi.org/project/tox/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~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.12[${PYTHON_USEDEP}]
+   >=dev-python/packaging-23.1[${PYTHON_USEDEP}]
+   >=dev-python/platformdirs-3.5.1[${PYTHON_USEDEP}]
+   >=dev-python/pluggy-1[${PYTHON_USEDEP}]
+   >=dev-python/pyproject-api-1.5.1[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/tomli-2.0.1[${PYTHON_USEDEP}]
+   ' 3.{9..10})
+   >=dev-python/virtualenv-20.23[${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}]
+   >=dev-python/flaky-3.7[${PYTHON_USEDEP}]
+   >=dev-python/psutil-5.9.5[${PYTHON_USEDEP}]
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   >=dev-python/pytest-xdist-3.3.1[${PYTHON_USEDEP}]
+   >=dev-python/re-assert-1.1[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/time-machine-2.9[${PYTHON_USEDEP}]
+   ' 'python*')
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   # devpi_process is not packaged, and has lots of dependencies
+   cat > "${T}"/devpi_process.py <<-EOF || die
+   def IndexServer(*args, **kwargs): raise NotImplementedError()
+   EOF
+
+   local -x PYTHONPATH=${T}:${PYTHONPATH}
+   local EPYTEST_DESELECT=(
+   # Internet
+   
tests/tox_env/python/virtual_env/package/test_package_cmd_builder.py::test_build_wheel_external
+   )
+   local EPYTEST_IGNORE=(
+   # requires devpi*
+   tests/test_provision.py
+   )
+
+   [[ ${EPYTHON} == pypy3 ]] && EPYTEST_DESELECT+=(
+   
'tests/tox_env/python/pip/test_pip_install.py::test_constrain_package_deps[explicit-True-True]'
+   
'tests/tox_env/python/pip/test_pip_install.py::test_constrain_package_deps[requirements-True-True]'
+   
'tests/tox_env/python/pip/test_pip_install.py::test_constrain_package_deps[constraints-True-True]'
+   
'tests/tox_env/python/pip/test_pip_install.py::test_constrain_package_deps[explicit+requirements-True-True]'
+   
'tests/tox_env/python/pip/test_pip_install.py::test_constrain_package_deps[requirements_indirect-True-True]'
+   

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

2023-05-27 Thread Michał Górny
commit: ac155195a690c485f1d8011a2b4c03dbbc8a8dc4
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May 28 02:38:15 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May 28 02:50:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac155195

dev-python/pytest-metadata: Bump to 3.0.0

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

 dev-python/pytest-metadata/Manifest|  1 +
 .../pytest-metadata/pytest-metadata-3.0.0.ebuild   | 28 ++
 2 files changed, 29 insertions(+)

diff --git a/dev-python/pytest-metadata/Manifest 
b/dev-python/pytest-metadata/Manifest
index c7416cf2b64f..cf7601c896e6 100644
--- a/dev-python/pytest-metadata/Manifest
+++ b/dev-python/pytest-metadata/Manifest
@@ -1 +1,2 @@
 DIST pytest-metadata-2.0.4.gh.tar.gz 20112 BLAKE2B 
c7f51b614f2bbb71bd77036c3e71dea26b323a236decee3d74cebdc0d28795c69707af33639154effd6cdd294446d3152597075e4d24dcab5b5fe6d7dff7
 SHA512 
029a45a3b721841f50f5b96d2edc21b02e59d2b414313e467d232081da048ee1c60dd1d41407a040b6fd65442e70fb538f913523dfddeb8978ea33e36afe341a
+DIST pytest_metadata-3.0.0.tar.gz 9710 BLAKE2B 
50f4b0dc1bbed339b0ab0fa5075218f5b8ec5cae873729d1000e34eb2d54d8694580efa3b0884a45b0aeb1ec0edfd41858a287ec8a7efa47adf867b6c8762c1f
 SHA512 
8dd33362ad1e474464f1a762091fa980bc92e9e34f64c7960be36c4875bb585447a363b031d0e8326cb406cb78d0733d99db180f466133a84c1cd080e07ba6e1

diff --git a/dev-python/pytest-metadata/pytest-metadata-3.0.0.ebuild 
b/dev-python/pytest-metadata/pytest-metadata-3.0.0.ebuild
new file mode 100644
index ..3ade758cdf43
--- /dev/null
+++ b/dev-python/pytest-metadata/pytest-metadata-3.0.0.ebuild
@@ -0,0 +1,28 @@
+# 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_{10..11} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A plugin for pytest that provides access to test session metadata"
+HOMEPAGE="
+   https://github.com/pytest-dev/pytest-metadata/
+   https://pypi.org/project/pytest-metadata/
+"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-python/pytest-7.0.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   >=dev-python/hatch-vcs-0.3[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest



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

2023-05-27 Thread Michał Górny
commit: 6ac494f544f4ac307041cc9e7091b15a190f0835
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May 28 02:46:07 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May 28 02:50:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ac494f5

dev-python/deprecated: Bump to 1.2.14

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

 dev-python/deprecated/Manifest |  1 +
 dev-python/deprecated/deprecated-1.2.14.ebuild | 27 ++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/deprecated/Manifest b/dev-python/deprecated/Manifest
index cd6a8d61366a..b4411320b4b8 100644
--- a/dev-python/deprecated/Manifest
+++ b/dev-python/deprecated/Manifest
@@ -1 +1,2 @@
+DIST Deprecated-1.2.14.tar.gz 2974416 BLAKE2B 
d7994a435f7709a74fde71b1bfe20aaec44813893fd8d9fba70b55938ec2dcb01364a0084e5b161ad84819a6ce258ef28813f7272c9cc48cfc8a2159408b5f29
 SHA512 
5c2f71fc4c1abb6d4a6913bd9644d47d12f709a0830b2aa3513aa2aa92c13e916c49fcd45a5f38aa29279822a5bb8563c4062e5f3e21bb6c55ca97b7845ee736
 DIST deprecated-1.2.13.gh.tar.gz 2971610 BLAKE2B 
00c1fad34e869b143ad7cada2426f999f1d353d23e33076b0197a7ca6c87b0f2d240d7f4944b7c7669974c89304a6cf04f5d2b4c44e6fee22c27522ec2cc9711
 SHA512 
c170b086bc4e37462181a0f53edbe745aa4f4924c7fd64d9693de267e070392b74445f9cba935e85c878b755603ca6cada8b4130ac96ab071be284047aa35619

diff --git a/dev-python/deprecated/deprecated-1.2.14.ebuild 
b/dev-python/deprecated/deprecated-1.2.14.ebuild
new file mode 100644
index ..f0f289559634
--- /dev/null
+++ b/dev-python/deprecated/deprecated-1.2.14.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2019-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYPI_PN=${PN^}
+PYTHON_COMPAT=( python3_{10..11} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Python @deprecated decorator to deprecate old API"
+HOMEPAGE="
+   https://github.com/tantale/deprecated/
+   https://pypi.org/project/Deprecated/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+   dev-python/wrapt[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest



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

2023-05-27 Thread Matt Turner
commit: 5e20869b3dabb57956180f4abead8023c2944f2d
Author: Guillermo Joandet  gmail  com>
AuthorDate: Sat May 27 21:05:11 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun May 28 02:35:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e20869b

media-gfx/eog: Version bump to 44.2

Signed-off-by: Guillermo Joandet  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/31194
Signed-off-by: Matt Turner  gentoo.org>

 media-gfx/eog/Manifest|  1 +
 media-gfx/eog/eog-44.2.ebuild | 77 +++
 2 files changed, 78 insertions(+)

diff --git a/media-gfx/eog/Manifest b/media-gfx/eog/Manifest
index dace154a0ad6..5ab4687c86c5 100644
--- a/media-gfx/eog/Manifest
+++ b/media-gfx/eog/Manifest
@@ -1 +1,2 @@
 DIST eog-44.1.tar.xz 4655216 BLAKE2B 
1d4f2fafa84f7fc854c5a76d253926541f11dbe145046f13d777ec6062c6c4c6afa4ed603532c5071ada13c12e27fc86335e16d4d596567f352b878dc4f16f86
 SHA512 
2791466d186bb9ae8a6822e7a9e93d4b76ab1030a5bc0dc61858030622ec3cb74a6b674d65f6fb6e16b9c1eda9d320ac50479e04822209865f004ac1a729b02e
+DIST eog-44.2.tar.xz 4654888 BLAKE2B 
3618614e54107d4681cb6f029158023da45f587af20b81f046bf3db84c53b6468a5d0c988331ba4d4f8f8ed4a99fe5e92cd7b3c136ddb143d6058723eab4d6ca
 SHA512 
30695401355c94b4b516a3832c61b761efeb5288f0264c7d3b243f9fa028d6daa4f6ec4761041cff78821d080b4ff3826fc31a08b95e095251d278eddd1f8433

diff --git a/media-gfx/eog/eog-44.2.ebuild b/media-gfx/eog/eog-44.2.ebuild
new file mode 100644
index ..01a9802618ea
--- /dev/null
+++ b/media-gfx/eog/eog-44.2.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="The Eye of GNOME image viewer"
+HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome 
https://gitlab.gnome.org/GNOME/eog;
+
+LICENSE="GPL-2+"
+SLOT="1"
+
+IUSE="+exif gtk-doc +introspection +jpeg lcms +svg xmp tiff"
+REQUIRED_USE="
+   exif? ( jpeg )
+   gtk-doc? ( introspection )
+"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+   >=dev-libs/glib-2.53.4:2
+   >=dev-libs/libpeas-0.7.4[gtk]
+   >=gnome-base/gnome-desktop-2.91.2:3=
+   >=gnome-base/gsettings-desktop-schemas-42_beta
+   >=x11-misc/shared-mime-info-0.20
+   >=x11-libs/gdk-pixbuf-2.36.5:2[jpeg?,tiff?]
+   >=x11-libs/gtk+-3.24.15:3[introspection,X]
+   >=gui-libs/libhandy-1.5.0:1
+   sys-libs/zlib
+
+   exif? ( >=media-libs/libexif-0.6.14 )
+   lcms? ( media-libs/lcms:2 )
+   xmp? ( media-libs/exempi:2= )
+   jpeg? ( media-libs/libjpeg-turbo:= )
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+   svg? ( >=gnome-base/librsvg-2.44.0:2 )
+
+   x11-libs/libX11
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   gtk-doc? (
+   dev-util/gi-docgen
+   app-text/docbook-xml-dtd:4.1.2
+   )
+   dev-util/glib-utils
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use exif libexif)
+   $(meson_use lcms cms)
+   $(meson_use xmp)
+   $(meson_use jpeg libjpeg)
+   $(meson_use svg librsvg)
+   $(meson_use gtk-doc gtk_doc)
+   $(meson_use introspection)
+   -Dinstalled_tests=false
+   -Dlibportal=false # As of 40.3, all libportal usages are 
flatpak-specific
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



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

2023-05-27 Thread Matt Turner
commit: e4e24a0eab765e65bd39f0b8e33b9a956b68754e
Author: Guillermo Joandet  gmail  com>
AuthorDate: Sat May 27 22:15:02 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun May 28 02:35:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4e24a0e

gnome-base/nautilus: Version bump to 44.2

Signed-off-by: Guillermo Joandet  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/31196
Signed-off-by: Matt Turner  gentoo.org>

 gnome-base/nautilus/Manifest |   1 +
 gnome-base/nautilus/nautilus-44.2.ebuild | 119 +++
 2 files changed, 120 insertions(+)

diff --git a/gnome-base/nautilus/Manifest b/gnome-base/nautilus/Manifest
index 5c779105ecaf..49bff22d2b01 100644
--- a/gnome-base/nautilus/Manifest
+++ b/gnome-base/nautilus/Manifest
@@ -1,2 +1,3 @@
 DIST nautilus-42.2.tar.xz 3254912 BLAKE2B 
303b52fe9bbdb8e437a447004dcd284ee0c66ecaa11db45c52cf8c831f52a764efa03476d69f74840289f200c49b917bc329487bd87d3e776ea5dc1a6ea9b413
 SHA512 
2b3ba2990b00bbc3abf771b83b9b0a7c1a8b107b1b4955a45879f7d28add713d326bbe84d70056058073edfc3c7b7891547af77b8a34f94fe1b9ca047c76e9c9
 DIST nautilus-44.1.tar.xz 3192400 BLAKE2B 
dfd02c6cdd23a723ba65a93953e80a859a22c6104cb1faeb24a81d9031b99ffc4cc9b3dd10743f928b36da3bf7c33500dc23f9f37530845b54cb250660513b9c
 SHA512 
fa7c029db1c8c7e13d22e692e4e107dbadb136aa8313de1bc07b826bf681af012d9a4a70c3ad4def0f348b2acb103455edcb2f7b1c804f525e337b4417fb6db2
+DIST nautilus-44.2.tar.xz 3190788 BLAKE2B 
90447c51b044fd4afd2439a36c24a18cded2fac5117ea708355f25c0a28ea1974a16e05685ac2d34b5c97afbef59989241d90f53c263211255513adcf03d1cc6
 SHA512 
1bec622d204e9ae01dfcab37e3263927c723ab1e143729190777c45cae6f03d6f601fd30bc1a75dbba63b2b69f212e888bacf2eebad118f8b4c5e09134aac4b6

diff --git a/gnome-base/nautilus/nautilus-44.2.ebuild 
b/gnome-base/nautilus/nautilus-44.2.ebuild
new file mode 100644
index ..3499157c5eef
--- /dev/null
+++ b/gnome-base/nautilus/nautilus-44.2.ebuild
@@ -0,0 +1,119 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org gnome2-utils meson readme.gentoo-r1 virtualx xdg
+
+DESCRIPTION="Default file manager for the GNOME desktop"
+HOMEPAGE="https://wiki.gnome.org/Apps/Nautilus;
+
+LICENSE="GPL-3+ LGPL-2.1+"
+SLOT="0"
+IUSE="gnome +gstreamer gtk-doc +introspection +previewer selinux sendto"
+REQUIRED_USE="gtk-doc? ( introspection )"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+DEPEND="
+   >=dev-libs/glib-2.72.0:2
+   >=media-libs/gexiv2-0.14.0
+   >=x11-libs/gdk-pixbuf-2.30.0:2
+   gstreamer? ( media-libs/gstreamer:1.0
+   media-libs/gst-plugins-base:1.0 )
+   >=app-arch/gnome-autoar-0.4.4
+   >=gnome-base/gnome-desktop-43:4=
+   >=gnome-base/gsettings-desktop-schemas-42
+   >=gui-libs/gtk-4.10.3:4[introspection?]
+   >=gui-libs/libadwaita-1.3.0:1
+   >=dev-libs/libportal-0.5:=[gtk]
+   >=x11-libs/pango-1.28.3
+   selinux? ( >=sys-libs/libselinux-2.0 )
+   >=app-misc/tracker-3.0:3
+   >=dev-libs/libxml2-2.7.8:2
+   >=net-libs/libcloudproviders-0.3.1
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+"
+RDEPEND="${DEPEND}
+   >=app-misc/tracker-miners-3.0:3=
+" # uses org.freedesktop.Tracker.Miner.Files gsettings schema from 
tracker-miners
+BDEPEND="
+   >=dev-util/gdbus-codegen-2.51.2
+   dev-util/glib-utils
+   gtk-doc? (
+   app-text/docbook-xml-dtd:4.1.2
+   dev-util/gi-docgen
+   )
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+PDEPEND="
+   gnome? ( x11-themes/adwaita-icon-theme )
+   previewer? ( >=gnome-extra/sushi-0.1.9 )
+   sendto? ( >=gnome-extra/nautilus-sendto-3.0.1 )
+   >=gnome-base/gvfs-1.14[gtk(+)]
+" # Need gvfs[gtk] for recent:/// support; always built (without USE=gtk) 
since gvfs-1.34
+
+PATCHES=(
+   "${FILESDIR}"/43.0-optional-gstreamer.patch # Allow controlling 
audio-video-properties build
+)
+
+src_prepare() {
+   default
+   xdg_environment_reset
+
+   # Disable -Werror
+   sed -e '/-Werror=/d' -i meson.build ||  die
+
+   if use previewer; then
+   DOC_CONTENTS="nautilus uses gnome-extra/sushi to preview media 
files.
+   To activate the previewer, select a file and press 
space; to
+   close the previewer, press space again."
+   fi
+
+   # Disable test-nautilus-search-engine-tracker; bug #831170
+   sed -e '/^tracker_tests = /{n;N;N;d}' -i 
test/automated/displayless/meson.build || die
+}
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use gtk-doc docs)
+   -Dextensions=true # image file properties, sendto support; also 
required for -Dgstreamer=true
+   $(meson_use gstreamer) # gstreamer audio-video-properties 
extension
+   $(meson_use 

[gentoo-commits] repo/gentoo:master commit in: net-misc/gnome-remote-desktop/

2023-05-27 Thread Matt Turner
commit: 445d4656d875191681a4c9e59bcef383dd072ecc
Author: Guillermo Joandet  gmail  com>
AuthorDate: Sat May 27 21:09:10 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun May 28 02:35:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=445d4656

net-misc/gnome-remote-desktop: Version bump to 44.2

Signed-off-by: Guillermo Joandet  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/31195
Signed-off-by: Matt Turner  gentoo.org>

 net-misc/gnome-remote-desktop/Manifest |  1 +
 .../gnome-remote-desktop-44.2.ebuild   | 73 ++
 2 files changed, 74 insertions(+)

diff --git a/net-misc/gnome-remote-desktop/Manifest 
b/net-misc/gnome-remote-desktop/Manifest
index f03a26d58b86..d3a365db04e5 100644
--- a/net-misc/gnome-remote-desktop/Manifest
+++ b/net-misc/gnome-remote-desktop/Manifest
@@ -1 +1,2 @@
 DIST gnome-remote-desktop-44.1.tar.xz 199428 BLAKE2B 
6a44a616f3581b3bff1123a432cf55591a3a00c3d0f06f6f3510ef3dc69e752a4cce54c4967ef6692f49d730a1545a7b73ca2c3b1c699e64342601fc51c8ee9f
 SHA512 
bb1d8a9ee7868309beb84d01c35e17c92bd26ac855df00caaa780796fe403842ee00462c4c222bf16cd3b98752106d34bfca55c98d634e712a5b561c7ace5285
+DIST gnome-remote-desktop-44.2.tar.xz 199876 BLAKE2B 
a959e6ca1f72660138640c4f6edfd5ee8bb4185d27d55456fcdee2eaa38e09ac5a76b0bfbf6395c9725f2cb4fa857f3064379d9824810657ea9c046738803411
 SHA512 
2e310cd926e0ed6fd28406a56e4d4ba239b9817b035231f66b648a98e08a5c7a7d810a2b786292aa39a7c67ca17af3de92dce4a6031a4f72166d667b8f498bd0

diff --git a/net-misc/gnome-remote-desktop/gnome-remote-desktop-44.2.ebuild 
b/net-misc/gnome-remote-desktop/gnome-remote-desktop-44.2.ebuild
new file mode 100644
index ..595e4cdbee2a
--- /dev/null
+++ b/net-misc/gnome-remote-desktop/gnome-remote-desktop-44.2.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org gnome2-utils meson systemd xdg
+
+DESCRIPTION="Remote desktop daemon for GNOME using pipewire"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-remote-desktop;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="aac doc +rdp systemd +vnc"
+REQUIRED_USE="|| ( rdp vnc ) aac? ( rdp )"
+RESTRICT="test" # Tests run xvfb-run directly
+
+DEPEND="
+   x11-libs/cairo
+   x11-libs/libdrm
+   >=media-libs/libepoxy-1.4
+   >=dev-libs/glib-2.68:2
+   x11-libs/libnotify
+   app-crypt/libsecret
+   >=media-video/pipewire-0.3.49:=
+   app-crypt/tpm2-tss:=
+   rdp? (
+   >=media-libs/nv-codec-headers-11.1.5.0
+   >=net-misc/freerdp-2.10.0:=[server]
+   >=sys-fs/fuse-3.9.1:3
+   >=x11-libs/libxkbcommon-1.0.0
+
+   aac? (
+   media-libs/fdk-aac:=
+   )
+   )
+   vnc? (
+   net-libs/libvncserver
+   )
+"
+RDEPEND="${DEPEND}
+   x11-wm/mutter[screencast]
+"
+BDEPEND="
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   virtual/pkgconfig
+   doc? (
+   app-text/asciidoc
+   )
+"
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use doc man)
+   $(meson_use aac fdk_aac)
+   $(meson_use rdp)
+   $(meson_use vnc)
+   $(meson_use systemd)
+   -Dsystemd_user_unit_dir="$(systemd_get_userunitdir)"
+   )
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/x86/, profiles/arch/ia64/, profiles/arch/base/, ...

2023-05-27 Thread Mike Gilbert
commit: e193c207eddd3e15b83d02165c34925a3288204e
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat May 27 23:45:19 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat May 27 23:47:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e193c207

profiles/arch: update systemd-boot masks

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

 profiles/arch/amd64/package.use.mask | 4 ++--
 profiles/arch/arm/package.use.mask   | 2 +-
 profiles/arch/arm64/package.use.mask | 2 +-
 profiles/arch/base/package.use.mask  | 4 ++--
 profiles/arch/ia64/package.use.mask  | 4 ++--
 profiles/arch/loong/package.use.mask | 9 +++--
 profiles/arch/riscv/package.use.mask | 5 +
 profiles/arch/x86/package.use.mask   | 2 +-
 8 files changed, 21 insertions(+), 11 deletions(-)

diff --git a/profiles/arch/amd64/package.use.mask 
b/profiles/arch/amd64/package.use.mask
index 9a0ced87db7f..83a261731286 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -338,8 +338,8 @@ sys-boot/grub:2 -grub_platforms_xen-32
 >=dev-db/mariadb-10.1.0 -mroonga -galera
 
 # Mike Gilbert  (2015-09-05)
-# sys-boot/gnu-efi is not supported on all archs.
-sys-apps/systemd -gnuefi
+# sd-boot is not supported on all archs.
+sys-apps/systemd -boot -gnuefi
 sys-apps/systemd-utils -boot
 
 # Ben de Groot  (2015-03-15)

diff --git a/profiles/arch/arm/package.use.mask 
b/profiles/arch/arm/package.use.mask
index 3781ce232db1..41fa484485e7 100644
--- a/profiles/arch/arm/package.use.mask
+++ b/profiles/arch/arm/package.use.mask
@@ -117,7 +117,7 @@ net-im/prosody selinux
 # Sam James  (2020-01-17)
 # gnuefi + systemd-boot works on arm
 # bug #729720
-sys-apps/systemd -gnuefi
+sys-apps/systemd -boot -gnuefi
 sys-apps/systemd-utils -boot
 
 # Joonas Niilola  (2021-01-15)

diff --git a/profiles/arch/arm64/package.use.mask 
b/profiles/arch/arm64/package.use.mask
index dcbd55a09ed2..552515ec4e09 100644
--- a/profiles/arch/arm64/package.use.mask
+++ b/profiles/arch/arm64/package.use.mask
@@ -136,7 +136,7 @@ media-sound/bluez-alsa man
 # Sam James  (2020-01-17)
 # gnuefi + systemd-boot works on arm64
 # bug #729720
-sys-apps/systemd -gnuefi
+sys-apps/systemd -boot -gnuefi
 sys-apps/systemd-utils -boot
 
 # Joonas Niilola  (2021-01-15)

diff --git a/profiles/arch/base/package.use.mask 
b/profiles/arch/base/package.use.mask
index 28b10b38c544..5054ceb096a0 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -326,8 +326,8 @@ media-video/mpv mmal
 >=dev-db/mariadb-10.1.0 mroonga galera
 
 # Mike Gilbert  (2015-09-05)
-# sys-boot/gnu-efi is not supported on all archs.
-sys-apps/systemd gnuefi
+# sd-boot is not supported on all archs.
+sys-apps/systemd boot gnuefi
 sys-apps/systemd-utils boot
 
 # Ben de Groot  (2015-03-15)

diff --git a/profiles/arch/ia64/package.use.mask 
b/profiles/arch/ia64/package.use.mask
index 1f1e961e609c..14c693a8d3bf 100644
--- a/profiles/arch/ia64/package.use.mask
+++ b/profiles/arch/ia64/package.use.mask
@@ -390,8 +390,8 @@ media-sound/pulseaudio-daemon ofono-headset
 
 # Mike Gilbert  (2015-09-05)
 # sys-boot/gnu-efi is not supported on all archs.
-sys-apps/systemd -gnuefi
-sys-apps/systemd-utils -boot
+ (2015-06-13)
 # Missing keywords, bug #513108

diff --git a/profiles/arch/loong/package.use.mask 
b/profiles/arch/loong/package.use.mask
index a7996f8bafbf..f8cd99f2956f 100644
--- a/profiles/arch/loong/package.use.mask
+++ b/profiles/arch/loong/package.use.mask
@@ -1,6 +1,11 @@
 # Copyright 2022-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Mike Gilbert  (2023-05-27)
+# Newer sd-boot does not use gnuefi.
+>=sys-apps/systemd-254 -boot
+>=sys-apps/systemd-utils-254 -boot
+
 # WANG Xuerui  (2023-04-16)
 # dev-python/pyopengl fails tests
 dev-python/sympy opengl
@@ -52,8 +57,8 @@ sys-apps/fwupd flashrom
 # WANG Xuerui  (2022-12-05)
 # sys-boot/gnu-efi upstream hasn't merged the loong port yet
 sys-apps/fwupd uefi
-sys-apps/systemd gnuefi
-sys-apps/systemd-utils boot
+ (2022-12-05)
 # The loong port of sys-boot/grub:2 isn't upstreamed yet.

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index e8befb84ff71..a695a1db6a74 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -1,6 +1,11 @@
 # Copyright 2019-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Mike Gilbert  (2023-05-27)
+# sd-boot should work here.
+sys-apps/systemd -boot -gnuefi
+sys-apps/systemd-utils -boot
+
 # Sam James  (2023-05-10)
 # sys-cluster/ceph not keyworded here
 sys-block/tgt rbd

diff --git a/profiles/arch/x86/package.use.mask 
b/profiles/arch/x86/package.use.mask
index e8529092f394..97e091ab7dea 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -383,7 +383,7 @@ app-emulation/libvirt xen
 
 # Mike Gilbert  (2015-09-05)
 # sys-boot/gnu-efi is 

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

2023-05-27 Thread Mike Gilbert
commit: c5317b6f2795219eef67b0453c5e72a72e3d8be4
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat May 27 23:30:00 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat May 27 23:30:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5317b6f

sys-apps/systemd: add warning about 'gnuefi' USE flag rename

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

 sys-apps/systemd/systemd-.ebuild | 4 
 1 file changed, 4 insertions(+)

diff --git a/sys-apps/systemd/systemd-.ebuild 
b/sys-apps/systemd/systemd-.ebuild
index 6353d8f18ef3..812aea61d1df 100644
--- a/sys-apps/systemd/systemd-.ebuild
+++ b/sys-apps/systemd/systemd-.ebuild
@@ -469,6 +469,10 @@ pkg_preinst() {
die "System layout with split directories still used"
fi
fi
+   if ! use boot && has_version "sys-apps/systemd[gnuefi(-)]"; then
+   ewarn "The 'gnuefi' USE flag has been renamed to 'boot'."
+   ewarn "Make sure to enable the 'boot' USE flag if you use 
systemd-boot."
+   fi
 }
 
 pkg_postinst() {



[gentoo-commits] repo/gentoo:master commit in: net-dialup/ppp/

2023-05-27 Thread Mike Gilbert
commit: 480ab1f451094ad901c1f2658daa94d26967109d
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat May 27 22:59:42 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat May 27 23:01:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=480ab1f4

net-dialup/ppp: move kernel checks to pkg_setup

Also drop message about pon/poff/plog.

Closes: https://bugs.gentoo.org/440424
Signed-off-by: Mike Gilbert  gentoo.org>

 net-dialup/ppp/ppp-2.5.0-r2.ebuild | 54 --
 1 file changed, 23 insertions(+), 31 deletions(-)

diff --git a/net-dialup/ppp/ppp-2.5.0-r2.ebuild 
b/net-dialup/ppp/ppp-2.5.0-r2.ebuild
index cf06b10cd4b8..16cdb369410e 100644
--- a/net-dialup/ppp/ppp-2.5.0-r2.ebuild
+++ b/net-dialup/ppp/ppp-2.5.0-r2.ebuild
@@ -35,8 +35,29 @@ PATCHES=(
 )
 
 pkg_setup() {
-   # Avoid linux-info_pkg_setup
-   :
+   local CONFIG_CHECK="~PPP ~PPP_ASYNC ~PPP_SYNC_TTY"
+   local ERROR_PPP="CONFIG_PPP:\t missing PPP support (REQUIRED)"
+   local ERROR_PPP_ASYNC="CONFIG_PPP_ASYNC:\t missing asynchronous serial 
line discipline"
+   ERROR_PPP_ASYNC+=" (optional, but highly recommended)"
+   local WARNING_PPP_SYNC_TTY="CONFIG_PPP_SYNC_TTY:\t missing synchronous 
serial line discipline"
+   WARNING_PPP_SYNC_TTY+=" (optional; used by 'sync' pppd option)"
+   if use activefilter ; then
+   CONFIG_CHECK+=" ~PPP_FILTER"
+   local ERROR_PPP_FILTER="CONFIG_PPP_FILTER:\t missing PPP 
filtering support (REQUIRED)"
+   fi
+   CONFIG_CHECK+=" ~PPP_DEFLATE ~PPP_BSDCOMP ~PPP_MPPE"
+   local ERROR_PPP_DEFLATE="CONFIG_PPP_DEFLATE:\t missing Deflate 
compression (optional, but highly recommended)"
+   local ERROR_PPP_BSDCOMP="CONFIG_PPP_BSDCOMP:\t missing BSD-Compress 
compression (optional, but highly recommended)"
+   local WARNING_PPP_MPPE="CONFIG_PPP_MPPE:\t missing MPPE encryption 
(optional, mostly used by PPTP links)"
+   CONFIG_CHECK+=" ~PPPOE ~PACKET"
+   local WARNING_PPPOE="CONFIG_PPPOE:\t missing PPPoE support (optional, 
needed by pppoe plugin)"
+   local WARNING_PACKET="CONFIG_PACKET:\t missing AF_PACKET support 
(optional, used by pppoe plugin)"
+   if use atm ; then
+   CONFIG_CHECK+=" ~PPPOATM"
+   local WARNING_PPPOATM="CONFIG_PPPOATM:\t missing PPPoA support 
(optional, needed by pppoatm plugin)"
+   fi
+
+   linux-info_pkg_setup
 }
 
 src_configure() {
@@ -90,33 +111,4 @@ src_install() {
 
 pkg_postinst() {
tmpfiles_process pppd.conf
-
-   local CONFIG_CHECK="~PPP ~PPP_ASYNC ~PPP_SYNC_TTY"
-   local ERROR_PPP="CONFIG_PPP:\t missing PPP support (REQUIRED)"
-   local ERROR_PPP_ASYNC="CONFIG_PPP_ASYNC:\t missing asynchronous serial 
line discipline"
-   ERROR_PPP_ASYNC+=" (optional, but highly recommended)"
-   local WARNING_PPP_SYNC_TTY="CONFIG_PPP_SYNC_TTY:\t missing synchronous 
serial line discipline"
-   WARNING_PPP_SYNC_TTY+=" (optional; used by 'sync' pppd option)"
-   if use activefilter ; then
-   CONFIG_CHECK+=" ~PPP_FILTER"
-   local ERROR_PPP_FILTER="CONFIG_PPP_FILTER:\t missing PPP 
filtering support (REQUIRED)"
-   fi
-   CONFIG_CHECK+=" ~PPP_DEFLATE ~PPP_BSDCOMP ~PPP_MPPE"
-   local ERROR_PPP_DEFLATE="CONFIG_PPP_DEFLATE:\t missing Deflate 
compression (optional, but highly recommended)"
-   local ERROR_PPP_BSDCOMP="CONFIG_PPP_BSDCOMP:\t missing BSD-Compress 
compression (optional, but highly recommended)"
-   local WARNING_PPP_MPPE="CONFIG_PPP_MPPE:\t missing MPPE encryption 
(optional, mostly used by PPTP links)"
-   CONFIG_CHECK+=" ~PPPOE ~PACKET"
-   local WARNING_PPPOE="CONFIG_PPPOE:\t missing PPPoE support (optional, 
needed by pppoe plugin)"
-   local WARNING_PACKET="CONFIG_PACKET:\t missing AF_PACKET support 
(optional, used by pppoe plugin)"
-   if use atm ; then
-   CONFIG_CHECK+=" ~PPPOATM"
-   local WARNING_PPPOATM="CONFIG_PPPOATM:\t missing PPPoA support 
(optional, needed by pppoatm plugin)"
-   fi
-
-   linux-info_pkg_setup
-
-   echo
-   elog "pon, poff and plog scripts have been supplied for experienced 
users."
-   elog "Users needing particular scripts (ssh,rsh,etc.) should check out 
the"
-   elog "/usr/share/doc/${PF}/scripts directory."
 }



[gentoo-commits] repo/proj/guru:dev commit in: dev-vcs/gitqlient/

2023-05-27 Thread Rahul Sandhu
commit: 943f694bf551dec2a2b6021f15a1920cab6106ad
Author: Rahul Sandhu  sandhuservices  dev>
AuthorDate: Sat May 27 22:23:17 2023 +
Commit: Rahul Sandhu  sandhuservices  dev>
CommitDate: Sat May 27 22:23:17 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=943f694b

dev-vcs/gitqlient: update SRC_URI

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

 dev-vcs/gitqlient/gitqlient-1.6.2_pre20230519.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-vcs/gitqlient/gitqlient-1.6.2_pre20230519.ebuild 
b/dev-vcs/gitqlient/gitqlient-1.6.2_pre20230519.ebuild
index 93a655dc5..3c4342d6a 100644
--- a/dev-vcs/gitqlient/gitqlient-1.6.2_pre20230519.ebuild
+++ b/dev-vcs/gitqlient/gitqlient-1.6.2_pre20230519.ebuild
@@ -17,9 +17,11 @@ HOMEPAGE="https://github.com/francescmm/GitQlient;
 
 SRC_URI="
https://github.com/francescmm/${MY_PN}/archive/${gitqlient_sha}.tar.gz 
-> ${P}.tar.gz
-   
https://github.com/francescmm/AuxiliarCustomWidgets/archive/${AuxiliarCustomWidgets_sha}.tar.gz
 -> ${P}_AuxiliarCustomWidgets.tar.gz
+   
https://github.com/francescmm/AuxiliarCustomWidgets/archive/${AuxiliarCustomWidgets_sha}.tar.gz
 \
+   -> ${P}_AuxiliarCustomWidgets.tar.gz
https://github.com/francescmm/QLogger/archive/${QLogger_sha}.tar.gz -> 
${P}_QLogger.tar.gz
-   
https://github.com/francescmm/QPinnableTabWidget/archive/${QPinnableTabWidget_sha}.tar.gz
 -> ${P}_QPinnableTabWidget.tar.gz
+   
https://github.com/francescmm/QPinnableTabWidget/archive/${QPinnableTabWidget_sha}.tar.gz
 \
+   -> ${P}_QPinnableTabWidget.tar.gz
https://github.com/francescmm/git/archive/${git_sha}.tar.gz -> 
${P}_git.tar.gz
 "
 KEYWORDS="~amd64 ~x86"



[gentoo-commits] repo/proj/guru:dev commit in: dev-util/eclipse-parallel-bin/

2023-05-27 Thread Rahul Sandhu
commit: 5bf5362163918bff4bdfdf01c22b0fee9ae1af3a
Author: Rahul Sandhu  sandhuservices  dev>
AuthorDate: Sat May 27 22:22:07 2023 +
Commit: Rahul Sandhu  sandhuservices  dev>
CommitDate: Sat May 27 22:22:07 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5bf53621

dev-util/eclipse-parallel-bin: improve ebuild readability

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

 dev-util/eclipse-parallel-bin/eclipse-parallel-bin-4.27.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-util/eclipse-parallel-bin/eclipse-parallel-bin-4.27.ebuild 
b/dev-util/eclipse-parallel-bin/eclipse-parallel-bin-4.27.ebuild
index 041d36250..ed79a8018 100644
--- a/dev-util/eclipse-parallel-bin/eclipse-parallel-bin-4.27.ebuild
+++ b/dev-util/eclipse-parallel-bin/eclipse-parallel-bin-4.27.ebuild
@@ -43,5 +43,6 @@ src_install() {
make_wrapper ${PN%-*} "/opt/${PN}/${MY_PN} -vm /opt/openjdk*/bin/java" 
"" "/opt/${PN}" "/opt/bin"
 
doicon -s 48 
plugins/org.eclipse.platform_4.27.0.v20230302-0300/eclipse48.png
-   make_desktop_entry eclipse-parallel "Eclipse IDE Parallel ${MY_PV}" 
eclipse48 "Development;" || die "Failed making desktop entry!"
+   make_desktop_entry eclipse-parallel "Eclipse IDE Parallel ${MY_PV}" 
eclipse48 "Development;" \
+   || die "Failed making desktop entry!"
 }



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

2023-05-27 Thread Rahul Sandhu
commit: f612290f423d7491c75b2c7904f1f2d73050d8de
Author: Rahul Sandhu  sandhuservices  dev>
AuthorDate: Sat May 27 22:21:11 2023 +
Commit: Rahul Sandhu  sandhuservices  dev>
CommitDate: Sat May 27 22:21:11 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f612290f

gui-apps/showmethekey: add github upstream metadata

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

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

diff --git a/gui-apps/showmethekey/metadata.xml 
b/gui-apps/showmethekey/metadata.xml
index ee7417102..b3b0065ef 100644
--- a/gui-apps/showmethekey/metadata.xml
+++ b/gui-apps/showmethekey/metadata.xml
@@ -5,4 +5,7 @@
davidroma...@gmail.com
David Roman

+   
+   AlynxZhou/showmethekey
+   
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-extension-desktop-icons-ng/

2023-05-27 Thread Pacho Ramos
commit: df455f843d4e39351ee0d0c3e76868733541b95e
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat May 27 22:17:44 2023 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat May 27 22:18:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df455f84

gnome-extra/gnome-shell-extension-desktop-icons-ng: drop 47, 47.0.2

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

 .../Manifest   |  1 -
 ...-shell-extension-desktop-icons-ng-47.0.2.ebuild | 44 -
 ...nome-shell-extension-desktop-icons-ng-47.ebuild | 45 --
 3 files changed, 90 deletions(-)

diff --git a/gnome-extra/gnome-shell-extension-desktop-icons-ng/Manifest 
b/gnome-extra/gnome-shell-extension-desktop-icons-ng/Manifest
index b88041627c3c..45f2a083e395 100644
--- a/gnome-extra/gnome-shell-extension-desktop-icons-ng/Manifest
+++ b/gnome-extra/gnome-shell-extension-desktop-icons-ng/Manifest
@@ -1,3 +1,2 @@
-DIST ding-47.tar.xz 137520 BLAKE2B 
afadc7db89024104bddc3ca6842552482db9e011d5d562f47ecabcffd6593d467a5ed248a494000688eced97c0931e4b8964eb8eee23aac8c234531e3a257a92
 SHA512 
1e9d1ee1d214ce62dded6c6bd42ff1f2ffc08f777f5a569bf84cfb775d55933d908289c9d23325ff227fc08a2b47c2fc3be6434d48fb8230ffb6f39b25cd7ec7
 DIST gnome-shell-extension-desktop-icons-ng-47.0.2.tar.bz2 149883 BLAKE2B 
9097ea9489ea220297082e487bd846dfe0b7d2188fc878bb4927e92ddc8aabe21ee2b4acfad91b95694713b90c3c99c82eae2f184bd985228cbe2f7f5c61aaf7
 SHA512 
220a2c4337f47d196d81cb21df80e1d5cd34778f3f14cf33f51baeb6156309244977acb9d5981e588ed68060b7c47c2d567f6ba5f835c2af4a537bd70a87daa2
 DIST gnome-shell-extension-desktop-icons-ng-47.0.3.tar.bz2 151631 BLAKE2B 
652e41eff5f8ada6bd2f6ebf49fd4db08bcab6d48af0e42e789a52050049708596fd534b9a32906cab2e4a8ccd283cc88ea318b4f7f58b1ef5bfd638399d92cf
 SHA512 
0d48e442efc9ea2c461ec846a38c06ea906f6c3c710c221af693a9819efecc8859c86116f13172caba0083f4fcb9015c2957587e3a2a6f531d1e8f414c5dcb47

diff --git 
a/gnome-extra/gnome-shell-extension-desktop-icons-ng/gnome-shell-extension-desktop-icons-ng-47.0.2.ebuild
 
b/gnome-extra/gnome-shell-extension-desktop-icons-ng/gnome-shell-extension-desktop-icons-ng-47.0.2.ebuild
deleted file mode 100644
index 9c01b6718ed3..
--- 
a/gnome-extra/gnome-shell-extension-desktop-icons-ng/gnome-shell-extension-desktop-icons-ng-47.0.2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit gnome2-utils meson
-
-MY_PN="desktop-icons-ng"
-MY_P="${MY_PN}-${PV}"
-COMMIT="9c2f2bc688e9c95335c64f1b3a6ad0cc2051d7b4"
-
-DESCRIPTION="Fork from the desktop-icons project, with several enhancements 
like Drag'n'Drop"
-HOMEPAGE="https://gitlab.com/rastersoft/desktop-icons-ng;
-SRC_URI="https://gitlab.com/rastersoft/desktop-icons-ng/-/archive/${PV}/${P}.tar.bz2;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-COMMON_DEPEND="dev-libs/glib:2"
-RDEPEND="${COMMON_DEPEND}
-   app-eselect/eselect-gnome-shell-extensions
-   >=gnome-base/gnome-shell-3.38
-   >=gnome-base/nautilus-3.38
-"
-DEPEND="${COMMON_DEPEND}"
-BDEPEND=""
-
-S="${WORKDIR}/${MY_P}-${COMMIT}"
-
-pkg_preinst() {
-   gnome2_schemas_savelist
-}
-
-pkg_postinst() {
-   gnome2_schemas_update
-   ebegin "Updating list of installed extensions"
-   eselect gnome-shell-extensions update
-   eend $?
-}
-
-pkg_postrm() {
-   gnome2_schemas_update
-}

diff --git 
a/gnome-extra/gnome-shell-extension-desktop-icons-ng/gnome-shell-extension-desktop-icons-ng-47.ebuild
 
b/gnome-extra/gnome-shell-extension-desktop-icons-ng/gnome-shell-extension-desktop-icons-ng-47.ebuild
deleted file mode 100644
index e322b7b33c39..
--- 
a/gnome-extra/gnome-shell-extension-desktop-icons-ng/gnome-shell-extension-desktop-icons-ng-47.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit gnome2-utils meson
-
-MY_PN="ding"
-MY_P="${MY_PN}-${PV}"
-COMMIT="8349d86aeb384c2223a8b9d1bc6c77a9"
-
-DESCRIPTION="Fork from the desktop-icons project, with several enhancements 
like Drag'n'Drop"
-HOMEPAGE="https://gitlab.com/rastersoft/desktop-icons-ng;
-SRC_URI="https://gitlab.com/rastersoft/desktop-icons-ng/uploads/${COMMIT}/${MY_P}.tar.xz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-COMMON_DEPEND="dev-libs/glib:2"
-RDEPEND="${COMMON_DEPEND}
-   app-eselect/eselect-gnome-shell-extensions
-   >=gnome-base/gnome-shell-3.38
-   >=gnome-base/nautilus-3.38
-"
-DEPEND="${COMMON_DEPEND}"
-BDEPEND=""
-
-S="${WORKDIR}/${MY_P}"
-extension_uuid="d...@rastersoft.com"
-
-pkg_preinst() {
-   gnome2_schemas_savelist
-}
-
-pkg_postinst() {
-   gnome2_schemas_update
-   ebegin "Updating list of installed extensions"
-   eselect gnome-shell-extensions update
-   eend $?
-}
-
-pkg_postrm() {
-   gnome2_schemas_update
-}

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-extension-desktop-icons-ng/

2023-05-27 Thread Pacho Ramos
commit: 9b7e0c3e70a7465d18f774ca97bdbd3d8a448f36
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat May 27 22:17:24 2023 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat May 27 22:18:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b7e0c3e

gnome-extra/gnome-shell-extension-desktop-icons-ng: add 47.0.3

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

 .../Manifest   |  1 +
 ...-shell-extension-desktop-icons-ng-47.0.3.ebuild | 44 ++
 2 files changed, 45 insertions(+)

diff --git a/gnome-extra/gnome-shell-extension-desktop-icons-ng/Manifest 
b/gnome-extra/gnome-shell-extension-desktop-icons-ng/Manifest
index 5fcf1285a66e..b88041627c3c 100644
--- a/gnome-extra/gnome-shell-extension-desktop-icons-ng/Manifest
+++ b/gnome-extra/gnome-shell-extension-desktop-icons-ng/Manifest
@@ -1,2 +1,3 @@
 DIST ding-47.tar.xz 137520 BLAKE2B 
afadc7db89024104bddc3ca6842552482db9e011d5d562f47ecabcffd6593d467a5ed248a494000688eced97c0931e4b8964eb8eee23aac8c234531e3a257a92
 SHA512 
1e9d1ee1d214ce62dded6c6bd42ff1f2ffc08f777f5a569bf84cfb775d55933d908289c9d23325ff227fc08a2b47c2fc3be6434d48fb8230ffb6f39b25cd7ec7
 DIST gnome-shell-extension-desktop-icons-ng-47.0.2.tar.bz2 149883 BLAKE2B 
9097ea9489ea220297082e487bd846dfe0b7d2188fc878bb4927e92ddc8aabe21ee2b4acfad91b95694713b90c3c99c82eae2f184bd985228cbe2f7f5c61aaf7
 SHA512 
220a2c4337f47d196d81cb21df80e1d5cd34778f3f14cf33f51baeb6156309244977acb9d5981e588ed68060b7c47c2d567f6ba5f835c2af4a537bd70a87daa2
+DIST gnome-shell-extension-desktop-icons-ng-47.0.3.tar.bz2 151631 BLAKE2B 
652e41eff5f8ada6bd2f6ebf49fd4db08bcab6d48af0e42e789a52050049708596fd534b9a32906cab2e4a8ccd283cc88ea318b4f7f58b1ef5bfd638399d92cf
 SHA512 
0d48e442efc9ea2c461ec846a38c06ea906f6c3c710c221af693a9819efecc8859c86116f13172caba0083f4fcb9015c2957587e3a2a6f531d1e8f414c5dcb47

diff --git 
a/gnome-extra/gnome-shell-extension-desktop-icons-ng/gnome-shell-extension-desktop-icons-ng-47.0.3.ebuild
 
b/gnome-extra/gnome-shell-extension-desktop-icons-ng/gnome-shell-extension-desktop-icons-ng-47.0.3.ebuild
new file mode 100644
index ..092c49db2cec
--- /dev/null
+++ 
b/gnome-extra/gnome-shell-extension-desktop-icons-ng/gnome-shell-extension-desktop-icons-ng-47.0.3.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit gnome2-utils meson
+
+MY_PN="desktop-icons-ng"
+MY_P="${MY_PN}-${PV}"
+COMMIT="9c2f2bc688e9c95335c64f1b3a6ad0cc2051d7b4"
+
+DESCRIPTION="Fork from the desktop-icons project, with several enhancements 
like Drag'n'Drop"
+HOMEPAGE="https://gitlab.com/rastersoft/desktop-icons-ng;
+SRC_URI="https://gitlab.com/rastersoft/desktop-icons-ng/-/archive/${PV}/${P}.tar.bz2;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+COMMON_DEPEND="dev-libs/glib:2"
+RDEPEND="${COMMON_DEPEND}
+   app-eselect/eselect-gnome-shell-extensions
+   >=gnome-base/gnome-shell-3.38
+   >=gnome-base/nautilus-3.38
+"
+DEPEND="${COMMON_DEPEND}"
+BDEPEND=""
+
+S="${WORKDIR}/${MY_P}-${COMMIT}"
+
+pkg_preinst() {
+   gnome2_schemas_savelist
+}
+
+pkg_postinst() {
+   gnome2_schemas_update
+   ebegin "Updating list of installed extensions"
+   eselect gnome-shell-extensions update
+   eend $?
+}
+
+pkg_postrm() {
+   gnome2_schemas_update
+}



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

2023-05-27 Thread Rahul Sandhu
commit: 10cd2d89ae6b2d3b6ff8265a9cd0208ef261379b
Author: Rahul Sandhu  sandhuservices  dev>
AuthorDate: Sat May 27 22:14:05 2023 +
Commit: Rahul Sandhu  sandhuservices  dev>
CommitDate: Sat May 27 22:14:05 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=10cd2d89

gui-apps/rofi-wayland: add upstream github repo; remove trailing line(s)

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

 gui-apps/rofi-wayland/metadata.xml  | 3 +++
 gui-apps/rofi-wayland/rofi-wayland-1.7.5.ebuild | 1 -
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/gui-apps/rofi-wayland/metadata.xml 
b/gui-apps/rofi-wayland/metadata.xml
index 6e25ecc87..a72e5b17e 100644
--- a/gui-apps/rofi-wayland/metadata.xml
+++ b/gui-apps/rofi-wayland/metadata.xml
@@ -9,4 +9,7 @@
Desktop file mode
Window switcher mode

+   
+   lbonn/rofi
+   
 

diff --git a/gui-apps/rofi-wayland/rofi-wayland-1.7.5.ebuild 
b/gui-apps/rofi-wayland/rofi-wayland-1.7.5.ebuild
index 5a8764540..064a653f7 100644
--- a/gui-apps/rofi-wayland/rofi-wayland-1.7.5.ebuild
+++ b/gui-apps/rofi-wayland/rofi-wayland-1.7.5.ebuild
@@ -57,4 +57,3 @@ pkg_postinst() {
 
xdg_icon_cache_update
 }
-



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

2023-05-27 Thread Michael Orlitzky
commit: 5494d4f1a33ec80c13b6c53c8b17bff91dff19ac
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sat May 27 19:04:25 2023 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sat May 27 22:01:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5494d4f1

dev-libs/libnsutils: add 

Signed-off-by: Michael Orlitzky  gentoo.org>

 dev-libs/libnsutils/libnsutils-.ebuild | 30 ++
 1 file changed, 30 insertions(+)

diff --git a/dev-libs/libnsutils/libnsutils-.ebuild 
b/dev-libs/libnsutils/libnsutils-.ebuild
new file mode 100644
index ..648f7c466039
--- /dev/null
+++ b/dev-libs/libnsutils/libnsutils-.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit git-r3 netsurf
+
+DESCRIPTION="C library for base64 and time"
+HOMEPAGE="https://www.netsurf-browser.org/;
+
+EGIT_REPO_URI="https://git.netsurf-browser.org/${PN}.git;
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS=""
+IUSE=""
+
+BDEPEND="dev-util/netsurf-buildsystem"
+
+_emake() {
+   netsurf_define_makeconf
+   emake "${NETSURF_MAKECONF[@]}" COMPONENT_TYPE=lib-shared $@
+}
+
+src_compile() {
+   _emake
+}
+
+src_install() {
+   _emake DESTDIR="${D}" install
+}



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

2023-05-27 Thread Michael Orlitzky
commit: dbaf8ae84492dc8a4f42e5ecb6fe3a56ec9e6d7b
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sat May 27 18:40:44 2023 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sat May 27 22:01:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbaf8ae8

net-libs/libdom: add 

Signed-off-by: Michael Orlitzky  gentoo.org>

 net-libs/libdom/libdom-.ebuild | 57 ++
 1 file changed, 57 insertions(+)

diff --git a/net-libs/libdom/libdom-.ebuild 
b/net-libs/libdom/libdom-.ebuild
new file mode 100644
index ..e4b422d0883c
--- /dev/null
+++ b/net-libs/libdom/libdom-.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit git-r3 netsurf
+
+DESCRIPTION="implementation of the W3C DOM, written in C"
+HOMEPAGE="https://www.netsurf-browser.org/projects/libdom/;
+
+EGIT_REPO_URI="https://git.netsurf-browser.org/${PN}.git;
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS=""
+IUSE="expat test xml"
+
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-libs/libparserutils
+   dev-libs/libwapcaplet
+   net-libs/libhubbub
+   xml? (
+   expat? ( dev-libs/expat )
+   !expat? ( dev-libs/libxml2 )
+   )"
+DEPEND="${RDEPEND}
+   test? (
+   dev-perl/XML-XPath
+   dev-perl/libxml-perl
+   dev-perl/Switch
+   )"
+BDEPEND="
+   dev-util/netsurf-buildsystem
+   virtual/pkgconfig"
+
+REQUIRED_USE="test? ( xml )"
+
+_emake() {
+   netsurf_define_makeconf
+   emake "${NETSURF_MAKECONF[@]}" COMPONENT_TYPE=lib-shared \
+   WITH_EXPAT_BINDING=$(usex xml $(usex expat yes no) no) \
+   WITH_LIBXML_BINDING=$(usex xml $(usex expat no yes) no) \
+   $@
+}
+
+src_compile() {
+   _emake
+}
+
+src_test() {
+   _emake test
+}
+
+src_install() {
+   _emake DESTDIR="${D}" install
+}



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

2023-05-27 Thread Michael Orlitzky
commit: 89cd197377b7271e11c9f56a964e26ceb18fde0f
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sat May 27 18:40:30 2023 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sat May 27 22:01:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89cd1973

dev-libs/libcss: add 

Signed-off-by: Michael Orlitzky  gentoo.org>

 dev-libs/libcss/libcss-.ebuild | 47 ++
 1 file changed, 47 insertions(+)

diff --git a/dev-libs/libcss/libcss-.ebuild 
b/dev-libs/libcss/libcss-.ebuild
new file mode 100644
index ..54b3baf92934
--- /dev/null
+++ b/dev-libs/libcss/libcss-.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit git-r3 netsurf
+
+DESCRIPTION="CSS parser and selection engine, written in C"
+HOMEPAGE="https://www.netsurf-browser.org/projects/libcss/;
+
+EGIT_REPO_URI="https://git.netsurf-browser.org/${PN}.git;
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS=""
+IUSE="test"
+
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-libs/libparserutils
+   dev-libs/libwapcaplet"
+DEPEND="${RDEPEND}
+   test? ( dev-lang/perl )"
+BDEPEND="
+   dev-util/netsurf-buildsystem
+   virtual/pkgconfig"
+
+src_prepare() {
+   default
+}
+
+_emake() {
+   netsurf_define_makeconf
+   emake "${NETSURF_MAKECONF[@]}" COMPONENT_TYPE=lib-shared $@
+}
+
+src_compile() {
+   _emake
+}
+
+src_test() {
+   _emake test
+}
+
+src_install() {
+   _emake DESTDIR="${D}" install
+}



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

2023-05-27 Thread Michael Orlitzky
commit: 1febf678d8ed530256baf273d851a0227cc7db61
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sat May 27 18:27:18 2023 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sat May 27 22:01:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1febf678

media-libs/libnsgif: add 

Signed-off-by: Michael Orlitzky  gentoo.org>

 media-libs/libnsgif/libnsgif-.ebuild | 37 
 1 file changed, 37 insertions(+)

diff --git a/media-libs/libnsgif/libnsgif-.ebuild 
b/media-libs/libnsgif/libnsgif-.ebuild
new file mode 100644
index ..53cb45fba3c3
--- /dev/null
+++ b/media-libs/libnsgif/libnsgif-.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit git-r3 netsurf
+
+DESCRIPTION="decoding library for the GIF image file format, written in C"
+HOMEPAGE="https://www.netsurf-browser.org/projects/libnsgif/;
+
+EGIT_REPO_URI="https://git.netsurf-browser.org/${PN}.git;
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+BDEPEND="
+   dev-util/netsurf-buildsystem
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   default
+}
+
+_emake() {
+   netsurf_define_makeconf
+   emake "${NETSURF_MAKECONF[@]}" COMPONENT_TYPE=lib-shared $@
+}
+
+src_compile() {
+   _emake
+}
+
+src_install() {
+   _emake DESTDIR="${D}" install
+}



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

2023-05-27 Thread Michael Orlitzky
commit: aecdf3015347f0bf9acfa5d63ede37cc0b1112d9
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sat May 27 18:45:04 2023 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sat May 27 22:01:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aecdf301

www-client/netsurf: add 

This has been getting minor bug fixes for three years without a
release. I still use it every once in a while, and the build hasn't
broken in the meantime, so it's easy enough to add a few live ebuilds
for the projects that have seen commits.

Signed-off-by: Michael Orlitzky  gentoo.org>

 www-client/netsurf/netsurf-.ebuild | 147 +
 1 file changed, 147 insertions(+)

diff --git a/www-client/netsurf/netsurf-.ebuild 
b/www-client/netsurf/netsurf-.ebuild
new file mode 100644
index ..0cf6ef50f6e0
--- /dev/null
+++ b/www-client/netsurf/netsurf-.ebuild
@@ -0,0 +1,147 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop git-r3 netsurf toolchain-funcs
+
+DESCRIPTION="A free, open source web browser"
+HOMEPAGE="https://www.netsurf-browser.org/;
+
+EGIT_REPO_URI="https://git.netsurf-browser.org/${PN}.git;
+LICENSE="GPL-2 MIT"
+SLOT="0"
+KEYWORDS=""
+IUSE="bmp fbcon truetype +gif +gtk +javascript +jpeg mng
+   +png +psl rosprite +svg +svgtiny +webp"
+
+REQUIRED_USE="|| ( fbcon gtk )"
+
+RDEPEND="
+   >=dev-libs/libcss-
+   >=net-libs/libdom-
+   net-libs/libhubbub
+   >=dev-libs/libnsutils-
+   dev-libs/libutf8proc
+   dev-libs/libxml2:2
+   net-misc/curl
+   bmp? ( media-libs/libnsbmp )
+   fbcon? (
+   dev-libs/libnsfb
+   truetype? (
+   media-fonts/dejavu
+   media-libs/freetype
+   )
+   )
+   gif? ( >=media-libs/libnsgif- )
+   gtk? (
+   dev-libs/glib:2
+   x11-libs/gtk+:3
+   )
+   javascript? (
+   dev-libs/nsgenbind
+   dev-lang/duktape:=
+   )
+   jpeg? ( media-libs/libjpeg-turbo:= )
+   mng? ( media-libs/libmng:= )
+   png? ( media-libs/libpng:0= )
+   psl? ( media-libs/libnspsl )
+   rosprite? ( media-libs/librosprite )
+   svg? (
+   svgtiny? ( media-libs/libsvgtiny )
+   !svgtiny? ( gnome-base/librsvg:2 )
+   )
+   webp? ( media-libs/libwebp )"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   javascript? ( app-editors/vim-core )
+   dev-libs/check
+   dev-perl/HTML-Parser
+   dev-util/netsurf-buildsystem
+   virtual/pkgconfig
+"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-3.9-conditionally-include-image-headers.patch"
+   "${FILESDIR}/${PN}-3.10-julia-libutf8proc-header-location.patch"
+   "${FILESDIR}/${PN}-3.10-disable-failing-tests.patch"
+)
+
+DOCS=(
+   README
+   docs/using-framebuffer.md
+   docs/ideas/{cache,css-engine,render-library}.txt
+)
+
+src_prepare() {
+   default
+   rm -r frontends/{amiga,atari,beos,monkey,riscos,windows} || die
+}
+
+_emake() {
+   netsurf_define_makeconf
+   local netsurf_makeconf=(
+   "${NETSURF_MAKECONF[@]}"
+   COMPONENT_TYPE=binary
+   NETSURF_USE_BMP=$(usex bmp YES NO)
+   NETSURF_USE_GIF=$(usex gif YES NO)
+   NETSURF_USE_JPEG=$(usex jpeg YES NO)
+   NETSURF_USE_PNG=$(usex png YES NO)
+   NETSURF_USE_NSPSL=$(usex psl YES NO)
+   NETSURF_USE_MNG=$(usex mng YES NO)
+   NETSURF_USE_WEBP=$(usex webp YES NO)
+   NETSURF_USE_JS=NO
+   NETSURF_USE_DUKTAPE=$(usex javascript YES NO)
+   NETSURF_USE_NSSVG=$(usex svg $(usex svgtiny YES NO) NO)
+   NETSURF_USE_RSVG=$(usex svg $(usex svgtiny NO YES) NO)
+   NETSURF_USE_ROSPRITE=$(usex rosprite YES NO)
+   PKG_CONFIG=$(tc-getPKG_CONFIG)
+   NETSURF_FB_FONTLIB=$(usex truetype freetype internal)
+   NETSURF_FB_FONTPATH="${EPREFIX}/usr/share/fonts/dejavu"
+   NETSURF_USE_VIDEO=NO
+   )
+
+   emake "${netsurf_makeconf[@]}" $@
+}
+
+src_compile() {
+   # The build system only runs pkg-config to find librsvg's include
+   # dir for the gtk targets. So if you try to build the framebuffer
+   # target with NETSURF_USE_RSVG=YES, the build crashes on failing to
+   # find rsvg.h. To work around that, we set NETSURF_USE_RSVG=NO. It
+   # might be possible to fall back to svgtiny with USE="svg -svgtiny"
+   # if svgtiny works in a framebuffer, but then our (R)DEPEND would
+   # need some mangling to ensure that svgtiny is installed.
+   use fbcon && _emake NETSURF_USE_RSVG=NO TARGET=framebuffer
+
+   use gtk && _emake TARGET=gtk3
+}
+
+src_test() {
+   _emake test
+}
+
+src_install() {
+   if use fbcon ; then
+  

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

2023-05-27 Thread Maciej Barć
commit: 75cb781b1746bcbb8d294cf3874d8198c99780e7
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat May 27 21:11:02 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat May 27 21:11:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75cb781b

net-misc/gallery-dl: drop old 1.25.3

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

 net-misc/gallery-dl/Manifest |  1 -
 net-misc/gallery-dl/gallery-dl-1.25.3.ebuild | 40 
 2 files changed, 41 deletions(-)

diff --git a/net-misc/gallery-dl/Manifest b/net-misc/gallery-dl/Manifest
index c876acc4970d..a22c783ebd3d 100644
--- a/net-misc/gallery-dl/Manifest
+++ b/net-misc/gallery-dl/Manifest
@@ -1,5 +1,4 @@
 DIST gallery-dl-1.25.0.gh.tar.gz 540793 BLAKE2B 
e02daf0b2deb8196fc587a3fd17e4bb8b0d14ca67c6384e120d3fadaa261b5d9143885c2717d0e98dc0467285a7ebfa9f9bc5da7ad5bd39a239a6975e0a900eb
 SHA512 
e0cc041343130acf47f0ab4b7b7ac0ac42389bc457748404b9b0bc17f8a8690b225ab30c0c3d523925138608508417ecc4052981a5615d0747a2a064f6236ed4
 DIST gallery-dl-1.25.1.gh.tar.gz 543977 BLAKE2B 
ab6437ebb4f840fb3fac27a3f0d2536215dc02376b0129d9b7d4c9420cc64405edf5961c0155d7fb9d7001028bf218a299bfd44bbf2ef2b60f567e51050e504e
 SHA512 
96f929af5cf70c7a89eca2ac8380cd7ba36ed806d062a6e339238ebfec2387aa4806d432cd28599b37382a69d7cdb33306069d41954e1421dff2523e2ae6a8df
 DIST gallery-dl-1.25.2.gh.tar.gz 546468 BLAKE2B 
ee40766e581afa8ab1119d656131a1e467fc1b6b5d92491ee384428ee4a02fd2b0b261657f175cb6d6bc8e79a622a14b7308ccb0e129535e7718503a6828ae53
 SHA512 
99bc319427c067f039df7f34988b44da2db028afc33188454879c46abbacfaac6fb8a5d0d0aec1fd4d7ba97862b100675cab55094b9d8979a5240f516fe4b855
-DIST gallery-dl-1.25.3.gh.tar.gz 554284 BLAKE2B 
8e8cedec35a913fbdde2be2c4bf126d5514ad5df257df73df1525391709ecc72dff3c8218fc1ce2aeca3b001ba37ed87c4ed077e8ead569480ac746c5b19a3fc
 SHA512 
270d2748ef83a7adf04f62f48bd099f2bc97bcef72dcfdce95e7ec54829494cd52e9149770aa8bb7db86c663ae2455ce3b531625ad96724a7aae9d36a72b422a
 DIST gallery-dl-1.25.4.gh.tar.gz 555479 BLAKE2B 
c209d494014db2978722e70ad6442244ddd283c0e7169a90256eaf6ddaf6ffbe2a85129369d5207eb31512ca13298fe290b3f5fa41e9949db402ee6637ff139c
 SHA512 
163033515925f13b8d19c98a45ef50e316be92cbaf439322a47d074a783519c389a685005b7f33a9d384791315d53cb2d59af030ab96ff8eaed7caa31f0e8e17

diff --git a/net-misc/gallery-dl/gallery-dl-1.25.3.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.25.3.ebuild
deleted file mode 100644
index b3da2a9c870f..
--- a/net-misc/gallery-dl/gallery-dl-1.25.3.ebuild
+++ /dev/null
@@ -1,40 +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} )
-PYTHON_REQ_USE="sqlite,ssl,xml(+)"
-
-inherit distutils-r1 optfeature
-
-DESCRIPTION="Download image galleries and collections from several image 
hosting sites"
-HOMEPAGE="https://github.com/mikf/gallery-dl;
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/mikf/${PN}.git;
-else
-   SRC_URI="https://github.com/mikf/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-# Tests require network access.
-PROPERTIES="test_network"
-RESTRICT="test"
-
-RDEPEND=">=dev-python/requests-2.11.0[${PYTHON_USEDEP}]"
-
-distutils_enable_tests setup.py
-
-python_compile_all() {
-   emake PYTHON=${EPYTHON} data/completion/{,_}gallery-dl man
-}
-
-pkg_postinst() {
-   optfeature "Pixiv Ugoira to WebM conversion" media-video/ffmpeg
-   optfeature "video downloads" net-misc/yt-dlp
-}



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

2023-05-27 Thread Maciej Barć
commit: 242e1a17d8c46960536a0c11251356b00e9d0f9e
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat May 27 21:11:17 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat May 27 21:11:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=242e1a17

net-misc/gallery-dl: drop old 1.25.0

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

 net-misc/gallery-dl/Manifest |  1 -
 net-misc/gallery-dl/gallery-dl-1.25.0.ebuild | 40 
 2 files changed, 41 deletions(-)

diff --git a/net-misc/gallery-dl/Manifest b/net-misc/gallery-dl/Manifest
index a22c783ebd3d..0db0bbddebd6 100644
--- a/net-misc/gallery-dl/Manifest
+++ b/net-misc/gallery-dl/Manifest
@@ -1,4 +1,3 @@
-DIST gallery-dl-1.25.0.gh.tar.gz 540793 BLAKE2B 
e02daf0b2deb8196fc587a3fd17e4bb8b0d14ca67c6384e120d3fadaa261b5d9143885c2717d0e98dc0467285a7ebfa9f9bc5da7ad5bd39a239a6975e0a900eb
 SHA512 
e0cc041343130acf47f0ab4b7b7ac0ac42389bc457748404b9b0bc17f8a8690b225ab30c0c3d523925138608508417ecc4052981a5615d0747a2a064f6236ed4
 DIST gallery-dl-1.25.1.gh.tar.gz 543977 BLAKE2B 
ab6437ebb4f840fb3fac27a3f0d2536215dc02376b0129d9b7d4c9420cc64405edf5961c0155d7fb9d7001028bf218a299bfd44bbf2ef2b60f567e51050e504e
 SHA512 
96f929af5cf70c7a89eca2ac8380cd7ba36ed806d062a6e339238ebfec2387aa4806d432cd28599b37382a69d7cdb33306069d41954e1421dff2523e2ae6a8df
 DIST gallery-dl-1.25.2.gh.tar.gz 546468 BLAKE2B 
ee40766e581afa8ab1119d656131a1e467fc1b6b5d92491ee384428ee4a02fd2b0b261657f175cb6d6bc8e79a622a14b7308ccb0e129535e7718503a6828ae53
 SHA512 
99bc319427c067f039df7f34988b44da2db028afc33188454879c46abbacfaac6fb8a5d0d0aec1fd4d7ba97862b100675cab55094b9d8979a5240f516fe4b855
 DIST gallery-dl-1.25.4.gh.tar.gz 555479 BLAKE2B 
c209d494014db2978722e70ad6442244ddd283c0e7169a90256eaf6ddaf6ffbe2a85129369d5207eb31512ca13298fe290b3f5fa41e9949db402ee6637ff139c
 SHA512 
163033515925f13b8d19c98a45ef50e316be92cbaf439322a47d074a783519c389a685005b7f33a9d384791315d53cb2d59af030ab96ff8eaed7caa31f0e8e17

diff --git a/net-misc/gallery-dl/gallery-dl-1.25.0.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.25.0.ebuild
deleted file mode 100644
index e83e798733f1..
--- a/net-misc/gallery-dl/gallery-dl-1.25.0.ebuild
+++ /dev/null
@@ -1,40 +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} )
-PYTHON_REQ_USE="sqlite,ssl,xml(+)"
-
-inherit distutils-r1 optfeature
-
-DESCRIPTION="Download image galleries and collections from several image 
hosting sites"
-HOMEPAGE="https://github.com/mikf/gallery-dl;
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/mikf/${PN}.git;
-else
-   SRC_URI="https://github.com/mikf/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
-   KEYWORDS="amd64 arm arm64 hppa ppc ppc64 ~riscv x86"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-# Tests require network access.
-PROPERTIES="test_network"
-RESTRICT="test"
-
-RDEPEND=">=dev-python/requests-2.11.0[${PYTHON_USEDEP}]"
-
-distutils_enable_tests setup.py
-
-python_compile_all() {
-   emake PYTHON=${EPYTHON} data/completion/{,_}gallery-dl man
-}
-
-pkg_postinst() {
-   optfeature "Pixiv Ugoira to WebM conversion" media-video/ffmpeg
-   optfeature "video downloads" net-misc/yt-dlp
-}



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

2023-05-27 Thread Maciej Barć
commit: f9c4a1bcf0924bd4429ee80fbc7167fe32dbd8ef
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat May 27 21:12:01 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat May 27 21:12:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9c4a1bc

net-misc/gallery-dl: bump to 1.25.5

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

 net-misc/gallery-dl/Manifest |  1 +
 net-misc/gallery-dl/gallery-dl-1.25.5.ebuild | 40 
 2 files changed, 41 insertions(+)

diff --git a/net-misc/gallery-dl/Manifest b/net-misc/gallery-dl/Manifest
index 0db0bbddebd6..1d4ce4e2e34a 100644
--- a/net-misc/gallery-dl/Manifest
+++ b/net-misc/gallery-dl/Manifest
@@ -1,3 +1,4 @@
 DIST gallery-dl-1.25.1.gh.tar.gz 543977 BLAKE2B 
ab6437ebb4f840fb3fac27a3f0d2536215dc02376b0129d9b7d4c9420cc64405edf5961c0155d7fb9d7001028bf218a299bfd44bbf2ef2b60f567e51050e504e
 SHA512 
96f929af5cf70c7a89eca2ac8380cd7ba36ed806d062a6e339238ebfec2387aa4806d432cd28599b37382a69d7cdb33306069d41954e1421dff2523e2ae6a8df
 DIST gallery-dl-1.25.2.gh.tar.gz 546468 BLAKE2B 
ee40766e581afa8ab1119d656131a1e467fc1b6b5d92491ee384428ee4a02fd2b0b261657f175cb6d6bc8e79a622a14b7308ccb0e129535e7718503a6828ae53
 SHA512 
99bc319427c067f039df7f34988b44da2db028afc33188454879c46abbacfaac6fb8a5d0d0aec1fd4d7ba97862b100675cab55094b9d8979a5240f516fe4b855
 DIST gallery-dl-1.25.4.gh.tar.gz 555479 BLAKE2B 
c209d494014db2978722e70ad6442244ddd283c0e7169a90256eaf6ddaf6ffbe2a85129369d5207eb31512ca13298fe290b3f5fa41e9949db402ee6637ff139c
 SHA512 
163033515925f13b8d19c98a45ef50e316be92cbaf439322a47d074a783519c389a685005b7f33a9d384791315d53cb2d59af030ab96ff8eaed7caa31f0e8e17
+DIST gallery-dl-1.25.5.gh.tar.gz 563928 BLAKE2B 
d8308233fc4e59da466825f5063556bffb31f8f710a75dca23b710244c1702569ffc46f41d0721e6bdcfd1ce5471d30872f8f931388db82a7ce918564d84ae75
 SHA512 
ed2e18a9220eb68bd93009b12212c4052893277cb585ded8b5c513c764d3efec348c0340360b5ccac6f98527fb0a9ddb93167e942e3151419169a4ad7353157f

diff --git a/net-misc/gallery-dl/gallery-dl-1.25.5.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.25.5.ebuild
new file mode 100644
index ..b3da2a9c870f
--- /dev/null
+++ b/net-misc/gallery-dl/gallery-dl-1.25.5.ebuild
@@ -0,0 +1,40 @@
+# 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="sqlite,ssl,xml(+)"
+
+inherit distutils-r1 optfeature
+
+DESCRIPTION="Download image galleries and collections from several image 
hosting sites"
+HOMEPAGE="https://github.com/mikf/gallery-dl;
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/mikf/${PN}.git;
+else
+   SRC_URI="https://github.com/mikf/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+# Tests require network access.
+PROPERTIES="test_network"
+RESTRICT="test"
+
+RDEPEND=">=dev-python/requests-2.11.0[${PYTHON_USEDEP}]"
+
+distutils_enable_tests setup.py
+
+python_compile_all() {
+   emake PYTHON=${EPYTHON} data/completion/{,_}gallery-dl man
+}
+
+pkg_postinst() {
+   optfeature "Pixiv Ugoira to WebM conversion" media-video/ffmpeg
+   optfeature "video downloads" net-misc/yt-dlp
+}



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

2023-05-27 Thread Maciej Barć
commit: cb9e6dac8845dc419d2d42cb9593c9552a01e92d
Author: Alexey Sokolov  asokolov  org>
AuthorDate: Sat May 27 18:55:35 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat May 27 21:08:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb9e6dac

dev-cpp/cpp-httplib: drop 0.11.4, 0.12.1

Signed-off-by: Alexey Sokolov  asokolov.org>
Closes: https://github.com/gentoo/gentoo/pull/31192
Signed-off-by: Maciej Barć  gentoo.org>

 dev-cpp/cpp-httplib/Manifest  |  2 --
 dev-cpp/cpp-httplib/cpp-httplib-0.11.4.ebuild | 49 --
 dev-cpp/cpp-httplib/cpp-httplib-0.12.1.ebuild | 50 ---
 3 files changed, 101 deletions(-)

diff --git a/dev-cpp/cpp-httplib/Manifest b/dev-cpp/cpp-httplib/Manifest
index 18ec175dd653..13571ce89c16 100644
--- a/dev-cpp/cpp-httplib/Manifest
+++ b/dev-cpp/cpp-httplib/Manifest
@@ -1,5 +1,3 @@
-DIST cpp-httplib-0.11.4.tar.gz 634929 BLAKE2B 
b6a6626de54e6828f08cd8f36934716969bc6c0485b8899522de2bd0c6b325c52c7541eccc095093062b4a3744b6170b10169d7e4a7a32a2cd683c292f9da85c
 SHA512 
3f8a905cebee388526ebffeb431a90c9de2e8e92058ec0847f55fe0a43957ce6edaf093b3a516563d18d6105557af39270b9803865d400bbd849a60a5c8e8c17
-DIST cpp-httplib-0.12.1.tar.gz 637858 BLAKE2B 
a4bc22f971e7dc011f172602f0579f09270eabad527dbba838df71908a6cbe66d432c8aef3a674ccbc3b39fbce477bc828afb5ec72b11f9ca2e0e77094b2d88e
 SHA512 
a65ee9b4990572f92ade06fa6dc79535bc4d7c2bac47b85eba5e224fcb2d6dff7911127be72543b82a370628081acc81a88d1169a9cf30714f11c1227c40fe52
 DIST cpp-httplib-0.12.2.tar.gz 638460 BLAKE2B 
91d039d39a43a73f052d63d0e1073350965bfa3b9653f0cab7d9353ed2d1acf91d2e3c20415f2a9398e64776baaedcb498b9de90046e785637de5382c41bb9ed
 SHA512 
dda47f76eaf5b4daa35f1295e482f1d81dd8823ae06339b9f4c93e4fbe7b54ae28760d3083b5d5cff212f1a679616adfa47dbb9d06c6810fac4b58197f575429
 DIST cpp-httplib-0.12.3.tar.gz 639107 BLAKE2B 
15db0056069cbda5359c6279ebc84520039e809f32cd8314c180dd761324a76fccaae0e80f39d0b69563903bd667799425c7e85708962b2763416a3c8bbd09bb
 SHA512 
3465e5c843ad4087bababadf8fe9f3e6961213301540053bb47f242f958280f43c85b03b8cf6f955a6b91bf9511a81669feeb9989344caf2a1e42ff587b3a460
 DIST cpp-httplib-0.12.4.tar.gz 639390 BLAKE2B 
7c245930994934b5859d87e9dc192a4c43349d72ab45da2c4f31ec997b3a85b8babcd4abc552957f194834ca560339eb7b76dd92c86f7aa13d478cef6f742263
 SHA512 
3935e55f4b02bab51cae167381c6692577ff22f717387146187eafae1b015915078813b5f74521e92b4e6e6fe418f378d3059cf4850458c4f20946ad6910ecc6

diff --git a/dev-cpp/cpp-httplib/cpp-httplib-0.11.4.ebuild 
b/dev-cpp/cpp-httplib/cpp-httplib-0.11.4.ebuild
deleted file mode 100644
index a95c4e6b5740..
--- a/dev-cpp/cpp-httplib/cpp-httplib-0.11.4.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-inherit cmake-multilib python-any-r1 toolchain-funcs
-
-DESCRIPTION="C++ HTTP/HTTPS server and client library"
-HOMEPAGE="https://github.com/yhirose/cpp-httplib;
-SRC_URI="https://github.com/yhirose/cpp-httplib/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/0.11" # soversion
-KEYWORDS="amd64 ~x86"
-
-IUSE="brotli ssl test zlib"
-REQUIRED_USE="test? ( brotli ssl zlib )"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   brotli? ( app-arch/brotli:=[${MULTILIB_USEDEP}] )
-   ssl? ( dev-libs/openssl:=[${MULTILIB_USEDEP}] )
-   zlib? ( sys-libs/zlib[${MULTILIB_USEDEP}] )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="${PYTHON_DEPS}"
-
-src_configure() {
-   local mycmakeargs=(
-   -DHTTPLIB_COMPILE=yes
-   -DBUILD_SHARED_LIBS=yes
-   -DHTTPLIB_USE_BROTLI_IF_AVAILABLE=no
-   -DHTTPLIB_USE_OPENSSL_IF_AVAILABLE=no
-   -DHTTPLIB_USE_ZLIB_IF_AVAILABLE=no
-   -DHTTPLIB_REQUIRE_BROTLI=$(usex brotli)
-   -DHTTPLIB_REQUIRE_OPENSSL=$(usex ssl)
-   -DHTTPLIB_REQUIRE_ZLIB=$(usex zlib)
-   -DPython3_EXECUTABLE="${PYTHON}"
-   )
-   cmake-multilib_src_configure
-}
-
-multilib_src_test() {
-   cp -p -R --reflink=auto "${S}/test" ./test || die
-   pushd test > /dev/null || die
-   emake "CXX=$(tc-getCXX)" CXXFLAGS="${CXXFLAGS} -I."
-   popd > /dev/null || die
-}

diff --git a/dev-cpp/cpp-httplib/cpp-httplib-0.12.1.ebuild 
b/dev-cpp/cpp-httplib/cpp-httplib-0.12.1.ebuild
deleted file mode 100644
index 8910a1019604..
--- a/dev-cpp/cpp-httplib/cpp-httplib-0.12.1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit cmake-multilib python-any-r1 toolchain-funcs
-
-DESCRIPTION="C++ HTTP/HTTPS server and client library"
-HOMEPAGE="https://github.com/yhirose/cpp-httplib/;
-SRC_URI="https://github.com/yhirose/cpp-httplib/archive/v${PV}.tar.gz
-   -> ${P}.tar.gz"
-

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

2023-05-27 Thread Maciej Barć
commit: f7d22bfdfde5a88b411ac095de7a3213fbbe68e7
Author: Alexey Sokolov  asokolov  org>
AuthorDate: Sat May 27 18:51:04 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat May 27 21:08:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7d22bfd

dev-cpp/cpp-httplib: add 0.12.4

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

 dev-cpp/cpp-httplib/Manifest  |  1 +
 dev-cpp/cpp-httplib/cpp-httplib-0.12.4.ebuild | 50 +++
 2 files changed, 51 insertions(+)

diff --git a/dev-cpp/cpp-httplib/Manifest b/dev-cpp/cpp-httplib/Manifest
index 4d1464143124..18ec175dd653 100644
--- a/dev-cpp/cpp-httplib/Manifest
+++ b/dev-cpp/cpp-httplib/Manifest
@@ -2,3 +2,4 @@ DIST cpp-httplib-0.11.4.tar.gz 634929 BLAKE2B 
b6a6626de54e6828f08cd8f36934716969
 DIST cpp-httplib-0.12.1.tar.gz 637858 BLAKE2B 
a4bc22f971e7dc011f172602f0579f09270eabad527dbba838df71908a6cbe66d432c8aef3a674ccbc3b39fbce477bc828afb5ec72b11f9ca2e0e77094b2d88e
 SHA512 
a65ee9b4990572f92ade06fa6dc79535bc4d7c2bac47b85eba5e224fcb2d6dff7911127be72543b82a370628081acc81a88d1169a9cf30714f11c1227c40fe52
 DIST cpp-httplib-0.12.2.tar.gz 638460 BLAKE2B 
91d039d39a43a73f052d63d0e1073350965bfa3b9653f0cab7d9353ed2d1acf91d2e3c20415f2a9398e64776baaedcb498b9de90046e785637de5382c41bb9ed
 SHA512 
dda47f76eaf5b4daa35f1295e482f1d81dd8823ae06339b9f4c93e4fbe7b54ae28760d3083b5d5cff212f1a679616adfa47dbb9d06c6810fac4b58197f575429
 DIST cpp-httplib-0.12.3.tar.gz 639107 BLAKE2B 
15db0056069cbda5359c6279ebc84520039e809f32cd8314c180dd761324a76fccaae0e80f39d0b69563903bd667799425c7e85708962b2763416a3c8bbd09bb
 SHA512 
3465e5c843ad4087bababadf8fe9f3e6961213301540053bb47f242f958280f43c85b03b8cf6f955a6b91bf9511a81669feeb9989344caf2a1e42ff587b3a460
+DIST cpp-httplib-0.12.4.tar.gz 639390 BLAKE2B 
7c245930994934b5859d87e9dc192a4c43349d72ab45da2c4f31ec997b3a85b8babcd4abc552957f194834ca560339eb7b76dd92c86f7aa13d478cef6f742263
 SHA512 
3935e55f4b02bab51cae167381c6692577ff22f717387146187eafae1b015915078813b5f74521e92b4e6e6fe418f378d3059cf4850458c4f20946ad6910ecc6

diff --git a/dev-cpp/cpp-httplib/cpp-httplib-0.12.4.ebuild 
b/dev-cpp/cpp-httplib/cpp-httplib-0.12.4.ebuild
new file mode 100644
index ..c9a985c777d7
--- /dev/null
+++ b/dev-cpp/cpp-httplib/cpp-httplib-0.12.4.ebuild
@@ -0,0 +1,50 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit cmake-multilib python-any-r1 toolchain-funcs
+
+DESCRIPTION="C++ HTTP/HTTPS server and client library"
+HOMEPAGE="https://github.com/yhirose/cpp-httplib/;
+SRC_URI="https://github.com/yhirose/cpp-httplib/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/$(ver_cut 1-2)"  # soversion
+KEYWORDS="~amd64 ~loong ~x86"
+
+IUSE="brotli ssl test zlib"
+REQUIRED_USE="test? ( brotli ssl zlib )"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   brotli? ( app-arch/brotli:=[${MULTILIB_USEDEP}] )
+   ssl? ( dev-libs/openssl:=[${MULTILIB_USEDEP}] )
+   zlib? ( sys-libs/zlib[${MULTILIB_USEDEP}] )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="${PYTHON_DEPS}"
+
+src_configure() {
+   local -a mycmakeargs=(
+   -DHTTPLIB_COMPILE=yes
+   -DBUILD_SHARED_LIBS=yes
+   -DHTTPLIB_USE_BROTLI_IF_AVAILABLE=no
+   -DHTTPLIB_USE_OPENSSL_IF_AVAILABLE=no
+   -DHTTPLIB_USE_ZLIB_IF_AVAILABLE=no
+   -DHTTPLIB_REQUIRE_BROTLI=$(usex brotli)
+   -DHTTPLIB_REQUIRE_OPENSSL=$(usex ssl)
+   -DHTTPLIB_REQUIRE_ZLIB=$(usex zlib)
+   -DPython3_EXECUTABLE="${PYTHON}"
+   )
+   cmake-multilib_src_configure
+}
+
+multilib_src_test() {
+   cp -p -R --reflink=auto "${S}/test" ./test || die
+
+   emake -C test "CXX=$(tc-getCXX)" CXXFLAGS="${CXXFLAGS} -I."
+}



[gentoo-commits] repo/proj/guru:dev commit in: dev-vcs/gitqlient/

2023-05-27 Thread Sergey Torokhov
commit: 92863a6ec16e5c50278d8d5bcd5c6208623f04f2
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Sat May 27 21:26:24 2023 +
Commit: Sergey Torokhov  yandex  ru>
CommitDate: Sat May 27 21:26:42 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=92863a6e

dev-vcs/gitqlient: 1.6.2_pre20230519 version bump

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-vcs/gitqlient/Manifest |  5 ++
 .../gitqlient/gitqlient-1.6.2_pre20230519.ebuild   | 71 ++
 2 files changed, 76 insertions(+)

diff --git a/dev-vcs/gitqlient/Manifest b/dev-vcs/gitqlient/Manifest
index 8b5007a51..485c1ba5f 100644
--- a/dev-vcs/gitqlient/Manifest
+++ b/dev-vcs/gitqlient/Manifest
@@ -1 +1,6 @@
 DIST gitqlient-1.6.1.tar.gz 4971880 BLAKE2B 
b793dd406d1dff7aa193916a08dc5c10159eb54f79d2d9930b672aed5ee5d98fe3d6afb1869032bdeee1790b078a5fefa8064506353d56e870ea95bb24ebcc26
 SHA512 
e115c9fca6c8fe17b32d326a7f649d35ea55fd1f4c1df7c30962e9f07382d246cd23b8dbdbf6759620d1ba7ba9c48c7a391b2e0a730a58bba9f1ba6425a2da9e
+DIST gitqlient-1.6.2_pre20230519.tar.gz 4460989 BLAKE2B 
1d78f1e9314df2e6519925fa88b7a69bb3c719333c0f687beaaef2ed8d7dbf4b1a364298bc4e5882f5301f6f6ca083668f1b417c7706c622369bccf2fb6cad1a
 SHA512 
f9f83162ed83811604cd9b25a79160bb89997bdf53d930f7466c02d9c725b3300d282d86c83ac967fbcfe5c080b47e23ef4691d081f82c5356d17204867ed661
+DIST gitqlient-1.6.2_pre20230519_AuxiliarCustomWidgets.tar.gz 438806 BLAKE2B 
67bf89225c661f63c8db72aad0c77213250b928394b65e1829a48994bde4856901287cc9d2f54070b16be8184b0219575ccb92fdfaedf7888d50e2f159dbcbb4
 SHA512 
2b2fc8e6cac17c60406c5e7ecef0d0a0eb330aec316132f207c39ba2908e169bdbd1b66196c0a8c574c7361bc12374c53167cec1886c6db19ca2aa9203937dc6
+DIST gitqlient-1.6.2_pre20230519_QLogger.tar.gz 20306 BLAKE2B 
44bb82e964a2ca5fa5332056cbc868880d867e06da6f2a6e7684275910d9addd23c0c9f1dd20c21d90b75658306468865894848ea8338cfd5c8b0a3b8db92484
 SHA512 
97e717c78244d3da659b279e43bf6ea0d2033295dadf05cbb97b4640d55f0fa94ccac9c69e22798d7ba4ec12bcb7c9e5e8840bfdf62b118711d9a2da298b1515
+DIST gitqlient-1.6.2_pre20230519_QPinnableTabWidget.tar.gz 13442 BLAKE2B 
8c4ee4f1329ec94792ea15402fb922a83e7cb38ff5bd8d5b2dfe26bd312cd898653fe1d7abc013bb76ba826c4d6db1803a31240a22a9fcbc0578bf2ded04fe4c
 SHA512 
dab9220ac6dbd3795276d5432b4366aa124d6c147160452009341868b4c5af0644816070c8dc82178ff7fea5a13e92822182ed9cecbeba7deda45107c40c5e28
+DIST gitqlient-1.6.2_pre20230519_git.tar.gz 29744 BLAKE2B 
9de7aa2ef301284f115aa641cb76faeb514e993c46eb8a47a26f331042cc30c17fbd7ffbbca17d3c4b2897f77890111a869edc58bcdbe32c63391288a052e567
 SHA512 
6fce2357bf54e96410e7023b7150f02a7c9e7b17b3df386db0de561fdf1874101880ec6f393052f2b7ea9fd634df9e59e3941d04310fd4b50c4dbf066fc4b8dc

diff --git a/dev-vcs/gitqlient/gitqlient-1.6.2_pre20230519.ebuild 
b/dev-vcs/gitqlient/gitqlient-1.6.2_pre20230519.ebuild
new file mode 100644
index 0..93a655dc5
--- /dev/null
+++ b/dev-vcs/gitqlient/gitqlient-1.6.2_pre20230519.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit optfeature qmake-utils xdg
+
+MY_PN="GitQlient"
+gitqlient_sha="5a6175431261b99c0f9c37e2194f92a8bafe29f9"
+AuxiliarCustomWidgets_sha="f86e72abd442f73b1e3b10ac922908d03444f115"
+QLogger_sha="ce2f35bad6440a14802fed6c043323d4227ef9a9"
+QPinnableTabWidget_sha="40d0a02e5bdf2f49f9ea41ca533093b2808b0140"
+git_sha="fd6588d07bcbf77c86265392809b9a92ee3f8189"
+
+DESCRIPTION="Multi-platform Git client written with Qt"
+HOMEPAGE="https://github.com/francescmm/GitQlient;
+
+SRC_URI="
+   https://github.com/francescmm/${MY_PN}/archive/${gitqlient_sha}.tar.gz 
-> ${P}.tar.gz
+   
https://github.com/francescmm/AuxiliarCustomWidgets/archive/${AuxiliarCustomWidgets_sha}.tar.gz
 -> ${P}_AuxiliarCustomWidgets.tar.gz
+   https://github.com/francescmm/QLogger/archive/${QLogger_sha}.tar.gz -> 
${P}_QLogger.tar.gz
+   
https://github.com/francescmm/QPinnableTabWidget/archive/${QPinnableTabWidget_sha}.tar.gz
 -> ${P}_QPinnableTabWidget.tar.gz
+   https://github.com/francescmm/git/archive/${git_sha}.tar.gz -> 
${P}_git.tar.gz
+"
+KEYWORDS="~amd64 ~x86"
+S="${WORKDIR}/${MY_PN}-${gitqlient_sha}"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+
+DEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtwidgets:5
+"
+RDEPEND="
+   ${DEPEND}
+   dev-vcs/git
+"
+
+src_prepare() {
+   default
+
+   mv -T "${WORKDIR}/AuxiliarCustomWidgets-${AuxiliarCustomWidgets_sha}" 
"${S}/src/AuxiliarCustomWidgets" || die
+   mv -T "${WORKDIR}/QLogger-${QLogger_sha}" "${S}/src/QLogger" || die
+   mv -T "${WORKDIR}/QPinnableTabWidget-${QPinnableTabWidget_sha}" 
"${S}/src/QPinnableTabWidget" || die
+   mv -T "${WORKDIR}/git-${git_sha}" "${S}/src/git" || die
+
+   # Drop 'fatal' warning on version detection via git command:
+   sed -i -e '/message("Submodule update:")/d' \
+   -e "/system(git 

[gentoo-commits] repo/proj/guru:dev commit in: dev-util/eclipse-parallel-bin/

2023-05-27 Thread Sergey Torokhov
commit: 6b8c7ad08adf261dec2648723932251e0b4e106c
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Sat May 27 20:39:03 2023 +
Commit: Sergey Torokhov  yandex  ru>
CommitDate: Sat May 27 20:39:03 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6b8c7ad0

dev-util/eclipse-parallel-bin: drop old 4.26

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-util/eclipse-parallel-bin/Manifest |  2 -
 .../eclipse-parallel-bin-4.26.ebuild   | 47 --
 2 files changed, 49 deletions(-)

diff --git a/dev-util/eclipse-parallel-bin/Manifest 
b/dev-util/eclipse-parallel-bin/Manifest
index 64c1e095e..834158b30 100644
--- a/dev-util/eclipse-parallel-bin/Manifest
+++ b/dev-util/eclipse-parallel-bin/Manifest
@@ -1,4 +1,2 @@
-DIST eclipse-parallel-2022-12-R-linux-gtk-aarch64.tar.gz 456213881 BLAKE2B 
0e8183c88a203608b80974f937db93a226a69c30f8cd8b6751b62f01c1308d13842bde4a89cdef1da6a313a3c74e62d5b4d2b91d4c7c342f94b14d261c1be271
 SHA512 
705ca4595811bf34912a4ed4dba1e2494a63bdede41327c2cc15809d86d6e282329067717fdfc2dc59166b595761513f6be938df2f20ca0344bf770894c92015
-DIST eclipse-parallel-2022-12-R-linux-gtk-x86_64.tar.gz 456460848 BLAKE2B 
b9e5637120b7a2b037373beee0c46a1a3dfd3da477ababef83f3212a4f1fdd78bc240627e8b8a3e5e6cb5c0d0d92b1b823ad4cb1fbe7aa93a0dd3de61d066e88
 SHA512 
ea13ee9787b343e5ee061155ea3b63b5a369862e102520becfd5efc98bd728440fbf2d22b81a42ad17a646ddef003a6ac7ddeac5f10ac44b6b20712470e0c261
 DIST eclipse-parallel-2023-03-R-linux-gtk-aarch64.tar.gz 453078962 BLAKE2B 
b5ccf1b8937c970c8db38b351412d46c63c893734ecdd9c02518f9e1d5925b4ff33cc5621161e831ced5d9762e635aa0323686f28792ace640426925704d9395
 SHA512 
733d5fe2c46fb083714964cf66091cdc52dbc30d763e22e0f6c4eb506b50e7ddc7c0ae33e3dfd4ab2a33b3e9e00513d8c5d826770afd940d02f540884eb37381
 DIST eclipse-parallel-2023-03-R-linux-gtk-x86_64.tar.gz 453309496 BLAKE2B 
531776eb8ab0befbaf3bdef79e99d0c8db656e35452ea893c9b76405a538473abbe7a4f9161fd81b157d030404ea002e8146a61d98ea68f5893c4e467a48fa36
 SHA512 
8c7b5584a6b28a40269280e371a42dcaa8f12873d05506fab4a4f0c7a764f918b281ef7524c55cd2abfd9d2bdff49de0e9e8496a1ba811f6b9008f494f8601ad

diff --git a/dev-util/eclipse-parallel-bin/eclipse-parallel-bin-4.26.ebuild 
b/dev-util/eclipse-parallel-bin/eclipse-parallel-bin-4.26.ebuild
deleted file mode 100644
index 2e9868853..0
--- a/dev-util/eclipse-parallel-bin/eclipse-parallel-bin-4.26.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit desktop wrapper xdg
-
-MY_PN="eclipse"
-MY_PV="2022-12"
-SRC_BASE="https://www.eclipse.org/downloads/download.php?r=1=/technology/epp/downloads/release/${MY_PV}/R/eclipse-parallel-${MY_PV}-R-linux-gtk;
-
-DESCRIPTION="Eclipse IDE for Scientific Computing (C, C++, Fortran)"
-HOMEPAGE="https://www.eclipse.org/;
-SRC_URI="
-   amd64? ( ${SRC_BASE}-x86_64.tar.gz )
-   arm64? ( ${SRC_BASE}-aarch64.tar.gz )
-"
-
-S="${WORKDIR}/${MY_PN}"
-
-LICENSE="EPL-2.0"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~arm64"
-RESTRICT="mirror"
-
-RDEPEND="
-   || (
-   dev-java/openjdk:11 dev-java/openjdk:17
-   dev-java/openjdk-bin:11 dev-java/openjdk-bin:17
-   dev-java/openjdk-jre-bin:11
-   )
-   x11-libs/gtk+:3
-"
-
-QA_FLAGS_IGNORED=".*"
-
-src_install() {
-   insinto "/opt/${PN}"
-   doins -r "${S}/."
-
-   exeinto "/opt/${PN}"
-   doexe "${S}/${MY_PN}"
-   make_wrapper ${PN%-*} "/opt/${PN}/${MY_PN} -vm /opt/openjdk*/bin/java" 
"" "/opt/${PN}" "/opt/bin"
-
-   doicon -s 48 
plugins/org.eclipse.platform_4.26.0.v20221123-1800/eclipse48.png
-   make_desktop_entry eclipse-parallel "Eclipse IDE Parallel ${MY_PV}" 
eclipse48 "Development;" || die "Failed making desktop entry!"
-}



[gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/opencoarrays/, sys-cluster/opencoarrays/files/

2023-05-27 Thread Sergey Torokhov
commit: fd1dbc562b229032326d3cdb7664d6de4f53763b
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Sat May 27 20:25:54 2023 +
Commit: Sergey Torokhov  yandex  ru>
CommitDate: Sat May 27 20:25:54 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fd1dbc56

sys-cluster/opencoarrays: fix -Wint-conversion CMake conf warning/error

Closes: https://bugs.gentoo.org/888009

Signed-off-by: Sergey Torokhov  yandex.ru>

 ...coarrays-2.10.1_fix_Wint-conversion_warning_error.patch | 14 ++
 sys-cluster/opencoarrays/opencoarrays-2.10.0.ebuild|  6 +-
 sys-cluster/opencoarrays/opencoarrays-2.10.1.ebuild|  4 
 sys-cluster/opencoarrays/opencoarrays-2.9.3.ebuild |  6 +-
 4 files changed, 28 insertions(+), 2 deletions(-)

diff --git 
a/sys-cluster/opencoarrays/files/opencoarrays-2.10.1_fix_Wint-conversion_warning_error.patch
 
b/sys-cluster/opencoarrays/files/opencoarrays-2.10.1_fix_Wint-conversion_warning_error.patch
new file mode 100644
index 0..840ef9809
--- /dev/null
+++ 
b/sys-cluster/opencoarrays/files/opencoarrays-2.10.1_fix_Wint-conversion_warning_error.patch
@@ -0,0 +1,14 @@
+Gentoo issue: https://bugs.gentoo.org/888009
+
+diff -Naur a/CMakeLists.txt b/CMakeLists.txt
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -422,7 +422,7 @@
+   char processor_name[MPI_MAX_PROCESSOR_NAME];
+   int name_len;
+   MPI_Get_processor_name(processor_name, _len);
+-  printf('Hello world from processor %s, rank %d out of %d processors',
++  printf(\"Hello world from processor %s, rank %d out of %d processors\",
+  processor_name, world_rank, world_size);
+   MPI_Finalize();
+ }"

diff --git a/sys-cluster/opencoarrays/opencoarrays-2.10.0.ebuild 
b/sys-cluster/opencoarrays/opencoarrays-2.10.0.ebuild
index ca009c52c..483ed4d3c 100644
--- a/sys-cluster/opencoarrays/opencoarrays-2.10.0.ebuild
+++ b/sys-cluster/opencoarrays/opencoarrays-2.10.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -34,6 +34,10 @@ DEPEND="
${RDEPEND}
 "
 
+PATCHES=(
+   "${FILESDIR}/${PN}-2.10.1_fix_Wint-conversion_warning_error.patch"
+)
+
 src_configure() {
filter-lto # Bug 860765
 

diff --git a/sys-cluster/opencoarrays/opencoarrays-2.10.1.ebuild 
b/sys-cluster/opencoarrays/opencoarrays-2.10.1.ebuild
index 11781f87d..4080b13e9 100644
--- a/sys-cluster/opencoarrays/opencoarrays-2.10.1.ebuild
+++ b/sys-cluster/opencoarrays/opencoarrays-2.10.1.ebuild
@@ -37,6 +37,10 @@ DEPEND="
${RDEPEND}
 "
 
+PATCHES=(
+   "${FILESDIR}/${PN}-2.10.1_fix_Wint-conversion_warning_error.patch"
+)
+
 src_configure() {
filter-lto # Bug 860765
 

diff --git a/sys-cluster/opencoarrays/opencoarrays-2.9.3.ebuild 
b/sys-cluster/opencoarrays/opencoarrays-2.9.3.ebuild
index ca009c52c..483ed4d3c 100644
--- a/sys-cluster/opencoarrays/opencoarrays-2.9.3.ebuild
+++ b/sys-cluster/opencoarrays/opencoarrays-2.9.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -34,6 +34,10 @@ DEPEND="
${RDEPEND}
 "
 
+PATCHES=(
+   "${FILESDIR}/${PN}-2.10.1_fix_Wint-conversion_warning_error.patch"
+)
+
 src_configure() {
filter-lto # Bug 860765
 



[gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/opencoarrays/

2023-05-27 Thread Sergey Torokhov
commit: 34ee96ad9de24ad48c0cf6067dcceef8f92c353e
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Sat May 27 20:29:04 2023 +
Commit: Sergey Torokhov  yandex  ru>
CommitDate: Sat May 27 20:29:04 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=34ee96ad

sys-cluster/opencoarrays: fix install '*.a' without static-libs USE

Closes: https://bugs.gentoo.org/901423

Signed-off-by: Sergey Torokhov  yandex.ru>

 ...pencoarrays-2.10.0.ebuild => opencoarrays-2.10.0-r1.ebuild} | 10 +-
 ...pencoarrays-2.10.1.ebuild => opencoarrays-2.10.1-r1.ebuild} | 10 +-
 ...{opencoarrays-2.9.3.ebuild => opencoarrays-2.9.3-r1.ebuild} | 10 +-
 3 files changed, 27 insertions(+), 3 deletions(-)

diff --git a/sys-cluster/opencoarrays/opencoarrays-2.10.0.ebuild 
b/sys-cluster/opencoarrays/opencoarrays-2.10.0-r1.ebuild
similarity index 88%
rename from sys-cluster/opencoarrays/opencoarrays-2.10.0.ebuild
rename to sys-cluster/opencoarrays/opencoarrays-2.10.0-r1.ebuild
index 483ed4d3c..e235d00f7 100644
--- a/sys-cluster/opencoarrays/opencoarrays-2.10.0.ebuild
+++ b/sys-cluster/opencoarrays/opencoarrays-2.10.0-r1.ebuild
@@ -23,7 +23,7 @@ KEYWORDS="~amd64 ~x86"
 # Tests fail with FEATURES="network-sandbox" for most versions of openmpi and 
mpich it with error:
 # "No network interfaces were found for out-of-band communications.
 #  We require at least one available network for out-of-band messaging."
-IUSE="test"
+IUSE="static-libs test"
 PROPERTIES="test_network"
 RESTRICT="!test? ( test )"
 
@@ -43,3 +43,11 @@ src_configure() {
 
cmake_src_configure
 }
+
+src_install() {
+   cmake_src_install
+
+   if ! use static-libs ; then
+   find "${ED}" -name '*.a' -delete || die # Bug 901423
+   fi
+}

diff --git a/sys-cluster/opencoarrays/opencoarrays-2.10.1.ebuild 
b/sys-cluster/opencoarrays/opencoarrays-2.10.1-r1.ebuild
similarity index 88%
rename from sys-cluster/opencoarrays/opencoarrays-2.10.1.ebuild
rename to sys-cluster/opencoarrays/opencoarrays-2.10.1-r1.ebuild
index 4080b13e9..1afe6919a 100644
--- a/sys-cluster/opencoarrays/opencoarrays-2.10.1.ebuild
+++ b/sys-cluster/opencoarrays/opencoarrays-2.10.1-r1.ebuild
@@ -23,7 +23,7 @@ KEYWORDS="~amd64 ~x86"
 # Tests fail with FEATURES="network-sandbox" for most versions of openmpi and 
mpich it with error:
 # "No network interfaces were found for out-of-band communications.
 #  We require at least one available network for out-of-band messaging."
-IUSE="test"
+IUSE="static-libs test"
 PROPERTIES="test_network"
 RESTRICT="!test? ( test )"
 
@@ -46,3 +46,11 @@ src_configure() {
 
cmake_src_configure
 }
+
+src_install() {
+   cmake_src_install
+
+   if ! use static-libs ; then
+   find "${ED}" -name '*.a' -delete || die # Bug 901423
+   fi
+}

diff --git a/sys-cluster/opencoarrays/opencoarrays-2.9.3.ebuild 
b/sys-cluster/opencoarrays/opencoarrays-2.9.3-r1.ebuild
similarity index 88%
rename from sys-cluster/opencoarrays/opencoarrays-2.9.3.ebuild
rename to sys-cluster/opencoarrays/opencoarrays-2.9.3-r1.ebuild
index 483ed4d3c..e235d00f7 100644
--- a/sys-cluster/opencoarrays/opencoarrays-2.9.3.ebuild
+++ b/sys-cluster/opencoarrays/opencoarrays-2.9.3-r1.ebuild
@@ -23,7 +23,7 @@ KEYWORDS="~amd64 ~x86"
 # Tests fail with FEATURES="network-sandbox" for most versions of openmpi and 
mpich it with error:
 # "No network interfaces were found for out-of-band communications.
 #  We require at least one available network for out-of-band messaging."
-IUSE="test"
+IUSE="static-libs test"
 PROPERTIES="test_network"
 RESTRICT="!test? ( test )"
 
@@ -43,3 +43,11 @@ src_configure() {
 
cmake_src_configure
 }
+
+src_install() {
+   cmake_src_install
+
+   if ! use static-libs ; then
+   find "${ED}" -name '*.a' -delete || die # Bug 901423
+   fi
+}



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

2023-05-27 Thread Sergey Torokhov
commit: 4b5d48671f299bc9b147e3d27d144c8854405ba4
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Sat May 27 20:40:22 2023 +
Commit: Sergey Torokhov  yandex  ru>
CommitDate: Sat May 27 20:40:22 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4b5d4867

app-misc/doublecmd-bin: drop old 1.0.10

Signed-off-by: Sergey Torokhov  yandex.ru>

 app-misc/doublecmd-bin/Manifest|  4 --
 app-misc/doublecmd-bin/doublecmd-bin-1.0.10.ebuild | 65 --
 2 files changed, 69 deletions(-)

diff --git a/app-misc/doublecmd-bin/Manifest b/app-misc/doublecmd-bin/Manifest
index d6d1297e3..0a8b99d14 100644
--- a/app-misc/doublecmd-bin/Manifest
+++ b/app-misc/doublecmd-bin/Manifest
@@ -1,7 +1,3 @@
-DIST doublecmd-1.0.10.gtk2.i386.tar.xz 7552092 BLAKE2B 
1cdcd0b267aa4ad3ad1c3abb93b066527daf352ea26caab6e05a38a029d4aa8d81448722e5cfca5cc04a5e3d7976d4805650767369a5f5101689342eda1a6342
 SHA512 
ee5522b9e5ad884d001622f4c2b450d4137eac93c21c837d9a86e0d03d774882778f162f2450c8053b35db0d793c9fb6d03881e8e3b078355bc1c884a39f00fd
-DIST doublecmd-1.0.10.gtk2.x86_64.tar.xz 8312764 BLAKE2B 
6a4cb5664b6bf4c426e9bcba4b0e152a3ebe7a9cd256cdb8f58000c6d37c950834abed711a5590421e803ba845e37c826490a214484748450d00d21b60933d6f
 SHA512 
a6848d5e92203c403b0ad5837608374bf50049d82da9417f3c710afd3bf3f00204786782ea5e7b29f11d34b66117fb80412071952826fd6f46c2bdbf37e36fef
-DIST doublecmd-1.0.10.qt.i386.tar.xz 7943236 BLAKE2B 
27b9bbc3cd09147ce5017aad02a6d36ae1e88f595116ab4e979226cfac411a13060281bc92f65e7798a0c4a5b3ef2bc94a5cce476c92f566a3f85b373103cc37
 SHA512 
9713db03bdd72c868975912616c368c9f87ec9af80f79c78f14820d867116c5bc7264e05d8adacc2f8eb10f9ac7f1d87fcc45773a0d286b848c8ff252fddc685
-DIST doublecmd-1.0.10.qt.x86_64.tar.xz 8656960 BLAKE2B 
f13b5e566181612119ee853bdfe02c712eb14f47fe9a34ba50536583d9ab475cab4937c381a3695c68895e0c3c18f4f939f357f168d827642310d90d1c4d9ba4
 SHA512 
292b78ac54235a567b72529769dae0f4d5293622cab3e8b29891736386f6e00f72768140f405ad32b92b3d29fce42faaf89b411afa457646b0bd15faf72c47d6
 DIST doublecmd-1.0.11.gtk2.i386.tar.xz 7555420 BLAKE2B 
7b80c8eac6d561b054375ea89094998e077b16ea1f2e20ac46b8d985597d320cc5d13a978da8d4ef00f0445cc8d67bc35c750ce6f7db4475528c51de5638e0c0
 SHA512 
66d2e00abded6a96a39317741a4e270631904c786c4178d7ff659c9f3d2b43844d2a416e438216ae699bda17e7849130f575fc5b56728200b2cd2446d1f2111c
 DIST doublecmd-1.0.11.gtk2.x86_64.tar.xz 8315448 BLAKE2B 
74ae77064382a76bb743bf63c3f152788156e9e178ab3fd7e2fb4e645e2cd6f1c34365b350490e45521c6d550bad543b94d9ef226f64284b347c1a7f097e33f6
 SHA512 
edf881df859e6ea4f7de9b65111b9ff4bc4dc0bd1c5a84e1ac218c0ffbf76fcf6ea99f3e412f037a591ee9401261afb95312ba95f197bb3d974f07868bf88f04
 DIST doublecmd-1.0.11.qt.i386.tar.xz 7946756 BLAKE2B 
828f0925da2939f9234eb587628ec6b038942b26d96d1372e2985055e176a3970048c1e25c0f44a9bde72afc5120215e5534a61d8530f3a64a4ee890657ffc82
 SHA512 
25fe8d71df7172e64915db2e3a025f5e3e45582f20893bab53db62968d810ddc4c4e9801a9c320821e4bbc22130944d40a7e81fa8cf5d4ce3fe641956990ead8

diff --git a/app-misc/doublecmd-bin/doublecmd-bin-1.0.10.ebuild 
b/app-misc/doublecmd-bin/doublecmd-bin-1.0.10.ebuild
deleted file mode 100644
index 543b25b48..0
--- a/app-misc/doublecmd-bin/doublecmd-bin-1.0.10.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit desktop wrapper xdg
-
-MY_PN="doublecmd"
-DESCRIPTION="Free cross platform open source file manager with two panels side 
by side."
-HOMEPAGE="https://doublecmd.sourceforge.io/;
-
-SRC_URI="amd64? (
-   gtk? ( 
mirror://sourceforge/${MY_PN}/${MY_PN}-${PV}.gtk2.x86_64.tar.xz )
-   qt5?  ( 
mirror://sourceforge/${MY_PN}/${MY_PN}-${PV}.qt.x86_64.tar.xz )
-   )
-   x86? (
-   gtk? ( 
mirror://sourceforge/${MY_PN}/${MY_PN}-${PV}.gtk2.i386.tar.xz )
-   qt5?  ( 
mirror://sourceforge/${MY_PN}/${MY_PN}-${PV}.qt.i386.tar.xz )
-   )"
-
-# Licenses for package and plugins
-LICENSE="GPL-2+ LGPL-2-with-linking-exception LGPL-2.1+ LGPL-3 GPL-1 freedist"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-
-IUSE="gtk qt5"
-REQUIRED_USE=" ^^ ( gtk qt5 ) "
-
-S="${WORKDIR}/${MY_PN}"
-
-QA_PREBUILT="
-   */doublecmd
-   */libQt5Pas.so.1
-"
-
-## "ldd doublecmd" output show linking to some libraries provided by 
sys-libs/glibc:2.2
-## (maybe virtual/libc-1) and no libraries of sys-libs/ncurses (that removed 
here).
-## x11-libs/X11 is optional dependency of dev-qt/qtgui:5 by [xcb] or [X]
-## therefore it is mentioned here explicitly.
-RDEPEND="
-   dev-libs/glib:2
-   sys-apps/dbus
-   x11-libs/libX11
-   virtual/libc
-   gtk? ( x11-libs/gtk+:2 )
-   qt5? (
-   dev-qt/qtgui:5
-   dev-qt/qtx11extras:5
-   )
-"
-
-src_install(){
-   insinto "/opt/${PN}"
-   doins -r "${S}/."
-
-   # Remove doublecmd.inf to use config from user home directory
-   rm 

[gentoo-commits] repo/proj/guru:dev commit in: profiles/, sys-cluster/opencoarrays/

2023-05-27 Thread Sergey Torokhov
commit: 99b599ba6696e184c5f4729cfd17385e82031e10
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Sat May 27 20:14:44 2023 +
Commit: Sergey Torokhov  yandex  ru>
CommitDate: Sat May 27 20:19:52 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=99b599ba

sys-cluster/opencoarrays: 2.10.1 remove mask

It seems this issue isn't reproduced for current gcc:12 (and gcc:13)

Closes: https://bugs.gentoo.org/877463

Signed-off-by: Sergey Torokhov  yandex.ru>

 profiles/package.mask   | 6 --
 sys-cluster/opencoarrays/opencoarrays-2.10.1.ebuild | 3 ++-
 2 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index f4cda8ddf..2783824a8 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -58,12 +58,6 @@ dev-python/coveralls
 # Upstream bug: https://github.com/iamkroot/trakt-scrobbler/issues/240
 media-video/trakt-scrobbler
 
-# Torokhov Sergey  (2022-10-30)
-# Masked due to failed tests with sys-cluster/openmpi;
-# failed tests with sys-devel/gcc-12.2.1_p20221008
-# (Bug: https://bugs.gentoo.org/877463)
-=sys-cluster/opencoarrays-2.10.1
-
 # Viorel Munteanu  (2022-08-03)
 # depends on dev-python/PyQt6, which is currently masked with all of qt6
 >=net-misc/maestral-qt-1.6.0

diff --git a/sys-cluster/opencoarrays/opencoarrays-2.10.1.ebuild 
b/sys-cluster/opencoarrays/opencoarrays-2.10.1.ebuild
index 78a48f02b..11781f87d 100644
--- a/sys-cluster/opencoarrays/opencoarrays-2.10.1.ebuild
+++ b/sys-cluster/opencoarrays/opencoarrays-2.10.1.ebuild
@@ -28,7 +28,8 @@ PROPERTIES="test_network"
 RESTRICT="!test? ( test )"
 
 # >=sys-cluster/openmpi-4.1.2[fortran] is dropped due to
-# multiple test failures issue: 
https://github.com/sourceryinstitute/OpenCoarrays/issues/769
+# multiple test failures issue:
+# https://github.com/sourceryinstitute/OpenCoarrays/issues/769
 RDEPEND="
>=sys-cluster/mpich-3.4.3[fortran,mpi-threads,threads]
 "



[gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/opencoarrays/

2023-05-27 Thread Sergey Torokhov
commit: f2733f0b56b2b16a0aa6406d6b5c260a029d5bea
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Sat May 27 20:21:25 2023 +
Commit: Sergey Torokhov  yandex  ru>
CommitDate: Sat May 27 20:21:25 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f2733f0b

sys-clyster/opencoarrays: drop old 2.9.2 (failed to build with gcc:12)

Signed-off-by: Sergey Torokhov  yandex.ru>

 sys-cluster/opencoarrays/Manifest  |  1 -
 sys-cluster/opencoarrays/opencoarrays-2.9.2.ebuild | 41 --
 2 files changed, 42 deletions(-)

diff --git a/sys-cluster/opencoarrays/Manifest 
b/sys-cluster/opencoarrays/Manifest
index 97aeb234a..b87326afd 100644
--- a/sys-cluster/opencoarrays/Manifest
+++ b/sys-cluster/opencoarrays/Manifest
@@ -1,4 +1,3 @@
-DIST OpenCoarrays-2.9.2.tar.gz 324933 BLAKE2B 
36f4273aa5241b6bb48459f2fc3c68103382406fc733bb3b0b3eca698f94df9623d6364c227143d26b4c7fc6abcaa91e1730c6bbc19b4a662bdb59259bef7dd6
 SHA512 
4588d665a65fe5715bd283949ff2f65277e4379466a935e92512c34e92c9bdcdd4809ae5422d3c9898e6ecfb534ea9cf4467666acf3fda9b22011528a055f96f
 DIST OpenCoarrays-2.9.3.tar.gz 326779 BLAKE2B 
3ef2262f1047db596bbebf96f5f9b1770056eede05a358dc307fbff290e319827fb7894bf841d77fafc195a865b4acb09efb4da0becca936a5a89131c37245b8
 SHA512 
4e313e3cb6dcdf309dbc37b96756d69812b2867f4cd3325439746b0f6059c29ff6160a538704c872bb6f55c63be3c4c0ca04294946ac8abc5c36cfc1cdf7b460
 DIST OpenCoarrays-2.10.0.tar.gz 329486 BLAKE2B 
33df3f8d78f6b763ff16ae61fad6ef0c9d3dbc443b9c0b665ba090158d192607d481fdd4900b2eb1e08e07363ac4f0cc6cbed3f9b4f0d0bd99dcabd8e3ec43d5
 SHA512 
0316e27e7b644736ea01407b1f1d430a3d01d34dd75a85378fac7bf0db19a370f360976bc8d148791b62206d8f42bbf4197570ea75aa5a318ce07b2ce05042b2
 DIST OpenCoarrays-2.10.1.tar.gz 338927 BLAKE2B 
f3a357c44ca0f2ca9b676afd04490936795b4f208ce8d27e1da3d578ccea40cf3dfed2a81c2a06fe423ef9f74ee3344e0f587bcbb3e7e57898d7bb1c112801f7
 SHA512 
f90e1f5d9a558730a81efacb5075346fe8f69e2469a5f691c0132fbb8753f0ff41d651cc2c38a4a62cbeea3fb7d8b47b3f6a927f75838f3f0b917e17e7cef017

diff --git a/sys-cluster/opencoarrays/opencoarrays-2.9.2.ebuild 
b/sys-cluster/opencoarrays/opencoarrays-2.9.2.ebuild
deleted file mode 100644
index ca009c52c..0
--- a/sys-cluster/opencoarrays/opencoarrays-2.9.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-CMAKE_MAKEFILE_GENERATOR=emake
-FORTRAN_STANDARD="2003"
-
-inherit cmake flag-o-matic fortran-2
-
-MY_PN="OpenCoarrays"
-
-DESCRIPTION="A parallel application binary interface for Fortran 2018 
compilers"
-HOMEPAGE="http://www.opencoarrays.org/;
-SRC_URI="https://github.com/sourceryinstitute/${MY_PN}/releases/download/${PV}/${MY_PN}-${PV}.tar.gz;
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-# Tests fail with FEATURES="network-sandbox" for most versions of openmpi and 
mpich it with error:
-# "No network interfaces were found for out-of-band communications.
-#  We require at least one available network for out-of-band messaging."
-IUSE="test"
-PROPERTIES="test_network"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   || ( >=sys-cluster/openmpi-4.1.2[fortran] 
>=sys-cluster/mpich-3.4.3[fortran,mpi-threads,threads] )
-"
-DEPEND="
-   ${RDEPEND}
-"
-
-src_configure() {
-   filter-lto # Bug 860765
-
-   cmake_src_configure
-}



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

2023-05-27 Thread Arthur Zamarin
commit: 78bb9400a1eb9ca4d610f9d349e0d73e15db4c41
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May 27 19:29:33 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May 27 19:31:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78bb9400

dev-python/configobj: enable py3.12

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

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

diff --git a/dev-python/configobj/configobj-5.0.8.ebuild 
b/dev-python/configobj/configobj-5.0.8.ebuild
index c9a41ff735ad..d3b2b5960179 100644
--- a/dev-python/configobj/configobj-5.0.8.ebuild
+++ b/dev-python/configobj/configobj-5.0.8.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1
 



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

2023-05-27 Thread Arthur Zamarin
commit: 438c5d5dfd7773aff7fc3cc6abfe1382f4d14d2c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May 27 19:29:32 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May 27 19:31:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=438c5d5d

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

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

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

diff --git a/dev-python/timeout-decorator/timeout-decorator-0.5.0-r1.ebuild 
b/dev-python/timeout-decorator/timeout-decorator-0.5.0-r1.ebuild
index 54045db8515c..529035f71a6d 100644
--- a/dev-python/timeout-decorator/timeout-decorator-0.5.0-r1.ebuild
+++ b/dev-python/timeout-decorator/timeout-decorator-0.5.0-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1
 



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

2023-05-27 Thread Arthur Zamarin
commit: fdaf0c7e4b9d098dfdbdbeaac8cb0b5fe5c82880
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May 27 19:31:45 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May 27 19:31:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdaf0c7e

dev-python/yaxmldiff: add github upstream metadata

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

 dev-python/yaxmldiff/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/yaxmldiff/metadata.xml 
b/dev-python/yaxmldiff/metadata.xml
index a0414b1c10be..543af18c3703 100644
--- a/dev-python/yaxmldiff/metadata.xml
+++ b/dev-python/yaxmldiff/metadata.xml
@@ -7,5 +7,6 @@


yaxmldiff
+   latk/yaxmldiff.py

 



[gentoo-commits] repo/gentoo:master commit in: dev-python/uc-micro-py/

2023-05-27 Thread Arthur Zamarin
commit: 06dac2116ad8dc6b470ef4872c4c57157bf42689
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May 27 19:28:17 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May 27 19:31:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06dac211

dev-python/uc-micro-py: enable py3.12

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

 dev-python/uc-micro-py/uc-micro-py-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/uc-micro-py/uc-micro-py-1.0.2.ebuild 
b/dev-python/uc-micro-py/uc-micro-py-1.0.2.ebuild
index 678cc0c2603d..aa5a890ca5cf 100644
--- a/dev-python/uc-micro-py/uc-micro-py-1.0.2.ebuild
+++ b/dev-python/uc-micro-py/uc-micro-py-1.0.2.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( pypy3 python3_{10..11} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
 
 inherit distutils-r1 pypi
 



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

2023-05-27 Thread Arthur Zamarin
commit: f2e5cbca3a1673b381e902553830a28cb218a6c3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May 27 19:24:32 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May 27 19:31:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2e5cbca

dev-python/vine: enable py3.12

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

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

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



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

2023-05-27 Thread Arthur Zamarin
commit: bdb62f7af6300a36df9d2f338c9090bc368f811d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May 27 19:31:12 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May 27 19:31:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdb62f7a

dev-python/yaxmldiff: enable py3.12

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

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

diff --git a/dev-python/yaxmldiff/yaxmldiff-0.1.0.ebuild 
b/dev-python/yaxmldiff/yaxmldiff-0.1.0.ebuild
index 967f08f3890b..e67628952e1e 100644
--- a/dev-python/yaxmldiff/yaxmldiff-0.1.0.ebuild
+++ b/dev-python/yaxmldiff/yaxmldiff-0.1.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
 inherit distutils-r1
 
 DESCRIPTION="Yet Another XML Differ"



[gentoo-commits] repo/gentoo:master commit in: dev-python/x-wr-timezone/

2023-05-27 Thread Arthur Zamarin
commit: 1a72a0e84f13a84867a641577350ac393f0ea7cc
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May 27 19:25:45 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May 27 19:31:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a72a0e8

dev-python/x-wr-timezone: enable py3.12

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

 dev-python/x-wr-timezone/x-wr-timezone-0.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/x-wr-timezone/x-wr-timezone-0.0.5.ebuild 
b/dev-python/x-wr-timezone/x-wr-timezone-0.0.5.ebuild
index cdd1fa6cca2b..6402886fb29f 100644
--- a/dev-python/x-wr-timezone/x-wr-timezone-0.0.5.ebuild
+++ b/dev-python/x-wr-timezone/x-wr-timezone-0.0.5.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1
 



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

2023-05-27 Thread Arthur Zamarin
commit: b91af3bc53c03c93523cfc5a4f956ecc7c2a5cf6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May 27 19:25:51 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May 27 19:31:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b91af3bc

dev-python/xlrd: enable py3.12

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

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

diff --git a/dev-python/xlrd/xlrd-2.0.1-r1.ebuild 
b/dev-python/xlrd/xlrd-2.0.1-r1.ebuild
index 8d10e8f60ba3..1f7ccc02a6b1 100644
--- a/dev-python/xlrd/xlrd-2.0.1-r1.ebuild
+++ b/dev-python/xlrd/xlrd-2.0.1-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: net-print/epson-inkjet-printer-escpr/

2023-05-27 Thread Mike Pagano
commit: 6570b73d68c27a22a7d77ee4bbd3a654badd9c71
Author: Mike Pagano  gentoo  org>
AuthorDate: Sat May 27 19:30:04 2023 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sat May 27 19:30:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6570b73d

net-print/epson-inkjet-printer-escpr: drop 1.7.25

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

 net-print/epson-inkjet-printer-escpr/Manifest  |  1 -
 .../epson-inkjet-printer-escpr-1.7.25.ebuild   | 35 --
 2 files changed, 36 deletions(-)

diff --git a/net-print/epson-inkjet-printer-escpr/Manifest 
b/net-print/epson-inkjet-printer-escpr/Manifest
index 983b9efb35d9..d1921ebd9dd3 100644
--- a/net-print/epson-inkjet-printer-escpr/Manifest
+++ b/net-print/epson-inkjet-printer-escpr/Manifest
@@ -1,2 +1 @@
-DIST epson-inkjet-printer-escpr-1.7.25-1lsb3.2.tar.gz 5469974 BLAKE2B 
e33ef049efa230a9b12804cc60c8fff1bd3ae91e895a5b4b6c73e5b6aae0a579d8857bb0d8bbb71043f7a855a0397ab397f4bf0f073f83e2116ebd2b957326a8
 SHA512 
8d4ff61c33131ab8b2a608399b571afdc502e03efb8c9d0241638101859adab51543f892744af29ef1a86c1616fac82dd6bf5df51a5436fadb667e6194be6570
 DIST epson-inkjet-printer-escpr-1.7.26-1lsb3.2.tar.gz 5484887 BLAKE2B 
66ac07e500f7914a42f509f52868087bf3ccf7c9d67fd5749a30395ad524223870a7f1ff6a4c6ad53faa65e8c12bfee939b1873ee0f002aad9d4a7a1e6f49f09
 SHA512 
ba018e43eae1881aa444a522e03f9dfcbae7e88ca40645bf14bdb8e88d88b2812f8b070305f422d03d4aca4011edf22691e74a4b95bc20a127e9eb04bb4b3eac

diff --git 
a/net-print/epson-inkjet-printer-escpr/epson-inkjet-printer-escpr-1.7.25.ebuild 
b/net-print/epson-inkjet-printer-escpr/epson-inkjet-printer-escpr-1.7.25.ebuild
deleted file mode 100644
index ccfa1da935fd..
--- 
a/net-print/epson-inkjet-printer-escpr/epson-inkjet-printer-escpr-1.7.25.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Epson Inkjet Printer Driver (ESC/P-R)"
-HOMEPAGE="https://download.ebz.epson.net/dsc/search/01/search/?OSC=LX;
-SRC_URI="https://download3.ebz.epson.net/dsc/f/03/00/14/34/76/47198c0bab357b96ec59490973c492c5d6059604/${P}-1lsb3.2.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64"
-
-DEPEND="net-print/cups"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-   "${FILESDIR}/1.6.5-warnings.patch"
-   "${FILESDIR}/${PN}-1.7.7-fnocommon.patch"
-)
-
-src_configure() {
-   econf --disable-shared
-
-   # Makefile calls ls to generate a file list which is included in 
Makefile.am
-   # Set the collation to C to avoid automake being called automatically
-   unset LC_ALL
-   export LC_COLLATE=C
-}
-
-src_install() {
-   emake -C ppd DESTDIR="${D}" install
-   emake -C src DESTDIR="${D}" install
-   einstalldocs
-}



[gentoo-commits] repo/gentoo:master commit in: net-print/epson-inkjet-printer-escpr/

2023-05-27 Thread Mike Pagano
commit: 63f573ffac1e00f21282f99d481cf02f99701d8d
Author: Mike Pagano  gentoo  org>
AuthorDate: Sat May 27 19:29:53 2023 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sat May 27 19:29:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63f573ff

net-print/epson-inkjet-printer-escpr: drop 1.7.22

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

 net-print/epson-inkjet-printer-escpr/Manifest  |  1 -
 .../epson-inkjet-printer-escpr-1.7.22.ebuild   | 35 --
 2 files changed, 36 deletions(-)

diff --git a/net-print/epson-inkjet-printer-escpr/Manifest 
b/net-print/epson-inkjet-printer-escpr/Manifest
index 0ebbe102fb26..983b9efb35d9 100644
--- a/net-print/epson-inkjet-printer-escpr/Manifest
+++ b/net-print/epson-inkjet-printer-escpr/Manifest
@@ -1,3 +1,2 @@
-DIST epson-inkjet-printer-escpr-1.7.22-1lsb3.2.tar.gz 5376867 BLAKE2B 
f512ec20af24fe68a1b2eb5061247743682407eed92345286148d9b7e236d1fb785280f366aad8bbc89e2e473f8e93bcb33f735e05319931a1a6eba46886879b
 SHA512 
2e5ffefff8c5431c584658768e130ef3373a0a008aa6a6c5c3d6bec8760a263442a9180455de5dc38e9d3dafeb9a22944e551e9552f9efb6d4cac71205574e49
 DIST epson-inkjet-printer-escpr-1.7.25-1lsb3.2.tar.gz 5469974 BLAKE2B 
e33ef049efa230a9b12804cc60c8fff1bd3ae91e895a5b4b6c73e5b6aae0a579d8857bb0d8bbb71043f7a855a0397ab397f4bf0f073f83e2116ebd2b957326a8
 SHA512 
8d4ff61c33131ab8b2a608399b571afdc502e03efb8c9d0241638101859adab51543f892744af29ef1a86c1616fac82dd6bf5df51a5436fadb667e6194be6570
 DIST epson-inkjet-printer-escpr-1.7.26-1lsb3.2.tar.gz 5484887 BLAKE2B 
66ac07e500f7914a42f509f52868087bf3ccf7c9d67fd5749a30395ad524223870a7f1ff6a4c6ad53faa65e8c12bfee939b1873ee0f002aad9d4a7a1e6f49f09
 SHA512 
ba018e43eae1881aa444a522e03f9dfcbae7e88ca40645bf14bdb8e88d88b2812f8b070305f422d03d4aca4011edf22691e74a4b95bc20a127e9eb04bb4b3eac

diff --git 
a/net-print/epson-inkjet-printer-escpr/epson-inkjet-printer-escpr-1.7.22.ebuild 
b/net-print/epson-inkjet-printer-escpr/epson-inkjet-printer-escpr-1.7.22.ebuild
deleted file mode 100644
index 8f5598226e07..
--- 
a/net-print/epson-inkjet-printer-escpr/epson-inkjet-printer-escpr-1.7.22.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Epson Inkjet Printer Driver (ESC/P-R)"
-HOMEPAGE="https://download.ebz.epson.net/dsc/search/01/search/?OSC=LX;
-SRC_URI="https://download3.ebz.epson.net/dsc/f/03/00/13/96/55/c6fced63098ae1ba104f11f572794fd558ffca29/${P}-1lsb3.2.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc64"
-
-DEPEND="net-print/cups"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-   "${FILESDIR}/1.6.5-warnings.patch"
-   "${FILESDIR}/${PN}-1.7.7-fnocommon.patch"
-)
-
-src_configure() {
-   econf --disable-shared
-
-   # Makefile calls ls to generate a file list which is included in 
Makefile.am
-   # Set the collation to C to avoid automake being called automatically
-   unset LC_ALL
-   export LC_COLLATE=C
-}
-
-src_install() {
-   emake -C ppd DESTDIR="${D}" install
-   emake -C src DESTDIR="${D}" install
-   einstalldocs
-}



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

2023-05-27 Thread Arthur Zamarin
commit: 0ef9cde5ebdd6f0e24ed76f0f8570291f968d0d8
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May 27 19:23:03 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May 27 19:23:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ef9cde5

dev-python/mpdlcd: enable py3.12

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

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

diff --git a/dev-python/mpdlcd/mpdlcd-0.5.2-r2.ebuild 
b/dev-python/mpdlcd/mpdlcd-0.5.2-r2.ebuild
index a1f55e68e642..0308856d49b0 100644
--- a/dev-python/mpdlcd/mpdlcd-0.5.2-r2.ebuild
+++ b/dev-python/mpdlcd/mpdlcd-0.5.2-r2.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517="setuptools"
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1
 



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

2023-05-27 Thread Arthur Zamarin
commit: a5fa6c27015618e2e54b5d57f8abb1a3ae6e64df
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May 27 19:22:23 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May 27 19:22:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5fa6c27

dev-python/msgpack: enable py3.12

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

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

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



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

2023-05-27 Thread Arthur Zamarin
commit: 1af4c3df1354e02168e7ec95e68a2cc05253fd9d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May 27 19:13:26 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May 27 19:13:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1af4c3df

dev-python/svgwrite: enable py3.12

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

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

diff --git a/dev-python/svgwrite/svgwrite-1.4.3.ebuild 
b/dev-python/svgwrite/svgwrite-1.4.3.ebuild
index a1d229ac5110..6d581722018e 100644
--- a/dev-python/svgwrite/svgwrite-1.4.3.ebuild
+++ b/dev-python/svgwrite/svgwrite-1.4.3.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1
 



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

2023-05-27 Thread Arthur Zamarin
commit: 3c22fe16ff1f1f00f900be7776a711c72a7b77d5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May 27 19:19:51 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May 27 19:19:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c22fe16

dev-python/nox: enable py3.12

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

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

diff --git a/dev-python/nox/nox-2023.04.22.ebuild 
b/dev-python/nox/nox-2023.04.22.ebuild
index d9e7ee5f2a0a..cacdb6f21dc9 100644
--- a/dev-python/nox/nox-2023.04.22.ebuild
+++ b/dev-python/nox/nox-2023.04.22.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
 
 inherit distutils-r1
 



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

2023-05-27 Thread Arthur Zamarin
commit: c049de8c8b25ecb4797b4e76c603655455c2166d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May 27 19:20:44 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May 27 19:20:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c049de8c

app-doc/doxygen: enable py3.12

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

 app-doc/doxygen/doxygen-1.9.7-r1.ebuild | 2 +-
 app-doc/doxygen/doxygen-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-doc/doxygen/doxygen-1.9.7-r1.ebuild 
b/app-doc/doxygen/doxygen-1.9.7-r1.ebuild
index 367e877520b0..4a4aebc420d4 100644
--- a/app-doc/doxygen/doxygen-1.9.7-r1.ebuild
+++ b/app-doc/doxygen/doxygen-1.9.7-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 PYTHON_REQ_USE="xml(+)"
 
 inherit cmake flag-o-matic llvm python-any-r1

diff --git a/app-doc/doxygen/doxygen-.ebuild 
b/app-doc/doxygen/doxygen-.ebuild
index 367e877520b0..4a4aebc420d4 100644
--- a/app-doc/doxygen/doxygen-.ebuild
+++ b/app-doc/doxygen/doxygen-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 PYTHON_REQ_USE="xml(+)"
 
 inherit cmake flag-o-matic llvm python-any-r1



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

2023-05-27 Thread Arthur Zamarin
commit: dca987c3ea834f3b4f9a9be8f66d0cf54f636289
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May 27 19:19:21 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May 27 19:19:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dca987c3

dev-python/pathable: enable py3.12

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

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

diff --git a/dev-python/pathable/pathable-0.4.3.ebuild 
b/dev-python/pathable/pathable-0.4.3.ebuild
index 7e2f2ab79f66..b6b239f4f2bd 100644
--- a/dev-python/pathable/pathable-0.4.3.ebuild
+++ b/dev-python/pathable/pathable-0.4.3.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
 inherit distutils-r1
 
 DESCRIPTION="Object-oriented paths"



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

2023-05-27 Thread Arthur Zamarin
commit: f7668254341b17aa61f136d01631438a482c3259
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May 27 19:20:05 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May 27 19:20:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7668254

dev-python/nox: drop 2022.11.21-r1

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

 dev-python/nox/Manifest |  1 -
 dev-python/nox/nox-2022.11.21-r1.ebuild | 48 -
 2 files changed, 49 deletions(-)

diff --git a/dev-python/nox/Manifest b/dev-python/nox/Manifest
index 57649a8c2fb8..ed0a28875abd 100644
--- a/dev-python/nox/Manifest
+++ b/dev-python/nox/Manifest
@@ -1,2 +1 @@
-DIST nox-2022.11.21.gh.tar.gz 3983862 BLAKE2B 
9c365dae5415de4c43c262a1ec9c9007b686838f8aff92a049b1602efe320b7644677646ee72c0e5754efc79d6e38cd46b59ff2851b39b4bf05d3166625000d4
 SHA512 
7f725425acd7d1ef55e04c5330c1f4fd2f2f5107c24b4bb7f7e2711cf6a5c1b8f2777a4902ee31d4a56898a953f3da6a9ed340d652fbc63cba33f5f763702b78
 DIST nox-2023.04.22.gh.tar.gz 3985377 BLAKE2B 
7365141bf1c299f6e560dbf42a2927f98e5bf7121ed0dc1dbdc739de847caafdc0834fdc2f2473f20b97d25a4d1d01aced8400e85ec6c027494b8d93077d9a0b
 SHA512 
7425588b0ae87d66211a4fec1d204122a2adb114ddca866d2e66e1caff930f593af1540e5c88806894400ea8aba92037d3f458a98df05d6ac70662705426ee6e

diff --git a/dev-python/nox/nox-2022.11.21-r1.ebuild 
b/dev-python/nox/nox-2022.11.21-r1.ebuild
deleted file mode 100644
index 0ddcfe750ea5..
--- a/dev-python/nox/nox-2022.11.21-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Flexible test automation for Python"
-HOMEPAGE="
-   https://github.com/wntrblm/nox/
-   https://pypi.org/project/nox/
-"
-SRC_URI="
-   https://github.com/wntrblm/nox/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   >=dev-python/argcomplete-1.9.4[${PYTHON_USEDEP}]
-   =dev-python/colorlog-2.6.1[${PYTHON_USEDEP}]
-   >=dev-python/packaging-20.9[${PYTHON_USEDEP}]
-   >=dev-python/virtualenv-14[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/py[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   # broken with >=dev-python/tox-4
-   # https://github.com/wntrblm/nox/issues/673
-   rm nox/tox_to_nox.* tests/test_tox_to_nox.py || die
-   sed -i -e '/tox-to-nox/d' pyproject.toml || die
-   # remove upper bounds from dependencies
-   sed -i -e 's:<[0-9.]*,::' pyproject.toml || die
-   distutils-r1_src_prepare
-}



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

2023-05-27 Thread Arthur Zamarin
commit: 25ee0409850d688146c78ab3d84599a8f6079c54
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May 27 19:17:16 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May 27 19:17:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25ee0409

dev-python/nest_asyncio: enable py3.12

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

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

diff --git a/dev-python/nest_asyncio/nest_asyncio-1.5.6.ebuild 
b/dev-python/nest_asyncio/nest_asyncio-1.5.6.ebuild
index e53fccd6ac14..6738b1866591 100644
--- a/dev-python/nest_asyncio/nest_asyncio-1.5.6.ebuild
+++ b/dev-python/nest_asyncio/nest_asyncio-1.5.6.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 pypi
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/openapi-schema-validator/

2023-05-27 Thread Arthur Zamarin
commit: d3b00b3aa8f8cbd70899ec2a516f4f4c0a8f9f13
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May 27 19:16:46 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May 27 19:16:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3b00b3a

dev-python/openapi-schema-validator: enable py3.12

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

 .../openapi-schema-validator/openapi-schema-validator-0.4.4.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/openapi-schema-validator/openapi-schema-validator-0.4.4.ebuild 
b/dev-python/openapi-schema-validator/openapi-schema-validator-0.4.4.ebuild
index cc81d8e12052..3819b0f5ad93 100644
--- a/dev-python/openapi-schema-validator/openapi-schema-validator-0.4.4.ebuild
+++ b/dev-python/openapi-schema-validator/openapi-schema-validator-0.4.4.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
 
 inherit distutils-r1 pypi
 



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

2023-05-27 Thread Arthur Zamarin
commit: 119b6f98bd0188865eba46bab6e7b11f462f717c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May 27 19:13:53 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May 27 19:13:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=119b6f98

dev-python/svgwrite: add github upstream metadata

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

 dev-python/svgwrite/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/svgwrite/metadata.xml b/dev-python/svgwrite/metadata.xml
index ba1cd5f6fb56..975c39175e6f 100644
--- a/dev-python/svgwrite/metadata.xml
+++ b/dev-python/svgwrite/metadata.xml
@@ -8,5 +8,6 @@


svgwrite
+   mozman/svgwrite

 



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

2023-05-27 Thread Arthur Zamarin
commit: 0af899dcc4972b076986ec109c2734a01101e76c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May 27 19:14:10 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May 27 19:14:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0af899dc

dev-python/sure: enable py3.12

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

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

diff --git a/dev-python/sure/sure-2.0.1.ebuild 
b/dev-python/sure/sure-2.0.1.ebuild
index aea87095cb4a..3cb8830cae60 100644
--- a/dev-python/sure/sure-2.0.1.ebuild
+++ b/dev-python/sure/sure-2.0.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 pypi
 



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

2023-05-27 Thread Arthur Zamarin
commit: f935eda0a65444f724664927b4077019af08ca80
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May 27 19:10:03 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May 27 19:10:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f935eda0

dev-python/three-merge: EAPI=8, PEP517

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

 dev-python/three-merge/three-merge-0.1.1-r1.ebuild | 27 ++
 1 file changed, 27 insertions(+)

diff --git a/dev-python/three-merge/three-merge-0.1.1-r1.ebuild 
b/dev-python/three-merge/three-merge-0.1.1-r1.ebuild
new file mode 100644
index ..35a2d565d516
--- /dev/null
+++ b/dev-python/three-merge/three-merge-0.1.1-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Simple Python library to perform a 3-way merge between strings"
+HOMEPAGE="https://github.com/spyder-ide/three-merge
+   https://pypi.org/project/three-merge/;
+SRC_URI="https://github.com/spyder-ide/${PN}/archive/v${PV}.tar.gz -> 
${P}-gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/diff-match-patch[${PYTHON_USEDEP}]"
+
+BDEPEND="test? (
+   dev-python/flaky[${PYTHON_USEDEP}]
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+)"
+
+distutils_enable_tests pytest



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

2023-05-27 Thread Arthur Zamarin
commit: 4c29c53b9d3beebfa79caecf7298def0d638c384
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May 27 19:13:56 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May 27 19:13:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c29c53b

dev-python/text-unidecode: enable py3.12

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

 dev-python/text-unidecode/text-unidecode-1.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/text-unidecode/text-unidecode-1.3-r1.ebuild 
b/dev-python/text-unidecode/text-unidecode-1.3-r1.ebuild
index 2ebd8c87821f..cec6daadd0f8 100644
--- a/dev-python/text-unidecode/text-unidecode-1.3-r1.ebuild
+++ b/dev-python/text-unidecode/text-unidecode-1.3-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 pypi
 



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

2023-05-27 Thread Arthur Zamarin
commit: 4ecbc33a635f9d057c7d9caef384957649da00d2
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May 27 19:07:47 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May 27 19:07:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ecbc33a

dev-python/toposort: enable py3.12

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

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

diff --git a/dev-python/toposort/toposort-1.10.ebuild 
b/dev-python/toposort/toposort-1.10.ebuild
index 8ff89edcaf7c..62add62ad95d 100644
--- a/dev-python/toposort/toposort-1.10.ebuild
+++ b/dev-python/toposort/toposort-1.10.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 pypi
 



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

2023-05-27 Thread Arthur Zamarin
commit: 4478f6f52640065bca79aec85b4700c9a4dae74d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May 27 19:07:55 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May 27 19:07:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4478f6f5

dev-python/userpath: enable py3.12

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

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

diff --git a/dev-python/userpath/userpath-1.8.0.ebuild 
b/dev-python/userpath/userpath-1.8.0.ebuild
index d30e4432c79f..e9cbe4cde968 100644
--- a/dev-python/userpath/userpath-1.8.0.ebuild
+++ b/dev-python/userpath/userpath-1.8.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
 
 inherit distutils-r1
 



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

2023-05-27 Thread Arthur Zamarin
commit: bd90dfd062db0e811b9a0c7b291cffba7326f593
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May 27 18:47:03 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May 27 18:47:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd90dfd0

dev-python/whisper: enable py3.12

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

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

diff --git a/dev-python/whisper/whisper-1.1.10.ebuild 
b/dev-python/whisper/whisper-1.1.10.ebuild
index 0209eeb2f799..283138d706a5 100644
--- a/dev-python/whisper/whisper-1.1.10.ebuild
+++ b/dev-python/whisper/whisper-1.1.10.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
 
 inherit distutils-r1
 



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

2023-05-27 Thread Arthur Zamarin
commit: 2dc001be78ce6cec73641a6b4d7e6230fdc419fa
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May 27 18:52:55 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May 27 18:52:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dc001be

dev-python/itsdangerous: enable py3.12

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

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

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



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

2023-05-27 Thread Arthur Zamarin
commit: c8913a4bd965204168ad95546f3b5e7c7c8bcc2a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May 27 18:48:28 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May 27 18:48:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8913a4b

dev-python/voluptuous: enable py3.12

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

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

diff --git a/dev-python/voluptuous/voluptuous-0.13.1-r1.ebuild 
b/dev-python/voluptuous/voluptuous-0.13.1-r1.ebuild
index 5bcd8a7da080..afc3dc156cff 100644
--- a/dev-python/voluptuous/voluptuous-0.13.1-r1.ebuild
+++ b/dev-python/voluptuous/voluptuous-0.13.1-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1
 



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

2023-05-27 Thread Arthur Zamarin
commit: dfffa6f4273e57f22e8bafa5d93e6761c748582a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May 27 18:53:56 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May 27 18:53:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfffa6f4

dev-python/untangle: enable py3.12

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

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

diff --git a/dev-python/untangle/untangle-1.2.1-r1.ebuild 
b/dev-python/untangle/untangle-1.2.1-r1.ebuild
index 31bb4153f27a..1c3dee1ddc2d 100644
--- a/dev-python/untangle/untangle-1.2.1-r1.ebuild
+++ b/dev-python/untangle/untangle-1.2.1-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
 
 inherit distutils-r1
 



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

2023-05-27 Thread Arthur Zamarin
commit: 3e8a3ce1a755099269d9802b4c3fc1ca46f08c35
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May 27 18:47:18 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May 27 18:47:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e8a3ce1

sys-apps/dbus: enable py3.12

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

 sys-apps/dbus/dbus-1.15.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/dbus/dbus-1.15.4-r1.ebuild 
b/sys-apps/dbus/dbus-1.15.4-r1.ebuild
index 958d0ae0e369..8d4a6511d292 100644
--- a/sys-apps/dbus/dbus-1.15.4-r1.ebuild
+++ b/sys-apps/dbus/dbus-1.15.4-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 # Be careful with packaging odd-version-number branches.
 # See https://www.freedesktop.org/wiki/Software/dbus/#download.
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 TMPFILES_OPTIONAL=1
 
 # From 1.15.0 release notes:



[gentoo-commits] proj/devmanual:master commit in: function-reference/install-functions/

2023-05-27 Thread Ulrich Müller
commit: ada952e76ffe339d2e0a7b822a4786e26bb7fdfd
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Apr 29 15:30:28 2023 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat May 27 18:50:34 2023 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=ada952e7

function-reference/install-functions: Reword dostrip documentation

As a followup to the previous change, use a better path for the
example and reword. No longer mention EAPI 7 because all older EAPIs
are deprecated.

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

 function-reference/install-functions/text.xml | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/function-reference/install-functions/text.xml 
b/function-reference/install-functions/text.xml
index 6961784..0602c80 100644
--- a/function-reference/install-functions/text.xml
+++ b/function-reference/install-functions/text.xml
@@ -427,11 +427,11 @@ The *into functions create the directory if it 
does not already exist.
   dostrip
 
 
-  Introduced with EAPI=7, controls the stripping of executables.
-  Normally executed to exclude from stripping.
-  Eg. dostrip -x /path/to/important.so.  May also be used to 
include binaries
-  to strip when RESTRICT=strip without the -x option.
-  Provided paths are relative to ${ED}, even if they begin with a 
slash.
+  Controls stripping of executables. Normally used to exclude from
+  stripping, e.g. dostrip -x /usr/$(get_libdir)/important.so.
+  May also be used without the -x option to include binaries to
+  strip when RESTRICT=strip is set. Provided paths are relative
+  to ${ED}, even if they begin with a slash.
 
   
 



[gentoo-commits] proj/devmanual:master commit in: eclass-writing/

2023-05-27 Thread Ulrich Müller
commit: fb4c29d6e107495edb942dfca69ca7d36310a2ad
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat May 27 18:49:17 2023 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat May 27 18:49:17 2023 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=fb4c29d6

eclass-writing: Drop INCLUDES_EPREFIX documentation tag

This reflects its being dropped from eclass-to-manpage.

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

 eclass-writing/text.xml | 23 ---
 1 file changed, 23 deletions(-)

diff --git a/eclass-writing/text.xml b/eclass-writing/text.xml
index 7b2a3d2..ef58547 100644
--- a/eclass-writing/text.xml
+++ b/eclass-writing/text.xml
@@ -365,14 +365,6 @@ variables are as follows:
 developer
   
 
-
-  @INCLUDES_EPREFIX
-  No
-  
-  
-Indicates that the variable is a path which has ${EPREFIX} prepended to it
-  
-
 
   @INTERNAL
   No
@@ -461,15 +453,6 @@ documentation are:
 maintainer. Must start on a newline after the tag.
   
 
-
-  @INCLUDES_EPREFIX
-  No
-  
-  
-Indicates whether the function returns a path with ${EPREFIX} prepended
-to it
-  
-
 
   @INTERNAL
   No
@@ -546,12 +529,6 @@ using the following tags:
 developer
   
 
-
-  @INCLUDES_EPREFIX
-  No
-  
-  Indicates that the variable is a path which has ${EPREFIX} prepended
-
 
   @INTERNAL
   No



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

2023-05-27 Thread Sam James
commit: 059a8ff73130d126cc7b7e225c6de23339488081
Author: Sam James  gentoo  org>
AuthorDate: Sat May 27 17:43:28 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 27 17:45:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=059a8ff7

dev-python/click: enable py3.12

Same failures as other Pythons (1 error, 1 fail).

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

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

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



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

2023-05-27 Thread Sam James
commit: 1fb19bd2d6234e373b643ebe5bfe51282001f736
Author: Sam James  gentoo  org>
AuthorDate: Sat May 27 17:38:32 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 27 17:45:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fb19bd2

dev-python/versioneer: enable py3.12, pypy3

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

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

diff --git a/dev-python/versioneer/versioneer-0.28.ebuild 
b/dev-python/versioneer/versioneer-0.28.ebuild
index 76f48fc8381e..7f740c3488e4 100644
--- a/dev-python/versioneer/versioneer-0.28.ebuild
+++ b/dev-python/versioneer/versioneer-0.28.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
 
 inherit distutils-r1
 



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

2023-05-27 Thread Arthur Zamarin
commit: 9907b3634d17141d9f56c8295cf0c97345e99ed0
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May 27 17:32:00 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May 27 17:32:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9907b363

dev-cpp/asio: Stabilize 1.26.0 x86, #907246

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

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

diff --git a/dev-cpp/asio/asio-1.26.0.ebuild b/dev-cpp/asio/asio-1.26.0.ebuild
index 382ef525e1e9..799c7bb000c7 100644
--- a/dev-cpp/asio/asio-1.26.0.ebuild
+++ b/dev-cpp/asio/asio-1.26.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}/${P}.tar.bz2"
 
 LICENSE="Boost-1.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86"
 IUSE="doc examples test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/proj/guru:master commit in: app-admin/antidot/

2023-05-27 Thread Viorel Munteanu
commit: 89096a4e456b5852a2fc6089bf93514080f484b0
Author: Rahul Sandhu  sandhuservices  dev>
AuthorDate: Sat May 27 16:51:58 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Sat May 27 16:51:58 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=89096a4e

app-admin/antidot: fix metadata.xml indentation

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

 app-admin/antidot/metadata.xml | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-admin/antidot/metadata.xml b/app-admin/antidot/metadata.xml
index d25f3699d..f53fc6f66 100644
--- a/app-admin/antidot/metadata.xml
+++ b/app-admin/antidot/metadata.xml
@@ -1,10 +1,10 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-
-tel...@posteo.de
-James Beddek
-
+   
+   tel...@posteo.de
+   James Beddek
+   

doron-cohen/antidot




[gentoo-commits] repo/proj/guru:master commit in: games-action/blackvoxel/

2023-05-27 Thread Viorel Munteanu
commit: fb01a317fb938cc0c076d08d8c5f20e11739114b
Author: Rahul Sandhu  sandhuservices  dev>
AuthorDate: Sat May 27 17:16:03 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Sat May 27 17:16:03 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fb01a317

games-action/blackvoxel: update EAPI 7 -> 8

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

 games-action/blackvoxel/blackvoxel-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-action/blackvoxel/blackvoxel-.ebuild 
b/games-action/blackvoxel/blackvoxel-.ebuild
index f9dc33fc2..d36bc7da8 100644
--- a/games-action/blackvoxel/blackvoxel-.ebuild
+++ b/games-action/blackvoxel/blackvoxel-.ebuild
@@ -1,7 +1,7 @@
 # Copyright 2018-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit git-r3 toolchain-funcs
 



[gentoo-commits] repo/proj/guru:master commit in: app-text/koodo-reader-bin/

2023-05-27 Thread Viorel Munteanu
commit: 587edfbf938c9f1dce588de5af879a267c986ede
Author: Rahul Sandhu  sandhuservices  dev>
AuthorDate: Sat May 27 17:12:06 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Sat May 27 17:12:06 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=587edfbf

app-text/koodo-reader-bin: fix dependencies

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

 app-text/koodo-reader-bin/koodo-reader-bin-1.5.1.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/app-text/koodo-reader-bin/koodo-reader-bin-1.5.1.ebuild 
b/app-text/koodo-reader-bin/koodo-reader-bin-1.5.1.ebuild
index 6db72d7a5..fb09c78f0 100644
--- a/app-text/koodo-reader-bin/koodo-reader-bin-1.5.1.ebuild
+++ b/app-text/koodo-reader-bin/koodo-reader-bin-1.5.1.ebuild
@@ -19,9 +19,7 @@ DEPEND="
x11-libs/libXfixes
x11-libs/libXrandr
media-libs/alsa-lib
-   dev-libs/atk
-   app-accessibility/at-spi2-atk
-   app-accessibility/at-spi2-core
+   >=app-accessibility/at-spi2-core-2.46.0
net-print/cups
x11-libs/libdrm
media-libs/mesa



[gentoo-commits] repo/proj/guru:master commit in: app-vim/python-syntax/, app-vim/rainbow/, app-vim/tex-conceal/, ...

2023-05-27 Thread Viorel Munteanu
commit: 65da82890a7bf9ba483d2ee7f66b8ee754914a97
Author: Rahul Sandhu  sandhuservices  dev>
AuthorDate: Sat May 27 17:14:46 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Sat May 27 17:14:46 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=65da8289

app-vim/*: add upstream metadatas

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

 app-vim/nerdtree-git/metadata.xml  | 3 +++
 app-vim/python-syntax/metadata.xml | 3 +++
 app-vim/rainbow/metadata.xml   | 3 +++
 app-vim/tex-conceal/metadata.xml   | 3 +++
 4 files changed, 12 insertions(+)

diff --git a/app-vim/nerdtree-git/metadata.xml 
b/app-vim/nerdtree-git/metadata.xml
index 7ebbd0334..1d9c60f7e 100644
--- a/app-vim/nerdtree-git/metadata.xml
+++ b/app-vim/nerdtree-git/metadata.xml
@@ -5,4 +5,7 @@
cyber+gen...@sysrq.in
Anna

+   
+   Xuyuanp/nerdtree-git-plugin
+   
 

diff --git a/app-vim/python-syntax/metadata.xml 
b/app-vim/python-syntax/metadata.xml
index 7ebbd0334..dc696a402 100644
--- a/app-vim/python-syntax/metadata.xml
+++ b/app-vim/python-syntax/metadata.xml
@@ -5,4 +5,7 @@
cyber+gen...@sysrq.in
Anna

+   
+   vim-python/python-syntax
+   
 

diff --git a/app-vim/rainbow/metadata.xml b/app-vim/rainbow/metadata.xml
index 7ebbd0334..a66684a9d 100644
--- a/app-vim/rainbow/metadata.xml
+++ b/app-vim/rainbow/metadata.xml
@@ -5,4 +5,7 @@
cyber+gen...@sysrq.in
Anna

+   
+   luochen1990/rainbow
+   
 

diff --git a/app-vim/tex-conceal/metadata.xml b/app-vim/tex-conceal/metadata.xml
index 7ebbd0334..5f7dc95b0 100644
--- a/app-vim/tex-conceal/metadata.xml
+++ b/app-vim/tex-conceal/metadata.xml
@@ -5,4 +5,7 @@
cyber+gen...@sysrq.in
Anna

+   
+   KeitaNakamura/tex-conceal.vim
+   
 



[gentoo-commits] repo/proj/guru:master commit in: app-misc/spark/

2023-05-27 Thread Viorel Munteanu
commit: 9239b2f579632fc8d8d99d8b6b7be7c19f16374d
Author: Rahul Sandhu  sandhuservices  dev>
AuthorDate: Sat May 27 17:03:58 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Sat May 27 17:03:58 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9239b2f5

app-misc/spark: add github upstream metadata

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

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

diff --git a/app-misc/spark/metadata.xml b/app-misc/spark/metadata.xml
index 0433bcab3..3a407eb98 100644
--- a/app-misc/spark/metadata.xml
+++ b/app-misc/spark/metadata.xml
@@ -5,4 +5,7 @@
Alessandro Barbieri
lssndrbarbi...@gmail.com

+   
+   holman/spark
+   
 



[gentoo-commits] repo/proj/guru:master commit in: app-vim/ale/

2023-05-27 Thread Viorel Munteanu
commit: a125740b03c859a00ded264e5a9bf9883eecfa78
Author: Rahul Sandhu  sandhuservices  dev>
AuthorDate: Sat May 27 17:10:17 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Sat May 27 17:10:17 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a125740b

app-vim/ale: add github upstream metadata

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

 app-vim/ale/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app-vim/ale/metadata.xml b/app-vim/ale/metadata.xml
index 28cf61ed6..aa950798c 100644
--- a/app-vim/ale/metadata.xml
+++ b/app-vim/ale/metadata.xml
@@ -9,4 +9,7 @@
cyber+gen...@sysrq.in
Anna

+   
+   dense-analysis/ale
+   
 



[gentoo-commits] repo/proj/guru:master commit in: app-portage/version/

2023-05-27 Thread Viorel Munteanu
commit: 509d9d0ca30d420a53ecbfcb16a6837c92e4a217
Author: Rahul Sandhu  sandhuservices  dev>
AuthorDate: Sat May 27 17:11:06 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Sat May 27 17:11:06 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=509d9d0c

app-portage/version: add github upstream metadata

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

 app-portage/version/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app-portage/version/metadata.xml b/app-portage/version/metadata.xml
index c83882c35..a32bab4f2 100644
--- a/app-portage/version/metadata.xml
+++ b/app-portage/version/metadata.xml
@@ -5,4 +5,7 @@
azael.de...@gmail.com
Azael Reyes

+   
+   azaeldevel/octetos-version
+   
 



[gentoo-commits] repo/proj/guru:master commit in: app-misc/pfetch/

2023-05-27 Thread Viorel Munteanu
commit: 43fde311ac7c25b0ed5206cd6b148384d94af032
Author: Rahul Sandhu  sandhuservices  dev>
AuthorDate: Sat May 27 17:02:20 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Sat May 27 17:02:20 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=43fde311

app-misc/pfetch: add github upstream metadata

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

 app-misc/pfetch/metadata.xml | 23 ---
 1 file changed, 12 insertions(+), 11 deletions(-)

diff --git a/app-misc/pfetch/metadata.xml b/app-misc/pfetch/metadata.xml
index e20c27c00..24f9e6285 100644
--- a/app-misc/pfetch/metadata.xml
+++ b/app-misc/pfetch/metadata.xml
@@ -1,16 +1,17 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-
-mathieu.tortuy...@gmail.com
-Mathieu Tortuyaux
-
-
-The goal of this project is to implement a simple system information tool in 
POSIX sh using features built into the language itself (where possible).
-The source code is highly documented and I hope it will act as a learning 
resource for POSIX sh and simple information detection across various different 
operating systems.
-
-
-https://github.com/dylanaraps/pfetch/issues
-
+   
+   mathieu.tortuy...@gmail.com
+   Mathieu Tortuyaux
+   
+   
+   The goal of this project is to implement a simple system information 
tool in POSIX sh using features built into the language itself (where possible).
+   The source code is highly documented and I hope it will act as a 
learning resource for POSIX sh and simple information detection across various 
different operating systems.
+   
+   
+   https://github.com/dylanaraps/pfetch/issues
+   dylanaraps/pfetch
+   
 
 



[gentoo-commits] repo/proj/guru:master commit in: app-admin/pass-update/

2023-05-27 Thread Viorel Munteanu
commit: b8eb11a8d2c6e6be3e596b899805cbdabbe13bc6
Author: Rahul Sandhu  sandhuservices  dev>
AuthorDate: Sat May 27 16:53:15 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Sat May 27 16:53:15 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b8eb11a8

app-admin/pass-update: add github upstream metadata

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

 app-admin/pass-update/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app-admin/pass-update/metadata.xml 
b/app-admin/pass-update/metadata.xml
index 2092bcc33..d75ada94e 100644
--- a/app-admin/pass-update/metadata.xml
+++ b/app-admin/pass-update/metadata.xml
@@ -5,4 +5,7 @@
cont...@hacktivis.me
Haelwenn (lanodan) Monnier

+   
+   roddhjav/pass-update
+   
 



[gentoo-commits] repo/proj/guru:master commit in: app-misc/brightness-control/

2023-05-27 Thread Viorel Munteanu
commit: afa7c0a065446bf874dd1dc0f78330e433b0b930
Author: Rahul Sandhu  sandhuservices  dev>
AuthorDate: Sat May 27 17:05:52 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Sat May 27 17:05:52 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=afa7c0a0

app-misc/brightness-control: add github upstream metadata

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

 app-misc/brightness-control/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app-misc/brightness-control/metadata.xml 
b/app-misc/brightness-control/metadata.xml
index 115e9d64a..e24525e12 100644
--- a/app-misc/brightness-control/metadata.xml
+++ b/app-misc/brightness-control/metadata.xml
@@ -2,4 +2,7 @@
 https://www.gentoo.org/dtd/metadata.dtd;>
 

+   
+   lordamit/Brightness
+   
 



[gentoo-commits] repo/proj/guru:master commit in: app-vim/ansible-vim/

2023-05-27 Thread Viorel Munteanu
commit: bfed9c22d0f5786d8d016dc47ba1e9cd729beaaf
Author: Rahul Sandhu  sandhuservices  dev>
AuthorDate: Sat May 27 17:09:11 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Sat May 27 17:09:11 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bfed9c22

app-vim/ansible-vim: add github upstream metadata

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

 app-vim/ansible-vim/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app-vim/ansible-vim/metadata.xml b/app-vim/ansible-vim/metadata.xml
index f384473e1..88ce242e2 100644
--- a/app-vim/ansible-vim/metadata.xml
+++ b/app-vim/ansible-vim/metadata.xml
@@ -5,4 +5,7 @@
Adrian Schollmeyer
nex+b-...@nexadn.de

+   
+   pearofducks/ansible-vim
+   
 



[gentoo-commits] repo/proj/guru:master commit in: app-office/obsidian/

2023-05-27 Thread Viorel Munteanu
commit: 8def58259c4c8b6203a83c5626331a1c884bdaf3
Author: Rahul Sandhu  sandhuservices  dev>
AuthorDate: Sat May 27 17:07:47 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Sat May 27 17:07:47 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8def5825

app-office/obsidian: fix leading whitespace

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

 app-office/obsidian/obsidian-1.2.8.ebuild | 16 
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/app-office/obsidian/obsidian-1.2.8.ebuild 
b/app-office/obsidian/obsidian-1.2.8.ebuild
index 62932b991..7c6ac6f33 100644
--- a/app-office/obsidian/obsidian-1.2.8.ebuild
+++ b/app-office/obsidian/obsidian-1.2.8.ebuild
@@ -41,14 +41,14 @@ DIR="/opt/${PN^}"
 S="${WORKDIR}"
 
 QA_PREBUILT="${DIR#/}/chrome-sandbox
-   ${DIR#/}/chrome_crashpad_handler
-   ${DIR#/}/libGLESv2.so
-   ${DIR#/}/libEGL.so
-   ${DIR#/}/libffmpeg.so
-   ${DIR#/}/libvk_swiftshader.so
-   ${DIR#/}/libvulkan.so.1
-   ${DIR#/}/obsidian
-   ${DIR#/}/resources/app.asar.unpacked/node_modules/*
+   ${DIR#/}/chrome_crashpad_handler
+   ${DIR#/}/libGLESv2.so
+   ${DIR#/}/libEGL.so
+   ${DIR#/}/libffmpeg.so
+   ${DIR#/}/libvk_swiftshader.so
+   ${DIR#/}/libvulkan.so.1
+   ${DIR#/}/obsidian
+   ${DIR#/}/resources/app.asar.unpacked/node_modules/*
 "
 
 src_install() {



[gentoo-commits] repo/proj/guru:master commit in: app-editors/mined/

2023-05-27 Thread Viorel Munteanu
commit: 9ed7b4654631595756dc0fe2c663766fa5ee8933
Author: Rahul Sandhu  sandhuservices  dev>
AuthorDate: Sat May 27 16:55:44 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Sat May 27 16:55:44 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9ed7b465

app-editors/mined: add sourceforge upstream metadata

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

 app-editors/mined/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-editors/mined/metadata.xml b/app-editors/mined/metadata.xml
index 822a69f59..bbb622a1a 100644
--- a/app-editors/mined/metadata.xml
+++ b/app-editors/mined/metadata.xml
@@ -6,6 +6,7 @@
Alex Holcomb


+   mined
http://towo.net/mined/





[gentoo-commits] repo/proj/guru:master commit in: app-editors/mined/

2023-05-27 Thread Viorel Munteanu
commit: 263ab577f39718b9004ac9585f21c9a60b3fdefd
Author: Rahul Sandhu  sandhuservices  dev>
AuthorDate: Sat May 27 16:59:49 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Sat May 27 16:59:49 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=263ab577

app-editors/mined: fix SRC_URI more

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

 app-editors/mined/mined-2015.25.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/mined/mined-2015.25.ebuild 
b/app-editors/mined/mined-2015.25.ebuild
index 11412c883..ba03bd60f 100644
--- a/app-editors/mined/mined-2015.25.ebuild
+++ b/app-editors/mined/mined-2015.25.ebuild
@@ -5,7 +5,7 @@ inherit toolchain-funcs
 
 DESCRIPTION="A powerful text editor with extensive Unicode and CJK support"
 HOMEPAGE="http://towo.net/mined/;
-SRC_URI="https://downloads.sourceforge.net/project/mined/mined/mined%202015.25/mined-2015.25.tar.gz?ts=gABhfF-EKWvxGfwH7tpfR0NI8LV87Muimvh4jUigxZZZAD1fN8xgcbBPJc1TQ3f8djMFDbHXXz6rQZI4_qwwEsqakvBpqg%3D%3D=https%3A%2F%2Fsourceforge.net%2Fprojects%2Fmined%2Ffiles%2Fmined%2Fmined%25202015.25%2Fmined-${P}.tar.gz%2Fdownload
 -> ${P}.tar.gz"
+SRC_URI="https://downloads.sourceforge.net/project/mined/mined/mined%20${PV}/${P}.tar.gz?ts=gABhfF-EKWvxGfwH7tpfR0NI8LV87Muimvh4jUigxZZZAD1fN8xgcbBPJc1TQ3f8djMFDbHXXz6rQZI4_qwwEsqakvBpqg%3D%3D=https%3A%2F%2Fsourceforge.net%2Fprojects%2Fmined%2Ffiles%2Fmined%2Fmined%2520${PV}%2Fmined-${P}.tar.gz%2Fdownload
 -> ${P}.tar.gz"
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"



[gentoo-commits] repo/proj/guru:master commit in: app-editors/mined/

2023-05-27 Thread Viorel Munteanu
commit: a343954afc328f1e034468b2196426b64fb0cfb4
Author: Rahul Sandhu  sandhuservices  dev>
AuthorDate: Sat May 27 16:57:49 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Sat May 27 16:57:49 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a343954a

app-editors/mined: update SRC_URI

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

 app-editors/mined/mined-2015.25.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/mined/mined-2015.25.ebuild 
b/app-editors/mined/mined-2015.25.ebuild
index 56af7db0f..11412c883 100644
--- a/app-editors/mined/mined-2015.25.ebuild
+++ b/app-editors/mined/mined-2015.25.ebuild
@@ -5,7 +5,7 @@ inherit toolchain-funcs
 
 DESCRIPTION="A powerful text editor with extensive Unicode and CJK support"
 HOMEPAGE="http://towo.net/mined/;
-SRC_URI="https://downloads.sourceforge.net/project/mined/mined/mined%202015.25/mined-2015.25.tar.gz?ts=gABhfF-EKWvxGfwH7tpfR0NI8LV87Muimvh4jUigxZZZAD1fN8xgcbBPJc1TQ3f8djMFDbHXXz6rQZI4_qwwEsqakvBpqg%3D%3D=https%3A%2F%2Fsourceforge.net%2Fprojects%2Fmined%2Ffiles%2Fmined%2Fmined%25202015.25%2Fmined-2015.25.tar.gz%2Fdownload
 -> mined-2015.25.tar.gz"
+SRC_URI="https://downloads.sourceforge.net/project/mined/mined/mined%202015.25/mined-2015.25.tar.gz?ts=gABhfF-EKWvxGfwH7tpfR0NI8LV87Muimvh4jUigxZZZAD1fN8xgcbBPJc1TQ3f8djMFDbHXXz6rQZI4_qwwEsqakvBpqg%3D%3D=https%3A%2F%2Fsourceforge.net%2Fprojects%2Fmined%2Ffiles%2Fmined%2Fmined%25202015.25%2Fmined-${P}.tar.gz%2Fdownload
 -> ${P}.tar.gz"
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"



[gentoo-commits] repo/proj/guru:master commit in: app-dicts/dictd-foldoc/

2023-05-27 Thread Viorel Munteanu
commit: 338548d9be52887a38c0ce5191e04ed159ca9d17
Author: Rahul Sandhu  sandhuservices  dev>
AuthorDate: Sat May 27 16:54:04 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Sat May 27 16:54:04 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=338548d9

app-dicts/dictd-foldoc: add launchpad upstream metadata

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

 app-dicts/dictd-foldoc/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-dicts/dictd-foldoc/metadata.xml 
b/app-dicts/dictd-foldoc/metadata.xml
index 1b4730529..c27ad5932 100644
--- a/app-dicts/dictd-foldoc/metadata.xml
+++ b/app-dicts/dictd-foldoc/metadata.xml
@@ -10,6 +10,7 @@

Denis Howe

+   ubuntu


A database for 'dict'-compatible dictionary software, based on 
the Free On-line Dictionary of Computing describing various topics in computing.



[gentoo-commits] repo/proj/guru:master commit in: app-admin/antidot/

2023-05-27 Thread Viorel Munteanu
commit: 9d2a7eca54c17fbd1a6f3b32f8d83abc1d1c2ea2
Author: Rahul Sandhu  sandhuservices  dev>
AuthorDate: Sat May 27 16:51:13 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Sat May 27 16:51:13 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9d2a7eca

app-admin/antidot: add github upstream metadata

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

 app-admin/antidot/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app-admin/antidot/metadata.xml b/app-admin/antidot/metadata.xml
index 7f7f32772..d25f3699d 100644
--- a/app-admin/antidot/metadata.xml
+++ b/app-admin/antidot/metadata.xml
@@ -5,4 +5,7 @@
 tel...@posteo.de
 James Beddek
 
+   
+   doron-cohen/antidot
+   
 



[gentoo-commits] repo/proj/guru:master commit in: app-misc/afetch/, app-editors/kitscenarist/

2023-05-27 Thread Viorel Munteanu
commit: 8b2c426c948d7483e7493ea93d2eb9d127baffb9
Author: Rahul Sandhu  sandhuservices  dev>
AuthorDate: Sat May 27 16:41:33 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Sat May 27 16:42:37 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8b2c426c

*/*: add more remote id's

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

 app-editors/kitscenarist/metadata.xml | 3 +++
 app-misc/afetch/metadata.xml  | 1 +
 2 files changed, 4 insertions(+)

diff --git a/app-editors/kitscenarist/metadata.xml 
b/app-editors/kitscenarist/metadata.xml
index 842ec441c..7185aab41 100644
--- a/app-editors/kitscenarist/metadata.xml
+++ b/app-editors/kitscenarist/metadata.xml
@@ -11,4 +11,7 @@
full-featured studio for creating stories from the birth of the idea 
and 
before the transfer of the script to production.

+   
+   dimkanovikov/KITScenarist
+   
 

diff --git a/app-misc/afetch/metadata.xml b/app-misc/afetch/metadata.xml
index 1ecf6f1b7..ce9aa6a8d 100644
--- a/app-misc/afetch/metadata.xml
+++ b/app-misc/afetch/metadata.xml
@@ -6,6 +6,7 @@
Mathieu Tortuyaux


+   13-CF/afetch
https://github.com/13-CF/afetch/issues

 



[gentoo-commits] repo/proj/guru:master commit in: app-editors/atom-bin/

2023-05-27 Thread Viorel Munteanu
commit: f1da825c1d7902f0bbdfa40274242bb7b9bfd6ab
Author: Rahul Sandhu  sandhuservices  dev>
AuthorDate: Sat May 27 16:45:51 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Sat May 27 16:45:51 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f1da825c

app-editors/atom-bin: fix dependencies

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

 app-editors/atom-bin/atom-bin-1.58.0-r1.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/app-editors/atom-bin/atom-bin-1.58.0-r1.ebuild 
b/app-editors/atom-bin/atom-bin-1.58.0-r1.ebuild
index 977c92e6b..b8ea0dddb 100644
--- a/app-editors/atom-bin/atom-bin-1.58.0-r1.ebuild
+++ b/app-editors/atom-bin/atom-bin-1.58.0-r1.ebuild
@@ -18,10 +18,8 @@ RESTRICT="test"
 S="${WORKDIR}/atom-${PV}-amd64"
 
 RDEPEND="
-   app-accessibility/at-spi2-atk
-   app-accessibility/at-spi2-core
+   >=app-accessibility/at-spi2-core-2.46.0
app-crypt/libsecret
-   dev-libs/atk
dev-libs/nss
dev-libs/openssl
dev-libs/openssl-compat



[gentoo-commits] repo/proj/guru:master commit in: sys-fs/dwarfs-bin/

2023-05-27 Thread Viorel Munteanu
commit: e4e77e480edd9457d2a276165314ab7e26403783
Author: Rahul Sandhu  sandhuservices  dev>
AuthorDate: Sat May 27 16:34:44 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Sat May 27 16:34:44 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e4e77e48

sys-fs/dwarfs-bin: add github upstream metadata

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

 sys-fs/dwarfs-bin/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sys-fs/dwarfs-bin/metadata.xml b/sys-fs/dwarfs-bin/metadata.xml
index 428cf81bf..9a552c3d3 100644
--- a/sys-fs/dwarfs-bin/metadata.xml
+++ b/sys-fs/dwarfs-bin/metadata.xml
@@ -15,4 +15,7 @@
* Highly multi-threaded implementation. Both the file system 
creation tool as well as the FUSE driver are able to make good use of the many 
cores of your system.
* Optional experimental Python support to provide custom 
filtering and ordering functionality.

+   
+   mhx/dwarfs
+   
 



[gentoo-commits] repo/proj/guru:master commit in: app-editors/lapce/

2023-05-27 Thread Viorel Munteanu
commit: 28a55ceaa137b1f23d31bf8c17a42a0fecbbcd0d
Author: Rahul Sandhu  sandhuservices  dev>
AuthorDate: Sat May 27 16:27:54 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Sat May 27 16:27:54 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=28a55cea

app-editors/lapce: update SRC_URI

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

 app-editors/lapce/Manifest   | 2 +-
 app-editors/lapce/lapce-0.2.6.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-editors/lapce/Manifest b/app-editors/lapce/Manifest
index dfee43af1..76cd14e1f 100644
--- a/app-editors/lapce/Manifest
+++ b/app-editors/lapce/Manifest
@@ -239,6 +239,7 @@ DIST khronos_api-3.1.0.crate 599718 BLAKE2B 
945600455c85874c37c7c395162a3e56531b
 DIST kqueue-1.0.6.crate 12740 BLAKE2B 
5c4c42d9a8697d3f1bc92fb544bc7894da2349ca6f81d2e714bcc2788719b8c39e447780ed53505cc3fd7bc650350389d961db0cac1396eae42e0262a85d5f98
 SHA512 
cc0b40d374b54863c67f66cef3e90973aa6ce31ff6193df81bf1dde1171e28baa985b5e38c92459272683d57882331ed33511aef9f9a238ae3f79ecc85dc9502
 DIST kqueue-sys-1.0.3.crate 6673 BLAKE2B 
79254d667b4cf1fa556f1773db23b00ac431bdea6c8ecf914e3c0837fe4e25a45c9b6fb76259d628e4c76a20f749df3fc285b54ea63ce3b52d21529358e81c3f
 SHA512 
76023295abaa4415c1d7b37c844432ece522b762f78983cdf58106f65ca553ee96193bd8c93f3fd0af029d266d8414f2ba4d1b8835bcdc180acc7defa6269731
 DIST kurbo-0.8.3.crate 81131 BLAKE2B 
8561fb66d28ed9d74502888376ec622ae2bd8b651cc0afdbef6aecc911c262f13debdc056a152bbbc28d0c3c0f326129c46c9f3b243597bbfaab6e0e01da0097
 SHA512 
17839223c7b4a88a1e2ae7df5ac9646560583da03bed5a06e9411a7cf5f55c006a680c6cad0a20b74102cf586b36dadea60585b68f02adc569b8e32d2baa4983
+DIST lapce-0.2.6.tar.gz 2058350 BLAKE2B 
08012cc2153178c72c7c992506d70a945d4e9f7544a7b8f83e3ee2e40df57a44ff89a81876ae561773644428583ef96aa7455a767aaaeb809610f3dee8c7bae6
 SHA512 
db6a46f259cb0bc456e4e01fa12c27d2707bc7ea9894152449c42ebcf7f762423673961a5278d3c5074b9d14dd69503cea3dcb84686a7543598631a14ec8f4b6
 DIST lapce-0.2.7.tar.gz 2058851 BLAKE2B 
e5e63a0d5e5229b2a8c422890df618471e13f76e93c3fbe9871a684ef965b577828527b23424805e40aec365f5251368b26688480bcdfdd5c7b0db05523fe77e
 SHA512 
5f65c2ac14466117dfbd4451caf12795057960da107d0cf66e718a45abe8c7370cedaeba4344137d267470783952cda99ff34ce20daf54e5148a2625e988f3d8
 DIST lapce-xi-rope-0.3.1.crate 76236 BLAKE2B 
1f3a540460ec305a99feb5d16d273c2ddffcbe0886a386a527572445e2d8fc95e0ebe5dfe806422e95ff7f1ee4a2d8fe4778da299d91858966d28555d700cf9e
 SHA512 
b38ebd197059c2d0af033cc31123106a9fe8d580f298ed1f9ed3793bc24750f3509d23069bf6c10650f124f5c2de9c9a46135d43eed7ccf10a295b490e3e9d46
 DIST lazy_static-1.4.0.crate 10443 BLAKE2B 
25b2e61bbac48f0dcbc79c81d7bf01f2403d8269ecb6be3ea6147bd00f7a588df15a91f44dfc18ada19b21faa71de4637c7d493a8628cbecd0e547d74e616a23
 SHA512 
e124c0521ec7c950f3c4a066821918da7a9c6e75d98009ae7c351928fdddead852e7596fea5937a9c30e4e4ce8eee7099b20248b5d6e3b2494b6a6d88cb8
@@ -532,7 +533,6 @@ DIST usvg-0.14.1.crate 104680 BLAKE2B 
23515e262964d78e211f7485ecc2d1027f5ae49532
 DIST usvg-0.22.0.crate 115078 BLAKE2B 
c45abe59f9c6cc896548dc8ab8e83f2e41547f13100bca712f8fcb94b0a5c8ba7d64c7db64e9b08c5c359a4961639354a983395c13365b998214154b9f10d543
 SHA512 
678f79274f76ebcd48ca5a1c28d03ff8a3993e4fcb63fb829f370332942f0d97387233eca5de9e6722d064bbd7616dc536fae906bd5874f065abf0adc492dfc1
 DIST utf8parse-0.2.0.crate 13392 BLAKE2B 
05296f48fe429a871f42e729e3540ec3a974a69892c6bc9da95e23c0aee2163c9b115a9614eb1943363076793e17ac4c89e28066a9816cab30c451524a5832c0
 SHA512 
1f6a2eca32e42c8e4b53d28c4fea54c426ed66fc01447b3cf8fc0fd75694453eadbe3ba000ac8ee0347d16dbfec47681254117949109081798eab5370886827c
 DIST uuid-1.2.2.crate 53669 BLAKE2B 
ce31d21677cbdaec4d2265ee62896c978e8c38e706579e78efd184248f55a04d775654e0839b3a4ab313ec1269014f95ddbe134192b96c3a370a1c6c881f6d63
 SHA512 
6036d9e115a99b4359ae52c00bd194639d0e37afb86713cf8cec21ba67c71b89b0b10e3c08d9603f948023b532a75f869bee4d11e6ba8a9ef844f7464b028037
-DIST v0.2.6.tar.gz 2058350 BLAKE2B 
08012cc2153178c72c7c992506d70a945d4e9f7544a7b8f83e3ee2e40df57a44ff89a81876ae561773644428583ef96aa7455a767aaaeb809610f3dee8c7bae6
 SHA512 
db6a46f259cb0bc456e4e01fa12c27d2707bc7ea9894152449c42ebcf7f762423673961a5278d3c5074b9d14dd69503cea3dcb84686a7543598631a14ec8f4b6
 DIST vcpkg-0.2.15.crate 228735 BLAKE2B 
6b6bacd9a7fa38919241f45a97f58cae957e58d3aac99df208a26aa718e4f1644f4ccefa31b09151e5c1952288e0e5837c363918b98c7f55079a948a952c1c50
 SHA512 
7322a21e8811b2fe4e79e09dc321458068ecdf1953f05d36233f3278ecc0b1dfc64194db7010dd46fcf692285f42475beb090c6c6cac0c8f9fe0eb5c770e3172
 DIST version-compare-0.0.11.crate 15208 BLAKE2B 
b2b463f1965739369aa168b4d58775cd35c9a072ddc3775c439026e3b7a9cad5b60e9745980cebf498d22ca85932e1c670409007c4206ee6112d95096d552161
 SHA512 
dc0871daf7a1eb1890b70d5b876291f10b5f61b19f276a104176901f46671799e0254f0af8bb9c4106e3c8255b4d3fd65f6f408e51f080d79947c2fea4eb3558
 DIST version_check-0.9.4.crate 14895 BLAKE2B 

[gentoo-commits] repo/proj/guru:master commit in: sys-libs/solo-udev-rules/

2023-05-27 Thread Viorel Munteanu
commit: 412c5b522642ad90cdc58a0fc5b32f2befb930f8
Author: Rahul Sandhu  sandhuservices  dev>
AuthorDate: Sat May 27 16:33:48 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Sat May 27 16:33:48 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=412c5b52

sys-libs/solo-udev-rules: add github upstream metadata

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

 sys-libs/solo-udev-rules/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-libs/solo-udev-rules/metadata.xml 
b/sys-libs/solo-udev-rules/metadata.xml
index 432762617..2a5d45800 100644
--- a/sys-libs/solo-udev-rules/metadata.xml
+++ b/sys-libs/solo-udev-rules/metadata.xml
@@ -6,6 +6,7 @@
tastytea


+   solokeys/solo1
https://github.com/solokeys/solo1/issues

 



[gentoo-commits] repo/proj/guru:master commit in: net-im/gtkcord4/

2023-05-27 Thread Viorel Munteanu
commit: 95cab40666a23b4d0fe78fef052fabf473f475b3
Author: Pascal Jäger  leimstift  de>
AuthorDate: Sat May 27 16:35:35 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Sat May 27 16:35:57 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=95cab406

net-im/gtkcord4: add 0.0.11

Signed-off-by: Pascal Jäger  leimstift.de>

 net-im/gtkcord4/Manifest   |   9 +
 net-im/gtkcord4/gtkcord4-0.0.11.ebuild | 339 +
 2 files changed, 348 insertions(+)

diff --git a/net-im/gtkcord4/Manifest b/net-im/gtkcord4/Manifest
index d01d266f4..223f0528f 100644
--- a/net-im/gtkcord4/Manifest
+++ b/net-im/gtkcord4/Manifest
@@ -39,10 +39,16 @@ DIST 
github.com%2Fdiamondburned%2Fchatkit%2F@v%2Fv0.0.0-20230209213000-7d9bb654b
 DIST 
github.com%2Fdiamondburned%2Fchatkit%2F@v%2Fv0.0.0-20230209213000-7d9bb654be2f.zip
 76266 BLAKE2B 
0fc08575cccea622dde0633dacaa7b9b737c46ee651cf22ce40d9817907de9b2f7d07c585d5e882298b32dd99d0a57ebc627ce48c8ca99b348d3bdec9b012536
 SHA512 
0b27574b1caa5c03bd7ae8943af8a89897c2097308e7bc79c1ae8d553381ed7f78cdbd50d7412b558d6bba456e33bae4c34ffa4d28ad51c7260caca3277fbdf4
 DIST 
github.com%2Fdiamondburned%2Fgotk4%2Fpkg%2F@v%2Fv0.0.5-0.20230307013122-e86c9b44a4bf.mod
 189 BLAKE2B 
15a48cbafc20034f625a0f5c801952927b9779ff91a74e52934ca9fa7061ab075398c948de1a5e81f70efc49696f8265b44323986ceda2cef775f8b6a570d359
 SHA512 
3780d08029e62c2c2cb0cc7ec19c468e8292c273637f2b71228371b773f938f0cf2e990bae6fface681bdc414a66656f30d822b21b2debb22a8eed37e744bf76
 DIST 
github.com%2Fdiamondburned%2Fgotk4%2Fpkg%2F@v%2Fv0.0.5-0.20230307013122-e86c9b44a4bf.zip
 4402919 BLAKE2B 
5c119d16840d45df06ffec0d4029f292d0fd63910f59247ed1ca607bfa6b489c327a59947169e1c2077938fba101416d11202f0fea17a013f68168bf8d262f62
 SHA512 
a3966c16c84f6089f36168380b0ad7d9b11e0fcdd97483398b9215e000d430bea917ce1891698722c38f47f10c6793b6ca109c0b351d0a19802391b6efc1652b
+DIST 
github.com%2Fdiamondburned%2Fgotk4%2Fpkg%2F@v%2Fv0.0.6-0.20230331141043-6dd75799f56c.mod
 189 BLAKE2B 
9f4fe63b77d74136d18a516bae858e165f8c722969a5f831c06a40be640096838a24351446fb7923886a62d60e6a1182049aa5ef93510aa8134ca68c851eeb8a
 SHA512 
aa1ed751f7a522045a5bcacd6847dab864b710975bc0046483af722f4cecb3f3ac974c110a4d09b37b130aa6b41036b2eda4f7c1d6b7a03c193ecae8287f0f0a
+DIST 
github.com%2Fdiamondburned%2Fgotk4%2Fpkg%2F@v%2Fv0.0.6-0.20230331141043-6dd75799f56c.zip
 4403595 BLAKE2B 
f8c3ce67da5c661067f89f35d4f68ed76b9cee08e84defb19653efe7058919978accbe5ffc2ec9da9f33fd321323684a17efa8e897eae586a7ccb480bbbe5f86
 SHA512 
32762d3d9db233a5532c6ed1c9eb6fe20259919a7deba339810be6eaba235e8bbc4786200e776ac83b74d4d1394001c493a525c0f02a0718947ebe846d2bd240
+DIST 
github.com%2Fdiamondburned%2Fgotk4-adwaita%2Fpkg%2F@v%2Fv0.0.0-20230307040502-bfe82926e1be.mod
 302 BLAKE2B 
eace03e68dac6be2c0b3701d772aa8c5aa8b1c71d08eba8d5ab306c31e181e79b17ea444f9f9c7a66c4598a5c935b966c008483d0b350ee26056258c5b740ca2
 SHA512 
0b7a5f702ff44b0d1ad683326a2a9e5d0f3424e61128ccec4d45cd34056b1f4d6d405fd4dc820ecdbc8cba2e7bd3d6601b8aaf2736355396a21c4a64c5061e57
+DIST 
github.com%2Fdiamondburned%2Fgotk4-adwaita%2Fpkg%2F@v%2Fv0.0.0-20230307040502-bfe82926e1be.zip
 164858 BLAKE2B 
eea2956b35d5525c4cc5bdda367822dcf112d2afcc54f335ade23a100cc5c7446b618c607a23f936523d5eae36d58ace37bd3181e574ad054222db7df7b82558
 SHA512 
2f0f3c622510dea9af6cbdcd5433a6696f544affbf68b93864ee16b29f99bc51b18f238d486dc10ef581f0b2c6ec8b2602af5973a8b7f2d25c88614db0625233
 DIST 
github.com%2Fdiamondburned%2Fgotk4-adwaita%2Fpkg%2F@v%2Fv0.0.0-20230307050941-20a05fa3a9df.mod
 302 BLAKE2B 
eace03e68dac6be2c0b3701d772aa8c5aa8b1c71d08eba8d5ab306c31e181e79b17ea444f9f9c7a66c4598a5c935b966c008483d0b350ee26056258c5b740ca2
 SHA512 
0b7a5f702ff44b0d1ad683326a2a9e5d0f3424e61128ccec4d45cd34056b1f4d6d405fd4dc820ecdbc8cba2e7bd3d6601b8aaf2736355396a21c4a64c5061e57
 DIST 
github.com%2Fdiamondburned%2Fgotk4-adwaita%2Fpkg%2F@v%2Fv0.0.0-20230307050941-20a05fa3a9df.zip
 200483 BLAKE2B 
62f5a5ff134a6ea99b4adf56a0205d71c41c4504b0336ed0536985e52b037e6bf731d49d314054a8569cdf9a078a512c4051dcc5cd3f3b1c7d4b857010f24eda
 SHA512 
b60989d21e0a8cb88fe09bfc37114cb862c6a63ee4de2491392696241bfcb12cee850a2f9eb416186876ca6a3d6691dfdb9710e8d5f40ecf723db5a0df250078
 DIST 
github.com%2Fdiamondburned%2Fgotkit%2F@v%2Fv0.0.0-20230307054845-dc8ab38b9db4.mod
 534 BLAKE2B 
d4c57bebf571bba27ab0ec7e70e6c407f9dc3635c071304de8607d7791ee68fb8e0044c31e8c47e09348bbeb2d4fa2ec0b31a4bc632b8d34706b2f2749aeed97
 SHA512 
a51231fe9394c782ef18e657812ee7db9bf7cd899f171e31d0d62dbb288a68596b96b4ba7297909be78081d5b9bad7182522b6fe256b2fda69c86f1fb17e3c85
 DIST 
github.com%2Fdiamondburned%2Fgotkit%2F@v%2Fv0.0.0-20230307054845-dc8ab38b9db4.zip
 84298 BLAKE2B 
628e2a5741e1bb163f4288237072eb95dbfee4441e26f4528c124e5c604a7ce7ed02c28ed121158b168fea3ba732705956d9066963681fd8fe7672abbc0a5434
 SHA512 
62e1e45ad20f3d0b6687f85c71278fbfde6125fb353a09a611ae6f3c7f61b09db915ba2a45227de9b46a99babc92f28ffe7d2c423547c0f4b6e446bd9894ea18
+DIST 

  1   2   3   4   5   6   >