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

2024-02-17 Thread Rui Huang
commit: 8c4ed017eaee87750cdd560cecb34cc1b6d7d068
Author: Huang Rui  gmail  com>
AuthorDate: Sun Feb 18 07:39:24 2024 +
Commit: Rui Huang  gmail  com>
CommitDate: Sun Feb 18 07:39:24 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8c4ed017

dev-libs/gpds: fix installs .a without static-libs USE

Closes: https://bugs.gentoo.org/924853
Signed-off-by: Huang Rui  gmail.com>

 dev-libs/gpds/gpds-1.8.3.ebuild | 2 +-
 dev-libs/gpds/gpds-1.8.4.ebuild | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-libs/gpds/gpds-1.8.3.ebuild b/dev-libs/gpds/gpds-1.8.3.ebuild
index 448e5e5ace..b4340764b5 100644
--- a/dev-libs/gpds/gpds-1.8.3.ebuild
+++ b/dev-libs/gpds/gpds-1.8.3.ebuild
@@ -42,5 +42,5 @@ src_configure() {
 
 src_install() {
cmake_src_install
-   # use static-libs || rm "${ED}"/usr/$(get_libdir)/*.a || die
+   use static-libs || rm "${ED}"/usr/$(get_libdir)/*.a || die
 }

diff --git a/dev-libs/gpds/gpds-1.8.4.ebuild b/dev-libs/gpds/gpds-1.8.4.ebuild
index da398d0dfa..0f02dffe4c 100644
--- a/dev-libs/gpds/gpds-1.8.4.ebuild
+++ b/dev-libs/gpds/gpds-1.8.4.ebuild
@@ -38,4 +38,5 @@ src_configure() {
 
 src_install() {
cmake_src_install
+   use static-libs || rm "${ED}"/usr/$(get_libdir)/*.a || die
 }



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

2024-02-17 Thread Hans de Graaff
commit: a2d1c7141a13b674de973ee6ac0a73aee318f65d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Feb 18 07:28:35 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Feb 18 07:29:32 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2d1c714

dev-ruby/httpclient: add missing test dependency

Closes: https://bugs.gentoo.org/924850
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/httpclient/httpclient-2.8.3-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/httpclient/httpclient-2.8.3-r3.ebuild 
b/dev-ruby/httpclient/httpclient-2.8.3-r3.ebuild
index 5f66ac209c44..7903a93a4051 100644
--- a/dev-ruby/httpclient/httpclient-2.8.3-r3.ebuild
+++ b/dev-ruby/httpclient/httpclient-2.8.3-r3.ebuild
@@ -29,7 +29,7 @@ IUSE=""
 ruby_add_rdepend "virtual/ruby-ssl"
 
 ruby_add_bdepend "doc? ( dev-ruby/rdoc )"
-ruby_add_bdepend "test? ( dev-ruby/test-unit dev-ruby/http-cookie )"
+ruby_add_bdepend "test? ( dev-ruby/test-unit dev-ruby/http-cookie 
dev-ruby/webrick )"
 
 all_ruby_prepare() {
rm Gemfile || die



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

2024-02-17 Thread Joonas Niilola
commit: a650264aa1add802a63dcbda4d64843c4902ae4c
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sun Feb 18 07:26:55 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Feb 18 07:27:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a650264a

www-apps/gitea: Stabilize 1.21.4 amd64, #924840

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

 www-apps/gitea/gitea-1.21.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/gitea/gitea-1.21.4.ebuild 
b/www-apps/gitea/gitea-1.21.4.ebuild
index 76564afb3f18..ee8296e5ad7f 100644
--- a/www-apps/gitea/gitea-1.21.4.ebuild
+++ b/www-apps/gitea/gitea-1.21.4.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/go-gitea/gitea.git;
 else

SRC_URI="https://github.com/go-gitea/gitea/releases/download/v${PV}/gitea-src-${PV}.tar.gz
 -> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86"
 fi
 
 S="${WORKDIR}/${PN}-src-${PV}"



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

2024-02-17 Thread Hans de Graaff
commit: fb7dbcdc8eac8d51da7ef162f249ac7f8d7e11c1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Feb 18 07:23:26 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Feb 18 07:24:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb7dbcdc

app-arch/tar: drop 1.34-r2

Bug: https://bugs.gentoo.org/898176
Signed-off-by: Hans de Graaff  gentoo.org>

 app-arch/tar/tar-1.34-r2.ebuild | 102 
 1 file changed, 102 deletions(-)

diff --git a/app-arch/tar/tar-1.34-r2.ebuild b/app-arch/tar/tar-1.34-r2.ebuild
deleted file mode 100644
index a9246ca810af..
--- a/app-arch/tar/tar-1.34-r2.ebuild
+++ /dev/null
@@ -1,102 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/tar.asc
-inherit verify-sig
-
-DESCRIPTION="Use this to make tarballs :)"
-HOMEPAGE="https://www.gnu.org/software/tar/;
-SRC_URI="mirror://gnu/tar/${P}.tar.xz
-   https://alpha.gnu.org/gnu/tar/${P}.tar.xz;
-SRC_URI+=" verify-sig? (
-   mirror://gnu/tar/${P}.tar.xz.sig
-   https://alpha.gnu.org/gnu/tar/${P}.tar.xz.sig
-   )"
-
-LICENSE="GPL-3+"
-SLOT="0"
-if [[ -z "$(ver_cut 3)" ]] || [[ "$(ver_cut 3)" -lt 90 ]] ; then
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
-fi
-IUSE="acl minimal nls selinux xattr"
-
-RDEPEND="
-   acl? ( virtual/acl )
-   selinux? ( sys-libs/libselinux )
-"
-DEPEND="${RDEPEND}
-   xattr? ( elibc_glibc? ( sys-apps/attr ) )
-"
-BDEPEND="
-   nls? ( sys-devel/gettext )
-   verify-sig? ( sec-keys/openpgp-keys-tar )
-"
-PDEPEND="
-   app-alternatives/tar
-"
-
-src_configure() {
-   # -fanalyzer doesn't make sense for us in ebuilds, as it's for static 
analysis
-   export gl_cv_warn_c__fanalyzer=no
-
-   local myeconfargs=(
-   --bindir="${EPREFIX}"/bin
-   # Avoid -Werror
-   --disable-gcc-warnings
-   --enable-backup-scripts
-   --libexecdir="${EPREFIX}"/usr/sbin
-   $(use_with acl posix-acls)
-   $(use_enable nls)
-   $(use_with selinux)
-   $(use_with xattr xattrs)
-
-   # autoconf looks for gtar before tar (in configure scripts), 
hence
-   # in Prefix it is important that it is there, otherwise, a gtar 
from
-   # the host system (FreeBSD, Solaris, Darwin) will be found 
instead
-   # of the Prefix provided (GNU) tar
-   --program-prefix=g
-   )
-
-   FORCE_UNSAFE_CONFIGURE=1 econf "${myeconfargs[@]}"
-}
-
-src_install() {
-   default
-
-   # a nasty yet required piece of baggage
-   exeinto /etc
-   doexe "${FILESDIR}"/rmt
-
-   mv "${ED}"/usr/sbin/{gbackup,backup-tar} || die
-   mv "${ED}"/usr/sbin/{grestore,restore-tar} || die
-   mv "${ED}"/usr/sbin/{g,}backup.sh || die
-   mv "${ED}"/usr/sbin/{g,}dump-remind || die
-
-   if use minimal ; then
-   find "${ED}"/etc "${ED}"/*bin/ "${ED}"/usr/*bin/ \
-   -type f -a '!' -name gtar \
-   -delete || die
-   fi
-
-   if ! use minimal; then
-   dosym grmt /usr/sbin/rmt
-   fi
-   dosym grmt.8 /usr/share/man/man8/rmt.8
-}
-
-pkg_postinst() {
-   # ensure to preserve the symlink before app-alternatives/tar
-   # is installed
-   if [[ ! -h ${EROOT}/bin/tar ]]; then
-   if [[ -e ${EROOT}/usr/bin/tar ]] ; then
-   # bug #904887
-   ewarn "${EROOT}/usr/bin/tar exists but is not a 
symlink."
-   ewarn "This is expected during Prefix bootstrap and 
unsual otherwise."
-   ewarn "Moving away unexpected ${EROOT}/usr/bin/tar to 
.bak."
-   mv "${EROOT}/usr/bin/tar" "${EROOT}/usr/bin/tar.bak" || 
die
-   fi
-   ln -s gtar "${EROOT}/bin/tar" || die
-   fi
-}



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

2024-02-17 Thread Joonas Niilola
commit: 1a752da3429e0d24ba40815bdd37b00d3998dd3d
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sun Feb 18 07:11:53 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Feb 18 07:12:37 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a752da3

media-libs/libjxl: Stabilize 0.8.2-r1 amd64, #922501

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

 media-libs/libjxl/libjxl-0.8.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/libjxl/libjxl-0.8.2-r1.ebuild 
b/media-libs/libjxl/libjxl-0.8.2-r1.ebuild
index 52dec263dbab..6b9e903b2dcc 100644
--- a/media-libs/libjxl/libjxl-0.8.2-r1.ebuild
+++ b/media-libs/libjxl/libjxl-0.8.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021-2023 Gentoo Authors
+# Copyright 2021-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/libjxl/libjxl/archive/refs/tags/v${PV}.tar.gz -> ${P
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc ~x86"
 IUSE="openexr test"
 RESTRICT="!test? ( test )"
 



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

2024-02-17 Thread Joonas Niilola
commit: 10c49fbe1f6bba0a2c6e23ffda491ec9c276ebc6
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sun Feb 18 07:12:19 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Feb 18 07:12:37 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10c49fbe

media-libs/libjxl: Stabilize 0.8.2-r1 x86, #922501

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

 media-libs/libjxl/libjxl-0.8.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libjxl/libjxl-0.8.2-r1.ebuild 
b/media-libs/libjxl/libjxl-0.8.2-r1.ebuild
index 6b9e903b2dcc..9b9f091736d5 100644
--- a/media-libs/libjxl/libjxl-0.8.2-r1.ebuild
+++ b/media-libs/libjxl/libjxl-0.8.2-r1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/libjxl/libjxl/archive/refs/tags/v${PV}.tar.gz -> ${P
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc x86"
 IUSE="openexr test"
 RESTRICT="!test? ( test )"
 



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

2024-02-17 Thread Hans de Graaff
commit: d68a2c4961d4945c3a0641d114e9928430675a88
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Feb 18 07:04:05 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Feb 18 07:04:05 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d68a2c49

dev-ruby/jwt: add 2.8.0

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

 dev-ruby/jwt/Manifest |  1 +
 dev-ruby/jwt/jwt-2.8.0.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/dev-ruby/jwt/Manifest b/dev-ruby/jwt/Manifest
index 19dbcecb87e8..e9d556f5dddc 100644
--- a/dev-ruby/jwt/Manifest
+++ b/dev-ruby/jwt/Manifest
@@ -1,2 +1,3 @@
 DIST jwt-2.7.0.tar.gz 75020 BLAKE2B 
2bfa009912f4037dc13672ef6d43557e70bc9a06d399d949a6c5ddee641dc550a218242482ec0a66eb470ab117d1e192dd1ca6fdb5a03926d85f4902d72500e7
 SHA512 
8e0bb9909d123b7b73fe01fafc4088e45140e417b1bff84b240a317f3dca8085b2b987bd1e93cb1506efc66a1f7371168f8202a590308ee0e4c52820983a9789
 DIST jwt-2.7.1.tar.gz 75003 BLAKE2B 
5c43fd78cf22960749358cbfcbfb5c47dce935ef8fd83235137a963572b95b19583399e142136663d113df472ebfb5dd976ce60156b75cceeff387950b6190b0
 SHA512 
efcdd81bc472a18764e0033f1040e9e2506952cbfb691acfc1ad90a5b34ebac864911e0cfeb28b82ac2ce1da7e3578a6677c0b113d1e45a81a3f4c4f8fed1047
+DIST jwt-2.8.0.tar.gz 71132 BLAKE2B 
195bce2da7598c2c16d22db6b0322b6b8b9ab76dba70bc66f88ae44a030acc4a2d70a9864c760ebabb6b6d6ae6256fe291be33aea4e67432258f4243e939d9b6
 SHA512 
d2ef3505aa38f0337a658fa365258195be118939ec300dc8d17ca6cb950358b2e9a7c64c0dea3ef50df250c70da4e2233a4daccbe8fac97e902e28b7e9dcfa0d

diff --git a/dev-ruby/jwt/jwt-2.8.0.ebuild b/dev-ruby/jwt/jwt-2.8.0.ebuild
new file mode 100644
index ..e092f3ff6285
--- /dev/null
+++ b/dev-ruby/jwt/jwt-2.8.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32 ruby33"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_BINWRAP=""
+RUBY_FAKEGEM_GEMSPEC="ruby-jwt.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Ruby implementation of JSON Web Token draft 06"
+HOMEPAGE="https://github.com/jwt/ruby-jwt;
+SRC_URI="https://github.com/jwt/ruby-jwt/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="2"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="test"
+
+RUBY_S="ruby-jwt-${PV}"
+
+ruby_add_bdepend "test? ( dev-ruby/rbnacl )"
+
+all_ruby_prepare() {
+   sed -i -e "/simplecov/ s:^:#:" \
+   -e '/^SimpleCov.start/,/^end/ s:^:#:' \
+   spec/spec_helper.rb || die
+
+   sed -i -e 's/git ls-files -z/find * -print0/' ${RUBY_FAKEGEM_GEMSPEC} 
|| die
+}



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

2024-02-17 Thread Hans de Graaff
commit: 46f2e71dbdcc6246e0ffe264ece8215e86c676b3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Feb 18 07:04:55 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Feb 18 07:04:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46f2e71d

dev-ruby/bindata: add 2.5.0

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

 dev-ruby/bindata/Manifest |  1 +
 dev-ruby/bindata/bindata-2.5.0.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-ruby/bindata/Manifest b/dev-ruby/bindata/Manifest
index 92a30367f6dd..f5415d758c68 100644
--- a/dev-ruby/bindata/Manifest
+++ b/dev-ruby/bindata/Manifest
@@ -1 +1,2 @@
 DIST bindata-2.4.15.gem 80384 BLAKE2B 
e874f396d1ac7902db0fadca4b2d75da3af6ef553d84cea07a7fefa2fcba46d383c4c4b1ec0db8e744675253fd86dc5e9a287b3834616286a08f1e5605711443
 SHA512 
366b9de24ce6276832f0ea9c76cad70b433aa1f7f29839a1317b0fe2582f9c91d16ea90d74da7364d94f088b53ada2597b0e25cee859487657af4db20efed930
+DIST bindata-2.5.0.gem 83456 BLAKE2B 
237ad6310c1af3af2c57637395082c65d445098a80971debcf1744f97bda027c0a6bcd21ef3f208adee3fd238f50697ec3c28537bd355d434c83f5b7efb6f0ee
 SHA512 
17aa458d9450775f46247f97c04e9c73fbf629321404b1c785e077028ab1edaf5e9bd5cbbc606b950a7bd968b3a1460c55fbbffedad16a4d7df6fc67781ef356

diff --git a/dev-ruby/bindata/bindata-2.5.0.ebuild 
b/dev-ruby/bindata/bindata-2.5.0.ebuild
new file mode 100644
index ..57ed44e62c84
--- /dev/null
+++ b/dev-ruby/bindata/bindata-2.5.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32 ruby33"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Parsing Binary Data in Ruby"
+HOMEPAGE="https://github.com/dmendel/bindata;
+
+LICENSE="BSD-2"
+SLOT="2"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="test"
+
+ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
+
+all_ruby_prepare() {
+   sed -i -e '/[Bb]undler/d' Rakefile || die
+   sed -i -e '/[Cc]overalls/d' test/test_helper.rb || die
+}



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

2024-02-17 Thread Hans de Graaff
commit: 733e6dd24692c2ece51cb569b5492d8cfb6243e3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Feb 18 06:58:03 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Feb 18 06:59:29 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=733e6dd2

dev-ruby/faraday_middleware: enable ruby32

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

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

diff --git a/dev-ruby/faraday_middleware/faraday_middleware-1.2.0.ebuild 
b/dev-ruby/faraday_middleware/faraday_middleware-1.2.0.ebuild
index b133d5ef41e0..9ef131ff8b0a 100644
--- a/dev-ruby/faraday_middleware/faraday_middleware-1.2.0.ebuild
+++ b/dev-ruby/faraday_middleware/faraday_middleware-1.2.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-USE_RUBY="ruby27 ruby30 ruby31"
+USE_RUBY="ruby31 ruby32"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



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

2024-02-17 Thread Hans de Graaff
commit: 721b5738f5da84803a0526ebb95fa73a59793bd9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Feb 18 06:59:14 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Feb 18 06:59:29 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=721b5738

dev-ruby/elasticsearch-transport: enable ruby32

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

 .../elasticsearch-transport/elasticsearch-transport-6.8.3-r1.ebuild   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-ruby/elasticsearch-transport/elasticsearch-transport-6.8.3-r1.ebuild 
b/dev-ruby/elasticsearch-transport/elasticsearch-transport-6.8.3-r1.ebuild
index 4173bdd4fcf2..1aabb17a8455 100644
--- a/dev-ruby/elasticsearch-transport/elasticsearch-transport-6.8.3-r1.ebuild
+++ b/dev-ruby/elasticsearch-transport/elasticsearch-transport-6.8.3-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-USE_RUBY="ruby27 ruby30 ruby31"
+USE_RUBY="ruby31 ruby32"
 RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
 
 RUBY_FAKEGEM_TASK_TEST="NOTURN=true test"



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

2024-02-17 Thread Hans de Graaff
commit: 498dc17b801afef1db389684636fcea57e12f7a4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Feb 18 06:54:25 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Feb 18 06:59:29 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=498dc17b

dev-ruby/typhoeus: enable ruby32

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

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

diff --git a/dev-ruby/typhoeus/typhoeus-1.4.1.ebuild 
b/dev-ruby/typhoeus/typhoeus-1.4.1.ebuild
index a8eebf9e4fa7..5eda113ddead 100644
--- a/dev-ruby/typhoeus/typhoeus-1.4.1.ebuild
+++ b/dev-ruby/typhoeus/typhoeus-1.4.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-USE_RUBY="ruby31"
+USE_RUBY="ruby31 ruby32"
 
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md UPGRADE.md"
 RUBY_FAKEGEM_TASK_DOC=""



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

2024-02-17 Thread Arthur Zamarin
commit: 80e2ec273aea512ccfd5875c887cbe42f444859a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Feb 18 06:08:58 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Feb 18 06:08:58 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80e2ec27

app-misc/tracker: Stabilize 3.6.0 arm64, #920740

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

 app-misc/tracker/tracker-3.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/tracker/tracker-3.6.0.ebuild 
b/app-misc/tracker/tracker-3.6.0.ebuild
index 7c950fb3c30c..3ce100022d75 100644
--- a/app-misc/tracker/tracker-3.6.0.ebuild
+++ b/app-misc/tracker/tracker-3.6.0.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Tracker 
https://gitlab.gnome.org/GNOME
 
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="3/0" # libtracker-sparql-3.0 soname version
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
 IUSE="gtk-doc +miners stemmer test vala"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-editors/gnome-text-editor/

2024-02-17 Thread Arthur Zamarin
commit: 3df654e29b054c1a9811ed2dbdfb56533bdf2b0d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Feb 18 06:08:58 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Feb 18 06:08:58 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3df654e2

app-editors/gnome-text-editor: Stabilize 45.1 arm64, #920740

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

 app-editors/gnome-text-editor/gnome-text-editor-45.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/gnome-text-editor/gnome-text-editor-45.1.ebuild 
b/app-editors/gnome-text-editor/gnome-text-editor-45.1.ebuild
index 0908125ec268..5c84d35e67dc 100644
--- a/app-editors/gnome-text-editor/gnome-text-editor-45.1.ebuild
+++ b/app-editors/gnome-text-editor/gnome-text-editor-45.1.ebuild
@@ -14,7 +14,7 @@ SLOT="0"
 
 IUSE="spell"
 
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 
 DEPEND="
>=dev-libs/glib-2.73.0:2



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

2024-02-17 Thread Arthur Zamarin
commit: 0ce8b702d0a64184b0ed4805614fb482b864ba36
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Feb 18 06:08:58 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Feb 18 06:08:58 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ce8b702

app-misc/tracker-miners: Stabilize 3.6.2 arm64, #920740

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

 app-misc/tracker-miners/tracker-miners-3.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/tracker-miners/tracker-miners-3.6.2.ebuild 
b/app-misc/tracker-miners/tracker-miners-3.6.2.ebuild
index 5bae2ab51e64..db87bfa6ae9b 100644
--- a/app-misc/tracker-miners/tracker-miners-3.6.2.ebuild
+++ b/app-misc/tracker-miners/tracker-miners-3.6.2.ebuild
@@ -16,7 +16,7 @@ IUSE="cue exif ffmpeg gif gsf +gstreamer iptc +iso +jpeg 
networkmanager +pdf +pl
 REQUIRED_USE="cue? ( gstreamer )" # cue is currently only supported via 
gstreamer, not ffmpeg
 RESTRICT="!test? ( test )"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
 
 # tracker-2.1.7 currently always depends on ICU (theoretically could be 
libunistring instead);
 # so choose ICU over enca always here for the time being (ICU is preferred)



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

2024-02-17 Thread Arthur Zamarin
commit: 0c04eb9262d826764f61375967bf15bf8503852a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Feb 18 06:08:56 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Feb 18 06:08:56 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c04eb92

media-gfx/shotwell: Stabilize 0.32.4 arm64, #920740

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

 media-gfx/shotwell/shotwell-0.32.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/shotwell/shotwell-0.32.4.ebuild 
b/media-gfx/shotwell/shotwell-0.32.4.ebuild
index b59594776c79..a0bfd84be2a3 100644
--- a/media-gfx/shotwell/shotwell-0.32.4.ebuild
+++ b/media-gfx/shotwell/shotwell-0.32.4.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Shotwell;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~sparc x86"
 IUSE="opencv udev"
 
 DEPEND="



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

2024-02-17 Thread Arthur Zamarin
commit: 5b1e79d9ff3b5038fa73534c91918eef94a77fc7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Feb 18 06:08:56 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Feb 18 06:08:56 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b1e79d9

sys-apps/baobab: Stabilize 45.0 arm64, #920740

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

 sys-apps/baobab/baobab-45.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/baobab/baobab-45.0.ebuild 
b/sys-apps/baobab/baobab-45.0.ebuild
index d4cfbfcca4ae..408fcea16691 100644
--- a/sys-apps/baobab/baobab-45.0.ebuild
+++ b/sys-apps/baobab/baobab-45.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Baobab;
 
 LICENSE="GPL-2+ FDL-1.1+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86 ~amd64-linux 
~x86-linux"
 
 RDEPEND="
>=dev-libs/glib-2.44:2



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/orca/

2024-02-17 Thread Arthur Zamarin
commit: 9a7b4532cc09e409c10614d6e5eb459f07ac9a1e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Feb 18 06:08:57 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Feb 18 06:08:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a7b4532

app-accessibility/orca: Stabilize 45.1 arm64, #920740

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

 app-accessibility/orca/orca-45.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/orca/orca-45.1.ebuild 
b/app-accessibility/orca/orca-45.1.ebuild
index fe37aa5d62cc..69045598a323 100644
--- a/app-accessibility/orca/orca-45.1.ebuild
+++ b/app-accessibility/orca/orca-45.1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Orca;
 
 LICENSE="LGPL-2.1+ CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
 
 IUSE="+braille"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: media-gfx/gnome-font-viewer/

2024-02-17 Thread Arthur Zamarin
commit: c57e76d79b864353eda77642332c13e9c2b53892
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Feb 18 06:08:56 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Feb 18 06:08:56 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c57e76d7

media-gfx/gnome-font-viewer: Stabilize 45.0 arm64, #920740

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

 media-gfx/gnome-font-viewer/gnome-font-viewer-45.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/gnome-font-viewer/gnome-font-viewer-45.0.ebuild 
b/media-gfx/gnome-font-viewer/gnome-font-viewer-45.0.ebuild
index ae46c10616d2..37a17d7e48a6 100644
--- a/media-gfx/gnome-font-viewer/gnome-font-viewer-45.0.ebuild
+++ b/media-gfx/gnome-font-viewer/gnome-font-viewer-45.0.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-font-viewer;
 
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86 ~amd64-linux 
~x86-linux"
 
 DEPEND="
>=dev-libs/glib-2.56.0:2



[gentoo-commits] repo/gentoo:master commit in: sys-apps/gnome-disk-utility/

2024-02-17 Thread Arthur Zamarin
commit: ee926256ff89db5d37507f8a71a61a0b9895bcf5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Feb 18 06:08:57 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Feb 18 06:08:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee926256

sys-apps/gnome-disk-utility: Stabilize 45.1 arm64, #920740

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

 sys-apps/gnome-disk-utility/gnome-disk-utility-45.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/gnome-disk-utility/gnome-disk-utility-45.1.ebuild 
b/sys-apps/gnome-disk-utility/gnome-disk-utility-45.1.ebuild
index 7ac6bd6bd9ef..a533b433edab 100644
--- a/sys-apps/gnome-disk-utility/gnome-disk-utility-45.1.ebuild
+++ b/sys-apps/gnome-disk-utility/gnome-disk-utility-45.1.ebuild
@@ -12,7 +12,7 @@ LICENSE="GPL-2+"
 SLOT="0"
 IUSE="fat elogind gnome systemd"
 REQUIRED_USE="?? ( elogind systemd )"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
 
 DEPEND="
>=media-libs/libdvdread-4.2.0:0=



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-weather/

2024-02-17 Thread Arthur Zamarin
commit: ef48c66e8312dc65b20502f9e7a4a41256e400c4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Feb 18 06:08:55 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Feb 18 06:08:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef48c66e

gnome-extra/gnome-weather: Stabilize 45.0 arm64, #920740

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

 gnome-extra/gnome-weather/gnome-weather-45.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-weather/gnome-weather-45.0.ebuild 
b/gnome-extra/gnome-weather/gnome-weather-45.0.ebuild
index 7c5fca7bdbb5..de698d2ac1a8 100644
--- a/gnome-extra/gnome-weather/gnome-weather-45.0.ebuild
+++ b/gnome-extra/gnome-weather/gnome-weather-45.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Design/Apps/Weather;
 
 LICENSE="GPL-2+ LGPL-2+ MIT CC-BY-3.0 CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~loong ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv x86"
 
 DEPEND="
>=dev-libs/glib-2.32:2



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-system-monitor/

2024-02-17 Thread Arthur Zamarin
commit: f7832956b2ce1aa08c01d369bd31895cef06b5a8
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Feb 18 06:08:54 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Feb 18 06:08:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7832956

gnome-extra/gnome-system-monitor: Stabilize 45.0.2 arm64, #920740

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

 gnome-extra/gnome-system-monitor/gnome-system-monitor-45.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-extra/gnome-system-monitor/gnome-system-monitor-45.0.2.ebuild 
b/gnome-extra/gnome-system-monitor/gnome-system-monitor-45.0.2.ebuild
index a18553d8e8f3..212b7a554321 100644
--- a/gnome-extra/gnome-system-monitor/gnome-system-monitor-45.0.2.ebuild
+++ b/gnome-extra/gnome-system-monitor/gnome-system-monitor-45.0.2.ebuild
@@ -10,7 +10,7 @@ 
HOMEPAGE="https://help.gnome.org/users/gnome-system-monitor/stable/;
 LICENSE="GPL-2+"
 SLOT="0"
 IUSE="systemd X"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
>=dev-cpp/glibmm-2.46:2



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/sushi/

2024-02-17 Thread Arthur Zamarin
commit: 3b9e5c508f6252b70b2cc72ae13b363607f00479
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Feb 18 06:08:55 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Feb 18 06:08:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b9e5c50

gnome-extra/sushi: Stabilize 45.0 arm64, #920740

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

 gnome-extra/sushi/sushi-45.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/sushi/sushi-45.0.ebuild 
b/gnome-extra/sushi/sushi-45.0.ebuild
index a58f440c53f4..d227a4dfb6ce 100644
--- a/gnome-extra/sushi/sushi-45.0.ebuild
+++ b/gnome-extra/sushi/sushi-45.0.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/sushi;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 IUSE="wayland +X"
 REQUIRED_USE="|| ( wayland X )"
 



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

2024-02-17 Thread Arthur Zamarin
commit: ae1462411669df924ff7929d7607645d90eff08b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Feb 18 06:08:52 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Feb 18 06:08:52 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae146241

gnome-base/dconf-editor: Stabilize 45.0.1 arm64, #920740

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

 gnome-base/dconf-editor/dconf-editor-45.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/dconf-editor/dconf-editor-45.0.1.ebuild 
b/gnome-base/dconf-editor/dconf-editor-45.0.1.ebuild
index ab23b8a001d4..cc5a6bac15d7 100644
--- a/gnome-base/dconf-editor/dconf-editor-45.0.1.ebuild
+++ b/gnome-base/dconf-editor/dconf-editor-45.0.1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/dconf-editor;
 LICENSE="GPL-3+"
 SLOT="0"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc x86 ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc 
x86 ~x86-linux"
 
 RDEPEND="
>=gnome-base/dconf-0.26.1



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-tweaks/

2024-02-17 Thread Arthur Zamarin
commit: 13e164c87a61f4fe571fa60e584ada7c2471a7b7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Feb 18 06:08:54 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Feb 18 06:08:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13e164c8

gnome-extra/gnome-tweaks: Stabilize 45.0 arm64, #920740

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

 gnome-extra/gnome-tweaks/gnome-tweaks-45.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-tweaks/gnome-tweaks-45.0.ebuild 
b/gnome-extra/gnome-tweaks/gnome-tweaks-45.0.ebuild
index d2238ba37723..d1660dec6908 100644
--- a/gnome-extra/gnome-tweaks/gnome-tweaks-45.0.ebuild
+++ b/gnome-extra/gnome-tweaks/gnome-tweaks-45.0.ebuild
@@ -14,7 +14,7 @@ SLOT="0"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 
 DEPEND="${PYTHON_DEPS}"
 # See README.md for list of deps



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-calendar/

2024-02-17 Thread Arthur Zamarin
commit: bc4957e7a99819f3d3ed312d49d909b6ab8e6675
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Feb 18 06:08:53 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Feb 18 06:08:53 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc4957e7

gnome-extra/gnome-calendar: Stabilize 45.1 arm64, #920740

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

 gnome-extra/gnome-calendar/gnome-calendar-45.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-calendar/gnome-calendar-45.1.ebuild 
b/gnome-extra/gnome-calendar/gnome-calendar-45.1.ebuild
index af83ed86cd0f..e4d162d50cb5 100644
--- a/gnome-extra/gnome-calendar/gnome-calendar-45.1.ebuild
+++ b/gnome-extra/gnome-calendar/gnome-calendar-45.1.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Calendar;
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~loong ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv x86"
 
 DEPEND="
>=dev-libs/libical-1.0.1:0=



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-characters/

2024-02-17 Thread Arthur Zamarin
commit: 7cd49f2dab9a1d9e5e7ace2bc542c77e75d4242d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Feb 18 06:08:53 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Feb 18 06:08:53 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cd49f2d

gnome-extra/gnome-characters: Stabilize 45.0-r1 arm64, #920740

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

 gnome-extra/gnome-characters/gnome-characters-45.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-characters/gnome-characters-45.0-r1.ebuild 
b/gnome-extra/gnome-characters/gnome-characters-45.0-r1.ebuild
index 02a42710bcb6..c83c0a806230 100644
--- a/gnome-extra/gnome-characters/gnome-characters-45.0-r1.ebuild
+++ b/gnome-extra/gnome-characters/gnome-characters-45.0-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Design/Apps/CharacterMap;
 
 LICENSE="GPL-2+ BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~loong ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv x86"
 
 IUSE="test"
 RESTRICT="!test? ( test )"



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

2024-02-17 Thread Arthur Zamarin
commit: 36bee939a8ad1df98c4182ce7a68e8fa53d7696c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Feb 18 06:08:51 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Feb 18 06:08:51 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36bee939

app-arch/file-roller: Stabilize 43.1 arm64, #920740

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

 app-arch/file-roller/file-roller-43.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/file-roller/file-roller-43.1.ebuild 
b/app-arch/file-roller/file-roller-43.1.ebuild
index fe36bca8c6bb..f87362e63332 100644
--- a/app-arch/file-roller/file-roller-43.1.ebuild
+++ b/app-arch/file-roller/file-roller-43.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/FileRoller;
 
 LICENSE="GPL-2+ CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86 ~amd64-linux 
~x86-linux"
 IUSE="gtk-doc +introspection nautilus"
 REQUIRED_USE="gtk-doc? ( introspection )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-themes/gnome-backgrounds/

2024-02-17 Thread Arthur Zamarin
commit: 0a7b929be07a19883bf11817beeeb1222b37f682
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Feb 18 06:08:51 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Feb 18 06:08:51 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a7b929b

x11-themes/gnome-backgrounds: Stabilize 45.0 arm64, #920740

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

 x11-themes/gnome-backgrounds/gnome-backgrounds-45.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/gnome-backgrounds/gnome-backgrounds-45.0.ebuild 
b/x11-themes/gnome-backgrounds/gnome-backgrounds-45.0.ebuild
index a39d26426fc9..d3b59610acb9 100644
--- a/x11-themes/gnome-backgrounds/gnome-backgrounds-45.0.ebuild
+++ b/x11-themes/gnome-backgrounds/gnome-backgrounds-45.0.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-backgrounds;
 
 LICENSE="CC-BY-SA-2.0 CC-BY-SA-3.0 CC-BY-2.0 CC-BY-4.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND="gui-libs/gdk-pixbuf-loader-webp"
 BDEPEND=">=sys-devel/gettext-0.19.8"



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-calculator/

2024-02-17 Thread Arthur Zamarin
commit: e5b9edaa27f7f8355cfa1bb4d9079fa9e9929dcc
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Feb 18 06:08:53 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Feb 18 06:08:53 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5b9edaa

gnome-extra/gnome-calculator: Stabilize 45.0.2 arm64, #920740

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

 gnome-extra/gnome-calculator/gnome-calculator-45.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-calculator/gnome-calculator-45.0.2.ebuild 
b/gnome-extra/gnome-calculator/gnome-calculator-45.0.2.ebuild
index 01ad158f26a7..9a46335c529e 100644
--- a/gnome-extra/gnome-calculator/gnome-calculator-45.0.2.ebuild
+++ b/gnome-extra/gnome-calculator/gnome-calculator-45.0.2.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Calculator;
 LICENSE="GPL-3+"
 SLOT="0"
 IUSE="+introspection test"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86"
 
 # gtksourceview vapi definitions in dev-lang/vala itself are too old, and 
newer vala removes them
 # altogether, thus we need them installed by gtksourceview[vala]



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/gnome-sudoku/

2024-02-17 Thread Arthur Zamarin
commit: 53a0b93556e9f590ebc9ea386585c8f31cfef747
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Feb 18 06:08:52 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Feb 18 06:08:52 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53a0b935

games-puzzle/gnome-sudoku: Stabilize 45.3 arm64, #920740

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

 games-puzzle/gnome-sudoku/gnome-sudoku-45.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-puzzle/gnome-sudoku/gnome-sudoku-45.3.ebuild 
b/games-puzzle/gnome-sudoku/gnome-sudoku-45.3.ebuild
index 1e97206213f5..6392ba4c303b 100644
--- a/games-puzzle/gnome-sudoku/gnome-sudoku-45.3.ebuild
+++ b/games-puzzle/gnome-sudoku/gnome-sudoku-45.3.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Sudoku 
https://gitlab.gnome.org/GNOME/gnom
 
 LICENSE="GPL-3+ CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~riscv x86"
 
 RDEPEND="
>=dev-libs/glib-2.40:2



[gentoo-commits] repo/gentoo:master commit in: games-arcade/gnome-nibbles/

2024-02-17 Thread Arthur Zamarin
commit: 1c3da508459466be17d1ac2247e4d9864d0ab22b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Feb 18 06:08:51 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Feb 18 06:08:51 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c3da508

games-arcade/gnome-nibbles: Stabilize 4.0.1 arm64, #920740

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

 games-arcade/gnome-nibbles/gnome-nibbles-4.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-arcade/gnome-nibbles/gnome-nibbles-4.0.1.ebuild 
b/games-arcade/gnome-nibbles/gnome-nibbles-4.0.1.ebuild
index e2c1e3ec1957..fed88c796bfc 100644
--- a/games-arcade/gnome-nibbles/gnome-nibbles-4.0.1.ebuild
+++ b/games-arcade/gnome-nibbles/gnome-nibbles-4.0.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Nibbles 
https://gitlab.gnome.org/GNOME/gno
 
 LICENSE="GPL-3+ CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~loong ~riscv x86"
+KEYWORDS="amd64 arm64 ~loong ~riscv x86"
 
 RDEPEND="
>=dev-libs/glib-2.78.0:2



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

2024-02-17 Thread Arthur Zamarin
commit: 10c040abdb322c6ab145769220c62cfbe22a3955
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Feb 18 06:08:46 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Feb 18 06:08:46 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10c040ab

app-misc/tracker-miners: Stabilize 3.6.2 x86, #920740

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

 app-misc/tracker-miners/tracker-miners-3.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/tracker-miners/tracker-miners-3.6.2.ebuild 
b/app-misc/tracker-miners/tracker-miners-3.6.2.ebuild
index 792201af26f0..5bae2ab51e64 100644
--- a/app-misc/tracker-miners/tracker-miners-3.6.2.ebuild
+++ b/app-misc/tracker-miners/tracker-miners-3.6.2.ebuild
@@ -16,7 +16,7 @@ IUSE="cue exif ffmpeg gif gsf +gstreamer iptc +iso +jpeg 
networkmanager +pdf +pl
 REQUIRED_USE="cue? ( gstreamer )" # cue is currently only supported via 
gstreamer, not ffmpeg
 RESTRICT="!test? ( test )"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
 
 # tracker-2.1.7 currently always depends on ICU (theoretically could be 
libunistring instead);
 # so choose ICU over enca always here for the time being (ICU is preferred)



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/orca/

2024-02-17 Thread Arthur Zamarin
commit: 705f473f3df1af56e25f8fa02d88ebab8405637d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Feb 18 06:08:44 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Feb 18 06:08:44 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=705f473f

app-accessibility/orca: Stabilize 45.1 x86, #920740

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

 app-accessibility/orca/orca-45.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/orca/orca-45.1.ebuild 
b/app-accessibility/orca/orca-45.1.ebuild
index 41d80a160c20..fe37aa5d62cc 100644
--- a/app-accessibility/orca/orca-45.1.ebuild
+++ b/app-accessibility/orca/orca-45.1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Orca;
 
 LICENSE="LGPL-2.1+ CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
 
 IUSE="+braille"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: app-editors/gnome-text-editor/

2024-02-17 Thread Arthur Zamarin
commit: eb9a4e64f885af6b4a8011ba27f7e2580f5df02b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Feb 18 06:08:45 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Feb 18 06:08:45 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb9a4e64

app-editors/gnome-text-editor: Stabilize 45.1 x86, #920740

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

 app-editors/gnome-text-editor/gnome-text-editor-45.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/gnome-text-editor/gnome-text-editor-45.1.ebuild 
b/app-editors/gnome-text-editor/gnome-text-editor-45.1.ebuild
index 57bf4fd8fddf..0908125ec268 100644
--- a/app-editors/gnome-text-editor/gnome-text-editor-45.1.ebuild
+++ b/app-editors/gnome-text-editor/gnome-text-editor-45.1.ebuild
@@ -14,7 +14,7 @@ SLOT="0"
 
 IUSE="spell"
 
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
 
 DEPEND="
>=dev-libs/glib-2.73.0:2



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

2024-02-17 Thread Arthur Zamarin
commit: c444048f5acf22ab33e787dfdfb1be37287c2ee8
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Feb 18 06:08:45 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Feb 18 06:08:45 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c444048f

app-misc/tracker: Stabilize 3.6.0 x86, #920740

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

 app-misc/tracker/tracker-3.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/tracker/tracker-3.6.0.ebuild 
b/app-misc/tracker/tracker-3.6.0.ebuild
index 687d4b2ba11a..7c950fb3c30c 100644
--- a/app-misc/tracker/tracker-3.6.0.ebuild
+++ b/app-misc/tracker/tracker-3.6.0.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Tracker 
https://gitlab.gnome.org/GNOME
 
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="3/0" # libtracker-sparql-3.0 soname version
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
 IUSE="gtk-doc +miners stemmer test vala"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/gnome-disk-utility/

2024-02-17 Thread Arthur Zamarin
commit: 3875bb5eb0c90d011f365a78aeee098fa780f29d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Feb 18 06:08:44 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Feb 18 06:08:44 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3875bb5e

sys-apps/gnome-disk-utility: Stabilize 45.1 x86, #920740

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

 sys-apps/gnome-disk-utility/gnome-disk-utility-45.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/gnome-disk-utility/gnome-disk-utility-45.1.ebuild 
b/sys-apps/gnome-disk-utility/gnome-disk-utility-45.1.ebuild
index b3dfa7d731dd..7ac6bd6bd9ef 100644
--- a/sys-apps/gnome-disk-utility/gnome-disk-utility-45.1.ebuild
+++ b/sys-apps/gnome-disk-utility/gnome-disk-utility-45.1.ebuild
@@ -12,7 +12,7 @@ LICENSE="GPL-2+"
 SLOT="0"
 IUSE="fat elogind gnome systemd"
 REQUIRED_USE="?? ( elogind systemd )"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
 
 DEPEND="
>=media-libs/libdvdread-4.2.0:0=



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-extension-gsconnect/

2024-02-17 Thread Arthur Zamarin
commit: 5085dc909235422c05c09f45221d87fec05c0d05
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Feb 18 06:07:30 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Feb 18 06:07:30 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5085dc90

gnome-extra/gnome-shell-extension-gsconnect: Stabilize 56 x86, #920697

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

 .../gnome-shell-extension-gsconnect-56.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-extra/gnome-shell-extension-gsconnect/gnome-shell-extension-gsconnect-56.ebuild
 
b/gnome-extra/gnome-shell-extension-gsconnect/gnome-shell-extension-gsconnect-56.ebuild
index e9ed9e45f725..27bf7cfb5257 100644
--- 
a/gnome-extra/gnome-shell-extension-gsconnect/gnome-shell-extension-gsconnect-56.ebuild
+++ 
b/gnome-extra/gnome-shell-extension-gsconnect/gnome-shell-extension-gsconnect-56.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/GSConnect/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="nautilus"
 
 COMMON_DEPEND="dev-libs/glib:2"



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-extension-weather-in-the-clock/

2024-02-17 Thread Arthur Zamarin
commit: cbab88d87d0ced24403d4a9eccf6e8d5b7c27e09
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Feb 18 06:07:31 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Feb 18 06:07:31 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbab88d8

gnome-extra/gnome-shell-extension-weather-in-the-clock: Stabilize 20221024-r2 
x86, #920697

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

 .../gnome-shell-extension-weather-in-the-clock-20221024-r2.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-extra/gnome-shell-extension-weather-in-the-clock/gnome-shell-extension-weather-in-the-clock-20221024-r2.ebuild
 
b/gnome-extra/gnome-shell-extension-weather-in-the-clock/gnome-shell-extension-weather-in-the-clock-20221024-r2.ebuild
index 6aca94a1bf9e..262bbe8eae38 100644
--- 
a/gnome-extra/gnome-shell-extension-weather-in-the-clock/gnome-shell-extension-weather-in-the-clock-20221024-r2.ebuild
+++ 
b/gnome-extra/gnome-shell-extension-weather-in-the-clock/gnome-shell-extension-weather-in-the-clock-20221024-r2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/JasonLG1979/gnome-shell-extension-weather-in-the-clo
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="



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

2024-02-17 Thread Arthur Zamarin
commit: a428b69e6281f5459d6b392b53c6741fefc57866
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Feb 18 06:07:30 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Feb 18 06:07:30 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a428b69e

gnome-extra/gnome-shell-extension-desktop-icons-ng: Stabilize 47.0.7 x86, 
#920697

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

 .../gnome-shell-extension-desktop-icons-ng-47.0.7.ebuild| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-extra/gnome-shell-extension-desktop-icons-ng/gnome-shell-extension-desktop-icons-ng-47.0.7.ebuild
 
b/gnome-extra/gnome-shell-extension-desktop-icons-ng/gnome-shell-extension-desktop-icons-ng-47.0.7.ebuild
index bf8b455f698a..9e90858fa78b 100644
--- 
a/gnome-extra/gnome-shell-extension-desktop-icons-ng/gnome-shell-extension-desktop-icons-ng-47.0.7.ebuild
+++ 
b/gnome-extra/gnome-shell-extension-desktop-icons-ng/gnome-shell-extension-desktop-icons-ng-47.0.7.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://gitlab.com/rastersoft/desktop-icons-ng/-/archive/${PV}/${P}.tar
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 COMMON_DEPEND="dev-libs/glib:2"



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-extension-alphabetical-grid/

2024-02-17 Thread Arthur Zamarin
commit: 6f5a7dde6ac0099d02cd8a0e1a07a9e980e3f5e0
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Feb 18 06:07:27 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Feb 18 06:07:27 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f5a7dde

gnome-extra/gnome-shell-extension-alphabetical-grid: Stabilize 36.0 x86, #920697

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

 .../gnome-shell-extension-alphabetical-grid-36.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-extra/gnome-shell-extension-alphabetical-grid/gnome-shell-extension-alphabetical-grid-36.0.ebuild
 
b/gnome-extra/gnome-shell-extension-alphabetical-grid/gnome-shell-extension-alphabetical-grid-36.0.ebuild
index 33c996197e8f..51d07d2584b1 100644
--- 
a/gnome-extra/gnome-shell-extension-alphabetical-grid/gnome-shell-extension-alphabetical-grid-36.0.ebuild
+++ 
b/gnome-extra/gnome-shell-extension-alphabetical-grid/gnome-shell-extension-alphabetical-grid-36.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/stuarthayhurst/alphabetical-grid-extension/archive/r
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
app-eselect/eselect-gnome-shell-extensions



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-extension-appindicator/

2024-02-17 Thread Arthur Zamarin
commit: 85653b526a8035086be14617a476c92de26144df
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Feb 18 06:07:27 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Feb 18 06:07:27 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85653b52

gnome-extra/gnome-shell-extension-appindicator: Stabilize 57 x86, #920697

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

 .../gnome-shell-extension-appindicator-57.ebuild| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-extra/gnome-shell-extension-appindicator/gnome-shell-extension-appindicator-57.ebuild
 
b/gnome-extra/gnome-shell-extension-appindicator/gnome-shell-extension-appindicator-57.ebuild
index e3054dd425bd..0d51e1283dfd 100644
--- 
a/gnome-extra/gnome-shell-extension-appindicator/gnome-shell-extension-appindicator-57.ebuild
+++ 
b/gnome-extra/gnome-shell-extension-appindicator/gnome-shell-extension-appindicator-57.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/ubuntu/gnome-shell-extension-appindicator/archive/v$
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 RDEPEND="
app-eselect/eselect-gnome-shell-extensions



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-frippery/

2024-02-17 Thread Arthur Zamarin
commit: 4eac2f6208c0d61b608fa80d6f1af9bc30f06b7c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Feb 18 06:07:26 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Feb 18 06:07:26 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4eac2f62

gnome-extra/gnome-shell-frippery: Stabilize 45.0 x86, #920697

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

 gnome-extra/gnome-shell-frippery/gnome-shell-frippery-45.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-45.0.ebuild 
b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-45.0.ebuild
index ae9401d1a479..7a3c45ba8868 100644
--- a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-45.0.ebuild
+++ b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-45.0.ebuild
@@ -10,7 +10,7 @@ S="${WORKDIR}/.local/share/gnome-shell"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
app-eselect/eselect-gnome-shell-extensions



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen/

2024-02-17 Thread Arthur Zamarin
commit: 418c53094cab85dfcfe489edb2cfd95fbaaea221
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Feb 18 06:07:29 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Feb 18 06:07:29 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=418c5309

gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen: Stabilize 
20230905 x86, #920697

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

 ...e-shell-extension-control-blur-effect-on-lock-screen-20230905.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen/gnome-shell-extension-control-blur-effect-on-lock-screen-20230905.ebuild
 
b/gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen/gnome-shell-extension-control-blur-effect-on-lock-screen-20230905.ebuild
index f6f324c717a7..3692ae3dac3e 100644
--- 
a/gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen/gnome-shell-extension-control-blur-effect-on-lock-screen-20230905.ebuild
+++ 
b/gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen/gnome-shell-extension-control-blur-effect-on-lock-screen-20230905.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/PRATAP-KUMAR/Control_Blur_Effect_On_Lock_Screen/arch
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 # glib for glib-compile-schemas at build time, needed at runtime anyways



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-extension-bing-wallpaper/

2024-02-17 Thread Arthur Zamarin
commit: ad03e583d23c4709f68c7e912bcc5ac750ad33f0
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Feb 18 06:07:28 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Feb 18 06:07:28 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad03e583

gnome-extra/gnome-shell-extension-bing-wallpaper: Stabilize 48 x86, #920697

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

 .../gnome-shell-extension-bing-wallpaper-48.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-extra/gnome-shell-extension-bing-wallpaper/gnome-shell-extension-bing-wallpaper-48.ebuild
 
b/gnome-extra/gnome-shell-extension-bing-wallpaper/gnome-shell-extension-bing-wallpaper-48.ebuild
index 2ef28b132b79..a652393ead4f 100644
--- 
a/gnome-extra/gnome-shell-extension-bing-wallpaper/gnome-shell-extension-bing-wallpaper-48.ebuild
+++ 
b/gnome-extra/gnome-shell-extension-bing-wallpaper/gnome-shell-extension-bing-wallpaper-48.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/neffo/bing-wallpaper-gnome-extension/archive/v${PV}.
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-extension-applications-overview-tooltip/

2024-02-17 Thread Arthur Zamarin
commit: f85eee933581f6b6047bca553bd415e4d5b18a5f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Feb 18 06:07:28 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Feb 18 06:07:28 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f85eee93

gnome-extra/gnome-shell-extension-applications-overview-tooltip: Stabilize 19 
x86, #920697

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

 .../gnome-shell-extension-applications-overview-tooltip-19.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-extra/gnome-shell-extension-applications-overview-tooltip/gnome-shell-extension-applications-overview-tooltip-19.ebuild
 
b/gnome-extra/gnome-shell-extension-applications-overview-tooltip/gnome-shell-extension-applications-overview-tooltip-19.ebuild
index 783baccdfbd3..23226850465e 100644
--- 
a/gnome-extra/gnome-shell-extension-applications-overview-tooltip/gnome-shell-extension-applications-overview-tooltip-19.ebuild
+++ 
b/gnome-extra/gnome-shell-extension-applications-overview-tooltip/gnome-shell-extension-applications-overview-tooltip-19.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/RaphaelRochet/applications-overview-tooltip/archive/
 # https://github.com/RaphaelRochet/applications-overview-tooltip/issues/7
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
app-eselect/eselect-gnome-shell-extensions



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-extension-bluetooth-quick-connect/

2024-02-17 Thread Arthur Zamarin
commit: 42ededecba69ed4f21f7b07e4b2eebc9062460f3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Feb 18 06:07:28 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Feb 18 06:07:28 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42ededec

gnome-extra/gnome-shell-extension-bluetooth-quick-connect: Stabilize 45 x86, 
#920697

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

 .../gnome-shell-extension-bluetooth-quick-connect-45.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-extra/gnome-shell-extension-bluetooth-quick-connect/gnome-shell-extension-bluetooth-quick-connect-45.ebuild
 
b/gnome-extra/gnome-shell-extension-bluetooth-quick-connect/gnome-shell-extension-bluetooth-quick-connect-45.ebuild
index 2169ba31c9a1..ca8586098350 100644
--- 
a/gnome-extra/gnome-shell-extension-bluetooth-quick-connect/gnome-shell-extension-bluetooth-quick-connect-45.ebuild
+++ 
b/gnome-extra/gnome-shell-extension-bluetooth-quick-connect/gnome-shell-extension-bluetooth-quick-connect-45.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/Extensions-Valhalla/gnome-bluetooth-quick-connect/ar
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-extension-dash-to-panel/

2024-02-17 Thread Arthur Zamarin
commit: 7e9dbd74ad0a1761d7db9a40a83927fb6c756436
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Feb 18 06:07:29 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Feb 18 06:07:29 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e9dbd74

gnome-extra/gnome-shell-extension-dash-to-panel: Stabilize 59 x86, #920697

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

 .../gnome-shell-extension-dash-to-panel-59.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-extra/gnome-shell-extension-dash-to-panel/gnome-shell-extension-dash-to-panel-59.ebuild
 
b/gnome-extra/gnome-shell-extension-dash-to-panel/gnome-shell-extension-dash-to-panel-59.ebuild
index 07066d36d7c3..9149ab137b00 100644
--- 
a/gnome-extra/gnome-shell-extension-dash-to-panel/gnome-shell-extension-dash-to-panel-59.ebuild
+++ 
b/gnome-extra/gnome-shell-extension-dash-to-panel/gnome-shell-extension-dash-to-panel-59.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="branding"
 
 COMMON_DEPEND="dev-libs/glib:2"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/xdg-desktop-portal-gnome/

2024-02-17 Thread Arthur Zamarin
commit: d933796f7eeb2696b15379b32518269724a1e369
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Feb 18 06:07:25 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Feb 18 06:07:25 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d933796f

sys-apps/xdg-desktop-portal-gnome: Stabilize 45.1-r1 x86, #920697

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

 .../xdg-desktop-portal-gnome/xdg-desktop-portal-gnome-45.1-r1.ebuild| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/sys-apps/xdg-desktop-portal-gnome/xdg-desktop-portal-gnome-45.1-r1.ebuild 
b/sys-apps/xdg-desktop-portal-gnome/xdg-desktop-portal-gnome-45.1-r1.ebuild
index 45e75992aa38..01563bab5406 100644
--- a/sys-apps/xdg-desktop-portal-gnome/xdg-desktop-portal-gnome-45.1-r1.ebuild
+++ b/sys-apps/xdg-desktop-portal-gnome/xdg-desktop-portal-gnome-45.1-r1.ebuild
@@ -10,7 +10,7 @@ 
HOMEPAGE="https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86"
 IUSE="wayland X"
 
 # Newer-than-strictly-required xdg-desktop-portal dep for hang/slowness fixes



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

2024-02-17 Thread Arthur Zamarin
commit: 9be9e3a922143924fbefa7d7c3b543bc6d7cc051
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Feb 18 06:07:26 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Feb 18 06:07:26 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9be9e3a9

gnome-base/gdm: Stabilize 45.0.1-r1 x86, #920697

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

 gnome-base/gdm/gdm-45.0.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/gdm/gdm-45.0.1-r1.ebuild 
b/gnome-base/gdm/gdm-45.0.1-r1.ebuild
index 6228e10d0bd5..fe286d39a562 100644
--- a/gnome-base/gdm/gdm-45.0.1-r1.ebuild
+++ b/gnome-base/gdm/gdm-45.0.1-r1.ebuild
@@ -23,7 +23,7 @@ IUSE="accessibility audit bluetooth-sound branding elogind 
fprint plymouth selin
 RESTRICT="!test? ( test )"
 REQUIRED_USE="^^ ( elogind systemd )"
 
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 
 # dconf, dbus and g-s-d are needed at install time for dconf update
 # keyutils is automagic dep that makes autologin unlock login keyring



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

2024-02-17 Thread Arthur Zamarin
commit: a2e9ccf5e39fecfc8209c32d5f8b665b274758e2
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Feb 18 06:07:17 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Feb 18 06:07:17 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2e9ccf5

dev-libs/gjs: Stabilize 1.78.1 ppc, #920697

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

 dev-libs/gjs/gjs-1.78.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/gjs/gjs-1.78.1.ebuild b/dev-libs/gjs/gjs-1.78.1.ebuild
index 263c27b48779..9a25b2b74686 100644
--- a/dev-libs/gjs/gjs-1.78.1.ebuild
+++ b/dev-libs/gjs/gjs-1.78.1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Gjs 
https://gitlab.gnome.org/GNOME/gjs
 LICENSE="MIT || ( MPL-1.1 LGPL-2+ GPL-2+ )"
 SLOT="0"
 IUSE="+cairo examples readline sysprof test"
-KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~x86"
 RESTRICT="!test? ( test )"
 
 RDEPEND="



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

2024-02-17 Thread Arthur Zamarin
commit: 4d4ed0e9ff3f78ab4b5f20b13b2d50f17b6ccdd3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Feb 18 06:07:25 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Feb 18 06:07:25 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d4ed0e9

gnome-base/gnome-shell: Stabilize 45.2 x86, #920697

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

 gnome-base/gnome-shell/gnome-shell-45.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/gnome-shell/gnome-shell-45.2.ebuild 
b/gnome-base/gnome-shell/gnome-shell-45.2.ebuild
index b0952ac6feab..230a9719e937 100644
--- a/gnome-base/gnome-shell/gnome-shell-45.2.ebuild
+++ b/gnome-base/gnome-shell/gnome-shell-45.2.ebuild
@@ -16,7 +16,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}
?? ( elogind systemd )"
 RESTRICT="!test? ( test )"
 
-KEYWORDS="amd64 ~arm arm64 ~loong ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~riscv x86"
 
 # libXfixes-5.0 needed for pointer barriers and #include 

 DEPEND="



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

2024-02-17 Thread Arthur Zamarin
commit: 9b3468100e670b5a05da291a7b322b2ca75f6640
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Feb 18 06:07:24 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Feb 18 06:07:24 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b346810

dev-libs/gjs: Stabilize 1.78.1 x86, #920697

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

 dev-libs/gjs/gjs-1.78.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/gjs/gjs-1.78.1.ebuild b/dev-libs/gjs/gjs-1.78.1.ebuild
index 9a25b2b74686..805b43049029 100644
--- a/dev-libs/gjs/gjs-1.78.1.ebuild
+++ b/dev-libs/gjs/gjs-1.78.1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Gjs 
https://gitlab.gnome.org/GNOME/gjs
 LICENSE="MIT || ( MPL-1.1 LGPL-2+ GPL-2+ )"
 SLOT="0"
 IUSE="+cairo examples readline sysprof test"
-KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv x86"
 RESTRICT="!test? ( test )"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-extensions/

2024-02-17 Thread Arthur Zamarin
commit: 751628a46c9cb1aa3caf6f70e35e90eaacc0141e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Feb 18 06:07:26 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Feb 18 06:07:26 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=751628a4

gnome-extra/gnome-shell-extensions: Stabilize 45.2 x86, #920697

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

 gnome-extra/gnome-shell-extensions/gnome-shell-extensions-45.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-45.2.ebuild 
b/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-45.2.ebuild
index 70a9a58cc908..0ae3dba9b72a 100644
--- a/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-45.2.ebuild
+++ b/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-45.2.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/GnomeShell/Extensions;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 arm64 ~loong ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~loong ~riscv x86"
 
 DEPEND="
>=dev-libs/glib-2.26:2



[gentoo-commits] repo/gentoo:master commit in: x11-wm/mutter/

2024-02-17 Thread Arthur Zamarin
commit: b78fa92c56288106b2d6187bcfe5c424c0b6434e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Feb 18 06:07:24 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Feb 18 06:07:24 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b78fa92c

x11-wm/mutter: Stabilize 45.2-r1 x86, #920697

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

 x11-wm/mutter/mutter-45.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/mutter/mutter-45.2-r1.ebuild 
b/x11-wm/mutter/mutter-45.2-r1.ebuild
index 4044d060c343..6c49d44d4b99 100644
--- a/x11-wm/mutter/mutter-45.2-r1.ebuild
+++ b/x11-wm/mutter/mutter-45.2-r1.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} ==  ]]; then
SRC_URI=""
SLOT="0/13" # This can get easily out of date, but better than 9967
 else
-   KEYWORDS="amd64 ~arm arm64 ~loong ~riscv ~x86"
+   KEYWORDS="amd64 ~arm arm64 ~loong ~riscv x86"
SLOT="0/$(($(ver_cut 1) - 32))" # 0/libmutter_api_version - ONLY 
gnome-shell (or anything using mutter-clutter-.pc) should use the 
subslot
 fi
 



[gentoo-commits] repo/gentoo:master commit in: mail-filter/maildrop/, mail-filter/maildrop/files/

2024-02-17 Thread Alfredo Tupone
commit: 3256b72ab582a5647ca8a40a08f9f081e88d8920
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Sun Feb 18 05:56:18 2024 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Sun Feb 18 05:57:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3256b72a

mail-filter/maildrop: drop valgrind usage on test

Closes: https://bugs.gentoo.org/924748
Signed-off-by: Alfredo Tupone  gentoo.org>

 .../maildrop/files/maildrop-3.1.6-valgrind.patch   | 31 ++
 mail-filter/maildrop/maildrop-3.1.6-r2.ebuild  |  1 +
 2 files changed, 32 insertions(+)

diff --git a/mail-filter/maildrop/files/maildrop-3.1.6-valgrind.patch 
b/mail-filter/maildrop/files/maildrop-3.1.6-valgrind.patch
new file mode 100644
index ..f4b22914f395
--- /dev/null
+++ b/mail-filter/maildrop/files/maildrop-3.1.6-valgrind.patch
@@ -0,0 +1,31 @@
+--- a/libs/maildrop/Makefile.am2024-02-18 06:43:15.291095955 +0100
 b/libs/maildrop/Makefile.am2024-02-18 06:43:37.317830695 +0100
+@@ -73,7 +73,7 @@
+ check-am: testsuite
+ if HAS_EN_US
+   VALGRIND="`which valgrind 2>/dev/null`"; export VALGRIND; @SHELL@ 
./testsuite >testsuite.diff || exit 1; diff -U 3 testsuite.diff 
$(srcdir)/testsuite.txt.idn || exit 1; rm -f testsuite.diff
+-  VALGRIND="`which valgrind 2>/dev/null`"; export VALGRIND; @SHELL@ 
$(srcdir)/testsuite2
++  VALGRIND=""; export VALGRIND; @SHELL@ $(srcdir)/testsuite2
+ endif
+ 
+ noinst_DATA=maildrop.html maildrop.1 maildropfilter.html maildropfilter.7 \
+--- a/libs/maildir/Makefile.am 2024-02-18 06:48:31.305134721 +0100
 b/libs/maildir/Makefile.am 2024-02-18 06:49:56.223057434 +0100
+@@ -152,17 +152,11 @@
+   test "@PCRE_LDFLAGS@" != "" || exit 0 ; @SHELL@ $(srcdir)/testsuite2 
2>&1 | cmp - $(srcdir)/testsuite2.txt
+   LC_ALL=C; export LC_ALL; ./maildirkwtest | cmp -s - 
$(srcdir)/maildirkwtest.txt
+   LC_ALL=C; export LC_ALL; ./maildiraclttest
+-  VALGRIND="`which valgrind 2>/dev/null`"; test "$$VALGRIND" != "" || 
exit 0; \
+-  LC_ALL=C; export LC_ALL; valgrind --tool=memcheck 
--leak-check=yes --error-exitcode=1 ./maildiraclttest
+-  VALGRIND="`which valgrind 2>/dev/null`"; test "$$VALGRIND" != "" || 
exit 0; \
+-  LC_ALL=C; export LC_ALL; valgrind --tool=memcheck 
--leak-check=yes --error-exitcode=1 ./maildirkwtest
+   ./testmaildirsearch iso-8859-1 needle haystack; test $$? = 2 && exit 0; 
exit 1
+   ./testmaildirsearch iso-8859-1 nEEdle needlE
+   ./testmaildirsearch iso-8859-1 "abra  cadAbra" "abra   cadabra"
+   ./testmaildirsearch iso-8859-1 "  abra  cadAbra  " " abra   cadabra"
+   ./testmaildirsearch iso-8859-1 "  abra  cadAbra  " " abra   cadabra  "
+-  VALGRIND="`which valgrind 2>/dev/null`"; test "$$VALGRIND" != "" || 
exit 0; \
+-  LC_ALL=C; export LC_ALL; export VALGRIND="@SHELL@ 
$(srcdir)/testsuitevalgrind"; rm -f confmdtesterror; @SHELL@ 
$(srcdir)/testsuite 2>&1 | tee testsuite.out; test ! -f confmdtesterror
+   rm -rf testsuite.out
+ 
+ if HAVE_SGML

diff --git a/mail-filter/maildrop/maildrop-3.1.6-r2.ebuild 
b/mail-filter/maildrop/maildrop-3.1.6-r2.ebuild
index 0bdf1c83bc3e..f98f115db911 100644
--- a/mail-filter/maildrop/maildrop-3.1.6-r2.ebuild
+++ b/mail-filter/maildrop/maildrop-3.1.6-r2.ebuild
@@ -50,6 +50,7 @@ S=${WORKDIR}/${P%%_pre}
 
 PATCHES=(
"${FILESDIR}"/${PN}-3.1.1-testsuite.patch
+   "${FILESDIR}"/${P}-valgrind.patch
 )
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: app-text/scdoc/

2024-02-17 Thread Arthur Zamarin
commit: 1e8f05ce722de4882170e429a4decb1b560b11f3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Feb 18 05:30:41 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Feb 18 05:37:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e8f05ce

app-text/scdoc: add 1.11.3

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

 app-text/scdoc/Manifest|  1 +
 app-text/scdoc/scdoc-1.11.3.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/app-text/scdoc/Manifest b/app-text/scdoc/Manifest
index e5b998c01dd3..689c8571bd86 100644
--- a/app-text/scdoc/Manifest
+++ b/app-text/scdoc/Manifest
@@ -1 +1,2 @@
 DIST scdoc-1.11.2.tar.gz 12746 BLAKE2B 
f4cb2c400103c1f2247a2bee79dca9ae5c50b8397c65edbdf4d70265a4596f85e0c47aab014699c4d63929b258db8ae3ff6728a9b95f212be9db1fa657e5b93a
 SHA512 
3fbf1a74b222dd88410636124e4b6ca73f7e77f67d512cf430a878fefcaa5c6c13a1e9f6c0c9654de15353f94bb1bd528665acebc2293bebb325501d1eb6cda3
+DIST scdoc-1.11.3.tar.gz 12768 BLAKE2B 
c39ed51f9279aa8a08bbd99a3d3780ef37654a37f687c7de340266d9c7a6edceb8f6824baaa34c756440d45bd51611ab28f7f2e42ea632b943f6018d6e5f5a04
 SHA512 
fbecc505b44c396890c53c05183d34336160dbd02993ee120421fc6e2a3ec78ba349747e8acfe97af956a0081c923309290ff97fb7babafbc3ca8addc9ec92f9

diff --git a/app-text/scdoc/scdoc-1.11.3.ebuild 
b/app-text/scdoc/scdoc-1.11.3.ebuild
new file mode 100644
index ..f0a40d5475ab
--- /dev/null
+++ b/app-text/scdoc/scdoc-1.11.3.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Standalone tool for generating man pages with a simple syntax"
+HOMEPAGE="https://git.sr.ht/~sircmpwn/scdoc;
+
+if [[ ${PV} ==  ]]; then
+   EGIT_REPO_URI="https://git.sr.ht/~sircmpwn/scdoc;
+   inherit git-r3
+else
+   SRC_URI="https://git.sr.ht/~sircmpwn/scdoc/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+
+src_prepare() {
+   default
+
+   sed -e 's/-Werror//' \
+   -i Makefile || die 'Failed to patch Makefile'
+}
+
+src_compile() {
+   local MY_HS="./scdoc"
+   if tc-is-cross-compiler; then
+   tc-export_build_env
+   MY_HS="./hostscdoc"
+   emake scdoc HOST_SCDOC="./hostscdoc" OUTDIR="${S}/.build.host" 
CC="$(tc-getBUILD_CC)" \
+   CFLAGS="${BUILD_CFLAGS} -DVERSION='\"${PV}\"'" 
LDFLAGS="${BUILD_LDFLAGS}"
+   mv scdoc hostscdoc || die 'Failed to rename host scdoc'
+   fi
+
+   emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}" PREFIX="${EPREFIX}/usr" 
HOST_SCDOC="${MY_HS}"
+}
+
+src_install() {
+   emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" HOST_SCDOC="${MY_HS}" \
+   PCDIR="${EPREFIX}/usr/$(get_libdir)/pkgconfig" install
+}



[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2024-02-17 Thread Arthur Zamarin
commit: 250769c9eb01cd6e33d81dae22b00dc6e01cf82f
Author: Adel KARA SLIMANE  zegrapher  com>
AuthorDate: Sat Feb 17 01:29:32 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Feb 18 05:37:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=250769c9

app-editors/vscode: drop 1.86.0

Signed-off-by: Adel KARA SLIMANE  zegrapher.com>
Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/Manifest |   3 -
 app-editors/vscode/vscode-1.86.0.ebuild | 132 
 2 files changed, 135 deletions(-)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index 9d8c0bbc9e2c..00de6fe83949 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -1,6 +1,3 @@
-DIST vscode-1.86.0-amd64.tar.gz 140414646 BLAKE2B 
4ce937554f06c3c78a85c15193eb80daec3629843e20c0d9316bb59a2c8e1d4611c0c062156b3efda0a1d2b7c2320568eb7f90c12048c1e94b609da857e7084a
 SHA512 
ee738df782645276c60a59fa7e933106d0793b14ca290e5bd837a731d606f152083605e0006d494195a492c8332424fd81647c6e3fa3e5abccb17cdb593220f7
-DIST vscode-1.86.0-arm.tar.gz 125997645 BLAKE2B 
2cee9b572c382b4af1e429000478c8aa7910a150a59836cbe87e94c5d1a1e6e6a972f8bc37d168081050fb98ea7d1adf29968d6d3701adc1d5de920fefa0dfde
 SHA512 
4157368b5346b7ac2685ba9de6f70492481124fe03fd6d76424d8edce5fbecc4fb9d14d5e1b04bf6333d5f66fafd56d82d49747a94cdb460ccb09aa48440d089
-DIST vscode-1.86.0-arm64.tar.gz 137551699 BLAKE2B 
21b3cee54f83e5cf7c81079f7f14f517b2a820762377d2c77a0c6be185e28bf3f84cd964824ed909fa6769efc9186c9ebd8580b6d4700842fd226782b342f16f
 SHA512 
dc82b06024ba7746f8e3aee08373552a153ef4c1a6a608a7aa4e3b62be378ee9aa253e7b03c2f6879e04b7077d0da835bb2252122f1ff580afce38be76e4370f
 DIST vscode-1.86.1-amd64.tar.gz 140415002 BLAKE2B 
d4e2ce82f521e4fb2f1cd0a7e65ec02d2d161eb446d828c7ad0da9f4bcdd23436ece867b25a1447078f0bba53d7340941884337fe5325d22c60a19fe67f8fd34
 SHA512 
b0d5f8587b590bb570646ffd9076468e70dbd07255f2b509ba3e959c364630d265e8073613983cc021a01b05140dc2c012a243e6c183ea77815f228b18fa02da
 DIST vscode-1.86.1-arm.tar.gz 125982410 BLAKE2B 
083ab613f70661bbe038b681c43c5e12d8f0e455229e12bbf77f50a5f0e1bbb9d86b2993b38f36311dee764c9dafa33f90e6e9fe684b4c48d2ce2c25e6d36d71
 SHA512 
cd5464fef2802488f1da6bbff1ba5ac18feccaa8b1297b275e59d4f423f45cf50270a9b98a81562c3434350135e7159e348706fd7602cdb8b48da3987e81ad3a
 DIST vscode-1.86.1-arm64.tar.gz 137543628 BLAKE2B 
d3e816d7cd044a34fa7b8212bd83efeb059d83d36f1ecdb54fed7166f30cccd02db081881a8914202566126430474d7f7b35c0f0f97adf2a5e106bf5953bd6a1
 SHA512 
78a84f3b6a0696f54ae00916345c48c688daaee3833e695038113b05826cbeb4d08814f1efe3ca190e7fdbb961b9e36a45d273c524e1f94ad1297c8831b2951b

diff --git a/app-editors/vscode/vscode-1.86.0.ebuild 
b/app-editors/vscode/vscode-1.86.0.ebuild
deleted file mode 100644
index 75ef1fe52ecb..
--- a/app-editors/vscode/vscode-1.86.0.ebuild
+++ /dev/null
@@ -1,132 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit desktop pax-utils xdg optfeature
-
-DESCRIPTION="Multiplatform Visual Studio Code from Microsoft"
-HOMEPAGE="https://code.visualstudio.com;
-SRC_URI="
-   amd64? ( https://update.code.visualstudio.com/${PV}/linux-x64/stable -> 
${P}-amd64.tar.gz )
-   arm? ( https://update.code.visualstudio.com/${PV}/linux-armhf/stable -> 
${P}-arm.tar.gz )
-   arm64? ( https://update.code.visualstudio.com/${PV}/linux-arm64/stable 
-> ${P}-arm64.tar.gz )
-"
-S="${WORKDIR}"
-
-LICENSE="
-   Apache-2.0
-   BSD
-   BSD-1
-   BSD-2
-   BSD-4
-   CC-BY-4.0
-   ISC
-   LGPL-2.1+
-   Microsoft-vscode
-   MIT
-   MPL-2.0
-   openssl
-   PYTHON
-   TextMate-bundle
-   Unlicense
-   UoI-NCSA
-   W3C
-"
-SLOT="0"
-KEYWORDS="-* amd64 ~arm ~arm64"
-IUSE="egl kerberos wayland"
-RESTRICT="mirror strip bindist"
-
-RDEPEND="
-   >=app-accessibility/at-spi2-core-2.46.0:2
-   app-crypt/libsecret[crypt]
-   app-misc/ca-certificates
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   media-libs/alsa-lib
-   media-libs/libcanberra[gtk3]
-   media-libs/libglvnd
-   media-libs/mesa
-   net-misc/curl
-   sys-apps/dbus
-   sys-libs/zlib
-   sys-process/lsof
-   x11-libs/cairo
-   x11-libs/gtk+:3
-   x11-libs/libdrm
-   x11-libs/libX11
-   x11-libs/libxcb
-   x11-libs/libXcomposite
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libxkbcommon
-   x11-libs/libxkbfile
-   x11-libs/libXrandr
-   x11-libs/libXScrnSaver
-   x11-libs/pango
-   x11-misc/xdg-utils
-   kerberos? ( app-crypt/mit-krb5 )
-"
-
-QA_PREBUILT="*"
-
-src_install() {
-   if use amd64; then
-   cd "${WORKDIR}/VSCode-linux-x64" || die
-   elif use arm; then
-   cd "${WORKDIR}/VSCode-linux-armhf" || 

[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/

2024-02-17 Thread Arthur Zamarin
commit: 0084ff77bd801043b5b4d679f7a8ca44e17d7251
Author: Adel KARA SLIMANE  zegrapher  com>
AuthorDate: Sat Feb 17 01:32:54 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Feb 18 05:37:22 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0084ff77

app-editors/vscode: add 1.86.2, drop 1.86.1-r1

Signed-off-by: Adel KARA SLIMANE  zegrapher.com>
Closes: https://github.com/gentoo/gentoo/pull/35380
Signed-off-by: Arthur Zamarin  gentoo.org>

 app-editors/vscode/Manifest | 6 +++---
 .../vscode/{vscode-1.86.1-r1.ebuild => vscode-1.86.2.ebuild}| 0
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-editors/vscode/Manifest b/app-editors/vscode/Manifest
index 00de6fe83949..2375070d05fe 100644
--- a/app-editors/vscode/Manifest
+++ b/app-editors/vscode/Manifest
@@ -1,3 +1,3 @@
-DIST vscode-1.86.1-amd64.tar.gz 140415002 BLAKE2B 
d4e2ce82f521e4fb2f1cd0a7e65ec02d2d161eb446d828c7ad0da9f4bcdd23436ece867b25a1447078f0bba53d7340941884337fe5325d22c60a19fe67f8fd34
 SHA512 
b0d5f8587b590bb570646ffd9076468e70dbd07255f2b509ba3e959c364630d265e8073613983cc021a01b05140dc2c012a243e6c183ea77815f228b18fa02da
-DIST vscode-1.86.1-arm.tar.gz 125982410 BLAKE2B 
083ab613f70661bbe038b681c43c5e12d8f0e455229e12bbf77f50a5f0e1bbb9d86b2993b38f36311dee764c9dafa33f90e6e9fe684b4c48d2ce2c25e6d36d71
 SHA512 
cd5464fef2802488f1da6bbff1ba5ac18feccaa8b1297b275e59d4f423f45cf50270a9b98a81562c3434350135e7159e348706fd7602cdb8b48da3987e81ad3a
-DIST vscode-1.86.1-arm64.tar.gz 137543628 BLAKE2B 
d3e816d7cd044a34fa7b8212bd83efeb059d83d36f1ecdb54fed7166f30cccd02db081881a8914202566126430474d7f7b35c0f0f97adf2a5e106bf5953bd6a1
 SHA512 
78a84f3b6a0696f54ae00916345c48c688daaee3833e695038113b05826cbeb4d08814f1efe3ca190e7fdbb961b9e36a45d273c524e1f94ad1297c8831b2951b
+DIST vscode-1.86.2-amd64.tar.gz 140413911 BLAKE2B 
a46f1613e45bb020ee0550b7dcc5116973dcd6bc791fd38c46e5246da5089150d2b15b59a5e0afb5aebd6d690a246f0bdf7ac3a764e4172d33df2eedb7a6a4e9
 SHA512 
5c311bb24ac0d801f1a4ce73a982389df9092871364a02e44b914537bb6bede4078aa41b054fba2c28755357e3d89ec1763b1f7778fd21f59383fc2dafe1627f
+DIST vscode-1.86.2-arm.tar.gz 125989628 BLAKE2B 
3056c129af61e2eb8bf8b6568294b0b83fc3977a2bb0ac823e06594d8dbebadd2068618b270fb2146347f7e1528183b111b1f739a618a9e1181874de767af6c8
 SHA512 
900d345cb6e8f77c15575c0a01045fb2ac18837fc9cce1fa6c6fa10997fc227cc3efc96377aa39557b3ddc7d45d5b26d8f55ef35d6a6fdc8a37f2c703b4fdcc9
+DIST vscode-1.86.2-arm64.tar.gz 137533176 BLAKE2B 
c4a0c215322cdc317a81654f655b563ded375f3fd936674625371cb1eba05b51dba5fe91a83d2ae78a6ef13dd7815bcec110fc2075ee185cad868b2d41223365
 SHA512 
2cd4d22cba02aa946d074b16c6299c0a8077a3be8e273759ff50d9126235b6847e3b1a5d07b3fefc9f6d143f939969ab6a8b6ae3b2f27b25e417e39b735de96b

diff --git a/app-editors/vscode/vscode-1.86.1-r1.ebuild 
b/app-editors/vscode/vscode-1.86.2.ebuild
similarity index 100%
rename from app-editors/vscode/vscode-1.86.1-r1.ebuild
rename to app-editors/vscode/vscode-1.86.2.ebuild



[gentoo-commits] repo/gentoo:master commit in: app-editors/vscode/, app-editors/vscode/files/

2024-02-17 Thread Arthur Zamarin
commit: dc15838b4224f5bdf4be3b7f1bbba9d46711b33b
Author: Adel KARA SLIMANE  zegrapher  com>
AuthorDate: Sat Feb 17 01:30:59 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Feb 18 05:37:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc15838b

app-editors/vscode: fix .desktop file icon issue

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

Signed-off-by: Adel KARA SLIMANE  zegrapher.com>
Signed-off-by: Arthur Zamarin  gentoo.org>

 .../{vscode-url-handler.desktop => code-url-handler.desktop} |  0
 app-editors/vscode/files/{vscode.desktop => code.desktop}|  0
 .../vscode/{vscode-1.86.1.ebuild => vscode-1.86.1-r1.ebuild} | 12 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-editors/vscode/files/vscode-url-handler.desktop 
b/app-editors/vscode/files/code-url-handler.desktop
similarity index 100%
rename from app-editors/vscode/files/vscode-url-handler.desktop
rename to app-editors/vscode/files/code-url-handler.desktop

diff --git a/app-editors/vscode/files/vscode.desktop 
b/app-editors/vscode/files/code.desktop
similarity index 100%
rename from app-editors/vscode/files/vscode.desktop
rename to app-editors/vscode/files/code.desktop

diff --git a/app-editors/vscode/vscode-1.86.1.ebuild 
b/app-editors/vscode/vscode-1.86.1-r1.ebuild
similarity index 92%
rename from app-editors/vscode/vscode-1.86.1.ebuild
rename to app-editors/vscode/vscode-1.86.1-r1.ebuild
index 75ef1fe52ecb..ac7c312270de 100644
--- a/app-editors/vscode/vscode-1.86.1.ebuild
+++ b/app-editors/vscode/vscode-1.86.1-r1.ebuild
@@ -113,15 +113,15 @@ src_install() {
fi
 
sed "s|@exec_extra_flags@|${EXEC_EXTRA_FLAGS[*]}|g" \
-   "${FILESDIR}/vscode-url-handler.desktop" \
-   > "${T}/vscode-url-handler.desktop" || die
+   "${FILESDIR}/code-url-handler.desktop" \
+   > "${T}/code-url-handler.desktop" || die
 
sed "s|@exec_extra_flags@|${EXEC_EXTRA_FLAGS[*]}|g" \
-   "${FILESDIR}/vscode.desktop" \
-   > "${T}/vscode.desktop" || die
+   "${FILESDIR}/code.desktop" \
+   > "${T}/code.desktop" || die
 
-   domenu "${T}/vscode.desktop"
-   domenu "${T}/vscode-url-handler.desktop"
+   domenu "${T}/code.desktop"
+   domenu "${T}/code-url-handler.desktop"
newicon "resources/app/resources/linux/code.png" "vscode.png"
 }
 



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

2024-02-17 Thread Rui Huang
commit: 8cd9d802e71a633e7e58ab5359b1966c5c35777e
Author: Aisha Tammy  aisha  cc>
AuthorDate: Sun Feb 18 03:52:51 2024 +
Commit: Rui Huang  gmail  com>
CommitDate: Sun Feb 18 03:52:51 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8cd9d802

sys-kernel/uek-sources: add 5.15.0.204.147.4

Signed-off-by: Aisha Tammy  aisha.cc>

 sys-kernel/uek-sources/Manifest|  1 +
 .../uek-sources-5.15.0.204.147.4.ebuild| 65 ++
 2 files changed, 66 insertions(+)

diff --git a/sys-kernel/uek-sources/Manifest b/sys-kernel/uek-sources/Manifest
index 0caf5459d8..47e57e4efb 100644
--- a/sys-kernel/uek-sources/Manifest
+++ b/sys-kernel/uek-sources/Manifest
@@ -30,6 +30,7 @@ DIST linux-uek-5.15.0-203.135.1.tar.gz 202796594 BLAKE2B 
2462f19405085e542adb9a1
 DIST linux-uek-5.15.0-203.146.3.tar.gz 202853256 BLAKE2B 
18d20b62983459c1204d1dc8533b8d0d8039305459981301e9e424ded435e801dd9d4cde9b0e0e9fe03583fba6a16aeeacc04cb4ec0360349effe68fde6bbfd0
 SHA512 
2d00a66049c36a1862f8398c0febbea1a28d04083ce3d137b7e710bb89d3f15058e105022f746447ce7073702e689a50ed780f63f7d000cdced396a0152806e5
 DIST linux-uek-5.15.0-203.146.5.tar.gz 202851704 BLAKE2B 
0463853bcea62419177573ac1b4081808ff61f1772c69183901221afb0cf063cf53dd2781575e5551e5b5c1a95909fbc5bead99362e09eee4f9d13760f87169d
 SHA512 
8f67fd0d68c951c56c1c65cefaa45205506f0a632768a46329ab24faefbc3ce2c6e122f4b2c0eeddb8ef30f4d3ec25c0d29165c208a35f129c608c0fee54b068
 DIST linux-uek-5.15.0-204.147.2.tar.gz 202865493 BLAKE2B 
29c8242d6f72c7f9a1d2bacea9d4afa43f953bc261eee05f04d30561b10c6ff51b388cee47216a5b124c465fbb2a40bf84dc04f9e4762268778ad755412ebfef
 SHA512 
dccb1a81b7f7f4f27bb97755ac086fab4e7d53d411254c22e9e50622883ee8e3f634f55b47bc523009bb348c2892241d07276a459cb453d1040052da6f94543a
+DIST linux-uek-5.15.0-204.147.4.tar.gz 202907093 BLAKE2B 
3fea77ce11b44046865579c6902d33f246830b020c8f57451cff71824ef8a57ddf8338841574ab4c45d98a945ec90bdd6ce4a6a75b2af26acc5ddb89d24d80a7
 SHA512 
7c566f842b3fdf676fb88f4b6c8d70e72da3b3e95d3093abf044f0053ef37829efcd227235e2074cf31e58c4a932c5f591e162138f1f0f2e52692391dda2c170
 DIST linux-uek-5.15.0-5.70.1.tar.gz 200233058 BLAKE2B 
92d639ab0c859013ac8518ad52232cd99a43c696f09b72d36bde2f4992ee6344c7ca1b0147d8ebc5ce101181dc238d24d7a59c6bc082a38067426ad88632fd60
 SHA512 
e99c363aa0b64489b775b70979001ff2db2743682ec5f18457db407d0dc2707ed02a251efe86071862e2fc4704abe610c0e1543409819ac6018e6a14db42aefe
 DIST linux-uek-5.15.0-6.80.3.tar.gz 200414049 BLAKE2B 
191a96349e45fcb70297f37b4f725caee2a27bc6a26f0f18c324e3795754a8c01b6c680ebd3230003e536cd7517f943180b0f82a9c3c0368b13cb35b5ba34be2
 SHA512 
e60bbf41de17e59b6ad10c7799117031ac80ca9ab1bd4bbcf880ec8c6f3bc2ab1bfecae7578ff348debc9b6c10823683f9b1877bddadb22c29ced46bed30e688
 DIST linux-uek-5.15.0-8.91.3.tar.gz 201202473 BLAKE2B 
c6a86811a7048d5f8a5d21a0bc5e3772ea0dc3b4b7b954ad45844b666500278c3bea50a2117cd55f66e4d8301b8cd052f0123235451366254b7b5cdc3aa07ea9
 SHA512 
a76c36f64c9a7acffde3a5e94b7b223a1bb9ae2a48d6914b9ad287e3dd04f276547a053ed2afd10b1d2ff4fa5f5fd3e94ae266ff31d05c4f4242bb2789eccec0

diff --git a/sys-kernel/uek-sources/uek-sources-5.15.0.204.147.4.ebuild 
b/sys-kernel/uek-sources/uek-sources-5.15.0.204.147.4.ebuild
new file mode 100644
index 00..c838750ed1
--- /dev/null
+++ b/sys-kernel/uek-sources/uek-sources-5.15.0.204.147.4.ebuild
@@ -0,0 +1,65 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KERNEL_VERSION=$(ver_cut 1-3)
+KERNEL_TRUNK=$(ver_cut 1-2)
+UEK_PATCH_VERSION=$(ver_cut 4-6)
+UEK_VERSION="${KERNEL_VERSION}-${UEK_PATCH_VERSION}"
+
+ETYPE="sources"
+
+K_GENPATCHES_VER="157"
+K_SECURITY_UNSUPPORTED="1"
+CKV="${KERNEL_VERSION}_p${UEK_PATCH_VERSION}"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+DESCRIPTION="Unbreakable Enterprise Kernel (UEK) sources built from Oracle"
+HOMEPAGE="https://github.com/oracle/linux-uek;
+SRC_URI="
+   
https://github.com/oracle/linux-uek/archive/refs/tags/v${UEK_VERSION}.tar.gz
+   -> linux-uek-${UEK_VERSION}.tar.gz
+   
mirror://gentoo/genpatches-${KERNEL_TRUNK}-${K_GENPATCHES_VER}.base.tar.xz
+   
mirror://gentoo/genpatches-${KERNEL_TRUNK}-${K_GENPATCHES_VER}.experimental.tar.xz
+   
mirror://gentoo/genpatches-${KERNEL_TRUNK}-${K_GENPATCHES_VER}.extras.tar.xz
+"
+S="${WORKDIR}/linux-uek-${UEK_VERSION}"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64"
+IUSE="+gentoo experimental"
+
+PATCHES=(
+   "${FILESDIR}"/uek-sources-5.4.17.2136.303.2-O3.patch
+)
+
+src_unpack() {
+   default
+
+   # remove all backup files
+   find . -iname "*~" -print -exec rm {} \; 2>/dev/null
+
+   unpack_set_extraversion
+   unpack_fix_install_path
+
+   env_setup_xmakeopts
+}
+
+src_prepare() {
+   use gentoo && PATCHES+=(
+   "${WORKDIR}"/1500_XATTR_USER_PREFIX.patch
+   
"${WORKDIR}"/1510_fs-enable-link-security-restrictions-by-default.patch
+   

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

2024-02-17 Thread Rui Huang
commit: 7b19c5eec59fc80a25428745d99748e0a71facee
Author: Huang Rui  gmail  com>
AuthorDate: Sun Feb 18 05:10:16 2024 +
Commit: Rui Huang  gmail  com>
CommitDate: Sun Feb 18 05:10:16 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7b19c5ee

dev-libs/gpds: add 1.8.4

Signed-off-by: Huang Rui  gmail.com>

 dev-libs/gpds/Manifest  |  1 +
 dev-libs/gpds/gpds-1.8.4.ebuild | 41 +
 2 files changed, 42 insertions(+)

diff --git a/dev-libs/gpds/Manifest b/dev-libs/gpds/Manifest
index e4b0dcbb7a..7139fed168 100644
--- a/dev-libs/gpds/Manifest
+++ b/dev-libs/gpds/Manifest
@@ -1 +1,2 @@
 DIST gpds-1.8.3.tar.gz 875674 BLAKE2B 
18f4a8633960e68529255d2625d03bb652c30dc239969f97e9f1ac99031c104f3706bb55c7c755abb304889e9e6747ff76a16c4233f092f9175550280f80a6b9
 SHA512 
a981c2d136bd4e5cd81ddc457252fa8e87353f63bc8e00d42a8c4a9e6daa8e6b9fd5a18a11c402c1cfe9885f8ba5f995f97cb5ea2aa69e1339b02e4d66f08d43
+DIST gpds-1.8.4.tar.gz 875582 BLAKE2B 
f4ddb017e381708f6b0de2d32fe8802cd6e79000b9d238351564b71aac2bf7045954a7244dcc06f12ed1d43aeb046d56bbfe45bc64155d42d3d025b9e48cdf2d
 SHA512 
dcf586dbb79335667a679038d366d1314aeb46357b1d1a5907b8a492cc31560a95371ec967be0ea388ca9744d864e1740031f9f6273450bc2361bb74e76df355

diff --git a/dev-libs/gpds/gpds-1.8.4.ebuild b/dev-libs/gpds/gpds-1.8.4.ebuild
new file mode 100644
index 00..da398d0dfa
--- /dev/null
+++ b/dev-libs/gpds/gpds-1.8.4.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="A general purpose data serializer"
+HOMEPAGE="https://gpds.simulton.com;
+
+if [[ "${PV}" == "" ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/simulton/${PN}.git;
+else
+   SRC_URI="https://github.com/simulton/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+   S="${WORKDIR}/${PN}-${PV}"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="examples static-libs test"
+RESTRICT="!test? ( test )"
+DEPEND="${RDEPEND}"
+
+DOCS=( license.txt readme.md )
+
+src_configure() {
+   local mycmakeargs=(
+   -DGPDS_BUILD_STATIC=$(usex static-libs)
+   -DGPDS_BUILD_SHARED=ON
+   -DGPDS_BUILD_TESTS=$(usex test)
+   -DGPDS_BUILD_EXAMPLES=$(usex examples)
+   )
+
+   cmake_src_configure
+}
+
+src_install() {
+   cmake_src_install
+}



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

2024-02-17 Thread Sam James
commit: 5342a0ba4686d0d75f7bdbf4e8645fa607748d92
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 18 04:11:59 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 18 04:12:32 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5342a0ba

dev-libs/nspr: sync bitness check from dev-libs/nss

Pass -fno-lto to the compiler and -S to file, as we do in dev-libs/nss.

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

 dev-libs/nspr/nspr-4.35-r2.ebuild | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-libs/nspr/nspr-4.35-r2.ebuild 
b/dev-libs/nspr/nspr-4.35-r2.ebuild
index efca76733c93..6921c9e1b1ab 100644
--- a/dev-libs/nspr/nspr-4.35-r2.ebuild
+++ b/dev-libs/nspr/nspr-4.35-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -96,9 +96,10 @@ multilib_src_configure() {
s390x|*64) myconf+=( --enable-64bit );;
default) # no abi actually set, fall back to old check
einfo "Running a short build test to determine 
64bit'ness"
+   # TODO: Port this to toolchain-funcs 
tc-get-ptr-size/tc-get-build-ptr-size
echo > "${T}"/test.c || die
-   ${CC} ${CFLAGS} ${CPPFLAGS} -c "${T}"/test.c -o 
"${T}"/test.o || die
-   case $(file "${T}"/test.o) in
+   ${CC} ${CFLAGS} ${CPPFLAGS} -fno-lto -c "${T}"/test.c 
-o "${T}"/test.o || die
+   case $(file -S "${T}"/test.o) in
*32-bit*x86-64*) myconf+=( --enable-x32 );;
*64-bit*|*ppc64*|*x86_64*) myconf+=( 
--enable-64bit );;
*32-bit*|*ppc*|*i386*) ;;



[gentoo-commits] repo/proj/guru:dev commit in: sys-kernel/uek-sources/

2024-02-17 Thread Aisha Tammy
commit: 8cd9d802e71a633e7e58ab5359b1966c5c35777e
Author: Aisha Tammy  aisha  cc>
AuthorDate: Sun Feb 18 03:52:51 2024 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Sun Feb 18 03:52:51 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8cd9d802

sys-kernel/uek-sources: add 5.15.0.204.147.4

Signed-off-by: Aisha Tammy  aisha.cc>

 sys-kernel/uek-sources/Manifest|  1 +
 .../uek-sources-5.15.0.204.147.4.ebuild| 65 ++
 2 files changed, 66 insertions(+)

diff --git a/sys-kernel/uek-sources/Manifest b/sys-kernel/uek-sources/Manifest
index 0caf5459d8..47e57e4efb 100644
--- a/sys-kernel/uek-sources/Manifest
+++ b/sys-kernel/uek-sources/Manifest
@@ -30,6 +30,7 @@ DIST linux-uek-5.15.0-203.135.1.tar.gz 202796594 BLAKE2B 
2462f19405085e542adb9a1
 DIST linux-uek-5.15.0-203.146.3.tar.gz 202853256 BLAKE2B 
18d20b62983459c1204d1dc8533b8d0d8039305459981301e9e424ded435e801dd9d4cde9b0e0e9fe03583fba6a16aeeacc04cb4ec0360349effe68fde6bbfd0
 SHA512 
2d00a66049c36a1862f8398c0febbea1a28d04083ce3d137b7e710bb89d3f15058e105022f746447ce7073702e689a50ed780f63f7d000cdced396a0152806e5
 DIST linux-uek-5.15.0-203.146.5.tar.gz 202851704 BLAKE2B 
0463853bcea62419177573ac1b4081808ff61f1772c69183901221afb0cf063cf53dd2781575e5551e5b5c1a95909fbc5bead99362e09eee4f9d13760f87169d
 SHA512 
8f67fd0d68c951c56c1c65cefaa45205506f0a632768a46329ab24faefbc3ce2c6e122f4b2c0eeddb8ef30f4d3ec25c0d29165c208a35f129c608c0fee54b068
 DIST linux-uek-5.15.0-204.147.2.tar.gz 202865493 BLAKE2B 
29c8242d6f72c7f9a1d2bacea9d4afa43f953bc261eee05f04d30561b10c6ff51b388cee47216a5b124c465fbb2a40bf84dc04f9e4762268778ad755412ebfef
 SHA512 
dccb1a81b7f7f4f27bb97755ac086fab4e7d53d411254c22e9e50622883ee8e3f634f55b47bc523009bb348c2892241d07276a459cb453d1040052da6f94543a
+DIST linux-uek-5.15.0-204.147.4.tar.gz 202907093 BLAKE2B 
3fea77ce11b44046865579c6902d33f246830b020c8f57451cff71824ef8a57ddf8338841574ab4c45d98a945ec90bdd6ce4a6a75b2af26acc5ddb89d24d80a7
 SHA512 
7c566f842b3fdf676fb88f4b6c8d70e72da3b3e95d3093abf044f0053ef37829efcd227235e2074cf31e58c4a932c5f591e162138f1f0f2e52692391dda2c170
 DIST linux-uek-5.15.0-5.70.1.tar.gz 200233058 BLAKE2B 
92d639ab0c859013ac8518ad52232cd99a43c696f09b72d36bde2f4992ee6344c7ca1b0147d8ebc5ce101181dc238d24d7a59c6bc082a38067426ad88632fd60
 SHA512 
e99c363aa0b64489b775b70979001ff2db2743682ec5f18457db407d0dc2707ed02a251efe86071862e2fc4704abe610c0e1543409819ac6018e6a14db42aefe
 DIST linux-uek-5.15.0-6.80.3.tar.gz 200414049 BLAKE2B 
191a96349e45fcb70297f37b4f725caee2a27bc6a26f0f18c324e3795754a8c01b6c680ebd3230003e536cd7517f943180b0f82a9c3c0368b13cb35b5ba34be2
 SHA512 
e60bbf41de17e59b6ad10c7799117031ac80ca9ab1bd4bbcf880ec8c6f3bc2ab1bfecae7578ff348debc9b6c10823683f9b1877bddadb22c29ced46bed30e688
 DIST linux-uek-5.15.0-8.91.3.tar.gz 201202473 BLAKE2B 
c6a86811a7048d5f8a5d21a0bc5e3772ea0dc3b4b7b954ad45844b666500278c3bea50a2117cd55f66e4d8301b8cd052f0123235451366254b7b5cdc3aa07ea9
 SHA512 
a76c36f64c9a7acffde3a5e94b7b223a1bb9ae2a48d6914b9ad287e3dd04f276547a053ed2afd10b1d2ff4fa5f5fd3e94ae266ff31d05c4f4242bb2789eccec0

diff --git a/sys-kernel/uek-sources/uek-sources-5.15.0.204.147.4.ebuild 
b/sys-kernel/uek-sources/uek-sources-5.15.0.204.147.4.ebuild
new file mode 100644
index 00..c838750ed1
--- /dev/null
+++ b/sys-kernel/uek-sources/uek-sources-5.15.0.204.147.4.ebuild
@@ -0,0 +1,65 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KERNEL_VERSION=$(ver_cut 1-3)
+KERNEL_TRUNK=$(ver_cut 1-2)
+UEK_PATCH_VERSION=$(ver_cut 4-6)
+UEK_VERSION="${KERNEL_VERSION}-${UEK_PATCH_VERSION}"
+
+ETYPE="sources"
+
+K_GENPATCHES_VER="157"
+K_SECURITY_UNSUPPORTED="1"
+CKV="${KERNEL_VERSION}_p${UEK_PATCH_VERSION}"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+DESCRIPTION="Unbreakable Enterprise Kernel (UEK) sources built from Oracle"
+HOMEPAGE="https://github.com/oracle/linux-uek;
+SRC_URI="
+   
https://github.com/oracle/linux-uek/archive/refs/tags/v${UEK_VERSION}.tar.gz
+   -> linux-uek-${UEK_VERSION}.tar.gz
+   
mirror://gentoo/genpatches-${KERNEL_TRUNK}-${K_GENPATCHES_VER}.base.tar.xz
+   
mirror://gentoo/genpatches-${KERNEL_TRUNK}-${K_GENPATCHES_VER}.experimental.tar.xz
+   
mirror://gentoo/genpatches-${KERNEL_TRUNK}-${K_GENPATCHES_VER}.extras.tar.xz
+"
+S="${WORKDIR}/linux-uek-${UEK_VERSION}"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64"
+IUSE="+gentoo experimental"
+
+PATCHES=(
+   "${FILESDIR}"/uek-sources-5.4.17.2136.303.2-O3.patch
+)
+
+src_unpack() {
+   default
+
+   # remove all backup files
+   find . -iname "*~" -print -exec rm {} \; 2>/dev/null
+
+   unpack_set_extraversion
+   unpack_fix_install_path
+
+   env_setup_xmakeopts
+}
+
+src_prepare() {
+   use gentoo && PATCHES+=(
+   "${WORKDIR}"/1500_XATTR_USER_PREFIX.patch
+   
"${WORKDIR}"/1510_fs-enable-link-security-restrictions-by-default.patch
+   

[gentoo-commits] repo/proj/guru:master commit in: net-vpn/cloudflare-warp/

2024-02-17 Thread Julien Roy
commit: 80587306bd1e09884a063685ce2be00814f2ce4a
Author: John-Henry Lim  gmail  com>
AuthorDate: Sun Feb 18 02:58:07 2024 +
Commit: Julien Roy  jroy  ca>
CommitDate: Sun Feb 18 02:58:07 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=80587306

net-vpn/cloudflare-warp: add /bin/warp-dex to QA_PREBUILT

Signed-off-by: John-Henry Lim  gmail.com>

 ...dflare-warp-2024.2.62.ebuild => cloudflare-warp-2024.2.62-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-vpn/cloudflare-warp/cloudflare-warp-2024.2.62.ebuild 
b/net-vpn/cloudflare-warp/cloudflare-warp-2024.2.62-r1.ebuild
similarity index 93%
rename from net-vpn/cloudflare-warp/cloudflare-warp-2024.2.62.ebuild
rename to net-vpn/cloudflare-warp/cloudflare-warp-2024.2.62-r1.ebuild
index 4fb3818cfd..6f844d9f4a 100644
--- a/net-vpn/cloudflare-warp/cloudflare-warp-2024.2.62.ebuild
+++ b/net-vpn/cloudflare-warp/cloudflare-warp-2024.2.62-r1.ebuild
@@ -16,7 +16,7 @@ KEYWORDS="~amd64"
 IUSE="systemd +systray"
 RDEPEND="net-firewall/nftables"
 
-QA_PREBUILT="/bin/warp-cli /bin/warp-diag /bin/warp-svc /bin/warp-taskbar"
+QA_PREBUILT="/bin/warp-cli /bin/warp-dex /bin/warp-diag /bin/warp-svc 
/bin/warp-taskbar"
 
 S="${WORKDIR}"
 



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

2024-02-17 Thread Julien Roy
commit: a26b4c839e8ce5880ff3a1bce3d0e5176e07bab4
Author: SetOfAllSets <98566029+SetOfAllSets  users  noreply  
github  com>
AuthorDate: Sun Feb 18 03:36:07 2024 +
Commit: Julien Roy  jroy  ca>
CommitDate: Sun Feb 18 03:40:45 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a26b4c83

gui-apps/fuzzel: update Manifest

Closes: https://github.com/gentoo/guru/pull/138
Signed-off-by: SetOfAllSets <98566029+SetOfAllSets  
users.noreply.github.com>
Signed-off-by: Julien Roy  jroy.ca>

 gui-apps/fuzzel/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-apps/fuzzel/Manifest b/gui-apps/fuzzel/Manifest
index 2618829ba9..442d8f5f25 100644
--- a/gui-apps/fuzzel/Manifest
+++ b/gui-apps/fuzzel/Manifest
@@ -1 +1 @@
-DIST fuzzel-1.9.2.tar.gz 434188 BLAKE2B 
bfc3d425d9420518cf97177eba30066d28752cb0bdf2fa2f08c0e24340d01a3be7e17c8d91a73328ac8ebd5b579ef54932858b85967e15d00ddb98c995f0c021
 SHA512 
288c9137ac03b709be9f5a8402470da9a2ae4a71fe509d653276c47f364692ba12ab944e2d04971454dc9d00a892a97ac23bb9d1554dc9668bc1461335b19252
+DIST fuzzel-1.9.2.tar.gz 433292 BLAKE2B 
7b0533f7bb705b330e9c5c0fb89831283cc5e349891408d398d26f20c7c78c599ae28c18e92379dfa8099ec4b7736ea356b6342ff3b1c3fde57085580f23
 SHA512 
a92f0b6eb9470aa099651c2f5d095986347565bbd7366bffe0719801dbb1ae4f7e413460c59872d40e910bb1d3bc8195e9d9038a73c2de835bcda77f9372b393



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

2024-02-17 Thread Michał Górny
commit: 9c4d6bfb83b2ff676c9ae20b5228680303dd3735
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb 18 03:32:36 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb 18 03:32:36 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c4d6bfb

dev-python/requests-cache: Bump to 1.2.0

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

 dev-python/requests-cache/Manifest |  1 +
 .../requests-cache/requests-cache-1.2.0.ebuild | 92 ++
 2 files changed, 93 insertions(+)

diff --git a/dev-python/requests-cache/Manifest 
b/dev-python/requests-cache/Manifest
index 7b1ca6f42075..75355cf16a77 100644
--- a/dev-python/requests-cache/Manifest
+++ b/dev-python/requests-cache/Manifest
@@ -1 +1,2 @@
 DIST requests-cache-1.1.1.gh.tar.gz 2927360 BLAKE2B 
2db8b71d4f219f2b61e4477a57af9dee09783ea47e86dfcc7b7726acb2507043186433ee6a9f67162c0a01c5f1439fd52ea9b74b89daa94cbe351341ef6b1f53
 SHA512 
99782fe635daa0834709b254b0d51c5d2b2ad37d26201acdc143f963b613bb6b4e5863e2246a2bf9d099c773e229157a983b04a40740e6207e2c356dc48bdba6
+DIST requests-cache-1.2.0.gh.tar.gz 3057187 BLAKE2B 
135d39d8fac1e123c71b07b30002b980b5fdcdb586cafb310f8f72e865cdc97f62b699cd981068207c6f020deef595469801d440cf5034566e9618385d569437
 SHA512 
b198d282cfd656c432d3a63f4d615191ac1ff97c9563e9bd6945e7a78444601108beb47a0f4a79740c7bd6942c3753f025cd52457e87ece7964229799bbb8fa1

diff --git a/dev-python/requests-cache/requests-cache-1.2.0.ebuild 
b/dev-python/requests-cache/requests-cache-1.2.0.ebuild
new file mode 100644
index ..e6f048116b96
--- /dev/null
+++ b/dev-python/requests-cache/requests-cache-1.2.0.ebuild
@@ -0,0 +1,92 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_REQ_USE="sqlite"
+
+inherit distutils-r1 optfeature
+
+HOMEPAGE="
+   https://pypi.org/project/requests-cache/
+   https://github.com/requests-cache/requests-cache/
+"
+DESCRIPTION="Persistent cache for requests library"
+SRC_URI="
+   https://github.com/requests-cache/requests-cache/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+   dev-python/attrs[${PYTHON_USEDEP}]
+   >=dev-python/cattrs-22.2[${PYTHON_USEDEP}]
+   >=dev-python/platformdirs-2.5[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.0.0[${PYTHON_USEDEP}]
+   dev-python/urllib3[${PYTHON_USEDEP}]
+   >=dev-python/url-normalize-1.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/itsdangerous[${PYTHON_USEDEP}]
+   dev-python/pytest-httpbin[${PYTHON_USEDEP}]
+   dev-python/requests-mock[${PYTHON_USEDEP}]
+   dev-python/responses[${PYTHON_USEDEP}]
+   >=dev-python/rich-10.0[${PYTHON_USEDEP}]
+   dev-python/timeout-decorator[${PYTHON_USEDEP}]
+   >=dev-python/ujson-5.4[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/time-machine[${PYTHON_USEDEP}]
+   ' 'python*')
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_IGNORE=(
+   # These require extra servers running
+   tests/integration/test_dynamodb.py
+   tests/integration/test_gridfs.py
+   tests/integration/test_mongodb.py
+   tests/integration/test_redis.py
+   )
+   local EPYTEST_DESELECT=(
+   # Requires Internet access
+   tests/integration/test_upgrade.py::test_version_upgrade
+   )
+
+   case ${EPYTHON} in
+   pypy3)
+   EPYTEST_DESELECT+=(
+   # "database is locked", upstream probably 
relies on GC
+   # too much
+   tests/integration/test_sqlite.py
+   )
+   ;;
+   python3.12)
+   # 
https://github.com/requests-cache/requests-cache/issues/845
+   EPYTEST_DESELECT+=(
+   
tests/integration/test_memory.py::TestMemoryCache::test_response_no_duplicate_read
+   
tests/integration/test_sqlite.py::TestSQLiteCache::test_concurrency
+   )
+   ;;
+   esac
+
+   local -x USE_PYTEST_HTTPBIN=true
+   epytest
+}
+
+pkg_postinst() {
+   optfeature "redis backend" "dev-python/redis"
+   optfeature "MongoDB backend" "dev-python/pymongo"
+
+   optfeature "JSON serialization" "dev-python/ujson"
+   optfeature "YAML serialization" "dev-python/pyyaml"
+   optfeature "signing serialized data" "dev-python/itsdangerous"
+}



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

2024-02-17 Thread Michał Górny
commit: 40738ea4e681e00b3af243413e28420d094f2574
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb 18 03:30:55 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb 18 03:30:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40738ea4

dev-python/elementpath: Bump to 4.3.0

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

 dev-python/elementpath/Manifest |  1 +
 dev-python/elementpath/elementpath-4.3.0.ebuild | 34 +
 2 files changed, 35 insertions(+)

diff --git a/dev-python/elementpath/Manifest b/dev-python/elementpath/Manifest
index 5218f1924f6d..6933b231a3e8 100644
--- a/dev-python/elementpath/Manifest
+++ b/dev-python/elementpath/Manifest
@@ -1,3 +1,4 @@
 DIST elementpath-4.1.5.tar.gz 321891 BLAKE2B 
70acff5974607a9ae79e90186f5477df8d85c5b42ff03625fbf006a02de82bbf14b79de3df55b38d65e9317fb5ab4ba4e27c38b8f7d8af11905340bb29e66731
 SHA512 
64a58dce8d7baf26286420ef15227804dd7f0296a8666929fbbb4425ee5523352dc8a0d610f6c7d1b9322a2292d6115ace79e0399f3c77cd074c85a4c9e0f0df
 DIST elementpath-4.2.0.tar.gz 325076 BLAKE2B 
662154d0869d7572ce95e99dcf5ea73e08374aef1a5d6a1e8830b6edeb2dfe949db939d72c18ec71d44a6a3b283375c6bef9731f2c6550bab591f9e62f21b74e
 SHA512 
0d8fac41dc9246eccb67ed28f16eaf6fed28a78b53c6c0e1d46a964d2c264aa9f4dd2fa1bb3edd7f89846de3dad57e5e0d8b4aa31a9d39e1245e4baf94323589
 DIST elementpath-4.2.1.tar.gz 326745 BLAKE2B 
63e5d92117a0ea25ad8aaeb14c99ce739b25ee4733366373098920c14e457fbee7b87398809913356a694812da5213936d783c60a1f7e2885d4dab49c2daf76f
 SHA512 
bb996ea64051e73c05be05eeb3f373ed12759f07cc19b1e332715cf8876a6753dedcaba5b8c4e052e75b0f59f2f0344abcd106ae0d8dc79a36654b6c4135a20b
+DIST elementpath-4.3.0.tar.gz 327870 BLAKE2B 
6292d9c296e0653dc1acb40fffc1166a9ffe9428c9679fb87fa80c5478e9260593da62933238dc67eb88c9f62d55169afb18fee6aed91ac9b5e66d7ef175d9a3
 SHA512 
cd7b5b3a4556c9b68c654903d0a68b21658d4c40be9aede31ea4dfcb825d5bed4b1f7694344f88e9251df995a40d1a9e3a64f0e43a340ffe1f8e9160fd05b5a9

diff --git a/dev-python/elementpath/elementpath-4.3.0.ebuild 
b/dev-python/elementpath/elementpath-4.3.0.ebuild
new file mode 100644
index ..fb96a128f43a
--- /dev/null
+++ b/dev-python/elementpath/elementpath-4.3.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2019-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="XPath 1.0/2.0 parsers and selectors for ElementTree and lxml"
+HOMEPAGE="
+   https://github.com/sissaschool/elementpath/
+   https://pypi.org/project/elementpath/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+
+BDEPEND="
+   test? (
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/xmlschema[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   # fails for some reason, more fit for upstream testing anyway
+   rm tests/test_typing.py || die
+   distutils-r1_src_prepare
+}



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

2024-02-17 Thread Michał Górny
commit: 30f5a5def590108f228d7697aaec0b9935581a8e
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb 18 03:32:11 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb 18 03:32:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30f5a5de

dev-python/netaddr: Bump to 1.2.1

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

 dev-python/netaddr/Manifest |  1 +
 dev-python/netaddr/netaddr-1.2.1.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-python/netaddr/Manifest b/dev-python/netaddr/Manifest
index cad1963e5574..21ebc2265cdc 100644
--- a/dev-python/netaddr/Manifest
+++ b/dev-python/netaddr/Manifest
@@ -1,3 +1,4 @@
 DIST netaddr-0.10.1.tar.gz 2225283 BLAKE2B 
1e350909779af0bf48d74834194358386cf4f8e11fa7b03c971b3011bcec437cc39feb72e7e79d55eb330e6ee138d15bb6dba9293667e1adb4ed1c6d42a35d78
 SHA512 
ca04171d5cbfd569d4f262f4870610edfd98be35899cb70983dbff5f37add963e05987ddbe1ab22d9b615580ac1abe96a8c2903681b18af8c9f2f96899b618ff
 DIST netaddr-1.0.0.tar.gz 2233464 BLAKE2B 
c79e7dafe81219f39d97d1d7e5f320d8082e9a967edb9faf9345aac9f58d9deb37152d4d1583bd869594531c98f27bb4bbd3e439c217152b188b03cb7b82b8d0
 SHA512 
0eb27a655c03ea2a26ea11b88324f6c1c15b6458abd0ba056a4651038261038c8c852a866b5c45e96a87f107a2b23ec259c868c2122ae450b31b4fff91ea9962
 DIST netaddr-1.1.0.tar.gz 2277798 BLAKE2B 
8924bca9287b85db171e3d6df4b2fa1a8b00686d606920b92907ef03da284230849625e31cbd7c0606a94d7b5b002b90bf2209b1df39905d4d90c95bbb1a0b32
 SHA512 
a3b64627a4f9355457f02b5ace5d2b6c29874dcfc6341ef6001807074cddef205844328123357170c8474ef3b5035f61a6015985172d9377dc5bb14b741caa4c
+DIST netaddr-1.2.1.tar.gz 2278809 BLAKE2B 
86ab4308961e31277846555295321f392cd9d31bb53abe6a975cafba675dca0da20980a730ed90f545b03b9041269ef93b1ba4bd1a9e523ac3193059e227f63a
 SHA512 
73e9dc76bb1b6affe56be47a409c470c95bb2d50255211b1cd0d130c3d31c16cb608897cd0785fbe155de82c43d526252b6132e8ae757b7e6a28a95889b0e0f7

diff --git a/dev-python/netaddr/netaddr-1.2.1.ebuild 
b/dev-python/netaddr/netaddr-1.2.1.ebuild
new file mode 100644
index ..dfb255e0a2d2
--- /dev/null
+++ b/dev-python/netaddr/netaddr-1.2.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Network address representation and manipulation library"
+HOMEPAGE="
+   https://github.com/netaddr/netaddr/
+   https://pypi.org/project/netaddr/
+   https://netaddr.readthedocs.io/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+
+distutils_enable_sphinx docs/source \
+   dev-python/furo \
+   dev-python/sphinx-issues
+distutils_enable_tests pytest



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

2024-02-17 Thread Michał Górny
commit: 05d360d71bfad777322c2045c482b828122a7662
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb 18 03:30:38 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb 18 03:30:38 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05d360d7

dev-python/tavern: Bump to 2.9.3

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

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

diff --git a/dev-python/tavern/Manifest b/dev-python/tavern/Manifest
index a2d1e052a0d5..ff74c83c21a0 100644
--- a/dev-python/tavern/Manifest
+++ b/dev-python/tavern/Manifest
@@ -3,3 +3,4 @@ DIST tavern-2.8.0.gh.tar.gz 246475 BLAKE2B 
373d58205462bbe34deffdcb1f87700e121e9
 DIST tavern-2.9.0.gh.tar.gz 246867 BLAKE2B 
77cb0cd54223ad401dba429abae503b102b208603e3ecaf0cdc84a71f0928beabd0b783ef5fbf448186d60e400c01ab67505a92031a097bcb68e4cbdd67d07d7
 SHA512 
4401e9c96f4f721f8d28f03e2a69bdc5e0daeb348b5a3356f1d9a996f81377f9fc5d8481f58dd6106904c89177324e541595e325f6d1c18e9028fa01dd022d4d
 DIST tavern-2.9.1.gh.tar.gz 247864 BLAKE2B 
a12552ead7afb2b9e0ab75fab958235d538221d15162063772b7838c33a3c72795058af8d244005eee72865e8388772bf92516402f2944e89d2ab680f1f7da4e
 SHA512 
a7f882ca7c3337181f2a68b31f363317c50ee7e073cfbd4737f6e31a13e0af175d09e9fed04959bd0fe6ffa215c54a34d10ee3e1650a52cd566f2a7006840c43
 DIST tavern-2.9.2.gh.tar.gz 248229 BLAKE2B 
b149f653c801588a11b53d5d6347eabd7e4159116f6b926a75831e0cc59bd072a8ac80ac284cf699447f4ea5ae0ee59b070ffe118899b4804a7292a7294fa1cc
 SHA512 
d8fd2a0c74280db21203fcaf7579f98b44192e33293ad859c18a484d21ab9958600af6c657ae045153ada54b527fe025763bcb2a2eb4951666c2449b31d01590
+DIST tavern-2.9.3.gh.tar.gz 248368 BLAKE2B 
feccd1c8e50db6def318553186f0dbfc9643c3942e060bb1950305c4e93fac15550b06d7ba5c2c6008175ef5a701f211408da3607ffcf3429d5542c97029cc7b
 SHA512 
525a0b3f2c63fe4a9991ace7e27287898cbcd423e915e9ff4585eb85e0e42f06e499f653b2615b3f98998206b48c6c8f42468fae174ca4d7e7a38bf171b6feda

diff --git a/dev-python/tavern/tavern-2.9.3.ebuild 
b/dev-python/tavern/tavern-2.9.3.ebuild
new file mode 100644
index ..74fcee9d1337
--- /dev/null
+++ b/dev-python/tavern/tavern-2.9.3.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="A tool, library, and Pytest plugin for testing RESTful APIs"
+HOMEPAGE="
+   https://github.com/taverntesting/tavern/
+   https://pypi.org/project/tavern/
+"
+SRC_URI="
+   https://github.com/taverntesting/tavern/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   >=dev-python/jmespath-1[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-4[${PYTHON_USEDEP}]
+   >=dev-python/paho-mqtt-1.3.1[${PYTHON_USEDEP}]
+   >=dev-python/pyjwt-2.5.0[${PYTHON_USEDEP}]
+   >=dev-python/pykwalify-1.8.0[${PYTHON_USEDEP}]
+   >=dev-python/pytest-7[${PYTHON_USEDEP}]
+   >=dev-python/python-box-6[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-6.0.1[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.22.0[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/colorlog[${PYTHON_USEDEP}]
+   dev-python/Faker[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   # strip unnecessary pins, upstream doesn't update them a lot
+   sed -i -E -e 's:,?<=?[0-9.]+::' pyproject.toml || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # requires grpc
+   tests/unit/test_extensions.py::TestGrpcCodes
+   )
+   local EPYTEST_IGNORE=(
+   # require grpc*
+   tavern/_plugins/grpc
+   tests/unit/tavern_grpc
+   )
+
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest -p tavern
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/aws-sam-translator/

2024-02-17 Thread Michał Górny
commit: 4f957db2e8e2f5730511918364675b0096035684
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb 18 02:42:18 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb 18 02:42:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f957db2

dev-python/aws-sam-translator: Remove old

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

 dev-python/aws-sam-translator/Manifest |  1 -
 .../aws-sam-translator-1.83.0.ebuild   | 62 --
 2 files changed, 63 deletions(-)

diff --git a/dev-python/aws-sam-translator/Manifest 
b/dev-python/aws-sam-translator/Manifest
index 52e64f87dc05..4079517339a8 100644
--- a/dev-python/aws-sam-translator/Manifest
+++ b/dev-python/aws-sam-translator/Manifest
@@ -1,3 +1,2 @@
-DIST serverless-application-model-1.83.0.gh.tar.gz 5423374 BLAKE2B 
faa11adf7b6ec9df3eb625a77c2f6242b4c9fe170be8926f90da1cab94dc2c018e2ba7fc53dffec63756e68deebe7bdb22853d9e67e84e8e696399b81ed4b648
 SHA512 
f2bd8ce766894118107dd6cac245ae47b9fd819f9cb04a0c7d176ab3ec4f56bebbfc9c4e371f2b1db372c594a15d3c6871195b5aba06712a9f2408a51284cba1
 DIST serverless-application-model-1.84.0.gh.tar.gz 5467750 BLAKE2B 
386abc362020a9f3da6e040d0d31c1da9ee24311d779dabf9deb84ca5fd2abc655daf78f0303884e81fee1eb4a14f30f42e768475b85ad389d10625452fc9703
 SHA512 
4d771dccb9ca2d5f03c7e04f3dcf40c06b7a23cc5eb9a59d1fc2ae76abb944d469127131b1995edb9d44c90ef637b21fe65af42df2adf559fd06af92016ff2e5
 DIST serverless-application-model-1.85.0.gh.tar.gz 5472842 BLAKE2B 
528a7e5f17a461741d3dd1911dda13c592a835cb2d44452d2c719e072e6d1dd715562d3660f9f92200ff6b5893d32e05ecc9faf30a835de9cc29ef72af4489f3
 SHA512 
a48b0ca4d18f524623f2e23ea3b721e1bda3bc94ded53859f87e40c53ba4e9f3b97423aee58f20a041eaba4a1b092353c88de33a52576fc4084670cb45f4c7f2

diff --git a/dev-python/aws-sam-translator/aws-sam-translator-1.83.0.ebuild 
b/dev-python/aws-sam-translator/aws-sam-translator-1.83.0.ebuild
deleted file mode 100644
index b4675407f163..
--- a/dev-python/aws-sam-translator/aws-sam-translator-1.83.0.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 multiprocessing
-
-MY_P=serverless-application-model-${PV}
-DESCRIPTION="A library that transform SAM templates into AWS CloudFormation 
templates"
-HOMEPAGE="
-   https://github.com/aws/serverless-application-model/
-   https://pypi.org/project/aws-sam-translator/
-"
-SRC_URI="
-   
https://github.com/aws/serverless-application-model/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="
-   =dev-python/boto3-1.19.5[${PYTHON_USEDEP}]
-   >=dev-python/jsonschema-3.2[${PYTHON_USEDEP}]
-   =dev-python/pydantic-1.8[${PYTHON_USEDEP}]
-   =dev-python/typing-extensions-4.4[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/parameterized[${PYTHON_USEDEP}]
-   dev-python/pytest-xdist[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   # so much noise...
-   sed -i -e '/log_cli/d' pytest.ini || die
-
-   # deps are installed by ebuild, don't try to reinstall them via pip
-   truncate --size=0 requirements/*.txt || die
-
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-   local -x AWS_DEFAULT_REGION=us-east-1
-   epytest -o addopts= -o filterwarnings= \
-   -p xdist -n "$(makeopts_jobs)" --dist=worksteal
-}



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

2024-02-17 Thread Michał Górny
commit: aa79b537cc4a5b86ba3b74c6c317dfc99c105a31
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb 18 02:45:51 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb 18 03:28:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa79b537

media-libs/libjxl: Drop to ~sparc

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

 media-libs/libjxl/libjxl-0.8.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/libjxl/libjxl-0.8.1.ebuild 
b/media-libs/libjxl/libjxl-0.8.1.ebuild
index 6672533ca6cc..76418c4960ba 100644
--- a/media-libs/libjxl/libjxl-0.8.1.ebuild
+++ b/media-libs/libjxl/libjxl-0.8.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021-2023 Gentoo Authors
+# Copyright 2021-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/libjxl/libjxl/archive/refs/tags/v${PV}.tar.gz -> ${P
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~sparc x86"
 IUSE="openexr"
 
 DEPEND="app-arch/brotli:=[${MULTILIB_USEDEP}]



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

2024-02-17 Thread Michał Górny
commit: dfc61b0ea2154b40c85f43337f8aa4e76001222c
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb 18 02:42:35 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb 18 02:42:35 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfc61b0e

dev-python/trimesh: Remove old

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

 dev-python/trimesh/Manifest |  1 -
 dev-python/trimesh/trimesh-4.1.0.ebuild | 68 -
 2 files changed, 69 deletions(-)

diff --git a/dev-python/trimesh/Manifest b/dev-python/trimesh/Manifest
index 16975b9bec0c..dad9a438808f 100644
--- a/dev-python/trimesh/Manifest
+++ b/dev-python/trimesh/Manifest
@@ -1,3 +1,2 @@
-DIST trimesh-4.1.0.gh.tar.gz 13437739 BLAKE2B 
4a5c54bd17506fa391404f825c2be47e34c3757b6380bb8af43b27b3b1f30f6518dc997f0ce6a20d87c7c8ced4c5f54092a58d6d03f5d73e4fe6cc8bbc62342e
 SHA512 
77729d3b14f90d106fd79d1bddd0261cc1e6aeb3f3af7fcad9c9dacbd8fecea4f996944d5af232f2af46e274b14b657e0ad90700cd194afa9fb2a40dc3763c44
 DIST trimesh-4.1.3.gh.tar.gz 13438037 BLAKE2B 
1aaa2ad9fc974bc335710e12381f63fc7d6c6db47b6d88e9590dba92c126dee374ebe8282df02bdd4405558b391ce836c861b0672be847c627238c9c4c6c2285
 SHA512 
5f9b81c9e59760ec023e0a2ceeb62fdd4308f69ebc0cb495bcb0d7b58244a6754d4016c87110509f01696b291c03838b7896f9f470fe95f99d8755781b82051a
 DIST trimesh-4.1.4.gh.tar.gz 13438872 BLAKE2B 
b03efc741bccf3b08c9f8611dbf282d99fb8a2691d54d0230326453aa5666b69470d00fce7eccf2863c6f6939c56d74d3d537100b8def9c8660a33eabf3ba462
 SHA512 
bbdc3ec24d5a53e329b3b3021bec14668b1bb19e231ebb5f2ee186449e9c4ad162a14c4f42b8bdaed513ff5c874bf7ec1f0fc4bf103ee6b79ca7564494316984

diff --git a/dev-python/trimesh/trimesh-4.1.0.ebuild 
b/dev-python/trimesh/trimesh-4.1.0.ebuild
deleted file mode 100644
index ce63b84c1613..
--- a/dev-python/trimesh/trimesh-4.1.0.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 optfeature
-
-DESCRIPTION="Python library for loading and using triangular meshes"
-HOMEPAGE="
-   https://trimesh.org/
-   https://github.com/mikedh/trimesh/
-   https://pypi.org/project/trimesh/
-"
-SRC_URI="
-   https://github.com/mikedh/${PN}/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~x86"
-
-RDEPEND="
-   dev-python/chardet[${PYTHON_USEDEP}]
-   dev-python/colorlog[${PYTHON_USEDEP}]
-   dev-python/httpx[${PYTHON_USEDEP}]
-   dev-python/jsonschema[${PYTHON_USEDEP}]
-   dev-python/lxml[${PYTHON_USEDEP}]
-   dev-python/networkx[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   dev-python/pycollada[${PYTHON_USEDEP}]
-   dev-python/pyglet[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/scipy[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/shapely-1.8.2[${PYTHON_USEDEP}]
-   dev-python/svg-path[${PYTHON_USEDEP}]
-   dev-python/sympy[${PYTHON_USEDEP}]
-   dev-python/xxhash[${PYTHON_USEDEP}]
-   sci-libs/rtree[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/mapbox_earcut[${PYTHON_USEDEP}]
-   )
-"
-
-EPYTEST_TIMEOUT=900
-EPYTEST_XDIST=1
-distutils_enable_tests pytest
-
-python_test() {
-   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-   epytest
-}
-
-pkg_postinst() {
-   optfeature_header "${PN} functionality can be extended by installing 
the following packages:"
-   optfeature "making GUI applications with 3D stuff" dev-python/glooey
-   optfeature "2D triangulations of polygons" dev-python/mapbox_earcut
-   optfeature "loading a number of additional mesh formats" 
dev-python/meshio
-   optfeature "figuring out how much memory we have" dev-python/psutil
-   optfeature "marching cubes and other nice stuff" dev-python/scikit-image
-}



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

2024-02-17 Thread Michał Górny
commit: 3fee6fc69b7bda559524bb626524b0d61e65da0e
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb 18 02:42:51 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb 18 02:42:51 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fee6fc6

app-admin/awscli: Remove old

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

 app-admin/awscli/Manifest  |  5 --
 app-admin/awscli/awscli-1.32.29.ebuild | 89 -
 app-admin/awscli/awscli-1.32.40.ebuild | 90 --
 app-admin/awscli/awscli-1.32.41.ebuild | 90 --
 app-admin/awscli/awscli-1.32.42.ebuild | 90 --
 app-admin/awscli/awscli-1.32.43.ebuild | 90 --
 6 files changed, 454 deletions(-)

diff --git a/app-admin/awscli/Manifest b/app-admin/awscli/Manifest
index 3f400c40d88e..4ab9df7e20db 100644
--- a/app-admin/awscli/Manifest
+++ b/app-admin/awscli/Manifest
@@ -1,8 +1,3 @@
-DIST aws-cli-1.32.29.gh.tar.gz 2643387 BLAKE2B 
0d07a5478c5a51baf743c97aa613611aee9e84d569af1ae62e0adde56229f2973d17490a9ae287a713c2b8e54149674d416c12b5387f87504d3d1c5133a26789
 SHA512 
221315ab814691dc7cdcdee3fbe702275ad85dde50313249ccd57904d5bdd3266295eed885c7e80228970e04af240dbdfa7f3303c8a84d39633575cd0a579f81
 DIST aws-cli-1.32.34.gh.tar.gz 2647696 BLAKE2B 
e255f5fe68cd9571ea3389f7f9787b95eabd6eab9f9bf196b9e733afecd357e8e68838ae82641c2f41e79595906dda701eaa9f5a109c4a3f86564ec2fb78137b
 SHA512 
9edbde2c2c7aa67d291e3de2046e840b5f90e282e01f8b72412a10ac222e4e916ae384144ddb139b4985d298916507584d60e16cc93df7c927e653423490eb66
 DIST aws-cli-1.32.39.gh.tar.gz 2649055 BLAKE2B 
c3fa303dcb3762aced6322643822a09bcbeeb9dd5dac5b9bd1a7a772b413cf021b11831329057d9709c175a9251b11ee62884496ae84d25513aa27ae42d52b21
 SHA512 
667b61b122d69ceb284c933594508b9b95dfa0924cd771e881d139ddfde74f6fd41b20a8b9aae24cc22c0e9a5b0ec98c9d31a6d7ef125f08cee0b2fcbe41001e
-DIST aws-cli-1.32.40.gh.tar.gz 2649257 BLAKE2B 
59aa48af49e5fc11cc9cfbf07c3a47a8d56efaa7bb312e2a700fde087f514fe61e494c4ddb8993fbdf3d5cf816b6b5921324d414f08c5c4f620c6965015ef5a9
 SHA512 
eb9866e780a6bd8fc3c9bfc69259531d370d9222dd504362ecba04251d988aedf6c21590325ef8f9356cb6b2091f7c8d75da87c9465e200811fff45984499430
-DIST aws-cli-1.32.41.gh.tar.gz 2649137 BLAKE2B 
aaba2104b1665d024dbd04e1513e5df11162502977cb98ebaeab513849c59f419f0a50afab64cfa117ec6c5e52ca4ce8f2dc8110277969f1d5b01b3cbc31b093
 SHA512 
abccc6a09a0251d1804a182465e7e6f876dfe91f9738b859e8f2b40a9b8d8107a0fc80713528f3726c494918492b08ecb04d7cf29c06298b176a0e8f7238a101
-DIST aws-cli-1.32.42.gh.tar.gz 2649600 BLAKE2B 
c0c2d9a5e8b5cd2dd41f15b98e4393e5490d9b2c75492f86c92f134dd5ee6e24ed659102e7df89ab48b1e9d7705fc0f67cb33ec060b91e0a242f49e88247415f
 SHA512 
09d9601440da93fe97cc4ddbc7df01b7e985ead3ef28694f733cdcc2ed1a542372d0ae97e0ffd75b91f6ae5e80fca4b06bbfeb65ae11d78a126b639afe1ab3ef
-DIST aws-cli-1.32.43.gh.tar.gz 2649987 BLAKE2B 
d950887f76dd0b5a99624bfacc43a4c9f710d3cf3fe46eb37aea891b253af326f463a90383016ee654c97307215bead56e045629264a60ce50aeabdb6a1617c7
 SHA512 
66d728d43cfb186892b18d67bfcbb4480f8e58ad1978081cdaf099771569bf8d7657707466748011d33db0aeac6c03c22be32f47cc266355e9ebb27a0fae3ed4
 DIST aws-cli-1.32.44.gh.tar.gz 2650447 BLAKE2B 
880877517e3165f30fdcf9295ddc30dc7a127c1cba260fb2ff4c433311f7a7f1e5d221beb47cf008b68efe96a1b087720ae4de7868a90af76a35213eca2754f8
 SHA512 
9a0d702cf5a2e555118d6cd958c771de35e804add546de2e50bcd499744e43d37e273f543d6b2864635f79f82ce0e6ffc73b977c25304fe9d6aad063216261ee

diff --git a/app-admin/awscli/awscli-1.32.29.ebuild 
b/app-admin/awscli/awscli-1.32.29.ebuild
deleted file mode 100644
index 6421c8518c53..
--- a/app-admin/awscli/awscli-1.32.29.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit bash-completion-r1 distutils-r1
-
-MY_P=aws-cli-${PV}
-DESCRIPTION="Universal Command Line Environment for AWS"
-HOMEPAGE="
-   https://github.com/aws/aws-cli/
-   https://pypi.org/project/awscli/
-"
-SRC_URI="
-   https://github.com/aws/aws-cli/archive/${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86"
-
-# botocore is x.(y+2).z
-BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 2)).$(ver_cut 3-)"
-RDEPEND="
-   >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
-   dev-python/colorama[${PYTHON_USEDEP}]
-   dev-python/docutils[${PYTHON_USEDEP}]
-   dev-python/rsa[${PYTHON_USEDEP}]
-   >=dev-python/s3transfer-0.10.0[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   !app-admin/awscli-bin
-"
-BDEPEND="
-   test? (
-   dev-python/pytest-forked[${PYTHON_USEDEP}]
-   )
-"
-
-EPYTEST_XDIST=1
-distutils_enable_tests 

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

2024-02-17 Thread Michał Górny
commit: 21a3a6648cbb781644f27c9e2376201ebac457ba
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb 18 02:43:21 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb 18 02:43:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21a3a664

dev-python/botocore: Remove old

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

 dev-python/botocore/Manifest|  5 ---
 dev-python/botocore/botocore-1.34.29.ebuild | 63 ---
 dev-python/botocore/botocore-1.34.40.ebuild | 67 -
 dev-python/botocore/botocore-1.34.41.ebuild | 67 -
 dev-python/botocore/botocore-1.34.42.ebuild | 67 -
 dev-python/botocore/botocore-1.34.43.ebuild | 67 -
 6 files changed, 336 deletions(-)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index cf0c71f62237..cb2e8365c966 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,8 +1,3 @@
-DIST botocore-1.34.29.gh.tar.gz 12665018 BLAKE2B 
928c27ae62a5e2675dc5476af05a4390cbeaf9d5c64cae6a5af0d5348f703417f48431258fc7c4ad316908fd29f6bfeb5a7c76290ea9622172f3d787f40021c7
 SHA512 
5314900eecf2d31fe08bcb9efbc1a361467fe034129c85f5cb4a678275115292fc5a6a95fbbe3cc06aa0a1387e14dde0f9115a9aa25ba59dba62a02c3b8db43b
 DIST botocore-1.34.34.gh.tar.gz 12682925 BLAKE2B 
514e6946558d1014371ca7ae4c76614b9714e0444e65f9606abe059cff1e1c467e81d913dad849ed9468a557499daafbdb19bbabef7ef3ed1f45607afa1f545a
 SHA512 
4bc0bc57f4b29c461cade471e18d0f04ecf081a33bf966d80ab09832e0a5af2c08808b9fe72be9ea6a04b37e8207cdf38e43ec588c38ab9546740863e7a206ba
 DIST botocore-1.34.39.gh.tar.gz 12697404 BLAKE2B 
d8670c591c06cf5b02562adb234225dde1da6a805d40f314ea7e88b8dc532dc9cb3bff80255aff8798137584a8038b3747e5dc428fd0dc20def923c9a9953a5d
 SHA512 
e5091955cbaa838365664458e71e77ecc4649e12995735a367ea007bdf5e10b41e4009afa8c3832f88a6c49888091b7d668834f1e5edbd64298d88c4eb8f3f1c
-DIST botocore-1.34.40.gh.tar.gz 12700016 BLAKE2B 
95be55cb5c0f1a55846478196c905427d1c45f9fbff6f57506cb4a7ee2112f5034d6e7872bb9d27e89f55dd64e3b2ce33d0a5cea461f9fd1ff5a02a1a60f3748
 SHA512 
ebf72c591f72286e06d21cd69234b91d681f8b1c9fd2a1bb1c5720b997d2b7f968ab0802bdc01a59eac395fc1822764efb27874edbe273f0747a6f0c8775a540
-DIST botocore-1.34.41.gh.tar.gz 12702662 BLAKE2B 
65c99f1c6ebfe6f33dc8747bdd104ab8a81884f0f729072ecc7f06e077766bbac58fffe7d185e959a3de892f634d2b68e96c2f3c7193e36a0eb3f54656c3ea41
 SHA512 
7ce1a8cfc196f200baddb395e63ebac405c320b8f521d8fea23fcf2d8d17e3530efc18e94cfcce749dfe86c5c4f2943f533edadb6bdcff05d623d3fa07b5b738
-DIST botocore-1.34.42.gh.tar.gz 12706455 BLAKE2B 
8167771d56270caafe58cd9acdc1a6e25da3fd11c4b49196f3de00814e98d8db100f08e9862331c5e905ba863c852611d9fe796d7b84ac2e8a0865888e75a923
 SHA512 
074f06a506044bbfb2c925dafbcc63a08f968e9aab755f9779a97e4502ad457e468d833a151c538a575025df853fcc7ff409ab3455f8d02f4888af15dae0e6b6
-DIST botocore-1.34.43.gh.tar.gz 12712686 BLAKE2B 
7cd7d6b3e57dba02ff2727d7c3aa80978a8431ae19dc6f2900bba8372a42eef416113d0cca26ec79518e97c019189f4c4d1faf706763a41a51c870dcfb51846f
 SHA512 
fc66e51828a6818b2bdb3a27bd47b6e55dbc0530ef7e6fab7961e6e7f33126de2dd0261d76e976f11680730f4b581783d812bbcc01f4aad5db9aef5377e6f026
 DIST botocore-1.34.44.gh.tar.gz 12716767 BLAKE2B 
335d59ae57ae5a5a1bdb44c3e196dff18cb24dd4a4d3beb59e7b8e887d5cc56f0716b2e4fead0c9a4c96978d661308fb0f1e045300e7af69c94ed799bb25a2ef
 SHA512 
12893173c0123711f496448e661bb8e463fcc29ac95c500fe427e2dcf9810659b92de1d38ec3192e1e20a92ca01a5315733f34d0ffe61f2c9b69763e427ee96f

diff --git a/dev-python/botocore/botocore-1.34.29.ebuild 
b/dev-python/botocore/botocore-1.34.29.ebuild
deleted file mode 100644
index 28d9e7710de8..
--- a/dev-python/botocore/botocore-1.34.29.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Low-level, data-driven core of boto 3"
-HOMEPAGE="
-   https://github.com/boto/botocore/
-   https://pypi.org/project/botocore/
-"
-SRC_URI="
-   https://github.com/boto/botocore/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="
-   dev-python/six[${PYTHON_USEDEP}]
-   =dev-python/urllib3-1.25.4[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/jsonschema[${PYTHON_USEDEP}]
-   )
-"
-
-EPYTEST_XDIST=1
-distutils_enable_tests pytest
-
-src_prepare() {
-   # unpin deps
-   sed -i -e "s:>=.*':':" setup.py || die
-
-   # unbundle deps
-   rm -r botocore/vendored || die
-   find -name '*.py' -exec sed -i \
-   -e 's:from botocore[.]vendored import:import:' \
-   -e 's:from 

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

2024-02-17 Thread Michał Górny
commit: 6413dcf360c749c694fec9b28e68d0dc9d45d2af
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb 18 02:46:06 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb 18 03:28:08 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6413dcf3

net-misc/tuba: Remove old

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

 net-misc/tuba/Manifest  |  1 -
 net-misc/tuba/tuba-0.6.2.ebuild | 72 -
 2 files changed, 73 deletions(-)

diff --git a/net-misc/tuba/Manifest b/net-misc/tuba/Manifest
index a22248dc040a..bd303a7aa894 100644
--- a/net-misc/tuba/Manifest
+++ b/net-misc/tuba/Manifest
@@ -1,2 +1 @@
-DIST Tuba-0.6.2.gh.tar.gz 1100473 BLAKE2B 
e499a5d8363e46c5a1a875adf2f8bbbf7c787f52111684a9724bde452cacd2d604b41b575fc3a153843546ec23275aa76e4726cef89860288e8967f30ddbc08a
 SHA512 
ae171ddb696d79a6791613a0aedecd1e8ad28ed71bcc966176512e95016bb2dd29805b74f10565c3d3d70f2910c1ae4dc829d6d67de10a677decc3a2bd81aeab
 DIST Tuba-0.6.3.gh.tar.gz 1124191 BLAKE2B 
b5a7107c94d9adf89fc02224891c12b71fc2b640e962006fbfcf1d0673e5f3f73b11423b6d66e8952e2aef122ade6a57607cced5d4707bd91193157fd561ce11
 SHA512 
b987b9b8434a0abd086a3197154b27bd4a0bca69df07bcec26c59a2da51cf447943e7a05a83529a99670f2b1b7ea1a7dce1da39148844d23706940f3a0a423d8

diff --git a/net-misc/tuba/tuba-0.6.2.ebuild b/net-misc/tuba/tuba-0.6.2.ebuild
deleted file mode 100644
index 6cb11e3b10cd..
--- a/net-misc/tuba/tuba-0.6.2.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome2-utils meson optfeature vala
-
-MY_P=${P^}
-DESCRIPTION="Browse the Fediverse (GTK client)"
-HOMEPAGE="
-   https://tuba.geopjr.dev/
-   https://github.com/GeopJr/Tuba/
-"
-SRC_URI="
-   https://github.com/GeopJr/Tuba/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="GPL-3 CC-BY-SA-4.0"
-SLOT="0"
-KEYWORDS="amd64 arm64"
-
-# TODO: optional dep on libspelling-1
-DEPEND="
-   app-crypt/libsecret[introspection]
-   >=dev-libs/glib-2.76.0:2
-   >=dev-libs/json-glib-1.4.4[introspection]
-   >=dev-libs/libgee-0.8.5:0.8[introspection]
-   dev-libs/libxml2
-   >=gui-libs/gtk-4.11.3:4[gstreamer,introspection]
-   >=gui-libs/libadwaita-1.4:1[introspection,vala]
-   >=gui-libs/gtksourceview-5.6.0:5[introspection,vala]
-   net-libs/libsoup:3.0[introspection]
-"
-RDEPEND="
-   ${DEPEND}
-"
-BDEPEND="
-   $(vala_depend)
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-src_configure() {
-   local emesonargs=(
-   # disable calling updaters (see pkg_post*)
-   -Ddistro=true
-   )
-
-   vala_setup
-   meson_src_configure
-}
-
-src_install() {
-   meson_src_install
-   dosym dev.geopjr.Tuba /usr/bin/tuba
-}
-
-pkg_postinst() {
-   optfeature "WebP image support" gui-libs/gdk-pixbuf-loader-webp
-
-   gnome2_schemas_update
-   xdg_desktop_database_update
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   gnome2_schemas_update
-   xdg_desktop_database_update
-   xdg_icon_cache_update
-}



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

2024-02-17 Thread Michał Górny
commit: 98eebc3bea795827fd52161070215cd66c07fd3b
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb 18 02:43:07 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb 18 02:43:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98eebc3b

dev-python/boto3: Remove old

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

 dev-python/boto3/Manifest |  5 ---
 dev-python/boto3/boto3-1.34.29.ebuild | 58 ---
 dev-python/boto3/boto3-1.34.40.ebuild | 58 ---
 dev-python/boto3/boto3-1.34.41.ebuild | 58 ---
 dev-python/boto3/boto3-1.34.42.ebuild | 58 ---
 dev-python/boto3/boto3-1.34.43.ebuild | 58 ---
 6 files changed, 295 deletions(-)

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index 3556151b7c89..a5fcd7efc563 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -1,8 +1,3 @@
-DIST boto3-1.34.29.gh.tar.gz 769654 BLAKE2B 
3eec92f78f343c1806eb7ad96a31b07592ffb355aed5bca75b9cf9bc32cc240a1c254cd43e618d7cba442dddab31035f43f319aa674b5fd6ee99e93d76514389
 SHA512 
1dff0825811b346e1300030770f00dfea9694d3f6c4beccddfb2ff00520503271b617321e124a1d922da8e8fb1d2c2beb08a83f23eb5e5754bf1d519ea994cf3
 DIST boto3-1.34.34.gh.tar.gz 771553 BLAKE2B 
52459e1baefd7986256bb6c89074aac365fb14c8fdd1b04a79bc02b6722e1e8e5f0d59b426e519947ab1795d12defbde2768af97dd3a2cdef576fdb535422567
 SHA512 
d0d9c47550aeb46aa3095d08583931d79fe38da8498a3ece322d7dea07b25c3569f7b44ed2afdb53cae98e4e3c337e8bb91a87c325d88798488e6ba87c73d9cb
 DIST boto3-1.34.39.gh.tar.gz 773491 BLAKE2B 
69256649eb3bc5a856adffe4fb1e0e3f1e14e9a8ff557a9c4a4a8009bc0b8483555e9350f98656d3088c271152db199201c2739e4860fbc0c63810e19a13eca4
 SHA512 
88fb84a97c072f3e1719116d10dae2a8a840f495aa89f42f13fb105209d0d098390cbdbc443811ae78a684735fa571dbe66bf10c0e53718e783a17de36a18197
-DIST boto3-1.34.40.gh.tar.gz 773834 BLAKE2B 
3622514c5e114a015dc7725bf7415858956e91084715a0e1342a6baacca62a1a2a453dfbe972bdf57438047b30a7729cd98f81afaf554ff8beb89eafd3920bbb
 SHA512 
875afff65371b5991fcc1c832ddcc919dc04306ce03ddba8851e69f4138fc8698f3d21c340bb2936e9022fe0813eb90f2ac084e2531166ee21542a049bb3f1c6
-DIST boto3-1.34.41.gh.tar.gz 774170 BLAKE2B 
ec6c60a181afa8266018f8dd58917a7277d2b405736b2af94689cd7b3af6b961799f8ba4ea1395917695673d857cb9542507daed78d5e13f9517e3bcb254e08c
 SHA512 
2f9be9b87c2f632d9291419eccd155a13d6120e93e1966afc236405742d4a2357fe53cc5dcc9b10aaf22ffe93d2e52285e3d44d4f578b5688a08b9cb705c42f1
-DIST boto3-1.34.42.gh.tar.gz 774581 BLAKE2B 
af50bc64eee24b2a8e56453a1823ad008e745dcd0335d2ea2bcbf58d84311cd1b4da91bf1cdbb0ed74ea4e17fb6a278279628634f33bf2649d4c22be1251cb18
 SHA512 
cfee96d5da7eaeb324113baa5f52fc1f3576db74e2d5bd72345701ebdd9907a915715fff14cd0cabcffb5a790c0432177e4881eda487b0882f97d6cc2c14bc57
-DIST boto3-1.34.43.gh.tar.gz 775352 BLAKE2B 
3b692a89c6c6c7af50c5815fd95819f44cca7c1933a06cb1e5de4197b527281143a04074b1dc40ff9563098efb399360b9ca708789457cbf2d79bdd0c4c0f149
 SHA512 
21a90448c3b6feaec2492d86c4c40d69a8227198d1c18347a5b85d51c082abe357024efb699207c70f60c47ed3ffa7ece2b2fb50695c2df8d09628ae25ef7ff2
 DIST boto3-1.34.44.gh.tar.gz 775883 BLAKE2B 
97648819e48af3bbdec76ca47f5532cf9f0a99845f90515cbc7bec02bd5cc04ed5cc842b55cd589a8fb1cd8852edf4d12d3e8a23320e23fd4c5920854ef588d3
 SHA512 
310689dd7fc3a08c3a8ed6e223381870f028ee07354f74654abafc893f8230fee82bcd136c9e04a675a06bad496458f6778e6d571e75f6541130b3e06cdf324a

diff --git a/dev-python/boto3/boto3-1.34.29.ebuild 
b/dev-python/boto3/boto3-1.34.29.ebuild
deleted file mode 100644
index 2a35a5b9c0d0..
--- a/dev-python/boto3/boto3-1.34.29.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="The AWS SDK for Python"
-HOMEPAGE="
-   https://github.com/boto/boto3/
-   https://pypi.org/project/boto3/
-"
-SRC_URI="
-   https://github.com/boto/boto3/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="
-   >=dev-python/botocore-${PV}[${PYTHON_USEDEP}]
-   >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
-   >=dev-python/s3transfer-0.10.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/mock[${PYTHON_USEDEP}]
-   )
-"
-
-EPYTEST_XDIST=1
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   # don't lock versions to narrow ranges
-   sed -e '/botocore/ d' \
-   -e '/jmespath/ d' \
-   -e '/s3transfer/ d' \
-   -i setup.py || die
-
-   # do not rely on bundled deps in botocore (sic!)
-   find -name '*.py' -exec sed -i \
-   -e 's:from 

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

2024-02-17 Thread Michał Górny
commit: 614e42e269e9236f5a75c23533ceb7bdea64
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb 18 02:42:07 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb 18 02:42:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=614e42e2

dev-python/sybil: Remove old

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

 dev-python/sybil/Manifest |  1 -
 dev-python/sybil/files/sybil-6.0.2-pytest-8.patch | 40 -
 dev-python/sybil/sybil-6.0.2-r1.ebuild| 44 ---
 3 files changed, 85 deletions(-)

diff --git a/dev-python/sybil/Manifest b/dev-python/sybil/Manifest
index 8ccec810aac4..6334c9906f97 100644
--- a/dev-python/sybil/Manifest
+++ b/dev-python/sybil/Manifest
@@ -1,2 +1 @@
-DIST sybil-6.0.2.gh.tar.gz 67619 BLAKE2B 
ec723cb21d2ac1232bd6e9a3e3edb0bc65c705048c2d288df778b4dd19a1b46c956f7d2bd57dfa028d7a8a06357501ffc1226ba171e2073abec51f8d3c536d86
 SHA512 
9966173b5fb013be1f298b586052d8c10b76efb43bf5230f3d0b780e6d6238e7e33840eeb7c8b9860911351ea612766ed19ea2a61d48424465f3b58e408da5d2
 DIST sybil-6.0.3.gh.tar.gz 67772 BLAKE2B 
e90b7a01373d931ca056bfce1336bab8a579a25e17000675d77cd849081275970b455c7bc77f30e0fd104073115915fc4f4477b010eafd35e57aec322fb42fc4
 SHA512 
1fb42b944b237556012ace6fcc5eb3d0f067f0ca043ceafa0e201a8076870fc7e06ae62813eec90d486de6e4b71ebf29176dfff6573de423480c688ff005004d

diff --git a/dev-python/sybil/files/sybil-6.0.2-pytest-8.patch 
b/dev-python/sybil/files/sybil-6.0.2-pytest-8.patch
deleted file mode 100644
index 2447289c0266..
--- a/dev-python/sybil/files/sybil-6.0.2-pytest-8.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-From d7428b4cfe5f817037030d025028bf09fd7992ee Mon Sep 17 00:00:00 2001
-From: Adam Dangoor 
-Date: Mon, 29 Jan 2024 11:29:16 +
-Subject: [PATCH] Add fixes for Pytest 8.0.0
-

- CHANGELOG.rst   |  5 +
- sybil/integration/pytest.py | 17 +
- 2 files changed, 18 insertions(+), 4 deletions(-)
-
-diff --git a/sybil/integration/pytest.py b/sybil/integration/pytest.py
-index 8ce6c72..cad311d 100644
 a/sybil/integration/pytest.py
-+++ b/sybil/integration/pytest.py
-@@ -53,12 +53,21 @@ def __init__(self, parent, sybil, example: Example) -> 
None:
- def request_fixtures(self, names):
- # pytest fixtures dance:
- fm = self.session._fixturemanager
--closure = fm.getfixtureclosure(names, self)
--initialnames, names_closure, arg2fixturedefs = closure
--fixtureinfo = FuncFixtureInfo(names, initialnames, names_closure, 
arg2fixturedefs)
-+if PYTEST_VERSION >= (8, 0, 0):
-+closure = fm.getfixtureclosure(initialnames=names, 
parentnode=self, ignore_args=set())
-+names_closure, arg2fixturedefs = closure
-+fixtureinfo = FuncFixtureInfo(argnames=names, initialnames=names, 
names_closure=names_closure, name2fixturedefs=arg2fixturedefs)
-+else:
-+closure = fm.getfixtureclosure(names, self)
-+initialnames, names_closure, arg2fixturedefs = closure
-+fixtureinfo = FuncFixtureInfo(names, initialnames, names_closure, 
arg2fixturedefs)
- self._fixtureinfo = fixtureinfo
- self.funcargs = {}
--self._request = fixtures.FixtureRequest(self, _ispytest=True)
-+if PYTEST_VERSION >= (8, 0, 0):
-+self._request = fixtures.TopRequest(pyfuncitem=self, 
_ispytest=True)
-+self.fixturenames = names_closure
-+else:
-+self._request = fixtures.FixtureRequest(self, _ispytest=True)
- 
- def reportinfo(self) -> Tuple[Union["os.PathLike[str]", str], 
Optional[int], str]:
- info = '%s line=%i column=%i' % (

diff --git a/dev-python/sybil/sybil-6.0.2-r1.ebuild 
b/dev-python/sybil/sybil-6.0.2-r1.ebuild
deleted file mode 100644
index 0a280c114202..
--- a/dev-python/sybil/sybil-6.0.2-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 2019-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Automated testing for the examples in your documentation"
-HOMEPAGE="
-   https://github.com/simplistix/sybil/
-   https://pypi.org/project/sybil/
-"
-# tests are missing in sdist, as of 5.0.1
-SRC_URI="
-   https://github.com/simplistix/sybil/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-BDEPEND="
-   test? (
-   dev-python/myst-parser[${PYTHON_USEDEP}]
-   dev-python/seedir[${PYTHON_USEDEP}]
-   dev-python/testfixtures[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-PATCHES=(
-   # https://github.com/simplistix/sybil/pull/108
-   "${FILESDIR}/${P}-pytest-8.patch"
-)
-
-python_test() {
-   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-

[gentoo-commits] repo/gentoo:master commit in: app-portage/pycargoebuild/

2024-02-17 Thread Michał Górny
commit: 0750bfad348a50caecfac1885cf44e687a554eef
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb 18 02:40:43 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb 18 02:40:43 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0750bfad

app-portage/pycargoebuild: Remove old

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

 app-portage/pycargoebuild/Manifest |  1 -
 .../pycargoebuild/pycargoebuild-0.13.1.ebuild  | 32 --
 2 files changed, 33 deletions(-)

diff --git a/app-portage/pycargoebuild/Manifest 
b/app-portage/pycargoebuild/Manifest
index 43f1b9afe457..b9e5f8c1b87c 100644
--- a/app-portage/pycargoebuild/Manifest
+++ b/app-portage/pycargoebuild/Manifest
@@ -1,2 +1 @@
-DIST pycargoebuild-0.13.1.gh.tar.gz 40724 BLAKE2B 
8332def693da15fa5bf76e36defc92d6be9ebb78f5f58763f1df0a3f5d03d24bcd3d467ef8e23fbbedf6cadffbdc61898d7d9d9a455f30a820b261398868f2cf
 SHA512 
4a3eb0c703008a3ba226de24c7c5f444b1c9dee08def473b03e03112ad8f5d8d620f1d12e528c73c98fa46d2a18658a1f3862ac547ca1121e7834cd1c4ab65d0
 DIST pycargoebuild-0.13.2.gh.tar.gz 48261 BLAKE2B 
28704c9163ef09b9d90b896293b845747fd7a337d21980bfcca951b5cd7f7fb610fbc3bd9b3f7bf8adf8d0ea6aed0f3acae3381cb757c26821de25a1649d06ba
 SHA512 
db180dd033c8860c1704076a4e404d5b11cd320e8fae2273a9546aef843694c7d2aef2ad54221afcca360b39f1b80061004e5338e6a43ddba566b8475a032701

diff --git a/app-portage/pycargoebuild/pycargoebuild-0.13.1.ebuild 
b/app-portage/pycargoebuild/pycargoebuild-0.13.1.ebuild
deleted file mode 100644
index 6331efde71f4..
--- a/app-portage/pycargoebuild/pycargoebuild-0.13.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="A generator for Rust/Cargo ebuilds written in Python"
-HOMEPAGE="
-   https://github.com/projg2/pycargoebuild/
-   https://pypi.org/project/pycargoebuild/
-"
-SRC_URI="
-   https://github.com/projg2/pycargoebuild/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~loong ~ppc64"
-
-RDEPEND="
-   dev-python/license-expression[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   dev-python/tomli[${PYTHON_USEDEP}]
-   ' 3.9 3.10)
-"
-
-distutils_enable_tests pytest



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

2024-02-17 Thread Michał Górny
commit: f3f1f6067e72d249dc2f887e59e91a79ae329e00
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb 18 02:38:58 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb 18 02:38:58 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3f1f606

dev-python/translate-toolkit: Remove old

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

 dev-python/translate-toolkit/Manifest  |   1 -
 .../translate-toolkit-3.12.1.ebuild| 118 -
 2 files changed, 119 deletions(-)

diff --git a/dev-python/translate-toolkit/Manifest 
b/dev-python/translate-toolkit/Manifest
index 042042ed4bec..d3ddeb988efd 100644
--- a/dev-python/translate-toolkit/Manifest
+++ b/dev-python/translate-toolkit/Manifest
@@ -1,2 +1 @@
-DIST translate-3.12.1.gh.tar.gz 1200341 BLAKE2B 
dd2a5ddcdc2d4f282d70fd2158268c23d55f8714d314071f9863baf6fdc1f8433fb2e0d6d241cac6f1db5c71affa9fbd74d96ec0520b088a051d4f73aaee
 SHA512 
d49b57350063582fe49f91c164e0879df1e348137587c153a65372d3db288e23b37a50bd73a870ea4280019612a6be9f95eccb716723e1afc4c0248113eb377e
 DIST translate-3.12.2.gh.tar.gz 1202828 BLAKE2B 
fdfc6ea91d0e0fe9f36e1352247463fe04ff3f4cdd13dd969077ccf0dde984250303872f6bb605dcd1628a1089d81dd98b36dfd68e92c3030c740d65899a70ba
 SHA512 
7488f45521f1744d8d457ce5f74a4955a0e4468af8b3f5be06410667f2c1e52a3dacd3b959330e6c2eb5b3a443c1e2c761538896352576f5090ce27dbfc8edab

diff --git a/dev-python/translate-toolkit/translate-toolkit-3.12.1.ebuild 
b/dev-python/translate-toolkit/translate-toolkit-3.12.1.ebuild
deleted file mode 100644
index 0e75f48593c6..
--- a/dev-python/translate-toolkit/translate-toolkit-3.12.1.ebuild
+++ /dev/null
@@ -1,118 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-PYTHON_REQ_USE="sqlite"
-
-inherit distutils-r1
-
-MY_P=translate-${PV}
-DESCRIPTION="Toolkit to convert between many translation formats"
-HOMEPAGE="
-   https://github.com/translate/translate/
-   https://pypi.org/project/translate-toolkit/
-"
-SRC_URI="
-   https://github.com/translate/translate/archive/${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S="${WORKDIR}"/${MY_P}
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm64 x86"
-IUSE="+html +ical +ini +subtitles +yaml"
-
-RDEPEND="
-   app-text/iso-codes
-   >=dev-python/chardet-3.0.4[${PYTHON_USEDEP}]
-   dev-python/cheroot[${PYTHON_USEDEP}]
-   >=dev-python/Levenshtein-0.12.0[${PYTHON_USEDEP}]
-   >=dev-python/lxml-4.3.1[${PYTHON_USEDEP}]
-   >=dev-python/mistletoe-1.1.0[${PYTHON_USEDEP}]
-   >=dev-python/pyparsing-3[${PYTHON_USEDEP}]
-   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
-   sys-devel/gettext
-   html? ( dev-python/utidylib[${PYTHON_USEDEP}] )
-   ical? ( dev-python/vobject[${PYTHON_USEDEP}] )
-   ini? ( >=dev-python/iniparse-0.5[${PYTHON_USEDEP}] )
-   subtitles? ( media-video/gaupol[${PYTHON_USEDEP}] )
-   yaml? ( dev-python/pyyaml[${PYTHON_USEDEP}] )
-"
-# Technically, the test suite also has undeclared dependency
-# on dev-python/snapshottest but all the tests using it are broken
-# anyway, so we skip them.
-BDEPEND="
-   test? (
-   dev-python/phply[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-src_test() {
-   # unfortunately, this bad quality package doesn't support XDG_DATA_DIRS
-   # correctly, so we need to reassemble all data files in a single 
directory
-   local -x XDG_DATA_HOME=${T}/share
-   cp -r translate/share "${T}/" || die
-   cp -r "${ESYSROOT}/usr/share"/gaupol "${XDG_DATA_HOME}"/ || die
-
-   distutils-r1_src_test
-}
-
-python_test() {
-   local EPYTEST_DESELECT=(
-   # Fails with network-sandbox (and even with it off but w/ 
softer fail)
-   
'tests/xliff_conformance/test_xliff_conformance.py::test_open_office_to_xliff'
-   
'tests/xliff_conformance/test_xliff_conformance.py::test_po_to_xliff'
-   # all tests based on snapshottest are broken and I'm too tired
-   # to figure this out
-   tests/translate/tools/test_pocount.py::test_{cases,output}
-   tests/translate/tools/test_junitmsgfmt.py::test_output
-   )
-   local EPYTEST_IGNORE=(
-   # unpackaged fluent.*
-   tests/translate/storage/test_fluent.py
-   # changes directory and does not change it back, sigh
-   tests/odf_xliff/test_odf_xliff.py
-   )
-
-   if ! use ini; then
-   EPYTEST_IGNORE+=(
-   translate/convert/test_ini2po.py
-   translate/convert/test_po2ini.py
-   )
-   fi
-
-   if ! use subtitles; then
-   EPYTEST_IGNORE+=(
-   translate/storage/test_subtitles.py
-   )
-   fi
-
-   

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

2024-02-17 Thread Michał Górny
commit: 78b5bff05c6ddcf0d832ec305c9a16618ea5688d
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb 18 02:41:34 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb 18 02:41:34 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78b5bff0

dev-python/poetry-core: Remove old

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

 dev-python/poetry-core/Manifest |  1 -
 dev-python/poetry-core/poetry-core-1.8.1.ebuild | 73 -
 2 files changed, 74 deletions(-)

diff --git a/dev-python/poetry-core/Manifest b/dev-python/poetry-core/Manifest
index 03468aa5d9d0..43ce99e68b9f 100644
--- a/dev-python/poetry-core/Manifest
+++ b/dev-python/poetry-core/Manifest
@@ -1,2 +1 @@
-DIST poetry-core-1.8.1.gh.tar.gz 367396 BLAKE2B 
0305e4022d91632a5cf68e57df61ee27ff1c7faf53d1be6d63e8f30183af828c5fe8126dbd6326ed7a8b428c107878632c26cc1dc2468161b2b79cfdfa0599f8
 SHA512 
25b4787f45da88142d8cbdad22a518335a82f24ccdba34112ab0f9be8eb130251211969d9da9422bc89fa3c5990adb4e2cde2e3b6f7a4f57f81c6d2b21cf722f
 DIST poetry-core-1.9.0.gh.tar.gz 371033 BLAKE2B 
67e4674bcc45f6ce1737a26d8f1fd1ce6e6469d692cabe461fb2959b03ab3ca26b9e3848d9cbf533c5fd9bf7d75ac8b70a6aad0cce1930472971cc1ad530aedf
 SHA512 
a2d63480f0df36fabe61c234377a4fa9ea0a1ddce449006162d6e49e849c92ad9c77d0a93aba7c51561bac16a77d5db00a95594bd5e2de328e1664f3f41f689b

diff --git a/dev-python/poetry-core/poetry-core-1.8.1.ebuild 
b/dev-python/poetry-core/poetry-core-1.8.1.ebuild
deleted file mode 100644
index e11649702aac..
--- a/dev-python/poetry-core/poetry-core-1.8.1.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=standalone
-PYTHON_TESTED=( pypy3 python3_{10..12} )
-PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" )
-
-inherit distutils-r1
-
-DESCRIPTION="Poetry PEP 517 Build Backend"
-HOMEPAGE="
-   https://github.com/python-poetry/poetry-core/
-   https://pypi.org/project/poetry-core/
-"
-SRC_URI="
-   https://github.com/python-poetry/poetry-core/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 ~arm64-macos ~x64-macos"
-
-# check inside vendors/pyproject.toml
-# (note that some are indirect deps)
-RDEPEND="
-   >=dev-python/fastjsonschema-2.18.0[${PYTHON_USEDEP}]
-   dev-python/lark[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   dev-python/tomli[${PYTHON_USEDEP}]
-   ' 3.9 3.10)
-"
-BDEPEND="
-   ${RDEPEND}
-   test? (
-   $(python_gen_cond_dep '
-   dev-python/build[${PYTHON_USEDEP}]
-   dev-python/pytest-mock[${PYTHON_USEDEP}]
-   dev-python/tomli-w[${PYTHON_USEDEP}]
-   >=dev-python/virtualenv-20.21[${PYTHON_USEDEP}]
-   dev-vcs/git
-   ' "${PYTHON_TESTED[@]}")
-   )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # These "fail" bacause of glob file path resulting from newer versions
-   # in our tree than vendored. But those don't affect anything.
-   tests/masonry/builders/test_sdist.py::test_default_with_excluded_data
-   
tests/masonry/builders/test_wheel.py::test_default_src_with_excluded_data
-)
-
-src_prepare() {
-   # remove vendoring of dependencies
-   rm -r src/poetry/core/_vendor || die
-   sed -e '/__vendor_site__/d' -i src/poetry/core/__init__.py || die
-
-   distutils-r1_src_prepare
-}
-
-python_test() {
-   if ! has "${EPYTHON/./_}" "${PYTHON_TESTED[@]}"; then
-   einfo "Skipping tests on ${EPYTHON} (unported deps)"
-   return
-   fi
-
-   epytest
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/google-api-core/

2024-02-17 Thread Michał Górny
commit: 1756a84b1cc64b1dca82185e0d84db1f6cf110c3
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb 18 02:39:33 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb 18 02:39:33 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1756a84b

dev-python/google-api-core: Remove old

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

 dev-python/google-api-core/Manifest|  4 --
 .../google-api-core/google-api-core-2.15.0.ebuild  | 65 --
 .../google-api-core/google-api-core-2.16.0.ebuild  | 65 --
 .../google-api-core/google-api-core-2.16.1.ebuild  | 65 --
 .../google-api-core/google-api-core-2.17.0.ebuild  | 65 --
 5 files changed, 264 deletions(-)

diff --git a/dev-python/google-api-core/Manifest 
b/dev-python/google-api-core/Manifest
index 8c3e4e50a9e4..8fabffadd42f 100644
--- a/dev-python/google-api-core/Manifest
+++ b/dev-python/google-api-core/Manifest
@@ -1,6 +1,2 @@
-DIST python-api-core-2.15.0.gh.tar.gz 193916 BLAKE2B 
708bee6e62b4049d88bc88dfc03add6496ee1861954485e145ab01707284216aef224bd8646a3336417d8b114a8c196ce44e8da63e53c3dff3d616ff9bef25ad
 SHA512 
1abbeb266e4bcb9cf8a2dc6ba795a5667b5e9a870fe8609335e929ac17410822e4324d88c7692f8c60534e9ee4b0933af0277cc44ccb2d805bcbaf8db1288bba
-DIST python-api-core-2.16.0.gh.tar.gz 205401 BLAKE2B 
a36c1e76912038b5d239c02c586d79e96f6167b200dab7d97cee1f9dbf679a217a2a67ab2075c86bdeb81a42649229bcfe4940bba8d0ec707ea1d317c364125c
 SHA512 
6ffe94ecb56bc9e67da644365726e3c03ad7a678f18019523e555e33d4226631162c7a749286273b735d4d0bf62af676bfac7c6d17ad1d074a1274c575c8d925
-DIST python-api-core-2.16.1.gh.tar.gz 205716 BLAKE2B 
9fef4c669a40d2a8b8432e329aabb6c7d672bbfd912a01ba2629e080a95a82935f31389964b76050d814f85b4f66e6115f5c7339e193eec0012762cb9971968a
 SHA512 
c9bba140e95f4a968297886937f96d86d7d2598699d7957ee4136be3741d52334f2525e1f9c2151ad4b9325456f36ace51ce7fd49079178d5d6049c45e2b0e7b
 DIST python-api-core-2.16.2.gh.tar.gz 205804 BLAKE2B 
a0bc9668d0fb9958ecce78c23cd432399ff8d3a63536275e4b39d76f518da39ad2b3761e10e62475b0ad07216f353ea23d2c172ee524920be4a87530b3331489
 SHA512 
c7014c06d8038ee078dede46dcc2ffad9934c5fa55ec9445a9d73ac1d5e2eb8db4a4240d072ea2352727f3621de29769b1efe8cd72682f749e338f8db0c3
-DIST python-api-core-2.17.0.gh.tar.gz 208432 BLAKE2B 
e0990ffe1c1fa9ca928d4a5d5d10613d05fab34505416dcf6bc40b56873d097a606207a9cbad9485873d6e98bb006d42be6efacd639adee3c5878aa9fce79a29
 SHA512 
2e0c492a0c085c04682216c90e787a1f2a0b0deb746a8724283f2f4d0e32f134349b170514aa8077ff9061b347bb2734bd4d76dec90581e0cf7c59de454b777a
 DIST python-api-core-2.17.1.gh.tar.gz 209222 BLAKE2B 
8a851388268953897d6bef6a072adac4d539459af7f64db609ccb9ce8b91f617d3bfd8a8dc3fa6433107e70ca9f8ef441fe8f717fc4905a57e621871bbc8cac1
 SHA512 
7381723c64b5e145f88b7e01b510c64e222088df3a9c4ce6ddbd0c491d44514c12dc61bdd67d78391c0d6c247e9e1a0f092b7e04a9222fc96b6360e95b48f157

diff --git a/dev-python/google-api-core/google-api-core-2.15.0.ebuild 
b/dev-python/google-api-core/google-api-core-2.15.0.ebuild
deleted file mode 100644
index ec0a2bc017fd..
--- a/dev-python/google-api-core/google-api-core-2.15.0.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 2020-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-MY_P=python-api-core-${PV}
-DESCRIPTION="Core Library for Google Client Libraries"
-HOMEPAGE="
-   https://github.com/googleapis/python-api-core/
-   https://pypi.org/project/google-api-core/
-   https://googleapis.dev/python/google-api-core/latest/index.html
-"
-SRC_URI="
-   https://github.com/googleapis/python-api-core/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 x86"
-
-RDEPEND="
-   >=dev-python/googleapis-common-protos-1.56.2[${PYTHON_USEDEP}]
-   >=dev-python/google-auth-1.25.0[${PYTHON_USEDEP}]
-   >=dev-python/protobuf-python-3.19.5[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.18.0[${PYTHON_USEDEP}]
-   https://github.com/googleapis/python-api-core/
-   https://pypi.org/project/google-api-core/
-   https://googleapis.dev/python/google-api-core/latest/index.html
-"
-SRC_URI="
-   https://github.com/googleapis/python-api-core/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-RDEPEND="
-   >=dev-python/googleapis-common-protos-1.56.2[${PYTHON_USEDEP}]
-   >=dev-python/google-auth-1.25.0[${PYTHON_USEDEP}]
-   >=dev-python/protobuf-python-3.19.5[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.18.0[${PYTHON_USEDEP}]
-   https://github.com/googleapis/python-api-core/
-   https://pypi.org/project/google-api-core/
-   

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

2024-02-17 Thread Michał Górny
commit: fc4d3bff7cef0322ccb938fce4be10a1014ca7a4
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb 18 02:41:24 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb 18 02:41:24 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc4d3bff

dev-python/pytz: Remove old

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

 dev-python/pytz/Manifest   |  1 -
 dev-python/pytz/pytz-2023.4.ebuild | 51 --
 2 files changed, 52 deletions(-)

diff --git a/dev-python/pytz/Manifest b/dev-python/pytz/Manifest
index ab0d45b38dba..6bc7f0a173bf 100644
--- a/dev-python/pytz/Manifest
+++ b/dev-python/pytz/Manifest
@@ -1,2 +1 @@
-DIST pytz-2023.4.tar.gz 319467 BLAKE2B 
59c27d2b6b748808edf81649ba08ca9230e9a14936f2307918c57fa69e5ff379d2dee1288252112bd718483e84ad1fafb551da222d26b01c4dd7c86424533993
 SHA512 
dc132f305d6f8f491a004f65fa823aa76713d324592ef474abfd5c0aafdf722d22386cf7f9140b2868f48e1309a64385204a129c0ed6c0bf8356844b92f13bb0
 DIST pytz-2024.1.tar.gz 316214 BLAKE2B 
1047e11c41d3abeb10cdf55021c8702fbbb0c0dbcafc63c8c044ecf73dda2ac9344fc66e0a239302a0fd12856bbb3a7d49745eae671fac35db9c83fa502e7cf8
 SHA512 
cc1e4c9b34c62791cea277a0ce188d975e62135cb15bccfb49dc1a9366c7697ead9c67956846699f18b90db4c66e6c5fe1a91a524d01ae821c0eaa613550ea74

diff --git a/dev-python/pytz/pytz-2023.4.ebuild 
b/dev-python/pytz/pytz-2023.4.ebuild
deleted file mode 100644
index c376c74dbab9..
--- a/dev-python/pytz/pytz-2023.4.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="World timezone definitions for Python"
-HOMEPAGE="
-   https://pythonhosted.org/pytz/
-   https://github.com/stub42/pytz/
-   https://pypi.org/project/pytz/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   || (
-   >=sys-libs/timezone-data-2023b
-   sys-libs/glibc[vanilla]
-   )
-"
-BDEPEND="
-   test? (
-   ${RDEPEND}
-   )
-"
-
-src_prepare() {
-   distutils-r1_src_prepare
-
-   # unbundle timezone-data
-   rm -r pytz/zoneinfo || die
-   # remove hardcoded list of all timezones but leave subjective set
-   # of "common timezones"
-   sed -i -e '/^_all_timezones_unchecked/,/^all_timezones_set/d' 
pytz/__init__.py || die
-   eapply "${FILESDIR}"/pytz-2023.2-system-tzinfo.patch
-}
-
-python_test() {
-   "${EPYTHON}" pytz/tests/test_tzinfo.py -v ||
-   die "Tests fail with ${EPYTHON}"
-}



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

2024-02-17 Thread Michał Górny
commit: 98e6546960baeabf1b1e4ce1452def7d4b3e0c8f
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb 18 02:41:06 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb 18 02:41:06 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98e65469

dev-python/python-openstackclient: Remove old

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

 dev-python/python-openstackclient/Manifest |  1 -
 .../python-openstackclient-6.4.0.ebuild| 62 --
 2 files changed, 63 deletions(-)

diff --git a/dev-python/python-openstackclient/Manifest 
b/dev-python/python-openstackclient/Manifest
index 53cf1560854c..c94aea63efe6 100644
--- a/dev-python/python-openstackclient/Manifest
+++ b/dev-python/python-openstackclient/Manifest
@@ -1,2 +1 @@
-DIST python-openstackclient-6.4.0.tar.gz 915402 BLAKE2B 
22f033623e1a8a0830032f82fc98a87fe7154098d6a2fc5f45b6843b1df2396f54f2c298b787f252254871e3025fa74d573791b94cd3cccee7528a580353803e
 SHA512 
497792309a07ee64a966542b3b1a92ea452ed5615410f71475509df00f2810c7367bfca905d2f6e68b638f9df2ad8cc6f95ab84da2e9625bd779e3651e3300ba
 DIST python-openstackclient-6.5.0.tar.gz 916521 BLAKE2B 
c50c1f0e68a66133b304b7ad930c3ed11327d0ebcfb65e4776bfa3fb33680977c4d2fc6c7e5ad579d3da07190803db27adb9a8de6fc3fae2018b9effb3eb8b09
 SHA512 
8ecae7c1c8b93efdc9751b803606f0413e689c52aab8df83e47a3abcf367135f6fcd150c3e2025fd4c8a691113e1ff77b8e7496d1032b05c8710abc557248713

diff --git 
a/dev-python/python-openstackclient/python-openstackclient-6.4.0.ebuild 
b/dev-python/python-openstackclient/python-openstackclient-6.4.0.ebuild
deleted file mode 100644
index d957efec5148..
--- a/dev-python/python-openstackclient/python-openstackclient-6.4.0.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A client for the OpenStack APIs"
-HOMEPAGE="
-   https://opendev.org/openstack/python-openstackclient/
-   https://github.com/openstack/python-openstackclient/
-   https://pypi.org/project/python-openstackclient/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-RDEPEND="
-   >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
-   >=dev-python/cliff-3.5.0[${PYTHON_USEDEP}]
-   >=dev-python/cryptography-2.7[${PYTHON_USEDEP}]
-   >=dev-python/openstacksdk-2.0.0[${PYTHON_USEDEP}]
-   >=dev-python/osc-lib-2.3.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
-   >=dev-python/python-keystoneclient-3.22.0[${PYTHON_USEDEP}]
-   >=dev-python/python-novaclient-18.1.0[${PYTHON_USEDEP}]
-   >=dev-python/python-cinderclient-3.3.0[${PYTHON_USEDEP}]
-   >=dev-python/stevedore-2.0.1[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
-   test? (
-   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
-   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
-   >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
-   >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
-   >=dev-python/tempest-17.1.0[${PYTHON_USEDEP}]
-   >=dev-python/wrapt-1.7.0[${PYTHON_USEDEP}]
-   >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests unittest
-
-src_prepare() {
-   # Depends on a specific runner
-   sed -e 's/test_command_has_logger/_&/' \
-   -i openstackclient/tests/unit/common/test_command.py || die
-
-   distutils-r1_src_prepare
-}
-
-python_test() {
-   # functional tests require cloud instance access
-   eunittest -b openstackclient/tests/unit
-}



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

2024-02-17 Thread Michał Górny
commit: c0bab6c03636b0d58b59d0980553f90430383f63
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb 18 02:39:51 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb 18 02:39:51 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0bab6c0

dev-python/stripe: Remove old

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

 dev-python/stripe/Manifest|  1 -
 dev-python/stripe/stripe-8.0.0.ebuild | 81 ---
 2 files changed, 82 deletions(-)

diff --git a/dev-python/stripe/Manifest b/dev-python/stripe/Manifest
index f4524ebe58c8..1445310716ad 100644
--- a/dev-python/stripe/Manifest
+++ b/dev-python/stripe/Manifest
@@ -1,4 +1,3 @@
-DIST stripe-8.0.0.tar.gz 1070432 BLAKE2B 
9f0b605d1c2c5f58dafcc78fb3d4878406c466b92475d08510116352325f5ba6ff3dc379fbd914b25faac7ced7e3fe5f52eecabbff5c479eaaf567cdbcb6a900
 SHA512 
c5ed151b41e3b2b11d502d51aad7c5c575e6ff151dcab8ffd86e32b4f37eeb1a6e381380b123802af938bb2adfbdda8a71c00e9e0b68e9493469cc6a90d94185
 DIST stripe-8.1.0.tar.gz 1065303 BLAKE2B 
be82278fa4b401c0259e5d48a4d232557cda98771254cec57ef5bcd2896e7545d9a3463c9d27da5b6df0b98ff07de292888c00c92fa51f4ebe1b04806e7b
 SHA512 
fbc2c7d3d8da5d0ba261c38bd9371df26beab4a509c86fac6f759678fe8fb387a178bcf49b4cf4a10d44469bbac1626a0bc79d5ba99797f6fbdaa7fc5fdd34b4
 DIST stripe-8.2.0.tar.gz 1066563 BLAKE2B 
e622ff4bfbcf8fe97c6dad7858845b5fc863523be8777c2c99549d4e5ec6e1af77058f79c466bc4bbffaec1f7410f16e0940f145b0af9cfc0b10d6c2bcf20669
 SHA512 
57e538de91de380116f67cda8108edead1795a92cc39cb0025ea71b94208929d710ca6101aeeb1e8d489dca0af372d6768443dbd2631b7aadc365b6fce395e4e
 DIST stripe-8.3.0.tar.gz 1067989 BLAKE2B 
fb91886e93e9398fac0e20d72f70e63579150bdf27d594ec256b74e76561a5fe52ab326743f31d0f48874f3e066fbd0441569d62f41da0ec486ad84a592ce4e1
 SHA512 
963bc17da4acb8664482459dd0c09bba6859f17e0aa0ef55da8a9aa588174e1f34072084e9f94829cf81d0e4f9bb78df2836fdc58710f49acb4b17a271b7742c

diff --git a/dev-python/stripe/stripe-8.0.0.ebuild 
b/dev-python/stripe/stripe-8.0.0.ebuild
deleted file mode 100644
index e0ec59e39f9f..
--- a/dev-python/stripe/stripe-8.0.0.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Stripe python bindings"
-HOMEPAGE="
-   https://github.com/stripe/stripe-python/
-   https://pypi.org/project/stripe/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm64 x86"
-IUSE="telemetry"
-
-RDEPEND="
-   >=dev-python/requests-2.20[${PYTHON_USEDEP}]
-   >=dev-python/typing-extensions-4.5.0[${PYTHON_USEDEP}]
-"
-# please bump dev-util/stripe-mock dep to the latest version on every bump
-BDEPEND="
-   test? (
-   >=dev-util/stripe-mock-0.180.0
-   dev-python/pytest-mock[${PYTHON_USEDEP}]
-   net-misc/curl
-   )
-"
-
-distutils_enable_tests pytest
-
-DOCS=( LONG_DESCRIPTION.rst CHANGELOG.md README.md )
-
-src_prepare() {
-   if ! use telemetry; then
-   sed -i -e '/enable_telemetry/s:True:False:' stripe/__init__.py 
|| die
-   fi
-   distutils-r1_src_prepare
-}
-
-python_test() {
-   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-   epytest tests -p pytest_mock
-}
-
-src_test() {
-   local stripe_mock_port=12111
-   local stripe_mock_max_port=12121
-   local stripe_mock_logfile="${T}/stripe_mock_${EPYTHON}.log"
-   # Try to start stripe-mock until we find a free port
-   while [[ ${stripe_mock_port} -le ${stripe_mock_max_port} ]]; do
-   ebegin "Trying to start stripe-mock on port ${stripe_mock_port}"
-   stripe-mock --http-port "${stripe_mock_port}" &> 
"${stripe_mock_logfile}" &
-   local stripe_mock_pid=${!}
-   sleep 2
-   # Did stripe-mock start?
-   curl --fail -u "sk_test_123:" \
-   "http://127.0.0.1:${stripe_mock_port}/v1/customers; &> 
/dev/null
-   eend ${?} "Port ${stripe_mock_port} unavailable"
-   if [[ ${?} -eq 0 ]]; then
-   einfo "stripe-mock running on port ${stripe_mock_port}"
-   break
-   fi
-   (( stripe_mock_port++ ))
-   done
-   if [[ ${stripe_mock_port} -gt ${stripe_mock_max_port} ]]; then
-   eerror "Unable to start stripe-mock for tests"
-   die "Please see the logfile located at: ${stripe_mock_logfile}"
-   fi
-
-   local -x STRIPE_MOCK_PORT=${stripe_mock_port}
-   distutils-r1_src_test
-
-   # Tear down stripe-mock
-   kill "${stripe_mock_pid}" || die "Unable to stop stripe-mock"
-}



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

2024-02-17 Thread Michał Górny
commit: cf258b9c978405a09b1ffd1f6148bf83571118d5
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb 18 02:39:11 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb 18 02:39:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf258b9c

dev-python/cachecontrol: Remove old

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

 dev-python/cachecontrol/Manifest   |  1 -
 dev-python/cachecontrol/cachecontrol-0.13.1.ebuild | 32 --
 2 files changed, 33 deletions(-)

diff --git a/dev-python/cachecontrol/Manifest b/dev-python/cachecontrol/Manifest
index 32946412bb21..39f6e1b02ccc 100644
--- a/dev-python/cachecontrol/Manifest
+++ b/dev-python/cachecontrol/Manifest
@@ -1,2 +1 @@
-DIST cachecontrol-0.13.1.tar.gz 29069 BLAKE2B 
d244d62338fd3aa9fb37b22c5fb6f69191b91d63621808c8bb5b4e9dd66ac3a6aa9087d435b06669d4303c4126ee63c0c3bd930c267e0de09b6c11d7dc8ec89c
 SHA512 
9814e074f6b7adabc0d9601193128f247110303930178f3d5dfa6d992f679ed9144398a9b995320ea13e7abe95ea52aa910e5e3ec773b2245db9fc3fe08c9d76
 DIST cachecontrol-0.14.0.tar.gz 28899 BLAKE2B 
158d70333b8e5cbbee31db788c9737a92592c3c342d17e4e1ff4826759e3fe14eb86f9363c122fbf3fd68ca43a78b34b3327260fe51a15b30dde01302508
 SHA512 
4bb43475d43a2b83f9196cf02af7a881ab37da3b481777f1ae6b24df0f7dab54629fcdf9e07b00e1226a7707f5c92b0473481ef7cbbcaa4275665a41487c903f

diff --git a/dev-python/cachecontrol/cachecontrol-0.13.1.ebuild 
b/dev-python/cachecontrol/cachecontrol-0.13.1.ebuild
deleted file mode 100644
index d5f1802fde76..
--- a/dev-python/cachecontrol/cachecontrol-0.13.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="httplib2 caching for requests"
-HOMEPAGE="
-   https://pypi.org/project/CacheControl/
-   https://github.com/psf/cachecontrol/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~sparc 
x86"
-
-RDEPEND="
-   >=dev-python/msgpack-0.5.2[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.16.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/cherrypy[${PYTHON_USEDEP}]
-   >=dev-python/filelock-3.8.0[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



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

2024-02-17 Thread Michał Górny
commit: cf2b1aaf7b19badb8b0dc63441741cb0a99c4cf4
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb 18 02:35:02 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb 18 02:35:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf2b1aaf

dev-python/hypothesis: Bump to 6.98.7

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

 dev-python/hypothesis/Manifest |  1 +
 dev-python/hypothesis/hypothesis-6.98.7.ebuild | 90 ++
 2 files changed, 91 insertions(+)

diff --git a/dev-python/hypothesis/Manifest b/dev-python/hypothesis/Manifest
index 21dad185668d..6a6f1d469144 100644
--- a/dev-python/hypothesis/Manifest
+++ b/dev-python/hypothesis/Manifest
@@ -10,3 +10,4 @@ DIST hypothesis-6.98.3.gh.tar.gz 9438865 BLAKE2B 
7a15ec4debd2a93974aca75aad9b7b1
 DIST hypothesis-6.98.4.gh.tar.gz 9438902 BLAKE2B 
a5c560711448c301665a9c9d2f6106996fbf76d1fc3c3e8d67e053c94a59f462cb57ddb890b1dfb0bdd3569e1e6216d5fd4bcab10adf0ba0499caf84efeb3b25
 SHA512 
3f4496f48b3002f33a9324509463a4fbece7967f203a9b4a7e1a5bce557e296d0b335437fa590477e8e669b551618cd83fad2bc2478c443772399467f17988f7
 DIST hypothesis-6.98.5.gh.tar.gz 9422518 BLAKE2B 
ff79d5ddad7d1474ccc536dba4222e8ba19a5066011e532384a7b1e686b44a2e4bd48df107b6be868e40513ee691dc3d8d401ac22109f058a948c0eec1d5266a
 SHA512 
c77714986451eb9992254734b5302979ea51e5baae769e57a1076dd770abfe7c61ce38be865552d4961d5a6f2ae3d7325888404265e92a106f2c2cdc177f624d
 DIST hypothesis-6.98.6.gh.tar.gz 9423503 BLAKE2B 
b2f3f0be0767d23db33dc87a3adef42d26b15e09d493fa1be8ae817bb316691946eb97876d66e67ee8e78e9023a8b2ba977e19878d3457d8ea4a28a9b1df4d05
 SHA512 
435b41651935f25264126aa13c3c15801ec384f30b6e6f701e6eff29f07dd867eaed0eaca9be4182f043dac3146597c5567bcdd5e1cc3bc929065ca37eb495ff
+DIST hypothesis-6.98.7.gh.tar.gz 9423646 BLAKE2B 
eb8869505917818f8ae1af14ade442678eb6a5424bf198a097757a3f22c0bb21aa4d9085c9fcddc2b11753e249f57892fd7ac2adf7b6cbd15bbce7e1bd836850
 SHA512 
2068ab1021c4bd030f6eb91a55c32c00da76e54dbdf5dbbc43fa28ac52120424a884b73add4bf2217fae60622713277b5f242ddd4dc63914b3417cd51ce158d5

diff --git a/dev-python/hypothesis/hypothesis-6.98.7.ebuild 
b/dev-python/hypothesis/hypothesis-6.98.7.ebuild
new file mode 100644
index ..f7f366381e4f
--- /dev/null
+++ b/dev-python/hypothesis/hypothesis-6.98.7.ebuild
@@ -0,0 +1,90 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+CLI_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( "${CLI_COMPAT[@]}" pypy3 )
+PYTHON_REQ_USE="threads(+),sqlite"
+
+inherit distutils-r1 multiprocessing optfeature
+
+TAG=hypothesis-python-${PV}
+MY_P=hypothesis-${TAG}
+DESCRIPTION="A library for property based testing"
+HOMEPAGE="
+   https://github.com/HypothesisWorks/hypothesis/
+   https://pypi.org/project/hypothesis/
+"
+SRC_URI="
+   https://github.com/HypothesisWorks/hypothesis/archive/${TAG}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+S="${WORKDIR}/${MY_P}/hypothesis-python"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+IUSE="cli"
+
+RDEPEND="
+   >=dev-python/attrs-22.2.0[${PYTHON_USEDEP}]
+   >=dev-python/sortedcontainers-2.1.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/exceptiongroup-1.0.0_rc8[${PYTHON_USEDEP}]
+   ' 3.9 3.10)
+   cli? (
+   $(python_gen_cond_dep '
+   dev-python/black[${PYTHON_USEDEP}]
+   dev-python/click[${PYTHON_USEDEP}]
+   ' "${CLI_COMPAT[@]}")
+   )
+"
+BDEPEND="
+   test? (
+   dev-python/pexpect[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   !!

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

2024-02-17 Thread Michał Górny
commit: 1ff7e682200b553dc57279d5c39acca29007a65c
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb 18 02:36:37 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb 18 02:36:37 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ff7e682

dev-python/jupyter-server: Remove old

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

 dev-python/jupyter-server/Manifest |  3 -
 .../files/jupyter-server-2.0.1-skip-npm.patch  | 22 --
 .../jupyter-server/jupyter-server-2.12.2.ebuild| 75 -
 .../jupyter-server/jupyter-server-2.12.4.ebuild| 76 -
 .../jupyter-server/jupyter-server-2.9.1.ebuild | 78 --
 5 files changed, 254 deletions(-)

diff --git a/dev-python/jupyter-server/Manifest 
b/dev-python/jupyter-server/Manifest
index ec1d41bf1e1e..c243df1d0835 100644
--- a/dev-python/jupyter-server/Manifest
+++ b/dev-python/jupyter-server/Manifest
@@ -1,4 +1 @@
-DIST jupyter_server-2.12.2.tar.gz 713700 BLAKE2B 
37739ff282a40a1d49c8abe99987497a90803fe48205451ab1ccf731f4e694bbe70157d1444de34ff4f0bc1280a021e3b857c9968615e59964336d8fca8d973d
 SHA512 
c43052bff91d245b942c0eec5cf435b1b2266f5a304844c2fe3bcf1dcef80cc91178b2789cc0634cafeab8cb67083a232bd1f433acb69cffd2c3026a56a264f1
-DIST jupyter_server-2.12.4.tar.gz 713846 BLAKE2B 
f802474367b70663576c1fff87818db8559ce602ae5793aed3f85e720e0a5542d6cae2369726616d3e5a8233aa154b327432050ff99127c499608e36ed69bd07
 SHA512 
25c6d79342b4905c75465c0ce4a1e44b8fbdb1ff2d4f665739fac02e0bad31b5b0912d006f0cf530dded25bd93a816dc4e340d91bf2f2c0b846d0960a5d4a3ce
 DIST jupyter_server-2.12.5.tar.gz 713833 BLAKE2B 
f6e133a5f778d2abe9971a94db9c033fbfba587fc6265dbeed20f903cb1f1007b53f263c5674945e324dd15879e77ffab03f94c236d4ddbde00179af7ae71f94
 SHA512 
dd4fee86cfe82641dc9bbab2de93f65b45e78d56fad6d0a5ecdc442a4facc93aecbe90516200fa742f13d83039119640279efd4c42ff53a08786671c79d4a268
-DIST jupyter_server-2.9.1.tar.gz 709013 BLAKE2B 
dee0de771bb8488cccaecb49e2b4a2003f2530243013cafa7f170384380423a7c190504baabf458c59ffece28c4f60662c0530f55535dae25699be269f159743
 SHA512 
148c3eaa4b6ca1147961c1188e0016a634e5adae350e762903bdde000acde7ab62507e71dbe1278c2b9358ce2cf1c28c17ea8b184f3d4a2d59277910b5b44965

diff --git 
a/dev-python/jupyter-server/files/jupyter-server-2.0.1-skip-npm.patch 
b/dev-python/jupyter-server/files/jupyter-server-2.0.1-skip-npm.patch
deleted file mode 100644
index f7b484e020b6..
--- a/dev-python/jupyter-server/files/jupyter-server-2.0.1-skip-npm.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff --git a/pyproject.toml b/pyproject.toml
-index a23f5e1..203f47f 100644
 a/pyproject.toml
-+++ b/pyproject.toml
-@@ -140,17 +140,6 @@ validate-bump = false
- [tool.hatch.build]
- artifacts = ["jupyter_server/static/style"]
-
--[tool.hatch.build.hooks.jupyter-builder]
--dependencies = ["hatch-jupyter-builder>=0.8.1"]
--build-function = "hatch_jupyter_builder.npm_builder"
--ensured-targets = [
--  "jupyter_server/static/style/bootstrap.min.css",
--  "jupyter_server/static/style/bootstrap-theme.min.css"
--]
--skip-if-exists = ["jupyter_server/static/style/bootstrap.min.css"]
--install-pre-commit-hook = true
--optional-editable-build = true
--
- [tool.black]
- line-length = 100
- target-version = ["py38"]

diff --git a/dev-python/jupyter-server/jupyter-server-2.12.2.ebuild 
b/dev-python/jupyter-server/jupyter-server-2.12.2.ebuild
deleted file mode 100644
index 5788b6767340..
--- a/dev-python/jupyter-server/jupyter-server-2.12.2.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Core services, APIs, and REST endpoints to Jupyter web 
applications"
-HOMEPAGE="
-   https://jupyter.org/
-   https://github.com/jupyter-server/jupyter_server/
-   https://pypi.org/project/jupyter-server/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
-   >=dev-python/anyio-3.1.0[${PYTHON_USEDEP}]
-   dev-python/argon2-cffi[${PYTHON_USEDEP}]
-   dev-python/jinja[${PYTHON_USEDEP}]
-   >=dev-python/jupyter-client-7.4.4[${PYTHON_USEDEP}]
-   >=dev-python/jupyter-core-5.1.0[${PYTHON_USEDEP}]
-   dev-python/jupyter-server-terminals[${PYTHON_USEDEP}]
-   >=dev-python/jupyter-events-0.9.0[${PYTHON_USEDEP}]
-   >=dev-python/nbconvert-6.4.4[${PYTHON_USEDEP}]
-   >=dev-python/nbformat-5.3.0[${PYTHON_USEDEP}]
-   dev-python/overrides[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-   dev-python/prometheus-client[${PYTHON_USEDEP}]
-   >=dev-python/pyzmq-24[${PYTHON_USEDEP}]
-   >=dev-python/send2trash-1.8.2[${PYTHON_USEDEP}]
-   >=dev-python/terminado-0.8.3[${PYTHON_USEDEP}]
-   >=dev-python/tornado-6.2[${PYTHON_USEDEP}]
-   

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

2024-02-17 Thread Michał Górny
commit: c3a5fb42d0961a715a4810a026377278798c786c
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb 18 02:38:16 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb 18 02:38:16 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3a5fb42

dev-python/trove-classifiers: Remove old

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

 dev-python/trove-classifiers/Manifest  |  1 -
 .../trove-classifiers-2024.1.8.ebuild  | 43 --
 2 files changed, 44 deletions(-)

diff --git a/dev-python/trove-classifiers/Manifest 
b/dev-python/trove-classifiers/Manifest
index 6b76bf93261c..551819c1743a 100644
--- a/dev-python/trove-classifiers/Manifest
+++ b/dev-python/trove-classifiers/Manifest
@@ -1,2 +1 @@
 DIST trove-classifiers-2024.1.31.tar.gz 15958 BLAKE2B 
c08cd4c7a13cd1473171bb8f5ed478f649bc1083d9881e260d43a2a3fb2679cf0f7ac926af3136d593cab63266826545be35301bf4d18a0b9b2d5919a31d0b74
 SHA512 
b77f2a84a89a4f5ce3ee94921d7d293bd70869af53632ffc0e08a4e0e3876c5ca4e86aefef0622be3d1a2f4eb5f153f294bbec251431373d1e98418a76cf93fb
-DIST trove-classifiers-2024.1.8.tar.gz 15943 BLAKE2B 
f0a4ec5439415d53d81297001aac2b4ffc3da0e2c5492acb9a3ed23fba9e7c7ea1407cfa2f8291ab0b8ea7f1dd985cdd86a1b82e71b0223c88ae73bcc7ce63cd
 SHA512 
3a86f54fd432b7d176cc7740a6a171eb9cdef339633b023ab81f5f8e68a7bae5ebb2d49c82aaec53f0f865c84234ac9506de45f76c3b9be18d57f5fcfe3afe73

diff --git a/dev-python/trove-classifiers/trove-classifiers-2024.1.8.ebuild 
b/dev-python/trove-classifiers/trove-classifiers-2024.1.8.ebuild
deleted file mode 100644
index 35832d4c838e..
--- a/dev-python/trove-classifiers/trove-classifiers-2024.1.8.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Canonical source for classifiers on PyPI (pypi.org)"
-HOMEPAGE="
-   https://github.com/pypa/trove-classifiers/
-   https://pypi.org/project/trove-classifiers/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
-
-distutils_enable_tests pytest
-
-src_configure() {
-   grep -q 'build-backend = "setuptools' pyproject.toml ||
-   die "Upstream changed build-backend, recheck"
-   # write a custom pyproject.toml to ease hatchling bootstrap
-   cat > pyproject.toml <<-EOF || die
-   [build-system]
-   requires = ["flit_core >=3.2,<4"]
-   build-backend = "flit_core.buildapi"
-
-   [project]
-   name = "trove-classifiers"
-   version = "${PV}"
-   description = "Canonical source for classifiers on PyPI 
(pypi.org)."
-   EOF
-}
-
-python_test() {
-   epytest
-   "${EPYTHON}" -m tests.lib || die
-}



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

2024-02-17 Thread Michał Górny
commit: 27d0db49bc037dfcb1e67208ddcb4017b6ef84e6
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb 18 02:38:45 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb 18 02:38:45 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27d0db49

dev-python/mkdocs-material: Remove old

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

 dev-python/mkdocs-material/Manifest|  3 -
 .../mkdocs-material/mkdocs-material-9.5.5.ebuild   | 67 --
 .../mkdocs-material/mkdocs-material-9.5.6.ebuild   | 67 --
 .../mkdocs-material/mkdocs-material-9.5.8.ebuild   | 67 --
 4 files changed, 204 deletions(-)

diff --git a/dev-python/mkdocs-material/Manifest 
b/dev-python/mkdocs-material/Manifest
index dd4fc49907e1..fdda224f8bdb 100644
--- a/dev-python/mkdocs-material/Manifest
+++ b/dev-python/mkdocs-material/Manifest
@@ -1,5 +1,2 @@
-DIST mkdocs-material-9.5.5.gh.tar.gz 14707046 BLAKE2B 
34c5287ac701a06ddb7713fd1a7b18307cbb62de12f4e455cff6380255bfe7d28249c86e922c394d581dd0b95368309396f5f5055cb3c6edb283345ddd6a7e9c
 SHA512 
73a4a513eed242fb690aae6a338636baf049bb510a7779ded6cefbedcdeb2cd1c681646b3587527d8e2a251315e70fa347acff4aeaa6959a26c9bfabd9ef3a64
-DIST mkdocs-material-9.5.6.gh.tar.gz 14705120 BLAKE2B 
6dc6d8eca86e3f1b2942203dc3abafdf5b961afc9df0e59207809016b0c42b440d1b7e8c083cc9aa43db2095a49d3663e5e60d424f51be268906d09796b21e63
 SHA512 
4746f7e1ffad1e024f62005452e2250a7213c5c97a67446d664abdf68b13af670c61be0b94dda89dab72f9a2375e34e9c9a61ff343632e28182dd36af85ef381
 DIST mkdocs-material-9.5.7.gh.tar.gz 14715071 BLAKE2B 
4eb978e28150b00b925fa151445b459cb048b8a48526aadc1f82b12fab65e8635d1417546b280cfd7af3dc6a9cf4d2ed7984958896bfa910d3d14fa27059c907
 SHA512 
4a5163bb5e5705a1d9bf35ed88746cff1e8bb74e7dfa92b73304a9261702449e6c63fbbcaf7680ff28ba8a344376adf777d74f145f3668076036518c143064e5
-DIST mkdocs-material-9.5.8.gh.tar.gz 14726797 BLAKE2B 
16aa180c5927b29273abcce6a1663c287225ca159c8bfc2dac5a08759bd8b81017e231c7db90c457da881c52d424aaa463880048a9b727ccbda3f825bb64c658
 SHA512 
0d140ef2a5e278d77aaf5aa9fe39fb357abf2da2dd420c16fe24e2e1640ad399f76e0060bc19554fbf7976f2f5947acfc89ba0dd54d2cbb7d01eb8193e663a13
 DIST mkdocs-material-9.5.9.gh.tar.gz 14726800 BLAKE2B 
dad4da1b661b0e1c67884248cf526bc19b3c2e33d5d2da7bfcc5589f6dde953147672ac657e84e7825ef8dcc061f6bc8aaabd6b24a3caa962dbdfa5ab8f2d49e
 SHA512 
74031f4e9bb3ffd5cd02ee4301b5d61861e36a5cbdbc385c7db253e18c4d935ef959bf6c58033887f1edd6e3011d38b45c6bdca0ae838f76536df439447d79fc

diff --git a/dev-python/mkdocs-material/mkdocs-material-9.5.5.ebuild 
b/dev-python/mkdocs-material/mkdocs-material-9.5.5.ebuild
deleted file mode 100644
index 28c6850f9d71..
--- a/dev-python/mkdocs-material/mkdocs-material-9.5.5.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..12} )
-
-DOCS_BUILDER="mkdocs"
-DOCS_DEPEND="
-   dev-python/mkdocs-material-extensions
-   dev-python/mkdocs-minify-plugin
-   dev-python/mkdocs-redirects
-"
-
-inherit distutils-r1 docs
-
-DESCRIPTION="A Material Design theme for MkDocs"
-HOMEPAGE="
-   https://github.com/squidfunk/mkdocs-material/
-   https://pypi.org/project/mkdocs-material/
-"
-SRC_URI="
-   https://github.com/squidfunk/${PN}/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86"
-IUSE="social"
-
-RDEPEND="
-   >=dev-python/Babel-2.10.3[${PYTHON_USEDEP}]
-   >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
-   >=dev-python/jinja-3.0.2[${PYTHON_USEDEP}]
-   >=dev-python/lxml-4.6[${PYTHON_USEDEP}]
-   >=dev-python/markdown-3.2[${PYTHON_USEDEP}]
-   >=dev-python/mkdocs-1.5.3[${PYTHON_USEDEP}]
-   >=dev-python/paginate-0.5.6[${PYTHON_USEDEP}]
-   >=dev-python/pygments-2.16[${PYTHON_USEDEP}]
-   >=dev-python/pymdown-extensions-10.2[${PYTHON_USEDEP}]
-   >=dev-python/readtime-2.0[${PYTHON_USEDEP}]
-   >=dev-python/regex-2022.4.24[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.26[${PYTHON_USEDEP}]
-   social? (
-   >=dev-python/pillow-10.2[${PYTHON_USEDEP}]
-   >=media-gfx/cairosvg-2.5[${PYTHON_USEDEP}]
-   )
-"
-BDEPEND="
-   >=dev-python/trove-classifiers-2023.10.18[${PYTHON_USEDEP}]
-"
-# mkdocs-material-extensions depends on mkdocs-material creating a circular dep
-PDEPEND="
-   >=dev-python/mkdocs-material-extensions-1.2[${PYTHON_USEDEP}]
-"
-
-PATCHES=(
-   # simplify pyproject to remove extra deps for metadata
-   "${FILESDIR}/${PN}-8.5.7-simplify-build.patch"
-)
-
-src_prepare() {
-   echo "__version__ = '${PV}'" > gentoo_version.py || die
-   distutils-r1_src_prepare
-}

diff --git a/dev-python/mkdocs-material/mkdocs-material-9.5.6.ebuild 

[gentoo-commits] repo/proj/guru:dev commit in: net-vpn/cloudflare-warp/

2024-02-17 Thread John-Henry Lim
commit: 80587306bd1e09884a063685ce2be00814f2ce4a
Author: John-Henry Lim  gmail  com>
AuthorDate: Sun Feb 18 02:58:07 2024 +
Commit: John-Henry Lim  gmail  com>
CommitDate: Sun Feb 18 02:58:07 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=80587306

net-vpn/cloudflare-warp: add /bin/warp-dex to QA_PREBUILT

Signed-off-by: John-Henry Lim  gmail.com>

 ...dflare-warp-2024.2.62.ebuild => cloudflare-warp-2024.2.62-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-vpn/cloudflare-warp/cloudflare-warp-2024.2.62.ebuild 
b/net-vpn/cloudflare-warp/cloudflare-warp-2024.2.62-r1.ebuild
similarity index 93%
rename from net-vpn/cloudflare-warp/cloudflare-warp-2024.2.62.ebuild
rename to net-vpn/cloudflare-warp/cloudflare-warp-2024.2.62-r1.ebuild
index 4fb3818cfd..6f844d9f4a 100644
--- a/net-vpn/cloudflare-warp/cloudflare-warp-2024.2.62.ebuild
+++ b/net-vpn/cloudflare-warp/cloudflare-warp-2024.2.62-r1.ebuild
@@ -16,7 +16,7 @@ KEYWORDS="~amd64"
 IUSE="systemd +systray"
 RDEPEND="net-firewall/nftables"
 
-QA_PREBUILT="/bin/warp-cli /bin/warp-diag /bin/warp-svc /bin/warp-taskbar"
+QA_PREBUILT="/bin/warp-cli /bin/warp-dex /bin/warp-diag /bin/warp-svc 
/bin/warp-taskbar"
 
 S="${WORKDIR}"
 



[gentoo-commits] repo/proj/guru:master commit in: net-analyzer/gping/

2024-02-17 Thread Julien Roy
commit: 43f601c2921eb4132f5fef81863ad7fe0de16c63
Author: Takuya Wakazono  gmail  com>
AuthorDate: Sun Feb 18 02:29:33 2024 +
Commit: Julien Roy  jroy  ca>
CommitDate: Sun Feb 18 02:35:40 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=43f601c2

net-analyzer/gping: drop 1.16.0

Signed-off-by: Takuya Wakazono  gmail.com>

 net-analyzer/gping/Manifest|  60 
 net-analyzer/gping/gping-1.16.0.ebuild | 169 -
 2 files changed, 229 deletions(-)

diff --git a/net-analyzer/gping/Manifest b/net-analyzer/gping/Manifest
index 9955bbcf10..c52c48d40b 100644
--- a/net-analyzer/gping/Manifest
+++ b/net-analyzer/gping/Manifest
@@ -1,165 +1,113 @@
-DIST ahash-0.8.6.crate 42780 BLAKE2B 
ce2fb8201a484715d42bbd9ca1bfe2d5f541d90e3619ebd437c34a018920b679d5a11f9e96be48fbdabd2e98a379c0395d118616f21eb9004724d8fcb04b2b2b
 SHA512 
46428b27e96be1f30058b9383a94988beeb5064dfb4df04d6959b451d0c77ef69fc51f07fdf9511ab9728295eb6beee7783c31a2297f9e473fc537883e722b73
 DIST ahash-0.8.8.crate 43028 BLAKE2B 
598a7f2ef74a9470913d2d4e46d1652a8ea7ccd9843778b7f2f4d9f41703ba4cae552aca8205fef6ff8f601d919a5f141391a942e13e5285c7e053cbbbe4afcc
 SHA512 
b54c8c2cfde8115d2108dca36ab698d1b43eb015caa36e6d02288ff21a67ff54144affd406af704107689888f52548203731d3793e5b881bd267b2f803f478cb
 DIST aho-corasick-1.1.2.crate 183136 BLAKE2B 
2d4306d8968061b9f7e50190be6a92b3f668169ba1b9f9691de08a57c96185f7a4288d20c64cb8488a260eb18d3ed4b0e8358b0cca47aa44759b2e448049cbaa
 SHA512 
61ef5092673ab5a60bec4e92df28a91fe6171ba59d5829ffe41fc55aff3bfb755533a4ad53dc7bf827a0b789fcce593b17e69d1fcfb3694f06ed3b1bd535d40c
 DIST allocator-api2-0.2.16.crate 59025 BLAKE2B 
fda69b52435a7243eb19bc55914a1961e59dbad5ac12c40db39cccdf7a99c742da59c3ef160350808698db24b91e0ce655cd1acedbbcbe20c717604aae23ea5e
 SHA512 
e1eb0df6b44b62115795ebf772f81e9ac0b6d273afd81659dbddb7eb6628b6e5ef6a60ea21413e79ee638afb72e6872ba83a075f6324daf93f2f1eda48daff2f
 DIST android-tzdata-0.1.1.crate 7674 BLAKE2B 
4385a4875aadaacd5284a9ca7d1bf8a7bf14bf8925d1563d52fbabacc3af2c1ea08bfcf77106f3648f4fa052ac295158a21e7a0131d31eb9aecd99ea4ba20055
 SHA512 
4294024c21ddd0090c42c8eedf708d40d917f55ad5a4cb7aa3e64cfb6551b6df60f2e36bc08620c1d2fc8c7ba7207411518ee5c8635f60ed8ad9efdd458a2077
 DIST android_system_properties-0.1.5.crate 5243 BLAKE2B 
86f68ec3bdabf8c6ec47881d794970f08a9eefc7417fc8a2bf4fe9faf9bdd2a2024a94adb0cbf96673409f5fbbd4d0111a1ac371339e7a90a277b6cd5003524e
 SHA512 
b09f51339f9772c0e2e4241b36cf51573c6b96b19ffc1fbbc94b1c1d1d2fdfe8eac3134af54174a675ab05d18ef4f6bcb2c7fcc20114bbeef6e17e3692202191
 DIST anstream-0.6.11.crate 30239 BLAKE2B 
4ac585ec56a804239d32ad3e64d93936ef9d5c8e0f0e2df17f7b081b6a3b2c4c32ff4ebc09ec02507bbed22b025628029d859610aed90c024e19a3216de73c8b
 SHA512 
f8dd65cc116a1495782a3bfc98edfdd0973ab22ea2fafd292fb4bd3495af7b5ea410f320d3fa05f7f812fa96c2a20f4cd2af9fc58869a1a306f32714cbe45163
-DIST anstream-0.6.4.crate 20593 BLAKE2B 
2b617c45d351e01222fc50f52551e57b4a8b0ecf84c6ddf44336c7c9d3b9dde15232b1c4f664d567849295bf8f03612b73ded56f1b3937392eb7718f1e0446c3
 SHA512 
0b983d626c53d1edc184f04cbd2c004eb9c40d14486b23cce86ebf50cbd3d916d32cb0423ae1d67c2b83b966690090af740538538ef846c0b126c686a1ebe159
-DIST anstyle-1.0.4.crate 13998 BLAKE2B 
fb501700855709e53438461c2f4b48d869613e7bb3bb700db8bd0d95082876d3782dc2cfe3ce110bb4a206994de56afe0e90fe89f9ccd07c60fe1c652123ba59
 SHA512 
671c6f57106198bcfc2f9000aacba98fabacfadfce2329dfe8d0e0a2af9404da483d7a844ca2b08e1fc0249371f574c13d0082c9f7a4ed90ff581308257a52d3
 DIST anstyle-1.0.6.crate 14604 BLAKE2B 
0716d0dbb62bf05c63c2bfe1c689896660073a423d26965ce2570f11e1925752a61209d78c2f2fe65ec4eb64ea4ffbb39669e789c0ba5d1b71e75de929153b20
 SHA512 
dc0e505465be54799b9faad70d0c6f7f0dcf9f5e1aaa43177b826c85dae626b054910244da0499862f066f6723a1560ad12100aec523f28c6198f1ea0d1b78fa
-DIST anstyle-parse-0.2.2.crate 24696 BLAKE2B 
979daa24ccc3ea484445216bddc190f148f0ad83b95c997c1becbadfb641b67834980c413bcf5b7ddc2c6883d5e071a9636fbb44f79680ac42f8b73a797e466a
 SHA512 
28039806f87c2bd8266cea834975939b79fdf0cc95a029654806655c0662520aa497d84eefadcd9edce204986e60b62678e76a09cdb38bcc50c91e9d05c4bee9
 DIST anstyle-parse-0.2.3.crate 24699 BLAKE2B 
17e8638187ccc1ca0174a8cec7f7daeee7e0d8b8c430f7e74f9b10d8de4b49fd1c6facfdafde305b7a3e55b1ebf2b4e8ec4975a0cce691514ddae9eb5b5e711e
 SHA512 
4a6d0f706d75c9b3c5144f34efdef3ef8fcd075962c594a23a6209ed56112563a34b3c01e05a08a0868d59204272d06211b2585cb9d06ce075ea875bedb2f399
-DIST anstyle-query-1.0.0.crate 8620 BLAKE2B 
2d296b5066fd6284a2410923215571e6df650c5ef892d6de7a7088a0996ca30608797feabc84f3c325ff4d07001dac80ac5067d2a9c9d15d9ba59a276b399f53
 SHA512 
2781be5c82293b7ae338ec5046fbeb130de9eb2dbf2e4dfaa73ca5233032e1e52c133e141b02f33d4bc36d996a0a3f680ac82d42d614a5305005f60547133c7a
 DIST anstyle-query-1.0.2.crate 8739 BLAKE2B 
c06643e8616f1f4469a32f9c0512941ce53ac5db9ebfa7a5b2f19233040cd4438dd2ee69ab89ecbc1c239e92b674dea9df15ed673408c6f3fe21787cc17d76f3
 SHA512 

[gentoo-commits] repo/proj/guru:master commit in: net-analyzer/gping/

2024-02-17 Thread Julien Roy
commit: 6d34ede8cc61e60cd1be7f84a6094c44f20a27f5
Author: Takuya Wakazono  gmail  com>
AuthorDate: Sun Feb 18 02:29:16 2024 +
Commit: Julien Roy  jroy  ca>
CommitDate: Sun Feb 18 02:35:40 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6d34ede8

net-analyzer/gping: add 1.16.1

Signed-off-by: Takuya Wakazono  gmail.com>

 net-analyzer/gping/Manifest|  71 +
 net-analyzer/gping/gping-1.16.1.ebuild | 180 +
 2 files changed, 251 insertions(+)

diff --git a/net-analyzer/gping/Manifest b/net-analyzer/gping/Manifest
index 9051d63ef4..9955bbcf10 100644
--- a/net-analyzer/gping/Manifest
+++ b/net-analyzer/gping/Manifest
@@ -1,112 +1,166 @@
 DIST ahash-0.8.6.crate 42780 BLAKE2B 
ce2fb8201a484715d42bbd9ca1bfe2d5f541d90e3619ebd437c34a018920b679d5a11f9e96be48fbdabd2e98a379c0395d118616f21eb9004724d8fcb04b2b2b
 SHA512 
46428b27e96be1f30058b9383a94988beeb5064dfb4df04d6959b451d0c77ef69fc51f07fdf9511ab9728295eb6beee7783c31a2297f9e473fc537883e722b73
+DIST ahash-0.8.8.crate 43028 BLAKE2B 
598a7f2ef74a9470913d2d4e46d1652a8ea7ccd9843778b7f2f4d9f41703ba4cae552aca8205fef6ff8f601d919a5f141391a942e13e5285c7e053cbbbe4afcc
 SHA512 
b54c8c2cfde8115d2108dca36ab698d1b43eb015caa36e6d02288ff21a67ff54144affd406af704107689888f52548203731d3793e5b881bd267b2f803f478cb
 DIST aho-corasick-1.1.2.crate 183136 BLAKE2B 
2d4306d8968061b9f7e50190be6a92b3f668169ba1b9f9691de08a57c96185f7a4288d20c64cb8488a260eb18d3ed4b0e8358b0cca47aa44759b2e448049cbaa
 SHA512 
61ef5092673ab5a60bec4e92df28a91fe6171ba59d5829ffe41fc55aff3bfb755533a4ad53dc7bf827a0b789fcce593b17e69d1fcfb3694f06ed3b1bd535d40c
 DIST allocator-api2-0.2.16.crate 59025 BLAKE2B 
fda69b52435a7243eb19bc55914a1961e59dbad5ac12c40db39cccdf7a99c742da59c3ef160350808698db24b91e0ce655cd1acedbbcbe20c717604aae23ea5e
 SHA512 
e1eb0df6b44b62115795ebf772f81e9ac0b6d273afd81659dbddb7eb6628b6e5ef6a60ea21413e79ee638afb72e6872ba83a075f6324daf93f2f1eda48daff2f
 DIST android-tzdata-0.1.1.crate 7674 BLAKE2B 
4385a4875aadaacd5284a9ca7d1bf8a7bf14bf8925d1563d52fbabacc3af2c1ea08bfcf77106f3648f4fa052ac295158a21e7a0131d31eb9aecd99ea4ba20055
 SHA512 
4294024c21ddd0090c42c8eedf708d40d917f55ad5a4cb7aa3e64cfb6551b6df60f2e36bc08620c1d2fc8c7ba7207411518ee5c8635f60ed8ad9efdd458a2077
 DIST android_system_properties-0.1.5.crate 5243 BLAKE2B 
86f68ec3bdabf8c6ec47881d794970f08a9eefc7417fc8a2bf4fe9faf9bdd2a2024a94adb0cbf96673409f5fbbd4d0111a1ac371339e7a90a277b6cd5003524e
 SHA512 
b09f51339f9772c0e2e4241b36cf51573c6b96b19ffc1fbbc94b1c1d1d2fdfe8eac3134af54174a675ab05d18ef4f6bcb2c7fcc20114bbeef6e17e3692202191
+DIST anstream-0.6.11.crate 30239 BLAKE2B 
4ac585ec56a804239d32ad3e64d93936ef9d5c8e0f0e2df17f7b081b6a3b2c4c32ff4ebc09ec02507bbed22b025628029d859610aed90c024e19a3216de73c8b
 SHA512 
f8dd65cc116a1495782a3bfc98edfdd0973ab22ea2fafd292fb4bd3495af7b5ea410f320d3fa05f7f812fa96c2a20f4cd2af9fc58869a1a306f32714cbe45163
 DIST anstream-0.6.4.crate 20593 BLAKE2B 
2b617c45d351e01222fc50f52551e57b4a8b0ecf84c6ddf44336c7c9d3b9dde15232b1c4f664d567849295bf8f03612b73ded56f1b3937392eb7718f1e0446c3
 SHA512 
0b983d626c53d1edc184f04cbd2c004eb9c40d14486b23cce86ebf50cbd3d916d32cb0423ae1d67c2b83b966690090af740538538ef846c0b126c686a1ebe159
 DIST anstyle-1.0.4.crate 13998 BLAKE2B 
fb501700855709e53438461c2f4b48d869613e7bb3bb700db8bd0d95082876d3782dc2cfe3ce110bb4a206994de56afe0e90fe89f9ccd07c60fe1c652123ba59
 SHA512 
671c6f57106198bcfc2f9000aacba98fabacfadfce2329dfe8d0e0a2af9404da483d7a844ca2b08e1fc0249371f574c13d0082c9f7a4ed90ff581308257a52d3
+DIST anstyle-1.0.6.crate 14604 BLAKE2B 
0716d0dbb62bf05c63c2bfe1c689896660073a423d26965ce2570f11e1925752a61209d78c2f2fe65ec4eb64ea4ffbb39669e789c0ba5d1b71e75de929153b20
 SHA512 
dc0e505465be54799b9faad70d0c6f7f0dcf9f5e1aaa43177b826c85dae626b054910244da0499862f066f6723a1560ad12100aec523f28c6198f1ea0d1b78fa
 DIST anstyle-parse-0.2.2.crate 24696 BLAKE2B 
979daa24ccc3ea484445216bddc190f148f0ad83b95c997c1becbadfb641b67834980c413bcf5b7ddc2c6883d5e071a9636fbb44f79680ac42f8b73a797e466a
 SHA512 
28039806f87c2bd8266cea834975939b79fdf0cc95a029654806655c0662520aa497d84eefadcd9edce204986e60b62678e76a09cdb38bcc50c91e9d05c4bee9
+DIST anstyle-parse-0.2.3.crate 24699 BLAKE2B 
17e8638187ccc1ca0174a8cec7f7daeee7e0d8b8c430f7e74f9b10d8de4b49fd1c6facfdafde305b7a3e55b1ebf2b4e8ec4975a0cce691514ddae9eb5b5e711e
 SHA512 
4a6d0f706d75c9b3c5144f34efdef3ef8fcd075962c594a23a6209ed56112563a34b3c01e05a08a0868d59204272d06211b2585cb9d06ce075ea875bedb2f399
 DIST anstyle-query-1.0.0.crate 8620 BLAKE2B 
2d296b5066fd6284a2410923215571e6df650c5ef892d6de7a7088a0996ca30608797feabc84f3c325ff4d07001dac80ac5067d2a9c9d15d9ba59a276b399f53
 SHA512 
2781be5c82293b7ae338ec5046fbeb130de9eb2dbf2e4dfaa73ca5233032e1e52c133e141b02f33d4bc36d996a0a3f680ac82d42d614a5305005f60547133c7a
+DIST anstyle-query-1.0.2.crate 8739 BLAKE2B 
c06643e8616f1f4469a32f9c0512941ce53ac5db9ebfa7a5b2f19233040cd4438dd2ee69ab89ecbc1c239e92b674dea9df15ed673408c6f3fe21787cc17d76f3
 SHA512 

[gentoo-commits] repo/proj/guru:dev commit in: net-analyzer/gping/

2024-02-17 Thread Takuya Wakazono
commit: 6d34ede8cc61e60cd1be7f84a6094c44f20a27f5
Author: Takuya Wakazono  gmail  com>
AuthorDate: Sun Feb 18 02:29:16 2024 +
Commit: Takuya Wakazono  gmail  com>
CommitDate: Sun Feb 18 02:35:40 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6d34ede8

net-analyzer/gping: add 1.16.1

Signed-off-by: Takuya Wakazono  gmail.com>

 net-analyzer/gping/Manifest|  71 +
 net-analyzer/gping/gping-1.16.1.ebuild | 180 +
 2 files changed, 251 insertions(+)

diff --git a/net-analyzer/gping/Manifest b/net-analyzer/gping/Manifest
index 9051d63ef4..9955bbcf10 100644
--- a/net-analyzer/gping/Manifest
+++ b/net-analyzer/gping/Manifest
@@ -1,112 +1,166 @@
 DIST ahash-0.8.6.crate 42780 BLAKE2B 
ce2fb8201a484715d42bbd9ca1bfe2d5f541d90e3619ebd437c34a018920b679d5a11f9e96be48fbdabd2e98a379c0395d118616f21eb9004724d8fcb04b2b2b
 SHA512 
46428b27e96be1f30058b9383a94988beeb5064dfb4df04d6959b451d0c77ef69fc51f07fdf9511ab9728295eb6beee7783c31a2297f9e473fc537883e722b73
+DIST ahash-0.8.8.crate 43028 BLAKE2B 
598a7f2ef74a9470913d2d4e46d1652a8ea7ccd9843778b7f2f4d9f41703ba4cae552aca8205fef6ff8f601d919a5f141391a942e13e5285c7e053cbbbe4afcc
 SHA512 
b54c8c2cfde8115d2108dca36ab698d1b43eb015caa36e6d02288ff21a67ff54144affd406af704107689888f52548203731d3793e5b881bd267b2f803f478cb
 DIST aho-corasick-1.1.2.crate 183136 BLAKE2B 
2d4306d8968061b9f7e50190be6a92b3f668169ba1b9f9691de08a57c96185f7a4288d20c64cb8488a260eb18d3ed4b0e8358b0cca47aa44759b2e448049cbaa
 SHA512 
61ef5092673ab5a60bec4e92df28a91fe6171ba59d5829ffe41fc55aff3bfb755533a4ad53dc7bf827a0b789fcce593b17e69d1fcfb3694f06ed3b1bd535d40c
 DIST allocator-api2-0.2.16.crate 59025 BLAKE2B 
fda69b52435a7243eb19bc55914a1961e59dbad5ac12c40db39cccdf7a99c742da59c3ef160350808698db24b91e0ce655cd1acedbbcbe20c717604aae23ea5e
 SHA512 
e1eb0df6b44b62115795ebf772f81e9ac0b6d273afd81659dbddb7eb6628b6e5ef6a60ea21413e79ee638afb72e6872ba83a075f6324daf93f2f1eda48daff2f
 DIST android-tzdata-0.1.1.crate 7674 BLAKE2B 
4385a4875aadaacd5284a9ca7d1bf8a7bf14bf8925d1563d52fbabacc3af2c1ea08bfcf77106f3648f4fa052ac295158a21e7a0131d31eb9aecd99ea4ba20055
 SHA512 
4294024c21ddd0090c42c8eedf708d40d917f55ad5a4cb7aa3e64cfb6551b6df60f2e36bc08620c1d2fc8c7ba7207411518ee5c8635f60ed8ad9efdd458a2077
 DIST android_system_properties-0.1.5.crate 5243 BLAKE2B 
86f68ec3bdabf8c6ec47881d794970f08a9eefc7417fc8a2bf4fe9faf9bdd2a2024a94adb0cbf96673409f5fbbd4d0111a1ac371339e7a90a277b6cd5003524e
 SHA512 
b09f51339f9772c0e2e4241b36cf51573c6b96b19ffc1fbbc94b1c1d1d2fdfe8eac3134af54174a675ab05d18ef4f6bcb2c7fcc20114bbeef6e17e3692202191
+DIST anstream-0.6.11.crate 30239 BLAKE2B 
4ac585ec56a804239d32ad3e64d93936ef9d5c8e0f0e2df17f7b081b6a3b2c4c32ff4ebc09ec02507bbed22b025628029d859610aed90c024e19a3216de73c8b
 SHA512 
f8dd65cc116a1495782a3bfc98edfdd0973ab22ea2fafd292fb4bd3495af7b5ea410f320d3fa05f7f812fa96c2a20f4cd2af9fc58869a1a306f32714cbe45163
 DIST anstream-0.6.4.crate 20593 BLAKE2B 
2b617c45d351e01222fc50f52551e57b4a8b0ecf84c6ddf44336c7c9d3b9dde15232b1c4f664d567849295bf8f03612b73ded56f1b3937392eb7718f1e0446c3
 SHA512 
0b983d626c53d1edc184f04cbd2c004eb9c40d14486b23cce86ebf50cbd3d916d32cb0423ae1d67c2b83b966690090af740538538ef846c0b126c686a1ebe159
 DIST anstyle-1.0.4.crate 13998 BLAKE2B 
fb501700855709e53438461c2f4b48d869613e7bb3bb700db8bd0d95082876d3782dc2cfe3ce110bb4a206994de56afe0e90fe89f9ccd07c60fe1c652123ba59
 SHA512 
671c6f57106198bcfc2f9000aacba98fabacfadfce2329dfe8d0e0a2af9404da483d7a844ca2b08e1fc0249371f574c13d0082c9f7a4ed90ff581308257a52d3
+DIST anstyle-1.0.6.crate 14604 BLAKE2B 
0716d0dbb62bf05c63c2bfe1c689896660073a423d26965ce2570f11e1925752a61209d78c2f2fe65ec4eb64ea4ffbb39669e789c0ba5d1b71e75de929153b20
 SHA512 
dc0e505465be54799b9faad70d0c6f7f0dcf9f5e1aaa43177b826c85dae626b054910244da0499862f066f6723a1560ad12100aec523f28c6198f1ea0d1b78fa
 DIST anstyle-parse-0.2.2.crate 24696 BLAKE2B 
979daa24ccc3ea484445216bddc190f148f0ad83b95c997c1becbadfb641b67834980c413bcf5b7ddc2c6883d5e071a9636fbb44f79680ac42f8b73a797e466a
 SHA512 
28039806f87c2bd8266cea834975939b79fdf0cc95a029654806655c0662520aa497d84eefadcd9edce204986e60b62678e76a09cdb38bcc50c91e9d05c4bee9
+DIST anstyle-parse-0.2.3.crate 24699 BLAKE2B 
17e8638187ccc1ca0174a8cec7f7daeee7e0d8b8c430f7e74f9b10d8de4b49fd1c6facfdafde305b7a3e55b1ebf2b4e8ec4975a0cce691514ddae9eb5b5e711e
 SHA512 
4a6d0f706d75c9b3c5144f34efdef3ef8fcd075962c594a23a6209ed56112563a34b3c01e05a08a0868d59204272d06211b2585cb9d06ce075ea875bedb2f399
 DIST anstyle-query-1.0.0.crate 8620 BLAKE2B 
2d296b5066fd6284a2410923215571e6df650c5ef892d6de7a7088a0996ca30608797feabc84f3c325ff4d07001dac80ac5067d2a9c9d15d9ba59a276b399f53
 SHA512 
2781be5c82293b7ae338ec5046fbeb130de9eb2dbf2e4dfaa73ca5233032e1e52c133e141b02f33d4bc36d996a0a3f680ac82d42d614a5305005f60547133c7a
+DIST anstyle-query-1.0.2.crate 8739 BLAKE2B 
c06643e8616f1f4469a32f9c0512941ce53ac5db9ebfa7a5b2f19233040cd4438dd2ee69ab89ecbc1c239e92b674dea9df15ed673408c6f3fe21787cc17d76f3
 SHA512 

[gentoo-commits] repo/proj/guru:dev commit in: net-analyzer/gping/

2024-02-17 Thread Takuya Wakazono
commit: 43f601c2921eb4132f5fef81863ad7fe0de16c63
Author: Takuya Wakazono  gmail  com>
AuthorDate: Sun Feb 18 02:29:33 2024 +
Commit: Takuya Wakazono  gmail  com>
CommitDate: Sun Feb 18 02:35:40 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=43f601c2

net-analyzer/gping: drop 1.16.0

Signed-off-by: Takuya Wakazono  gmail.com>

 net-analyzer/gping/Manifest|  60 
 net-analyzer/gping/gping-1.16.0.ebuild | 169 -
 2 files changed, 229 deletions(-)

diff --git a/net-analyzer/gping/Manifest b/net-analyzer/gping/Manifest
index 9955bbcf10..c52c48d40b 100644
--- a/net-analyzer/gping/Manifest
+++ b/net-analyzer/gping/Manifest
@@ -1,165 +1,113 @@
-DIST ahash-0.8.6.crate 42780 BLAKE2B 
ce2fb8201a484715d42bbd9ca1bfe2d5f541d90e3619ebd437c34a018920b679d5a11f9e96be48fbdabd2e98a379c0395d118616f21eb9004724d8fcb04b2b2b
 SHA512 
46428b27e96be1f30058b9383a94988beeb5064dfb4df04d6959b451d0c77ef69fc51f07fdf9511ab9728295eb6beee7783c31a2297f9e473fc537883e722b73
 DIST ahash-0.8.8.crate 43028 BLAKE2B 
598a7f2ef74a9470913d2d4e46d1652a8ea7ccd9843778b7f2f4d9f41703ba4cae552aca8205fef6ff8f601d919a5f141391a942e13e5285c7e053cbbbe4afcc
 SHA512 
b54c8c2cfde8115d2108dca36ab698d1b43eb015caa36e6d02288ff21a67ff54144affd406af704107689888f52548203731d3793e5b881bd267b2f803f478cb
 DIST aho-corasick-1.1.2.crate 183136 BLAKE2B 
2d4306d8968061b9f7e50190be6a92b3f668169ba1b9f9691de08a57c96185f7a4288d20c64cb8488a260eb18d3ed4b0e8358b0cca47aa44759b2e448049cbaa
 SHA512 
61ef5092673ab5a60bec4e92df28a91fe6171ba59d5829ffe41fc55aff3bfb755533a4ad53dc7bf827a0b789fcce593b17e69d1fcfb3694f06ed3b1bd535d40c
 DIST allocator-api2-0.2.16.crate 59025 BLAKE2B 
fda69b52435a7243eb19bc55914a1961e59dbad5ac12c40db39cccdf7a99c742da59c3ef160350808698db24b91e0ce655cd1acedbbcbe20c717604aae23ea5e
 SHA512 
e1eb0df6b44b62115795ebf772f81e9ac0b6d273afd81659dbddb7eb6628b6e5ef6a60ea21413e79ee638afb72e6872ba83a075f6324daf93f2f1eda48daff2f
 DIST android-tzdata-0.1.1.crate 7674 BLAKE2B 
4385a4875aadaacd5284a9ca7d1bf8a7bf14bf8925d1563d52fbabacc3af2c1ea08bfcf77106f3648f4fa052ac295158a21e7a0131d31eb9aecd99ea4ba20055
 SHA512 
4294024c21ddd0090c42c8eedf708d40d917f55ad5a4cb7aa3e64cfb6551b6df60f2e36bc08620c1d2fc8c7ba7207411518ee5c8635f60ed8ad9efdd458a2077
 DIST android_system_properties-0.1.5.crate 5243 BLAKE2B 
86f68ec3bdabf8c6ec47881d794970f08a9eefc7417fc8a2bf4fe9faf9bdd2a2024a94adb0cbf96673409f5fbbd4d0111a1ac371339e7a90a277b6cd5003524e
 SHA512 
b09f51339f9772c0e2e4241b36cf51573c6b96b19ffc1fbbc94b1c1d1d2fdfe8eac3134af54174a675ab05d18ef4f6bcb2c7fcc20114bbeef6e17e3692202191
 DIST anstream-0.6.11.crate 30239 BLAKE2B 
4ac585ec56a804239d32ad3e64d93936ef9d5c8e0f0e2df17f7b081b6a3b2c4c32ff4ebc09ec02507bbed22b025628029d859610aed90c024e19a3216de73c8b
 SHA512 
f8dd65cc116a1495782a3bfc98edfdd0973ab22ea2fafd292fb4bd3495af7b5ea410f320d3fa05f7f812fa96c2a20f4cd2af9fc58869a1a306f32714cbe45163
-DIST anstream-0.6.4.crate 20593 BLAKE2B 
2b617c45d351e01222fc50f52551e57b4a8b0ecf84c6ddf44336c7c9d3b9dde15232b1c4f664d567849295bf8f03612b73ded56f1b3937392eb7718f1e0446c3
 SHA512 
0b983d626c53d1edc184f04cbd2c004eb9c40d14486b23cce86ebf50cbd3d916d32cb0423ae1d67c2b83b966690090af740538538ef846c0b126c686a1ebe159
-DIST anstyle-1.0.4.crate 13998 BLAKE2B 
fb501700855709e53438461c2f4b48d869613e7bb3bb700db8bd0d95082876d3782dc2cfe3ce110bb4a206994de56afe0e90fe89f9ccd07c60fe1c652123ba59
 SHA512 
671c6f57106198bcfc2f9000aacba98fabacfadfce2329dfe8d0e0a2af9404da483d7a844ca2b08e1fc0249371f574c13d0082c9f7a4ed90ff581308257a52d3
 DIST anstyle-1.0.6.crate 14604 BLAKE2B 
0716d0dbb62bf05c63c2bfe1c689896660073a423d26965ce2570f11e1925752a61209d78c2f2fe65ec4eb64ea4ffbb39669e789c0ba5d1b71e75de929153b20
 SHA512 
dc0e505465be54799b9faad70d0c6f7f0dcf9f5e1aaa43177b826c85dae626b054910244da0499862f066f6723a1560ad12100aec523f28c6198f1ea0d1b78fa
-DIST anstyle-parse-0.2.2.crate 24696 BLAKE2B 
979daa24ccc3ea484445216bddc190f148f0ad83b95c997c1becbadfb641b67834980c413bcf5b7ddc2c6883d5e071a9636fbb44f79680ac42f8b73a797e466a
 SHA512 
28039806f87c2bd8266cea834975939b79fdf0cc95a029654806655c0662520aa497d84eefadcd9edce204986e60b62678e76a09cdb38bcc50c91e9d05c4bee9
 DIST anstyle-parse-0.2.3.crate 24699 BLAKE2B 
17e8638187ccc1ca0174a8cec7f7daeee7e0d8b8c430f7e74f9b10d8de4b49fd1c6facfdafde305b7a3e55b1ebf2b4e8ec4975a0cce691514ddae9eb5b5e711e
 SHA512 
4a6d0f706d75c9b3c5144f34efdef3ef8fcd075962c594a23a6209ed56112563a34b3c01e05a08a0868d59204272d06211b2585cb9d06ce075ea875bedb2f399
-DIST anstyle-query-1.0.0.crate 8620 BLAKE2B 
2d296b5066fd6284a2410923215571e6df650c5ef892d6de7a7088a0996ca30608797feabc84f3c325ff4d07001dac80ac5067d2a9c9d15d9ba59a276b399f53
 SHA512 
2781be5c82293b7ae338ec5046fbeb130de9eb2dbf2e4dfaa73ca5233032e1e52c133e141b02f33d4bc36d996a0a3f680ac82d42d614a5305005f60547133c7a
 DIST anstyle-query-1.0.2.crate 8739 BLAKE2B 
c06643e8616f1f4469a32f9c0512941ce53ac5db9ebfa7a5b2f19233040cd4438dd2ee69ab89ecbc1c239e92b674dea9df15ed673408c6f3fe21787cc17d76f3
 SHA512 

[gentoo-commits] proj/gentoolkit:master commit in: pym/gentoolkit/eclean/

2024-02-17 Thread Brian Dolbec
commit: f410ba4ae94c801564f5b0bd3003e429adf2b12e
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sat Feb 17 02:34:39 2024 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sun Feb 18 02:16:28 2024 +
URL:https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=f410ba4a

eclean/search.py: Fix find_packages docstring for invalid_paths

Signed-off-by: Brian Dolbec  gentoo.org>

 pym/gentoolkit/eclean/search.py | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/pym/gentoolkit/eclean/search.py b/pym/gentoolkit/eclean/search.py
index 47df3a1..b696b63 100644
--- a/pym/gentoolkit/eclean/search.py
+++ b/pym/gentoolkit/eclean/search.py
@@ -591,7 +591,6 @@ def findPackages(
 ) -> tuple[dict[str, list[str]], dict[str, list[str]]]:
 """Find obsolete binary packages.
 
-@param invalid_paths:
 @param options: dict of options determined at runtime
 @type  options: dict
 @param exclude: exclusion dict (as defined in the exclude.parseExcludeFile 
class)
@@ -610,8 +609,8 @@ def findPackages(
 @param  var_dbapi: defaults to portage.db[portage.root]["vartree"].dbapi
Can be overridden for tests.
 
-@return binary packages to remove. e.g. {'cat/pkg-ver': [filepath]}
-@rtype: dict
+@return binary packages to remove. e.g. {'cat/pkg-ver': [filepath]}, 
invalid_paths
+@rtype: dict, dict
 """
 if exclude is None:
 exclude = {}



[gentoo-commits] proj/gentoolkit:master commit in: pym/gentoolkit/eclean/

2024-02-17 Thread Brian Dolbec
commit: 70cb55fa5fd2af7c7e46c94dc423a96bbedd83a5
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sun Feb  4 21:00:49 2024 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sun Feb 18 02:16:03 2024 +
URL:https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=70cb55fa

eclean: Handle InvalidDepstring info in _deps_equal

Add try/except pair to _deps_equal() to output relavent details
causing the exception in order to aid the user to fix the issue.
Mark binpkg dep failures as a non match for possible deletion.
Make the ebuild dep failure a warning only, return True to save
the binpkg.
Add parameter docstring info

Bug: https://bugs.gentoo.org/923439
Signed-off-by: Brian Dolbec  gentoo.org>

 pym/gentoolkit/eclean/search.py | 54 -
 1 file changed, 48 insertions(+), 6 deletions(-)

diff --git a/pym/gentoolkit/eclean/search.py b/pym/gentoolkit/eclean/search.py
index 2eebcfd..47df3a1 100644
--- a/pym/gentoolkit/eclean/search.py
+++ b/pym/gentoolkit/eclean/search.py
@@ -17,6 +17,7 @@ import portage
 from portage.dep import Atom, use_reduce
 from portage.dep._slot_operator import strip_slots
 from portage.dep.libc import find_libc_deps, strip_libc_deps
+from portage.exception import InvalidDependString
 
 import gentoolkit.pprinter as pp
 from gentoolkit.eclean.exclude import (
@@ -526,13 +527,51 @@ class DistfilesSearch:
 return clean_me, saved
 
 
-def _deps_equal(deps_a, eapi_a, deps_b, eapi_b, libc_deps, uselist=None):
-"""Compare two dependency lists given a set of USE flags"""
+def _deps_equal(deps_a, eapi_a, deps_b, eapi_b, libc_deps, uselist=None, 
cpv=None):
+"""Compare two dependency lists given a set of USE flags
+
+@param deps_a: binpkg DEPEND string (for InvalidDependString errors)
+@rtype: string
+@param eapi_a: EAPI
+@rtype: string
+@param deps_b: ebuild DEPEND string (for InvalidDependString errors)
+@rtype: string
+@param eapi_b: EAPI
+@rtype: string
+@param libc_deps: List of libc packages (or atoms if realized is passed).
+@rtype: list
+@param uselist: use flag list
+@rtype: frozenset
+@param cpv: Cat/Pkg-version
+@rtype: string
+"""
 if deps_a == deps_b:
 return True
+try:
+deps_a = use_reduce(deps_a, uselist=uselist, eapi=eapi_a, 
token_class=Atom)
+except InvalidDependString:  # the binpkg depend string is bad
+print(
+pp.warn(
+"Warning: Invalid binpkg DEPEND string found for: %s, %s"
+" | tagging for removal" % (cpv, deps_a)
+),
+file=sys.stderr,
+)
+return False
+try:
+deps_b = use_reduce(deps_b, uselist=uselist, eapi=eapi_b, 
token_class=Atom)
+except InvalidDependString as er:  # the ebuild depend string is bad
+print(
+pp.warn("Warning: Invalid ebuild DEPEND String found for: %s" % 
cpv),
+file=sys.stderr,
+)
+print(
+pp.warn("Warning: DEPEND string for ebuild: %s" % deps_b),
+file=sys.stderr,
+)
+print(er, file=sys.stderr)
+return True
 
-deps_a = use_reduce(deps_a, uselist=uselist, eapi=eapi_a, token_class=Atom)
-deps_b = use_reduce(deps_b, uselist=uselist, eapi=eapi_b, token_class=Atom)
 strip_libc_deps(deps_a, libc_deps)
 strip_libc_deps(deps_b, libc_deps)
 strip_slots(deps_a)
@@ -656,13 +695,16 @@ def findPackages(
 binpkg_metadata = dict(zip(keys, bin_dbapi.aux_get(cpv, keys)))
 ebuild_metadata = dict(zip(keys, port_dbapi.aux_get(cpv, keys)))
 
+deps_binpkg = " ".join(binpkg_metadata[key] for key in dep_keys)
+deps_ebuild = " ".join(ebuild_metadata[key] for key in dep_keys)
 if _deps_equal(
-" ".join(binpkg_metadata[key] for key in dep_keys),
+deps_binpkg,
 binpkg_metadata["EAPI"],
-" ".join(ebuild_metadata[key] for key in dep_keys),
+deps_ebuild,
 ebuild_metadata["EAPI"],
 libc_deps,
 frozenset(binpkg_metadata["USE"].split()),
+cpv,
 ):
 continue
 



[gentoo-commits] proj/gentoolkit:master commit in: pym/gentoolkit/test/eclean/

2024-02-17 Thread Brian Dolbec
commit: a1e25deeab64dcb7334381854db23a564d2d2c02
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sun Feb 18 00:59:22 2024 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sun Feb 18 02:16:28 2024 +
URL:https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=a1e25dee

Initial tests for _deps_equal()

Signed-off-by: Brian Dolbec  gentoo.org>

 pym/gentoolkit/test/eclean/test_search.py | 157 ++
 1 file changed, 157 insertions(+)

diff --git a/pym/gentoolkit/test/eclean/test_search.py 
b/pym/gentoolkit/test/eclean/test_search.py
index 32d360c..0bbad46 100755
--- a/pym/gentoolkit/test/eclean/test_search.py
+++ b/pym/gentoolkit/test/eclean/test_search.py
@@ -26,8 +26,11 @@ from gentoolkit.test.eclean.distsupport import (
 )
 import gentoolkit.eclean.search as search
 from gentoolkit.eclean.search import DistfilesSearch
+from gentoolkit.eclean.search import _deps_equal
 from gentoolkit.eclean.exclude import parseExcludeFile
 
+from portage.dep import Atom
+
 """Tests for eclean's distfiles search functions."""
 
 
@@ -670,12 +673,166 @@ class TestRemoveProtected(unittest.TestCase):
 )
 
 
+class TestDepsEqual(unittest.TestCase):
+
+def test_deps_equal(self):
+# def _deps_equal(deps_a, eapi_a, deps_b, eapi_b, libc_deps, 
uselist=None, cpv=None):
+all_tests = [
+# 1 equal
+(
+"x11-misc/xdg-user-dirs-gtk-0.11",
+{
+"deps_a": "dev-libs/glib:2 >=x11-libs/gtk+-3.5.1:3 
>=x11-misc/xdg-user-dirs-0.14",
+"eapi_a": "8",
+"deps_b": "dev-libs/glib:2 >=x11-libs/gtk+-3.5.1:3 
>=x11-misc/xdg-user-dirs-0.14",
+"eapi_b": "8",
+"libc_deps": {Atom("sys-libs/glibc:2.2")},
+"uselist": frozenset(
+{
+"elibc_glibc",
+"amd64",
+"abi_x86_64",
+"kernel_linux",
+"userland_GNU",
+}
+),
+},
+True,
+),
+# 2 ebuild different gtk+ dep
+(
+"x11-misc/xdg-user-dirs-gtk-0.11",
+{
+"deps_a": "dev-libs/glib:2 >=x11-libs/gtk+-3.5.1:3 
>=x11-misc/xdg-user-dirs-0.14",
+"eapi_a": "8",
+"deps_b": "dev-libs/glib:2 >=x11-libs/gtk+-3.5.2:3 
>=x11-misc/xdg-user-dirs-0.14",
+"eapi_b": "8",
+"libc_deps": {Atom("sys-libs/glibc:2.2")},
+"uselist": frozenset(
+{
+"elibc_glibc",
+"amd64",
+"abi_x86_64",
+"kernel_linux",
+"userland_GNU",
+}
+),
+},
+False,
+),
+# 3 different eapi, but is not currently tested
+(
+"x11-misc/xdg-user-dirs-gtk-0.11",
+{
+"deps_a": "dev-libs/glib:2 >=x11-libs/gtk+-3.5.1:3 
>=x11-misc/xdg-user-dirs-0.14",
+"eapi_a": "7",
+"deps_b": "dev-libs/glib:2 >=x11-libs/gtk+-3.5.1:3 
>=x11-misc/xdg-user-dirs-0.14",
+"eapi_b": "8",
+"libc_deps": {Atom("sys-libs/glibc:2.2")},
+"uselist": frozenset(
+{
+"elibc_glibc",
+"amd64",
+"abi_x86_64",
+"kernel_linux",
+"userland_GNU",
+}
+),
+},
+True,
+),
+# 4 valid/False
+(
+"x11-misc/xdg-user-dirs-0.18",
+{
+"deps_a": "dev-libs/glib:2 >=x11-libs/gtk+-3.5.1:3 
>=x11-misc/xdg-user-dirs-0.14",
+"eapi_a": "8",
+"deps_b": "gtk? ( x11-misc/xdg-user-dirs-gtk )",
+"eapi_b": "8",
+"libc_deps": {Atom("sys-libs/glibc:2.2")},
+"uselist": frozenset(
+{
+"elibc_glibc",
+"amd64",
+"abi_x86_64",
+"kernel_linux",
+"userland_GNU",
+}
+),
+},
+False,
+),
+# 5 ebuild InvalidDependString
+(
+"x11-misc/xdg-user-dirs-0.18",
+{
+"deps_a": "dev-libs/glib:2 >=x11-libs/gtk+-3.5.1:3 

[gentoo-commits] repo/proj/guru:dev commit in: net-misc/sunshine/, net-misc/sunshine/files/

2024-02-17 Thread Julien Roy
commit: f349cd25bf978562bad0a206dab08f8585a90645
Author: Julien Roy  jroy  ca>
AuthorDate: Sun Feb 18 01:39:35 2024 +
Commit: Julien Roy  jroy  ca>
CommitDate: Sun Feb 18 01:39:39 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f349cd25

net-misc/sunshine: treeclean
Moved to ::gentoo

Signed-off-by: Julien Roy  jroy.ca>

 net-misc/sunshine/files/85-sunshine.rules |   1 -
 net-misc/sunshine/files/sunshine.service  |  12 
 net-misc/sunshine/metadata.xml|  21 --
 net-misc/sunshine/sunshine-.ebuild| 113 --
 4 files changed, 147 deletions(-)

diff --git a/net-misc/sunshine/files/85-sunshine.rules 
b/net-misc/sunshine/files/85-sunshine.rules
deleted file mode 100644
index b6ccddd283..00
--- a/net-misc/sunshine/files/85-sunshine.rules
+++ /dev/null
@@ -1 +0,0 @@
-KERNEL=="uinput", SUBSYSTEM=="misc", OPTIONS+="static_node=uinput", 
TAG+="uaccess"

diff --git a/net-misc/sunshine/files/sunshine.service 
b/net-misc/sunshine/files/sunshine.service
deleted file mode 100644
index f10fb6ed4d..00
--- a/net-misc/sunshine/files/sunshine.service
+++ /dev/null
@@ -1,12 +0,0 @@
-[Unit]
-Description=Sunshine self-hosted game stream host for Moonlight.
-StartLimitIntervalSec=500
-StartLimitBurst=5
-
-[Service]
-ExecStart=/usr/bin/sunshine
-Restart=on-failure
-RestartSec=5s
-
-[Install]
-WantedBy=graphical-session.target

diff --git a/net-misc/sunshine/metadata.xml b/net-misc/sunshine/metadata.xml
deleted file mode 100644
index 917d345270..00
--- a/net-misc/sunshine/metadata.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   adam.pimente...@gmail.com
-   Adam Pimentel
-   
-   
-   net-misc/sunshine
-   
-   
-   Sunshine is a self-hosted game stream host for Moonlight.
-   Offering low latency, cloud gaming server capabilities with support for 
AMD, Intel, and Nvidia GPUs for hardware encoding.
-   Software encoding is also available. You can connect to Sunshine from 
any Moonlight client on a variety of devices.
-   A web UI is provided to allow configuration, and client pairing, from 
your favorite web browser.
-   Pair from the local server or any mobile device.
-   
-   
-   Enable KMS grab
-   
-

diff --git a/net-misc/sunshine/sunshine-.ebuild 
b/net-misc/sunshine/sunshine-.ebuild
deleted file mode 100644
index 868ce09bb8..00
--- a/net-misc/sunshine/sunshine-.ebuild
+++ /dev/null
@@ -1,113 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake git-r3 desktop udev systemd #fcaps
-
-DESCRIPTION="Self-hosted game stream host for Moonlight"
-HOMEPAGE="https://app.lizardbyte.dev/Sunshine/;
-SRC_URI=""
-EGIT_REPO_URI="https://github.com/LizardByte/Sunshine.git;
-EGIT_BRANCH="nightly"
-
-# Licenses (may be incomplete)
-#-
-# Sunshine: GPL3
-#  Simple Web Server: MIT
-#  TPCircularBuffer: BSD 3-Clause
-#  ViGEmClient: unlicensed?
-#  ffmpeg: LGPL2.1+
-#  miniupnp: BSD 3-Clause
-#  moonlight-common-c: GPL3
-#  enet: MIT
-#  nanors: MIT
-#  tray: MIT
-#  wayland-protocols: MIT
-#  wlr-protocols: unlicensed?
-LICENSE="GPL-3 MIT LGPL-2.1+ BSD"
-SLOT="0"
-KEYWORDS=""
-IUSE="nvenc cuda wayland X libdrm systemd"
-REQUIRED_USE="
-   nvenc? ( cuda )
-   || ( wayland X )
-"
-
-DEPEND="
-   net-dns/avahi
-   dev-libs/libinput
-   dev-libs/boost
-   net-misc/curl
-   dev-libs/libayatana-appindicator
-   dev-libs/libevdev
-   media-libs/intel-mediasdk
-   x11-libs/libnotify
-   media-libs/libpulse
-   media-libs/libva
-   x11-libs/libvdpau
-   X? (
-   x11-libs/libX11
-   x11-libs/libxcb
-   x11-libs/libXfixes
-   x11-libs/libXrandr
-   x11-libs/libXtst
-   )
-   sys-process/numactl
-   dev-libs/openssl
-   media-libs/opus
-   virtual/udev
-   sys-libs/libcap
-   libdrm? (
-   x11-libs/libdrm
-   )
-"
-RDEPEND="
-   ${DEPEND}
-"
-BDEPEND="
-   virtual/pkgconfig
-   net-libs/nodejs
-"
-
-src_configure() {
-   local mycmakeargs=(
-   -DCMAKE_INSTALL_PREFIX=/usr
-   -DSUNSHINE_EXECUTABLE_PATH=/usr/bin/sunshine
-   -DSUNSHINE_ASSETS_DIR="share/sunshine"
-   )
-   if use cuda; then
-   mycmakeargs+=(-DSUNSHINE_ENABLE_CUDA=ON)
-   fi
-   if use libdrm; then
-   mycmakeargs+=(-DSUNSHINE_ENABLE_DRM=ON)
-   fi
-   if use wayland; then
-   mycmakeargs+=(-DSUNSHINE_ENABLE_WAYLAND=ON)
-   fi
-   if use X; then
-   mycmakeargs+=(-DSUNSHINE_ENABLE_X11=ON)
-   fi
-   cmake_src_configure
-}
-
-src_install() {
-   

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

2024-02-17 Thread Julien Roy
commit: 790e3443141690e616dc118ed9a5cc75a69b2967
Author: Julien Roy  jroy  ca>
AuthorDate: Sun Feb 18 01:34:53 2024 +
Commit: Julien Roy  jroy  ca>
CommitDate: Sun Feb 18 01:34:53 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=790e3443

net-im/mautrix-discord: drop 0.6.3

Signed-off-by: Julien Roy  jroy.ca>

 net-im/mautrix-discord/Manifest|  2 -
 .../mautrix-discord/mautrix-discord-0.6.3.ebuild   | 65 --
 2 files changed, 67 deletions(-)

diff --git a/net-im/mautrix-discord/Manifest b/net-im/mautrix-discord/Manifest
index 02789a3150..79ec7852b5 100644
--- a/net-im/mautrix-discord/Manifest
+++ b/net-im/mautrix-discord/Manifest
@@ -1,5 +1,3 @@
-DIST mautrix-discord-0.6.3.gh.tar.gz 113655 BLAKE2B 
a9570c2b0cbba9f1d82efffe729cf5d50966d5b7a0fff9a233637f61f34801145de8b9ea2ea2a309035e3c5c0c803c240acb16b4b46668588b31cd51bfac966f
 SHA512 
ff6462bae3d53331cd2fccf9037fc34d11a89e37d52d5bf1e5b10249952036fa7f8182354f2834a8051eb84a1e886872b3698fdec51f2f271946d4a8743a8870
-DIST mautrix-discord-0.6.3.tar.xz 117364608 BLAKE2B 
4619146a6180898a11ba396e535a8320b5a51fa70bb72a5dd16f67edd4e7240004c9186e768c3081fb4f5c18e5fdee1af94ee731501417e443c9b0137e8e969c
 SHA512 
168d7279752bc6f4b3682e3909ff58f45b81057b421ec9635a3963d88083507f9dbfef4057fad5012bea91f283bacff201241dc7355b0cd17414774029204666
 DIST mautrix-discord-0.6.4.gh.tar.gz 113804 BLAKE2B 
164c5cc5d0504bf0d78df8b6926a124ef52157a5a1467ad8b4a76e6cef5285736cc223889f69c7f573018f2590394c637eaade54ff734353e8bd0cbcd0f7abad
 SHA512 
cfcb5653d002c33f3498a65d7f6e507c1465b8ef767b672db770f44eaf59887246896e2f4149164e610a91af1418646eca77e571a85b0fdaeddc3131e589429e
 DIST mautrix-discord-0.6.4.tar.xz 61805824 BLAKE2B 
49b26ec6d450e8ab5e29bead54346cc94e376646f298bc8f6f45c7d6f593fbca2c65b7b019b18242521a253d577b2ab1b38a78455d1b17c2ef2d48ee823a144d
 SHA512 
72c8cae6a7f6188b75708db8663397aa66279a1059be40a735c066ae7ac49128fdee1040847141e827875860327df429f290bd8a9ecabb40919d644e55e01ae9
 DIST mautrix-discord-0.6.5.gh.tar.gz 114044 BLAKE2B 
70d713da28ac80593678df357ae69540a7c6069943d369ddba749e2182b5810ce76fbc072f75f94edc9aaac70d744eac799d8b82fc58162ad5adc727941d2307
 SHA512 
b52bc3a963c52970a6af334e985b959efc04e3181cac6d2c1f404b06ee94d19a2ed4a7edfcbe2248eb2ee5196e19f917c9451326593fc5b95724bdc7dd6fd936

diff --git a/net-im/mautrix-discord/mautrix-discord-0.6.3.ebuild 
b/net-im/mautrix-discord/mautrix-discord-0.6.3.ebuild
deleted file mode 100644
index c282376a5d..00
--- a/net-im/mautrix-discord/mautrix-discord-0.6.3.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module systemd
-
-DESCRIPTION="A Matrix-Discord puppeting bridge"
-HOMEPAGE="https://github.com/mautrix/discord;
-SRC_URI="https://github.com/mautrix/discord/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz
-   https://jroy.ca/dist/${P}.tar.xz
-"
-S="${WORKDIR}/discord-${PV}"
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   acct-user/${PN}
-   dev-libs/olm
-   dev-util/lottieconverter
-"
-DEPEND="${RDEPEND}"
-BDEPEND=">=dev-lang/go-1.20.0"
-
-src_compile() {
-   ego build
-}
-
-src_install() {
-   dobin mautrix-discord
-
-   keepdir /var/log/mautrix/discord
-   fowners -R root:mautrix /var/log/mautrix
-   fperms -R 770 /var/log/mautrix
-   sed -i -e "s/\.\/logs/\/var\/log\/${PN/-/\\\/}/" "example-config.yaml" 
|| die
-
-   insinto "/etc/mautrix"
-   newins "example-config.yaml" "${PN/-/_}.yaml"
-
-   newinitd "${FILESDIR}/${PN}.initd" "${PN}"
-   systemd_dounit "${FILESDIR}/${PN}.service"
-
-   fowners -R root:mautrix /etc/mautrix
-   fperms -R 770 /etc/mautrix
-}
-
-pkg_postinst() {
-   einfo
-   elog ""
-   elog "Before you can use ${PN}, you must configure it correctly"
-   elog "The configuration file is located at 
\"/etc/mautrix/${PN/-/_}.yaml\""
-   elog "When done, run the following command: emerge --config 
${CATEGORY}/${PN}"
-   elog "Then, you must register the bridge with your homeserver"
-   elog "Refer your homeserver's documentation for instructions"
-   elog "The registration file is located at 
/var/lib/${PN/-/\/}/registration.yaml"
-   elog "Finally, you may start the ${PN} daemon"
-   einfo
-}
-
-pkg_config() {
-   su - "${PN}" -s /bin/sh -c \
-   "/usr/bin/${PN} -c /etc/mautrix/${PN/-/_}.yaml -g -r 
/var/lib/${PN/-/\/}/registration.yaml"
-}



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

2024-02-17 Thread Julien Roy
commit: d9ffb78f236179cfcbf4a0ec6cbee64f2a866081
Author: Julien Roy  jroy  ca>
AuthorDate: Sun Feb 18 01:34:36 2024 +
Commit: Julien Roy  jroy  ca>
CommitDate: Sun Feb 18 01:34:36 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d9ffb78f

net-im/mautrix-discord: add 0.6.5

Signed-off-by: Julien Roy  jroy.ca>

 net-im/mautrix-discord/Manifest|  2 +
 .../mautrix-discord/mautrix-discord-0.6.5.ebuild   | 65 ++
 2 files changed, 67 insertions(+)

diff --git a/net-im/mautrix-discord/Manifest b/net-im/mautrix-discord/Manifest
index e78cb7750a..02789a3150 100644
--- a/net-im/mautrix-discord/Manifest
+++ b/net-im/mautrix-discord/Manifest
@@ -2,3 +2,5 @@ DIST mautrix-discord-0.6.3.gh.tar.gz 113655 BLAKE2B 
a9570c2b0cbba9f1d82efffe729c
 DIST mautrix-discord-0.6.3.tar.xz 117364608 BLAKE2B 
4619146a6180898a11ba396e535a8320b5a51fa70bb72a5dd16f67edd4e7240004c9186e768c3081fb4f5c18e5fdee1af94ee731501417e443c9b0137e8e969c
 SHA512 
168d7279752bc6f4b3682e3909ff58f45b81057b421ec9635a3963d88083507f9dbfef4057fad5012bea91f283bacff201241dc7355b0cd17414774029204666
 DIST mautrix-discord-0.6.4.gh.tar.gz 113804 BLAKE2B 
164c5cc5d0504bf0d78df8b6926a124ef52157a5a1467ad8b4a76e6cef5285736cc223889f69c7f573018f2590394c637eaade54ff734353e8bd0cbcd0f7abad
 SHA512 
cfcb5653d002c33f3498a65d7f6e507c1465b8ef767b672db770f44eaf59887246896e2f4149164e610a91af1418646eca77e571a85b0fdaeddc3131e589429e
 DIST mautrix-discord-0.6.4.tar.xz 61805824 BLAKE2B 
49b26ec6d450e8ab5e29bead54346cc94e376646f298bc8f6f45c7d6f593fbca2c65b7b019b18242521a253d577b2ab1b38a78455d1b17c2ef2d48ee823a144d
 SHA512 
72c8cae6a7f6188b75708db8663397aa66279a1059be40a735c066ae7ac49128fdee1040847141e827875860327df429f290bd8a9ecabb40919d644e55e01ae9
+DIST mautrix-discord-0.6.5.gh.tar.gz 114044 BLAKE2B 
70d713da28ac80593678df357ae69540a7c6069943d369ddba749e2182b5810ce76fbc072f75f94edc9aaac70d744eac799d8b82fc58162ad5adc727941d2307
 SHA512 
b52bc3a963c52970a6af334e985b959efc04e3181cac6d2c1f404b06ee94d19a2ed4a7edfcbe2248eb2ee5196e19f917c9451326593fc5b95724bdc7dd6fd936
+DIST mautrix-discord-0.6.5.tar.xz 61963904 BLAKE2B 
5de1b7b7020c4eb42aa8a6b98519f98afeee29f9307108343a7fcdf99399cd84af4bad015f186ed21d55cb8bdac22cbd96f7fdbc935c6827f87c65021516fa31
 SHA512 
29b16e01fc5c0d4913be7b3263d4560be88c027b55eb7ea48b291706f6a56d8188977ff566bd674e501bd14d1271fa5cdd0d4549fac0fa6fa60eb0442bafc64d

diff --git a/net-im/mautrix-discord/mautrix-discord-0.6.5.ebuild 
b/net-im/mautrix-discord/mautrix-discord-0.6.5.ebuild
new file mode 100644
index 00..c282376a5d
--- /dev/null
+++ b/net-im/mautrix-discord/mautrix-discord-0.6.5.ebuild
@@ -0,0 +1,65 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module systemd
+
+DESCRIPTION="A Matrix-Discord puppeting bridge"
+HOMEPAGE="https://github.com/mautrix/discord;
+SRC_URI="https://github.com/mautrix/discord/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz
+   https://jroy.ca/dist/${P}.tar.xz
+"
+S="${WORKDIR}/discord-${PV}"
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   acct-user/${PN}
+   dev-libs/olm
+   dev-util/lottieconverter
+"
+DEPEND="${RDEPEND}"
+BDEPEND=">=dev-lang/go-1.20.0"
+
+src_compile() {
+   ego build
+}
+
+src_install() {
+   dobin mautrix-discord
+
+   keepdir /var/log/mautrix/discord
+   fowners -R root:mautrix /var/log/mautrix
+   fperms -R 770 /var/log/mautrix
+   sed -i -e "s/\.\/logs/\/var\/log\/${PN/-/\\\/}/" "example-config.yaml" 
|| die
+
+   insinto "/etc/mautrix"
+   newins "example-config.yaml" "${PN/-/_}.yaml"
+
+   newinitd "${FILESDIR}/${PN}.initd" "${PN}"
+   systemd_dounit "${FILESDIR}/${PN}.service"
+
+   fowners -R root:mautrix /etc/mautrix
+   fperms -R 770 /etc/mautrix
+}
+
+pkg_postinst() {
+   einfo
+   elog ""
+   elog "Before you can use ${PN}, you must configure it correctly"
+   elog "The configuration file is located at 
\"/etc/mautrix/${PN/-/_}.yaml\""
+   elog "When done, run the following command: emerge --config 
${CATEGORY}/${PN}"
+   elog "Then, you must register the bridge with your homeserver"
+   elog "Refer your homeserver's documentation for instructions"
+   elog "The registration file is located at 
/var/lib/${PN/-/\/}/registration.yaml"
+   elog "Finally, you may start the ${PN} daemon"
+   einfo
+}
+
+pkg_config() {
+   su - "${PN}" -s /bin/sh -c \
+   "/usr/bin/${PN} -c /etc/mautrix/${PN/-/_}.yaml -g -r 
/var/lib/${PN/-/\/}/registration.yaml"
+}



  1   2   3   4   5   >