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

2022-05-11 Thread Michał Górny
commit: daf8e4d1d589a23f61e597854a60e1c2a8866eb5
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 11 14:08:15 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 11 14:31:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daf8e4d1

dev-python/isoduration: Use PEP517 build

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

 .../isoduration/isoduration-20.11.0-r1.ebuild  | 39 ++
 1 file changed, 39 insertions(+)

diff --git a/dev-python/isoduration/isoduration-20.11.0-r1.ebuild 
b/dev-python/isoduration/isoduration-20.11.0-r1.ebuild
new file mode 100644
index ..723167de104a
--- /dev/null
+++ b/dev-python/isoduration/isoduration-20.11.0-r1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Operations with ISO 8601 durations"
+HOMEPAGE="
+   https://pypi.org/project/isoduration/
+   https://github.com/bolsote/isoduration/
+"
+SRC_URI="
+   https://github.com/bolsote/isoduration/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/arrow-0.15.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/hypothesis[${PYTHON_USEDEP}]
+   dev-python/isodate[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_IGNORE=(
+   tests/test_benchmark.py
+)



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

2022-05-11 Thread Michał Górny
commit: ac975e8d41526c83d78c2346fd40d230eda9e811
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 11 14:15:37 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 11 14:31:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac975e8d

dev-python/rfc3986-validator: Enable py3.11

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

 .../rfc3986-validator-0.1.1-r1.ebuild| 20 ++--
 1 file changed, 14 insertions(+), 6 deletions(-)

diff --git a/dev-python/rfc3986-validator/rfc3986-validator-0.1.1-r1.ebuild 
b/dev-python/rfc3986-validator/rfc3986-validator-0.1.1-r1.ebuild
index 0bd4af60d637..4d0c7d0b9634 100644
--- a/dev-python/rfc3986-validator/rfc3986-validator-0.1.1-r1.ebuild
+++ b/dev-python/rfc3986-validator/rfc3986-validator-0.1.1-r1.ebuild
@@ -4,16 +4,18 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
 inherit distutils-r1
 
-# 0.1.1 isn't tagged on GitHub
-COMMIT_HASH="ee3dcca0df300e0584e129a4ab81828be002684b"
 MY_PN="${PN//-/_}"
 MY_P="${MY_PN}-${PV}"
 
 DESCRIPTION="Pure python RFC3986 validator"
-HOMEPAGE="https://pypi.org/project/rfc3986-validator/ 
https://github.com/naimetti/rfc3986-validator";
+HOMEPAGE="
+   https://pypi.org/project/rfc3986-validator/
+   https://github.com/naimetti/rfc3986-validator
+"
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 S=${WORKDIR}/${MY_P}
 
@@ -21,8 +23,14 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
 
-RDEPEND="dev-python/rfc3987[${PYTHON_USEDEP}]"
-BDEPEND="test? ( dev-python/hypothesis[${PYTHON_USEDEP}] )"
+RDEPEND="
+   dev-python/rfc3987[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/hypothesis[${PYTHON_USEDEP}]
+   )
+"
 
 distutils_enable_tests pytest
 



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

2022-05-11 Thread Michał Górny
commit: 16c61bf73332ea589e5ef5b8442fc7fdac19e4a9
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 11 14:08:25 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 11 14:31:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16c61bf7

dev-python/isoduration: Enable py3.11

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

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

diff --git a/dev-python/isoduration/isoduration-20.11.0-r1.ebuild 
b/dev-python/isoduration/isoduration-20.11.0-r1.ebuild
index 723167de104a..110a21977b9a 100644
--- a/dev-python/isoduration/isoduration-20.11.0-r1.ebuild
+++ b/dev-python/isoduration/isoduration-20.11.0-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 
 inherit distutils-r1
 



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

2022-05-11 Thread Michał Górny
commit: edde4d236a20e3b0450a5bec627b8c67859e081e
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 11 14:16:39 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 11 14:31:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edde4d23

dev-python/uri_template: Enable py3.11

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

 dev-python/uri_template/uri_template-1.2.0.ebuild | 11 ---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/dev-python/uri_template/uri_template-1.2.0.ebuild 
b/dev-python/uri_template/uri_template-1.2.0.ebuild
index 0ca66ff1f4a0..90ea54cc924f 100644
--- a/dev-python/uri_template/uri_template-1.2.0.ebuild
+++ b/dev-python/uri_template/uri_template-1.2.0.ebuild
@@ -4,14 +4,19 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
 
 inherit distutils-r1
 
 MY_P="${PN}-v${PV}"
 DESCRIPTION="URI Template expansion in strict adherence to RFC 6570"
-HOMEPAGE="https://gitlab.linss.com/open-source/uri_template/";
-SRC_URI="https://gitlab.linss.com/open-source/${PN}/-/archive/v${PV}/${MY_P}.tar.gz";
+HOMEPAGE="
+   https://gitlab.linss.com/open-source/uri_template/
+   https://pypi.org/project/uri-template/
+"
+SRC_URI="
+   
https://gitlab.linss.com/open-source/${PN}/-/archive/v${PV}/${MY_P}.tar.gz
+"
 S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"



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

2022-05-11 Thread Michał Górny
commit: 8900a1ef86b4478334e5eb7b3d88f5f56f7d05c8
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 11 14:31:25 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 11 14:32:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8900a1ef

package.mask: Last rite dev-python/backports-entry_points_selectable

Bug: https://bugs.gentoo.org/843791
Signed-off-by: Michał Górny  gentoo.org>

 profiles/package.mask | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index 9e298ef3a5d6..199cad92ac6b 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny  (2022-05-11)
+# A backport with no revdeps left.
+# Removal on 2022-06-10.  Bug #843791.
+dev-python/backports-entry_points_selectable
+
 # David Seifert  (2022-05-11)
 # Declared EOL by upstream at the end of 2020, no revdeps, last version
 # has many issues. Removal on 2022-06-10. Bug #741846, #770760.



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

2022-05-11 Thread Michał Górny
commit: a263c0eb7c095ea5c9c2b8c18b73b65e61c1d10d
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 11 14:11:13 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 11 14:31:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a263c0eb

dev-python/rfc3339-validator: Enable py3.11

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

 dev-python/rfc3339-validator/rfc3339-validator-0.1.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/rfc3339-validator/rfc3339-validator-0.1.4-r1.ebuild 
b/dev-python/rfc3339-validator/rfc3339-validator-0.1.4-r1.ebuild
index b97f957f4d71..b85efbca0543 100644
--- a/dev-python/rfc3339-validator/rfc3339-validator-0.1.4-r1.ebuild
+++ b/dev-python/rfc3339-validator/rfc3339-validator-0.1.4-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 
 inherit distutils-r1
 



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

2022-05-11 Thread Michał Górny
commit: ac9981613aeca73161f9b021f497dcfc01750ddd
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 11 14:09:03 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 11 14:31:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac998161

dev-python/jsonpointer: Enable py3.11

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

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

diff --git a/dev-python/jsonpointer/jsonpointer-2.3.ebuild 
b/dev-python/jsonpointer/jsonpointer-2.3.ebuild
index c272107d4b73..20d42d1a36cc 100644
--- a/dev-python/jsonpointer/jsonpointer-2.3.ebuild
+++ b/dev-python/jsonpointer/jsonpointer-2.3.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 
 inherit distutils-r1
 



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

2022-05-11 Thread Michał Górny
commit: 56a42ded783c2b14dadb10cbdaf28639e68ec513
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 11 14:05:39 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 11 14:31:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56a42ded

dev-python/arrow: Enable py3.11

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

 dev-python/arrow/arrow-1.2.2.ebuild | 14 ++
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/dev-python/arrow/arrow-1.2.2.ebuild 
b/dev-python/arrow/arrow-1.2.2.ebuild
index 5e83480be1ea..b71d302be4b1 100644
--- a/dev-python/arrow/arrow-1.2.2.ebuild
+++ b/dev-python/arrow/arrow-1.2.2.ebuild
@@ -4,11 +4,15 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
 inherit distutils-r1
 
 DESCRIPTION="Better dates and times for Python"
-HOMEPAGE="https://github.com/arrow-py/arrow/";
+HOMEPAGE="
+   https://github.com/arrow-py/arrow/
+   https://pypi.org/project/arrow/
+"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
@@ -16,14 +20,16 @@ SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
 
 RDEPEND="
-   >=dev-python/python-dateutil-2.7.0[${PYTHON_USEDEP}]"
+   >=dev-python/python-dateutil-2.7.0[${PYTHON_USEDEP}]
+"
 
 BDEPEND="
test? (
dev-python/pytest-mock[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
dev-python/simplejson[${PYTHON_USEDEP}]
-   )"
+   )
+"
 
 distutils_enable_tests pytest
 



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

2022-05-11 Thread Michał Górny
commit: eba9983b123d8c94ef93c3dcd8f02a3139e07b87
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 11 14:10:05 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 11 14:31:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eba9983b

dev-python/strict-rfc3339: Enable py3.11

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

 dev-python/strict-rfc3339/strict-rfc3339-0.7-r2.ebuild | 12 +---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/dev-python/strict-rfc3339/strict-rfc3339-0.7-r2.ebuild 
b/dev-python/strict-rfc3339/strict-rfc3339-0.7-r2.ebuild
index bc75e01f1faf..128cf024e743 100644
--- a/dev-python/strict-rfc3339/strict-rfc3339-0.7-r2.ebuild
+++ b/dev-python/strict-rfc3339/strict-rfc3339-0.7-r2.ebuild
@@ -4,14 +4,20 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 
 inherit distutils-r1
 
 MY_P="${PN}-version-${PV}"
 DESCRIPTION="Strict, simple, lightweight RFC3339 functions"
-HOMEPAGE="https://pypi.org/project/strict-rfc3339/ 
https://github.com/danielrichman/strict-rfc3339";
-SRC_URI="https://github.com/danielrichman/${PN}/archive/version-${PV}.tar.gz 
-> ${MY_P}.tar.gz"
+HOMEPAGE="
+   https://pypi.org/project/strict-rfc3339/
+   https://github.com/danielrichman/strict-rfc3339
+"
+SRC_URI="
+   https://github.com/danielrichman/${PN}/archive/version-${PV}.tar.gz
+   -> ${MY_P}.tar.gz
+"
 S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-3+"



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

2022-05-11 Thread David Seifert
commit: edc7e39f15bd0c51c0f6ab7ab28876402448cc19
Author: David Seifert  gentoo  org>
AuthorDate: Wed May 11 14:14:39 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed May 11 14:14:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edc7e39f

media-libs/devil: drop 1.7.8-r2

Signed-off-by: David Seifert  gentoo.org>

 media-libs/devil/devil-1.7.8-r2.ebuild | 90 --
 1 file changed, 90 deletions(-)

diff --git a/media-libs/devil/devil-1.7.8-r2.ebuild 
b/media-libs/devil/devil-1.7.8-r2.ebuild
deleted file mode 100644
index 2e70bc70215e..
--- a/media-libs/devil/devil-1.7.8-r2.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-MY_P=DevIL-${PV}
-
-DESCRIPTION="DevIL image library"
-HOMEPAGE="http://openil.sourceforge.net/";
-SRC_URI="mirror://sourceforge/openil/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~mips ppc ppc64 ~riscv x86"
-IUSE="allegro cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 gif glut 
jpeg mng nvtt openexr opengl png sdl static-libs tiff X xpm"
-
-RDEPEND="
-   allegro? ( media-libs/allegro:0 )
-   gif? ( media-libs/giflib:= )
-   glut? ( media-libs/freeglut )
-   jpeg? ( virtual/jpeg:0 )
-   mng? ( media-libs/libmng:= )
-   nvtt? ( media-gfx/nvidia-texture-tools )
-   openexr? ( media-libs/openexr:= )
-   opengl? ( virtual/opengl
-   virtual/glu )
-   png? ( media-libs/libpng:0= )
-   sdl? ( media-libs/libsdl )
-   tiff? ( media-libs/tiff:0 )
-   X? ( x11-libs/libXext
-   x11-libs/libX11
-   x11-libs/libXrender )
-   xpm? ( x11-libs/libXpm )"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig
-   X? ( x11-base/xorg-proto )"
-
-PATCHES=(
-   "${FILESDIR}/${P}"-CVE-2009-3994.patch
-   "${FILESDIR}/${P}"-libpng14.patch
-   "${FILESDIR}/${P}"-nvtt-glut.patch
-   "${FILESDIR}/${P}"-ILUT.patch
-   "${FILESDIR}/${P}"-restrict.patch
-   "${FILESDIR}/${P}"-fix-test.patch
-   "${FILESDIR}/${P}"-jasper-remove-uchar.patch
-)
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   $(use_enable static-libs static) \
-   --disable-lcms \
-   --enable-ILU \
-   --enable-ILUT \
-   $(use_enable cpu_flags_x86_sse sse) \
-   $(use_enable cpu_flags_x86_sse2 sse2) \
-   $(use_enable cpu_flags_x86_sse3 sse3) \
-   $(use_enable openexr exr) \
-   $(use_enable gif) \
-   $(use_enable jpeg) \
-   --enable-jp2 \
-   $(use_enable mng) \
-   $(use_enable png) \
-   $(use_enable tiff) \
-   $(use_enable xpm) \
-   $(use_enable allegro) \
-   --disable-directx8 \
-   --disable-directx9 \
-   $(use_enable opengl) \
-   $(use_enable sdl) \
-   $(use_enable X x11) \
-   $(use_enable X shm) \
-   $(use_enable X render) \
-   $(use_enable glut) \
-   $(use_with X x) \
-   $(use_with nvtt)
-}
-
-src_install() {
-   default
-
-   # package provides .pc files
-   find "${ED}" -name '*.la' -delete || die
-}



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

2022-05-11 Thread David Seifert
commit: 256f1b1d7e3b1a38a604ff6df176d22dd38284a3
Author: David Seifert  gentoo  org>
AuthorDate: Wed May 11 14:14:41 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed May 11 14:14:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=256f1b1d

profiles: last-rite media-gfx/nvidia-texture-tools

Closes: https://github.com/gentoo/gentoo/pull/25444
Bug: https://bugs.gentoo.org/741846
Bug: https://bugs.gentoo.org/770760
Signed-off-by: David Seifert  gentoo.org>

 profiles/package.mask | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index 438642bffbad..9e298ef3a5d6 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,11 @@
 
 #--- END OF EXAMPLES ---
 
+# David Seifert  (2022-05-11)
+# Declared EOL by upstream at the end of 2020, no revdeps, last version
+# has many issues. Removal on 2022-06-10. Bug #741846, #770760.
+media-gfx/nvidia-texture-tools
+
 # Florian Schmaus  (2022-05-10)
 # Was split by upstream (and us) into
 # net-analyzer/gsa and net-analyzer/gsad.



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

2022-05-11 Thread David Seifert
commit: fedbebb26ce07664502175740d5d8dfd34725785
Author: David Seifert  gentoo  org>
AuthorDate: Wed May 11 14:14:40 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed May 11 14:14:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fedbebb2

media-libs/devil: remove USE=nvtt

Bug: https://bugs.gentoo.org/770760
Signed-off-by: David Seifert  gentoo.org>

 ...devil-1.7.8-r3.ebuild => devil-1.7.8-r4.ebuild} | 24 +-
 media-libs/devil/metadata.xml  | 21 +--
 2 files changed, 24 insertions(+), 21 deletions(-)

diff --git a/media-libs/devil/devil-1.7.8-r3.ebuild 
b/media-libs/devil/devil-1.7.8-r4.ebuild
similarity index 86%
rename from media-libs/devil/devil-1.7.8-r3.ebuild
rename to media-libs/devil/devil-1.7.8-r4.ebuild
index 113a199ada8a..4abab857c9b5 100644
--- a/media-libs/devil/devil-1.7.8-r3.ebuild
+++ b/media-libs/devil/devil-1.7.8-r4.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/openil/${MY_P}.tar.gz"
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="amd64 ~arm arm64 ~hppa ~mips ppc ppc64 ~riscv x86"
-IUSE="allegro cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 gif glut 
jpeg mng nvtt opengl png sdl static-libs tiff X xpm"
+IUSE="allegro cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 gif glut 
jpeg mng opengl png sdl static-libs tiff X xpm"
 
 # OpenEXR support dropped b/c no support for OpenEXR 3
 # See bug #833833
@@ -22,21 +22,25 @@ RDEPEND="
allegro? ( media-libs/allegro:0 )
gif? ( media-libs/giflib:= )
glut? ( media-libs/freeglut )
-   jpeg? ( virtual/jpeg:0 )
+   jpeg? ( media-libs/libjpeg-turbo:= )
mng? ( media-libs/libmng:= )
-   nvtt? ( media-gfx/nvidia-texture-tools )
-   opengl? ( virtual/opengl
-   virtual/glu )
+   opengl? (
+   virtual/opengl
+   virtual/glu
+   )
png? ( media-libs/libpng:0= )
sdl? ( media-libs/libsdl )
tiff? ( media-libs/tiff:0 )
-   X? ( x11-libs/libXext
+   X? (
+   x11-libs/libXext
x11-libs/libX11
-   x11-libs/libXrender )
+   x11-libs/libXrender
+   )
xpm? ( x11-libs/libXpm )"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig
+DEPEND="
+   ${RDEPEND}
X? ( x11-base/xorg-proto )"
+BDEPEND="virtual/pkgconfig"
 
 PATCHES=(
"${FILESDIR}/${P}"-CVE-2009-3994.patch
@@ -80,7 +84,7 @@ src_configure() {
$(use_enable X render) \
$(use_enable glut) \
$(use_with X x) \
-   $(use_with nvtt)
+   --without-nvtt
 }
 
 src_install() {

diff --git a/media-libs/devil/metadata.xml b/media-libs/devil/metadata.xml
index 58783541108a..5b50790d86f4 100644
--- a/media-libs/devil/metadata.xml
+++ b/media-libs/devil/metadata.xml
@@ -1,15 +1,14 @@
 
 https://www.gentoo.org/dtd/metadata.dtd";>
 
-  
-ga...@gentoo.org
-Gentoo Games Project
-  
-  
-Add support for Allegro
-Add support for 
media-gfx/nvidia-texture-tools
-  
-  
-openil
-  
+   
+   ga...@gentoo.org
+   Gentoo Games Project
+   
+   
+   Add support for Allegro
+   
+   
+   openil
+   
 



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

2022-05-11 Thread Michał Górny
commit: 2e35d8c31544b05eabb14bb3c00a488f2a7399a0
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 11 13:55:15 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 11 13:55:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e35d8c3

dev-python/python-dateutil: Enable py3.11

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

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

diff --git a/dev-python/python-dateutil/python-dateutil-2.8.2-r1.ebuild 
b/dev-python/python-dateutil/python-dateutil-2.8.2-r1.ebuild
index 63391c2a9f7d..e89b317e7dd7 100644
--- a/dev-python/python-dateutil/python-dateutil-2.8.2-r1.ebuild
+++ b/dev-python/python-dateutil/python-dateutil-2.8.2-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 
 inherit distutils-r1
 



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

2022-05-11 Thread Michał Górny
commit: f56740823a78cc239c75843bd5547d15f6f16d2d
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 11 13:54:49 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 11 13:54:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5674082

dev-python/python-dateutil: Use PEP517 build

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

 .../python-dateutil-2.8.2-r1.ebuild| 47 ++
 1 file changed, 47 insertions(+)

diff --git a/dev-python/python-dateutil/python-dateutil-2.8.2-r1.ebuild 
b/dev-python/python-dateutil/python-dateutil-2.8.2-r1.ebuild
new file mode 100644
index ..63391c2a9f7d
--- /dev/null
+++ b/dev-python/python-dateutil/python-dateutil-2.8.2-r1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Extensions to the standard Python datetime module"
+HOMEPAGE="
+   https://dateutil.readthedocs.io/
+   https://pypi.org/project/python-dateutil/
+   https://github.com/dateutil/dateutil/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+
+RDEPEND="
+   >=dev-python/six-1.5[${PYTHON_USEDEP}]
+   sys-libs/timezone-data
+"
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? (
+   dev-python/freezegun[${PYTHON_USEDEP}]
+   dev-python/hypothesis[${PYTHON_USEDEP}]
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}/python-dateutil-2.8.2-system-tzdata.patch"
+   "${FILESDIR}/python-dateutil-2.8.1-no-pytest-cov.patch"
+)
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # don't install zoneinfo tarball
+   sed -i '/package_data=/d' setup.py || die
+
+   distutils-r1_python_prepare_all
+}



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

2022-05-11 Thread Michał Górny
commit: d095d5bdbb688b1e3c31e1276134317623f85753
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 11 13:55:34 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 11 13:55:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d095d5bd

dev-python/freezegun: Enable py3.11

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

 dev-python/freezegun/freezegun-1.2.1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/freezegun/freezegun-1.2.1.ebuild 
b/dev-python/freezegun/freezegun-1.2.1.ebuild
index f7c6bbd1cd84..5f9f4b21f4d7 100644
--- a/dev-python/freezegun/freezegun-1.2.1.ebuild
+++ b/dev-python/freezegun/freezegun-1.2.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{7..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 
 inherit distutils-r1
 
@@ -22,7 +22,6 @@ RDEPEND="
 BDEPEND="
test? (
$(python_gen_impl_dep sqlite)
-   dev-python/nose[${PYTHON_USEDEP}]
)
 "
 



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

2022-05-11 Thread Florian Schmaus
commit: 908691da1cd5fc82983f37fce2541525aca48337
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Mon May  9 10:57:14 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Wed May 11 13:36:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=908691da

dev-java/gson: add 2.9.0

Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/25443
Signed-off-by: Florian Schmaus  gentoo.org>

 dev-java/gson/Manifest  |  1 +
 dev-java/gson/gson-2.9.0.ebuild | 63 +
 2 files changed, 64 insertions(+)

diff --git a/dev-java/gson/Manifest b/dev-java/gson/Manifest
index 9a396043ab0c..439250dc98ed 100644
--- a/dev-java/gson/Manifest
+++ b/dev-java/gson/Manifest
@@ -1 +1,2 @@
 DIST gson-2.8.8-sources.tar.gz 393941 BLAKE2B 
ebdd1088a069eea58e5ea4e2eddea0d42064c53f7284778b1b7217c8bc7abeb7e14350e19d838af1d94f78c5c38aca6de0f37674b022f0e528ed65eef803c3f1
 SHA512 
f90ad679c99c5e9a6ee9e397e59ab1d7d94a9c82366902b808addc40ebbab101fdba7fc83e4666c4f35e52d8b127e6f901e65072a7de210496466074dcd043c5
+DIST gson-2.9.0.tar.gz 350309 BLAKE2B 
f17f7a7410744b14cb79c979b35c7f3c46a3d9e922722c41893b872013319a1bd06d81526e8380055aafa47524bfcc50e02629d1c5994e1f9f81df4391a9c651
 SHA512 
25e57f0e3cbff7e4d33070d250ba4ecf1c659380bce07863c52a3b30edd0ba88c923e55b0f38098b5ce3827a74a21c4d41f9de02f6a84da771ae39fd823667d3

diff --git a/dev-java/gson/gson-2.9.0.ebuild b/dev-java/gson/gson-2.9.0.ebuild
new file mode 100644
index ..f5694762cc65
--- /dev/null
+++ b/dev-java/gson/gson-2.9.0.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Skeleton command:
+# java-ebuilder --generate-ebuild --workdir . --pom pom.xml --download-uri 
https://github.com/google/gson/archive/gson-parent-2.9.0.tar.gz --slot 2.6 
--keywords "~amd64 ~arm ~arm64 ~ppc64 ~x86" --ebuild gson-2.9.0.ebuild
+
+EAPI=8
+
+JAVA_PKG_IUSE="doc source test"
+MAVEN_ID="com.google.code.gson:gson:2.9.0"
+JAVA_TESTING_FRAMEWORKS="junit-4"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="Gson JSON library"
+HOMEPAGE="https://github.com/google/gson";
+SRC_URI="https://github.com/google/${PN}/archive/${PN}-parent-${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="2.6"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+DEPEND="
+   virtual/jdk:11
+"
+
+# Set to jre-11:* since jre-1.8:* causes errors:
+# error: Invalid SafeVarargs annotation. Instance method 
assertIterationOrder(Iterable,T...) is not final.
+# in src/test/java/com/google/gson/internal/LinkedTreeMapTest.java:164:
+RDEPEND="
+   >=virtual/jre-11:*
+"
+
+S="${WORKDIR}/${PN}-${PN}-parent-${PV}/${PN}"
+
+JAVA_SRC_DIR=(
+   "src/main/java"
+   "src/main/java-templates"
+)
+
+JAVA_TEST_GENTOO_CLASSPATH="junit-4"
+JAVA_TEST_SRC_DIR="src/test/java"
+JAVA_TEST_RESOURCE_DIRS=(
+   "src/test/resources"
+)
+
+JAVA_TEST_EXCLUDES=(
+   # requires the test class to be obfuscated using proguard which we do 
not have atm
+   "com.google.gson.functional.EnumWithObfuscatedTest"
+   # FAILURES!!!
+   # Tests run: 1090,  Failures: 3
+   # 
testComGoogleGsonAnnotationsPackage(com.google.gson.regression.OSGiTest)
+   # junit.framework.AssertionFailedError: Cannot find com.google.gson 
OSGi bundle manifest
+   "com.google.gson.regression.OSGiTest"
+   # 
testSerializeInternalImplementationObject(com.google.gson.functional.ReflectionAccessTest)
+   # java.lang.IllegalStateException: Expected BEGIN_ARRAY but was 
BEGIN_OBJECT at line 1 column 2 path $
+   "com.google.gson.functional.ReflectionAccessTest"
+)
+
+src_prepare() {
+   default
+   sed -i "s/\${project.version}/${PV}/g" 
src/main/java-templates/com/google/gson/internal/GsonBuildConfig.java || die 
"Failed to set version"
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/nvidia-texture-tools/

2022-05-11 Thread David Seifert
commit: 7b9375683efeff60e57f69f25d0aed49462269d1
Author: David Seifert  gentoo  org>
AuthorDate: Wed May 11 13:23:51 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed May 11 13:23:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b937568

media-gfx/nvidia-texture-tools: [QA] fix BDEPEND and OpenMP checks

Signed-off-by: David Seifert  gentoo.org>

 .../nvidia-texture-tools-2.1.2.ebuild | 15 ---
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/media-gfx/nvidia-texture-tools/nvidia-texture-tools-2.1.2.ebuild 
b/media-gfx/nvidia-texture-tools/nvidia-texture-tools-2.1.2.ebuild
index 803456bf123a..0653f47f3995 100644
--- a/media-gfx/nvidia-texture-tools/nvidia-texture-tools-2.1.2.ebuild
+++ b/media-gfx/nvidia-texture-tools/nvidia-texture-tools-2.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -22,9 +22,8 @@ RDEPEND="
virtual/jpeg:0
x11-libs/libX11
 "
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
 
 PATCHES=(
"${FILESDIR}"/${P}-cmake.patch
@@ -33,9 +32,11 @@ PATCHES=(
 DOCS=( ChangeLog README.md )
 
 pkg_pretend() {
-   if [[ ${MERGE_TYPE} != binary ]] && use openmp; then
-   tc-has-openmp || die "Please switch to an openmp compatible 
compiler"
-   fi
+   [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
+}
+
+pkg_setup() {
+   [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
 }
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/gvmd/files/

2022-05-11 Thread Florian Schmaus
commit: 4da07f56b6a81278340bccc2c2d7882de15c3a7d
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Wed May 11 11:55:08 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Wed May 11 13:22:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4da07f56

net-analyzer/gvmd: remove unused file

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

 net-analyzer/gvmd/files/gvmd.init | 24 
 1 file changed, 24 deletions(-)

diff --git a/net-analyzer/gvmd/files/gvmd.init 
b/net-analyzer/gvmd/files/gvmd.init
deleted file mode 100644
index 098232afa1e5..
--- a/net-analyzer/gvmd/files/gvmd.init
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-: ${GVMD_USER:=gvm}
-: ${GVMD_GROUP:=gvm}
-: ${GVMD_TIMEOUT:=30}
-
-name="Greenbone Vulnerability Manager"
-command=/usr/bin/gvmd
-command_args="--foreground ${GVMD_OPTIONS} ${GVMD_LISTEN_ADDRESS_TCP} 
${GVMD_PORT} ${GVMD_SCANNER_HOST} ${GVMD_GNUTLS_PRIORITIES}"
-command_background="true"
-command_user="${GVMD_USER}:${GVMD_GROUP}"
-pidfile="/run/gvmd.pid"
-retry="${GVMD_TIMEOUT}"
-
-depend() {
-   after bootmisc
-   need localmount net ospd-openvas
-}
-
-start_pre() {
-   /bin/bash /etc/gvm/gvmd-startpre.sh
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/mime-types-data/

2022-05-11 Thread Agostino Sarubbo
commit: 94381a3d50531667c5aa60dc081b48018e6daf68
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed May 11 12:59:02 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed May 11 12:59:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94381a3d

dev-ruby/mime-types-data: x86 stable wrt bug #839096

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

 dev-ruby/mime-types-data/mime-types-data-3.2022.0105.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/mime-types-data/mime-types-data-3.2022.0105.ebuild 
b/dev-ruby/mime-types-data/mime-types-data-3.2022.0105.ebuild
index 75c03d1fab96..008c1fdc009e 100644
--- a/dev-ruby/mime-types-data/mime-types-data-3.2022.0105.ebuild
+++ b/dev-ruby/mime-types-data/mime-types-data-3.2022.0105.ebuild
@@ -18,5 +18,5 @@ HOMEPAGE="https://github.com/mime-types/mime-types-data";
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""



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

2022-05-11 Thread Agostino Sarubbo
commit: 992b3f44a9f6b983e879e8698ff46483a25b52c9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed May 11 12:58:58 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed May 11 12:58:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=992b3f44

dev-ruby/mime-types: x86 stable wrt bug #839096

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

 dev-ruby/mime-types/mime-types-3.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/mime-types/mime-types-3.4.1.ebuild 
b/dev-ruby/mime-types/mime-types-3.4.1.ebuild
index 0597f218c279..ade5d60d3883 100644
--- a/dev-ruby/mime-types/mime-types-3.4.1.ebuild
+++ b/dev-ruby/mime-types/mime-types-3.4.1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/mime-types/ruby-mime-types";
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 
sparc x86"
 IUSE=""
 
 ruby_add_bdepend "test? ( dev-ruby/minitest:5 
dev-ruby/minitest-bonus-assertions:2 dev-ruby/minitest-hooks:1 )"



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

2022-05-11 Thread Agostino Sarubbo
commit: a8e8b9d312fdc2fdd6f1f4ed8b914bbd3dc65581
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed May 11 12:59:08 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed May 11 12:59:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8e8b9d3

dev-ruby/minitest-pretty_diff: x86 stable wrt bug #839096

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

 dev-ruby/minitest-pretty_diff/minitest-pretty_diff-0.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/minitest-pretty_diff/minitest-pretty_diff-0.1-r1.ebuild 
b/dev-ruby/minitest-pretty_diff/minitest-pretty_diff-0.1-r1.ebuild
index 2d48756fee3c..6e6fd3b44f21 100644
--- a/dev-ruby/minitest-pretty_diff/minitest-pretty_diff-0.1-r1.ebuild
+++ b/dev-ruby/minitest-pretty_diff/minitest-pretty_diff-0.1-r1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/adammck/minitest-pretty_diff";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 each_ruby_test() {



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/minitest-bonus-assertions/

2022-05-11 Thread Agostino Sarubbo
commit: 57233f389ef5a3d4289ea1c790af47a52f731f39
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed May 11 12:59:05 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed May 11 12:59:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57233f38

dev-ruby/minitest-bonus-assertions: x86 stable wrt bug #839096

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

 .../minitest-bonus-assertions/minitest-bonus-assertions-3.0-r1.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-ruby/minitest-bonus-assertions/minitest-bonus-assertions-3.0-r1.ebuild 
b/dev-ruby/minitest-bonus-assertions/minitest-bonus-assertions-3.0-r1.ebuild
index 5cc343fcc3bd..fd10df34398a 100644
--- a/dev-ruby/minitest-bonus-assertions/minitest-bonus-assertions-3.0-r1.ebuild
+++ b/dev-ruby/minitest-bonus-assertions/minitest-bonus-assertions-3.0-r1.ebuild
@@ -14,7 +14,7 @@ 
HOMEPAGE="https://github.com/halostatue/minitest-bonus-assertions";
 
 LICENSE="MIT"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "test? ( dev-ruby/minitest dev-ruby/minitest-pretty_diff )"



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

2022-05-11 Thread Agostino Sarubbo
commit: 561c44f0bcb55293590662530b2d674f2b5aece2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed May 11 12:58:01 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed May 11 12:58:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=561c44f0

dev-python/twisted: sparc stable wrt bug #835306

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

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

diff --git a/dev-python/twisted/twisted-22.1.0-r1.ebuild 
b/dev-python/twisted/twisted-22.1.0-r1.ebuild
index 19bfac9dd47f..dc042a399a99 100644
--- a/dev-python/twisted/twisted-22.1.0-r1.ebuild
+++ b/dev-python/twisted/twisted-22.1.0-r1.ebuild
@@ -18,7 +18,7 @@ S=${WORKDIR}/${PN}-${P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 
sparc ~x86"
 IUSE="conch crypt http2 serial test"
 RESTRICT="!test? ( test )"
 



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

2022-05-11 Thread Agostino Sarubbo
commit: b28219711436aef2710c943fc10d2ef18c35f4b6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed May 11 12:57:44 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed May 11 12:57:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2821971

dev-python/twisted: ppc64 stable wrt bug #837845

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

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

diff --git a/dev-python/twisted/twisted-22.4.0.ebuild 
b/dev-python/twisted/twisted-22.4.0.ebuild
index badc80b4ebbf..65b454179630 100644
--- a/dev-python/twisted/twisted-22.4.0.ebuild
+++ b/dev-python/twisted/twisted-22.4.0.ebuild
@@ -19,7 +19,7 @@ S=${WORKDIR}/${PN}-${P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~ppc ppc64 ~riscv 
~s390 sparc x86"
 IUSE="conch crypt http2 serial test"
 RESTRICT="!test? ( test )"
 



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

2022-05-11 Thread Jakov Smolić
commit: 35d21d108f4b05f1c69834d3524c380788d97857
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed May 11 12:54:52 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed May 11 12:56:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35d21d10

dev-python/flask: Keyword 2.1.2 mips, #837098

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

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

diff --git a/dev-python/flask/flask-2.1.2.ebuild 
b/dev-python/flask/flask-2.1.2.ebuild
index 7531da5d6686..d3dc0490db0d 100644
--- a/dev-python/flask/flask-2.1.2.ebuild
+++ b/dev-python/flask/flask-2.1.2.ebuild
@@ -21,7 +21,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
S="${WORKDIR}/${MY_P}"
 fi
 



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

2022-05-11 Thread Jakov Smolić
commit: 9a74530c7ce3ce7791a1686037f0a319d1403674
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed May 11 12:54:50 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed May 11 12:56:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a74530c

dev-python/uvicorn: Keyword 0.17.6 mips, #837098

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

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

diff --git a/dev-python/uvicorn/uvicorn-0.17.6.ebuild 
b/dev-python/uvicorn/uvicorn-0.17.6.ebuild
index a3fa6093c0c0..05df8e9b4929 100644
--- a/dev-python/uvicorn/uvicorn-0.17.6.ebuild
+++ b/dev-python/uvicorn/uvicorn-0.17.6.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/encode/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
 
 RDEPEND="
>=dev-python/asgiref-3.4.0[${PYTHON_USEDEP}]



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

2022-05-11 Thread Jakov Smolić
commit: d70626621123a958949488443e137d5a5f2cf100
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed May 11 12:54:51 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed May 11 12:56:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7062662

dev-python/blinker: Keyword 1.4-r2 mips, #837098

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

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

diff --git a/dev-python/blinker/blinker-1.4-r2.ebuild 
b/dev-python/blinker/blinker-1.4-r2.ebuild
index 2404a9a5572d..d6b698db83f7 100644
--- a/dev-python/blinker/blinker-1.4-r2.ebuild
+++ b/dev-python/blinker/blinker-1.4-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="doc"
 
 distutils_enable_tests nose



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

2022-05-11 Thread Jakov Smolić
commit: 81b1a31b3c0180585bb402caee4a2ad8d7419c55
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed May 11 12:54:35 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed May 11 12:56:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81b1a31b

dev-python/httpcore: Keyword 0.14.7-r1 mips, #837098

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

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

diff --git a/dev-python/httpcore/httpcore-0.14.7-r1.ebuild 
b/dev-python/httpcore/httpcore-0.14.7-r1.ebuild
index f47212a54686..936a7044aed7 100644
--- a/dev-python/httpcore/httpcore-0.14.7-r1.ebuild
+++ b/dev-python/httpcore/httpcore-0.14.7-r1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc 
x86"
 
 RDEPEND="
=dev-python/anyio-3*[${PYTHON_USEDEP}]



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

2022-05-11 Thread Jakov Smolić
commit: f04273a2b1560428c116d4d1dceaf39ff9c57aae
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed May 11 12:54:49 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed May 11 12:56:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f04273a2

dev-python/asgiref: Keyword 3.5.1 mips, #837098

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

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

diff --git a/dev-python/asgiref/asgiref-3.5.1.ebuild 
b/dev-python/asgiref/asgiref-3.5.1.ebuild
index 89a3e2054de8..9a7e6fc23da7 100644
--- a/dev-python/asgiref/asgiref-3.5.1.ebuild
+++ b/dev-python/asgiref/asgiref-3.5.1.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
 
 BDEPEND="
test? (



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

2022-05-11 Thread Jakov Smolić
commit: 74531ecf19fb51183ce11f2333b5fac2a0eee15e
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed May 11 12:54:48 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed May 11 12:56:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74531ecf

dev-python/watchgod: Keyword 0.8.2 mips, #837098

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

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

diff --git a/dev-python/watchgod/watchgod-0.8.2.ebuild 
b/dev-python/watchgod/watchgod-0.8.2.ebuild
index c3e9ac3bc710..1c0a5bceb127 100644
--- a/dev-python/watchgod/watchgod-0.8.2.ebuild
+++ b/dev-python/watchgod/watchgod-0.8.2.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
 
 RDEPEND="
=dev-python/anyio-3*[${PYTHON_USEDEP}]



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

2022-05-11 Thread Jakov Smolić
commit: 862ed2f0e1ba0c119bd1d8161ff7d68885424e88
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed May 11 12:54:45 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed May 11 12:56:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=862ed2f0

dev-python/python-email-validator: Keyword 1.1.3 mips, #837098

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

 dev-python/python-email-validator/python-email-validator-1.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/python-email-validator/python-email-validator-1.1.3.ebuild 
b/dev-python/python-email-validator/python-email-validator-1.1.3.ebuild
index 62b0a95e7b8c..530a94309ad7 100644
--- a/dev-python/python-email-validator/python-email-validator-1.1.3.ebuild
+++ b/dev-python/python-email-validator/python-email-validator-1.1.3.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/JoshData/python-email-validator";
 SRC_URI="https://github.com/JoshData/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="CC0-1.0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 SLOT="0"
 
 RDEPEND="



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

2022-05-11 Thread Jakov Smolić
commit: 56090e389c85b2a66cfdbdcce379ab57fea8e781
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed May 11 12:54:48 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed May 11 12:56:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56090e38

dev-python/wsproto: Keyword 1.1.0 mips, #837098

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

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

diff --git a/dev-python/wsproto/wsproto-1.1.0.ebuild 
b/dev-python/wsproto/wsproto-1.1.0.ebuild
index da5012a3369d..d87d1193033e 100644
--- a/dev-python/wsproto/wsproto-1.1.0.ebuild
+++ b/dev-python/wsproto/wsproto-1.1.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc 
x86"
 
 RDEPEND="
>=dev-python/h11-0.9[${PYTHON_USEDEP}]



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

2022-05-11 Thread Jakov Smolić
commit: 44376c9838326d88039049b1587d568b5c498ff8
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed May 11 12:54:43 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed May 11 12:56:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44376c98

dev-python/websockets: Keyword 10.3 mips, #837098

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

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

diff --git a/dev-python/websockets/websockets-10.3.ebuild 
b/dev-python/websockets/websockets-10.3.ebuild
index 49313f250951..8ae85335baa3 100644
--- a/dev-python/websockets/websockets-10.3.ebuild
+++ b/dev-python/websockets/websockets-10.3.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
 
 distutils_enable_tests pytest
 



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

2022-05-11 Thread Jakov Smolić
commit: 8351eaa6d5efeff085bd2c69cf09c854feda74da
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed May 11 12:54:57 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed May 11 12:56:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8351eaa6

dev-python/ini2toml: Keyword 0.10 mips, #836568

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

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

diff --git a/dev-python/ini2toml/ini2toml-0.10.ebuild 
b/dev-python/ini2toml/ini2toml-0.10.ebuild
index bead9ab55150..42c8029dc484 100644
--- a/dev-python/ini2toml/ini2toml-0.10.ebuild
+++ b/dev-python/ini2toml/ini2toml-0.10.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MPL-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
 
 RDEPEND="
>=dev-python/packaging-20.7[${PYTHON_USEDEP}]



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

2022-05-11 Thread Jakov Smolić
commit: acdac6df754cbc53437c5c45f18c2efafcf18d98
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed May 11 12:54:47 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed May 11 12:56:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acdac6df

dev-python/pytest-toolbox: Keyword 0.4-r1 mips, #837098

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

 dev-python/pytest-toolbox/pytest-toolbox-0.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-toolbox/pytest-toolbox-0.4-r1.ebuild 
b/dev-python/pytest-toolbox/pytest-toolbox-0.4-r1.ebuild
index a1b4679ce97c..89f7a584745c 100644
--- a/dev-python/pytest-toolbox/pytest-toolbox-0.4-r1.ebuild
+++ b/dev-python/pytest-toolbox/pytest-toolbox-0.4-r1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
 
 BDEPEND="
test? (



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

2022-05-11 Thread Jakov Smolić
commit: 332b6b69d3bdd3c5da21afa661dd9493f8f59d50
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed May 11 12:54:40 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed May 11 12:56:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=332b6b69

dev-python/soupsieve: Keyword 2.3.2 mips, #837098

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

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

diff --git a/dev-python/soupsieve/soupsieve-2.3.2.ebuild 
b/dev-python/soupsieve/soupsieve-2.3.2.ebuild
index 2a1ab6b25498..a06e6221bf5d 100644
--- a/dev-python/soupsieve/soupsieve-2.3.2.ebuild
+++ b/dev-python/soupsieve/soupsieve-2.3.2.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~riscv ~s390 
~sparc ~x86"
 
 BDEPEND="
test? (



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

2022-05-11 Thread Jakov Smolić
commit: 70212b0880c2901e8297995144c7000b091024a6
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed May 11 12:54:46 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed May 11 12:56:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70212b08

dev-python/pydantic: Keyword 1.9.0-r3 mips, #837098

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

 dev-python/pydantic/pydantic-1.9.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pydantic/pydantic-1.9.0-r3.ebuild 
b/dev-python/pydantic/pydantic-1.9.0-r3.ebuild
index 843103c1e5f3..b03e0eca857f 100644
--- a/dev-python/pydantic/pydantic-1.9.0-r3.ebuild
+++ b/dev-python/pydantic/pydantic-1.9.0-r3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
 
 RDEPEND="
dev-python/typing-extensions[${PYTHON_USEDEP}]



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

2022-05-11 Thread Jakov Smolić
commit: 61f3c57493751b9012a9077a47055309099b12b3
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed May 11 12:54:44 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed May 11 12:56:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61f3c574

dev-python/dnspython: Keyword 2.2.1 mips, #837098

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

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

diff --git a/dev-python/dnspython/dnspython-2.2.1.ebuild 
b/dev-python/dnspython/dnspython-2.2.1.ebuild
index 1279401b150f..fd6c6844ee59 100644
--- a/dev-python/dnspython/dnspython-2.2.1.ebuild
+++ b/dev-python/dnspython/dnspython-2.2.1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/rthalley/dnspython/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 IUSE="examples"
 
 RDEPEND="



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

2022-05-11 Thread Jakov Smolić
commit: 6a28754a23b6f1c1879ce5eb6053ac4385dd9d91
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed May 11 12:54:36 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed May 11 12:56:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a28754a

dev-python/commonmark: Keyword 0.9.1 mips, #837098

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

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

diff --git a/dev-python/commonmark/commonmark-0.9.1.ebuild 
b/dev-python/commonmark/commonmark-0.9.1.ebuild
index 1f313a685ec8..ca4e537ead12 100644
--- a/dev-python/commonmark/commonmark-0.9.1.ebuild
+++ b/dev-python/commonmark/commonmark-0.9.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2022-05-11 Thread Jakov Smolić
commit: 3c8cc5e6f43de4754a10515a5bf199889fc53d72
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed May 11 12:54:38 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed May 11 12:56:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c8cc5e6

dev-python/httpx: Keyword 0.22.0-r2 mips, #837098

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

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

diff --git a/dev-python/httpx/httpx-0.22.0-r2.ebuild 
b/dev-python/httpx/httpx-0.22.0-r2.ebuild
index 80430790ccd6..26e9b635b50c 100644
--- a/dev-python/httpx/httpx-0.22.0-r2.ebuild
+++ b/dev-python/httpx/httpx-0.22.0-r2.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc 
x86"
 IUSE="cli"
 
 RDEPEND="



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

2022-05-11 Thread Jakov Smolić
commit: c5b3b3ad0a4ab1e1e470f576d843b24fb9a7e6ad
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed May 11 12:54:39 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed May 11 12:56:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5b3b3ad

dev-python/hatchling: Keyword 0.24.0 mips, #837098

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

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

diff --git a/dev-python/hatchling/hatchling-0.24.0.ebuild 
b/dev-python/hatchling/hatchling-0.24.0.ebuild
index 52b6da73fbe7..6d56e72bfc9a 100644
--- a/dev-python/hatchling/hatchling-0.24.0.ebuild
+++ b/dev-python/hatchling/hatchling-0.24.0.ebuild
@@ -23,7 +23,7 @@ S=${WORKDIR}/${MY_P}/backend
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~riscv ~s390 
~sparc ~x86"
 
 RDEPEND="
>=dev-python/editables-0.2[${PYTHON_USEDEP}]



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

2022-05-11 Thread Jakov Smolić
commit: c4028b8be3b380f71a2a264f8b90c30764dc30a3
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed May 11 12:54:41 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed May 11 12:56:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4028b8b

dev-python/sh: Keyword 1.14.2 mips, #837098

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

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

diff --git a/dev-python/sh/sh-1.14.2.ebuild b/dev-python/sh/sh-1.14.2.ebuild
index befd7b27d7bc..0d89eb85d313 100644
--- a/dev-python/sh/sh-1.14.2.ebuild
+++ b/dev-python/sh/sh-1.14.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux"
 
 PATCHES=(
"${FILESDIR}/sh-1.12.14-skip-unreliable-test.patch"



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

2022-05-11 Thread Jakov Smolić
commit: 48ebd96489e6be220771e110babe994314fc83cd
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed May 11 12:54:42 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed May 11 12:56:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48ebd964

dev-python/python-dotenv: Keyword 0.20.0 mips, #837098

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

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

diff --git a/dev-python/python-dotenv/python-dotenv-0.20.0.ebuild 
b/dev-python/python-dotenv/python-dotenv-0.20.0.ebuild
index 18064bd3ea8e..1b7f64a5f892 100644
--- a/dev-python/python-dotenv/python-dotenv-0.20.0.ebuild
+++ b/dev-python/python-dotenv/python-dotenv-0.20.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
 
 DEPEND="
test? (



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

2022-05-11 Thread Jakov Smolić
commit: 6508c17103994f27936336702d1cfd9af52af2e9
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed May 11 12:54:37 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed May 11 12:56:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6508c171

dev-python/rich: Keyword 12.4.1 mips, #837098

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

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

diff --git a/dev-python/rich/rich-12.4.1.ebuild 
b/dev-python/rich/rich-12.4.1.ebuild
index e83ce3f6aa64..9bbc80387ecd 100644
--- a/dev-python/rich/rich-12.4.1.ebuild
+++ b/dev-python/rich/rich-12.4.1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
 
 RDEPEND="
dev-python/colorama[${PYTHON_USEDEP}]



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

2022-05-11 Thread Jakov Smolić
commit: facd7b76e34703ca192fd9e1a8b3e967a5d818b0
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed May 11 12:54:31 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed May 11 12:56:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=facd7b76

dev-python/sphinxcontrib-programoutput: Keyword 0.17-r1 mips, #837098

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

 .../sphinxcontrib-programoutput-0.17-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.17-r1.ebuild
 
b/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.17-r1.ebuild
index 1fba49c5cdf4..5c06294918a4 100644
--- 
a/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.17-r1.ebuild
+++ 
b/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.17-r1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~x86-linux"
 
 RDEPEND="
dev-python/sphinx[${PYTHON_USEDEP}]



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

2022-05-11 Thread Jakov Smolić
commit: 9d54f277caee8deff5140e3eb28831922b8de5e0
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed May 11 12:54:34 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed May 11 12:56:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d54f277

dev-python/anyio: Keyword 3.5.0-r1 mips, #837098

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

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

diff --git a/dev-python/anyio/anyio-3.5.0-r1.ebuild 
b/dev-python/anyio/anyio-3.5.0-r1.ebuild
index daa7927fabda..a90f9a7309cb 100644
--- a/dev-python/anyio/anyio-3.5.0-r1.ebuild
+++ b/dev-python/anyio/anyio-3.5.0-r1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc 
x86"
 
 RDEPEND="
>=dev-python/idna-2.8[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-autodoc-typehints/

2022-05-11 Thread Jakov Smolić
commit: 7fd771e45bcbf522a3e3d24e6cb9777531e73bb9
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed May 11 12:54:33 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed May 11 12:56:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fd771e4

dev-python/sphinx-autodoc-typehints: Keyword 1.18.1 mips, #837098

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

 .../sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.18.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.18.1.ebuild 
b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.18.1.ebuild
index f6640a67dbab..e8e84bde8975 100644
--- a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.18.1.ebuild
+++ b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.18.1.ebuild
@@ -19,7 +19,7 @@ SRC_URI="
 "
 
 LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86"
 SLOT="0"
 
 RDEPEND=">=dev-python/sphinx-4.5[${PYTHON_USEDEP}]"



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

2022-05-11 Thread Jakov Smolić
commit: a06ceac6e51820e8a0734bff34bbcf4d74088de3
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed May 11 12:54:32 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed May 11 12:56:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a06ceac6

dev-python/sphobjinv: Keyword 2.2.2 mips, #837098

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

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

diff --git a/dev-python/sphobjinv/sphobjinv-2.2.2.ebuild 
b/dev-python/sphobjinv/sphobjinv-2.2.2.ebuild
index 20d2e6e113d8..b7cc214a3bed 100644
--- a/dev-python/sphobjinv/sphobjinv-2.2.2.ebuild
+++ b/dev-python/sphobjinv/sphobjinv-2.2.2.ebuild
@@ -18,7 +18,7 @@ SRC_URI="
 "
 
 LICENSE="MIT"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 SLOT="0"
 
 RDEPEND="



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

2022-05-11 Thread Jakov Smolić
commit: 9fd768fd33907d63756dc1b35a618deddabdfd71
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed May 11 12:54:34 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed May 11 12:56:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fd768fd

dev-python/h11: Keyword 0.13.0-r1 mips, #837098

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

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

diff --git a/dev-python/h11/h11-0.13.0-r1.ebuild 
b/dev-python/h11/h11-0.13.0-r1.ebuild
index 0e9f400bc138..5de6caf488f4 100644
--- a/dev-python/h11/h11-0.13.0-r1.ebuild
+++ b/dev-python/h11/h11-0.13.0-r1.ebuild
@@ -14,6 +14,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
 
 distutils_enable_tests pytest



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

2022-05-11 Thread Agostino Sarubbo
commit: fa236148984fb5e6af961e553b5c766568259292
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed May 11 12:55:11 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed May 11 12:55:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa236148

dev-python/scipy: ppc stable wrt bug #835550

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

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

diff --git a/dev-python/scipy/scipy-1.8.0.ebuild 
b/dev-python/scipy/scipy-1.8.0.ebuild
index 3412561b2f05..a3e3314b5819 100644
--- a/dev-python/scipy/scipy-1.8.0.ebuild
+++ b/dev-python/scipy/scipy-1.8.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD LGPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 -hppa ~ia64 ~ppc ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 -hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="doc +pythran sparse"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-java/guava-testlib/

2022-05-11 Thread Agostino Sarubbo
commit: 7074f9877b8f615160eacc09c7d4cb5da625c77d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed May 11 12:54:14 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed May 11 12:54:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7074f987

dev-java/guava-testlib: amd64 stable wrt bug #833327

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

 dev-java/guava-testlib/guava-testlib-30.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/guava-testlib/guava-testlib-30.1.1.ebuild 
b/dev-java/guava-testlib/guava-testlib-30.1.1.ebuild
index 693aff4d94cb..49c1e1b3aca3 100644
--- a/dev-java/guava-testlib/guava-testlib-30.1.1.ebuild
+++ b/dev-java/guava-testlib/guava-testlib-30.1.1.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/google/guava/archive/v${PV}.tar.gz -> guava-${PV}.ta
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 
 # error: package com.google.common.truth does not exist
 RESRTICT="test"



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

2022-05-11 Thread Agostino Sarubbo
commit: d3a3abba90449f5af92515326837ebdbf31ed7c2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed May 11 12:54:19 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed May 11 12:54:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3a3abba

dev-java/guice: amd64 stable wrt bug #833327

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

 dev-java/guice/guice-5.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/guice/guice-5.1.0.ebuild 
b/dev-java/guice/guice-5.1.0.ebuild
index d4345e50897c..dd9bb5373e8d 100644
--- a/dev-java/guice/guice-5.1.0.ebuild
+++ b/dev-java/guice/guice-5.1.0.ebuild
@@ -18,7 +18,7 @@ SRC_URI="https://github.com/google/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="4"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 
 # Most of the test dependencies are missing in Gentoo.
 RESTRICT="test"



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

2022-05-11 Thread David Seifert
commit: 4c8f51cf8e8bc53d7868c208ccad31fd7584d6ed
Author: David Seifert  gentoo  org>
AuthorDate: Mon May  9 08:25:06 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed May 11 12:49:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c8f51cf

dev-lang/R: drop 4.1.0-r2, 4.1.2

Signed-off-by: David Seifert  gentoo.org>

 dev-lang/R/Manifest  |   1 -
 dev-lang/R/R-4.1.0-r2.ebuild | 235 
 dev-lang/R/R-4.1.2.ebuild| 248 ---
 3 files changed, 484 deletions(-)

diff --git a/dev-lang/R/Manifest b/dev-lang/R/Manifest
index d051562da6ab..e39053606efc 100644
--- a/dev-lang/R/Manifest
+++ b/dev-lang/R/Manifest
@@ -1,5 +1,4 @@
 DIST R-4.0.5.tar.gz 32466444 BLAKE2B 
5dbbd289f4fd6347b4109eecaf65b50b5793a83e2cb391c20473607f136d91a8e9f4ab9e453f6927d2ca9145762920424e3a1dcea89309afde56efd5d32c
 SHA512 
6ff5b0f9cb6b17f66cde1f5585d1b33659dbae8919d34c2e593f68a0bff4d0425aa9704d99284d103702a9cd42f613311f3a87af6b939b1af65dcec80bf2ca8c
-DIST R-4.1.0.tar.gz 33714683 BLAKE2B 
22ba966b5a29f153f3ce6cbc467e815c397e7c6aade0db62c7d2ae044056d9227da4dcb8fbf33e661548f4f434c328415e297c6b07b3932ef3f47358c2543f42
 SHA512 
41519bf06a1ebc2bb582e9a7c35d0e82e213312dec8147861a7f9b28ee750cd40dfbf02737602d05698641fcea6182b0da8131e83edacc358e98eca0a393b729
 DIST R-4.1.2.tar.gz 34009074 BLAKE2B 
7ca14b28fc40548180dde979d57f93f41fb3966697d58f686cf63e24e4cbf2de8166240952e708fc94f97846cd57bbd559b4edb688500e1db2a6704de16f508c
 SHA512 
657c7950a88f632f1bbb08dbd0b3fb485732a25d8bbcb8a7939a40b23c7a235fdb9b46c296acaa9f72eabebe96e270ecbdcd7970fc9d3a299e6687bea45f2d3f
 DIST R-4.2.0.tar.gz 37585694 BLAKE2B 
5ba4d3b9397e92b72af729d88ff562655e0dd7c547bd371638aa76d4f1701f4f8a7911d500cf4f10d87b62457f8f8ce7a946d893477ceb7268b06bd59bc10f3d
 SHA512 
99e71dad00b63e44bfcb8dc9539ff1951809112882d9ee7e06a4e99bce2e6ceac24e8348fd598c21e6d5ab0e0629a85170cde208bfa8145af91c398ac4ef7bcd
 DIST R-78d6830e28ea90a046da79a9b4f70c39594bb6d6.bash_completion 13596 BLAKE2B 
53338e4a1c4f68beb69247216e553dbcac47f660fbf032bfebf7a660e32d2cff5b11ed35411c52de7e1fd6e00bbf5b5ea19369a325fa0a38bd93d63dc3288cbd
 SHA512 
9ccd19bb1b0c18a2f13035ccd6809447429e197e298fb4d1df808ef345d723b42f75a1b91c349f6dbb46e4a82e59ef33e11300c495d79b63d670d0c0f2b16a06

diff --git a/dev-lang/R/R-4.1.0-r2.ebuild b/dev-lang/R/R-4.1.0-r2.ebuild
deleted file mode 100644
index ebf4b5c27c2e..
--- a/dev-lang/R/R-4.1.0-r2.ebuild
+++ /dev/null
@@ -1,235 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit bash-completion-r1 autotools flag-o-matic fortran-2 toolchain-funcs
-
-# latest git commit for R bash completion: 
https://github.com/deepayan/rcompletion
-BCPV=78d6830e28ea90a046da79a9b4f70c39594bb6d6
-
-DESCRIPTION="Language and environment for statistical computing and graphics"
-HOMEPAGE="https://www.r-project.org/";
-SRC_URI="
-   mirror://cran/src/base/R-4/${P}.tar.gz
-   
https://raw.githubusercontent.com/deepayan/rcompletion/${BCPV}/bash_completion/R
 -> ${PN}-${BCPV}.bash_completion"
-
-LICENSE="|| ( GPL-2 GPL-3 ) LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~hppa ~ia64 ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="cairo doc icu java jpeg lapack lto minimal nls openmp perl png prefix 
profile readline static-libs test tiff tk X"
-
-REQUIRED_USE="png? ( || ( cairo X ) )
-   jpeg? ( || ( cairo X ) )
-   tiff? ( || ( cairo X ) )
-"
-
-# At least one package installation in the test suite requires TeX,
-# and will fail without it (bug #718056).
-BDEPEND="virtual/pkgconfig
-   doc? (
-   virtual/latex-base
-   dev-texlive/texlive-fontsrecommended
-   )
-   test? ( virtual/latex-base )"
-DEPEND="
-   app-arch/bzip2:0=
-   app-arch/xz-utils:0=
-   app-text/ghostscript-gpl
-   dev-libs/libpcre2:=
-   net-libs/libtirpc
-   net-misc/curl
-   virtual/blas:0
-   || ( sys-apps/coreutils app-misc/realpath )
-   cairo? ( x11-libs/cairo:0=[X=] x11-libs/pango:0= )
-   icu? ( dev-libs/icu:= )
-   jpeg? ( virtual/jpeg:0 )
-   lapack? ( virtual/lapack:0 )
-   perl? ( dev-lang/perl )
-   png? ( media-libs/libpng:0= )
-   readline? ( sys-libs/readline:0= )
-   tiff? ( media-libs/tiff:0= )
-   tk? ( dev-lang/tk:0= )
-   X? ( x11-libs/libXmu:0= x11-libs/libXt x11-misc/xdg-utils )"
-
-RDEPEND="${DEPEND}
-   sys-libs/zlib:0[minizip]
-   java? ( >=virtual/jre-1.8:* )"
-
-RESTRICT="minimal? ( test )
-   !test? ( test )"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-3.4.1-parallel.patch
-   "${FILESDIR}"/${PN}-3.4.1-rmath-shared.patch
-   "${FILESDIR}"/${PN}-3.6.2-no-LDFLAGS-in-libR-pkg-config.patch
-   "${FILESDIR}"/${PN}-3.6.2-no-gzip-doc.patch
-)
-
-pkg_pretend() {
-   [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
-}
-
-pkg_setup() {
-   if [[ ${MERG

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

2022-05-11 Thread Miroslav Šulc
commit: 4d0e1c44abcc61702553c6f9a943a708266e8a99
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Wed May 11 12:32:54 2022 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Wed May 11 12:32:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d0e1c44

media-gfx/plantuml: dropped obsolete 1.2022.3

Bug: https://bugs.gentoo.org/843668
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-gfx/plantuml/Manifest |  1 -
 media-gfx/plantuml/plantuml-1.2022.3.ebuild | 33 -
 2 files changed, 34 deletions(-)

diff --git a/media-gfx/plantuml/Manifest b/media-gfx/plantuml/Manifest
index efcccd872e64..8821200c018f 100644
--- a/media-gfx/plantuml/Manifest
+++ b/media-gfx/plantuml/Manifest
@@ -1,3 +1,2 @@
-DIST plantuml-1.2022.3.tar.gz 5399905 BLAKE2B 
6dc48de057850a797de779c02e039abb3070239f2e7a907a1447b0a95ef3a869424e10fe5efd3e130f0f8042b40f07209e844677299363a010b0d7ee5727a7d2
 SHA512 
c90cc11686bff42f56ed35de90eb29a5bcb662c4d0003132b64f9913dff3caa52aed39ca269e2f42b45945a9cbe4713f8717c89af6a6ccd163fcbdf887e275fa
 DIST plantuml-1.2022.4.tar.gz 5400187 BLAKE2B 
4fba7454c0e3f757afa757b4be27bd4878a516f981209c69350adaeb21b7e051323477da496aff18b41f001fc0f2ebc2368daf14aa55957fd5ae426275494371
 SHA512 
b4520d304b2d4893687d18438af38bd8c2639b3dde5cd5cf3bd6c2426efa4e022081e02d396dde96253ddafd48f488676ca76e2d124b00e61435b8d3ea9f16a2
 DIST plantuml-1.2022.5.tar.gz 5413637 BLAKE2B 
f75891b5c03660c4783946cf502da2d26919483697223bfe3c5bbc2d868729e1831b7cb364ccf7c61f1e50a42ffc9db9c07e221450df6fbb63b122c9fda0f61a
 SHA512 
9e69cc4bf5bcc993ee93569ee9149c564592090890e6f9e88a5ca600b46cc55118ec58bc771f51db76e2a7301fda9f32b57e28056a949c5f9ad886b94460d970

diff --git a/media-gfx/plantuml/plantuml-1.2022.3.ebuild 
b/media-gfx/plantuml/plantuml-1.2022.3.ebuild
deleted file mode 100644
index 8ba5d39fd289..
--- a/media-gfx/plantuml/plantuml-1.2022.3.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-JAVA_PKG_IUSE="source"
-inherit java-pkg-2 java-ant-2 desktop xdg
-
-DESCRIPTION="Draw UML diagrams using a simple and human readable text 
description"
-HOMEPAGE="https://plantuml.com";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-
-DEPEND=">=virtual/jdk-1.8:*"
-
-RDEPEND="
-   >=virtual/jre-1.8:*
-   dev-java/ant-core:0
-   media-gfx/graphviz"
-
-EANT_BUILD_TARGET="dist"
-EANT_GENTOO_CLASSPATH="ant-core"
-JAVA_ANT_REWRITE_CLASSPATH="true"
-
-src_install() {
-   java-pkg_dojar ${PN}.jar
-   java-pkg_dolauncher ${PN} --jar ${PN}.jar
-   use source && java-pkg_dosrc src/*
-
-   make_desktop_entry plantuml PlantUML
-}



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

2022-05-11 Thread Miroslav Šulc
commit: 1dcb4b0ee61fd42ca108add5bbb088da57baf783
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Wed May 11 12:31:54 2022 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Wed May 11 12:31:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dcb4b0e

media-sound/strawberry: dropped obsolete 1.0.3

Bug: https://bugs.gentoo.org/843665
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-sound/strawberry/Manifest|   1 -
 media-sound/strawberry/strawberry-1.0.3.ebuild | 120 -
 2 files changed, 121 deletions(-)

diff --git a/media-sound/strawberry/Manifest b/media-sound/strawberry/Manifest
index f9f3a59e106a..cd77d11cbc5d 100644
--- a/media-sound/strawberry/Manifest
+++ b/media-sound/strawberry/Manifest
@@ -1,2 +1 @@
-DIST strawberry-1.0.3.tar.xz 11197224 BLAKE2B 
de47d07133506e21e5e5cc6a9460482f364cca4eb1ff9a3433b09a75db4cbde339b6ed7949d788c87d465b6dac488e598b4840a3b24d6439f28cbe59185b01e3
 SHA512 
a61c0824ac75d29048c31ce7d8b7ae5ccc700f21700951b53ab87f30b15a2ce49368c7a366037565d3b5c556cf20dad8c93d1db936108eda7429518d7700d6dc
 DIST strawberry-1.0.4.tar.xz 11208992 BLAKE2B 
f7a8b000672b55fb667fa4e0f32052adb138b4dbdf2149beec308555ed00417aac0734fe7ede1767bf648d5a10ab527b69f004ffe0b1f8834e65d6dbaf2c52a9
 SHA512 
e2a90911acd47735715266cb3745910a6e04a2ef4e98b0c9734230a5e2b382cf7d3681fc2e368a361e7a7c53bc0627a88a36e6df6c4f6941d54f65e2424d29ee

diff --git a/media-sound/strawberry/strawberry-1.0.3.ebuild 
b/media-sound/strawberry/strawberry-1.0.3.ebuild
deleted file mode 100644
index 721ef2158d3d..
--- a/media-sound/strawberry/strawberry-1.0.3.ebuild
+++ /dev/null
@@ -1,120 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake flag-o-matic plocale xdg
-
-PLOCALES="ca cs de es es_AR es_ES es_MX fi fr hu id it ja ko nb nl pl pt_BR ru 
sv uk zh_CN"
-
-DESCRIPTION="Modern music player and library organizer based on Clementine and 
Qt"
-HOMEPAGE="https://www.strawberrymusicplayer.org/";
-if [[ ${PV} == ** ]]; then
-   EGIT_REPO_URI="https://github.com/strawberrymusicplayer/strawberry";
-   inherit git-r3
-else
-   
SRC_URI="https://github.com/strawberrymusicplayer/strawberry/releases/download/${PV}/${P}.tar.xz";
-   KEYWORDS="amd64 ~ppc64 x86"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="cdda debug +gstreamer ipod moodbar mtp pulseaudio +udisks vlc"
-
-BDEPEND="
-   dev-qt/linguist-tools:5
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-COMMON_DEPEND="
-   dev-db/sqlite:=
-   dev-libs/glib:2
-   dev-libs/protobuf:=
-   dev-qt/qtconcurrent:5
-   dev-qt/qtcore:5
-   dev-qt/qtdbus:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5[ssl]
-   dev-qt/qtsql:5[sqlite]
-   dev-qt/qtwidgets:5
-   dev-qt/qtx11extras:5
-   media-libs/alsa-lib
-   >=media-libs/taglib-1.11.1_p20181028
-   x11-libs/libX11
-   cdda? ( dev-libs/libcdio:= )
-   gstreamer? (
-   >=media-libs/chromaprint-1.4:=
-   media-libs/gstreamer:1.0
-   media-libs/gst-plugins-base:1.0
-   )
-   ipod? ( >=media-libs/libgpod-0.8.0 )
-   moodbar? ( sci-libs/fftw:3.0 )
-   mtp? ( >=media-libs/libmtp-1.0.0 )
-   pulseaudio? ( media-sound/pulseaudio )
-   vlc? ( media-video/vlc )
-"
-# Note: sqlite driver of dev-qt/qtsql is bundled, so no sqlite use is 
required; check if this can be overcome someway;
-RDEPEND="${COMMON_DEPEND}
-   gstreamer? (
-   media-plugins/gst-plugins-meta:1.0
-   media-plugins/gst-plugins-soup:1.0
-   media-plugins/gst-plugins-taglib:1.0
-   )
-   mtp? ( gnome-base/gvfs[mtp] )
-   udisks? ( sys-fs/udisks:2 )
-"
-DEPEND="${COMMON_DEPEND}
-   >=dev-cpp/gtest-1.8.0
-   dev-libs/boost
-   dev-qt/qttest:5
-"
-
-DOCS=( Changelog README.md )
-
-REQUIRED_USE="
-   cdda? ( gstreamer )
-   || ( gstreamer vlc )
-"
-
-src_prepare() {
-   plocale_find_changes "src/translations" "" ".po"
-
-   cmake_src_prepare
-}
-
-src_configure() {
-   # spotify is not in portage
-   local mycmakeargs=(
-   -DBUILD_WERROR=OFF
-   # avoid automagically enabling of ccache (bug #611010)
-   -DCCACHE_EXECUTABLE=OFF
-   -DENABLE_GIO=ON
-   -DLINGUAS="$(plocale_get_locales)"
-   -DENABLE_AUDIOCD="$(usex cdda)"
-   -DENABLE_GSTREAMER="$(usex gstreamer)"
-   -DENABLE_LIBGPOD="$(usex ipod)"
-   -DENABLE_LIBMTP="$(usex mtp)"
-   -DENABLE_LIBPULSE="$(usex pulseaudio)"
-   -DENABLE_MOODBAR="$(usex moodbar)"
-   -DENABLE_MUSICBRAINZ="$(usex gstreamer)"
-   -DENABLE_SONGFINGERPRINTING="$(usex gstreamer)"
-   -DENABLE_UDISKS2="$(usex udisks)"
-   -DENABLE_VLC="$(usex vlc)"
-   # Disable until we have qt6 in

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

2022-05-11 Thread Miroslav Šulc
commit: 48dff0465742585d9d5313f8a547f0a7d102fe68
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Wed May 11 12:30:35 2022 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Wed May 11 12:30:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48dff046

media-sound/qtractor: dropped obsolete 0.9.25

Bug: https://bugs.gentoo.org/843662
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-sound/qtractor/Manifest   |   1 -
 media-sound/qtractor/qtractor-0.9.25.ebuild | 103 
 2 files changed, 104 deletions(-)

diff --git a/media-sound/qtractor/Manifest b/media-sound/qtractor/Manifest
index 0da57ea60c81..d49f3051a095 100644
--- a/media-sound/qtractor/Manifest
+++ b/media-sound/qtractor/Manifest
@@ -1,2 +1 @@
-DIST qtractor-0.9.25.tar.gz 1874329 BLAKE2B 
94e653724582ebb6be417574e4bc357b58fe79deca686745607dcdf75f14b813cfccdb1d976dc98f89a19c23450ff52ef6060417ce986882374ba36c8f724a7f
 SHA512 
057add530356bd81c4afc9e5527fbf2f6ec21b2f0455f0f8739efb82730ea834a5d2397683e3622071fa75dde31e9d0a1f36d9381618d4a2604100f1b8dd5aa4
 DIST qtractor-0.9.26.tar.gz 1868666 BLAKE2B 
3e0febf185ad5818bec00c3b66cfdcf8e2ff89909f3934facf3e371283b840847111b3eb175bcc7f5e0a073f06b01554aa5f61a0add1c21588124858849a3cfa
 SHA512 
ca1a1cfcd7083bae83d26b0710cb7b884658176c060858f5f9fbc40a885a498731a544390be2a61f4f986d113ca112271eaf5c6218f6e3051b152dcae836b8d0

diff --git a/media-sound/qtractor/qtractor-0.9.25.ebuild 
b/media-sound/qtractor/qtractor-0.9.25.ebuild
deleted file mode 100644
index 29f0addc226e..
--- a/media-sound/qtractor/qtractor-0.9.25.ebuild
+++ /dev/null
@@ -1,103 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake xdg
-
-DESCRIPTION="Audio/MIDI multi-track sequencer written in C++ with the Qt 
framework"
-HOMEPAGE="https://qtractor.sourceforge.io";
-SRC_URI="mirror://sourceforge/qtractor/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-IUSE="aubio cpu_flags_x86_sse debug dssi ladspa libsamplerate mad osc 
rubberband vorbis zlib"
-REQUIRED_USE="dssi? ( ladspa )"
-
-BDEPEND="
-   dev-qt/linguist-tools:5
-   virtual/pkgconfig
-"
-DEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtxml:5
-   dev-qt/qtx11extras:5
-   media-libs/alsa-lib
-   media-libs/libsndfile
-   media-libs/lilv
-   media-libs/lv2
-   media-libs/suil
-   virtual/jack
-   aubio? ( media-libs/aubio )
-   dssi? ( media-libs/dssi )
-   ladspa? ( media-libs/ladspa-sdk )
-   libsamplerate? ( media-libs/libsamplerate )
-   mad? ( media-libs/libmad )
-   osc? ( media-libs/liblo )
-   rubberband? ( media-libs/rubberband )
-   vorbis? ( media-libs/libvorbis )
-   zlib? ( sys-libs/zlib )
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   cmake_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DCONFIG_DSSI=$(usex dssi 1 0)
-   -DCONFIG_GRADIENT=1
-   -DCONFIG_JACK_LATENCY=1
-   -DCONFIG_JACK_METADATA=1
-   -DCONFIG_JACK_SESSION=1
-   -DCONFIG_LADSPA=$(usex ladspa 1 0)
-   -DCONFIG_LIBAUBIO=$(usex aubio 1 0)
-   -DCONFIG_LIBLILV=1
-   -DCONFIG_LIBLO=$(usex osc 1 0)
-   -DCONFIG_LIBMAD=$(usex mad 1 0)
-   -DCONFIG_LIBRUBBERBAND=$(usex rubberband 1 0)
-   -DCONFIG_LIBSAMPLERATE=$(usex libsamplerate 1 0)
-   -DCONFIG_LIBVORBIS=$(usex vorbis 1 0)
-   -DCONFIG_LIBZ=$(usex zlib 1 0)
-   -DCONFIG_LV2=1
-   -DCONFIG_LV2_UI_GTK2=0
-   -DCONFIG_NSM=0
-   -DCONFIG_SSE=$(usex cpu_flags_x86_sse 1 0)
-   -DCONFIG_STACKTRACE=$(usex debug 1 0)
-   -DCONFIG_VESTIGE=0
-   -DCONFIG_VST=0
-   -DCONFIG_VST3=0
-   -DCONFIG_XUNIQUE=0
-   )
-   # Following options are left to the default
-   # CONFIG_LV2_ATOM
-   # CONFIG_LV2_BUF_SIZE
-   # CONFIG_LV2_CVPORT
-   # CONFIG_LV2_EVENT
-   # CONFIG_LV2_EXTERNAL_UI
-   # CONFIG_LV2_MIDNAM
-   # CONFIG_LV2_OPTIONS
-   # CONFIG_LV2_PARAMETERS
-   # CONFIG_LV2_PATCH
-   # CONFIG_LV2_PORT_EVENT
-   # CONFIG_LV2_PRESETS
-   # CONFIG_LV2_PROGRAMS
-   # CONFIG_LV2_STATE
-   # CONFIG_LV2_STATE_FILES
-   # CONFIG_LV2_STATE_MAKE_PATH
-   # CONFIG_LV2_TIME
-   # CONFIG_LV2_TIME_POSITION
-   # CONFIG_LV2_UI
-   # CONFIG_LV2_UI_IDLE
-   # CONFIG_LV2_UI_REQ_VALUE
-   # CONFIG_LV2_UI_SHOW
-   # CONFIG_LV2_UI_TOUCH
-   # CONFIG_LV2_WORKER
-   # CONFIG_LV2_UI_X11
-   cmake_src_configure
-}



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

2022-05-11 Thread Michał Górny
commit: db76f30e01ccb9772a0feb291884b718e1591ebe
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 11 11:53:18 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 11 11:53:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db76f30e

dev-python/xmlschema: Enable py3.11

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

 dev-python/xmlschema/xmlschema-1.10.0.ebuild | 13 +
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/dev-python/xmlschema/xmlschema-1.10.0.ebuild 
b/dev-python/xmlschema/xmlschema-1.10.0.ebuild
index c8447a482d37..f3be2f731360 100644
--- a/dev-python/xmlschema/xmlschema-1.10.0.ebuild
+++ b/dev-python/xmlschema/xmlschema-1.10.0.ebuild
@@ -4,12 +4,15 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 
 inherit distutils-r1
 
 DESCRIPTION="An XML Schema validator and decoder"
-HOMEPAGE="https://github.com/sissaschool/xmlschema 
https://pypi.org/project/xmlschema/";
+HOMEPAGE="
+   https://github.com/sissaschool/xmlschema/
+   https://pypi.org/project/xmlschema/
+"
 SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
@@ -19,13 +22,15 @@ IUSE="test"
 RESTRICT="!test? ( test )"
 
 RDEPEND="
-   >=dev-python/elementpath-2.5.0[${PYTHON_USEDEP}]"
+   >=dev-python/elementpath-2.5.0[${PYTHON_USEDEP}]
+"
 BDEPEND="
test? (
${RDEPEND}
dev-python/jinja[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
-   )"
+   )
+"
 
 python_test() {
"${EPYTHON}" tests/test_all.py -v ||



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

2022-05-11 Thread Michał Górny
commit: badad07fbd7d3b86bdb9fd9b7bf3242c6e4c7e4b
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 11 11:48:15 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 11 11:48:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=badad07f

dev-python/jinja: Enable py3.11

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

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

diff --git a/dev-python/jinja/jinja-3.1.2.ebuild 
b/dev-python/jinja/jinja-3.1.2.ebuild
index c96fbd71375a..ab9b51576290 100644
--- a/dev-python/jinja/jinja-3.1.2.ebuild
+++ b/dev-python/jinja/jinja-3.1.2.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1



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

2022-05-11 Thread Michał Górny
commit: 801167247414a23f55351118e96cf467d5e30f78
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 11 11:53:16 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 11 11:53:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80116724

dev-python/elementpath: Enable py3.11

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

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

diff --git a/dev-python/elementpath/elementpath-2.5.1.ebuild 
b/dev-python/elementpath/elementpath-2.5.1.ebuild
index f056a871dde4..44481bdc806a 100644
--- a/dev-python/elementpath/elementpath-2.5.1.ebuild
+++ b/dev-python/elementpath/elementpath-2.5.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 
 inherit distutils-r1
 



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

2022-05-11 Thread Michał Górny
commit: 5a0ea1497f6dab19a26b56045b2931b988a468cf
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 11 11:48:05 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 11 11:48:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a0ea149

dev-python/markupsafe: Enable py3.11

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

 dev-python/markupsafe/markupsafe-2.1.1.ebuild | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-python/markupsafe/markupsafe-2.1.1.ebuild 
b/dev-python/markupsafe/markupsafe-2.1.1.ebuild
index 16e7cf131ec3..be418d3cf5f0 100644
--- a/dev-python/markupsafe/markupsafe-2.1.1.ebuild
+++ b/dev-python/markupsafe/markupsafe-2.1.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 
 inherit distutils-r1
 
@@ -12,7 +12,11 @@ MY_PN="MarkupSafe"
 MY_P="${MY_PN}-${PV}"
 
 DESCRIPTION="Implements a XML/HTML/XHTML Markup safe string for Python"
-HOMEPAGE="https://pypi.org/project/MarkupSafe/";
+HOMEPAGE="
+   https://palletsprojects.com/p/markupsafe/
+   https://github.com/pallets/markupsafe/
+   https://pypi.org/project/MarkupSafe/
+"
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 S=${WORKDIR}/${MY_P}
 



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

2022-05-11 Thread Michał Górny
commit: cb6428929de1d2db17c96b1ec37dcc45b45fa1e0
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 11 11:35:44 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 11 11:47:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb642892

dev-python/cssselect: Enable py3.11

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

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

diff --git a/dev-python/cssselect/cssselect-1.1.0-r2.ebuild 
b/dev-python/cssselect/cssselect-1.1.0-r2.ebuild
index bbc460a5b50d..97d73efdb230 100644
--- a/dev-python/cssselect/cssselect-1.1.0-r2.ebuild
+++ b/dev-python/cssselect/cssselect-1.1.0-r2.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 
 inherit distutils-r1
 



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

2022-05-11 Thread Michał Górny
commit: 603cc99a5433eaf3829e4c7b2154cd4c2d583781
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 11 11:32:12 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 11 11:47:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=603cc99a

dev-python/pillow: Enable py3.11

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

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

diff --git a/dev-python/pillow/pillow-9.1.0.ebuild 
b/dev-python/pillow/pillow-9.1.0.ebuild
index f75e8c8c6de5..56f56cbef8cb 100644
--- a/dev-python/pillow/pillow-9.1.0.ebuild
+++ b/dev-python/pillow/pillow-9.1.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 PYTHON_REQ_USE='tk?,threads(+)'
 
 inherit distutils-r1 toolchain-funcs virtualx



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

2022-05-11 Thread Michał Górny
commit: 896273c19146f20e7077796790787062bf29970f
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 11 11:34:57 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 11 11:47:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=896273c1

dev-python/lxml: Enable py3.11

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

 dev-python/lxml/lxml-4.8.0-r1.ebuild | 20 ++--
 1 file changed, 14 insertions(+), 6 deletions(-)

diff --git a/dev-python/lxml/lxml-4.8.0-r1.ebuild 
b/dev-python/lxml/lxml-4.8.0-r1.ebuild
index 59de9e826e8a..26e673acd7a9 100644
--- a/dev-python/lxml/lxml-4.8.0-r1.ebuild
+++ b/dev-python/lxml/lxml-4.8.0-r1.ebuild
@@ -4,12 +4,16 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 
 inherit distutils-r1 optfeature toolchain-funcs
 
 DESCRIPTION="A Pythonic binding for the libxml2 and libxslt libraries"
-HOMEPAGE="https://lxml.de/ https://pypi.org/project/lxml/ 
https://github.com/lxml/lxml";
+HOMEPAGE="
+   https://lxml.de/
+   https://pypi.org/project/lxml/
+   https://github.com/lxml/lxml
+"
 SRC_URI="https://github.com/lxml/lxml/archive/${P}.tar.gz";
 S=${WORKDIR}/lxml-${P}
 
@@ -20,10 +24,12 @@ IUSE="doc examples +threads test"
 RESTRICT="!test? ( test )"
 
 # Note: lib{xml2,xslt} are used as C libraries, not Python modules.
-RDEPEND="
+DEPEND="
>=dev-libs/libxml2-2.9.12-r2
>=dev-libs/libxslt-1.1.28"
-DEPEND="${RDEPEND}"
+RDEPEND="
+   ${DEPEND}
+"
 BDEPEND="
virtual/pkgconfig
dev-python/cython[${PYTHON_USEDEP}]
@@ -35,8 +41,10 @@ BDEPEND="
dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
')
)
-   test? ( dev-python/cssselect[${PYTHON_USEDEP}] )
-   "
+   test? (
+   dev-python/cssselect[${PYTHON_USEDEP}]
+   )
+"
 
 PATCHES=(
"${FILESDIR}"/${PN}-4.6.0-tests-pypy.patch



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

2022-05-11 Thread Michał Górny
commit: 3f0eb9907ad29f0a712a194b713f34cd88f5260b
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 11 11:35:33 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 11 11:47:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f0eb990

dev-python/cssselect: EAPI 8, PEP517

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

 dev-python/cssselect/cssselect-1.1.0-r2.ebuild | 33 ++
 1 file changed, 33 insertions(+)

diff --git a/dev-python/cssselect/cssselect-1.1.0-r2.ebuild 
b/dev-python/cssselect/cssselect-1.1.0-r2.ebuild
new file mode 100644
index ..bbc460a5b50d
--- /dev/null
+++ b/dev-python/cssselect/cssselect-1.1.0-r2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="parses CSS3 Selectors and translates them to XPath 1.0"
+HOMEPAGE="
+   https://cssselect.readthedocs.io/en/latest/
+   https://pypi.org/project/cssselect/
+   https://github.com/scrapy/cssselect/
+"
+SRC_URI="
+   https://github.com/scrapy/cssselect/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+
+BDEPEND="
+   test? (
+   dev-python/lxml[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_sphinx docs
+distutils_enable_tests unittest



[gentoo-commits] repo/proj/guru:dev commit in: net-im/go-sendxmpp/

2022-05-11 Thread Ronny Gutbrod
commit: 6e174ffa60b4930351aadb8ad11525cee61e16ca
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Wed May 11 11:39:03 2022 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Wed May 11 11:39:36 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6e174ffa

net-im/go-sendxmpp: drop 0.2.0

Signed-off-by: Ronny (tastytea) Gutbrod  tastytea.de>

 net-im/go-sendxmpp/Manifest | 21 ---
 net-im/go-sendxmpp/go-sendxmpp-0.2.0.ebuild | 55 -
 2 files changed, 76 deletions(-)

diff --git a/net-im/go-sendxmpp/Manifest b/net-im/go-sendxmpp/Manifest
index 94984a421..51a3ff315 100644
--- a/net-im/go-sendxmpp/Manifest
+++ b/net-im/go-sendxmpp/Manifest
@@ -1,25 +1,4 @@
-DIST github.com%2Fgabriel-vasile%2Fmimetype%2F@v%2Fv1.4.0.mod 112 BLAKE2B 
7689b22d45c4abe01628ae0f52e58cfac6e21706443bc82c10562051a973bdd9177dbe91b714e91f6e4c85099d4a2bbf265fc245bddbd8a7b526f1f9a977a58d
 SHA512 
7d15653e7e944a3b7abe4b28e24224b43503c94ee270f93f1eff721be0072169994c4ce725f7508d3a7192fe9e76bb6accbdccd36f4d5508dce18055aacc8bfd
-DIST github.com%2Fgabriel-vasile%2Fmimetype%2F@v%2Fv1.4.0.zip 25004156 BLAKE2B 
a07ad260f83f680f9dfd19397ca12b2526fd790125cd6b279944ac56204cd98453ee24234c4828e7efe7ed8fa835150accac4f9fc15c797eecd251a21afc2d5a
 SHA512 
97c03324ad08e2aec0163c80342c3775c6da4c041c4c9414fb3ceebf7865efa87896764fe8ea53f25a65b225f79cffcf8703e2a32904e37dacb7ee17d2c3e43a
-DIST 
github.com%2Fmattn%2Fgo-xmpp%2F@v%2Fv0.0.0-20211029151415-912ba614897a.mod 32 
BLAKE2B 
bb6ee50a0e4b439bb0c8ea35961567768bcae1957e6e7d9d4b78f4a91bcecaf8c9d5624de322eb45ef748105368e1fe38034a708101dca295168e6adf79f9193
 SHA512 
c167f2bd42e1fd473d58dc74fdcfcaf12a53133995a513fef5e08841ced5f9de07ec911f617d49501a235e8349b07b6625f4f80464fa439beb28586951227e50
-DIST 
github.com%2Fmattn%2Fgo-xmpp%2F@v%2Fv0.0.0-20211029151415-912ba614897a.zip 
20592 BLAKE2B 
42c5e4c9aafda1a6b980194d1f16ce8554a69e286dadd93e56e7f501cbd55d3ca39e63970f798ce53b35b5f3553d4c6c00314f815accdcd4e714da4cd68b20ac
 SHA512 
2408fe13432b586f0d11c9760d9404a1f3a002759458e194c51fb5608eef3c8d2d9ce05a64c149e5597090b1f800bb0c6019844320062be395b7281ef4fc137b
-DIST github.com%2Fpborman%2Fgetopt%2Fv2%2F@v%2Fv2.1.0.mod 45 BLAKE2B 
5271e906de3f986c13185a62ca783ae1f7ba4b2d88669040fdccedce8af496b7595a5757d75b2a20198818c7eaa01f37471b0ed6b9793965e4d23858c51ba75e
 SHA512 
9990e84cffa9777543bdce26e4348a827ec7b236890cbe46b218e97da0c9dd35d4a2322ce33f8d3f1a237c312b9e4c4a76af3dcac8f02ede68b3172d473a38b3
-DIST github.com%2Fpborman%2Fgetopt%2Fv2%2F@v%2Fv2.1.0.zip 36834 BLAKE2B 
79f103ff1bdb4953621341ebc194e61e44750fff6548b0986d429ea50e1e7556fd87b12177c2a4576b354ba321750719d8562e5dacd420faa162a69d5241159c
 SHA512 
00bc26e4c904c4e77855c495c3e2718605268b7f431166e02ea3244fe7c30436d7b82428c1ad4a346440f688c7ccdaa6ab4ee0643c7ec61f6aca08fc783b027e
-DIST go-sendxmpp-0.2.0.tar.bz2 17312 BLAKE2B 
c2bf1d3ee3a1ed1fb3eec24897820974da120f7e00d57e30489526d4d04f88147534c9c4ff03bebce7009a2c66ce7619aa8a85e7ab151712b51125eff1713b26
 SHA512 
cc48ac99f52aa144d1265666a541e9838d698c890383ebfd692d8673b746495d42750bcba8e0e5d545a34be00f694df3fb83ec61815631d4f1608c856b087555
 DIST go-sendxmpp-0.3.0-vendor.tar.xz 694672 BLAKE2B 
eb84432a5f809d60e28a11b834afbcd1067d3e89c10ed5ba2c4a5087f04485b5316be313b383a0d22602b97b783ad3585060b8d0fa0e0d1e993f023a8e744824
 SHA512 
d05d9f720b4c1044b11532d18b80b4a013d0d88171e29187b631009889a9c5be6a65c56b463a96015c1016abe3c43399f931fcf2ac058a333b940fee1b44eb6a
 DIST go-sendxmpp-0.3.0.tar.bz2 17809 BLAKE2B 
8c1a0fcf44ed4986fd17806cac169653f05901338169ab8d552f59474ff5eb01dc5ceace1e399edf79c9e967fcaf15216c78f44803f3cb9a6995095e519bdf94
 SHA512 
9ceefd156d558c8c396956b190504c24fd2824a1ee0308606945d046d378a1d745789a86578e5f6af7b6c0ce0a92c6f7069e1007e96c075df26e92c7f3917501
 DIST go-sendxmpp-0.5.0-vendor.tar.xz 1237388 BLAKE2B 
5708f68dee789353df9b9c0aabfc5182239831f74fd4a8e5572137a67c217580e515e3d32c776f1a85edd5259ac7e17482ca68ef9d33c278b08cc6cf0796c9f9
 SHA512 
38b390ca8806f52a963a14886d7a7a854ab43763b67715dae0f41e832d822a7191fa4a5a344e664ee060d86de3f192ef7822712b3d412aca837da3ddbdc264d0
 DIST go-sendxmpp-0.5.0.tar.bz2 26529 BLAKE2B 
7240ead295ea694f3ff7ccbfff978b808ebfcbdcde9f81f98cac4cec548cbc4ad537e56eb7eaa937822397d9933b6b57a12269ff8a344ed327d6ab8545f3fa00
 SHA512 
45230b5b742e5476ac067d5671fd6c18bfdb2435c65b34b6ef180f74e6123f61fa8097957c05eadf4311a38a96e78446a653d26e1d534bdec4cedff8fd7df329
-DIST golang.org%2Fx%2Fnet%2F@v%2Fv0.0.0-20210505024714-0287a6fb4125.mod 179 
BLAKE2B 
a505fef7e073e6305a5a8b8c3494942da61a944af095abe6caa2774152b7427437d74405967eeb6b38b114a14f0e09e72d00de2a6eba1f4694293a08daaa826b
 SHA512 
a1c24164598eb8a5e5005b0df0cf9b3efd285c90efe6472a0474907f368166c243942765f182d8cc65f23159cd0a8b52c547ab14ee67c4261f768e31d05ed5e5
-DIST golang.org%2Fx%2Fnet%2F@v%2Fv0.0.0-20220127200216-cd36cc0744dd.mod 179 
BLAKE2B 
aeb0b9d0e68dac6692cf3e9e4a7395ef0a2d4e44eab6ebc7ad8fb33150c264dd86ad609e6c08fdca6084f5ad49e695de45de7032cd999c5b

[gentoo-commits] repo/proj/guru:dev commit in: net-im/go-sendxmpp/

2022-05-11 Thread Ronny Gutbrod
commit: 75a5af2b8ebf418c415bf53dcfc999deb845bf02
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Wed May 11 11:37:40 2022 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Wed May 11 11:39:28 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=75a5af2b

net-im/go-sendxmpp: add 0.5.0

Signed-off-by: Ronny (tastytea) Gutbrod  tastytea.de>

 net-im/go-sendxmpp/Manifest |  2 ++
 net-im/go-sendxmpp/go-sendxmpp-0.5.0.ebuild | 30 +
 2 files changed, 32 insertions(+)

diff --git a/net-im/go-sendxmpp/Manifest b/net-im/go-sendxmpp/Manifest
index 993b62111..94984a421 100644
--- a/net-im/go-sendxmpp/Manifest
+++ b/net-im/go-sendxmpp/Manifest
@@ -7,6 +7,8 @@ DIST github.com%2Fpborman%2Fgetopt%2Fv2%2F@v%2Fv2.1.0.zip 36834 
BLAKE2B 79f103ff
 DIST go-sendxmpp-0.2.0.tar.bz2 17312 BLAKE2B 
c2bf1d3ee3a1ed1fb3eec24897820974da120f7e00d57e30489526d4d04f88147534c9c4ff03bebce7009a2c66ce7619aa8a85e7ab151712b51125eff1713b26
 SHA512 
cc48ac99f52aa144d1265666a541e9838d698c890383ebfd692d8673b746495d42750bcba8e0e5d545a34be00f694df3fb83ec61815631d4f1608c856b087555
 DIST go-sendxmpp-0.3.0-vendor.tar.xz 694672 BLAKE2B 
eb84432a5f809d60e28a11b834afbcd1067d3e89c10ed5ba2c4a5087f04485b5316be313b383a0d22602b97b783ad3585060b8d0fa0e0d1e993f023a8e744824
 SHA512 
d05d9f720b4c1044b11532d18b80b4a013d0d88171e29187b631009889a9c5be6a65c56b463a96015c1016abe3c43399f931fcf2ac058a333b940fee1b44eb6a
 DIST go-sendxmpp-0.3.0.tar.bz2 17809 BLAKE2B 
8c1a0fcf44ed4986fd17806cac169653f05901338169ab8d552f59474ff5eb01dc5ceace1e399edf79c9e967fcaf15216c78f44803f3cb9a6995095e519bdf94
 SHA512 
9ceefd156d558c8c396956b190504c24fd2824a1ee0308606945d046d378a1d745789a86578e5f6af7b6c0ce0a92c6f7069e1007e96c075df26e92c7f3917501
+DIST go-sendxmpp-0.5.0-vendor.tar.xz 1237388 BLAKE2B 
5708f68dee789353df9b9c0aabfc5182239831f74fd4a8e5572137a67c217580e515e3d32c776f1a85edd5259ac7e17482ca68ef9d33c278b08cc6cf0796c9f9
 SHA512 
38b390ca8806f52a963a14886d7a7a854ab43763b67715dae0f41e832d822a7191fa4a5a344e664ee060d86de3f192ef7822712b3d412aca837da3ddbdc264d0
+DIST go-sendxmpp-0.5.0.tar.bz2 26529 BLAKE2B 
7240ead295ea694f3ff7ccbfff978b808ebfcbdcde9f81f98cac4cec548cbc4ad537e56eb7eaa937822397d9933b6b57a12269ff8a344ed327d6ab8545f3fa00
 SHA512 
45230b5b742e5476ac067d5671fd6c18bfdb2435c65b34b6ef180f74e6123f61fa8097957c05eadf4311a38a96e78446a653d26e1d534bdec4cedff8fd7df329
 DIST golang.org%2Fx%2Fnet%2F@v%2Fv0.0.0-20210505024714-0287a6fb4125.mod 179 
BLAKE2B 
a505fef7e073e6305a5a8b8c3494942da61a944af095abe6caa2774152b7427437d74405967eeb6b38b114a14f0e09e72d00de2a6eba1f4694293a08daaa826b
 SHA512 
a1c24164598eb8a5e5005b0df0cf9b3efd285c90efe6472a0474907f368166c243942765f182d8cc65f23159cd0a8b52c547ab14ee67c4261f768e31d05ed5e5
 DIST golang.org%2Fx%2Fnet%2F@v%2Fv0.0.0-20220127200216-cd36cc0744dd.mod 179 
BLAKE2B 
aeb0b9d0e68dac6692cf3e9e4a7395ef0a2d4e44eab6ebc7ad8fb33150c264dd86ad609e6c08fdca6084f5ad49e695de45de7032cd999c5b805a94f8a91f610c
 SHA512 
429ece90e145151ec4cff356689cdbc04ab43f85f2dbd594f60176f49b0ee5f9f2bfe7c7bd88bb5564adb8f3d28ea12a2722ad79a80640ede67a3ad4f9e72caa
 DIST golang.org%2Fx%2Fnet%2F@v%2Fv0.0.0-20220127200216-cd36cc0744dd.zip 
1582089 BLAKE2B 
98cac34317e5d6b8b0b0193e8556a16af3d2c7410725ac8a464216f9fbba5c4f35160cafe446d3a9bbfc643190e4a3c39c4dbf4a8030df78dadc8cfa9cb1bcd6
 SHA512 
4979b9a571e26c1f62e6dcb3ac56e11011d36eb240b9da685f61a7b9c5fa6395deb660597d551139f8629de8bbbe610e8d4f54c3572a7eb894bb0deeb4b477e8

diff --git a/net-im/go-sendxmpp/go-sendxmpp-0.5.0.ebuild 
b/net-im/go-sendxmpp/go-sendxmpp-0.5.0.ebuild
new file mode 100644
index 0..95a653bb1
--- /dev/null
+++ b/net-im/go-sendxmpp/go-sendxmpp-0.5.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="A little tool to send messages to an XMPP contact or MUC"
+HOMEPAGE="https://salsa.debian.org/mdosch/go-sendxmpp";
+SRC_URI="
+   
https://salsa.debian.org/mdosch/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2 -> 
${P}.tar.bz2
+   https://tastytea.de/files/gentoo/${P}-vendor.tar.xz
+"
+S="${WORKDIR}/${PN}-v${PV}"
+
+LICENSE="BSD-2 BSD MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+
+src_compile() {
+   ego build
+}
+
+src_install() {
+   dobin go-sendxmpp
+   default
+}



[gentoo-commits] repo/proj/guru:dev commit in: media-plugins/gst-plugins-qt5/

2022-05-11 Thread Ronny Gutbrod
commit: 9a47329558d30c96b79d089068cbaa08cbdda6f5
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Wed May 11 11:27:34 2022 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Wed May 11 11:39:22 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9a473295

media-plugins/gst-plugins-qt5: add 1.20.1

Signed-off-by: Ronny (tastytea) Gutbrod  tastytea.de>

 media-plugins/gst-plugins-qt5/Manifest |  1 +
 .../gst-plugins-qt5/gst-plugins-qt5-1.20.1.ebuild  | 35 ++
 2 files changed, 36 insertions(+)

diff --git a/media-plugins/gst-plugins-qt5/Manifest 
b/media-plugins/gst-plugins-qt5/Manifest
index 340a5e1c7..403e0b24d 100644
--- a/media-plugins/gst-plugins-qt5/Manifest
+++ b/media-plugins/gst-plugins-qt5/Manifest
@@ -1,2 +1,3 @@
 DIST gst-plugins-good-1.18.4.tar.xz 3277572 BLAKE2B 
8acfb975d19eabc681184d0096328051a9a02e5f849599dbad1233a0e9254e1a2d2bef75d8afdc779a7ca01a71b15d1e83a843749c0ef5f7ab2b5818067ab898
 SHA512 
764c66383c93e57f9c5e7742002013e07e7b25750d6974d6c07744433e8ceb7570e829e68278e2bc5214f77158311a6b3bfb013d615cf66205d8d7a9e2d54b86
 DIST gst-plugins-good-1.18.6.tar.xz 3296552 BLAKE2B 
551ae9cf9beb512ae418db20cd50dc8826ed60421a40d6c9c9fc558f32c9db2a9bada309a8075306542c53382ecb728dac3dd6252d1efc7255cffde0bea35895
 SHA512 
e0be5f1eaffe65d7871f23e42645fa4cee30953d16d54c4f4707c094859659cff1e4609b086afebaf08777b6d01dcba4f4b2b338e722bf729e9ed0482a2417a5
+DIST gst-plugins-good-1.20.1.tar.xz 3415220 BLAKE2B 
62a0e0b4d60412350c3aad692e7b3d0dd5c7ebed098e21e7d4d7c599ffec9be5795c88cbdece0b219d1aad607ad1a0209a376a8f3543793c9c905cb1401e92c4
 SHA512 
6e56f6290465da03bfe162228829e51091896b2c5fe9d1d0718f663a3ab14edf5c790b37998a783981b9c77034252e7dee9fec5136f92ced44c4898e2fbd402e

diff --git a/media-plugins/gst-plugins-qt5/gst-plugins-qt5-1.20.1.ebuild 
b/media-plugins/gst-plugins-qt5/gst-plugins-qt5-1.20.1.ebuild
new file mode 100644
index 0..b6c1d6838
--- /dev/null
+++ b/media-plugins/gst-plugins-qt5/gst-plugins-qt5-1.20.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+GST_ORG_MODULE=gst-plugins-good
+
+inherit gstreamer-meson qmake-utils
+
+DESCRIPTION="Qt5 QML video sink plugin for GStreamer"
+KEYWORDS="~amd64"
+IUSE="+egl wayland +X"
+
+REQUIRED_USE="
+   wayland? ( egl )
+"
+
+RDEPEND="
+   >=media-libs/gst-plugins-base-${PV}:${SLOT}[egl?,opengl,wayland?,X?]
+   media-libs/mesa[egl(+)?,X?]
+   dev-qt/qtcore:5
+   dev-qt/qtdeclarative:5
+   dev-qt/qtgui:5
+   egl? ( dev-qt/qtgui:5[eglfs] )
+   wayland? ( dev-qt/qtwayland:5 )
+   X? ( dev-qt/qtx11extras:5 )
+"
+DEPEND="${RDEPEND}"
+
+GST_PLUGINS_BUILD_DIR="qt"
+
+src_prepare() {
+   export PATH="${PATH}:$(qt5_get_bindir)"
+   default
+}



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

2022-05-11 Thread Florian Schmaus
commit: 9762452c4c5bbbdab93b888ef3607a6f90f64d05
Author: Karl-Johan Karlsson  lysator  liu  se>
AuthorDate: Fri May  6 17:54:08 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Wed May 11 11:36:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9762452c

app-misc/broot: bump to 1.12.0

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Karl-Johan Karlsson  lysator.liu.se>
Closes: https://github.com/gentoo/gentoo/pull/25354
Signed-off-by: Florian Schmaus  gentoo.org>

 app-misc/broot/Manifest|   1 +
 app-misc/broot/broot-1.12.0.ebuild | 273 +
 2 files changed, 274 insertions(+)

diff --git a/app-misc/broot/Manifest b/app-misc/broot/Manifest
index 4b3571a1d31b..0cbc71e371c3 100644
--- a/app-misc/broot/Manifest
+++ b/app-misc/broot/Manifest
@@ -27,6 +27,7 @@ DIST bincode-1.3.3.crate 28958 BLAKE2B 
ea01d2efd8149ecba5e240ed989268b683d542a5f
 DIST bitflags-1.3.2.crate 23021 BLAKE2B 
eb990bb27b2bdeb66fd7212ce582cb36e1c616debbac85df642d0c82b25439e6bf9b1e811fac76b59e58ea3c1bbea6170d03a61e8f9a395e4334a0e2e2987eda
 SHA512 
3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62
 DIST broot-1.10.0.tar.gz 9419669 BLAKE2B 
6b8bf45b13d3f95488677f6c5322bb74f0c60d51b6686760a6d8aa0c53e9705c7e2c6120868433be38324f4ec38c2506bfb32f67a645fc9dfd23f49b46807e9b
 SHA512 
24a098eb1f2ff428030e84ca8a875169291b830bf6b64ca4f2442aede80ffbcee9297ca1dd17183b03621a9d6352d9c1fec85db8a3afe7f4cbe630a70a521caf
 DIST broot-1.11.1.tar.gz 10039048 BLAKE2B 
5d52bf08658a117d6240f9f0502f6b366fab8516c3e7638611b5397ea1981405c77d788539c6d4c957c64298014980461b97156350c982dc9c0c5097ef7f3981
 SHA512 
dd8478a904df85999221a8e6466d3025de0d80ad9f7f1d1d0627a103893a6de3f379c1434ac59afe534bb28bda9a3ea0c269efe7d3266bdf87cbc5efcf07421f
+DIST broot-1.12.0.tar.gz 10041150 BLAKE2B 
f6c47b137844d2615389552a9e245003ab2c5c1bb7b266e8d89e729ea1218c01f8924b378f892386ca5154085f5f1ba5052a2e7ba5e477a1c5053970d1688a40
 SHA512 
47d4940c077d782b79e1fde6a74eac42ac60444a078a2d96d8fbb9cf9ded2f3753ff6cc4f0983df849234535e750f881d0bebae3fe625a121d2b23652c7ef6b9
 DIST broot-1.8.1.tar.gz 9417690 BLAKE2B 
499cd7fc32c7a7151a2ea0599e4c9332162a235a83a22e953b0f4dad098c95320986352f0129eacc4b4feb8d68c81276274bd9d8072ade8158fb89bb5a0c6048
 SHA512 
ddd84d7dad2416c63bcab2e8e72375aa14b4748a5a29708c47b7df5f4a203691ad8d0587dde1ba961658195fe6ecfea154729bcfd7e75a53a16cde9f2a09
 DIST broot-1.9.2.tar.gz 9421208 BLAKE2B 
15f0df8f69d0a3a70a025cebe2e930381a7b198d2e70f7effb81bc4bec4b5b1f8095167512ae592ae0682abf1cf6853d33415be05bdd7e1e54b24ae573248d3a
 SHA512 
3bd69d58913866a7bad11d97dc50a9eb22b0ceb4536a0a78b1b76bb2b83fbedc6feaf8d0f0500db30191f93e6d7cb369ea440e9857cdfb85f967b29a65053605
 DIST broot-1.9.3.tar.gz 9418812 BLAKE2B 
02e007f8ab1faa3d7297b7106166311f7eaa4aa37e13fb82a9200ab84c9cce6bab4c2ae892a75290f2982391a4e55a3ab07cdb0cbc9878c6367ae35b464bb143
 SHA512 
dec999d5b00dfad7ff7104244774f124b7d4d4e7b9cedbc7c0bbda2df7be01622c65e3fa88abc6483621b697b18868bca481c82a2d4407cac1138a3f7fc5f28c

diff --git a/app-misc/broot/broot-1.12.0.ebuild 
b/app-misc/broot/broot-1.12.0.ebuild
new file mode 100644
index ..4ec52da34716
--- /dev/null
+++ b/app-misc/broot/broot-1.12.0.ebuild
@@ -0,0 +1,273 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CRATES="
+adler-1.0.2
+adler32-1.2.0
+ahash-0.4.7
+ahash-0.7.6
+aho-corasick-0.7.18
+ansi_colours-1.1.1
+ansi_term-0.12.1
+anyhow-1.0.56
+argh-0.1.7
+argh_derive-0.1.7
+argh_shared-0.1.7
+atty-0.2.14
+autocfg-1.1.0
+base64-0.13.0
+bet-1.0.1
+bincode-1.3.3
+bitflags-1.3.2
+bstr-0.2.17
+bytemuck-1.8.0
+byteorder-1.4.3
+cc-1.0.73
+cfg-if-1.0.0
+char_reader-0.1.1
+chrono-0.4.19
+clap-2.34.0
+cli-log-0.1.0
+cli-log-2.0.0
+clipboard-win-4.4.1
+color_quant-1.1.0
+coolor-0.3.1
+crc32fast-1.3.2
+crokey-0.4.0
+crokey-proc_macros-0.4.0
+crossbeam-0.8.1
+crossbeam-channel-0.5.2
+crossbeam-deque-0.8.1
+crossbeam-epoch-0.9.7
+crossbeam-queue-0.3.4
+crossbeam-utils-0.8.7
+crossterm-0.19.0
+crossterm-0.22.1
+crossterm_winapi-0.7.0
+crossterm_winapi-0.9.0
+csv-1.1.6
+csv-core-0.1.10
+csv2svg-0.1.6
+custom_error-1.9.2
+deflate-0.8.6
+deser-hjson-1.0.2
+directories-3.0.2
+directories-next-2.0.0
+dirs-sys-0.3.6
+dirs-sys-next-0.1.2
+doc-comment-0.3.3
+either-1.6.1
+error-code-2.3.1
+fallible-iterator-0.2.0
+fallible-streaming-iterator-0.1.9
+fastrand-1.7.0
+file-size-1.0.3
+flate2-1.0.22
+fnv-1.0.7
+form_urlencoded-1.0.1
+getrandom-0.2.5
+gif-0.11.3
+git2-0.13.25
+glassbench-0.3.1
+glob-0.3.0
+hashbrown-0.9.1
+hashbrown-0.11.2
+hashlink-0.6.0
+heck-0.3.3
+hermit-abi-0.1.19
+id-arena-2.2.1
+idna-0.2.3
+image-0.23.14
+indexmap-1.8.0
+instant-0.1.12
+is_executable-1.0.1
+itoa-0.4.8
+itoa-1.0.1
+jobserver-0.1.24
+jpeg-decoder-0.1.22
+lazy-regex-2.3.0
+lazy-regex-proc_macros-2.3.0
+lazy_static-1.4.0
+lfs-core-0.11.0
+libc-0.2.119
+libgit2

[gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/vexcl/, dev-cpp/vexcl/files/

2022-05-11 Thread Alessandro Barbieri
commit: 0d07becc67773ebc8ff9090fd8294b19ade1b378
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed May 11 10:28:07 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Wed May 11 11:29:17 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0d07becc

dev-cpp/vexcl: remove patches

Closes: https://bugs.gentoo.org/843494
Signed-off-by: Alessandro Barbieri  gmail.com>

 .../files/add-sphinx-ext-autodoc-to-conf-py.patch  | 11 -
 dev-cpp/vexcl/files/vexcl-1.4.2-include-map.patch  | 26 --
 dev-cpp/vexcl/vexcl-1.4.3.ebuild   |  8 +--
 3 files changed, 1 insertion(+), 44 deletions(-)

diff --git a/dev-cpp/vexcl/files/add-sphinx-ext-autodoc-to-conf-py.patch 
b/dev-cpp/vexcl/files/add-sphinx-ext-autodoc-to-conf-py.patch
deleted file mode 100644
index 405376cf9..0
--- a/dev-cpp/vexcl/files/add-sphinx-ext-autodoc-to-conf-py.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 a/docs/conf.py
-+++ b/docs/conf.py
-@@ -45,7 +45,7 @@
- # Add any Sphinx extension module names here, as strings. They can be
- # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
- # ones.
--extensions = ['breathe', 'sphinx.ext.mathjax',
-+extensions = ['breathe', 'sphinx.ext.mathjax', 'sphinx.ext.autodoc',
- 'matplotlib.sphinxext.plot_directive']
- 
- breathe_projects = {'VEXCL' : 'xml'}

diff --git a/dev-cpp/vexcl/files/vexcl-1.4.2-include-map.patch 
b/dev-cpp/vexcl/files/vexcl-1.4.2-include-map.patch
deleted file mode 100644
index e3fd08a16..0
--- a/dev-cpp/vexcl/files/vexcl-1.4.2-include-map.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 555a838850c96ab838a299255157fbe4fd4df2ee Mon Sep 17 00:00:00 2001
-From: Denis Demidov 
-Date: Mon, 4 Oct 2021 10:46:03 +0300
-Subject: [PATCH] Missing  include in backend/{opencl/compute}/filter.hpp
-
-Fixes #290
 a/vexcl/backend/compute/filter.hpp
-+++ b/vexcl/backend/compute/filter.hpp
-@@ -35,6 +35,7 @@ THE SOFTWARE.
- #include 
- #include 
- #include 
-+#include 
- #include 
- #include 
- 
 a/vexcl/backend/opencl/filter.hpp
-+++ b/vexcl/backend/opencl/filter.hpp
-@@ -35,6 +35,7 @@ THE SOFTWARE.
- #include 
- #include 
- #include 
-+#include 
- #include 
- #include 
- 

diff --git a/dev-cpp/vexcl/vexcl-1.4.3.ebuild b/dev-cpp/vexcl/vexcl-1.4.3.ebuild
index 4dd650c5d..eb5ca757a 100644
--- a/dev-cpp/vexcl/vexcl-1.4.3.ebuild
+++ b/dev-cpp/vexcl/vexcl-1.4.3.ebuild
@@ -35,13 +35,7 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}"
 
-PATCHES=(
-   "${FILESDIR}/add-sphinx-ext-autodoc-to-conf-py.patch"
-   "${FILESDIR}/${P}-include-map.patch"
-)
-REQUIRED_USE="
-   ^^ ( ${IUSE_BACKEND//+/} )
-"
+REQUIRED_USE="^^ ( ${IUSE_BACKEND//+/} )"
 RESTRICT="!test? ( test )"
 
 src_prepare() {



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

2022-05-11 Thread Alessandro Barbieri
commit: 5778e18ce802eadc134be8da814893287fd06d8c
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed May 11 10:18:19 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Wed May 11 11:29:17 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5778e18c

octaveforge.eclass: add octaveforge_src_test()

Closes: https://bugs.gentoo.org/843536
Closes: https://bugs.gentoo.org/843521
Closes: https://bugs.gentoo.org/843518
Closes: https://bugs.gentoo.org/843515
Closes: https://bugs.gentoo.org/843512
Closes: https://bugs.gentoo.org/843509
Closes: https://bugs.gentoo.org/843503
Closes: https://bugs.gentoo.org/843500
Closes: https://bugs.gentoo.org/843497

Signed-off-by: Alessandro Barbieri  gmail.com>

 eclass/octaveforge.eclass | 125 +-
 1 file changed, 68 insertions(+), 57 deletions(-)

diff --git a/eclass/octaveforge.eclass b/eclass/octaveforge.eclass
index fb708e3a7..bb6176be9 100644
--- a/eclass/octaveforge.eclass
+++ b/eclass/octaveforge.eclass
@@ -17,7 +17,7 @@ case ${EAPI} in
*) die "${ECLASS}: EAPI ${EAPI} unsupported."
 esac
 
-EXPORT_FUNCTIONS src_unpack src_prepare src_compile src_install pkg_postinst 
pkg_prerm pkg_postrm
+EXPORT_FUNCTIONS src_unpack src_prepare src_compile src_install src_test 
pkg_postinst pkg_prerm pkg_postrm
 
 # @ECLASS-VARIABLE: REPO_URI
 # @DESCRIPTION:
@@ -103,65 +103,21 @@ octaveforge_src_compile() {
 # @FUNCTION: octaveforge_src_install
 # @DESCRIPTION:
 # function to install the octave package
-# documentation to docsdir
 octaveforge_src_install() {
-   TMPDIR="${T}"
-   DESTDIR="${D}"
-   DISTPKG='Gentoo'
+   DESTDIR="${D}" _octaveforge_pkg_install || die
+}
 
-   pushd ../ || die
-   if [[ "X${DISTPKG}X" != "XX" ]]; then
-   stripcmd="
-   unlink(pkg('local_list'));
-   unlink(pkg('global_list'));
-   "
-   fi
-   if [[ "X${DESTDIR}X" = "XX" ]]; then
-   cmd="
-   warning('off','all');
-   pkg('install','${OCT_PACKAGE}');
-   l=pkg('list');
-   disp(l{cellfun(@(x)strcmp(x.name,'${PN}'),l)}.dir);
-   ${stripcmd}
-   "
-   oct_pkgdir=$(octavecommand "${cmd}" || die)
-   else
-   
cmd="disp(fullfile(__octave_config_info__('datadir'),'octave'));"
-   shareprefix=${DESTDIR}/$(octavecommand "${cmd}" || die)
-   cmd="disp(fullfile(__octave_config_info__('libdir'),'octave'));"
-   libprefix=${DESTDIR}/$(octavecommand "${cmd}" || die)
-   octprefix="${shareprefix}/packages" || die
-   archprefix="${libprefix}/packages" || die
-   if [[ ! -e "${octprefix}" ]]; then
-   mkdir -p "${octprefix}" || die
-   fi
-   if [[ ! -e "${archprefix}" ]]; then
-   mkdir -p "${archprefix}" || die
-   fi
-   cmd="
-   warning('off','all');
-   pkg('prefix','${octprefix}','${archprefix}');
-   
pkg('global_list',fullfile('${shareprefix}','octave_packages'));
-   
pkg('local_list',fullfile('${shareprefix}','octave_packages'));
-   pkg('install','-nodeps','-verbose','${OCT_PACKAGE}');
-   "
-   octavecommand "${cmd}" || die
-   cmd="
-   warning('off','all');
-   pkg('prefix','${octprefix}','${archprefix}');
-   
pkg('global_list',fullfile('${shareprefix}','octave_packages'));
-   
pkg('local_list',fullfile('${shareprefix}','octave_packages'));
-   l=pkg('list');
-   disp(l{cellfun(@(x)strcmp(x.name,'${PN}'),l)}.dir);
-   ${stripcmd}
-   "
-   oct_pkgdir=$(octavecommand "${cmd}" || die)
-   fi
-   export oct_pkgdir
+octaveforge_src_test() {
+   DESTDIR="${T}" _octaveforge_pkg_install || die
 
-   if [[ -d doc/ ]]; then
-   dodoc -r doc/*
-   fi
+   # cargo culted from Fedora
+   cmd="
+   pkg('load','${PN}');
+   oruntests('${oct_pkgdir}');
+   unlink(pkg('local_list'));
+   unlink(pkg('global_list'));
+   "
+   octavecommand "${cmd}" || die 'failed testing'
 }
 
 # @FUNCTION: octaveforge_pkg_postinst
@@ -226,3 +182,58 @@ fi
 EOF
chmod 0755 "configure" || die
 }
+
+_octaveforge_pkg_install() {
+   TMPDIR="${T}"
+   DISTPKG='Gentoo'
+
+   pushd ../ || die
+   if [[ "X${DISTPKG}X" != "XX" ]]; then
+   stripcmd="
+   unlink(pkg('local_list'));
+   unlink(pkg('global_list'));
+   "
+   fi
+   if [[ "X${DESTDIR}X" = "XX" ]

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

2022-05-11 Thread Alessandro Barbieri
commit: a61c333cbe5a5305a167de1a5dc95a76d8f7a33e
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed May 11 10:50:49 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Wed May 11 11:29:17 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a61c333c

dev-python/orjson: build with pep517

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/orjson/orjson-3.6.8-r1.ebuild | 74 
 1 file changed, 74 insertions(+)

diff --git a/dev-python/orjson/orjson-3.6.8-r1.ebuild 
b/dev-python/orjson/orjson-3.6.8-r1.ebuild
new file mode 100644
index 0..1bc00f5c2
--- /dev/null
+++ b/dev-python/orjson/orjson-3.6.8-r1.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CRATES="
+   ahash-0.7.6
+   arrayvec-0.7.2
+   associative-cache-1.0.1
+   autocfg-1.1.0
+   bytecount-0.6.2
+   cfg-if-1.0.0
+   chrono-0.4.19
+   encoding_rs-0.8.31
+   getrandom-0.2.6
+   inlinable_string-0.1.15
+   itoa-1.0.1
+   libc-0.2.123
+   libm-0.1.4
+   num-integer-0.1.44
+   num-traits-0.2.14
+   once_cell-1.10.0
+   packed_simd_2-0.3.7
+   pyo3-build-config-0.16.4
+   pyo3-ffi-0.16.4
+   ryu-1.0.9
+   serde-1.0.136
+   serde_json-1.0.79
+   simdutf8-0.1.4
+   smallvec-1.8.0
+   target-lexicon-0.12.3
+   version_check-0.9.4
+   wasi-0.10.2+wasi-snapshot-preview1
+"
+DISTUTILS_USE_PEP517=maturin
+PYTHON_COMPAT=( python3_{8..9} )
+QA_FLAGS_IGNORED="*"
+
+inherit cargo distutils-r1
+
+DESCRIPTION="Fast, correct Python JSON library supporting dataclasses, 
datetimes, and numpy"
+HOMEPAGE="https://github.com/ijl/orjson";
+SRC_URI="
+   https://github.com/ijl/orjson/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz
+   $(cargo_crate_uris ${CRATES})
+"
+
+LICENSE="
+   Apache-2.0 MIT
+   BSD
+   || ( Apache-2.0 MIT )
+   || ( Apache-2.0 Apache-2.0-with-LLVM-exceptions MIT )
+   || ( Apache-2.0 Boost-1.0 )
+"
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE="debug"
+
+BDEPEND="
+   test? (
+   dev-python/arrow[${PYTHON_USEDEP}]
+   dev-python/orjson[${PYTHON_USEDEP}]
+   dev-python/pendulum[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+
+   $(python_gen_cond_dep 'dev-python/numpy[${PYTHON_USEDEP}]' 
python3_{8,9})
+   $(python_gen_cond_dep 
'>=dev-python/xxhash-1.4.3[${PYTHON_USEDEP}]' python3_8)
+   )
+"
+
+PATCHES=( "${FILESDIR}/${PN}-3.6.7-no-strip.patch" )
+
+distutils_enable_tests pytest



[gentoo-commits] repo/proj/guru:dev commit in: dev-R/xfun/

2022-05-11 Thread Alessandro Barbieri
commit: 59f40dd2ecb1272f59170e277e5f6b36e6394b5f
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed May 11 11:24:48 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Wed May 11 11:29:17 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=59f40dd2

dev-R/xfun: add 0.31, drop 0.30

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-R/xfun/Manifest   | 2 +-
 dev-R/xfun/{xfun-0.30.ebuild => xfun-0.31.ebuild} | 5 +
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/dev-R/xfun/Manifest b/dev-R/xfun/Manifest
index 4b9e490a2..c2747f695 100644
--- a/dev-R/xfun/Manifest
+++ b/dev-R/xfun/Manifest
@@ -1 +1 @@
-DIST xfun_0.30.tar.gz 125825 BLAKE2B 
bd6a82fefdd00527fd30ab09498ec10cbdb26874a1608e604fea7f102b236fc7a70387cc4740b43fed77327dd3c436d387dd720cca9a015d7c32a9dc9b78022f
 SHA512 
bf6874048c673b097bb5abf5c014b71ff7a58b1ac43b284aceaa9f2ba79b973aca05511db43c0a0f00f7bfaf261d0f054f9adc0b1d31c8d083293e8234fd68ac
+DIST xfun_0.31.tar.gz 126065 BLAKE2B 
065cba09ad6eb5303fa2153fa818821454cd774a2ca2b1b98396fbe76da75093a344fcb20cffec8c3ae8052fc22ee4b8d7ffa1221a45bb08c44a655b473018ae
 SHA512 
a3d28392278923bd29964476fa1603d6acec1c1a6ea16d4e8fe52195d3379063da496285de5a8f86557027c1bcf3f4a29cc91b0304f6cb5a57eb5481df1ebaa9

diff --git a/dev-R/xfun/xfun-0.30.ebuild b/dev-R/xfun/xfun-0.31.ebuild
similarity index 85%
rename from dev-R/xfun/xfun-0.30.ebuild
rename to dev-R/xfun/xfun-0.31.ebuild
index 1d5422393..51e78327a 100644
--- a/dev-R/xfun/xfun-0.30.ebuild
+++ b/dev-R/xfun/xfun-0.31.ebuild
@@ -6,6 +6,11 @@ EAPI=7
 inherit R-packages
 
 DESCRIPTION='Supporting Functions for Package maintained by Yihui Xie'
+HOMEPAGE="
+   https://cran.r-project.org/package=xfun
+   https://github.com/yihui/xfun
+"
+
 KEYWORDS="~amd64"
 LICENSE='MIT'
 



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

2022-05-11 Thread Alessandro Barbieri
commit: e50365332de9e18749c4da42db001bc9a0132a74
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed May 11 11:27:33 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Wed May 11 11:29:17 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e5036533

dev-python/neutron-lib: add 2.21.0

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/neutron-lib/Manifest  |  1 +
 dev-python/neutron-lib/neutron-lib-2.21.0.ebuild | 61 
 2 files changed, 62 insertions(+)

diff --git a/dev-python/neutron-lib/Manifest b/dev-python/neutron-lib/Manifest
index 247c03910..437c92c07 100644
--- a/dev-python/neutron-lib/Manifest
+++ b/dev-python/neutron-lib/Manifest
@@ -1 +1,2 @@
 DIST neutron-lib-2.20.0.tar.gz 525240 BLAKE2B 
00dd2186f475e63bd145aeab0fe220687a86065755993c1168c038143e593e9e32493f4d3c83d6ecd609fb40bfec917b3be3ce9abe1501d8f25dbfead1f01bf1
 SHA512 
f6dc52900dde441e9e9b62bfa21fb0b03fdd2310e3084941c973d1ad6a6e55d11ca28bacdebba4165ced4c0f91208f6f3ee654d0f35808c84f08d6ea647240ec
+DIST neutron-lib-2.21.0.tar.gz 519557 BLAKE2B 
6e60c87906fc0edba3b1b1d2b2d0f91985911607df2a49c0d0ff1d209505c6f4dd35e27e9b8a91836af082d52697798bb1324ca9e08915d5b5d4dab5bb6d036c
 SHA512 
55d1d457ee092216b045f39f7e2bc5f6ddaeed14ecafccbae2b0efb6e83357f7fb1a522aff1b467c2b43ab46b379502a57214580456009cc64a5c51896c35233

diff --git a/dev-python/neutron-lib/neutron-lib-2.21.0.ebuild 
b/dev-python/neutron-lib/neutron-lib-2.21.0.ebuild
new file mode 100644
index 0..0ffdb39ab
--- /dev/null
+++ b/dev-python/neutron-lib/neutron-lib-2.21.0.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+EPYTEST_IGNORE=( neutron_lib/tests/unit/hacking )
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Neutron shared routines and utilities"
+HOMEPAGE="
+   https://github.com/openstack/neutron-lib
+   https://opendev.org/openstack/neutron-lib
+   https://pypi.org/project/neutron-lib/
+
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   >=dev-python/pbr-4.0.0[${PYTHON_USEDEP}]
+   >=dev-python/sqlalchemy-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/pecan-1.0.0[${PYTHON_USEDEP}]
+   >=dev-python/keystoneauth-3.14.0[${PYTHON_USEDEP}]
+   >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
+   >=dev-python/os-ken-0.3.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-concurrency-3.26.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-8.0.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-context-2.22.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-db-4.44.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.20.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-log-4.3.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-messaging-7.0.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-policy-3.6.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-serialization-2.25.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-service-1.24.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-4.5.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-versionedobjects-1.31.2[${PYTHON_USEDEP}]
+   >=dev-python/osprofiler-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/setproctitle-1.1.10[${PYTHON_USEDEP}]
+   >=dev-python/webob-1.7.1[${PYTHON_USEDEP}]
+   >=dev-python/os-traits-0.9.0[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   test? (
+   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/subunit-1.0.0[${PYTHON_USEDEP}]
+   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/reno-3.1.0[${PYTHON_USEDEP}]
+   >=dev-python/testresources-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+   >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+   )
+"
+distutils_enable_tests pytest



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

2022-05-11 Thread Alessandro Barbieri
commit: 565359c1eb191e0064298c51539f88667011ea15
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed May 11 10:51:31 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Wed May 11 11:29:17 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=565359c1

dev-python/babelfont: build with pep517

Closes: https://bugs.gentoo.org/843488
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/babelfont/babelfont-3.0.0_alpha8.ebuild | 13 +
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/dev-python/babelfont/babelfont-3.0.0_alpha8.ebuild 
b/dev-python/babelfont/babelfont-3.0.0_alpha8.ebuild
index 11b7b4511..b75eaff71 100644
--- a/dev-python/babelfont/babelfont-3.0.0_alpha8.ebuild
+++ b/dev-python/babelfont/babelfont-3.0.0_alpha8.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=8
 
+DISTUTILS_USE_PEP517=poetry
 MYP="${P/_alpha/a}"
 PYTHON_COMPAT=( python3_{8..9} )
 
@@ -21,10 +22,14 @@ LICENSE="MIT"
 SLOT="0"
 
 RDEPEND="
-   dev-python/defcon[${PYTHON_USEDEP}]
-   dev-python/fontParts[${PYTHON_USEDEP}]
-   dev-python/fonttools[${PYTHON_USEDEP}]
-   dev-python/glyphsLib[${PYTHON_USEDEP}]
+   >=dev-python/orjson-3.5.1[${PYTHON_USEDEP}]
+   >=dev-python/fonttools-4.21.1[${PYTHON_USEDEP}]
+   >=dev-python/ufoLib2-0.11.1[${PYTHON_USEDEP}]
+   >=dev-python/openstep-plist-0.2.2[${PYTHON_USEDEP}]
+   >=dev-python/glyphsLib-5.3.2[${PYTHON_USEDEP}]
+   >=dev-python/glyphsLib-5.3.2[${PYTHON_USEDEP}]
+   >=dev-python/cu2qu-1.6.7[${PYTHON_USEDEP}]
+   dev-python/fontFeatures[${PYTHON_USEDEP}]
 "
 DEPEND="${RDEPEND}"
 



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

2022-05-11 Thread Jakov Smolić
commit: 05c27d8fc96cf58faadbd90a8ab046b725e7f606
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed May 11 11:24:55 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed May 11 11:24:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05c27d8f

dev-python/setuptools: Keyword 62.2.0 mips, #832036

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

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

diff --git a/dev-python/setuptools/setuptools-62.2.0.ebuild 
b/dev-python/setuptools/setuptools-62.2.0.ebuild
index 25bace0d9f2f..aa14bee46fca 100644
--- a/dev-python/setuptools/setuptools-62.2.0.ebuild
+++ b/dev-python/setuptools/setuptools-62.2.0.ebuild
@@ -23,7 +23,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2022-05-11 Thread Jakov Smolić
commit: ad04b8e6d0e1c17bb879f74200c6a88754a034b0
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed May 11 11:24:47 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed May 11 11:24:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad04b8e6

dev-python/nspektr: Keyword 0.3.0 mips, #832036

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

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

diff --git a/dev-python/nspektr/nspektr-0.3.0.ebuild 
b/dev-python/nspektr/nspektr-0.3.0.ebuild
index 77fd27d8a3c2..e263862fc659 100644
--- a/dev-python/nspektr/nspektr-0.3.0.ebuild
+++ b/dev-python/nspektr/nspektr-0.3.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
>=dev-python/jaraco-context-4.1.1-r2[${PYTHON_USEDEP}]



[gentoo-commits] proj/sci:master commit in: sci-biology/nilearn/files/

2022-05-11 Thread Horea Christian
commit: 6eb40cc76a60ec0c086696ff410b8df297658b5d
Author: Horea Christian  chymera  eu>
AuthorDate: Wed May 11 11:22:51 2022 +
Commit: Horea Christian  gmail  com>
CommitDate: Wed May 11 11:22:51 2022 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=6eb40cc7

sci-biology/nilearn: test file patch

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Horea Christian  chymera.eu>

 sci-biology/nilearn/files/nilearn-0.9.1-tests.patch | 10 ++
 1 file changed, 10 insertions(+)

diff --git a/sci-biology/nilearn/files/nilearn-0.9.1-tests.patch 
b/sci-biology/nilearn/files/nilearn-0.9.1-tests.patch
new file mode 100644
index 0..6d13b76b1
--- /dev/null
+++ b/sci-biology/nilearn/files/nilearn-0.9.1-tests.patch
@@ -0,0 +1,10 @@
+--- a/setup.cfg
 b/setup.cfg
+@@ -78,7 +78,6 @@
+ doctest_optionflags = NORMALIZE_WHITESPACE ELLIPSIS
+ junit_family = xunit2
+ addopts =
+-  --doctest-modules
+   -s
+   -vv
+   --durations=0



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

2022-05-11 Thread Michał Górny
commit: 77bd3f0c1cc0fc890b47a350d36b20634712ff8a
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 11 11:16:23 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 11 11:22:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77bd3f0c

dev-python/defusedxml: Use PEP517 build

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

 dev-python/defusedxml/defusedxml-0.7.1-r1.ebuild | 40 
 1 file changed, 40 insertions(+)

diff --git a/dev-python/defusedxml/defusedxml-0.7.1-r1.ebuild 
b/dev-python/defusedxml/defusedxml-0.7.1-r1.ebuild
new file mode 100644
index ..e42a42d37c43
--- /dev/null
+++ b/dev-python/defusedxml/defusedxml-0.7.1-r1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_REQ_USE="xml(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="XML bomb protection for Python stdlib modules, an xml serialiser"
+HOMEPAGE="
+   https://github.com/tiran/defusedxml/
+   https://pypi.org/project/defusedxml/
+"
+SRC_URI="
+   https://github.com/tiran/defusedxml/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz
+"
+
+LICENSE="PSF-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="examples"
+
+src_prepare() {
+   distutils-r1_src_prepare
+   sed -i -e 's:verbosity=1:verbosity=2:' tests.py || die
+   mv other examples || die
+}
+
+python_test() {
+   "${EPYTHON}" tests.py -v || die
+}
+
+python_install_all() {
+   use examples && dodoc -r examples/
+   distutils-r1_python_install_all
+}



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

2022-05-11 Thread Michał Górny
commit: ae1bca584b3be19d025de799c26853df3d39cc20
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 11 11:16:35 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 11 11:22:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae1bca58

dev-python/defusedxml: Enable py3.11

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

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

diff --git a/dev-python/defusedxml/defusedxml-0.7.1-r1.ebuild 
b/dev-python/defusedxml/defusedxml-0.7.1-r1.ebuild
index e42a42d37c43..b48784799f81 100644
--- a/dev-python/defusedxml/defusedxml-0.7.1-r1.ebuild
+++ b/dev-python/defusedxml/defusedxml-0.7.1-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 PYTHON_REQ_USE="xml(+)"
 
 inherit distutils-r1



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

2022-05-11 Thread Michał Górny
commit: a47fcb71ccdca700a6c47deac072202ea7374c55
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 11 11:20:19 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 11 11:22:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a47fcb71

dev-python/oslo-utils: Add pyyaml dep

Closes: https://bugs.gentoo.org/835052
Signed-off-by: Michał Górny  gentoo.org>

 .../oslo-utils/{oslo-utils-4.13.0.ebuild => oslo-utils-4.13.0-r1.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/oslo-utils/oslo-utils-4.13.0.ebuild 
b/dev-python/oslo-utils/oslo-utils-4.13.0-r1.ebuild
similarity index 97%
rename from dev-python/oslo-utils/oslo-utils-4.13.0.ebuild
rename to dev-python/oslo-utils/oslo-utils-4.13.0-r1.ebuild
index b991aafb859e..15e4051eafb6 100644
--- a/dev-python/oslo-utils/oslo-utils-4.13.0.ebuild
+++ b/dev-python/oslo-utils/oslo-utils-4.13.0-r1.ebuild
@@ -27,6 +27,7 @@ RDEPEND="
>=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
>=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
>=dev-python/packaging-20.4[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
 "
 BDEPEND="
>=dev-python/pbr-2.2.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/proj/guru:dev commit in: dev-db/rum/

2022-05-11 Thread Haelwenn Monnier
commit: b1d84eaabe01ac0091d1240b0d6d0b76ee8009b8
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Wed May 11 10:39:45 2022 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Wed May 11 10:42:41 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b1d84eaa

dev-db/rum: add 1.3.9

Signed-off-by: Haelwenn (lanodan) Monnier  hacktivis.me>

 dev-db/rum/Manifest |  1 +
 dev-db/rum/rum-1.3.9.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/dev-db/rum/Manifest b/dev-db/rum/Manifest
index 098691a62..f0cd0b78c 100644
--- a/dev-db/rum/Manifest
+++ b/dev-db/rum/Manifest
@@ -1 +1,2 @@
 DIST rum-1.3.7.tar.gz 314685 BLAKE2B 
0e54a935460b230dfc5ed26413118d0009d42feb823f19c094b738e737e4b6a23447a488cd6512bb854256c08e2797f58947c384dafb63d0d010c2686bfe11db
 SHA512 
fecbeac6145e37f76e2425a1db40e2dae7912763be5150ef1f00daba176843f0c5ff32311d45819c2fb085ad8b15793bbd284797074d24c2bc0f4a331b24e82c
+DIST rum-1.3.9.tar.gz 315642 BLAKE2B 
ce80dcd10171b6cbe502da669ff7ba94a8971ff6a9494061d36ca9167fca24d3e4af87586babc6e0cfccd347ce8ead769c8cc79ce004374831797e82ead0f7b8
 SHA512 
7fb6afe44fe8829aa764bca51b9cc1d03bfdd99b3337ea4c5c1efbd00f66e14279e38139a8e6755e2d56ab1cb8cec754a1c4f40f51f7c7ee9ea813313ff31e5c

diff --git a/dev-db/rum/rum-1.3.9.ebuild b/dev-db/rum/rum-1.3.9.ebuild
new file mode 100644
index 0..49a290c57
--- /dev/null
+++ b/dev-db/rum/rum-1.3.9.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+POSTGRES_COMPAT=( 9.6 10 11 12 13 14 )
+POSTGRES_USEDEP="server"
+
+inherit postgres-multi
+
+DESCRIPTION="RUM access method - inverted index with additional information in 
posting lists"
+HOMEPAGE="https://github.com/postgrespro/rum";
+SRC_URI="https://github.com/postgrespro/rum/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="POSTGRESQL"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="${POSTGRES_DEP}"
+RDEPEND="${DEPEND}"
+
+# Needs a running PostgreSQL server
+RESTRICT="test"
+
+src_compile() {
+   postgres-multi_foreach emake USE_PGXS=1
+}
+
+src_test() {
+   postgres-multi_foreach emake USE_PGXS=1 installcheck
+}
+
+src_install() {
+   postgres-multi_foreach emake USE_PGXS=1 DESTDIR="${D}" install
+}



[gentoo-commits] repo/proj/guru:dev commit in: dev-db/rum/

2022-05-11 Thread Haelwenn Monnier
commit: 88bd08cefb5e54bf5bb1700eed4d4a7d14c5ae96
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Wed May 11 10:40:20 2022 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Wed May 11 10:42:41 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=88bd08ce

dev-db/rum: drop 1.3.7

Signed-off-by: Haelwenn (lanodan) Monnier  hacktivis.me>

 dev-db/rum/Manifest |  1 -
 dev-db/rum/rum-1.3.7.ebuild | 35 ---
 2 files changed, 36 deletions(-)

diff --git a/dev-db/rum/Manifest b/dev-db/rum/Manifest
index f0cd0b78c..5e3969861 100644
--- a/dev-db/rum/Manifest
+++ b/dev-db/rum/Manifest
@@ -1,2 +1 @@
-DIST rum-1.3.7.tar.gz 314685 BLAKE2B 
0e54a935460b230dfc5ed26413118d0009d42feb823f19c094b738e737e4b6a23447a488cd6512bb854256c08e2797f58947c384dafb63d0d010c2686bfe11db
 SHA512 
fecbeac6145e37f76e2425a1db40e2dae7912763be5150ef1f00daba176843f0c5ff32311d45819c2fb085ad8b15793bbd284797074d24c2bc0f4a331b24e82c
 DIST rum-1.3.9.tar.gz 315642 BLAKE2B 
ce80dcd10171b6cbe502da669ff7ba94a8971ff6a9494061d36ca9167fca24d3e4af87586babc6e0cfccd347ce8ead769c8cc79ce004374831797e82ead0f7b8
 SHA512 
7fb6afe44fe8829aa764bca51b9cc1d03bfdd99b3337ea4c5c1efbd00f66e14279e38139a8e6755e2d56ab1cb8cec754a1c4f40f51f7c7ee9ea813313ff31e5c

diff --git a/dev-db/rum/rum-1.3.7.ebuild b/dev-db/rum/rum-1.3.7.ebuild
deleted file mode 100644
index 90b8ad2b8..0
--- a/dev-db/rum/rum-1.3.7.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-POSTGRES_COMPAT=( 9.6 10 11 12 13 )
-POSTGRES_USEDEP="server"
-
-inherit postgres-multi
-
-DESCRIPTION="RUM access method - inverted index with additional information in 
posting lists"
-HOMEPAGE="https://github.com/postgrespro/rum";
-SRC_URI="https://github.com/postgrespro/rum/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="POSTGRESQL"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="${POSTGRES_DEP}"
-RDEPEND="${DEPEND}"
-
-# Needs a running PostgreSQL server
-RESTRICT="test"
-
-src_compile() {
-   postgres-multi_foreach emake USE_PGXS=1
-}
-
-src_test() {
-   postgres-multi_foreach emake USE_PGXS=1 installcheck
-}
-
-src_install() {
-   postgres-multi_foreach emake USE_PGXS=1 DESTDIR="${D}" install
-}



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

2022-05-11 Thread Haelwenn Monnier
commit: 3073b2327671f59dc6f6ec422214c6c38501cfd1
Author: Antonín Říha  protonmail  com>
AuthorDate: Tue May 10 23:45:19 2022 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Tue May 10 23:46:41 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3073b232

dev-python/python-betterproto: removed keywords arm64 loong mips

Signed-off-by: Antonín Říha  protonmail.com>

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

diff --git a/dev-python/python-betterproto/python-betterproto-.ebuild 
b/dev-python/python-betterproto/python-betterproto-.ebuild
index 30b9bb2cb..83e12e19e 100644
--- a/dev-python/python-betterproto/python-betterproto-.ebuild
+++ b/dev-python/python-betterproto/python-betterproto-.ebuild
@@ -17,7 +17,7 @@ else
MY_PV="${PV/_beta/b}"
S="${WORKDIR}/${PN}-${MY_PV}"

SRC_URI="https://github.com/danielgtaylor/${PN}/archive/refs/tags/v${MY_PV}.tar.gz
 -> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm64 ~loong ~mips ~x86"
+   KEYWORDS="~amd64 ~x86"
 fi
 
 LICENSE="MIT"



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

2022-05-11 Thread Michał Górny
commit: b1974c740f8df0de012bc5163aba6b072c2e3a0c
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 11 09:46:23 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 11 10:03:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1974c74

dev-python/tomlkit: Enable py3.11

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

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

diff --git a/dev-python/tomlkit/tomlkit-0.10.2.ebuild 
b/dev-python/tomlkit/tomlkit-0.10.2.ebuild
index c66f726faca7..efdc6369cdae 100644
--- a/dev-python/tomlkit/tomlkit-0.10.2.ebuild
+++ b/dev-python/tomlkit/tomlkit-0.10.2.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
 
 inherit distutils-r1
 



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

2022-05-11 Thread Michał Górny
commit: d6a667c6c19b213faf5db3af86e1cec889da9552
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 11 09:41:15 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 11 10:03:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6a667c6

dev-python/pyyaml: Use PEP517 build

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

 dev-python/pyyaml/pyyaml-6.0-r1.ebuild | 49 ++
 1 file changed, 49 insertions(+)

diff --git a/dev-python/pyyaml/pyyaml-6.0-r1.ebuild 
b/dev-python/pyyaml/pyyaml-6.0-r1.ebuild
new file mode 100644
index ..2925130948e7
--- /dev/null
+++ b/dev-python/pyyaml/pyyaml-6.0-r1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="YAML parser and emitter for Python"
+HOMEPAGE="
+   https://pyyaml.org/wiki/PyYAML
+   https://pypi.org/project/PyYAML/
+   https://github.com/yaml/pyyaml/
+"
+SRC_URI="
+   https://github.com/yaml/pyyaml/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x64-solaris ~x86-solaris"
+IUSE="examples"
+
+DEPEND="
+   dev-libs/libyaml:=
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   dev-python/cython[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests setup.py
+
+src_configure() {
+   export PYYAML_FORCE_CYTHON=1
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+   if use examples; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}
+   fi
+}



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

2022-05-11 Thread Michał Górny
commit: 36169f7c2bd1d7f8614788bdb492d65e47daa88c
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 11 09:28:55 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 11 10:03:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36169f7c

dev-python/typing-extensions: Enable py3.11

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

 dev-python/typing-extensions/typing-extensions-4.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/typing-extensions/typing-extensions-4.2.0.ebuild 
b/dev-python/typing-extensions/typing-extensions-4.2.0.ebuild
index 380c82c8ed7d..ac5534869fda 100644
--- a/dev-python/typing-extensions/typing-extensions-4.2.0.ebuild
+++ b/dev-python/typing-extensions/typing-extensions-4.2.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 
 inherit distutils-r1
 



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

2022-05-11 Thread Michał Górny
commit: 5370316d9525ce11b61bacec01e49db5d1ee1396
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 11 09:41:24 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 11 10:03:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5370316d

dev-python/pyyaml: Enable py3.11

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

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

diff --git a/dev-python/pyyaml/pyyaml-6.0-r1.ebuild 
b/dev-python/pyyaml/pyyaml-6.0-r1.ebuild
index 2925130948e7..b9fb87af60eb 100644
--- a/dev-python/pyyaml/pyyaml-6.0-r1.ebuild
+++ b/dev-python/pyyaml/pyyaml-6.0-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 
 inherit distutils-r1
 



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

2022-05-11 Thread Michał Górny
commit: 8b89c94f6f4a996057010f197cd06b18309dabe7
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 11 09:38:46 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 11 10:03:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b89c94f

dev-python/cython: Bump to 0.29.28_p20220503 snapshot

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

 dev-python/cython/Manifest|  1 +
 dev-python/cython/cython-0.29.28_p20220503.ebuild | 94 +++
 2 files changed, 95 insertions(+)

diff --git a/dev-python/cython/Manifest b/dev-python/cython/Manifest
index 0042304351d7..c5415afbc4c4 100644
--- a/dev-python/cython/Manifest
+++ b/dev-python/cython/Manifest
@@ -1 +1,2 @@
 DIST cython-0.29.28.gh.tar.gz 2101301 BLAKE2B 
980c04545e935deb4b4b1653f167dcbc94b8e2b24bc8897b5cc996dfca977645f7475c32aa973251ffcbbb31e725e27693af61ceaf66f2332c9525b02653dc76
 SHA512 
52490d0b5355e13cbe586830f763173d7556cf3d79d79192ca75138b1190e7a4c1f3feeb0568349802ef3b97300c3805f54eef5ffd73a5180d68f023ac2a44cd
+DIST cython-74073417c4f7e616af0a139a55f790f1ec7fe728.gh.tar.gz 2106765 BLAKE2B 
c2686a1d49fd1b522dcdf89f16c52fbb34595aed72e5626c8d3697ecc9318751d108999db443cfefe08334155ab59d230fcbd8e74715e185a161399abad6ae35
 SHA512 
2454a364fdd33f0090ba052a0bfa0ffb464ef750253a91c20a63c4db0b513f743870e7b9fafd844b0bf1a6b66b9b639f830d3a8c2f64abac6e197e2ff2279a59

diff --git a/dev-python/cython/cython-0.29.28_p20220503.ebuild 
b/dev-python/cython/cython-0.29.28_p20220503.ebuild
new file mode 100644
index ..c94768213487
--- /dev/null
+++ b/dev-python/cython/cython-0.29.28_p20220503.ebuild
@@ -0,0 +1,94 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1 toolchain-funcs elisp-common
+
+EGIT_COMMIT="74073417c4f7e616af0a139a55f790f1ec7fe728"
+MY_P=${PN}-${EGIT_COMMIT}
+
+DESCRIPTION="A Python to C compiler"
+HOMEPAGE="
+   https://cython.org/
+   https://github.com/cython/cython/
+   https://pypi.org/project/Cython/
+"
+SRC_URI="
+   https://github.com/cython/cython/archive/${EGIT_COMMIT}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x64-solaris ~x86-solaris"
+IUSE="emacs test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   emacs? ( >=app-editors/emacs-23.1:* )
+"
+BDEPEND="
+   ${RDEPEND}
+   test? (
+   $(python_gen_cond_dep '
+   dev-python/numpy[${PYTHON_USEDEP}]
+   ' python3_{8..10})
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-0.29.22-spawn-multiprocessing.patch"
+   "${FILESDIR}/${PN}-0.29.23-test_exceptions-py310.patch"
+)
+
+SITEFILE=50cython-gentoo.el
+
+distutils_enable_sphinx docs
+
+python_compile() {
+   # Python gets confused when it is in sys.path before build.
+   local -x PYTHONPATH=
+
+   distutils-r1_python_compile
+}
+
+python_compile_all() {
+   use emacs && elisp-compile Tools/cython-mode.el
+}
+
+python_test() {
+   if [[ ${EPYTHON} == python3.11 ]]; then
+   einfo "Skipping tests on ${EPYTHON} (xfail)"
+   return
+   fi
+
+   tc-export CC
+   # https://github.com/cython/cython/issues/1911
+   local -x CFLAGS="${CFLAGS} -fno-strict-overflow"
+   "${PYTHON}" runtests.py -vv --work-dir "${BUILD_DIR}"/tests ||
+   die "Tests fail with ${EPYTHON}"
+}
+
+python_install_all() {
+   local DOCS=( CHANGES.rst README.rst ToDo.txt USAGE.txt )
+   distutils-r1_python_install_all
+
+   if use emacs; then
+   elisp-install ${PN} Tools/cython-mode.*
+   elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+   fi
+}
+
+pkg_postinst() {
+   use emacs && elisp-site-regen
+}
+
+pkg_postrm() {
+   use emacs && elisp-site-regen
+}



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

2022-05-11 Thread Michał Górny
commit: 17aec2237ca70136e0ae8014d49b825529cab373
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 11 09:44:53 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 11 10:03:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17aec223

dev-python/semantic_version: Fix remote-id

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

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

diff --git a/dev-python/semantic_version/metadata.xml 
b/dev-python/semantic_version/metadata.xml
index 0036e57a3eda..920bd3fa3a30 100644
--- a/dev-python/semantic_version/metadata.xml
+++ b/dev-python/semantic_version/metadata.xml
@@ -14,7 +14,7 @@
   
   
   
-semantic_version
+semantic-version
 rbarrois/python-semanticversion
 
https://github.com/rbarrois/python-semanticversion/issues
   



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

2022-05-11 Thread Michał Górny
commit: 4658a231176fa072ca85e2d7618911c7770ed11e
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 11 10:01:55 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 11 10:03:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4658a231

dev-python/fqdn: Enable py3.11

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

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

diff --git a/dev-python/fqdn/fqdn-1.5.1-r2.ebuild 
b/dev-python/fqdn/fqdn-1.5.1-r2.ebuild
index 40f0652a7caa..c4e6e0cf917e 100644
--- a/dev-python/fqdn/fqdn-1.5.1-r2.ebuild
+++ b/dev-python/fqdn/fqdn-1.5.1-r2.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 
 inherit distutils-r1
 



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

2022-05-11 Thread Michał Górny
commit: 0928704a2edd677fedaeebfbe424c0b76b8d41d3
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 11 09:29:41 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 11 10:03:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0928704a

dev-python/semantic_version: Enable py3.11

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

 dev-python/semantic_version/semantic_version-2.9.0.ebuild | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-python/semantic_version/semantic_version-2.9.0.ebuild 
b/dev-python/semantic_version/semantic_version-2.9.0.ebuild
index b164d12e692a..e97be79e489b 100644
--- a/dev-python/semantic_version/semantic_version-2.9.0.ebuild
+++ b/dev-python/semantic_version/semantic_version-2.9.0.ebuild
@@ -4,12 +4,15 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 
 inherit distutils-r1
 
 DESCRIPTION="Python library providing a few tools handling SemVer in Python"
-HOMEPAGE="https://pypi.org/project/semantic-version/";
+HOMEPAGE="
+   https://github.com/rbarrois/python-semanticversion/
+   https://pypi.org/project/semantic-version/
+"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"



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

2022-05-11 Thread Michał Górny
commit: a12881b757491c6561aa89482c548ba20ab6c9fb
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 11 10:01:46 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 11 10:03:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a12881b7

dev-python/fqdn: EAPI 8, PEP517

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

 dev-python/fqdn/fqdn-1.5.1-r2.ebuild | 26 ++
 1 file changed, 26 insertions(+)

diff --git a/dev-python/fqdn/fqdn-1.5.1-r2.ebuild 
b/dev-python/fqdn/fqdn-1.5.1-r2.ebuild
new file mode 100644
index ..40f0652a7caa
--- /dev/null
+++ b/dev-python/fqdn/fqdn-1.5.1-r2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2018-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="RFC-compliant FQDN validation and manipulation for Python"
+HOMEPAGE="
+   https://github.com/ypcrts/fqdn/
+   https://pypi.org/project/fqdn/
+"
+SRC_URI="
+   https://github.com/ypcrts/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz
+"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs



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

2022-05-11 Thread Michał Górny
commit: a7a62213663529025a0581011dccc7a766e1a264
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 11 09:33:25 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 11 10:03:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7a62213

dev-python/cython: Reformat

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

 dev-python/cython/cython-0.29.28.ebuild | 23 ---
 1 file changed, 16 insertions(+), 7 deletions(-)

diff --git a/dev-python/cython/cython-0.29.28.ebuild 
b/dev-python/cython/cython-0.29.28.ebuild
index a083c1c8e8e8..61afacee4b6a 100644
--- a/dev-python/cython/cython-0.29.28.ebuild
+++ b/dev-python/cython/cython-0.29.28.ebuild
@@ -10,9 +10,15 @@ PYTHON_REQ_USE="threads(+)"
 inherit distutils-r1 toolchain-funcs elisp-common
 
 DESCRIPTION="A Python to C compiler"
-HOMEPAGE="https://cython.org https://pypi.org/project/Cython/
-   https://github.com/cython/cython";
-SRC_URI="https://github.com/cython/cython/archive/${PV}.tar.gz -> 
${P}.gh.tar.gz"
+HOMEPAGE="
+   https://cython.org/
+   https://github.com/cython/cython/
+   https://pypi.org/project/Cython/
+"
+SRC_URI="
+   https://github.com/cython/cython/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
 
 LICENSE="Apache-2.0"
 SLOT="0"
@@ -23,11 +29,14 @@ RESTRICT="!test? ( test )"
 RDEPEND="
emacs? ( >=app-editors/emacs-23.1:* )
 "
-BDEPEND="${RDEPEND}
+BDEPEND="
+   ${RDEPEND}
test? (
-   $(python_gen_cond_dep 'dev-python/numpy[${PYTHON_USEDEP}]' \
-   'python3*')
-   )"
+   $(python_gen_cond_dep '
+   dev-python/numpy[${PYTHON_USEDEP}]
+   ' python3_{8..10})
+   )
+"
 
 PATCHES=(
"${FILESDIR}/${PN}-0.29.22-spawn-multiprocessing.patch"



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

2022-05-11 Thread Stephan Hartmann
commit: f2a16a5bcd1433f98c836f5578a30050bb90796a
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Wed May 11 09:52:41 2022 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Wed May 11 09:52:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2a16a5b

www-client/opera-developer: automated bump (89.0.4415.0)

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

 www-client/opera-developer/Manifest|   1 +
 .../opera-developer-89.0.4415.0.ebuild | 158 +
 2 files changed, 159 insertions(+)

diff --git a/www-client/opera-developer/Manifest 
b/www-client/opera-developer/Manifest
index 09a9220d52ad..6c55b16b11fc 100644
--- a/www-client/opera-developer/Manifest
+++ b/www-client/opera-developer/Manifest
@@ -1,4 +1,5 @@
 DIST opera-developer_87.0.4388.0_amd64.deb 84995380 BLAKE2B 
107c2b86169c0ab9d4c5bee1b23535560ce118a5b548029ab2b5e85f0fab3d181511ce01323db8d7cb4b8aefdc7cb5f97c33ccc92bc6db7b0ed120cf0c28f7c2
 SHA512 
bd6cc4d20b7c1e7a26a423af2824e23b284443d3dc7adeef66d78cd341d2d4c33ec5f4bf9a818f6efa286719e66b6f918fe7856278ca4b86d13f98e57bbfb6d2
 DIST opera-developer_88.0.4395.0_amd64.deb 85087836 BLAKE2B 
f3e5861bfce4519ffb735721a66637173d80faa3472da4ff257b8b6dd833f0a4e8d1405df4792ff76f856db5ede5f3eb0223f7956a3fd3934ed0825b00362a3b
 SHA512 
49f39724b06a56db3bb634184088db12b4b13c6098a23280bd065e9b084ab3f7b97e028512b1c948c872022fbdf8b9080ada0f07cc454f7ceb31a43de8d57b65
 DIST opera-developer_88.0.4401.0_amd64.deb 85080528 BLAKE2B 
a96899297580efbf66dec20684d47d78cb6c799dc5924b0ebfa4fcbda667809c4161454931d3813050bb36ff3df7b060d8a2c1215392074a841b2d8911797cbf
 SHA512 
6087f36792a3cc5377d30c7dd9da07ff54d6e46446f3ed1780f9d1b49b1f8fbcb2565242c127bd1104846791d337d468fd323df425f3c1b60c1354395a5b3268
+DIST opera-developer_89.0.4415.0_amd64.deb 84672372 BLAKE2B 
2bc175fbbba0acd9266643e5a3f7d7199ae7b3d7f973ec167fb7319436310a32824fb2d7263b5a5ba1dc178a30b906839ca8d905250e306008a96e0487d9aaa6
 SHA512 
4ed0b7ee24ed104612acf2f61c5674f91971dbebeb4e3d582e96c156c664bb703a3954d620ae6a80eeeb84b6dc81f5b6d53bf982558add4843c4357c6438bdb8
 DIST opera-ffmpeg-codecs-100.0.4896.20.tar.xz 1393360 BLAKE2B 
be608a42042b2713fff66716c171959609e06d94b6c56cd8081e05313915378eff25c7098228ff6727a430c9f02bd4e9c9dcce4e715f09e10ac62d89ccd6ae1c
 SHA512 
7dab4a091ac3562cd9c09cf37bc70edf9000ad1b3d31f27278e2edc68b9f55fd4f821ebc90a761ae5803542195718015c859e107344b31a5f7f9ad6cf028df42

diff --git a/www-client/opera-developer/opera-developer-89.0.4415.0.ebuild 
b/www-client/opera-developer/opera-developer-89.0.4415.0.ebuild
new file mode 100644
index ..d1fbcd0074a1
--- /dev/null
+++ b/www-client/opera-developer/opera-developer-89.0.4415.0.ebuild
@@ -0,0 +1,158 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+CHROMIUM_LANGS="
+   be bg bn ca cs da de el en-GB en-US es-419 es fil fi fr-CA fr hi hr hu 
id
+   it ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk 
vi
+   zh-CN zh-TW
+"
+
+# These are intended for ebuild maintainer use to force RPM if DEB is not 
available.
+: ${OPERA_FORCE_RPM=no}
+
+inherit chromium-2 pax-utils xdg
+
+if [[ ${OPERA_FORCE_RPM} == yes ]]; then
+   inherit rpm
+   OPERA_ARCHIVE_EXT="rpm"
+else
+   inherit unpacker
+   OPERA_ARCHIVE_EXT="deb"
+fi
+
+DESCRIPTION="A fast and secure web browser"
+HOMEPAGE="https://www.opera.com/";
+LICENSE="OPERA-2018"
+SLOT="0"
+
+SRC_URI_BASE=(
+   "https://download1.operacdn.com/pub/${PN}";
+   "https://download2.operacdn.com/pub/${PN}";
+   "https://download3.operacdn.com/pub/${PN}";
+   "https://download4.operacdn.com/pub/${PN}";
+)
+
+if [[ ${PN} == opera ]]; then
+   MY_PN=${PN}-stable
+   SRC_URI_BASE=( "${SRC_URI_BASE[@]/%//desktop}" )
+else
+   MY_PN=${PN}
+fi
+
+KEYWORDS="-* ~amd64"
+
+FFMPEG_VERSION="100.0.4896.20"
+
+SRC_URI="${SRC_URI_BASE[@]/%//${PV}/linux/${MY_PN}_${PV}_amd64.${OPERA_ARCHIVE_EXT}}
+   proprietary-codecs? (
+   
mirror+https://dev.gentoo.org/~sultan/distfiles/www-client/opera/opera-ffmpeg-codecs-${FFMPEG_VERSION}.tar.xz
+   )"
+
+IUSE="+proprietary-codecs suid"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+   app-accessibility/at-spi2-atk:2
+   app-accessibility/at-spi2-core:2
+   dev-libs/atk
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   gnome-base/gsettings-desktop-schemas
+   media-libs/alsa-lib
+   media-libs/mesa[gbm(+)]
+   net-misc/curl
+   net-print/cups
+   sys-apps/dbus
+   sys-libs/glibc
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:3
+   x11-libs/libdrm
+   x11-libs/libxcb
+   x11-libs/libxkbcommon
+   x11-libs/libxshmfence
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/lib

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

2022-05-11 Thread Stephan Hartmann
commit: 96b06df4b791d2744b92bc8e31b53b5f448480d3
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Wed May 11 09:52:28 2022 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Wed May 11 09:52:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96b06df4

www-client/opera: automated bump (86.0.4363.59)

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

 www-client/opera/Manifest  |   1 +
 www-client/opera/opera-86.0.4363.59.ebuild | 158 +
 2 files changed, 159 insertions(+)

diff --git a/www-client/opera/Manifest b/www-client/opera/Manifest
index 4c731ccf3042..053b38410b2b 100644
--- a/www-client/opera/Manifest
+++ b/www-client/opera/Manifest
@@ -1,2 +1,3 @@
 DIST opera-ffmpeg-codecs-100.0.4896.20.tar.xz 1393360 BLAKE2B 
be608a42042b2713fff66716c171959609e06d94b6c56cd8081e05313915378eff25c7098228ff6727a430c9f02bd4e9c9dcce4e715f09e10ac62d89ccd6ae1c
 SHA512 
7dab4a091ac3562cd9c09cf37bc70edf9000ad1b3d31f27278e2edc68b9f55fd4f821ebc90a761ae5803542195718015c859e107344b31a5f7f9ad6cf028df42
 DIST opera-stable_86.0.4363.50_amd64.deb 84257204 BLAKE2B 
4d22aa34d05e3a7aaf3684b059204bf4877d965b0737f25f552d5ec04d8689ab4ff2ec229dac20b66ff3557038e284d4d0ff00b8ddbff3ac1ee31224d390451d
 SHA512 
c5aaba1d9a51c3deb1108413abb6f14597935574c3dafd4e634d2cbf2f6d64e869a47e086ad314741b3f7364e4fcfb8469fde0ad5d463d755afc7560122053eb
+DIST opera-stable_86.0.4363.59_amd64.deb 84229920 BLAKE2B 
176a43c37e99bc63300447f731b4e37af73cc0692a57367b514ca61bc5381bd51e559989f2903131044cafbc09dc8d099bac6414c877deced6d0bed2d1375311
 SHA512 
a9f694734dfe778e90108a4b377c1d202511e03805157a8f2cbd444d356c3c4fdfa2792384d4fca9ca34d756658979ba100791dd7c2f514ae72de75b7d8037ca

diff --git a/www-client/opera/opera-86.0.4363.59.ebuild 
b/www-client/opera/opera-86.0.4363.59.ebuild
new file mode 100644
index ..d1fbcd0074a1
--- /dev/null
+++ b/www-client/opera/opera-86.0.4363.59.ebuild
@@ -0,0 +1,158 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+CHROMIUM_LANGS="
+   be bg bn ca cs da de el en-GB en-US es-419 es fil fi fr-CA fr hi hr hu 
id
+   it ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk 
vi
+   zh-CN zh-TW
+"
+
+# These are intended for ebuild maintainer use to force RPM if DEB is not 
available.
+: ${OPERA_FORCE_RPM=no}
+
+inherit chromium-2 pax-utils xdg
+
+if [[ ${OPERA_FORCE_RPM} == yes ]]; then
+   inherit rpm
+   OPERA_ARCHIVE_EXT="rpm"
+else
+   inherit unpacker
+   OPERA_ARCHIVE_EXT="deb"
+fi
+
+DESCRIPTION="A fast and secure web browser"
+HOMEPAGE="https://www.opera.com/";
+LICENSE="OPERA-2018"
+SLOT="0"
+
+SRC_URI_BASE=(
+   "https://download1.operacdn.com/pub/${PN}";
+   "https://download2.operacdn.com/pub/${PN}";
+   "https://download3.operacdn.com/pub/${PN}";
+   "https://download4.operacdn.com/pub/${PN}";
+)
+
+if [[ ${PN} == opera ]]; then
+   MY_PN=${PN}-stable
+   SRC_URI_BASE=( "${SRC_URI_BASE[@]/%//desktop}" )
+else
+   MY_PN=${PN}
+fi
+
+KEYWORDS="-* ~amd64"
+
+FFMPEG_VERSION="100.0.4896.20"
+
+SRC_URI="${SRC_URI_BASE[@]/%//${PV}/linux/${MY_PN}_${PV}_amd64.${OPERA_ARCHIVE_EXT}}
+   proprietary-codecs? (
+   
mirror+https://dev.gentoo.org/~sultan/distfiles/www-client/opera/opera-ffmpeg-codecs-${FFMPEG_VERSION}.tar.xz
+   )"
+
+IUSE="+proprietary-codecs suid"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+   app-accessibility/at-spi2-atk:2
+   app-accessibility/at-spi2-core:2
+   dev-libs/atk
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   gnome-base/gsettings-desktop-schemas
+   media-libs/alsa-lib
+   media-libs/mesa[gbm(+)]
+   net-misc/curl
+   net-print/cups
+   sys-apps/dbus
+   sys-libs/glibc
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:3
+   x11-libs/libdrm
+   x11-libs/libxcb
+   x11-libs/libxkbcommon
+   x11-libs/libxshmfence
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXrandr
+   x11-libs/pango
+"
+
+QA_PREBUILT="*"
+S=${WORKDIR}
+OPERA_HOME="opt/opera${PN#opera}"
+
+pkg_pretend() {
+   # Protect against people using autounmask overzealously
+   use amd64 || die "opera only works on amd64"
+}
+
+pkg_setup() {
+   chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+   :
+}
+
+src_install() {
+   dodir /
+   cd "${ED}" || die
+   if [[ ${OPERA_FORCE_RPM} == yes ]]; then
+   rpm_src_unpack "${A[0]}"
+   else
+   unpacker
+   fi
+
+   # move to /opt, bug #573052
+   mkdir -p "${OPERA_HOME%${PN}}"
+   if [[ ${OPERA_FORCE_RPM} == yes ]]; then
+   mv "usr/lib64/${PN}" "${OPERA_HOME%${PN}}" || die
+   else
+   mv "usr/lib/x86

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

2022-05-11 Thread Stephan Hartmann
commit: 36e0cc5628909287455264b0eebeb3035900f001
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Wed May 11 09:52:43 2022 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Wed May 11 09:52:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36e0cc56

www-client/opera-developer: remove old

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

 www-client/opera-developer/Manifest|   1 -
 .../opera-developer-87.0.4388.0.ebuild | 158 -
 2 files changed, 159 deletions(-)

diff --git a/www-client/opera-developer/Manifest 
b/www-client/opera-developer/Manifest
index 6c55b16b11fc..71e0dd99dde8 100644
--- a/www-client/opera-developer/Manifest
+++ b/www-client/opera-developer/Manifest
@@ -1,4 +1,3 @@
-DIST opera-developer_87.0.4388.0_amd64.deb 84995380 BLAKE2B 
107c2b86169c0ab9d4c5bee1b23535560ce118a5b548029ab2b5e85f0fab3d181511ce01323db8d7cb4b8aefdc7cb5f97c33ccc92bc6db7b0ed120cf0c28f7c2
 SHA512 
bd6cc4d20b7c1e7a26a423af2824e23b284443d3dc7adeef66d78cd341d2d4c33ec5f4bf9a818f6efa286719e66b6f918fe7856278ca4b86d13f98e57bbfb6d2
 DIST opera-developer_88.0.4395.0_amd64.deb 85087836 BLAKE2B 
f3e5861bfce4519ffb735721a66637173d80faa3472da4ff257b8b6dd833f0a4e8d1405df4792ff76f856db5ede5f3eb0223f7956a3fd3934ed0825b00362a3b
 SHA512 
49f39724b06a56db3bb634184088db12b4b13c6098a23280bd065e9b084ab3f7b97e028512b1c948c872022fbdf8b9080ada0f07cc454f7ceb31a43de8d57b65
 DIST opera-developer_88.0.4401.0_amd64.deb 85080528 BLAKE2B 
a96899297580efbf66dec20684d47d78cb6c799dc5924b0ebfa4fcbda667809c4161454931d3813050bb36ff3df7b060d8a2c1215392074a841b2d8911797cbf
 SHA512 
6087f36792a3cc5377d30c7dd9da07ff54d6e46446f3ed1780f9d1b49b1f8fbcb2565242c127bd1104846791d337d468fd323df425f3c1b60c1354395a5b3268
 DIST opera-developer_89.0.4415.0_amd64.deb 84672372 BLAKE2B 
2bc175fbbba0acd9266643e5a3f7d7199ae7b3d7f973ec167fb7319436310a32824fb2d7263b5a5ba1dc178a30b906839ca8d905250e306008a96e0487d9aaa6
 SHA512 
4ed0b7ee24ed104612acf2f61c5674f91971dbebeb4e3d582e96c156c664bb703a3954d620ae6a80eeeb84b6dc81f5b6d53bf982558add4843c4357c6438bdb8

diff --git a/www-client/opera-developer/opera-developer-87.0.4388.0.ebuild 
b/www-client/opera-developer/opera-developer-87.0.4388.0.ebuild
deleted file mode 100644
index d1fbcd0074a1..
--- a/www-client/opera-developer/opera-developer-87.0.4388.0.ebuild
+++ /dev/null
@@ -1,158 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-CHROMIUM_LANGS="
-   be bg bn ca cs da de el en-GB en-US es-419 es fil fi fr-CA fr hi hr hu 
id
-   it ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk 
vi
-   zh-CN zh-TW
-"
-
-# These are intended for ebuild maintainer use to force RPM if DEB is not 
available.
-: ${OPERA_FORCE_RPM=no}
-
-inherit chromium-2 pax-utils xdg
-
-if [[ ${OPERA_FORCE_RPM} == yes ]]; then
-   inherit rpm
-   OPERA_ARCHIVE_EXT="rpm"
-else
-   inherit unpacker
-   OPERA_ARCHIVE_EXT="deb"
-fi
-
-DESCRIPTION="A fast and secure web browser"
-HOMEPAGE="https://www.opera.com/";
-LICENSE="OPERA-2018"
-SLOT="0"
-
-SRC_URI_BASE=(
-   "https://download1.operacdn.com/pub/${PN}";
-   "https://download2.operacdn.com/pub/${PN}";
-   "https://download3.operacdn.com/pub/${PN}";
-   "https://download4.operacdn.com/pub/${PN}";
-)
-
-if [[ ${PN} == opera ]]; then
-   MY_PN=${PN}-stable
-   SRC_URI_BASE=( "${SRC_URI_BASE[@]/%//desktop}" )
-else
-   MY_PN=${PN}
-fi
-
-KEYWORDS="-* ~amd64"
-
-FFMPEG_VERSION="100.0.4896.20"
-
-SRC_URI="${SRC_URI_BASE[@]/%//${PV}/linux/${MY_PN}_${PV}_amd64.${OPERA_ARCHIVE_EXT}}
-   proprietary-codecs? (
-   
mirror+https://dev.gentoo.org/~sultan/distfiles/www-client/opera/opera-ffmpeg-codecs-${FFMPEG_VERSION}.tar.xz
-   )"
-
-IUSE="+proprietary-codecs suid"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
-   app-accessibility/at-spi2-atk:2
-   app-accessibility/at-spi2-core:2
-   dev-libs/atk
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   gnome-base/gsettings-desktop-schemas
-   media-libs/alsa-lib
-   media-libs/mesa[gbm(+)]
-   net-misc/curl
-   net-print/cups
-   sys-apps/dbus
-   sys-libs/glibc
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf
-   x11-libs/gtk+:3
-   x11-libs/libdrm
-   x11-libs/libxcb
-   x11-libs/libxkbcommon
-   x11-libs/libxshmfence
-   x11-libs/libX11
-   x11-libs/libXcomposite
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXrandr
-   x11-libs/pango
-"
-
-QA_PREBUILT="*"
-S=${WORKDIR}
-OPERA_HOME="opt/opera${PN#opera}"
-
-pkg_pretend() {
-   # Protect against people using autounmask overzealously
-   use amd64 || die "opera only works on amd64"
-}
-
-pkg_setup() {
-   chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-   :
-}
-
-sr

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

2022-05-11 Thread Stephan Hartmann
commit: 9c2c6979a9ee96a861b51b0187426731d193db4b
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Wed May 11 09:52:30 2022 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Wed May 11 09:52:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c2c6979

www-client/opera: amd64 stable (86.0.4363.59)

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

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

diff --git a/www-client/opera/opera-86.0.4363.59.ebuild 
b/www-client/opera/opera-86.0.4363.59.ebuild
index d1fbcd0074a1..5a702a579bd7 100644
--- a/www-client/opera/opera-86.0.4363.59.ebuild
+++ b/www-client/opera/opera-86.0.4363.59.ebuild
@@ -40,7 +40,7 @@ else
MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 FFMPEG_VERSION="100.0.4896.20"
 



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

2022-05-11 Thread Stephan Hartmann
commit: 6d7c60e27f3e8a6887444c0c2eaba8e1300542b6
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Wed May 11 09:52:32 2022 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Wed May 11 09:52:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d7c60e2

www-client/opera: remove old

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

 www-client/opera/Manifest  |   1 -
 www-client/opera/opera-86.0.4363.50.ebuild | 158 -
 2 files changed, 159 deletions(-)

diff --git a/www-client/opera/Manifest b/www-client/opera/Manifest
index 053b38410b2b..20ab08746573 100644
--- a/www-client/opera/Manifest
+++ b/www-client/opera/Manifest
@@ -1,3 +1,2 @@
 DIST opera-ffmpeg-codecs-100.0.4896.20.tar.xz 1393360 BLAKE2B 
be608a42042b2713fff66716c171959609e06d94b6c56cd8081e05313915378eff25c7098228ff6727a430c9f02bd4e9c9dcce4e715f09e10ac62d89ccd6ae1c
 SHA512 
7dab4a091ac3562cd9c09cf37bc70edf9000ad1b3d31f27278e2edc68b9f55fd4f821ebc90a761ae5803542195718015c859e107344b31a5f7f9ad6cf028df42
-DIST opera-stable_86.0.4363.50_amd64.deb 84257204 BLAKE2B 
4d22aa34d05e3a7aaf3684b059204bf4877d965b0737f25f552d5ec04d8689ab4ff2ec229dac20b66ff3557038e284d4d0ff00b8ddbff3ac1ee31224d390451d
 SHA512 
c5aaba1d9a51c3deb1108413abb6f14597935574c3dafd4e634d2cbf2f6d64e869a47e086ad314741b3f7364e4fcfb8469fde0ad5d463d755afc7560122053eb
 DIST opera-stable_86.0.4363.59_amd64.deb 84229920 BLAKE2B 
176a43c37e99bc63300447f731b4e37af73cc0692a57367b514ca61bc5381bd51e559989f2903131044cafbc09dc8d099bac6414c877deced6d0bed2d1375311
 SHA512 
a9f694734dfe778e90108a4b377c1d202511e03805157a8f2cbd444d356c3c4fdfa2792384d4fca9ca34d756658979ba100791dd7c2f514ae72de75b7d8037ca

diff --git a/www-client/opera/opera-86.0.4363.50.ebuild 
b/www-client/opera/opera-86.0.4363.50.ebuild
deleted file mode 100644
index 5a702a579bd7..
--- a/www-client/opera/opera-86.0.4363.50.ebuild
+++ /dev/null
@@ -1,158 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-CHROMIUM_LANGS="
-   be bg bn ca cs da de el en-GB en-US es-419 es fil fi fr-CA fr hi hr hu 
id
-   it ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk 
vi
-   zh-CN zh-TW
-"
-
-# These are intended for ebuild maintainer use to force RPM if DEB is not 
available.
-: ${OPERA_FORCE_RPM=no}
-
-inherit chromium-2 pax-utils xdg
-
-if [[ ${OPERA_FORCE_RPM} == yes ]]; then
-   inherit rpm
-   OPERA_ARCHIVE_EXT="rpm"
-else
-   inherit unpacker
-   OPERA_ARCHIVE_EXT="deb"
-fi
-
-DESCRIPTION="A fast and secure web browser"
-HOMEPAGE="https://www.opera.com/";
-LICENSE="OPERA-2018"
-SLOT="0"
-
-SRC_URI_BASE=(
-   "https://download1.operacdn.com/pub/${PN}";
-   "https://download2.operacdn.com/pub/${PN}";
-   "https://download3.operacdn.com/pub/${PN}";
-   "https://download4.operacdn.com/pub/${PN}";
-)
-
-if [[ ${PN} == opera ]]; then
-   MY_PN=${PN}-stable
-   SRC_URI_BASE=( "${SRC_URI_BASE[@]/%//desktop}" )
-else
-   MY_PN=${PN}
-fi
-
-KEYWORDS="-* amd64"
-
-FFMPEG_VERSION="100.0.4896.20"
-
-SRC_URI="${SRC_URI_BASE[@]/%//${PV}/linux/${MY_PN}_${PV}_amd64.${OPERA_ARCHIVE_EXT}}
-   proprietary-codecs? (
-   
mirror+https://dev.gentoo.org/~sultan/distfiles/www-client/opera/opera-ffmpeg-codecs-${FFMPEG_VERSION}.tar.xz
-   )"
-
-IUSE="+proprietary-codecs suid"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
-   app-accessibility/at-spi2-atk:2
-   app-accessibility/at-spi2-core:2
-   dev-libs/atk
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   gnome-base/gsettings-desktop-schemas
-   media-libs/alsa-lib
-   media-libs/mesa[gbm(+)]
-   net-misc/curl
-   net-print/cups
-   sys-apps/dbus
-   sys-libs/glibc
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf
-   x11-libs/gtk+:3
-   x11-libs/libdrm
-   x11-libs/libxcb
-   x11-libs/libxkbcommon
-   x11-libs/libxshmfence
-   x11-libs/libX11
-   x11-libs/libXcomposite
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXrandr
-   x11-libs/pango
-"
-
-QA_PREBUILT="*"
-S=${WORKDIR}
-OPERA_HOME="opt/opera${PN#opera}"
-
-pkg_pretend() {
-   # Protect against people using autounmask overzealously
-   use amd64 || die "opera only works on amd64"
-}
-
-pkg_setup() {
-   chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-   :
-}
-
-src_install() {
-   dodir /
-   cd "${ED}" || die
-   if [[ ${OPERA_FORCE_RPM} == yes ]]; then
-   rpm_src_unpack "${A[0]}"
-   else
-   unpacker
-   fi
-
-   # move to /opt, bug #573052
-   mkdir -p "${OPERA_HOME%${PN}}"
-   if [[ ${OPERA_FORCE_RPM} == yes ]]; then
-   mv "usr/lib64/${PN}" "${OPERA_HOME%${PN}}" || die
-   else
-   mv "usr/lib/x86_64-linux-gnu/${P

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

2022-05-11 Thread Stephan Hartmann
commit: 933a4cfc839ac064f12c17becda68cbcd3289ebb
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Wed May 11 09:51:44 2022 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Wed May 11 09:51:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=933a4cfc

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

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

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

diff --git a/www-client/microsoft-edge-beta/Manifest 
b/www-client/microsoft-edge-beta/Manifest
index d9219b7553e2..1993f8b38a61 100644
--- a/www-client/microsoft-edge-beta/Manifest
+++ b/www-client/microsoft-edge-beta/Manifest
@@ -1,3 +1,4 @@
 DIST microsoft-edge-beta_101.0.1210.26-1_amd64.deb 119513056 BLAKE2B 
c9b1fdd52a45606722e896a7966ddcd4f85ffb961b83979000b7aa98c0dcc1b5031d1bcb12c44c2ec613987e235b44c2e91a25a1de19dae58bacc229a2f6aefb
 SHA512 
ab65b3baa31e54bb9fd3ae957baaaea9b35ee66e0e9c48350dc4d30442d1bd7bb0baccd33281a91b8ec0596a1ee0f4c02704b256d82b69e96520334fd18c6ef1
 DIST microsoft-edge-beta_101.0.1210.31-1_amd64.deb 119499780 BLAKE2B 
c8c407f0927ea77ae05e8c2bdc04d74058a4ab1ff72fa90941e51c267bc5108c137b5c47893814ec1370078b497fb74acaceff1bd3f3308e585d13a854698eb6
 SHA512 
c970cebcae172ff25b1c896e087186f60883978b351ef953d38133bdeedb69c513c9396385dc5df0fda8a268c917f8a54d1e1f9107b83aebf3a9ab9105e8f7de
 DIST microsoft-edge-beta_101.0.1210.39-1_amd64.deb 119448116 BLAKE2B 
010218dbd38ad27458586d5340a9980c0b8fc78e3a4878ce4a948ea60c0c805a0f37f63c97fa71193b2cb2872b050005dec4ecc1728b0f4a21f28a79afb144f3
 SHA512 
0d84e03fec583537e91e3edf8d8a3d30b51d392630f63ba932f29508d83518b9a462d9c0873b5be210f85b2a50ddd0e509d39614b705f419e510d11284d54363
+DIST microsoft-edge-beta_102.0.1245.7-1_amd64.deb 119325420 BLAKE2B 
9a05419f9861be465f9147312a247de978ffd73d9fb7e5bf023f7824358064874214990a65834cf7340db0d001210d4ffd8ac9fba6e20b9b3608b47b9f1e3059
 SHA512 
85fb761d2e084b28f4a90ac60190ab7bc4de084aa2857e7dcf9cada887e85ca56cad329c6ab370d0d0ff74b831b5cae46d0b88550dc4f69e8d78a90e162f2959

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

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

2022-05-11 Thread Stephan Hartmann
commit: db2540d4470b7e4d4f74d09a49216406af4d2a65
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Wed May 11 09:51:59 2022 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Wed May 11 09:51:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db2540d4

www-client/microsoft-edge-dev: automated bump (102.0.1245.7)

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

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

diff --git a/www-client/microsoft-edge-dev/Manifest 
b/www-client/microsoft-edge-dev/Manifest
index f68a1f13df5e..9dfeef78afbd 100644
--- a/www-client/microsoft-edge-dev/Manifest
+++ b/www-client/microsoft-edge-dev/Manifest
@@ -1,3 +1,4 @@
 DIST microsoft-edge-dev_102.0.1227.0-1_amd64.deb 120036328 BLAKE2B 
786ad517b1d54215afb7ba5713f81f54a8509c0ce749cec6d7cc226e9dfd3117c88b75c5632ea0ab1efab421cf68bcc44170066a8d5da00d39e0b7bb8a9ab3d8
 SHA512 
9ce820593738d751632aa49be2aec78764beb1bcd5c168016a2b35eb5740248bc1bcd3b25c333afea7f783fb18d1fa9feb284b0b5086b86fa3550114238b4325
 DIST microsoft-edge-dev_102.0.1235.1-1_amd64.deb 120115308 BLAKE2B 
490f4c6bed45a6f279febaf809eba13746dabaf73b398485b7a58249ad9c1dbd1f1f6e5e28a9dcae6bfb7bde52a3279cf065f95134c9c4208897a9eb3a816fd4
 SHA512 
e35aaf186510cdc0e3abe3e21dc9cd77e1e7a35d87e4db8549ae68efbab0b4bab876b62a33d49b0af9b305a85e69057a5866bb8473690cd32d0b36f9b38dcd1d
 DIST microsoft-edge-dev_102.0.1245.3-1_amd64.deb 119504976 BLAKE2B 
193d2b14a464e084ee071844b9c97c3e8bae03afadbc9ab1d7a8d327b11054b3d651a2ff0588f3a322f441396482d1c2a9c756e5cde9a0e63bacaf42525b8bb0
 SHA512 
df4783fc77bd52d8d03e5e7f37ddda9a4928e657f55d1a22a0941650c1d6fa18ee7274601063abfe7026288c2d21d4347d6004682a47044c6e964384adf284cd
+DIST microsoft-edge-dev_102.0.1245.7-1_amd64.deb 119305080 BLAKE2B 
fa8f73bebfddbd751e3b5c6a4cf62238073d4fa51607659c2b74ee46e28b6bd938bdfe63520d86c725422b052f2c5d64609e160f5818b8f87cf7834e777ca750
 SHA512 
688e170bce14a17842c5adce05f6f32ebace94549e8a8355764649a411dc031e7ea3d9e11311646a595ff8793dd616b1bb1575930ecd9dc4b12ca439ca3d4872

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

<    1   2   3   4   >