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

2023-09-21 Thread Ionen Wolkens
commit: 5a99343091d086a5e77b4be6777f8b2e2ddfd236
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Fri Sep 22 05:05:17 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Sep 22 05:55:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a993430

app-emulation/vkd3d: add 1.9

Also do a dirty fix for implicit configure check, not going to
spend much time here given this is only packaged for old wine-7.

May eventually mask USE=vkd3d on it rather than keep updating this
given it is unlikely dx12-users are not using a more recent Wine
and it is questionable how compatible these bumps are.

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

 app-emulation/vkd3d/Manifest   |  1 +
 .../vkd3d/files/vkd3d-1.9-implicit-gettid.patch|  8 
 app-emulation/vkd3d/vkd3d-1.9.ebuild   | 51 ++
 3 files changed, 60 insertions(+)

diff --git a/app-emulation/vkd3d/Manifest b/app-emulation/vkd3d/Manifest
index e7e6d59c4253..d26e7801100b 100644
--- a/app-emulation/vkd3d/Manifest
+++ b/app-emulation/vkd3d/Manifest
@@ -1 +1,2 @@
 DIST vkd3d-1.8.tar.xz 829648 BLAKE2B 
0e7bb53e3eb9003ea76ee523dfa317b6ab95fd1c2decb453d650f0cf046d5b802a32e40c4e6f6464748903143ef9352e70fdf8ca7fa8e9b9909e0f15235d2b01
 SHA512 
43d65bf4aa60750e08653226197f40c97bc88d56dc5513b70182b5fe289ab56a225682c96400776cd625ad5a8f76644bf4b46bd3ed54aa8496f538f6854d680a
+DIST vkd3d-1.9.tar.xz 902300 BLAKE2B 
62c71b98912e66d86a2d2d934f6bd4c252cced68d3ad96c23b7404dbe346e7a11e43affb1959b389cfc90b53f32b2011ceeca6d066bcae876d24ff0822719d2b
 SHA512 
7fe931fca4bc2e13bd59f2068d758581797aa15530fb811d71323e3cd83a0f12ec3a00e2951f38033fccf8eabfca45e06dad79d80ccc164e047e13cbfc960d0e

diff --git a/app-emulation/vkd3d/files/vkd3d-1.9-implicit-gettid.patch 
b/app-emulation/vkd3d/files/vkd3d-1.9-implicit-gettid.patch
new file mode 100644
index ..5aea3171c2de
--- /dev/null
+++ b/app-emulation/vkd3d/files/vkd3d-1.9-implicit-gettid.patch
@@ -0,0 +1,8 @@
+Dirty quick fix for implicit function check, VKD3D_CHECK_FUNC ideally
+needs to be adjusted to be able to pass headers.
+--- a/configure
 b/configure
+@@ -18656,2 +18656,3 @@
+ /* end confdefs.h.  */
++#include 
+ int main(void) { return gettid(); }

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



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

2023-09-21 Thread Hans de Graaff
commit: 33a66f149ebf06816ca359b563ae9c78e9820040
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Sep 22 05:52:03 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Sep 22 05:54:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33a66f14

dev-ruby/twitter: add 8.0.1

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

 dev-ruby/twitter/Manifest |  1 +
 dev-ruby/twitter/twitter-8.0.1.ebuild | 59 +++
 2 files changed, 60 insertions(+)

diff --git a/dev-ruby/twitter/Manifest b/dev-ruby/twitter/Manifest
index 9cce530b6162..cd562c4bd17d 100644
--- a/dev-ruby/twitter/Manifest
+++ b/dev-ruby/twitter/Manifest
@@ -1,2 +1,3 @@
 DIST twitter-7.0.0.tar.gz 831181 BLAKE2B 
aeb888bf1551116916cc10a4c0278dcee541e953c6e1be09bd95f348b8a2a08075d44c4b8beb736b13564d550b5797184c725141c5c3866f5423afddfdfbea19
 SHA512 
4b0f831ddb1f54fc5894a15010d17b54c62f6caa3eadd6a1f0e0ef37235f29f53f6315c49213244d79ab3708d5a7b1e1b9735d1f35fa291a66d439db916d3ec7
 DIST twitter-8.0.0.tar.gz 830698 BLAKE2B 
187c37adb2971845730ba8ef15f7350083130c1c2f1704f3dc909aee28e8b7742e1a45b3bac8d198eb45f4e415dd15ebfe0099d9e52b7c5a5ec40ca2a6cdaa2e
 SHA512 
b67e97385cb53cb4d75381fb16a6395d0ea72dc2fa0a900ff072ef0ef87947364967da9070e5a2449f5a938740ac0910a342d8ff3bd62095ecfb468b173a754e
+DIST twitter-8.0.1.tar.gz 830580 BLAKE2B 
a6a89eeaaf0095b022f31363d153fe980777e6588755115e6a3ee469ece8a753c9abf72747e986858562ec0ea4ca9b0eed31067aee1713dadc221b705db33d7e
 SHA512 
864b882e2797efe7e3c846b8ea39bb323395cacc42128d6a1fe74106249ca4e3419efd04237c5b46a697ce0204a109fbd1af906917820d67f1a2b1ecb71501fa

diff --git a/dev-ruby/twitter/twitter-8.0.1.ebuild 
b/dev-ruby/twitter/twitter-8.0.1.ebuild
new file mode 100644
index ..44b8ac9258c8
--- /dev/null
+++ b/dev-ruby/twitter/twitter-8.0.1.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32"
+
+RUBY_FAKEGEM_RECIPE_DOC="yard"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="twitter.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby wrapper around the Twitter API"
+HOMEPAGE="https://github.com/sferik/twitter-ruby/;
+SRC_URI="https://github.com/sferik/twitter-ruby/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+RUBY_S="twitter-ruby-${PV}"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "
+   >=dev-ruby/addressable-2.3
+   =dev-ruby/buftok-0.3.0*
+   >=dev-ruby/equalizer-0.0.11
+   =dev-ruby/equalizer-0.0*
+   >=dev-ruby/http-5.1:5
+   >=dev-ruby/http-form_data-2.3:2
+   =dev-ruby/llhttp-ffi-0.4*
+   =dev-ruby/memoizable-0.4*
+   =dev-ruby/multipart-post-2*
+   >=dev-ruby/naught-1.1
+   =dev-ruby/simple_oauth-0.3*
+"
+
+ruby_add_bdepend "test? (
+   dev-ruby/rspec:3
+   dev-ruby/webmock:3
+   >=dev-ruby/timecop-0.6.1
+   )
+   doc? ( dev-ruby/yard )"
+
+all_ruby_prepare() {
+#  rm Gemfile || die
+   sed -i -e '/[Bb]undler/d' Rakefile || die "Unable to remove bundler 
code."
+
+   sed -i -e '/simplecov/,/^end/ s:^:#:' \
+   -e '1igem "webmock", "~>3.0"' spec/helper.rb || die
+
+   # Avoid a spec that fails due to changes in dependencies.
+   sed -i -e '/#reverse_token/,/^  end/ s:^:#:' \
+   spec/twitter/rest/oauth_spec.rb
+}
+
+each_ruby_test() {
+   CI=true RSPEC_VERSION=3 ruby-ng_rspec || die
+}



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

2023-09-21 Thread Hans de Graaff
commit: 85bf504c876e343460f06a476cf4424c766f2e28
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Sep 22 05:52:21 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Sep 22 05:54:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85bf504c

dev-ruby/twitter: update upstream metadata

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

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

diff --git a/dev-ruby/twitter/metadata.xml b/dev-ruby/twitter/metadata.xml
index 93a392dba49e..5815f286bc32 100644
--- a/dev-ruby/twitter/metadata.xml
+++ b/dev-ruby/twitter/metadata.xml
@@ -6,6 +6,6 @@
 Gentoo Ruby Project
   
   
-sferik/twitter
+sferik/twitter-ruby
   
 



[gentoo-commits] repo/gentoo:master commit in: www-servers/puma/

2023-09-21 Thread Hans de Graaff
commit: 040b95932b83a009e841367e126ce69de245b4e5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Sep 22 05:53:57 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Sep 22 05:54:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=040b9593

www-servers/puma: drop 5.6.5, 6.1.1-r1, 6.2.2, 6.3.0

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

 www-servers/puma/Manifest |  4 ---
 www-servers/puma/puma-5.6.5.ebuild| 59 
 www-servers/puma/puma-6.1.1-r1.ebuild | 62 -
 www-servers/puma/puma-6.2.2.ebuild| 64 ---
 www-servers/puma/puma-6.3.0.ebuild| 64 ---
 5 files changed, 253 deletions(-)

diff --git a/www-servers/puma/Manifest b/www-servers/puma/Manifest
index d210674f4a22..4a7eb3744e1b 100644
--- a/www-servers/puma/Manifest
+++ b/www-servers/puma/Manifest
@@ -1,5 +1 @@
-DIST puma-5.6.5.tar.gz 314953 BLAKE2B 
2aca92ff3d32995be8f05b626c2299c07f8665f345a6830f3ec3a3a561dbeb41d68d65851cef9c33a56d1d508c9adf2ebb254ca5c1d4dd8fbc896d6d6d2b440a
 SHA512 
0ad41f3372732bdea6594a20b116ec4fc03a8a1d2ff807b3c315e7769aef4e5361ff775975575125002fbfc83315e6906fa8691ce666161bd8beee8c469289d8
-DIST puma-6.1.1.tar.gz 355892 BLAKE2B 
025d8303f01dc09dfc9e15395cbd2a5507b3f578dcd3b22cf0985ca760ed304b2eb1b0f4c442efc542f3261f7300143bf5264bab5543360d1cb07eb0aa3e52d5
 SHA512 
76988e75110124dcac589fcd01b46ae659e37b7dc2e6901c8d88b3b20ab188c8e6cdefb114f73c9ce829581d5723392d52a8059485ab7c31b77c65204554ac60
-DIST puma-6.2.2.tar.gz 358383 BLAKE2B 
aeea4410eb6b20f294131aa107d4d19ca19bea5a3447cee59250be151b5b8046feae2e2e096f40fade6ac81a6b630cf72608b1c6c76cf05c18be4e81c6f6e143
 SHA512 
b9eabec30761873d628acfff259cf4e5c55dbda735ecb871b0c6e3607930a96f55fe1ad4df58954b8d0b11995762b4918f47e930ae48ebc9557fdc0182a3db8d
-DIST puma-6.3.0.tar.gz 365128 BLAKE2B 
4db46fd2bcb3a6766582294cdc7f0bd0e2585da12999ec3091d942946f1f6a3e95272834323ab8efe594d7852f78ef9ee0f5f549cd92bbe086fc5ee2d25b914f
 SHA512 
74c4a58cceac016d0ccfef1312e31208b665e1a88d18dabc1018df26466b626fd85666042f1bcb416650dfb4f9779390b2f9b1fcd83c25816221b05eac8f25f8
 DIST puma-6.3.1.tar.gz 365566 BLAKE2B 
4112406abb05569d8dcaf60826e66ef96ea3cae0639f00b750080fecab6bb86d9fcd1533f15aeae4ffe69a15a103c875e5c73b987cc638e895ff719c6699f310
 SHA512 
9b7521fa85e50503dcb5b425c7f73909162c6634ae0ada963f93eb82804300637125f159a94166b2446283d092c9dcfa10ccf79a0deabca16a1b27c0d3a37a2f

diff --git a/www-servers/puma/puma-5.6.5.ebuild 
b/www-servers/puma/puma-5.6.5.ebuild
deleted file mode 100644
index 431daf1bb9db..
--- a/www-servers/puma/puma-5.6.5.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby27 ruby30 ruby31"
-
-RUBY_FAKEGEM_GEMSPEC="puma.gemspec"
-
-RUBY_FAKEGEM_EXTENSIONS=(ext/puma_http11/extconf.rb)
-RUBY_FAKEGEM_EXTENSION_LIBDIR=lib/puma
-
-inherit ruby-fakegem
-
-DESCRIPTION="a simple, fast, threaded, and highly concurrent HTTP 1.1 server 
for Ruby/Rack"
-HOMEPAGE="https://puma.io/;
-SRC_URI="https://github.com/puma/puma/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="3"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
-IUSE=""
-
-DEPEND+=" dev-libs/openssl:0 test? ( net-misc/curl )"
-RDEPEND+=" dev-libs/openssl:0="
-
-ruby_add_bdepend "virtual/ruby-ssl
-   test? ( dev-ruby/localhost dev-ruby/rack >=dev-ruby/minitest-5.9:5 
>=dev-ruby/test-unit-3.0:2 )"
-
-ruby_add_rdepend "dev-ruby/nio4r:2"
-
-all_ruby_prepare() {
-   sed -e '/bundler/ s:^:#:' \
-   -e '/prove/ s:^:#:' \
-   -e '/stub_const/ s:^:#:' \
-   -i test/helper.rb || die
-
-   # Avoid tests failing inconsistently
-   sed -i -e '/test_bad_client/askip "inconsistent results"' 
test/test_web_server.rb || die
-
-   # Avoid launcher tests since they make assumptions about bundler use
-   rm -f test/test_launcher.rb test/test_worker_gem_independence.rb || die
-
-   # Skip integration tests since they make a lot of assumptions about
-   # the environment
-   rm -f test/test_integration_* test/test_preserve_bundler_env.rb|| die
-
-   # Avoid test that uses unpackaged stub_const
-   sed -i -e '/test_shutdown_with_grace/,/^  end/ s:^:#:' 
test/test_thread_pool.rb || die
-
-   sed -e 's/git ls-files --/find/' \
-   -e 's:_relative ": "./:' \
-   -i ${RUBY_FAKEGEM_GEMSPEC} || die
-}
-
-each_ruby_test() {
-   einfo "Running test suite"
-   ${RUBY} -Ilib:.:test -e "gem 'minitest', '~>5.9'; gem 'test-unit', 
'~>3.0'; require 'minitest/autorun'; Dir['test/**/*test_*.rb'].each{|f| require 
f}" || die
-}

diff --git a/www-servers/puma/puma-6.1.1-r1.ebuild 
b/www-servers/puma/puma-6.1.1-r1.ebuild
deleted file mode 100644
index 1b9a2aefa15f..
--- 

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

2023-09-21 Thread Yixun Lan
commit: df41bc57d1e5dc4f2db30b300a1901327c36bff6
Author: Yixun Lan  gentoo  org>
AuthorDate: Fri Sep 22 05:48:08 2023 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Sep 22 05:48:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df41bc57

dev-libs/libgpiod: add 2.0.2

todo: profiling, examples, rust-binding

Signed-off-by: Yixun Lan  gentoo.org>

 dev-libs/libgpiod/Manifest  |  1 +
 dev-libs/libgpiod/libgpiod-2.0.2.ebuild | 56 +
 2 files changed, 57 insertions(+)

diff --git a/dev-libs/libgpiod/Manifest b/dev-libs/libgpiod/Manifest
index 744ed391b1e3..87f31efdb3c4 100644
--- a/dev-libs/libgpiod/Manifest
+++ b/dev-libs/libgpiod/Manifest
@@ -1,2 +1,3 @@
 DIST libgpiod-1.6.3.tar.xz 326068 BLAKE2B 
eda5409f2db3914ede92690589643211eca3002f8dc53a7c48213602f28158084c8eb8061319923f7a51c7d91650ff58b81b059323b5b9133a28b0bb04f6904d
 SHA512 
f7e48662d02904f3f25976d61aa2cf4af0b8a52f65f184f23dfb6916bde9b86634b211f2696d3459a4f902ba5a79621b2fc47d18d487fd7a159018fe8933e370
 DIST libgpiod-1.6.4.tar.xz 334552 BLAKE2B 
3bf52dab263638967e0f59c858e22f3d8ec1c9565ba1edd665dff580a883fbc6aa49a944e6df4da8fca9c2df873e222ed4e055c9792ee27d4562b3c2d0c65b79
 SHA512 
23ea27147039ae34505263dbfbb3ca9985fc671d26e489ccaf150543d4e853f709393f46a8a5a1e682fa91378163bd2db6c689159ef73c3a8d1eeea422eacda0
+DIST libgpiod-2.0.2.tar.xz 408672 BLAKE2B 
aa63edc12ad4a473dcf753160d4c6d8b1ebe7b99afe6fa60b968975e10f943d57bd75ff039732d3c26be6ff5e044ce8e0638ea3e21625e4d298b6005bf442a3a
 SHA512 
3e92fe8b52da20abc89dd857a10f0e7fef77663a7a6cbcd7471f49843d54e9a053fa150a3f5b200f220a1a40c2ded010c271deba796fbc0775010d980a7083f1

diff --git a/dev-libs/libgpiod/libgpiod-2.0.2.ebuild 
b/dev-libs/libgpiod/libgpiod-2.0.2.ebuild
new file mode 100644
index ..94df11b5ec4b
--- /dev/null
+++ b/dev-libs/libgpiod/libgpiod-2.0.2.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit linux-info
+
+DESCRIPTION="C library and tools for interacting with the linux GPIO character 
device"
+HOMEPAGE="https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/;
+SRC_URI="https://mirrors.edge.kernel.org/pub/software/libs/libgpiod/${P}.tar.xz;
+
+LICENSE="LGPL-2.1"
+# Reflects the ABI of libgpiod.so
+SLOT="0/3"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+IUSE="+tools cxx python test"
+RESTRICT="!test? ( test )"
+
+#  --enable-tests  enable libgpiod tests [default=no]
+#  --enable-bindings-cxx   enable C++ bindings [default=no]
+#  --enable-bindings-python
+#  --enable-bindings-rust
+DEPEND="
+   test? (
+   >=dev-libs/glib-2.50
+   >=sys-apps/kmod-18
+   >=sys-apps/util-linux-2.33.1
+   >=virtual/libudev-215
+   )
+"
+
+pkg_setup() {
+   CONFIG_CHECK="~GPIO_CDEV_V1"
+   linux-info_pkg_setup
+}
+
+src_configure() {
+   local myconf=(
+   $(use_enable tools)
+   $(use_enable cxx bindings-cxx)
+   $(use_enable test tests)
+   $(use_enable python bindings-python)
+   --enable-examples
+   --disable-profiling
+   --disable-bindings-rust
+   )
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+
+   find "${D}" -name '*.la' -type f -delete || die
+   find "${D}" -name "*.a" -delete || die
+}



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

2023-09-21 Thread Yixun Lan
commit: 29c9e221ed6588fb338f20c66bc0192d7bf6069c
Author: Yixun Lan  gentoo  org>
AuthorDate: Fri Sep 22 05:37:47 2023 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Sep 22 05:37:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29c9e221

dev-libs/libgpiod: add 1.6.4

Signed-off-by: Yixun Lan  gentoo.org>

 dev-libs/libgpiod/Manifest  |  1 +
 dev-libs/libgpiod/libgpiod-1.6.4.ebuild | 52 +
 2 files changed, 53 insertions(+)

diff --git a/dev-libs/libgpiod/Manifest b/dev-libs/libgpiod/Manifest
index 8afe11354ed5..744ed391b1e3 100644
--- a/dev-libs/libgpiod/Manifest
+++ b/dev-libs/libgpiod/Manifest
@@ -1 +1,2 @@
 DIST libgpiod-1.6.3.tar.xz 326068 BLAKE2B 
eda5409f2db3914ede92690589643211eca3002f8dc53a7c48213602f28158084c8eb8061319923f7a51c7d91650ff58b81b059323b5b9133a28b0bb04f6904d
 SHA512 
f7e48662d02904f3f25976d61aa2cf4af0b8a52f65f184f23dfb6916bde9b86634b211f2696d3459a4f902ba5a79621b2fc47d18d487fd7a159018fe8933e370
+DIST libgpiod-1.6.4.tar.xz 334552 BLAKE2B 
3bf52dab263638967e0f59c858e22f3d8ec1c9565ba1edd665dff580a883fbc6aa49a944e6df4da8fca9c2df873e222ed4e055c9792ee27d4562b3c2d0c65b79
 SHA512 
23ea27147039ae34505263dbfbb3ca9985fc671d26e489ccaf150543d4e853f709393f46a8a5a1e682fa91378163bd2db6c689159ef73c3a8d1eeea422eacda0

diff --git a/dev-libs/libgpiod/libgpiod-1.6.4.ebuild 
b/dev-libs/libgpiod/libgpiod-1.6.4.ebuild
new file mode 100644
index ..89067dc6f4b6
--- /dev/null
+++ b/dev-libs/libgpiod/libgpiod-1.6.4.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit linux-info
+
+DESCRIPTION="C library and tools for interacting with the linux GPIO character 
device"
+HOMEPAGE="https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/;
+SRC_URI="https://mirrors.edge.kernel.org/pub/software/libs/libgpiod/${P}.tar.xz;
+
+LICENSE="LGPL-2.1"
+# Reflects the ABI of libgpiod.so
+SLOT="0/2"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+IUSE="+tools cxx python test"
+RESTRICT="!test? ( test )"
+
+#  --enable-tests  enable libgpiod tests [default=no]
+#  --enable-bindings-cxx   enable C++ bindings [default=no]
+#  --enable-bindings-python
+DEPEND="
+   test? (
+   >=dev-libs/glib-2.50
+   >=sys-apps/kmod-18
+   >=sys-apps/util-linux-2.33.1
+   >=virtual/libudev-215
+   )
+"
+
+pkg_setup() {
+   CONFIG_CHECK="~GPIO_CDEV_V1"
+   linux-info_pkg_setup
+}
+
+src_configure() {
+   local myconf=(
+   $(use_enable tools)
+   $(use_enable cxx bindings-cxx)
+   $(use_enable test tests)
+   $(use_enable python bindings-python)
+   )
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+
+   find "${D}" -name '*.la' -type f -delete || die
+   find "${D}" -name "*.a" -delete || die
+}



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

2023-09-21 Thread Yixun Lan
commit: 5bb07ab10358d7e5d44fedbb5b3fd17293dd1b6d
Author: Yixun Lan  gentoo  org>
AuthorDate: Fri Sep 22 05:50:04 2023 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Sep 22 05:50:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bb07ab1

dev-libs/libgpiod: add myself as a maintainer

Signed-off-by: Yixun Lan  gentoo.org>

 dev-libs/libgpiod/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-libs/libgpiod/metadata.xml b/dev-libs/libgpiod/metadata.xml
index 259f300149e2..08ed90c17a3a 100644
--- a/dev-libs/libgpiod/metadata.xml
+++ b/dev-libs/libgpiod/metadata.xml
@@ -1,7 +1,10 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   d...@gentoo.org
+   Yixun Lan
+   

Build some useful gpio tools that use 
libgpiod.




[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwebengine/

2023-09-21 Thread Ionen Wolkens
commit: 97a0c80e59f2a6770d73518d44d0a481e845e822
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Fri Sep 22 04:13:06 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Sep 22 04:44:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97a0c80e

dev-qt/qtwebengine: replace -g3+ for -g unless custom-cflags (qt6)

On second thought let's do this, but keep a warning that mentions
USE=custom-cflags given users may not be used to -g* getting
replaced and then lacking the symbols they were expecting.

Not going to keep disk space / memory usage updated for -g as
estimates would likely be all over the place and consider that
the warning is sufficient there.

Not using a full replace-flags '-g*' -g to allow e.g. a package.env
that adds -g0/-g1 at the end to still work while disregaring the
warning without implementing extra logic.

Note that have not retried -g to be sure it is fine, albeit pretty
sure it was fine last time tried. Worst case could replace by -g1,
or drop flags-respecting-patches and request debugging symbols to
gn instead (selectively forces -g1 even if asked for more).

Closes: https://bugs.gentoo.org/914475
Signed-off-by: Ionen Wolkens  gentoo.org>

 dev-qt/qtwebengine/qtwebengine-6.5.2-r1.ebuild | 10 --
 dev-qt/qtwebengine/qtwebengine-6.5..ebuild | 10 --
 dev-qt/qtwebengine/qtwebengine-6.6..ebuild | 10 --
 dev-qt/qtwebengine/qtwebengine-6..ebuild   | 10 --
 4 files changed, 32 insertions(+), 8 deletions(-)

diff --git a/dev-qt/qtwebengine/qtwebengine-6.5.2-r1.ebuild 
b/dev-qt/qtwebengine/qtwebengine-6.5.2-r1.ebuild
index 90835addd93b..fd862d5b141f 100644
--- a/dev-qt/qtwebengine/qtwebengine-6.5.2-r1.ebuild
+++ b/dev-qt/qtwebengine/qtwebengine-6.5.2-r1.ebuild
@@ -119,7 +119,6 @@ qtwebengine_check-reqs() {
ewarn "when using more expensive debug symbols (e.g. -ggdb3 
rather than -g)."
ewarn
ewarn "If run into issues, please try disabling before 
reporting a bug."
-   ewarn
fi
 
local CHECKREQS_DISK_BUILD=7G
@@ -214,7 +213,14 @@ src_configure() {
rtc_link_pipewire=true
)
 
-   use custom-cflags || strip-flags # fragile
+   if use !custom-cflags; then
+   strip-flags # fragile
+
+   if is-flagq '-g?(gdb)?([3-9])'; then #914475
+   replace-flags '-g?(gdb)?([3-9])' -g
+   ewarn "-g3+/-ggdb* *FLAGS replaced by -g, enable 
USE=custom-cflags to keep."
+   fi
+   fi
 
export NINJA NINJAFLAGS=$(get_NINJAOPTS)
[[ ${NINJA_VERBOSE^^} == OFF ]] || NINJAFLAGS+=" -v"

diff --git a/dev-qt/qtwebengine/qtwebengine-6.5..ebuild 
b/dev-qt/qtwebengine/qtwebengine-6.5..ebuild
index e844d475fc12..8435e3c7491d 100644
--- a/dev-qt/qtwebengine/qtwebengine-6.5..ebuild
+++ b/dev-qt/qtwebengine/qtwebengine-6.5..ebuild
@@ -120,7 +120,6 @@ qtwebengine_check-reqs() {
ewarn "when using more expensive debug symbols (e.g. -ggdb3 
rather than -g)."
ewarn
ewarn "If run into issues, please try disabling before 
reporting a bug."
-   ewarn
fi
 
local CHECKREQS_DISK_BUILD=7G
@@ -215,7 +214,14 @@ src_configure() {
rtc_link_pipewire=true
)
 
-   use custom-cflags || strip-flags # fragile
+   if use !custom-cflags; then
+   strip-flags # fragile
+
+   if is-flagq '-g?(gdb)?([3-9])'; then #914475
+   replace-flags '-g?(gdb)?([3-9])' -g
+   ewarn "-g3+/-ggdb* *FLAGS replaced by -g, enable 
USE=custom-cflags to keep."
+   fi
+   fi
 
export NINJA NINJAFLAGS=$(get_NINJAOPTS)
[[ ${NINJA_VERBOSE^^} == OFF ]] || NINJAFLAGS+=" -v"

diff --git a/dev-qt/qtwebengine/qtwebengine-6.6..ebuild 
b/dev-qt/qtwebengine/qtwebengine-6.6..ebuild
index d21b26363aa2..7a3630279acb 100644
--- a/dev-qt/qtwebengine/qtwebengine-6.6..ebuild
+++ b/dev-qt/qtwebengine/qtwebengine-6.6..ebuild
@@ -126,7 +126,6 @@ qtwebengine_check-reqs() {
ewarn "when using more expensive debug symbols (e.g. -ggdb3 
rather than -g)."
ewarn
ewarn "If run into issues, please try disabling before 
reporting a bug."
-   ewarn
fi
 
local CHECKREQS_DISK_BUILD=7G
@@ -225,7 +224,14 @@ src_configure() {
rtc_link_pipewire=true
)
 
-   use custom-cflags || strip-flags # fragile
+   if use !custom-cflags; then
+   strip-flags # fragile
+
+   if is-flagq '-g?(gdb)?([3-9])'; then #914475
+   replace-flags '-g?(gdb)?([3-9])' -g
+   ewarn "-g3+/-ggdb* *FLAGS replaced by -g, enable 
USE=custom-cflags to keep."
+   fi
+   fi
 
export NINJA NINJAFLAGS=$(get_NINJAOPTS)
[[ 

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

2023-09-21 Thread Matt Turner
commit: db5eae5dee08433e11be5c0ba047a335620b17c5
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 22 04:12:40 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 22 04:12:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db5eae5d

app-misc/mosquitto: Version bump to 2.0.18

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

 app-misc/mosquitto/Manifest|   1 +
 app-misc/mosquitto/mosquitto-2.0.18.ebuild | 127 +
 2 files changed, 128 insertions(+)

diff --git a/app-misc/mosquitto/Manifest b/app-misc/mosquitto/Manifest
index 0d79110b0008..d688c1a81622 100644
--- a/app-misc/mosquitto/Manifest
+++ b/app-misc/mosquitto/Manifest
@@ -1,2 +1,3 @@
 DIST mosquitto-2.0.15.tar.gz 792632 BLAKE2B 
a6e986998473c16efd4c5fc5fd743782e085b3e7e30bcdcb867f0ae87f85e608f5d50d0dcc5bbbcc2f25eb6a618ab2f287fdcba47660fa593fe1636d08eb183e
 SHA512 
8a0c58222ea0b9304e7f096f6d13965478072baf1d1c9bc931b32a33f5ea8196c2dd54bde8d83fec7ed9cd413cb5fb115ce0a6701ca20664df52fdd7ca63ddaf
 DIST mosquitto-2.0.17.tar.gz 795960 BLAKE2B 
50a351ee6d5b29adc2f234fad9a8a084d35be5d219e8d20283a256075dc69c03ec39543924600dc424408951e2af5a6ae4afada20bf82a4f54dbbed101daee9b
 SHA512 
0882380461bf110abe10c5487334b0ae5ce8d890a2ad8f9b419278a0f04fc821918f50408c50c843bf09741eb62d5b9a1ab10df262d46cd70aafc3e063344a9a
+DIST mosquitto-2.0.18.tar.gz 796351 BLAKE2B 
6e1d8078ee2813870d79489f312857a12614dc8f1fa3c72269ab29555897ec61d7ba54fcb5e5383f8e852cdb6fffa1d7cb2003ce15da12b986989a6187a186a0
 SHA512 
63f7e2811964bab5856848e6918627c47afc6534ff60aad5ece3d2fa330b407c9df14027610826e343ee68ff7d8d5d93f2459713061251ded478c42766946767

diff --git a/app-misc/mosquitto/mosquitto-2.0.18.ebuild 
b/app-misc/mosquitto/mosquitto-2.0.18.ebuild
new file mode 100644
index ..fdefe0ec14b1
--- /dev/null
+++ b/app-misc/mosquitto/mosquitto-2.0.18.ebuild
@@ -0,0 +1,127 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit python-any-r1 systemd toolchain-funcs
+
+DESCRIPTION="An Open Source MQTT v3 Broker"
+HOMEPAGE="https://mosquitto.org/ https://github.com/eclipse/mosquitto;
+SRC_URI="https://mosquitto.org/files/source/${P}.tar.gz;
+
+LICENSE="EPL-1.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="bridge examples +persistence +srv ssl systemd tcpd test websockets"
+RESTRICT="!test? ( test )"
+
+REQUIRED_USE="test? ( bridge )"
+
+RDEPEND="
+   acct-user/mosquitto
+   acct-group/mosquitto
+   dev-libs/cJSON:=
+   srv? ( net-dns/c-ares:= )
+   ssl? (
+   dev-libs/openssl:0=
+   )
+   systemd? ( sys-apps/systemd )
+   tcpd? ( sys-apps/tcp-wrappers )
+   websockets? ( net-libs/libwebsockets[lejp] )
+"
+DEPEND="
+   ${RDEPEND}
+   test? ( dev-util/cunit )
+"
+BDEPEND="
+   test? ( ${PYTHON_DEPS} )
+"
+
+pkg_setup() {
+   use test && python_setup
+}
+
+_emake() {
+   local LIBDIR=$(get_libdir)
+   emake \
+   CC="$(tc-getCC)" \
+   CXX="$(tc-getCXX)" \
+   CLIENT_LDFLAGS="${LDFLAGS}" \
+   LIB_SUFFIX="${LIBDIR:3}" \
+   WITH_BRIDGE="$(usex bridge)" \
+   WITH_PERSISTENCE="$(usex persistence)" \
+   WITH_SRV="$(usex srv)" \
+   WITH_SYSTEMD="$(usex systemd)" \
+   WITH_TLS="$(usex ssl)" \
+   WITH_WEBSOCKETS="$(usex websockets)" \
+   WITH_WRAP="$(usex tcpd)" \
+   "$@"
+}
+
+src_prepare() {
+   default
+   if use persistence; then
+   sed -i -e "/^#autosave_interval/s|^#||" \
+   -e "s|^#persistence false$|persistence true|" \
+   -e "/^#persistence_file/s|^#||" \
+   -e "s|#persistence_location|persistence_location 
/var/lib/mosquitto/|" \
+   mosquitto.conf || die
+   fi
+
+   # Remove failing tests
+   sed -i \
+   -e '/06-bridge-reconnect-local-out.py/d' \
+   test/broker/Makefile || die
+   sed -i \
+   -e '/02-subscribe-qos1-async2.test/d' \
+   test/lib/Makefile || die
+
+   # Extend test timeout to prevent spurious failures
+   sed -i -e 's/SUB_TIMEOUT=1/SUB_TIMEOUT=3/' \
+   test/client/test.sh || die
+
+   use test && python_fix_shebang test
+}
+
+src_compile() {
+   _emake
+}
+
+src_test() {
+   _emake test
+}
+
+src_install() {
+   _emake DESTDIR="${D}" prefix=/usr install
+   keepdir /var/lib/mosquitto
+   fowners mosquitto:mosquitto /var/lib/mosquitto
+   dodoc README.md CONTRIBUTING.md ChangeLog.txt
+   doinitd "${FILESDIR}"/mosquitto
+   insinto /etc/mosquitto
+   doins mosquitto.conf
+   insinto /usr/share/mosquitto
+   doins misc/letsencrypt/mosquitto-copy.sh
+   systemd_newunit "${FILESDIR}/mosquitto.notify.service" 

[gentoo-commits] repo/gentoo:master commit in: gui-libs/libadwaita/

2023-09-21 Thread Matt Turner
commit: d7c5dd62f1a975d155b4d54a171a602aa96d0638
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 22 03:52:04 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 22 03:52:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7c5dd62

gui-libs/libadwaita: Drop ia64 keywords

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

 gui-libs/libadwaita/libadwaita-1.3.4.ebuild | 2 +-
 gui-libs/libadwaita/libadwaita-1.3.5.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gui-libs/libadwaita/libadwaita-1.3.4.ebuild 
b/gui-libs/libadwaita/libadwaita-1.3.4.ebuild
index c6b2b80d29c0..7d39025ceac1 100644
--- a/gui-libs/libadwaita/libadwaita-1.3.4.ebuild
+++ b/gui-libs/libadwaita/libadwaita-1.3.4.ebuild
@@ -14,7 +14,7 @@ SLOT="1"
 IUSE="+introspection test +vala"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ppc ppc64 ~riscv x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~loong ppc ppc64 ~riscv x86"
 
 RDEPEND="
>=dev-libs/glib-2.72:2

diff --git a/gui-libs/libadwaita/libadwaita-1.3.5.ebuild 
b/gui-libs/libadwaita/libadwaita-1.3.5.ebuild
index 3f9e89f14076..143546c96150 100644
--- a/gui-libs/libadwaita/libadwaita-1.3.5.ebuild
+++ b/gui-libs/libadwaita/libadwaita-1.3.5.ebuild
@@ -14,7 +14,7 @@ SLOT="1"
 IUSE="+introspection test +vala"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
 
 RDEPEND="
>=dev-libs/glib-2.72:2



[gentoo-commits] repo/gentoo:master commit in: gui-libs/libadwaita/

2023-09-21 Thread Matt Turner
commit: 84d11b212c5db6efa93aa7d41ad2e5f0a12fb82b
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 22 03:51:48 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 22 03:51:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84d11b21

gui-libs/libadwaita: Drop sparc keywords

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

 gui-libs/libadwaita/libadwaita-1.3.4.ebuild | 2 +-
 gui-libs/libadwaita/libadwaita-1.3.5.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gui-libs/libadwaita/libadwaita-1.3.4.ebuild 
b/gui-libs/libadwaita/libadwaita-1.3.4.ebuild
index c8108130a066..c6b2b80d29c0 100644
--- a/gui-libs/libadwaita/libadwaita-1.3.4.ebuild
+++ b/gui-libs/libadwaita/libadwaita-1.3.4.ebuild
@@ -14,7 +14,7 @@ SLOT="1"
 IUSE="+introspection test +vala"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ppc ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ppc ppc64 ~riscv x86"
 
 RDEPEND="
>=dev-libs/glib-2.72:2

diff --git a/gui-libs/libadwaita/libadwaita-1.3.5.ebuild 
b/gui-libs/libadwaita/libadwaita-1.3.5.ebuild
index 19b942b88b42..3f9e89f14076 100644
--- a/gui-libs/libadwaita/libadwaita-1.3.5.ebuild
+++ b/gui-libs/libadwaita/libadwaita-1.3.5.ebuild
@@ -14,7 +14,7 @@ SLOT="1"
 IUSE="+introspection test +vala"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~x86"
 
 RDEPEND="
>=dev-libs/glib-2.72:2



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

2023-09-21 Thread Matt Turner
commit: 26d2e00dae9ff20e192a2fa3c9dacead3a8766d4
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 22 03:51:27 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 22 03:51:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26d2e00d

gnome-extra/zenity: Drop sparc keywords

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

 gnome-extra/zenity/zenity-3.44.2.ebuild | 2 +-
 gnome-extra/zenity/zenity-3.99.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-extra/zenity/zenity-3.44.2.ebuild 
b/gnome-extra/zenity/zenity-3.44.2.ebuild
index 75866aca7426..945d3398658d 100644
--- a/gnome-extra/zenity/zenity-3.44.2.ebuild
+++ b/gnome-extra/zenity/zenity-3.44.2.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Zenity;
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv x86 
~amd64-linux ~x86-linux"
 IUSE="libnotify webkit"
 
 # TODO: X11 dependency is automagically enabled

diff --git a/gnome-extra/zenity/zenity-3.99.1.ebuild 
b/gnome-extra/zenity/zenity-3.99.1.ebuild
index 4b872f4ad496..bb298fcf55ac 100644
--- a/gnome-extra/zenity/zenity-3.99.1.ebuild
+++ b/gnome-extra/zenity/zenity-3.99.1.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Zenity;
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~x86 
~amd64-linux ~x86-linux"
 IUSE="webkit"
 
 # TODO: X11 dependency is automagically enabled



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

2023-09-21 Thread Matt Turner
commit: aa98431807de046d37c76467b718c7adc15aa72b
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 22 03:51:35 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 22 03:51:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa984318

gnome-extra/zenity: Drop ia64 keywords

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

 gnome-extra/zenity/zenity-3.44.2.ebuild | 2 +-
 gnome-extra/zenity/zenity-3.99.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-extra/zenity/zenity-3.44.2.ebuild 
b/gnome-extra/zenity/zenity-3.44.2.ebuild
index 945d3398658d..6bcde75e7536 100644
--- a/gnome-extra/zenity/zenity-3.44.2.ebuild
+++ b/gnome-extra/zenity/zenity-3.44.2.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Zenity;
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86 ~amd64-linux 
~x86-linux"
 IUSE="libnotify webkit"
 
 # TODO: X11 dependency is automagically enabled

diff --git a/gnome-extra/zenity/zenity-3.99.1.ebuild 
b/gnome-extra/zenity/zenity-3.99.1.ebuild
index bb298fcf55ac..e388cb9accd0 100644
--- a/gnome-extra/zenity/zenity-3.99.1.ebuild
+++ b/gnome-extra/zenity/zenity-3.99.1.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Zenity;
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86 
~amd64-linux ~x86-linux"
 IUSE="webkit"
 
 # TODO: X11 dependency is automagically enabled



[gentoo-commits] repo/proj/guru:dev commit in: media-sound/dzr/

2023-09-21 Thread Jonas Frei
commit: eb6dbf358b367f009c085a8b754480de6d9aff78
Author: Jonas Frei  pm  me>
AuthorDate: Fri Sep 22 03:30:42 2023 +
Commit: Jonas Frei  pm  me>
CommitDate: Fri Sep 22 03:31:13 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=eb6dbf35

media-sound/dzr: add 230919

Signed-off-by: Jonas Frei  pm.me>

 media-sound/dzr/Manifest  |  1 +
 media-sound/dzr/dzr-230919.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/media-sound/dzr/Manifest b/media-sound/dzr/Manifest
index 5d21745b5e..036cafafc4 100644
--- a/media-sound/dzr/Manifest
+++ b/media-sound/dzr/Manifest
@@ -1 +1,2 @@
 DIST dzr-230912.tar.gz 16813 BLAKE2B 
245c04e47625bf6eb2d12c72c89f4af26d8e629081f08b7757b59700b04130a7fe17b80d0e4bcb7c16725ff4c475c5665b7f764f49ebfea604e7b04f8d330205
 SHA512 
a626d63f38caabb3b8acecdc161b4538c637090fda6facb9464ca1930788700b351119ff26b769a948ab02e7e7263a9bbfa359d40d113749ed7e322f23211189
+DIST dzr-230919.tar.gz 16842 BLAKE2B 
f94c792d6fae8c97ca53388ee555f1648e9b0bd1aa71759068446a11c8a6714131174813bfdf773e98ca6455fbee392610eef74293bb2429a1faa6e888a9c7bc
 SHA512 
5aa6a3eb0d77d20d6d531cd677b980761a9d19e92fa8054079a562a96e0e97d9b8bbff76090de4d3799764a213b83b501aad20da81d372c26b85e0412707e945

diff --git a/media-sound/dzr/dzr-230919.ebuild 
b/media-sound/dzr/dzr-230919.ebuild
new file mode 100644
index 00..94371499e8
--- /dev/null
+++ b/media-sound/dzr/dzr-230919.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="DZR: the command line deezer.com player"
+HOMEPAGE="https://github.com/yne/dzr;
+SRC_URI="https://github.com/yne/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Unlicense"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+   app-misc/jq[oniguruma]
+   dev-libs/openssl
+   dev-util/dialog
+   media-video/mpv
+   net-misc/curl
+"
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+src_install() {
+   exeinto /usr/bin
+   doexe dzr
+   doexe dzr-dec
+   doexe dzr-id3
+   doexe dzr-srt
+   doexe dzr-url
+   default
+}
+
+pkg_postinst() {
+   einfo "WARNING: For legal reasons this project"
+   einfo "does not contain the track decryption key."
+   einfo "Please read the following guide first:"
+   einfo "https://github.com/yne/dzr/wiki#find-the-dzr_cbc-key;
+}



[gentoo-commits] repo/proj/guru:dev commit in: media-sound/dzr/

2023-09-21 Thread Jonas Frei
commit: 84fa1185c9817dc0d9aed2a726df80a420b86ccb
Author: Jonas Frei  pm  me>
AuthorDate: Fri Sep 22 03:31:02 2023 +
Commit: Jonas Frei  pm  me>
CommitDate: Fri Sep 22 03:31:13 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=84fa1185

media-sound/dzr: drop 230912

Signed-off-by: Jonas Frei  pm.me>

 media-sound/dzr/Manifest  |  1 -
 media-sound/dzr/dzr-230912.ebuild | 39 ---
 2 files changed, 40 deletions(-)

diff --git a/media-sound/dzr/Manifest b/media-sound/dzr/Manifest
index 036cafafc4..07446d0111 100644
--- a/media-sound/dzr/Manifest
+++ b/media-sound/dzr/Manifest
@@ -1,2 +1 @@
-DIST dzr-230912.tar.gz 16813 BLAKE2B 
245c04e47625bf6eb2d12c72c89f4af26d8e629081f08b7757b59700b04130a7fe17b80d0e4bcb7c16725ff4c475c5665b7f764f49ebfea604e7b04f8d330205
 SHA512 
a626d63f38caabb3b8acecdc161b4538c637090fda6facb9464ca1930788700b351119ff26b769a948ab02e7e7263a9bbfa359d40d113749ed7e322f23211189
 DIST dzr-230919.tar.gz 16842 BLAKE2B 
f94c792d6fae8c97ca53388ee555f1648e9b0bd1aa71759068446a11c8a6714131174813bfdf773e98ca6455fbee392610eef74293bb2429a1faa6e888a9c7bc
 SHA512 
5aa6a3eb0d77d20d6d531cd677b980761a9d19e92fa8054079a562a96e0e97d9b8bbff76090de4d3799764a213b83b501aad20da81d372c26b85e0412707e945

diff --git a/media-sound/dzr/dzr-230912.ebuild 
b/media-sound/dzr/dzr-230912.ebuild
deleted file mode 100644
index 94371499e8..00
--- a/media-sound/dzr/dzr-230912.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="DZR: the command line deezer.com player"
-HOMEPAGE="https://github.com/yne/dzr;
-SRC_URI="https://github.com/yne/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Unlicense"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
-   app-misc/jq[oniguruma]
-   dev-libs/openssl
-   dev-util/dialog
-   media-video/mpv
-   net-misc/curl
-"
-RDEPEND="${DEPEND}"
-BDEPEND=""
-
-src_install() {
-   exeinto /usr/bin
-   doexe dzr
-   doexe dzr-dec
-   doexe dzr-id3
-   doexe dzr-srt
-   doexe dzr-url
-   default
-}
-
-pkg_postinst() {
-   einfo "WARNING: For legal reasons this project"
-   einfo "does not contain the track decryption key."
-   einfo "Please read the following guide first:"
-   einfo "https://github.com/yne/dzr/wiki#find-the-dzr_cbc-key;
-}



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

2023-09-21 Thread Matt Turner
commit: 3398554bfda6bf14865ec3390d3b9184744770b2
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 22 02:51:47 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 22 03:13:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3398554b

media-sound/sound-juicer: Drop sparc keywords

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

 media-sound/sound-juicer/sound-juicer-3.40.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/sound-juicer/sound-juicer-3.40.0.ebuild 
b/media-sound/sound-juicer/sound-juicer-3.40.0.ebuild
index 2403dc1143d4..bc9840221f95 100644
--- a/media-sound/sound-juicer/sound-juicer-3.40.0.ebuild
+++ b/media-sound/sound-juicer/sound-juicer-3.40.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/SoundJuicer;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~loong ppc ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ppc ppc64 ~riscv x86"
 IUSE="flac vorbis"
 RESTRICT="test" # only does appdata validation, which fails with 
network-sandbox
 



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

2023-09-21 Thread Matt Turner
commit: 4d35e5bcd8093499a84f383cd06796b5e9e2ac6d
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 22 02:49:35 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 22 03:13:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d35e5bc

media-gfx/gnome-font-viewer: Drop sparc keywords

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

 media-gfx/gnome-font-viewer/gnome-font-viewer-44.0.ebuild | 2 +-
 media-gfx/gnome-font-viewer/gnome-font-viewer-45.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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

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 dcd03c7fde69..471d0bc238d5 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="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux 
~x86-linux"
 
 DEPEND="
>=dev-libs/glib-2.56.0:2



[gentoo-commits] repo/gentoo:master commit in: x11-terms/gnome-terminal/

2023-09-21 Thread Matt Turner
commit: b7290cef395665d2aba00b438f8c7ddb6bfe8201
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 22 02:51:01 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 22 03:13:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7290cef

x11-terms/gnome-terminal: Drop sparc keywords

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

 x11-terms/gnome-terminal/gnome-terminal-3.44.1.ebuild | 2 +-
 x11-terms/gnome-terminal/gnome-terminal-3.48.2.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-terms/gnome-terminal/gnome-terminal-3.44.1.ebuild 
b/x11-terms/gnome-terminal/gnome-terminal-3.44.1.ebuild
index 2cb69f35c98b..de74066bc3b5 100644
--- a/x11-terms/gnome-terminal/gnome-terminal-3.44.1.ebuild
+++ b/x11-terms/gnome-terminal/gnome-terminal-3.44.1.ebuild
@@ -13,7 +13,7 @@ SLOT="0"
 IUSE="debug +gnome-shell +nautilus vanilla"
 SRC_URI+=" !vanilla? ( 
https://dev.gentoo.org/~mattst88/distfiles/${PN}-3.44.0-cntr-ntfy-autottl-ts.patch.xz
 )"
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~mips ~ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 ~mips ~ppc ~ppc64 ~riscv x86 ~amd64-linux 
~x86-linux"
 
 # FIXME: automagic dependency on gtk+[X], just transitive but needs proper 
control, bug 624960
 RDEPEND="

diff --git a/x11-terms/gnome-terminal/gnome-terminal-3.48.2.ebuild 
b/x11-terms/gnome-terminal/gnome-terminal-3.48.2.ebuild
index 4451b90637e2..acec9596eba4 100644
--- a/x11-terms/gnome-terminal/gnome-terminal-3.48.2.ebuild
+++ b/x11-terms/gnome-terminal/gnome-terminal-3.48.2.ebuild
@@ -16,7 +16,7 @@ IUSE="debug +gnome-shell +nautilus vanilla"
 SRC_URI="https://gitlab.gnome.org/GNOME/${PN}/-/archive/${PV}/${P}.tar.bz2;
 SRC_URI+=" !vanilla? ( 
https://dev.gentoo.org/~mattst88/distfiles/${PN}-3.48.1-cntr-ntfy-autottl-ts.patch.xz
 )"
 
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86"
 
 # FIXME: automagic dependency on gtk+[X], just transitive but needs proper 
control, bug 624960
 RDEPEND="



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

2023-09-21 Thread Matt Turner
commit: f0defb356bdeb4cf6f37e247f9bd33c18d1ab093
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 22 02:45:40 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 22 03:13:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0defb35

media-sound/rhythmbox: Drop ia64 keywords

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

 media-sound/rhythmbox/rhythmbox-3.4.7-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/rhythmbox/rhythmbox-3.4.7-r2.ebuild 
b/media-sound/rhythmbox/rhythmbox-3.4.7-r2.ebuild
index d01a3878e6da..bcefd7af45e3 100644
--- a/media-sound/rhythmbox/rhythmbox-3.4.7-r2.ebuild
+++ b/media-sound/rhythmbox/rhythmbox-3.4.7-r2.ebuild
@@ -22,7 +22,7 @@ REQUIRED_USE="
python? ( ${PYTHON_REQUIRED_USE} )
 "
 
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc64 ~riscv"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv"
 
 DEPEND="
x11-libs/cairo



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

2023-09-21 Thread Matt Turner
commit: 653e8c9e3061ad15aacc95aa98c85437659e9fa1
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 22 02:43:53 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 22 03:13:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=653e8c9e

app-text/evince: Drop ia64 keywords

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

 app-text/evince/evince-44.3.ebuild | 2 +-
 app-text/evince/evince-45.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/evince/evince-44.3.ebuild 
b/app-text/evince/evince-44.3.ebuild
index 241b95a0a751..886a20ac0466 100644
--- a/app-text/evince/evince-44.3.ebuild
+++ b/app-text/evince/evince-44.3.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Evince;
 LICENSE="GPL-2+ CC-BY-SA-3.0"
 # subslot = evd3.(suffix of libevdocument3)-evv3.(suffix of libevview3)
 SLOT="0/evd3.4-evv3.3"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="cups djvu dvi gstreamer gnome keyring gtk-doc +introspection nautilus 
postscript spell tiff xps"
 REQUIRED_USE="gtk-doc? ( introspection )"
 

diff --git a/app-text/evince/evince-45.0.ebuild 
b/app-text/evince/evince-45.0.ebuild
index b5e134851a6a..1b9dabfb433d 100644
--- a/app-text/evince/evince-45.0.ebuild
+++ b/app-text/evince/evince-45.0.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Evince;
 LICENSE="GPL-2+ CC-BY-SA-3.0"
 # subslot = evd3.(suffix of libevdocument3)-evv3.(suffix of libevview3)
 SLOT="0/evd3.4-evv3.3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc 
~x86 ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="cups djvu dvi gstreamer gnome keyring gtk-doc +introspection nautilus 
postscript spell tiff xps"
 REQUIRED_USE="gtk-doc? ( introspection )"
 



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

2023-09-21 Thread Matt Turner
commit: 8c7b9269b31c026a83cbc888777db353b9ab51d9
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Sep 21 15:08:30 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 22 03:13:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c7b9269

profiles: Unmask GNOME 45.0

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

 profiles/package.mask | 49 -
 1 file changed, 49 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 889b203fc3ed..b80469bb55d0 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -409,61 +409,12 @@ acct-group/spi
 
 # Matt Turner  (2023-07-06)
 # GNOME 45 mask
->=app-accessibility/orca-45_alpha
->=app-crypt/libsecret-0.21
 >=app-editors/ghex-45_alpha
->=app-editors/gnome-text-editor-45_alpha
 >=app-misc/gnote-45_alpha
->=app-misc/tracker-3.6_alpha
->=app-misc/tracker-miners-3.6_alpha
->=dev-cpp/glibmm-2.77
->=dev-cpp/gtkmm-4.11
->=dev-libs/gjs-1.77
->=dev-libs/glib-2.77
->=dev-libs/gobject-introspection-1.77
->=dev-libs/gobject-introspection-common-1.77
->=dev-libs/libdex-0.3.0
->=dev-libs/libportal-0.7
->=dev-util/gdbus-codegen-2.77
->=dev-util/glib-utils-2.77
->=games-puzzle/gnome-sudoku-45_alpha
->=gnome-base/gdm-45_beta
->=gnome-base/gnome-control-center-45_alpha
->=gnome-base/gnome-session-45_alpha
->=gnome-base/gnome-settings-daemon-45_alpha
->=gnome-base/gnome-shell-45_alpha
->=gnome-base/gsettings-desktop-schemas-45_alpha
->=gnome-base/librsvg-2.57
->=gnome-base/nautilus-45_alpha
->=gnome-extra/gnome-boxes-45_alpha
->=gnome-extra/gnome-calculator-45_alpha
->=gnome-extra/gnome-calendar-45_alpha
->=gnome-extra/gnome-characters-45_alpha
->=gnome-extra/gnome-clocks-45_alpha
->=gnome-extra/gnome-contacts-45_alpha
 >=gnome-extra/gnome-logs-45_alpha
->=gnome-extra/gnome-shell-extensions-45_alpha
->=gnome-extra/gnome-software-45_alpha
->=gnome-extra/gnome-system-monitor-45_alpha
->=gnome-extra/gnome-weather-45_alpha
->=gnome-extra/sushi-45_alpha
-gnome-extra/tecla
->=gui-apps/gnome-console-45_alpha
->=gui-libs/gtk-4.11
->=gui-libs/libadwaita-1.4_alpha
->=media-gfx/eog-45_alpha
->=media-gfx/gnome-font-viewer-45_alpha
->=media-libs/libshumate-1.1_alpha
->=net-misc/gnome-connections-45_alpha
 >=net-misc/gnome-remote-desktop-45_alpha
->=sci-geosciences/gnome-maps-45_alpha
->=sys-apps/baobab-45_alpha
 >=sys-apps/xdg-desktop-portal-gnome-45_alpha
->=sys-process/gnome-usage-45_alpha
 >=x11-libs/pango-1.51.0
->=x11-themes/adwaita-icon-theme-45_alpha
->=x11-themes/gnome-backgrounds-45_alpha
->=x11-wm/mutter-45_alpha
 
 # Sam James  (2023-07-05)
 # Doesn't install all needed files by e.g. kernelshark.



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

2023-09-21 Thread Matt Turner
commit: ef2c138cd16b62795b766c8fafdbb93b94ab2046
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 22 02:49:36 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 22 03:13:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef2c138c

sys-apps/baobab: Drop sparc keywords

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

 sys-apps/baobab/baobab-44.0.ebuild | 2 +-
 sys-apps/baobab/baobab-45.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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

diff --git a/sys-apps/baobab/baobab-45.0.ebuild 
b/sys-apps/baobab/baobab-45.0.ebuild
index abb6953abaec..e77c2398e5f1 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="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux 
~x86-linux"
 
 RDEPEND="
>=dev-libs/glib-2.44:2



[gentoo-commits] repo/gentoo:master commit in: x11-terms/gnome-terminal/

2023-09-21 Thread Matt Turner
commit: 15bb219a3f96ffb08ce7d7c5524aef9b847d0f52
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 22 02:43:53 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 22 03:13:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15bb219a

x11-terms/gnome-terminal: Drop ia64 keywords

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

 x11-terms/gnome-terminal/gnome-terminal-3.44.1.ebuild | 2 +-
 x11-terms/gnome-terminal/gnome-terminal-3.48.2.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-terms/gnome-terminal/gnome-terminal-3.44.1.ebuild 
b/x11-terms/gnome-terminal/gnome-terminal-3.44.1.ebuild
index 4dce432aa51f..2cb69f35c98b 100644
--- a/x11-terms/gnome-terminal/gnome-terminal-3.44.1.ebuild
+++ b/x11-terms/gnome-terminal/gnome-terminal-3.44.1.ebuild
@@ -13,7 +13,7 @@ SLOT="0"
 IUSE="debug +gnome-shell +nautilus vanilla"
 SRC_URI+=" !vanilla? ( 
https://dev.gentoo.org/~mattst88/distfiles/${PN}-3.44.0-cntr-ntfy-autottl-ts.patch.xz
 )"
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 ~mips ~ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
 
 # FIXME: automagic dependency on gtk+[X], just transitive but needs proper 
control, bug 624960
 RDEPEND="

diff --git a/x11-terms/gnome-terminal/gnome-terminal-3.48.2.ebuild 
b/x11-terms/gnome-terminal/gnome-terminal-3.48.2.ebuild
index 701fca042736..4451b90637e2 100644
--- a/x11-terms/gnome-terminal/gnome-terminal-3.48.2.ebuild
+++ b/x11-terms/gnome-terminal/gnome-terminal-3.48.2.ebuild
@@ -16,7 +16,7 @@ IUSE="debug +gnome-shell +nautilus vanilla"
 SRC_URI="https://gitlab.gnome.org/GNOME/${PN}/-/archive/${PV}/${P}.tar.bz2;
 SRC_URI+=" !vanilla? ( 
https://dev.gentoo.org/~mattst88/distfiles/${PN}-3.48.1-cntr-ntfy-autottl-ts.patch.xz
 )"
 
-KEYWORDS="amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
 
 # FIXME: automagic dependency on gtk+[X], just transitive but needs proper 
control, bug 624960
 RDEPEND="



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

2023-09-21 Thread Matt Turner
commit: 117659744265cb93d5ae3bcc8b3fa6b2df036002
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 22 02:40:52 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 22 03:13:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11765974

sys-apps/baobab: Drop ia64 keywords

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

 sys-apps/baobab/baobab-44.0.ebuild | 2 +-
 sys-apps/baobab/baobab-45.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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

diff --git a/sys-apps/baobab/baobab-45.0.ebuild 
b/sys-apps/baobab/baobab-45.0.ebuild
index 6109b25190a1..abb6953abaec 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="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-libs/glib-2.44:2



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

2023-09-21 Thread Matt Turner
commit: 98860b5c14c15328be84a20763fa7b7a87ee436b
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 22 02:51:01 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 22 03:13:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98860b5c

media-sound/easytag: Drop sparc keywords

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

 media-sound/easytag/easytag-2.4.3-r4.ebuild | 2 +-
 media-sound/easytag/easytag-2.4.3-r5.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/easytag/easytag-2.4.3-r4.ebuild 
b/media-sound/easytag/easytag-2.4.3-r4.ebuild
index 3a8a4ff7a01c..84ddb2afce30 100644
--- a/media-sound/easytag/easytag-2.4.3-r4.ebuild
+++ b/media-sound/easytag/easytag-2.4.3-r4.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/EasyTAG;
 
 LICENSE="GPL-2 GPL-2+ LGPL-2 LGPL-2+ LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ppc ppc64 ~riscv ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 ~arm ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux 
~ppc-macos"
 IUSE="flac mp3 mp4 nautilus opus speex test vorbis wavpack"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="

diff --git a/media-sound/easytag/easytag-2.4.3-r5.ebuild 
b/media-sound/easytag/easytag-2.4.3-r5.ebuild
index a7d78ecd172d..ea98dc678e66 100644
--- a/media-sound/easytag/easytag-2.4.3-r5.ebuild
+++ b/media-sound/easytag/easytag-2.4.3-r5.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/EasyTAG;
 
 LICENSE="GPL-2 GPL-2+ LGPL-2 LGPL-2+ LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ppc ppc64 ~riscv ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 ~arm ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux 
~ppc-macos"
 IUSE="flac mp3 mp4 opus speex test vorbis wavpack"
 # Disable nautilus support until 
https://gitlab.gnome.org/GNOME/easytag/-/issues/78
 # is solved



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

2023-09-21 Thread Matt Turner
commit: 550b6f6afb09b9186c5baf1f520fb0add39394cc
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 22 02:51:01 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 22 03:13:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=550b6f6a

gnome-extra/sushi: Drop sparc keywords

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

 gnome-extra/sushi/sushi-44.2.ebuild | 2 +-
 gnome-extra/sushi/sushi-45.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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

diff --git a/gnome-extra/sushi/sushi-45.0.ebuild 
b/gnome-extra/sushi/sushi-45.0.ebuild
index 8c11aac1b315..b8cffb4c6bfb 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 ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 IUSE="wayland +X"
 REQUIRED_USE="|| ( wayland X )"
 



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

2023-09-21 Thread Matt Turner
commit: 53e6698151230c0ab18ec595ce0395bef4f38661
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 22 02:43:53 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 22 03:13:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53e66981

gnome-extra/nautilus-sendto: Drop ia64 keywords

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

 gnome-extra/nautilus-sendto/nautilus-sendto-3.8.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/nautilus-sendto/nautilus-sendto-3.8.6-r1.ebuild 
b/gnome-extra/nautilus-sendto/nautilus-sendto-3.8.6-r1.ebuild
index 404e7be9f093..3dc8eba132b7 100644
--- a/gnome-extra/nautilus-sendto/nautilus-sendto-3.8.6-r1.ebuild
+++ b/gnome-extra/nautilus-sendto/nautilus-sendto-3.8.6-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/Archive/nautilus-sendto;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
 IUSE="debug"
 
 RDEPEND=">=dev-libs/glib-2.25.9:2"



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

2023-09-21 Thread Matt Turner
commit: 37f7c5704b19ac1112a031a8353789f5f3011648
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 22 02:45:40 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 22 03:13:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37f7c570

media-sound/sound-juicer: Drop ia64 keywords

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

 media-sound/sound-juicer/sound-juicer-3.40.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/sound-juicer/sound-juicer-3.40.0.ebuild 
b/media-sound/sound-juicer/sound-juicer-3.40.0.ebuild
index eff0b376fa5c..2403dc1143d4 100644
--- a/media-sound/sound-juicer/sound-juicer-3.40.0.ebuild
+++ b/media-sound/sound-juicer/sound-juicer-3.40.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/SoundJuicer;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ia64 ~loong ppc ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ppc ppc64 ~riscv ~sparc x86"
 IUSE="flac vorbis"
 RESTRICT="test" # only does appdata validation, which fails with 
network-sandbox
 



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

2023-09-21 Thread Matt Turner
commit: 4da0b0433533c9948bd87575f6536aef07d3d24d
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 22 02:49:35 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 22 03:13:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4da0b043

gnome-extra/gnome-contacts: Drop sparc keywords

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

 gnome-extra/gnome-contacts/gnome-contacts-44.0.ebuild | 2 +-
 gnome-extra/gnome-contacts/gnome-contacts-45.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-extra/gnome-contacts/gnome-contacts-44.0.ebuild 
b/gnome-extra/gnome-contacts/gnome-contacts-44.0.ebuild
index f583245686f4..840dc92462a6 100644
--- a/gnome-extra/gnome-contacts/gnome-contacts-44.0.ebuild
+++ b/gnome-extra/gnome-contacts/gnome-contacts-44.0.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Design/Apps/Contacts;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 IUSE="+gnome-online-accounts"
 
 VALA_DEPEND="

diff --git a/gnome-extra/gnome-contacts/gnome-contacts-45.0.ebuild 
b/gnome-extra/gnome-contacts/gnome-contacts-45.0.ebuild
index 43292f433bf7..e26608a1dbf3 100644
--- a/gnome-extra/gnome-contacts/gnome-contacts-45.0.ebuild
+++ b/gnome-extra/gnome-contacts/gnome-contacts-45.0.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Design/Apps/Contacts;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE="+gnome-online-accounts"
 
 VALA_DEPEND="



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

2023-09-21 Thread Matt Turner
commit: a4bb464b7936d46075d3506ae1d8d2bb6467cf57
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 22 02:41:04 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 22 03:13:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4bb464b

media-gfx/gnome-font-viewer: Drop ia64 keywords

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

 media-gfx/gnome-font-viewer/gnome-font-viewer-44.0.ebuild | 2 +-
 media-gfx/gnome-font-viewer/gnome-font-viewer-45.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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

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 a47295aa9d10..dcd03c7fde69 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="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
 
 DEPEND="
>=dev-libs/glib-2.56.0:2



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

2023-09-21 Thread Matt Turner
commit: 68d934f56ceab8d3611971263062f0bd2405986e
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 22 02:49:35 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 22 03:13:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68d934f5

gnome-extra/gnome-calculator: Drop sparc keywords

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

 gnome-extra/gnome-calculator/gnome-calculator-44.0.ebuild   | 2 +-
 gnome-extra/gnome-calculator/gnome-calculator-45.0.2.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-extra/gnome-calculator/gnome-calculator-44.0.ebuild 
b/gnome-extra/gnome-calculator/gnome-calculator-44.0.ebuild
index 7a64687b9c28..9cc5babba214 100644
--- a/gnome-extra/gnome-calculator/gnome-calculator-44.0.ebuild
+++ b/gnome-extra/gnome-calculator/gnome-calculator-44.0.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Calculator;
 LICENSE="GPL-3+"
 SLOT="0"
 IUSE="+introspection test"
-KEYWORDS="~alpha amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha 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]

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 46f45f63d71a..d763dbb8ac59 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="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~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: app-text/evince/

2023-09-21 Thread Matt Turner
commit: b69ddfc365977d35fff338f2ab6ae759312b601d
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 22 02:51:00 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 22 03:13:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b69ddfc3

app-text/evince: Drop sparc keywords

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

 app-text/evince/evince-44.3.ebuild | 2 +-
 app-text/evince/evince-45.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/evince/evince-44.3.ebuild 
b/app-text/evince/evince-44.3.ebuild
index 886a20ac0466..d36b264d31ed 100644
--- a/app-text/evince/evince-44.3.ebuild
+++ b/app-text/evince/evince-44.3.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Evince;
 LICENSE="GPL-2+ CC-BY-SA-3.0"
 # subslot = evd3.(suffix of libevdocument3)-evv3.(suffix of libevview3)
 SLOT="0/evd3.4-evv3.3"
-KEYWORDS="~alpha amd64 ~arm arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~loong ~mips ~ppc ~ppc64 ~riscv x86 
~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="cups djvu dvi gstreamer gnome keyring gtk-doc +introspection nautilus 
postscript spell tiff xps"
 REQUIRED_USE="gtk-doc? ( introspection )"
 

diff --git a/app-text/evince/evince-45.0.ebuild 
b/app-text/evince/evince-45.0.ebuild
index 1b9dabfb433d..3ee84b868030 100644
--- a/app-text/evince/evince-45.0.ebuild
+++ b/app-text/evince/evince-45.0.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Evince;
 LICENSE="GPL-2+ CC-BY-SA-3.0"
 # subslot = evd3.(suffix of libevdocument3)-evv3.(suffix of libevview3)
 SLOT="0/evd3.4-evv3.3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc 
~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~x86 
~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="cups djvu dvi gstreamer gnome keyring gtk-doc +introspection nautilus 
postscript spell tiff xps"
 REQUIRED_USE="gtk-doc? ( introspection )"
 



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

2023-09-21 Thread Matt Turner
commit: d8a5d0db30432855a2133d7654e2b6ee2c07ec87
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 22 02:49:34 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 22 03:13:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8a5d0db

gnome-base/nautilus: Drop sparc keywords

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

 gnome-base/nautilus/nautilus-44.2.1.ebuild | 2 +-
 gnome-base/nautilus/nautilus-45.0.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-base/nautilus/nautilus-44.2.1.ebuild 
b/gnome-base/nautilus/nautilus-44.2.1.ebuild
index 911dbff69613..4ae0fb1ed4cf 100644
--- a/gnome-base/nautilus/nautilus-44.2.1.ebuild
+++ b/gnome-base/nautilus/nautilus-44.2.1.ebuild
@@ -13,7 +13,7 @@ SLOT="0"
 IUSE="gnome +gstreamer gtk-doc +introspection +previewer selinux sendto"
 REQUIRED_USE="gtk-doc? ( introspection )"
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86"
 
 DEPEND="
>=dev-libs/glib-2.72.0:2

diff --git a/gnome-base/nautilus/nautilus-45.0.ebuild 
b/gnome-base/nautilus/nautilus-45.0.ebuild
index a7896b4985d1..ee8c9106a82c 100644
--- a/gnome-base/nautilus/nautilus-45.0.ebuild
+++ b/gnome-base/nautilus/nautilus-45.0.ebuild
@@ -13,7 +13,7 @@ SLOT="0"
 IUSE="+cloudproviders gnome +gstreamer gtk-doc +introspection +previewer 
selinux sendto"
 REQUIRED_USE="gtk-doc? ( introspection )"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
 
 DEPEND="
>=dev-libs/glib-2.77.0:2



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

2023-09-21 Thread Matt Turner
commit: 6b5aff6e8368434cd6013ab4760889b0e0f9fe44
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 22 02:41:17 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 22 03:13:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b5aff6e

gnome-extra/gnome-calculator: Drop ia64 keywords

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

 gnome-extra/gnome-calculator/gnome-calculator-44.0.ebuild   | 2 +-
 gnome-extra/gnome-calculator/gnome-calculator-45.0.2.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-extra/gnome-calculator/gnome-calculator-44.0.ebuild 
b/gnome-extra/gnome-calculator/gnome-calculator-44.0.ebuild
index 4c118b8661bc..7a64687b9c28 100644
--- a/gnome-extra/gnome-calculator/gnome-calculator-44.0.ebuild
+++ b/gnome-extra/gnome-calculator/gnome-calculator-44.0.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Calculator;
 LICENSE="GPL-3+"
 SLOT="0"
 IUSE="+introspection test"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc 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]

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 01f53e2750c9..46f45f63d71a 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="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~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: gnome-extra/nautilus-sendto/

2023-09-21 Thread Matt Turner
commit: 230f009db6ba8d242ee15bdaadeae1f5437e9a37
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 22 02:51:00 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 22 03:13:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=230f009d

gnome-extra/nautilus-sendto: Drop sparc keywords

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

 gnome-extra/nautilus-sendto/nautilus-sendto-3.8.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/nautilus-sendto/nautilus-sendto-3.8.6-r1.ebuild 
b/gnome-extra/nautilus-sendto/nautilus-sendto-3.8.6-r1.ebuild
index 3dc8eba132b7..0fd5daa67c93 100644
--- a/gnome-extra/nautilus-sendto/nautilus-sendto-3.8.6-r1.ebuild
+++ b/gnome-extra/nautilus-sendto/nautilus-sendto-3.8.6-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/Archive/nautilus-sendto;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86"
 IUSE="debug"
 
 RDEPEND=">=dev-libs/glib-2.25.9:2"



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

2023-09-21 Thread Matt Turner
commit: 1b938aa6e43df63aef552481c2e02203de24d863
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 22 02:41:27 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 22 03:13:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b938aa6

gnome-base/nautilus: Drop ia64 keywords

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

 gnome-base/nautilus/nautilus-44.2.1.ebuild | 2 +-
 gnome-base/nautilus/nautilus-45.0.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-base/nautilus/nautilus-44.2.1.ebuild 
b/gnome-base/nautilus/nautilus-44.2.1.ebuild
index 6007a14aa4d2..911dbff69613 100644
--- a/gnome-base/nautilus/nautilus-44.2.1.ebuild
+++ b/gnome-base/nautilus/nautilus-44.2.1.ebuild
@@ -13,7 +13,7 @@ SLOT="0"
 IUSE="gnome +gstreamer gtk-doc +introspection +previewer selinux sendto"
 REQUIRED_USE="gtk-doc? ( introspection )"
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
 
 DEPEND="
>=dev-libs/glib-2.72.0:2

diff --git a/gnome-base/nautilus/nautilus-45.0.ebuild 
b/gnome-base/nautilus/nautilus-45.0.ebuild
index 3ff38c7b033d..a7896b4985d1 100644
--- a/gnome-base/nautilus/nautilus-45.0.ebuild
+++ b/gnome-base/nautilus/nautilus-45.0.ebuild
@@ -13,7 +13,7 @@ SLOT="0"
 IUSE="+cloudproviders gnome +gstreamer gtk-doc +introspection +previewer 
selinux sendto"
 REQUIRED_USE="gtk-doc? ( introspection )"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 DEPEND="
>=dev-libs/glib-2.77.0:2



[gentoo-commits] repo/gentoo:master commit in: app-cdr/brasero/

2023-09-21 Thread Matt Turner
commit: de873e061fdddaaadba0fdee3c56dab1a958bcc9
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 22 02:43:52 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 22 03:13:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de873e06

app-cdr/brasero: Drop ia64 keywords

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

 app-cdr/brasero/brasero-3.12.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-cdr/brasero/brasero-3.12.3.ebuild 
b/app-cdr/brasero/brasero-3.12.3.ebuild
index 155e47c4580e..6e7e2d3ed0a5 100644
--- a/app-cdr/brasero/brasero-3.12.3.ebuild
+++ b/app-cdr/brasero/brasero-3.12.3.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Brasero;
 LICENSE="GPL-2+ CC-BY-SA-3.0"
 SLOT="0/3.1" # subslot is 3.suffix of libbrasero-burn3
 IUSE="+css +introspection +libburn mp3 nautilus playlist tracker"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ppc ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~loong ppc ppc64 ~riscv ~sparc x86"
 
 DEPEND="
>=dev-libs/glib-2.29.14:2



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

2023-09-21 Thread Matt Turner
commit: 43f39698ec7303930e83f63adc78a5e0d3169409
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 22 02:43:52 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 22 03:13:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43f39698

app-arch/file-roller: Drop ia64 keywords

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

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

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



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

2023-09-21 Thread Matt Turner
commit: e040df14029c1ea94c5c19e6cf497bba4378873b
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 22 02:50:59 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 22 03:13:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e040df14

app-arch/file-roller: Drop sparc keywords

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

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

diff --git a/app-arch/file-roller/file-roller-43.0.ebuild 
b/app-arch/file-roller/file-roller-43.0.ebuild
index 640c29aa809d..dd6bb32c3bdc 100644
--- a/app-arch/file-roller/file-roller-43.0.ebuild
+++ b/app-arch/file-roller/file-roller-43.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/FileRoller;
 
 LICENSE="GPL-2+ CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha 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: app-cdr/brasero/

2023-09-21 Thread Matt Turner
commit: 2006af7a99170bcda5378d49633fbfb32e49461a
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 22 02:51:00 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 22 03:13:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2006af7a

app-cdr/brasero: Drop sparc keywords

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

 app-cdr/brasero/brasero-3.12.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-cdr/brasero/brasero-3.12.3.ebuild 
b/app-cdr/brasero/brasero-3.12.3.ebuild
index 6e7e2d3ed0a5..672b5904bbbf 100644
--- a/app-cdr/brasero/brasero-3.12.3.ebuild
+++ b/app-cdr/brasero/brasero-3.12.3.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Brasero;
 LICENSE="GPL-2+ CC-BY-SA-3.0"
 SLOT="0/3.1" # subslot is 3.suffix of libbrasero-burn3
 IUSE="+css +introspection +libburn mp3 nautilus playlist tracker"
-KEYWORDS="~alpha amd64 ~arm arm64 ~loong ppc ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~loong ppc ppc64 ~riscv x86"
 
 DEPEND="
>=dev-libs/glib-2.29.14:2



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

2023-09-21 Thread Michał Górny
commit: 82be3534739291b46a578b6fcf644c779f61f697
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Sep 22 03:11:59 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep 22 03:11:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82be3534

dev-python/pyupgrade: Remove old

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

 dev-python/pyupgrade/Manifest|  4 
 dev-python/pyupgrade/pyupgrade-3.10.1.ebuild | 30 
 dev-python/pyupgrade/pyupgrade-3.11.0.ebuild | 30 
 dev-python/pyupgrade/pyupgrade-3.11.1.ebuild | 30 
 dev-python/pyupgrade/pyupgrade-3.9.0.ebuild  | 30 
 5 files changed, 124 deletions(-)

diff --git a/dev-python/pyupgrade/Manifest b/dev-python/pyupgrade/Manifest
index bb582754bba3..a8f81c668414 100644
--- a/dev-python/pyupgrade/Manifest
+++ b/dev-python/pyupgrade/Manifest
@@ -1,5 +1 @@
-DIST pyupgrade-3.10.1.gh.tar.gz 63457 BLAKE2B 
54c3105b4e84025e8204b29abeaec813e7959f21bfe1d4d5dfef4caae355885a4be0459685b05eb38266ec4bd14f1736304c404f14c909f51bb554e249f9906c
 SHA512 
47579a1116a56f64dc190956ce708a4a99ae93bdc446a060b2a6418b026ff249d53dc98a5e5153203af2f00f6a1335bc66908e1ae8ead1ad957edf35854cfa8c
-DIST pyupgrade-3.11.0.gh.tar.gz 63238 BLAKE2B 
111a42604989ee6c3ae62b35009bbee9477e8cf8978f4e7575290cdb6aaac8f55cbca0d629ea0358571869f619f2ede055447cc127eb02e6496047f0b828fb0a
 SHA512 
d2bdf2ce1e694c87f2f8fe9ef8db1da031efe469bd8692e639189952467b19d17d62b2ec61bdd5864ccabf88f33b3cbab573ae83c6c6ad607b52806f6d007c50
-DIST pyupgrade-3.11.1.gh.tar.gz 63290 BLAKE2B 
962c1b792a13838ace3d949790906391269adc9fe0d39bf9ae407adc5da113e4641d7b499d657ea8e07137ea49cb6f6101a663b8196dcd907c1231c1de65b0d9
 SHA512 
09115a8ba70762afabd923acc1213f07c2fda0f4fc4de4cadfef9756e3b6cc4d3cc9c0a6a046ed1f3dba8539b7ce5656784f66e3a4ebd0671d680e3e98062394
 DIST pyupgrade-3.12.0.gh.tar.gz 63321 BLAKE2B 
8b8e5f637c4cd59d5c208bd3d5a620c9462ba1998dd88ead150240fb4b2eece78d97b611b91ecc6fe800f22f19705fb97eaf38c3e3a6fa8efcf2c9cf88435849
 SHA512 
1d585491fb1da8ec0ac269fe3cd068f515dfea5fd54454906d91ef316bb740443e6140669a4bbc1fe762feea9e637a2f553e606695d7bfc352280b52b663e33d
-DIST pyupgrade-3.9.0.gh.tar.gz 63231 BLAKE2B 
5b8bcba1d5f20379a2fe12df3f515222ccf05a67cc9de9caddc2f667010eec296f5c64354dbd56170a94f3cba00e0556f34c5f0cc2ffcc4e3a289790d24f
 SHA512 
572f5b30ce18d86ed2e0cae102cc05940e58be325e0dffb4d5c23e7ed377e497d74c01f44d2bf32a18d04eaed282df5007f5f9eea5633fc46f196c63a6fcc134

diff --git a/dev-python/pyupgrade/pyupgrade-3.10.1.ebuild 
b/dev-python/pyupgrade/pyupgrade-3.10.1.ebuild
deleted file mode 100644
index 19a841ef7eff..
--- a/dev-python/pyupgrade/pyupgrade-3.10.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Tool + pre-commit hook to automatically upgrade syntax for newer 
Pythons"
-HOMEPAGE="
-   https://github.com/asottile/pyupgrade/
-   https://pypi.org/project/pyupgrade/
-"
-# no tests in sdist, as of 3.3.2
-SRC_URI="
-   https://github.com/asottile/pyupgrade/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-
-RDEPEND="
-   >=dev-python/tokenize-rt-5.2.0[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/pyupgrade/pyupgrade-3.11.0.ebuild 
b/dev-python/pyupgrade/pyupgrade-3.11.0.ebuild
deleted file mode 100644
index 19a841ef7eff..
--- a/dev-python/pyupgrade/pyupgrade-3.11.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Tool + pre-commit hook to automatically upgrade syntax for newer 
Pythons"
-HOMEPAGE="
-   https://github.com/asottile/pyupgrade/
-   https://pypi.org/project/pyupgrade/
-"
-# no tests in sdist, as of 3.3.2
-SRC_URI="
-   https://github.com/asottile/pyupgrade/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-
-RDEPEND="
-   >=dev-python/tokenize-rt-5.2.0[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/pyupgrade/pyupgrade-3.11.1.ebuild 
b/dev-python/pyupgrade/pyupgrade-3.11.1.ebuild
deleted file mode 100644
index 19a841ef7eff..
--- a/dev-python/pyupgrade/pyupgrade-3.11.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Tool + pre-commit hook to automatically 

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

2023-09-21 Thread Michał Górny
commit: fb8e27be5d89dae79c9d8b070380fbff1cade340
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Sep 22 03:12:30 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep 22 03:12:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb8e27be

dev-python/jupyter-ydoc: Revert "Bump to 1.1.0"

Was supposed to remove it from the queue, sorry.

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

 dev-python/jupyter-ydoc/Manifest  |  1 -
 dev-python/jupyter-ydoc/jupyter-ydoc-1.1.0.ebuild | 49 ---
 2 files changed, 50 deletions(-)

diff --git a/dev-python/jupyter-ydoc/Manifest b/dev-python/jupyter-ydoc/Manifest
index aa35be1f3807..4eb404d3ef72 100644
--- a/dev-python/jupyter-ydoc/Manifest
+++ b/dev-python/jupyter-ydoc/Manifest
@@ -1,2 +1 @@
 DIST jupyter_ydoc-1.0.2.gh.tar.gz 983893 BLAKE2B 
2066efe6a48bae692be978c12c879e211f62f5e6544832ab6f8c96077a45362acef1857f575f87a67730cd3bb35d3805022a402881d6919fce45464d7fdcb83e
 SHA512 
895fc7e96f3ec9aa4451763cbeb77e4e389c8193098329c1b97ff3dab13bcf8beb2a5c5300cebe5a8d574ffdccbc1526e591b1230421fd58f276aedc4e83927c
-DIST jupyter_ydoc-1.1.0.gh.tar.gz 983787 BLAKE2B 
fbd21faa59d0016234ad8fc71e1146ab788a79a7e8282b736c963d6d8758de3bb212b0ac71017ae1702c2db23cd93d47c532eeda9306e5027b76683044d10d0f
 SHA512 
f4e64c933d279f593e1b3010ef9e51080b26570cef65dc2f5e19ecf28878c64b73f29255f748b048099b17ed4e220650fe9148ff505208e5e17453f1aa626649

diff --git a/dev-python/jupyter-ydoc/jupyter-ydoc-1.1.0.ebuild 
b/dev-python/jupyter-ydoc/jupyter-ydoc-1.1.0.ebuild
deleted file mode 100644
index 91c65f7bf3af..
--- a/dev-python/jupyter-ydoc/jupyter-ydoc-1.1.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
-
-MY_P=${PN/-/_}-${PV}
-DESCRIPTION="Document structures for collaborative editing using Ypy"
-HOMEPAGE="
-   https://jupyter.org/
-   https://github.com/jupyter-server/jupyter_ydoc/
-   https://pypi.org/project/jupyter-ydoc/
-"
-SRC_URI="
-   https://github.com/jupyter-server/jupyter_ydoc/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-# Requires node
-RESTRICT="test"
-
-RDEPEND="
-   >=dev-python/y-py-0.6.0[${PYTHON_USEDEP}]
-   

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

2023-09-21 Thread Michał Górny
commit: df01cab67d3195d13b69a8cb4ec541c22319c009
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Sep 22 03:00:55 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep 22 03:11:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df01cab6

dev-python/jupyter-ydoc: Bump to 1.1.0

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

 dev-python/jupyter-ydoc/Manifest  |  1 +
 dev-python/jupyter-ydoc/jupyter-ydoc-1.1.0.ebuild | 49 +++
 2 files changed, 50 insertions(+)

diff --git a/dev-python/jupyter-ydoc/Manifest b/dev-python/jupyter-ydoc/Manifest
index 4eb404d3ef72..aa35be1f3807 100644
--- a/dev-python/jupyter-ydoc/Manifest
+++ b/dev-python/jupyter-ydoc/Manifest
@@ -1 +1,2 @@
 DIST jupyter_ydoc-1.0.2.gh.tar.gz 983893 BLAKE2B 
2066efe6a48bae692be978c12c879e211f62f5e6544832ab6f8c96077a45362acef1857f575f87a67730cd3bb35d3805022a402881d6919fce45464d7fdcb83e
 SHA512 
895fc7e96f3ec9aa4451763cbeb77e4e389c8193098329c1b97ff3dab13bcf8beb2a5c5300cebe5a8d574ffdccbc1526e591b1230421fd58f276aedc4e83927c
+DIST jupyter_ydoc-1.1.0.gh.tar.gz 983787 BLAKE2B 
fbd21faa59d0016234ad8fc71e1146ab788a79a7e8282b736c963d6d8758de3bb212b0ac71017ae1702c2db23cd93d47c532eeda9306e5027b76683044d10d0f
 SHA512 
f4e64c933d279f593e1b3010ef9e51080b26570cef65dc2f5e19ecf28878c64b73f29255f748b048099b17ed4e220650fe9148ff505208e5e17453f1aa626649

diff --git a/dev-python/jupyter-ydoc/jupyter-ydoc-1.1.0.ebuild 
b/dev-python/jupyter-ydoc/jupyter-ydoc-1.1.0.ebuild
new file mode 100644
index ..91c65f7bf3af
--- /dev/null
+++ b/dev-python/jupyter-ydoc/jupyter-ydoc-1.1.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1
+
+MY_P=${PN/-/_}-${PV}
+DESCRIPTION="Document structures for collaborative editing using Ypy"
+HOMEPAGE="
+   https://jupyter.org/
+   https://github.com/jupyter-server/jupyter_ydoc/
+   https://pypi.org/project/jupyter-ydoc/
+"
+SRC_URI="
+   https://github.com/jupyter-server/jupyter_ydoc/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+# Requires node
+RESTRICT="test"
+
+RDEPEND="
+   >=dev-python/y-py-0.6.0[${PYTHON_USEDEP}]
+   

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

2023-09-21 Thread Michał Górny
commit: f6c37687fffb270cfa26a8e791cf5a729f233513
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Sep 22 02:46:38 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep 22 03:10:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6c37687

dev-python/sqlglot: Remove old

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

 dev-python/sqlglot/Manifest   |  7 --
 dev-python/sqlglot/sqlglot-17.16.2.ebuild | 36 ---
 dev-python/sqlglot/sqlglot-18.0.0.ebuild  | 36 ---
 dev-python/sqlglot/sqlglot-18.0.1.ebuild  | 36 ---
 dev-python/sqlglot/sqlglot-18.1.0.ebuild  | 36 ---
 dev-python/sqlglot/sqlglot-18.2.0.ebuild  | 36 ---
 dev-python/sqlglot/sqlglot-18.3.0.ebuild  | 36 ---
 dev-python/sqlglot/sqlglot-18.4.1.ebuild  | 36 ---
 8 files changed, 259 deletions(-)

diff --git a/dev-python/sqlglot/Manifest b/dev-python/sqlglot/Manifest
index 3ce6b0bc819c..db72e3c151da 100644
--- a/dev-python/sqlglot/Manifest
+++ b/dev-python/sqlglot/Manifest
@@ -1,9 +1,2 @@
-DIST sqlglot-17.16.2.tar.gz 8562390 BLAKE2B 
f985f74765438c9b57a1df9ff1ad9cf43b7e81bf8c89cb328d39d0127661f5fd4153dccc6ec1fb73a8167d4e67e8a971c4f06cba7cab5796bda7726129bcf6f0
 SHA512 
2487f566078cf7ac84a8e3f3a70760c5f2d5b565e1479390883551531e53a69ec0ca581585b006a44529c39a21a70867082047746ec20939f2a1e1f2408aae34
-DIST sqlglot-18.0.0.tar.gz 8563952 BLAKE2B 
6feb815c0169c6bbf12942a162ab769d1acba205fec8df18455d582794ec609af6549adeed0d3c47f463e1635dc13cf328ae3fb8e99dc872d53ff4692e5eb63e
 SHA512 
9686be72eb08a61b9808bdac4dafdf2e42ffddb7be563ecb48ab9ab974efc81e271dc47ecf4e87305bd244ee8ac5fe3449697b6fad68443484ede93b1eff8a0b
-DIST sqlglot-18.0.1.tar.gz 8567474 BLAKE2B 
434a31e12f98ba88e4f6fe7c34dff7f69dc991257ed4f976a4f263cb40844c41ace79ec0bf4793aee73e8359ddf4d538bee6d8dea79f9e920788b3c3ee3ef8e5
 SHA512 
729cea4c03a5bf2b658ca2cede31454d46275bc03af946ba238f1d79c190d3a3bc62521dd6310c544469199027fb9eadc901e919a9ce5e34fa6f4eeb18ac48ad
-DIST sqlglot-18.1.0.tar.gz 8570691 BLAKE2B 
5c38baaa9600222c43f11338f2050eaf2e382752aa9df418e6cd8520e5a778e1d5cb6ae21a6cb2602a9ab313b993a43c9e72a26499ccc9cfe79995404bbb0975
 SHA512 
d9a543142514bb6422541085be900e466600bbf0d23f4f69eb817bcd1c5dcf9c3783b11f385a1379a68723eec4605e0372bf5dffa008426566d07a4d518009c3
-DIST sqlglot-18.2.0.tar.gz 8585675 BLAKE2B 
e66be52c97f18811e30d9ee2a3a8ae99ddb72e860a05f85fe48bb3e4b94c089fa425cf21ea66f2c6e45ac6f3823f339eb9fcfd1598a1c7a80d519790a6c0fc8a
 SHA512 
3dffe0a7a6325829d648d988b4fe43cc27121a4d6684c863aee926c2100061309491cb1b5c6ad4076222b97131636cb843d705d7f4097aa600e177577e8ec7c4
-DIST sqlglot-18.3.0.tar.gz 8599907 BLAKE2B 
77e238dc8c8afe2c62a3c8c0ced6afbb0358a776189cef5e08b2c4830da04e573b11f703824a5038c5cf8d27cc31ac92f014aab459932742d8425ca834a6d473
 SHA512 
63ac8356483d13d6a53421f5fde8a4b2f56f34dc68d1d19a21e625c292a8ca9258da30905fd029dbe7bda59aebd0e358fa6e82cef240304ed1c571cfd19fc212
-DIST sqlglot-18.4.1.tar.gz 8633851 BLAKE2B 
0bae952b755f473a8cafd26df0c5e4a09c05bec228bb73bc99eca83eda12d05f1a68d8f07d659ed3418fce629d22ad5d7fd879f0b8feef39ac505a0c5bdbbf23
 SHA512 
405bb7efa2b5a5831e508818d6a0dab4d1aaf9cab69e98babfd4cc9fe321cbf9dff1d95aa879b736c497599156fb506edd871cd159c9bb94c60390c45d9eefa2
 DIST sqlglot-18.5.0.tar.gz 8634825 BLAKE2B 
aaf1854e87fea1ba598c45b12ef142bd825fcdfed4b247d4c0ee83e360154cb8a14ff3386e1635cd735f029b357d978dc3b39295cb1a733c653ade8efeabf0f7
 SHA512 
d75d45da61f0cc70a845776a4bb6aefc414b42cce81be3f8b26d305476e495f08cb017930af07bbe2296e049f65ea40137256b995233069ebfc076fce0bcab78
 DIST sqlglot-18.5.1.tar.gz 8636732 BLAKE2B 
a1cb6e9d5cf91178996681e527f211c31c9a0f0d6bf5036ed7d824d13475f4efbd109df9eb34bc35f0e9f7e443d3ebb2634cf041bdf0e716c9d73d78f679dcbf
 SHA512 
8bf57c14ae374c3367aecc91b239d39df3d4fbd8a6b29837cf48eae0f5116ca5c181c71ded134a771a9512430c97c9dc6f45ae9578a9110eb5729721628178c5

diff --git a/dev-python/sqlglot/sqlglot-17.16.2.ebuild 
b/dev-python/sqlglot/sqlglot-17.16.2.ebuild
deleted file mode 100644
index 368b77416b42..
--- a/dev-python/sqlglot/sqlglot-17.16.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi optfeature
-
-DESCRIPTION="An easily customizable SQL parser and transpiler"
-HOMEPAGE="
-   https://sqlglot.com/
-   https://github.com/tobymao/sqlglot/
-   https://pypi.org/project/sqlglot/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-EPYTEST_IGNORE=(
-   # Tests require pyspark or duckdb which aren't in the tree.
-   # Pandas would be a requirement normally, but it gets ignored by proxy.
-   "tests/dataframe/integration/test_dataframe.py"
-   

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

2023-09-21 Thread Michał Górny
commit: 97704963ea8a197e2ed0458c69a9a26e0d77aa90
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Sep 22 02:51:44 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep 22 03:10:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97704963

dev-python/pydantic-core: Remove old

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

 dev-python/pydantic-core/Manifest  |  35 -
 .../pydantic-core/pydantic-core-2.3.0.ebuild   | 139 
 .../pydantic-core/pydantic-core-2.3.1.ebuild   | 139 
 .../pydantic-core/pydantic-core-2.4.0-r1.ebuild| 144 
 .../pydantic-core/pydantic-core-2.5.0-r1.ebuild| 145 -
 .../pydantic-core/pydantic-core-2.6.0.ebuild   | 145 -
 .../pydantic-core/pydantic-core-2.6.1.ebuild   | 137 ---
 .../pydantic-core/pydantic-core-2.7.0.ebuild   | 137 ---
 .../pydantic-core/pydantic-core-2.8.0.ebuild   | 137 ---
 9 files changed, 1158 deletions(-)

diff --git a/dev-python/pydantic-core/Manifest 
b/dev-python/pydantic-core/Manifest
index 65807170431c..1a8208408fea 100644
--- a/dev-python/pydantic-core/Manifest
+++ b/dev-python/pydantic-core/Manifest
@@ -1,9 +1,7 @@
 DIST ahash-0.8.3.crate 42416 BLAKE2B 
84836a4e33451012ff32c1a1a90500d87eb7ce649b60dff4eecfb0d25b9782a186376c154673c3121b154ff4616016d1718dfd687b88f4772c2c89eeb2f119b6
 SHA512 
cf2d2f1201ac0969cf4e2a0c47090bee971b2287ac44b5e091c90a9eced03cf6ff56d7900cc0f529d4acedc30bd400261c15e50efabdd1731f79951b449af53e
 DIST aho-corasick-1.0.2.crate 167694 BLAKE2B 
fa5323cbe6cb73594dfa4c327c64676bc1e006dadc0b9def325974c83b9a769beba02d59a4657ec7a2d0cc511a7b7cc6f72cf57b8f9e639206d1c2bf13107a52
 SHA512 
5c75451f96fbbd670e6af0e1f54df2bdb57259dfe6898495ac46a5b2fc04f316a4698fd5cfd4ec31a94c298661937a8de08ce97cab3890fb3c015e4a2a67bb7b
 DIST autocfg-1.1.0.crate 13272 BLAKE2B 
7724055c337d562103f191f4e36cab469e578f0c51cc24d33624dea155d108a07578703766341fd6a4cc1ef52acda406e7dba1650d59115f18261281e5b40203
 SHA512 
df972c09abbdc0b6cb6bb55b1e29c7fed706ece38a62613d9e275bac46a19574a7f96f0152cccb0239efea04ee90083a146b58b15307696c4c81878cd12de28f
-DIST base64-0.13.1.crate 61002 BLAKE2B 
3b3a5b26e2ef18e9b4f1ede72b1bd160a1494751878e8441d463f8a514e6cb9ac859231536989e19fb1261fd864617fe31440df1b5855a0ec625521fc6fcef91
 SHA512 
1eb76aff9a84057f2ccb7082e9c57b015c2d71a28173089b02e7aacd09a7d311bedf0a943529611ada29f8d7b536d7ae4de256d98eee8450003a3a9a652bda4b
 DIST base64-0.21.2.crate 76389 BLAKE2B 
6da080dfc31c5b2ebdbfd336be6e71373918f9388c85649133363a60ee1647b6ad67c7dfd461b6ee842c3633e40593b6ac2f313585b3e8e07dbd690739f433f9
 SHA512 
3f85bdf846e2f8a2e0f2335749bab58c904479a29311143580f1de42455799d04606dedbf64d355af580d77867d7b895e1078463c7cc5a5fbd9ded9d7cbf3559
-DIST base64-0.21.3.crate 76898 BLAKE2B 
09dc56f20321ea9e4af6a983aec13b78e52d9f0007630b0ea21bd4ba24d7dd604a50001488656f2e18fedf6ba76328c673ae986fc8e8516d546cd167cf8e
 SHA512 
75745fe54f321d21fb94d6481aa35f8fac29c8fa514a36043d10eb1a08f5566ee0ad0cdc7358a20b8086babd2afe043efad6720df1289495b5df4a788dbe920c
 DIST base64-0.21.4.crate 77029 BLAKE2B 
4380440305c8a293218bb1fdba5c257b2a088af2f74f2936937cd0f0b3462248b572bdbfe5e2a82af1f2cf04267267317b1c2b74972fa9976795e9c174d2352f
 SHA512 
33fba19be1e7c3e74b57ae0487fda904258f31457c005467caf2e44eb55e271e0d2e3f2d4b80b667b05fc625878e0b136a07984dc88335a2099278672b3c4b0f
 DIST bitflags-1.3.2.crate 23021 BLAKE2B 
eb990bb27b2bdeb66fd7212ce582cb36e1c616debbac85df642d0c82b25439e6bf9b1e811fac76b59e58ea3c1bbea6170d03a61e8f9a395e4334a0e2e2987eda
 SHA512 
3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62
 DIST cc-1.0.79.crate 62624 BLAKE2B 
b3cbed3bd6fcac1c6ea258ec96cd107f859947a35dc89c3dc8f314741b0f668e61518f896ec32ce10c9a7eb20dd350bc177a71810d53ebea59fda062ed9d27db
 SHA512 
cbf0a25f3a23fc540e9d638fabc23f761f1c240ebb4814e761e90437d71fc559cd155768ab9e78fc192220d8a605c66c3af342ed736b719181656170b98d7bf5
@@ -14,18 +12,15 @@ DIST form_urlencoded-1.2.0.crate 8923 BLAKE2B 
2408d9bbca582be13febf041262f0e63a3
 DIST getrandom-0.2.10.crate 34955 BLAKE2B 
8e7b8554ae360484ceca2a05f834c2664b08f41cbc6c955663e1f8f22fb5750481518bf1c7b49f49223a99a66914ef013347b9186acc97a20249f3222a13f9d4
 SHA512 
82af9e0417bff9272ed0478be4ac90426405ce210014b21899c6b95fde1b16893bf46295388ff5f13fa712a04c99c46b770fab83f41a1343af1590a86ca8da3b
 DIST hashbrown-0.14.0.crate 116103 BLAKE2B 
24bab03e8a8cb7623b92282c83bf8acaf0752c696ee1c010249e3ebb3646e7549d8d6d798b02c9d5b621afbebba7320f8a859d9a1af1523dbd46377b857dbb5f
 SHA512 
f0fbdf81517f59a0b67f792a4097f1131d346b2b4cbda93590749cef7f9f1c9029e0e182f58c23b74d3028f7502c30b9593c1eb4da37f95388d74b14582b8959
 DIST heck-0.4.1.crate 11567 BLAKE2B 
520aeea740cfa30b0cca12f73594ffa655f32959673b1c9caaca1ea0162e455546ae3033881394c0ba0516bcd5c9a997da02162e1585522d665813b9096eabd9
 SHA512 

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

2023-09-21 Thread Michał Górny
commit: 9fb8a82626206ab0c0801181164b600e11eb4e63
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Sep 22 02:52:13 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep 22 03:11:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fb8a826

dev-python/pydantic-core: Bump to 2.10.0

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

 dev-python/pydantic-core/Manifest  |   1 +
 .../pydantic-core/pydantic-core-2.10.0.ebuild  | 137 +
 2 files changed, 138 insertions(+)

diff --git a/dev-python/pydantic-core/Manifest 
b/dev-python/pydantic-core/Manifest
index 1a8208408fea..76c86f835be9 100644
--- a/dev-python/pydantic-core/Manifest
+++ b/dev-python/pydantic-core/Manifest
@@ -31,6 +31,7 @@ DIST parking_lot-0.12.1.crate 40967 BLAKE2B 
940a112a066e3cbd15e2f6df89bfff37e4ec
 DIST parking_lot_core-0.9.8.crate 32383 BLAKE2B 
2f9666872894d1c85895437d1353f9e15be2bc8d004ffc8f0e5be95e9dd4b274797db3752eba1c0b5b6071c1b8a71e4857cae0b2aff1afdaa39e92e70be2e6fd
 SHA512 
8d6dfdf661b0f7d0774cb9f61121f2daefd182ac8a2a0d24eab451febfbe1a664c815c163d34a7f3d15a54915a8e22e6c6cd10e89cb7d7598d48d81ad6a3c256
 DIST percent-encoding-2.3.0.crate 10196 BLAKE2B 
155bb1aaf0db4d22179bbe24b2d312f3d507876436e8ce76dfb59775282c1136a6c2bf5672f4b6bc274e4535acc9e50497c3e20b77aa2490512755c9cc9e6c41
 SHA512 
54ba129b0f3b43627707be994a281cdb69d5a7bdbc91dfeaa0226cf2834adeff7d2597dca5d11dd48b5731e831acf1284497b251abfebc0618761f98fe3c01cd
 DIST proc-macro2-1.0.64.crate 44848 BLAKE2B 
4422122d9299eff3bfbb4507c4a117fef7c0906cab5a680933d482b7f9b49480bcb9c8172b412e70bf87dd0737b8532e90c310bf083f144292cc72190059ba3b
 SHA512 
884fd14ff23c19420692e35a38f88bb6a766a09da105759cd958c315b9360a2c49cfe61ceaa3122307d44040195ec9dffb12b6d0ce224fbac5d3701621a12b04
+DIST pydantic_core-2.10.0.tar.gz 347291 BLAKE2B 
3a437ca92a7decca36669854da7f89acb8086f247c2613aec45d73a5ff68505d0036297279ba030c3568a84470a6b0e345745f28b8a874fa489c12bae1db4c1e
 SHA512 
ae621a2a98c1c661978880400bac25826508b0703048f3db9e7559b4f16dedd87114f4da561916ca5d9c0ae06b8bdbd5b80f8373c29deb4f2798f1338a6d9c10
 DIST pydantic_core-2.6.3.tar.gz 337231 BLAKE2B 
942a12228ad46d4b5365c781f8f7be28266c54e29bf5ab21e49ef31d25319d065c2f5f0bdc2ccca77888d38cfdea90fb2b415a0c203d8ae62825fb3ef618e1fb
 SHA512 
5123fb55b002bc857ec03239163a5517709ea84430ac7b92d2027bdfbdba278d37caaa0d017d89af8e5306296667d7eb500bfc536a769d99c662b3fbb3835b63
 DIST pydantic_core-2.9.0.tar.gz 345661 BLAKE2B 
27e37046490162115be5a193ce914ce16f04ecb71744ed9368944b030d1f03f52ce5c21d0d350f87e2b595661f90990d56cac755382451e46ba6c1824e354086
 SHA512 
ad399a5a47dfe739b225370ccc0c35df6122bcf6cd0527b21657a89048da7c6134b03c2ba290c9e749a049eef8aafa7f25db44acdd3d4334f5cb02da2e0e957d
 DIST pyo3-0.19.2.crate 418228 BLAKE2B 
ee018b33383fada78cd22643aea9231a8c8a2f19d1eb297f40eec9206c5220f322fff4c926d939a93a24ac6d231a207ebb25afcc0709191151c7ed9af7465efa
 SHA512 
58698183e0f2f0507f8f765bf3e90185c933e78d62f0a9be65c4b1ce8eea19a98fe0341abe7c58cafdacb63a012ec417876dccb7be6facc1360fcb22796fcaf9

diff --git a/dev-python/pydantic-core/pydantic-core-2.10.0.ebuild 
b/dev-python/pydantic-core/pydantic-core-2.10.0.ebuild
new file mode 100644
index ..f62444fe167b
--- /dev/null
+++ b/dev-python/pydantic-core/pydantic-core-2.10.0.ebuild
@@ -0,0 +1,137 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=maturin
+# pypy3 is waiting for new pyo3 release
+PYTHON_COMPAT=( python3_{10..12} )
+
+CRATES="
+   ahash@0.8.3
+   aho-corasick@1.0.2
+   autocfg@1.1.0
+   base64@0.21.4
+   bitflags@1.3.2
+   cc@1.0.79
+   cfg-if@1.0.0
+   enum_dispatch@0.3.12
+   equivalent@1.0.1
+   form_urlencoded@1.2.0
+   getrandom@0.2.10
+   hashbrown@0.14.0
+   heck@0.4.1
+   idna@0.4.0
+   indexmap@2.0.0
+   indoc@1.0.9
+   itoa@1.0.8
+   libc@0.2.147
+   lock_api@0.4.10
+   memchr@2.6.3
+   memoffset@0.9.0
+   num-bigint@0.4.4
+   num-integer@0.1.45
+   num-traits@0.2.16
+   once_cell@1.18.0
+   parking_lot@0.12.1
+   parking_lot_core@0.9.8
+   percent-encoding@2.3.0
+   proc-macro2@1.0.64
+   pyo3-build-config@0.19.2
+   pyo3-ffi@0.19.2
+   pyo3-macros-backend@0.19.2
+   pyo3-macros@0.19.2
+   pyo3@0.19.2
+   python3-dll-a@0.2.9
+   quote@1.0.29
+   redox_syscall@0.3.5
+   regex-automata@0.3.8
+   regex-syntax@0.7.5
+   regex@1.9.5
+   rustversion@1.0.13
+   ryu@1.0.14
+   scopeguard@1.1.0
+   serde@1.0.188
+   serde_derive@1.0.188
+   serde_json@1.0.107
+   smallvec@1.11.0
+   speedate@0.12.0
+   strum@0.25.0
+   strum_macros@0.25.2
+   syn@1.0.109
+   syn@2.0.28
+   target-lexicon@0.12.9
+   tinyvec@1.6.0
+   tinyvec_macros@0.1.1
+   unicode-bidi@0.3.13
+   unicode-ident@1.0.10
+   

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

2023-09-21 Thread Michał Górny
commit: 8453c9c0dbb59ccb16c0e54361a21ba541ae4332
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Sep 22 02:59:52 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep 22 03:11:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8453c9c0

package.mask: Mask dev-python/setuptools-scm-8.0.1

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index f50ab2db2b14..889b203fc3ed 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny  (2023-09-22)
+# =dev-python/setuptools-scm-8.0.1 broke compatibility hard but reverted
+# the changes in 8.0.2.
+~dev-python/setuptools-scm-8.0.1
+
 # Joonas Niilola  (2023-09-21)
 # Enigmail's functionality has been built into Thunderbird-68, carrying over
 # all the way to 115. Enigmail hasn't been supported in TB since 91. It's



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

2023-09-21 Thread Michał Górny
commit: bc4d06e2f8a3f4a5ee7783be3ff97472a019a95f
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Sep 22 02:58:45 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep 22 03:11:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc4d06e2

dev-python/setuptools-scm: Bump to 8.0.2

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

 dev-python/setuptools-scm/Manifest |  1 +
 .../setuptools-scm/setuptools-scm-8.0.2.ebuild | 61 ++
 2 files changed, 62 insertions(+)

diff --git a/dev-python/setuptools-scm/Manifest 
b/dev-python/setuptools-scm/Manifest
index 106559c11ee0..2f8fed199f77 100644
--- a/dev-python/setuptools-scm/Manifest
+++ b/dev-python/setuptools-scm/Manifest
@@ -1,2 +1,3 @@
 DIST setuptools-scm-8.0.1.tar.gz 71827 BLAKE2B 
4011879490a02f5bb8b4fa0292ee696010cca9cb5c322854f2c342b4c02a86f7a31535c3fe7b4e6eab4fb77c90a469714227c1487ee7e1c1d4de3a4db1137b6b
 SHA512 
05c087cbcb8bf2f03d68cf91e5545c25dea85d61d16c26194ade42a5e78a573f1adc4265897998d4b151834e994b3aa32e02a1eb2fa103a4cd1f3c8e3b78d8d4
+DIST setuptools-scm-8.0.2.tar.gz 72614 BLAKE2B 
80dedf269f504a632f6b8c8ceafc28948e359825b926ac851219171db4015856aaebde8c0e8ee81dc807bb1b25010d686a039063922046dc4d72beacf14914c6
 SHA512 
1a636f452cbe61fc1bc6fca49032e7d12b80fe5d8931f292cfa295d6787fb9273fd7f3887f3f74d60c1da19f4e2f676d038fd860c0410838225cad95e6375f9b
 DIST setuptools_scm-7.1.0.tar.gz 71904 BLAKE2B 
be5ae215dadcc290290762b732434258409ecc2d71cdf1332ffe73431effae7cbc33e052a718efd952be79350171ed3e468492fc719bc08750dc23364fb0ee9d
 SHA512 
bd7260672c213db6b8c5842dbb6ac69e69ce040777865c935033971f65d905bd8e6b54e174190a924e452c302e69d4c1de231cbc8f603176ba013a739840dad3

diff --git a/dev-python/setuptools-scm/setuptools-scm-8.0.2.ebuild 
b/dev-python/setuptools-scm/setuptools-scm-8.0.2.ebuild
new file mode 100644
index ..cb671ce3fa13
--- /dev/null
+++ b/dev-python/setuptools-scm/setuptools-scm-8.0.2.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# please keep this ebuild at EAPI 8 -- sys-apps/portage dep
+EAPI=8
+
+DISTUTILS_USE_PEP517=standalone
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Manage versions by scm tags via setuptools"
+HOMEPAGE="
+   https://github.com/pypa/setuptools_scm/
+   https://pypi.org/project/setuptools-scm/
+"
+
+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"
+
+# there's an optional dep on rich for cute logs
+RDEPEND="
+   dev-python/packaging[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/tomli[${PYTHON_USEDEP}]
+   ' 3.10)
+   dev-python/typing-extensions[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-vcs/git
+   !sparc? (
+   dev-vcs/mercurial
+   )
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # the usual nondescript gpg-agent failure
+   testing/test_git.py::test_git_getdate_signed_commit
+
+   # fetching from the Internet
+   testing/test_regressions.py::test_pip_download
+   )
+
+   if has_version dev-python/nose; then
+   EPYTEST_DESELECT+=(
+   # https://bugs.gentoo.org/892639
+   testing/test_integration.py::test_pyproject_support
+   )
+   fi
+
+   epytest
+}



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

2023-09-21 Thread Michał Górny
commit: 869e46df07e4c9d5b11302e589b0dd23f566a6fb
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Sep 22 02:49:32 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep 22 03:10:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=869e46df

dev-python/pyupgrade: Bump to 3.12.0

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

 dev-python/pyupgrade/Manifest|  1 +
 dev-python/pyupgrade/pyupgrade-3.12.0.ebuild | 30 
 2 files changed, 31 insertions(+)

diff --git a/dev-python/pyupgrade/Manifest b/dev-python/pyupgrade/Manifest
index b0c9458ce5e2..bb582754bba3 100644
--- a/dev-python/pyupgrade/Manifest
+++ b/dev-python/pyupgrade/Manifest
@@ -1,4 +1,5 @@
 DIST pyupgrade-3.10.1.gh.tar.gz 63457 BLAKE2B 
54c3105b4e84025e8204b29abeaec813e7959f21bfe1d4d5dfef4caae355885a4be0459685b05eb38266ec4bd14f1736304c404f14c909f51bb554e249f9906c
 SHA512 
47579a1116a56f64dc190956ce708a4a99ae93bdc446a060b2a6418b026ff249d53dc98a5e5153203af2f00f6a1335bc66908e1ae8ead1ad957edf35854cfa8c
 DIST pyupgrade-3.11.0.gh.tar.gz 63238 BLAKE2B 
111a42604989ee6c3ae62b35009bbee9477e8cf8978f4e7575290cdb6aaac8f55cbca0d629ea0358571869f619f2ede055447cc127eb02e6496047f0b828fb0a
 SHA512 
d2bdf2ce1e694c87f2f8fe9ef8db1da031efe469bd8692e639189952467b19d17d62b2ec61bdd5864ccabf88f33b3cbab573ae83c6c6ad607b52806f6d007c50
 DIST pyupgrade-3.11.1.gh.tar.gz 63290 BLAKE2B 
962c1b792a13838ace3d949790906391269adc9fe0d39bf9ae407adc5da113e4641d7b499d657ea8e07137ea49cb6f6101a663b8196dcd907c1231c1de65b0d9
 SHA512 
09115a8ba70762afabd923acc1213f07c2fda0f4fc4de4cadfef9756e3b6cc4d3cc9c0a6a046ed1f3dba8539b7ce5656784f66e3a4ebd0671d680e3e98062394
+DIST pyupgrade-3.12.0.gh.tar.gz 63321 BLAKE2B 
8b8e5f637c4cd59d5c208bd3d5a620c9462ba1998dd88ead150240fb4b2eece78d97b611b91ecc6fe800f22f19705fb97eaf38c3e3a6fa8efcf2c9cf88435849
 SHA512 
1d585491fb1da8ec0ac269fe3cd068f515dfea5fd54454906d91ef316bb740443e6140669a4bbc1fe762feea9e637a2f553e606695d7bfc352280b52b663e33d
 DIST pyupgrade-3.9.0.gh.tar.gz 63231 BLAKE2B 
5b8bcba1d5f20379a2fe12df3f515222ccf05a67cc9de9caddc2f667010eec296f5c64354dbd56170a94f3cba00e0556f34c5f0cc2ffcc4e3a289790d24f
 SHA512 
572f5b30ce18d86ed2e0cae102cc05940e58be325e0dffb4d5c23e7ed377e497d74c01f44d2bf32a18d04eaed282df5007f5f9eea5633fc46f196c63a6fcc134

diff --git a/dev-python/pyupgrade/pyupgrade-3.12.0.ebuild 
b/dev-python/pyupgrade/pyupgrade-3.12.0.ebuild
new file mode 100644
index ..19a841ef7eff
--- /dev/null
+++ b/dev-python/pyupgrade/pyupgrade-3.12.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Tool + pre-commit hook to automatically upgrade syntax for newer 
Pythons"
+HOMEPAGE="
+   https://github.com/asottile/pyupgrade/
+   https://pypi.org/project/pyupgrade/
+"
+# no tests in sdist, as of 3.3.2
+SRC_URI="
+   https://github.com/asottile/pyupgrade/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+RDEPEND="
+   >=dev-python/tokenize-rt-5.2.0[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest



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

2023-09-21 Thread Michał Górny
commit: ad59bf857e5790581b08ba1f81b8a6b9df51140b
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Sep 22 02:55:12 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep 22 03:11:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad59bf85

dev-python/xmlschema: Bump to 2.5.0

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

 dev-python/xmlschema/Manifest   |  1 +
 dev-python/xmlschema/xmlschema-2.5.0.ebuild | 37 +
 2 files changed, 38 insertions(+)

diff --git a/dev-python/xmlschema/Manifest b/dev-python/xmlschema/Manifest
index 58bd88b44a62..87c01ce0e341 100644
--- a/dev-python/xmlschema/Manifest
+++ b/dev-python/xmlschema/Manifest
@@ -1 +1,2 @@
 DIST xmlschema-2.3.1.tar.gz 494834 BLAKE2B 
2438a57f0b07aa5b0f9871bd6a4f64a90a7946ef3deb89b8e12736c52f185a3f4406ff5e894cd7b330600f82e55f6470a32769ed06e4ce85e914dc9808d5091c
 SHA512 
6a08db7cc8f719f2b6d2b8c8478aa35b4fae72bd3c595a2ac9d39c6be6f75a3cdbf696f9e7424d3122d618a4bffc6bfddd5600daa8e0a64db5474fe95659c706
+DIST xmlschema-2.5.0.tar.gz 539358 BLAKE2B 
3d70b01f325ed1b4b61b1baaf1d7d29fd9748984f229d78bc645fef331d2cfb6f6d6e52200295ced0e03513e105ebfb8f30937c51e0883ee5d67866346cddb02
 SHA512 
d859be35d057d8bb1cea85c0f90525ae26f78f09ba2a111414f429eb2afd8633cb59ec0d701bba5bd1d086efb7ae51c2c470882cbfb932caa51c8b8d1ecbfbcb

diff --git a/dev-python/xmlschema/xmlschema-2.5.0.ebuild 
b/dev-python/xmlschema/xmlschema-2.5.0.ebuild
new file mode 100644
index ..0d98d02ad092
--- /dev/null
+++ b/dev-python/xmlschema/xmlschema-2.5.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2019-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="An XML Schema validator and decoder"
+HOMEPAGE="
+   https://github.com/sissaschool/xmlschema/
+   https://pypi.org/project/xmlschema/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   =dev-python/elementpath-4.1.5[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   ${RDEPEND}
+   dev-python/jinja[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   )
+"
+
+python_test() {
+   "${EPYTHON}" tests/test_all.py -v || die "Tests fail with ${EPYTHON}"
+}



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

2023-09-21 Thread Michał Górny
commit: 7095ded3dc667994f31a1bfc88924cdf8795f050
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Sep 22 02:22:00 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep 22 03:10:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7095ded3

dev-python/stripe: Bump to 6.6.0

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

 dev-python/stripe/Manifest|  1 +
 dev-python/stripe/stripe-6.6.0.ebuild | 72 +++
 2 files changed, 73 insertions(+)

diff --git a/dev-python/stripe/Manifest b/dev-python/stripe/Manifest
index eb14fc0a6b67..d099816791ad 100644
--- a/dev-python/stripe/Manifest
+++ b/dev-python/stripe/Manifest
@@ -1,2 +1,3 @@
 DIST stripe-6.3.0.tar.gz 276422 BLAKE2B 
2fa438593bdec94f5c8306ee180921c2920e8995036d3ec53794dcba89f4f97c257bfe13561d1fd993c49247d0423ca4d7f4e994c1b4b8386ebaddf47f9063de
 SHA512 
900a85bd8a44404dcc8ed4e057db64087b7a6f05d8e01183c22fc5dd7da815298e23b386d2d41dee6ea3925e92653858cc945e163757870fe04c543def017424
 DIST stripe-6.5.0.tar.gz 290534 BLAKE2B 
40672358ae9b962f14cb3dad669e7857bf52981b1801325f92193b2cd42e42a7ad14dcd25272ec36589c103c28b10c8eaae0fe6175eb10b00a6a0f278dee5312
 SHA512 
920bb7e0a0e1cbd4b5e085928f28c12ab793bfc1e1aa29aa58f4cbf11f1bfdfeadac84d2be1fc9e14e70ce9a2f9e4900112cf982b6bab220e1cc09569d7db2f4
+DIST stripe-6.6.0.tar.gz 291636 BLAKE2B 
33a565de61e2a371d2ad0cf523385b113e3164a4c972ba77383ba7dbc77aea9d755cc74f3ed15e5abb6f6d2f4c51f4c5859107c74950ca2831e092b4cf3fcc9e
 SHA512 
327df0a8758c96b06f9d0bfd1da5450f328a55becabbae6c04960d4ad2abbac4a71d6c06cfe34c05bf2e87a2d330a9dbb303098165befa797a88d07d18be24c1

diff --git a/dev-python/stripe/stripe-6.6.0.ebuild 
b/dev-python/stripe/stripe-6.6.0.ebuild
new file mode 100644
index ..07022a54f45e
--- /dev/null
+++ b/dev-python/stripe/stripe-6.6.0.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Stripe python bindings"
+HOMEPAGE="
+   https://github.com/stripe/stripe-python/
+   https://pypi.org/project/stripe/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-python/requests-2.20[${PYTHON_USEDEP}]
+   >=dev-python/typing-extensions-4.0.0[${PYTHON_USEDEP}]
+"
+# please bump dev-util/stripe-mock dep to the latest version on every bump
+BDEPEND="
+   test? (
+   >=dev-util/stripe-mock-0.175.0
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   net-misc/curl
+   )
+"
+
+distutils_enable_tests pytest
+
+DOCS=( LONG_DESCRIPTION.rst CHANGELOG.md README.md )
+
+python_test() {
+   epytest tests
+}
+
+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/pydantic/

2023-09-21 Thread Michał Górny
commit: b6672b8d0632996fcf80da1eb852d3a3de59989a
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Sep 22 02:51:21 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep 22 03:10:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6672b8d

dev-python/pydantic: Remove old

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

 dev-python/pydantic/Manifest  |  3 --
 dev-python/pydantic/pydantic-2.1.1.ebuild | 65 ---
 dev-python/pydantic/pydantic-2.2.0.ebuild | 65 ---
 dev-python/pydantic/pydantic-2.2.1.ebuild | 65 ---
 4 files changed, 198 deletions(-)

diff --git a/dev-python/pydantic/Manifest b/dev-python/pydantic/Manifest
index 37fd400b54e1..aba534cf09fe 100644
--- a/dev-python/pydantic/Manifest
+++ b/dev-python/pydantic/Manifest
@@ -1,5 +1,2 @@
 DIST pydantic-1.10.12.gh.tar.gz 766366 BLAKE2B 
b00885b86ef331f3f8531d1514f4e3e1ef10d009b35453c6d5a6295ecfe2d2b842f66c7ea2a79ca1d235d54fa38b42432e14804163f944c4455f05c06869815a
 SHA512 
413d433decfa3bb7173d6f4e6e06f746cfbf95f6d27c6a17098216ba81d64d7f8bb956cda195d0676559f96278f3800c77be53ecf46496ac009f130120642cc2
-DIST pydantic-2.1.1.tar.gz 611057 BLAKE2B 
b414fa698fdc8aee12427d38d0c410ffdd9a39e271858f939587c4a58cd3f579f9d5406b44c1c27350040a036af3badf58b4e10657b52b2d8a720e37720dcda3
 SHA512 
02703bb889d517f14a977835e553356ddd4d25abf4c8e30df157d68d8006a7ac9ed95feeda73548560b5705ca0d2305af8c49d683d5f0178e48643bef03761e2
-DIST pydantic-2.2.0.tar.gz 620963 BLAKE2B 
64b32daf0d6161a70364bdf21e4f868547253106ded166212faf7ae6dc4861ca21078c0f261af1e86b4d300de790f59bb641b76f0c046172a1240fce0135be86
 SHA512 
b9558cc9ba7da65507e13beb553e616a653169600c2898d783fcb761286674add7afccb39b90400875c0fe1b1a6fdde6e028fae39770fe3be767a9cdb94df5af
-DIST pydantic-2.2.1.tar.gz 621074 BLAKE2B 
f0d987f51b18b13cf384433108eefa58c2fe9da98f514a351edab7dbdafaf8941f6eb946af7d81f88363d827a15df8e2fae5e901be69f5c4d19e0adf237ef773
 SHA512 
b79e49cdd81130aba44c6e122515cf8db121569be16b20bd1cc74c9983c25a2d4b8e532d49fe364782c40a28a3758f8e7f4c99e6e88a6e5470ee8ef214d51eb5
 DIST pydantic-2.3.0.tar.gz 623866 BLAKE2B 
77fe2d9ce385946e13ffeb5827c29bc7473667af6b53b7b3ec2432380dc792f9ce54b1cb5af68f0a548880516c763ac8c29b129d821da074b63a9a50f9ebc5c3
 SHA512 
19c9c066a69c8406ccf5537e62b4b5112a5cf1c32bb68498bb73b739c4525fe115348c4c4e5ef9c074dc46fd2b51ca09bcb1d4fa792dbdd2387e51aadae9e528

diff --git a/dev-python/pydantic/pydantic-2.1.1.ebuild 
b/dev-python/pydantic/pydantic-2.1.1.ebuild
deleted file mode 100644
index 376d9065de8c..
--- a/dev-python/pydantic/pydantic-2.1.1.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Data parsing and validation using Python type hints"
-HOMEPAGE="
-   https://github.com/pydantic/pydantic/
-   https://pypi.org/project/pydantic/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-
-RDEPEND="
-   >=dev-python/annotated-types-0.4.0[${PYTHON_USEDEP}]
-   ~dev-python/pydantic-core-2.4.0[${PYTHON_USEDEP}]
-   >=dev-python/typing-extensions-4.6.1[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   >=dev-python/hatch-fancy-pypi-readme-22.5.0[${PYTHON_USEDEP}]
-   test? (
-   dev-python/dirty-equals[${PYTHON_USEDEP}]
-   >=dev-python/email-validator-2.0.0[${PYTHON_USEDEP}]
-   >=dev-python/Faker-18.13.0[${PYTHON_USEDEP}]
-   dev-python/pytest-mock[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   sed -i -e '/benchmark/d' pyproject.toml || die
-   distutils-r1_src_prepare
-}
-
-python_test() {
-   local EPYTEST_DESELECT=()
-   local EPYTEST_IGNORE=(
-   # require pytest-examples
-   tests/test_docs.py
-   # benchmarks
-   tests/benchmarks
-   )
-   case ${EPYTHON} in
-   python3.12)
-   EPYTEST_DESELECT+=(
-   
tests/test_abc.py::test_model_subclassing_abstract_base_classes_without_implementation_raises_exception
-   
tests/test_computed_fields.py::test_abstractmethod_missing
-   
tests/test_edge_cases.py::test_abstractmethod_missing_for_all_decorators
-   
tests/test_generics.py::test_partial_specification_name
-   
tests/test_model_signature.py::test_annotated_field
-   )
-   ;;
-   esac
-
-   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-   epytest -p pytest_mock
-}

diff --git a/dev-python/pydantic/pydantic-2.2.0.ebuild 
b/dev-python/pydantic/pydantic-2.2.0.ebuild
deleted file mode 100644
index 

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

2023-09-21 Thread Michał Górny
commit: a095d997cbbe9cd47bbfa28eebde40dbabd05e78
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Sep 22 02:48:51 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep 22 03:10:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a095d997

dev-python/sqlglot: Bump to 18.6.0

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

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

diff --git a/dev-python/sqlglot/Manifest b/dev-python/sqlglot/Manifest
index db72e3c151da..0915ba14fd09 100644
--- a/dev-python/sqlglot/Manifest
+++ b/dev-python/sqlglot/Manifest
@@ -1,2 +1,3 @@
 DIST sqlglot-18.5.0.tar.gz 8634825 BLAKE2B 
aaf1854e87fea1ba598c45b12ef142bd825fcdfed4b247d4c0ee83e360154cb8a14ff3386e1635cd735f029b357d978dc3b39295cb1a733c653ade8efeabf0f7
 SHA512 
d75d45da61f0cc70a845776a4bb6aefc414b42cce81be3f8b26d305476e495f08cb017930af07bbe2296e049f65ea40137256b995233069ebfc076fce0bcab78
 DIST sqlglot-18.5.1.tar.gz 8636732 BLAKE2B 
a1cb6e9d5cf91178996681e527f211c31c9a0f0d6bf5036ed7d824d13475f4efbd109df9eb34bc35f0e9f7e443d3ebb2634cf041bdf0e716c9d73d78f679dcbf
 SHA512 
8bf57c14ae374c3367aecc91b239d39df3d4fbd8a6b29837cf48eae0f5116ca5c181c71ded134a771a9512430c97c9dc6f45ae9578a9110eb5729721628178c5
+DIST sqlglot-18.6.0.tar.gz 8655209 BLAKE2B 
cd7ba46e06cb2b537db7912d674f3d43026d111e49ba190ea2f62c9340ade1983b754437473d1d66bf2eebb18060aa8bf79082e6ffcf8144ab8c87aac36deaf4
 SHA512 
70a6c2d1fcaa18197d15e096690bf6beb16fbe13ea0db45a2224ab7aaf05ab8a4efae8be68fb1463c12741dc13e8e57a8ea2e75e2065c7ea3ab52a2cb6ea7d7e

diff --git a/dev-python/sqlglot/sqlglot-18.6.0.ebuild 
b/dev-python/sqlglot/sqlglot-18.6.0.ebuild
new file mode 100644
index ..368b77416b42
--- /dev/null
+++ b/dev-python/sqlglot/sqlglot-18.6.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi optfeature
+
+DESCRIPTION="An easily customizable SQL parser and transpiler"
+HOMEPAGE="
+   https://sqlglot.com/
+   https://github.com/tobymao/sqlglot/
+   https://pypi.org/project/sqlglot/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+EPYTEST_IGNORE=(
+   # Tests require pyspark or duckdb which aren't in the tree.
+   # Pandas would be a requirement normally, but it gets ignored by proxy.
+   "tests/dataframe/integration/test_dataframe.py"
+   "tests/dataframe/integration/test_grouped_data.py"
+   "tests/dataframe/integration/test_session.py"
+   "tests/test_executor.py"
+   "tests/test_optimizer.py"
+)
+
+distutils_enable_tests pytest
+
+pkg_postinst() {
+   optfeature "simplifying timedelta expressions" 
dev-python/python-dateutil
+}



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

2023-09-21 Thread Matt Turner
commit: cb6ac92c1e9dd17a001e9ed1c1ad730c55ed8204
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 22 01:59:30 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 22 02:32:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb6ac92c

x11-themes/gnome-backgrounds: Drop old versions

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

 x11-themes/gnome-backgrounds/Manifest |  1 -
 .../gnome-backgrounds/gnome-backgrounds-45_rc.ebuild  | 15 ---
 2 files changed, 16 deletions(-)

diff --git a/x11-themes/gnome-backgrounds/Manifest 
b/x11-themes/gnome-backgrounds/Manifest
index acafe0787254..2e253311c711 100644
--- a/x11-themes/gnome-backgrounds/Manifest
+++ b/x11-themes/gnome-backgrounds/Manifest
@@ -1,3 +1,2 @@
 DIST gnome-backgrounds-44.0.tar.xz 48536532 BLAKE2B 
8815cd4b4d114ff703094c6979e0cf7951b8907c4b1ee9929dcb40bed136c395373c12d1d302b8f1b1e50e79e25f805f659969953fe6f2504d6db3594a91e588
 SHA512 
d3550d2ec04894601594523f20b6da295f61952b69d894ed533017297158a342d21bf83532591775029aab0acdd9fd1127d570960e94f3668e2c3231486bbebc
 DIST gnome-backgrounds-45.0.tar.xz 32091076 BLAKE2B 
f8ac82069fb6beb71c7776356c7d87e6b57c9de1c8dd1becdff6a60f22b73284b0231c10c6af5a64addb4a890704808c00757b5f71d6f3a9deeaf59d97441d88
 SHA512 
6f25f8b22e5ae9ff3c522367af549de7260d34bef38d2b272df538217823cf880132d8be025344e97fd7f108acae4eed4dcac4e93b5f34b843e142687702b0ee
-DIST gnome-backgrounds-45.rc.tar.xz 32091164 BLAKE2B 
8c6391a439974011b259ba6658cb5b47513b5bd1b51d4f74bfe4c2c809dc3a4eac16946d0955e8a195721b40b10fb55a711374dc8c76db73b91b47bef31a5eb2
 SHA512 
770c98dd2a33516890b7ad4df4e3b896b211dfbca0b476db2f6a810bcbb5aefa30517625a0d2aea1f7980e888a93f8e477b7b756bf58082b2ebc4190526bf13e

diff --git a/x11-themes/gnome-backgrounds/gnome-backgrounds-45_rc.ebuild 
b/x11-themes/gnome-backgrounds/gnome-backgrounds-45_rc.ebuild
deleted file mode 100644
index 8636516b5b76..
--- a/x11-themes/gnome-backgrounds/gnome-backgrounds-45_rc.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit gnome.org meson
-
-DESCRIPTION="A set of backgrounds packaged with the GNOME desktop"
-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="~alpha ~amd64 ~arm ~arm64 ~ia64 ~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: sci-geosciences/gnome-maps/

2023-09-21 Thread Matt Turner
commit: 84ff154c15e169781848b0790274c9b80dfa6374
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 22 01:58:38 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 22 02:32:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84ff154c

sci-geosciences/gnome-maps: Drop old versions

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

 sci-geosciences/gnome-maps/Manifest|  1 -
 sci-geosciences/gnome-maps/gnome-maps-45_rc.ebuild | 50 --
 2 files changed, 51 deletions(-)

diff --git a/sci-geosciences/gnome-maps/Manifest 
b/sci-geosciences/gnome-maps/Manifest
index d2de7665ff41..b748acd62ce7 100644
--- a/sci-geosciences/gnome-maps/Manifest
+++ b/sci-geosciences/gnome-maps/Manifest
@@ -1,4 +1,3 @@
 DIST gnome-maps-44.3.tar.xz 2348292 BLAKE2B 
1e66780eaf5ea86e25438702ed8602801d31b128e40e48b30d01b9aecb9366168447f6d47efdc3198d4c8598dbcd439ae9a8c80e3810fc22faf1a3f1a44ea1b3
 SHA512 
a193b27474a3b62b3dc5ddbe082ea9718c5225d4939d939cf0050c46016fa1c173091d7a6087aa7be53e8369867b200de793a91f87971b8696207a12ec50c682
 DIST gnome-maps-44.4.tar.xz 2348376 BLAKE2B 
c2a17704709cdb8216cfeeeb98c47d0a5b06335f5f9e158175bb4a982db6d385f0c64554f15549e971b00f1fe2bdc215f309abdc37f47fffbb28e76235ec30fe
 SHA512 
7e529f13daa9f1bd24b1e07e5b4514cdc32ed03b27683ee428863daf6fc883ce2cfd4995446335181c71e452e05e199e76f706a207f01f3930f1f340146e55aa
 DIST gnome-maps-45.0.tar.xz 3137420 BLAKE2B 
b44915359353fe924f0ca969d5ef8f321c6b15bcd42a3682e5086a6dacd0fba0cf83d5ac281a627651f7454827950f27267b0b5c90fb5575983d083146c5
 SHA512 
052322e9f92e1311e3eb57a06b2dcdd95e1083f99c59426883884802d6d38c1084d9cca8ff9821b2878c0b70d2c15d1ff04a7710658addf6ad024a198edb61db
-DIST gnome-maps-45.rc.tar.xz 3134492 BLAKE2B 
717141f46992f3e487a97d643fd402f956834f0626b68f8773f7b8dd5897b4d7de9745383e1e7aae39f63913dd306a28765099b7be5ecd14780385967196075e
 SHA512 
5f59ab6cf059a352faffae1c17322dd9520f5323c73ecd1260f37319b2082ec1cbc3e7ddeb64c89cd952436374ccff6a27a1265a1fe64e06bee348fdaa7e2be7

diff --git a/sci-geosciences/gnome-maps/gnome-maps-45_rc.ebuild 
b/sci-geosciences/gnome-maps/gnome-maps-45_rc.ebuild
deleted file mode 100644
index 5fc673570f41..
--- a/sci-geosciences/gnome-maps/gnome-maps-45_rc.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome.org gnome2-utils meson xdg
-
-DESCRIPTION="A map application for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Maps;
-
-LICENSE="GPL-2+ LGPL-2+ MIT CC-BY-3.0 CC-BY-SA-3.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-
-# Pure introspection dependencies found by grepping imports in ${S}
-RDEPEND="
-   >=dev-libs/glib-2.66.0:2
-   >=dev-libs/gjs-1.69.2
-   >=dev-libs/gobject-introspection-0.10.1:=
-   gui-libs/gtk:4[introspection]
-   >=app-misc/geoclue-0.12.99:2.0[introspection]
-   >=gui-libs/libadwaita-1.4_alpha:1[introspection]
-   >=dev-libs/libgweather-4.2.0:4=[introspection]
-   >=sci-geosciences/geocode-glib-3.15.2:2[introspection]
-   dev-libs/libportal:=[introspection]
-   >=media-libs/libshumate-1.1_beta[introspection]
-   dev-libs/libxml2:2
-   >=net-libs/rest-0.9.1:1.0[introspection]
-
-   app-crypt/libsecret[introspection]
-   media-libs/graphene[introspection]
-   net-libs/libsoup:3.0[introspection]
-   x11-libs/pango[introspection]
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   dev-util/glib-utils
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-"
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}



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

2023-09-21 Thread Matt Turner
commit: d2e698b50492e4faf0fcf8a98b00e24511d973ba
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 22 01:55:44 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 22 02:32:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2e698b5

gnome-extra/gnome-system-monitor: Drop old versions

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

 gnome-extra/gnome-system-monitor/Manifest  |  1 -
 .../gnome-system-monitor-45.0.1.ebuild | 54 --
 2 files changed, 55 deletions(-)

diff --git a/gnome-extra/gnome-system-monitor/Manifest 
b/gnome-extra/gnome-system-monitor/Manifest
index 7c95f6cf5f02..d03d32a1134d 100644
--- a/gnome-extra/gnome-system-monitor/Manifest
+++ b/gnome-extra/gnome-system-monitor/Manifest
@@ -1,3 +1,2 @@
 DIST gnome-system-monitor-44.0.tar.xz 1012688 BLAKE2B 
b9e537ac865c31e0aa05958f067181bf3ef73e4997e818ec4d5d61da65954e910c908901ed55cceac447798d092944a01999fc37f38c7ce51590efedf7f12a85
 SHA512 
052dcdc927ad53ea601f1f3da6a921fe21b04f69aaa8b75a5096fdcdac5706391180c476b5c87a98012fa7b5dc6c5c43b8c88c30a38b12868c4188020e8ec3b8
-DIST gnome-system-monitor-45.0.1.tar.xz 1018808 BLAKE2B 
0c226da9e930aa9d4700c4ce074831aaffef57acd19a0d234c1a2a5fdda97b490b55b9959a709fee2848261ce72b063f595eae34697c49ff3fcfc3dc591be8e8
 SHA512 
116b6d2248eb9723d74f2029ce55aaa016a856f648349eceeecb486965fd5785f90b32dd3fcc09729e4ab34f2d87b40324cbf98d2e4523fa56f59f948531fcb5
 DIST gnome-system-monitor-45.0.2.tar.xz 102 BLAKE2B 
9c35175e9b71fa9ea4689fdd17f8a7b9f251fc9039db6d89d6d05fa6fb2729ecce20c5d0f4a000f2f8a3eaa63026053a14a8681e62d8a5af9e589e230bd18026
 SHA512 
60c65a4e035d82bdae98622ed113ba26b45491c7e31358a138a6e4029a08448671190bf8eaf9bb1d30468a4cc00de7565ac25f0b93ac9c3ecee2fcb0515c62f7

diff --git 
a/gnome-extra/gnome-system-monitor/gnome-system-monitor-45.0.1.ebuild 
b/gnome-extra/gnome-system-monitor/gnome-system-monitor-45.0.1.ebuild
deleted file mode 100644
index d9c9360329f7..
--- a/gnome-extra/gnome-system-monitor/gnome-system-monitor-45.0.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit gnome.org gnome2-utils meson xdg
-
-DESCRIPTION="The Gnome System Monitor"
-HOMEPAGE="https://help.gnome.org/users/gnome-system-monitor/stable/;
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE="systemd X"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
-
-RDEPEND="
-   >=dev-cpp/glibmm-2.46:2
-   >=dev-libs/glib-2.56.0:2
-   >=x11-libs/gtk+-3.22:3[X(+)?]
-   >=dev-cpp/gtkmm-3.3.18:3.0
-   >=dev-cpp/atkmm-2.28:0
-   >=gnome-base/libgtop-2.37.2:2=
-   >=gui-libs/libhandy-1.5.0:1
-   >=gnome-base/librsvg-2.35:2
-   >=dev-libs/libxml2-2.0:2
-   X? ( >=x11-libs/libwnck-2.91.0:3 )
-   systemd? ( >=sys-apps/systemd-44:0= )
-"
-# eautoreconf requires gnome-base/gnome-common
-DEPEND="${RDEPEND}"
-BDEPEND="
-   dev-util/glib-utils
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-   >=sys-auth/polkit-0.114
-" # polkit needed at buildtime for ITS rules of policy files, first available 
in 0.114
-
-src_configure() {
-   local emesonargs=(
-   $(meson_use X wnck)
-   $(meson_use systemd)
-   )
-   meson_src_configure
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}



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

2023-09-21 Thread Matt Turner
commit: 82501c2bf6fbcbf279801485df8f9d55665e91c3
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 22 01:57:17 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 22 02:32:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82501c2b

media-libs/libshumate: Drop old versions

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

 media-libs/libshumate/Manifest |  1 -
 media-libs/libshumate/libshumate-1.1_rc.ebuild | 63 --
 2 files changed, 64 deletions(-)

diff --git a/media-libs/libshumate/Manifest b/media-libs/libshumate/Manifest
index d08a7a99713e..718f7253512d 100644
--- a/media-libs/libshumate/Manifest
+++ b/media-libs/libshumate/Manifest
@@ -1,3 +1,2 @@
 DIST libshumate-1.0.5.tar.xz 112008 BLAKE2B 
e20e53fdcd34aa67853f68d72801e7ef7dfcb39670f67f0bfab76cc04a0dc4e92b614b5a588560de64c85406b63a105b5ba19854cf1189a5a3c03f097c93556e
 SHA512 
73beffb8eea95b279d297294ce96a39883856d280eeda1215b908d5b7ac86aff49bbd9c07065ffb394657497997b1994712de6526efd9076f9a5feb1c17b9532
 DIST libshumate-1.1.0.tar.xz 299096 BLAKE2B 
111eaca1ed7d0abc9f4bc5d83c10bd84aadd42cf92d3a5ac37e00edd9b433c1db768686c9935f7f88b200c6a2b7c1898b0e96bcf036947bc7097e5ddfcd34d82
 SHA512 
138736090ad448cd73812e5b3da6d1e9199601ca7ee9b026a19586c680ccb306871fe2a779db4cffde822834974154ccd55117dd58ce849c655fde71dab0237a
-DIST libshumate-1.1.rc.tar.xz 298976 BLAKE2B 
d2bde2edec21df575ab61ef7bd0564bc4d328cbd989de8fb98f74a9a084ad6fc81236d7f3cc0a99fa7538e3297dd71cc54d55e4c74d03bc368e93a1c88e2a406
 SHA512 
b4093ac48b09794064989b34e36737f90901685220db686aed8cb896af5d0f2b9165f4fed59cadb2e43ff49211fcd54a4e6d64bca9c73311cd1822f8e455723e

diff --git a/media-libs/libshumate/libshumate-1.1_rc.ebuild 
b/media-libs/libshumate/libshumate-1.1_rc.ebuild
deleted file mode 100644
index 0238d92667b6..
--- a/media-libs/libshumate/libshumate-1.1_rc.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome.org meson vala virtualx
-
-DESCRIPTION="Shumate is a GTK toolkit providing widgets for embedded maps"
-HOMEPAGE="https://wiki.gnome.org/Projects/libshumate 
https://gitlab.gnome.org/GNOME/libshumate;
-
-SLOT="1.0/1"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~sparc ~x86"
-REQUIRED_USE="gtk-doc? ( introspection )"
-
-IUSE="gtk-doc +introspection sysprof vala" # vector-renderer is still 
experimental, maybe put in at a later release
-
-RDEPEND="
-   >=dev-libs/glib-2.68.0:2
-   >=x11-libs/cairo-1.4
-   >=dev-db/sqlite-1.12:3
-   >=gui-libs/gtk-4:4
-   >=net-libs/libsoup-3.0:3.0
-   introspection? ( >=dev-libs/gobject-introspection-0.6.3:= )
-"
-# vector-renderer? (
-#  >=dev-libs/json-glib-1.6.0[introspection?]
-#  dev-libs/protobuf-c
-# )
-
-DEPEND="${RDEPEND}
-   sysprof? ( dev-util/sysprof-capture:4 )
-"
-BDEPEND="
-   gtk-doc? ( >=dev-util/gi-docgen-2021.1 )
-   vala? ( $(vala_depend) )
-"
-
-src_configure() {
-   local emesonargs=(
-   $(meson_use introspection gir)
-   $(meson_use vala vapi)
-   $(meson_use gtk-doc gtk_doc)
-   -Ddemos=false # only built, not installed
-   # $(meson_use vector-renderer vector_renderer)
-   -Dvector_renderer=false
-   -Dlibsoup3=true
-   $(meson_feature sysprof)
-   )
-   meson_src_configure
-}
-
-src_test() {
-   virtx dbus-run-session meson test -C "${BUILD_DIR}" || die 'tests 
failed'
-}
-
-src_install() {
-   meson_src_install
-   if use gtk-doc; then
-   mkdir -p "${ED}"/usr/share/gtk-doc/html || die
-   mv "${ED}"/usr/share/doc/libshumate-1.0 
"${ED}"/usr/share/gtk-doc/html/libshumate-1.0 || die
-   fi
-}



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

2023-09-21 Thread Matt Turner
commit: ecaef0a53b587163a2724b38aa92605f4a2bc43e
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 22 01:58:16 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 22 02:32:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecaef0a5

net-misc/gnome-connections: Drop old versions

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

 net-misc/gnome-connections/Manifest|  1 -
 .../gnome-connections-45_rc.ebuild | 63 --
 2 files changed, 64 deletions(-)

diff --git a/net-misc/gnome-connections/Manifest 
b/net-misc/gnome-connections/Manifest
index b1d0a5e14f19..98e1e21d1893 100644
--- a/net-misc/gnome-connections/Manifest
+++ b/net-misc/gnome-connections/Manifest
@@ -1,3 +1,2 @@
 DIST gnome-connections-44.1.tar.xz 3999000 BLAKE2B 
62f811a5cf530d3b38b576217d004d982f051a12bd3e525499d7fa4466538a1c8a2d4713f15cb0862d753f06a1f624f8fa87b80498ecbb461e7e7a545cb8c4d5
 SHA512 
34878e51ae67b222f8c5a00524bf2f3f24b9bc989ceccd707028ecdec612d81d3dc5e187e000f6e870e1cf816a66342cb8e9e9aaf7a6296950e1efa5b8a0d47e
 DIST gnome-connections-45.0.tar.xz 4009108 BLAKE2B 
10f3f98df6fd6a090c226192229c3eeba7d707c1a109eaaf3a6427b9eadd375a136da9f089b904b66d9e94f27b9b6f982f1c0392ac9eb00936f46450b48bfbf6
 SHA512 
a2c5f8cd3076fc370cdd34f909bd02d07b9391a606133a46d17a5fd92644ee971c7dddb09674d660a462b9f0d99e83ef2b595095173274e54bbdc0f8411fffe4
-DIST gnome-connections-45.rc.tar.xz 4006984 BLAKE2B 
84b496f650dcd867fb52b90837e31bd9c9308e555a486372ee612f74b41ea2ea4497d9d60e0e64172977d93c1b314fdcccde50dbdf828817561ce0348d9c440d
 SHA512 
866e15632928a1a996f4388cf08c15c403dde81dfd4d24cb0c53ded268f67066162584b44aee7067f3a08fc117ab01abb357d227494182c73d04074137c90b57

diff --git a/net-misc/gnome-connections/gnome-connections-45_rc.ebuild 
b/net-misc/gnome-connections/gnome-connections-45_rc.ebuild
deleted file mode 100644
index 325726aeadc2..
--- a/net-misc/gnome-connections/gnome-connections-45_rc.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome.org gnome2-utils meson vala xdg
-
-DESCRIPTION="A remote desktop client for the GNOME desktop environment"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/connections;
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-   dev-libs/gobject-introspection
-   >=dev-libs/glib-2.50:2
-   >=x11-libs/gtk+-3.22:3[introspection]
-   >=net-libs/gtk-vnc-0.4.4[pulseaudio,vala]
-   >=gui-libs/libhandy-1.6.0:1[vala]
-   >=dev-libs/libxml2-2.7.8
-   app-crypt/libsecret[vala]
-
-   >=net-misc/freerdp-2.0.0:0=
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-   $(vala_depend)
-   dev-libs/glib
-   dev-util/glib-utils
-   dev-util/itstool
-   sys-devel/gettext
-   virtual/pkgconfig
-
-   test? (
-   dev-libs/appstream-glib
-   dev-util/desktop-file-utils
-   )
-"
-
-src_prepare() {
-   default
-   vala_setup
-}
-
-src_configure() {
-   local emesonargs=(
-   -Dprofile=default
-   )
-   meson_src_configure
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}



[gentoo-commits] repo/gentoo:master commit in: x11-themes/adwaita-icon-theme/

2023-09-21 Thread Matt Turner
commit: 5fcd8bb1c56926d34c34a9c63f59c7f1610b4c7b
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 22 01:59:24 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 22 02:32:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fcd8bb1

x11-themes/adwaita-icon-theme: Drop old versions

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

 x11-themes/adwaita-icon-theme/Manifest |  1 -
 .../adwaita-icon-theme-45_rc.ebuild| 70 --
 2 files changed, 71 deletions(-)

diff --git a/x11-themes/adwaita-icon-theme/Manifest 
b/x11-themes/adwaita-icon-theme/Manifest
index b71921e4a326..c1c618bc4a03 100644
--- a/x11-themes/adwaita-icon-theme/Manifest
+++ b/x11-themes/adwaita-icon-theme/Manifest
@@ -1,5 +1,4 @@
 DIST adwaita-icon-theme-3.32.0.tar.xz 18540012 BLAKE2B 
a82ca6758cdbf459ac617d3b3d834e4147c3a3c5e6ca7c705ed2d16e8cf0a1255f5ae999d7e930b9716585b8c498c220f1ab40fec929dde7679efd56f3b18a45
 SHA512 
9609732cd51c6794d4d86598818bb2a589b0f4b6b795e57f3507dad69b21ef1b2fc2e83e24e937428bbace32fcccf587a5771cbc02c5768206e704f0456a6d1d
 DIST adwaita-icon-theme-44.0.tar.xz 2488628 BLAKE2B 
fdea82299d7d0344a782f6153d2d4a0680930057877adf67ff6cbf26b94ed71b5c4c84a0025b5db671652cda3ab508daf1e1c513991682f7a810bed0aac9b81b
 SHA512 
987245be4e9118ea1d3d56f2829b03a311a29e58e99a51949f3592f0c57f0ce9fe8636215efcd7de2e25a3a005c6df91d780d69ddae1e59f3a5f2edcd0a502be
 DIST adwaita-icon-theme-45.0.tar.xz 4296512 BLAKE2B 
b069b12a85cd4e0aa17e1e457ef2083c259723c41e018db360076111e0c68a08189110c0bcd0808f0b31068c1b7c37436fd695ce8daf73b89fe8e63c7ed381b1
 SHA512 
0511acabb18cd8a07a53c5714d921b562a5d2ed5922d9922521b58d234518af7b9fd97d91e04d18d1a6c97d3a22fb555b8836288eba5ab7c5e9aa51807c2dbf4
-DIST adwaita-icon-theme-45.rc.tar.xz 4294164 BLAKE2B 
e9ee1863f8034b396b47b33f32465db87006d405c8eecedab46be935789cb6ecea2d72014f4ad4b9d7c5f15088493d8fdbdd671f3228af0effe020635293288e
 SHA512 
cd602f852a98f280bba3145164ec8ff452b8275d9b0add877caf676bc54c2941fd4233fc264d9d8861adffd946981e90d0504a43e0a29b421ef918fc9dabe59d
 DIST tango-gentoo-v1.1.tar.gz 29322 BLAKE2B 
83fa2bf37727e60851dd679054fe1b153ebfea58c9a9a40f891f7d68d3b047b02e8effa1d1b4e08d64500a2072ce7200f159c92a352da7124de27e1b05bb6027
 SHA512 
87d47ddab68361db6d99866c51705dcb3e198f8345a1096859acf2c6cca5099dd23c7fb30d124f52c4933ea38fd45fadffbbe6ecbdfa84f5b60938a4824f9045

diff --git a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-45_rc.ebuild 
b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-45_rc.ebuild
deleted file mode 100644
index 49b93ffd47ba..
--- a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-45_rc.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome.org meson xdg
-
-DESCRIPTION="GNOME default icon theme"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/adwaita-icon-theme;
-
-SRC_URI="${SRC_URI}
-   branding? ( 
https://www.mail-archive.com/tango-artists@lists.freedesktop.org/msg00043/tango-gentoo-v1.1.tar.gz
 )
-"
-LICENSE="
-   || ( LGPL-3 CC-BY-SA-3.0 )
-   branding? ( CC-BY-SA-4.0 )
-"
-SLOT="0"
-IUSE="branding"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
-
-# gtk+:3 is needed for build for the gtk-encode-symbolic-svg utility
-# librsvg is needed for gtk-encode-symbolic-svg to be able to read the source 
SVG via
-# its pixbuf loader and at runtime for rendering scalable icons shipped by the 
theme
-DEPEND=">=x11-themes/hicolor-icon-theme-0.10"
-RDEPEND="${DEPEND}
-   >=gnome-base/librsvg-2.48:2
-"
-BDEPEND="
-   >=gnome-base/librsvg-2.48:2
-   sys-devel/gettext
-   virtual/pkgconfig
-   x11-libs/gtk+:3
-"
-# This ebuild does not install any binaries
-RESTRICT="binchecks strip"
-
-src_prepare() {
-   if use branding; then
-   for i in 16; do
-   cp "${WORKDIR}"/tango-gentoo-v1.1/${i}x${i}/gentoo.png \
-   "${S}"/Adwaita/${i}x${i}/places/start-here.png \
-   || die "Copying gentoo logos failed"
-   done
-   cp "${WORKDIR}"/tango-gentoo-v1.1/scalable/gentoo.svg \
-   "${S}"/Adwaita/scalable/places/start-here.svg || die
-   fi
-
-   default
-}
-
-src_test() {
-   :; # No tests
-}
-
-src_install() {
-   meson_src_install
-
-   # Gentoo uses the following location for cursors too, but keep
-   # upstream path to prevent issues like bugs #838451, #834277, #834001
-   dosym ../../../../usr/share/icons/Adwaita/cursors 
/usr/share/cursors/xorg-x11/Adwaita
-}
-
-pkg_preinst() {
-   # Needed until bug #834600 is solved
-   if [[ -d "${EROOT}"/usr/share/cursors/xorg-x11/Adwaita ]] ; then
-   rm -r "${EROOT}"/usr/share/cursors/xorg-x11/Adwaita || die
-   fi
-   xdg_pkg_preinst
-}



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

2023-09-21 Thread Matt Turner
commit: 9a32df6494a337b46f762ba8c06c53d4281f990f
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 22 01:58:42 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 22 02:32:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a32df64

sys-apps/baobab: Drop old versions

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

 sys-apps/baobab/Manifest   |  1 -
 sys-apps/baobab/baobab-45_alpha.ebuild | 43 --
 2 files changed, 44 deletions(-)

diff --git a/sys-apps/baobab/Manifest b/sys-apps/baobab/Manifest
index d5c422753cc8..8b8e8fd735c8 100644
--- a/sys-apps/baobab/Manifest
+++ b/sys-apps/baobab/Manifest
@@ -1,3 +1,2 @@
 DIST baobab-44.0.tar.xz 596552 BLAKE2B 
c58093dec9789a62db3f319d16010572439aba94629e82a5dc16912c08604f8d3800e08431855bd7d7cc87fcbc8643698f6a87ab3b0e5489552a601b1c7beaaf
 SHA512 
a9b8ca9226b9464f33a06810ce5c889dcc50fa2b0c05343fcb88b0d453528fbf7de256b75f55e99a24f33b91bdd69a03f6ea3ea3e5d793033a8cce6345b3cac3
 DIST baobab-45.0.tar.xz 601576 BLAKE2B 
786aa2c3ed4d5aab671dc54ac3772a0b802fd8545a37c094719da5e52fa93b97c5e1bafd9b6d0419540389fd9cd61cd3205eb9db00dde22ee534aa61d89a7a8e
 SHA512 
cc3cae0c3ef13dbf2e09c12cc4443b5b1420a06829a4944be98099b03e875c5e88e9611242e1494e1ec85687772519c03c817b6e7d535040e2276e5d6fb902df
-DIST baobab-45.alpha.tar.xz 598036 BLAKE2B 
dc29702e0dbb8b931656b5dd4f1c52c9c39a44e167469de4ac56152fb8b2e8c0e3db642468a9f9e2e187fe7d990df9851eb7932461866621cb216f5a8f1e7055
 SHA512 
7fde566bc46cd2fcf0622521fd969a9fc76bcf6fd9d52e3f5df33ba1ba782a259740ff1e3140e7ca1e6bbbd78af17a69c6f657eebcc75add1ffa108c48b1169e

diff --git a/sys-apps/baobab/baobab-45_alpha.ebuild 
b/sys-apps/baobab/baobab-45_alpha.ebuild
deleted file mode 100644
index 6109b25190a1..
--- a/sys-apps/baobab/baobab-45_alpha.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome.org gnome2-utils meson vala xdg
-
-DESCRIPTION="Disk usage browser for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Baobab;
-
-LICENSE="GPL-2+ FDL-1.1+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
-
-RDEPEND="
-   >=dev-libs/glib-2.44:2
-   >=gui-libs/gtk-4.4.0:4
-   >=gui-libs/libadwaita-1.4_alpha:1
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   $(vala_depend)
-   >=gui-libs/libadwaita-1.4_alpha:1[vala]
-   dev-util/itstool
-   >=sys-devel/gettext-0.21
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   default
-   vala_setup
-   xdg_environment_reset
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}



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

2023-09-21 Thread Matt Turner
commit: b2f7aed61dead0a0e9783051e3e7e6e010ff5fc9
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 22 01:56:44 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 22 02:32:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2f7aed6

media-gfx/gnome-font-viewer: Drop old versions

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

 media-gfx/gnome-font-viewer/Manifest   |  1 -
 .../gnome-font-viewer-45_alpha.ebuild  | 30 --
 2 files changed, 31 deletions(-)

diff --git a/media-gfx/gnome-font-viewer/Manifest 
b/media-gfx/gnome-font-viewer/Manifest
index 8272c179c8b2..30ce2fce2547 100644
--- a/media-gfx/gnome-font-viewer/Manifest
+++ b/media-gfx/gnome-font-viewer/Manifest
@@ -1,3 +1,2 @@
 DIST gnome-font-viewer-44.0.tar.xz 299644 BLAKE2B 
9eceda601332601a3918331c0b4dae1f588ec88d9c28323694291f22e9add115ccfd70ef8c2d3b1a410bcf7c7443810abdb58a156927c235fb895412dea54213
 SHA512 
f2da77fadbd76eaaf661cb518043ebad6f964a90f1cede5b58160a3aa08a0fe42a9972bc4871725dc7ae16eb4199329ef2ea08734b8017306e61341e51c37bea
 DIST gnome-font-viewer-45.0.tar.xz 300420 BLAKE2B 
3cc71c056a1254447a9b0c5e838a8950e0414293b9788373b1de90657e364b55784fcef7749abd4e75e29cc6246b081baab66135276744020695ef1e8952a03f
 SHA512 
94289be78831dbc9be8d73348fd423379ebe691b08cf2547acd2648e0e7b1dafcd6c63ffa2c9ec033786b7b65912187c782bb279cc0fb6227d6ee74c1541701e
-DIST gnome-font-viewer-45.alpha.tar.xz 300188 BLAKE2B 
dde514abf5fdca8e95bf41ec6dbf2d13e038dbcd242de87a04afc85f43a36713566c60623c345765e62f31b2e911fe9631390c5ffc9457ccd4e333ccd837b149
 SHA512 
f906086f52989fc26775fa025618f01f3653d4360f3c59f270cd40747bef1164f31688772712e49fcbf280cc3776cdbac6e5833bb080a6c855286caf812e6e78

diff --git a/media-gfx/gnome-font-viewer/gnome-font-viewer-45_alpha.ebuild 
b/media-gfx/gnome-font-viewer/gnome-font-viewer-45_alpha.ebuild
deleted file mode 100644
index 6978d4a2b45c..
--- a/media-gfx/gnome-font-viewer/gnome-font-viewer-45_alpha.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit gnome.org meson xdg
-
-DESCRIPTION="Font viewer utility for GNOME"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-font-viewer;
-
-LICENSE="GPL-2+ LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
-
-DEPEND="
-   >=dev-libs/glib-2.56.0:2
-   >=gui-libs/gtk-4.5.0:4
-   >=gui-libs/libadwaita-1.4_alpha:1
-   >=media-libs/harfbuzz-0.9.9:=
-   media-libs/fontconfig:1.0
-   media-libs/freetype:2
-   gnome-base/gnome-desktop:4=
-   dev-libs/fribidi
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-   dev-libs/appstream-glib
-   dev-libs/libxml2:2
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-"



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

2023-09-21 Thread Matt Turner
commit: 0a1e8e319da1f8cde45ca0e7c92849dc6e3a8734
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 22 01:59:55 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 22 02:32:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a1e8e31

x11-wm/mutter: Drop old versions

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

 x11-wm/mutter/Manifest   |   1 -
 x11-wm/mutter/mutter-45_beta1.ebuild | 235 ---
 2 files changed, 236 deletions(-)

diff --git a/x11-wm/mutter/Manifest b/x11-wm/mutter/Manifest
index 376b01177a69..58a99c112c4b 100644
--- a/x11-wm/mutter/Manifest
+++ b/x11-wm/mutter/Manifest
@@ -1,4 +1,3 @@
 DIST mutter-44.3.tar.xz 2848256 BLAKE2B 
42c00d4673cab5d119361c6eb2b78c33894c637b36a34f9b74eb5a19ca621d3458208be020216f9a8949e8b0a9c9de697662c5aebb11f70bc83173ce33c7a1eb
 SHA512 
d29bc6c7407ba81be0b5bfa2333bc77c09f7a084e09d6902cad8ca8e64ba75a22652b68a4e84b79b80481d9a7b6cb490128113dcd125ed5bcd5423d4ec88fb35
 DIST mutter-44.4.tar.xz 2847392 BLAKE2B 
2ecdb0d447c0426a7e02f4d3b3cdf8936a6c7a5fecad163bdba9428f018e0ceb2047b241422bc9de5e9d0fb08e88a04d572d1b404b48d6df214a7263292309ba
 SHA512 
3f7b37be5531e270c071fc9784a6a284a3d715dfd1dfc854779126197d6e53c660836412ba08e6233747c7b016926114a57be5adb36a11c8ec9c81e333ce668c
 DIST mutter-45.0.tar.xz 2883164 BLAKE2B 
cb006cae08a8e4b1c6404ab99b970854a05d764361936d88d726ece6583e922b8e5bab4189ec240292d14cfb312fb1cadafa17e372d332dfc194bdc0041e4441
 SHA512 
bbf813a720a3d8545969d089790f6e4c19cd5c8eb3079ba028945e4728446c78aa7540061ea87e43151c2ef359ea986b0e7a45f56f0eb6a33ca2c3979955bb43
-DIST mutter-45.beta.1.tar.xz 2876540 BLAKE2B 
f7aa51c1bad49b58ddc6aca9abcf91c69c20b8dfa1da5c2c7e47e259720e326bbbc71138b3b5e3d09f2dd8e77c3826bf8b936eb819fff391ea9b56957360
 SHA512 
4083952406dc4c6f84da6641ab84072b889fc775cd7ff3146297f3d22ae298b2283ebb683a94b49259c748220f1a00292b460f20f64c2de36896659591c49039

diff --git a/x11-wm/mutter/mutter-45_beta1.ebuild 
b/x11-wm/mutter/mutter-45_beta1.ebuild
deleted file mode 100644
index cd284637a32c..
--- a/x11-wm/mutter/mutter-45_beta1.ebuild
+++ /dev/null
@@ -1,235 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{10..12} )
-inherit gnome.org gnome2-utils meson python-any-r1 udev xdg
-
-DESCRIPTION="GNOME compositing window manager based on Clutter"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/mutter/;
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/mutter.git;
-   SRC_URI=""
-else
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-fi
-
-LICENSE="GPL-2+"
-SLOT="0/$(($(ver_cut 1) - 32))" # 0/libmutter_api_version - ONLY gnome-shell 
(or anything using mutter-clutter-.pc) should use the subslot
-
-IUSE="debug elogind gnome gtk-doc input_devices_wacom +introspection 
screencast sysprof systemd test udev wayland video_cards_nvidia"
-# native backend requires gles3 for hybrid graphics blitting support, udev and 
a logind provider
-REQUIRED_USE="
-   gtk-doc? ( introspection )
-   wayland? ( ^^ ( elogind systemd ) udev )
-   test? ( wayland )"
-RESTRICT="!test? ( test )"
-
-# gnome-settings-daemon is build checked, but used at runtime only for 
org.gnome.settings-daemon.peripherals.keyboard gschema
-# xorg-server is needed at build and runtime with USE=wayland for Xwayland
-# v3.32.2 has many excessive or unused *_req variables declared, thus 
currently the dep order ignores those and goes via dependency() call order
-DEPEND="
-   >=media-libs/graphene-1.10.2[introspection?]
-   x11-libs/gdk-pixbuf:2
-   >=x11-libs/pango-1.46[introspection?]
-   >=x11-libs/cairo-1.14[X]
-   >=dev-libs/fribidi-1.0.0
-   >=gnome-base/gsettings-desktop-schemas-42.0[introspection?]
-   >=dev-libs/glib-2.75.1:2
-   gnome-base/gnome-settings-daemon
-   >=dev-libs/json-glib-0.12.0[introspection?]
-   >=x11-libs/libxkbcommon-0.4.3
-   x11-libs/libICE
-   >=app-accessibility/at-spi2-core-2.46:2[introspection?]
-   sys-apps/dbus
-   >=x11-misc/colord-1.4.5:=
-   >=media-libs/lcms-2.6:2
-   >=media-libs/harfbuzz-2.6.0:=
-   >=dev-libs/libei-1.0.0
-
-   gnome? ( gnome-base/gnome-desktop:4= )
-
-   >=media-libs/libcanberra-0.26
-
-   media-libs/libglvnd[X]
-
-   wayland? (
-   >=dev-libs/wayland-protocols-1.31
-   >=dev-libs/wayland-1.21.0
-
-   x11-libs/libdrm
-   media-libs/mesa[gbm(+)]
-   >=dev-libs/libinput-1.18.0:=
-
-   elogind? ( sys-auth/elogind )
-   x11-base/xwayland
-   video_cards_nvidia? ( gui-libs/egl-wayland )
-   )
-   udev? (
-   >=virtual/libudev-232-r1:=
-   >=dev-libs/libgudev-232
-   )
-   systemd? ( sys-apps/systemd )
-   x11-libs/libSM
-   input_devices_wacom? 

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

2023-09-21 Thread Matt Turner
commit: 0a4ddc1ef84f96d13f3c6b2a328e836e92c1488c
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 22 01:56:02 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 22 02:32:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a4ddc1e

gnome-extra/sushi: Drop old versions

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

 gnome-extra/sushi/Manifest   |  1 -
 gnome-extra/sushi/sushi-45_alpha2.ebuild | 58 
 2 files changed, 59 deletions(-)

diff --git a/gnome-extra/sushi/Manifest b/gnome-extra/sushi/Manifest
index 7cf17d1a5f33..5244ad36401b 100644
--- a/gnome-extra/sushi/Manifest
+++ b/gnome-extra/sushi/Manifest
@@ -1,3 +1,2 @@
 DIST sushi-44.2.tar.xz 82236 BLAKE2B 
144b2a068c0ed81e49236ed2f43125ec9df8eb853dac6d49e55c56d489f6dd41e1704b3e22996bd80bcbda07f0843a831bdbd8296606a9688376bf7fc6140406
 SHA512 
0e2cd6e619872e7ebd29b01bf6038b3db7f8202f20a77034451e69b722e46ee9f8e20378253f49ccb12b6060490c2581f10823c778c42ab9edf41016a1da
 DIST sushi-45.0.tar.xz 83404 BLAKE2B 
15a6e2c3b6a50451bfe72a17efaa14a934b040a415a198502b5d39a26aa039f1ec521ad71a98f319e98b023133834fc2eba42be77f9f86dd942e96a3eb8c47b6
 SHA512 
25f8183e8a98ece5f8fe8b62bd60c1570e580634bc154650c044d37a18f3848fac724a2bebcc59a6d2b55290cf2ec852abda21864b15d97b3395183c2391ae0f
-DIST sushi-45.alpha.2.tar.xz 83288 BLAKE2B 
587043020f59c1d1747393f8ad139e68764b1e98b89ad926f910f19b95504c166ec6fa340ee5a881c8643edd2c697c75843d3260cd9ac54c6cddd6e421862d02
 SHA512 
a5a658860731f64c00657fc34f1b494f656fb0981c10e8baf31641bbc84f6902a37853f13aab622abd40ad154a9f8e1e99e162c887e34f20f781ee33a70996ed

diff --git a/gnome-extra/sushi/sushi-45_alpha2.ebuild 
b/gnome-extra/sushi/sushi-45_alpha2.ebuild
deleted file mode 100644
index 8c11aac1b315..
--- a/gnome-extra/sushi/sushi-45_alpha2.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit gnome.org meson optfeature xdg
-
-DESCRIPTION="A quick previewer for Nautilus, the GNOME file manager"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/sushi;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc ~x86"
-IUSE="wayland +X"
-REQUIRED_USE="|| ( wayland X )"
-
-DEPEND="
-   media-libs/libepoxy
-   >=app-text/evince-3.0[introspection]
-   media-libs/freetype:2
-   >=x11-libs/gdk-pixbuf-2.23.0[introspection]
-   >=dev-libs/glib-2.29.14:2
-   media-libs/gstreamer:1.0[introspection]
-   media-libs/gst-plugins-base:1.0[introspection]
-   >=x11-libs/gtk+-3.13.2:3[introspection,wayland?,X?]
-   >=x11-libs/gtksourceview-4.0.3:4[introspection]
-   >=media-libs/harfbuzz-0.9.9:=
-   >=dev-libs/gobject-introspection-1.54:=
-   net-libs/webkit-gtk:4.1[introspection]
-   >=dev-libs/gjs-1.40
-"
-RDEPEND="${DEPEND}
-   >=gnome-base/nautilus-3.1.90
-   media-plugins/gst-plugins-gtk:1.0[wayland?,X?]
-"
-BDEPEND="
-   dev-util/glib-utils
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-"
-
-src_configure() {
-   local emesonargs=(
-   $(meson_feature wayland)
-   $(meson_feature X X11)
-   -Dprofile=default
-   )
-   meson_src_configure
-}
-
-src_compile() {
-   local -x GST_PLUGIN_SYSTEM_PATH_1_0=
-   meson_src_compile
-}
-
-pkg_postinst() {
-   optfeature "Support viewing file formats such as generated by 
LibreOffice" \
-  app-office/libreoffice app-office/libreoffice-bin
-}



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

2023-09-21 Thread Matt Turner
commit: a4da858e43c13dd5ff317ff066839243b3d72607
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 22 01:55:20 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 22 02:32:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4da858e

gnome-extra/gnome-boxes: Drop old versions

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

 gnome-extra/gnome-boxes/Manifest |   1 -
 gnome-extra/gnome-boxes/gnome-boxes-45_rc.ebuild | 120 ---
 2 files changed, 121 deletions(-)

diff --git a/gnome-extra/gnome-boxes/Manifest b/gnome-extra/gnome-boxes/Manifest
index 6c11cb2764f8..140644fdb1e7 100644
--- a/gnome-extra/gnome-boxes/Manifest
+++ b/gnome-extra/gnome-boxes/Manifest
@@ -1,4 +1,3 @@
 DIST gnome-boxes-44.2.tar.xz 1239344 BLAKE2B 
69b2c387f3482f41450df89ed742d754c68f119c02b4aa7401b019a28e21494d07b6402fe2ae2e5fb59f4c292e7246ef8a5eb240bb586359368c3dbab93b83ca
 SHA512 
08e40cd45a4bdc3ba82bfd0a5f4065e56685c43343d6e745f51a5a8043b402a1eb6b6396193600d89d30b2791cb4e8718194ca1b83b7be954b83b5d939eed948
 DIST gnome-boxes-44.3.tar.xz 1240512 BLAKE2B 
788f82d8c216273e439a7560de702d6c7f76b19b9a9fc291cd65412cd6fc4040a34eeea0b481ee6ace90e7dbefd674461a4685da18a80ecb81f7779dd4acea88
 SHA512 
cdae6a93233f48b3aa323cdf56915dee2d347d4eb5f50aa6a128d6dca4cb9e7db10f29ddfecc45a762cd3b58c23f948eec231f969dcc46766b3f89119bf8dc38
 DIST gnome-boxes-45.0.tar.xz 1239116 BLAKE2B 
15f52a78cf3a3b010a7ad662d4a7f537e43e7793baf85918abc64d65e260e3e9c7a84dfa0c8b2a37e911363a04b26ae3cb285baa065a9620e145e01478640d5d
 SHA512 
f8e1f5562ef65b05f8f2bb156646ee8bc8c951268386ede175567e8ec6104e1c1ee427d3cef3e6a2be7234bc2a3cfc44c80f55144be2ffbb96778142279ba334
-DIST gnome-boxes-45.rc.tar.xz 1261380 BLAKE2B 
2467ba9ccd5810cbeab79a9c4908a29c2cf67ed76b878c74b1e1c14f023908d6466b97275e9c91ddcae6293ab7344daa3ee03963deac4741efa689d67c4d9cf9
 SHA512 
741d5c4a6c5f2cf66a8e8ca791dd489bfd45c67c58fb81b3221f7bf5bf70c51452e30b63a222b9b705fcc5ee4a8504329dc23b3c97820df95acc346910f5cd1e

diff --git a/gnome-extra/gnome-boxes/gnome-boxes-45_rc.ebuild 
b/gnome-extra/gnome-boxes/gnome-boxes-45_rc.ebuild
deleted file mode 100644
index f94eec3e74bf..
--- a/gnome-extra/gnome-boxes/gnome-boxes-45_rc.ebuild
+++ /dev/null
@@ -1,120 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome.org gnome2-utils linux-info meson readme.gentoo-r1 vala xdg
-
-DESCRIPTION="Simple GNOME application to access remote or virtual systems"
-HOMEPAGE="https://gnomeboxes.org;
-
-LICENSE="LGPL-2+ CC-BY-2.0"
-SLOT="0"
-
-KEYWORDS="~amd64"
-
-# FIXME: qemu probably needs to depend on spice[smartcard] directly with 
USE=spice
-# FIXME: Check over libvirt USE=libvirtd,qemu and the smartcard/usbredir 
requirements
-# Technically vala itself still ships a libsoup vapi, but that may change, and
-# it should be better to use the .vapi from the same libsoup version
-DEPEND="
-   >=app-arch/libarchive-3.0.0:=
-   >=dev-libs/glib-2.52:2
-   >=x11-libs/gtk+-3.24.1:3
-   >=gui-libs/libhandy-1.5.0:1
-   >=sys-libs/libosinfo-1.10.0-r1
-   net-libs/libsoup:3.0
-   virtual/libusb:1
-   >=app-emulation/libvirt-glib-4.0.0
-   >=dev-libs/libxml2-2.7.8:2
-   >=net-misc/spice-gtk-0.32[gtk3(+),smartcard,usbredir]
-   >=net-libs/webkit-gtk-2.38.0:4.1
-
-   >=dev-libs/gobject-introspection-1.56:=
-   >=dev-libs/libgudev-165:=
-" # gobject-introspection needed for libovf subproject
-# These are called via exec():
-# - sys-fs/mtools mcopy for unattended file copying for files that libarchive 
doesn't support
-# - app-cdr/cdrtools mkisofs is needed for unattended installer secondary disk 
image creation
-# - app-emulation/libguestfs virt-sysprep is used for VM cloing, if not there, 
it logs debug and doesn't function
-# - sys-apps/policycoreutils restorecon is used for checking selinux context
-# - app-emulation/libvirt virsh used for various checks (and we need the 
library anyways)
-# - sys-auth/polkit used for making all libvirt system disks readable via 
"pkexec
-#   chmod a+r" that aren't already readable to the user (libvirt system 
importer)
-# - app-emulation/qemu qemu-img used to convert image to QCOW2 format during 
copy
-RDEPEND="${DEPEND}
-   app-cdr/cdrtools
-   app-misc/tracker-miners:3[iso]
-   app-emulation/spice[smartcard]
-   >=app-emulation/libvirt-0.9.3[libvirtd,qemu]
-   >=app-emulation/qemu-1.3.1[spice,smartcard,usbredir]
-   sys-fs/mtools
-   sys-auth/polkit
-"
-# This is only needed for creating the .vapi file, but gnome-boxes needs it
-BDEPEND="
-   $(vala_depend)
-   sys-libs/libosinfo[vala]
-   app-crypt/libsecret[vala]
-   net-libs/libsoup:3.0[vala]
-   app-emulation/libvirt-glib[vala]
-   net-misc/spice-gtk[vala]
-   x11-libs/vte:2.91[vala]
-   dev-libs/appstream-glib
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.8
-   

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

2023-09-21 Thread Matt Turner
commit: 8065b3019668fab855a51ed40a9f901513dbd40c
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 22 00:37:47 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 22 02:32:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8065b301

app-accessibility/orca: Drop Python 3.12 support

liblouis doesn't have Python 3.12 support.

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

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

diff --git a/app-accessibility/orca/orca-45.0.ebuild 
b/app-accessibility/orca/orca-45.0.ebuild
index d9924573dce0..155fb4e4a562 100644
--- a/app-accessibility/orca/orca-45.0.ebuild
+++ b/app-accessibility/orca/orca-45.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..11} )
 
 inherit gnome2 python-single-r1
 



[gentoo-commits] repo/gentoo:master commit in: gui-libs/gtk/

2023-09-21 Thread Matt Turner
commit: 84ef3b2011ed999c47cd38754b74e2f40536b3d1
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 22 01:56:15 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 22 02:32:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84ef3b20

gui-libs/gtk: Drop old versions

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

 gui-libs/gtk/Manifest  |   1 -
 gui-libs/gtk/gtk-4.12.1.ebuild | 228 -
 2 files changed, 229 deletions(-)

diff --git a/gui-libs/gtk/Manifest b/gui-libs/gtk/Manifest
index cdd78429aec9..3c05c79280d8 100644
--- a/gui-libs/gtk/Manifest
+++ b/gui-libs/gtk/Manifest
@@ -1,3 +1,2 @@
 DIST gtk-4.10.5.tar.xz 16403464 BLAKE2B 
9ca10de5e178e0b3e34fdf5f6126fc89e914a06e60c1c160b6273a5eb10b60e362e3db27af6012d2ea92452bb5787e6784e11d1f15a4ff284b04bbf9750ff91a
 SHA512 
7ca1d2cabbeb6020613fcb11f57b8161f38337a6c3bc3572365dd642af9498fad0f5b2fc0a2419e06567d541e62e67b3d1087ab9bd3e756363052b2f7b366fde
-DIST gtk-4.12.1.tar.xz 16924668 BLAKE2B 
c59d944de510e1c024564c320d44e15b5766f48bd03532944f01ae9eb909d535011e07f871b3bef17213575acb13c03108cf1bba82987fc15f7cebcc0b83
 SHA512 
5a893d3d855b5f1cf5b2e3c1c5178cc25e4165288f1ecc257d8af5ac1f94fc70fce7be34cf4b0292acd6652e544dd989c0065c1287623b6d4a115a9974a441c9
 DIST gtk-4.12.2.tar.xz 16942832 BLAKE2B 
a4916d1b6fd6669422c2b18db70f6cc318ec330baafd4a6a9ceb4d37e7a9fd1206131a5b146ff33d4ac2c5f1e5d879f77026f7bd136e082630960a82212f4274
 SHA512 
5373a3c6bf434644b97c955207c80833c8f77402baca6a91b0f467b5a2fea1474e6913104ee764d61df19a8ca98c117580ad54a95cfab64113e26e8bdc3ff095

diff --git a/gui-libs/gtk/gtk-4.12.1.ebuild b/gui-libs/gtk/gtk-4.12.1.ebuild
deleted file mode 100644
index 129a4ca40173..
--- a/gui-libs/gtk/gtk-4.12.1.ebuild
+++ /dev/null
@@ -1,228 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{10..12} )
-inherit gnome.org gnome2-utils meson optfeature python-any-r1 toolchain-funcs 
virtualx xdg
-
-DESCRIPTION="GTK is a multi-platform toolkit for creating graphical user 
interfaces"
-HOMEPAGE="https://www.gtk.org/ https://gitlab.gnome.org/GNOME/gtk/;
-
-LICENSE="LGPL-2+"
-SLOT="4"
-IUSE="aqua broadway cloudproviders colord cups examples ffmpeg gstreamer 
+introspection sysprof test vulkan wayland +X cpu_flags_x86_f16c"
-REQUIRED_USE="
-   || ( aqua wayland X )
-   test? ( introspection )
-"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86"
-
-COMMON_DEPEND="
-   >=dev-libs/glib-2.76.0:2
-   >=x11-libs/cairo-1.17.6[aqua?,glib,svg(+),X?]
-   >=x11-libs/pango-1.50.0[introspection?]
-   >=dev-libs/fribidi-1.0.6
-   >=media-libs/harfbuzz-2.6.0:=
-   >=x11-libs/gdk-pixbuf-2.30:2[introspection?]
-   media-libs/libpng:=
-   media-libs/tiff:=
-   media-libs/libjpeg-turbo:=
-   >=media-libs/libepoxy-1.4[egl,X(+)?]
-   >=media-libs/graphene-1.10.0[introspection?]
-   app-text/iso-codes
-   x11-misc/shared-mime-info
-
-   cloudproviders? ( net-libs/libcloudproviders )
-   colord? ( >=x11-misc/colord-0.1.9:0= )
-   cups? ( >=net-print/cups-2.0 )
-   ffmpeg? ( media-video/ffmpeg:= )
-   gstreamer? (
-   >=media-libs/gst-plugins-bad-1.12.3:1.0
-   >=media-libs/gst-plugins-base-1.12.3:1.0[opengl]
-   )
-   introspection? ( >=dev-libs/gobject-introspection-1.76:= )
-   vulkan? ( media-libs/vulkan-loader:= )
-   wayland? (
-   >=dev-libs/wayland-1.21.0
-   >=dev-libs/wayland-protocols-1.31
-   media-libs/mesa[wayland]
-   >=x11-libs/libxkbcommon-0.2
-   )
-   X? (
-   >=app-accessibility/at-spi2-core-2.46.0
-   media-libs/fontconfig
-   media-libs/mesa[X(+)]
-   x11-libs/libX11
-   >=x11-libs/libXi-1.8
-   x11-libs/libXext
-   >=x11-libs/libXrandr-1.5
-   x11-libs/libXcursor
-   x11-libs/libXfixes
-   x11-libs/libXdamage
-   x11-libs/libXinerama
-   )
-"
-DEPEND="${COMMON_DEPEND}
-   sysprof? ( >=dev-util/sysprof-capture-3.40.1:4 )
-   X? ( x11-base/xorg-proto )
-"
-RDEPEND="${COMMON_DEPEND}
-   >=dev-util/gtk-update-icon-cache-3
-"
-# librsvg for svg icons (PDEPEND to avoid circular dep), bug #547710
-PDEPEND="
-   gnome-base/librsvg
-   >=x11-themes/adwaita-icon-theme-3.14
-"
-BDEPEND="
-   dev-libs/gobject-introspection-common
-   introspection? (
-   ${PYTHON_DEPS}
-   $(python_gen_any_dep '
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   ')
-   )
-   dev-python/docutils
-   dev-libs/glib
-   >=dev-util/gdbus-codegen-2.48
-   dev-util/glib-utils
-   >=sys-devel/gettext-0.19.7
-   virtual/pkgconfig
-   test? (
-   

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

2023-09-21 Thread Matt Turner
commit: 1f2f8963154b48d12a780fb36ce570cd6723ff01
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 22 01:58:18 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 22 02:32:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f2f8963

net-misc/gnome-remote-desktop: Drop old versions

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

 net-misc/gnome-remote-desktop/Manifest |  1 -
 .../gnome-remote-desktop-45_alpha.ebuild   | 73 --
 2 files changed, 74 deletions(-)

diff --git a/net-misc/gnome-remote-desktop/Manifest 
b/net-misc/gnome-remote-desktop/Manifest
index 963248c3a547..3042c6aaa6f0 100644
--- a/net-misc/gnome-remote-desktop/Manifest
+++ b/net-misc/gnome-remote-desktop/Manifest
@@ -1,3 +1,2 @@
 DIST gnome-remote-desktop-44.2.tar.xz 199876 BLAKE2B 
a959e6ca1f72660138640c4f6edfd5ee8bb4185d27d55456fcdee2eaa38e09ac5a76b0bfbf6395c9725f2cb4fa857f3064379d9824810657ea9c046738803411
 SHA512 
2e310cd926e0ed6fd28406a56e4d4ba239b9817b035231f66b648a98e08a5c7a7d810a2b786292aa39a7c67ca17af3de92dce4a6031a4f72166d667b8f498bd0
-DIST gnome-remote-desktop-45.alpha.tar.xz 204532 BLAKE2B 
c9a985b2105c871d3a167d3003a35ad51c30a0b99430ab1795240e3fb17c362532bd06413baf041e805ec82a64639738e47d04a10b3e92d86270f2438eab3ea6
 SHA512 
047488a3c2131cb0a52b6378e8a4edc70eae5b2d9b2f4a53dd83bc7d46ca4a3b87a59817ec31a674b8be1e5b4e997e0b4d504fb03cb54149aa0ed25789a31752
 DIST gnome-remote-desktop-45.rc.tar.xz 210708 BLAKE2B 
4914490b4be2a3e801fdf61085d042dd7ce48b3afebe2088eb8402e1a3498035afe974b4842b18a3302bb34b0a376aaf0dc98cc748b14c19d0d4ca2d388b87db
 SHA512 
1aea24c27c45d343821abe2cb4429afdba14cd636885bdac9f80bf811732e33249bb24632ee723dbe609a77488434051e4f109570da93397cd1e25aba96de1d0

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



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

2023-09-21 Thread Matt Turner
commit: 2c87fa759530c21d73035e39c550865bcf3eec1f
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 22 01:56:42 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 22 02:32:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c87fa75

media-gfx/eog: Drop old versions

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

 media-gfx/eog/Manifest |  1 -
 media-gfx/eog/eog-45_rc.ebuild | 77 --
 2 files changed, 78 deletions(-)

diff --git a/media-gfx/eog/Manifest b/media-gfx/eog/Manifest
index e6d1e620b0e5..d5428676944c 100644
--- a/media-gfx/eog/Manifest
+++ b/media-gfx/eog/Manifest
@@ -1,3 +1,2 @@
 DIST eog-44.3.tar.xz 4654864 BLAKE2B 
1caaace6f2f654a3fdbe781723e178d91300f40f2f05ef978505329ed242b79093cef5bf48660948b62efeb4fb1b3d09da522d6cb8e39b61fcd377100f701ae1
 SHA512 
088d8d504e5ad5ca14a5da44ee559b30cb7749d752f7b5c1f3fa111c9d1ba7a97edaff3183e0c6d6ebf3b57b9e90fe37a42305d983ac72058804ab2599e8f0c2
 DIST eog-45.0.tar.xz 4656784 BLAKE2B 
cf5b5a03c153b3eedcb1839f068ab9984d1e8e493d39baa86b67691e254fbb5faa96c3aaca032c66218d0cead6a93c966bb014091041057799187210bbc6a09a
 SHA512 
5faa5115d8865a7f5311486f6999aece8d636ed66a4feca35ace85d33623fb406f9092fc915e84c3ec4013ba153876898d873a259fdf0ff0145c499f526ef52e
-DIST eog-45.rc.tar.xz 4656292 BLAKE2B 
0f5499817541b934a448c7b9666e2ee88c983708bb7b63a0d850e1c025c10d2582f6b3fb41ea5e961592203c2ca80a4e48b09c1aa2f7a4552d0899f2f1174ecf
 SHA512 
89b51d00198af0f08f899416de3296f24869ace04196357bdcb27a80cbe4251c11f30a59eae48d3a9cd7d5e450343e31df1b8ba368720d0caf2a39100756e09e

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



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

2023-09-21 Thread Matt Turner
commit: 06fdcc943fd505f299a086f7dff85aa5591265bf
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 22 01:56:04 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 22 02:32:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06fdcc94

gnome-extra/tecla: Drop old versions

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

 gnome-extra/tecla/Manifest |  2 --
 gnome-extra/tecla/tecla-45_beta.ebuild | 35 --
 gnome-extra/tecla/tecla-45_rc.ebuild   | 35 --
 3 files changed, 72 deletions(-)

diff --git a/gnome-extra/tecla/Manifest b/gnome-extra/tecla/Manifest
index c8457409463a..d81e2b1bc971 100644
--- a/gnome-extra/tecla/Manifest
+++ b/gnome-extra/tecla/Manifest
@@ -1,3 +1 @@
 DIST tecla-45.0.tar.xz 33404 BLAKE2B 
97bbbdf012a91303d86fb1fbb01dcee644ae7e612d88439465abf392c23fc232e33fbcd4403f02bc8193a6a8a9925fb7d45550d803e7835f5bbfded19fe18170
 SHA512 
ae1f38870c14467ef7a868b60bc1a12ae1584fdd5e158d1cbf6f6639586225c7ffb8cfa00edeefc3930d4225a3865932e7fa724a5dff5f0ece3372363df289ce
-DIST tecla-45.beta.tar.xz 33464 BLAKE2B 
1f33da97c39be682f5f03e991f3d83e41194b177616a27ce026de4eb481c6b2f577a0b7b6c3858fef1544498b98bc50c6a4ea02e266c4edc1571c738
 SHA512 
93acf3fe93001be51638743dc85686d07abc9e0a138efbcbd39a0d2ae360b9e1dafbbd7c4b101e3b0141d18710b5557cf60438e2220cc7420699d8151542e989
-DIST tecla-45.rc.tar.xz 32432 BLAKE2B 
579ac19298e48b3d37385068ce2fb8a4cace368cc1908c7287377a2e45655658d3124c3e0913bc0223af7436a2e20caad723603f9775a5141d5a6826f900d087
 SHA512 
7f0bf8559b5f99a52516f1a2c340574b1e76c65f6d72264f8099e34e38c39f2019b81c692517cab309f657eb7806adb4bac5338ad2212a0bbaca4e280182e65d

diff --git a/gnome-extra/tecla/tecla-45_beta.ebuild 
b/gnome-extra/tecla/tecla-45_beta.ebuild
deleted file mode 100644
index 5cfd87a92364..
--- a/gnome-extra/tecla/tecla-45_beta.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome.org gnome2-utils meson xdg
-
-DESCRIPTION="Tecla is a keyboard layout viewer"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/tecla;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   gui-libs/gtk:4[introspection]
-   >=gui-libs/libadwaita-1.4_alpha:1
-   x11-libs/libxkbcommon
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   dev-libs/glib
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}

diff --git a/gnome-extra/tecla/tecla-45_rc.ebuild 
b/gnome-extra/tecla/tecla-45_rc.ebuild
deleted file mode 100644
index 5cfd87a92364..
--- a/gnome-extra/tecla/tecla-45_rc.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome.org gnome2-utils meson xdg
-
-DESCRIPTION="Tecla is a keyboard layout viewer"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/tecla;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   gui-libs/gtk:4[introspection]
-   >=gui-libs/libadwaita-1.4_alpha:1
-   x11-libs/libxkbcommon
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   dev-libs/glib
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}



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

2023-09-21 Thread Matt Turner
commit: 5b0ac49c65250039142db962e0afd23a3782a836
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 22 01:55:50 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 22 02:32:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b0ac49c

gnome-extra/gnome-weather: Drop old versions

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

 gnome-extra/gnome-weather/Manifest |  1 -
 .../gnome-weather/gnome-weather-45_alpha.ebuild| 53 --
 2 files changed, 54 deletions(-)

diff --git a/gnome-extra/gnome-weather/Manifest 
b/gnome-extra/gnome-weather/Manifest
index ef7be764ad5f..fa85a32f665b 100644
--- a/gnome-extra/gnome-weather/Manifest
+++ b/gnome-extra/gnome-weather/Manifest
@@ -1,3 +1,2 @@
 DIST gnome-weather-44.0.tar.xz 236152 BLAKE2B 
40ff3e2d3339fbab0da3629c95e843ad3a304c76aadc6f7772ae7fd38337dc7c3aad1e90cfee1a513b770788a223838b741728d6307b815fa50453f9d355c903
 SHA512 
56f4eb716793c047b438c6f5839bc60bae478b6f407bf067c4df51be35a96b31d9d98b33faf7f6e52606b22827f0da72289558da89c2746ee6e2fad6d3332e05
 DIST gnome-weather-45.0.tar.xz 238520 BLAKE2B 
c1d11e63a01f59f07dab3b59e7b885970fdfefc74179c21afcce097ab7454e07754726f4676b1c9a49415d6a2312a73c4dbf4c0b378aaab741ccaa4146ab59b9
 SHA512 
decc1d917a9b0dcd4b9feb49c9dce0096f0f22b8da193bb3e913a92687b06f2cee9f7e029653b1af101d6ab682b49f89be37b864804e0f42ea0e249fc77a027c
-DIST gnome-weather-45.alpha.tar.xz 236168 BLAKE2B 
a36c36171c7b28db9cb4f41299d334278a8526486a183f423d811ec154a85bc64964714cf1ed2552f6823240dd0b133d2b4a7cc38df006cf97e057f2eb081da5
 SHA512 
9d1f9397dbab5b2914088808a1e6730557732648b6d60245e9afddfa44c029bc19b35d852dd122aee5ff550f19311915bfee7afe100374d492b007c9d78c7d8c

diff --git a/gnome-extra/gnome-weather/gnome-weather-45_alpha.ebuild 
b/gnome-extra/gnome-weather/gnome-weather-45_alpha.ebuild
deleted file mode 100644
index 96d3c2948e58..
--- a/gnome-extra/gnome-weather/gnome-weather-45_alpha.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome.org gnome2-utils meson xdg
-
-DESCRIPTION="A weather application for GNOME"
-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 ~ppc64 ~riscv ~x86"
-
-DEPEND="
-   >=dev-libs/glib-2.32:2
-   >=dev-libs/gobject-introspection-1.56:=
-   >=gui-libs/gtk-4.5:4
-   >=dev-libs/gjs-1.71.0
-   >=app-misc/geoclue-2.3.1:2.0
-   >=gui-libs/libadwaita-1.4_alpha:1=
-   >=dev-libs/libgweather-3.90.0:4=
-"
-RDEPEND="${DEPEND}
-   gnome-base/gsettings-desktop-schemas
-"
-# libxml2 required for glib-compile-resources
-BDEPEND="
-   dev-libs/appstream-glib
-   dev-libs/libxml2:2
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-"
-
-# Tests have a lot of issues, starting with reliance on a system installation,
-# accessing the network and other intermittent failures with network-sandbox 
disabled
-# https://gitlab.gnome.org/GNOME/gnome-weather/issues/67 (and rest not filed)
-# test dep: $(python_gen_any_dep 'dev-util/dogtail[${PYTHON_USEDEP}]')
-# With 3.34, this is now behind a dogtail option we can pass (and have data 
validation)
-
-src_configure() {
-   meson_src_configure -Dprofile=default -Ddogtail=false
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}



[gentoo-commits] repo/gentoo:master commit in: gui-apps/gnome-console/files/, gui-apps/gnome-console/

2023-09-21 Thread Matt Turner
commit: def85832ab1ac13f769e8d7ed6fe53b539f839c4
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 22 01:56:10 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 22 02:32:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=def85832

gui-apps/gnome-console: Drop old versions

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

 gui-apps/gnome-console/Manifest|  1 -
 .../gnome-console-45.0-depend-on-gtk-4.12.1.patch  | 12 -
 gui-apps/gnome-console/gnome-console-45.0.ebuild   | 55 --
 .../gnome-console/gnome-console-45_beta.ebuild | 53 -
 4 files changed, 121 deletions(-)

diff --git a/gui-apps/gnome-console/Manifest b/gui-apps/gnome-console/Manifest
index e5bb788f2dab..16dd059bb3a6 100644
--- a/gui-apps/gnome-console/Manifest
+++ b/gui-apps/gnome-console/Manifest
@@ -1,3 +1,2 @@
 DIST gnome-console-44.4.tar.xz 160504 BLAKE2B 
d139108cabe647bf3cda5e30141187f7f579364b26c057f538299b87c08e370ca8f2f5739e8f5abc43a0bdb751751a9576b0165d1099c850772d664643f2dae0
 SHA512 
3fbd7c16638e829103e2dc517df6d68c7acbaca24f7f2af4a4bfeb79ec79944a98432dbdc778ecefd74fded0a701be179c09af95d099dbad79484d907ab923c6
 DIST gnome-console-45.0.tar.xz 178444 BLAKE2B 
ca04c31657b19ab1651899c56ff64ffa6d3913935fa5564ba115d83ba6dec50d2b816a47064ab7538aaa07347ebcb1890cc7dcb6e29164f7a36a6e18985e874a
 SHA512 
940f02b8e1b02a680d9c25de59f655243a033883b9e21a183bd40ebe09c1803d6fbbfb45223e9a4ae20401d65e80a2bf0ba28bc7971fe84889176be64062b8d0
-DIST gnome-console-45.beta.tar.xz 169364 BLAKE2B 
b0834ce6b1398a0635097e29650ccce8dd0dd814e2efa1cb3d45986269e5491c031ef9c47113919fc26e424b04d2065f8c260befc786d62dc7deee09ee12c0b3
 SHA512 
1c9c9e34c39084c3182c6b03cee159b8e2a99e75acefc2882074d41fc62580e27acc12293c69b06a2cdb7e800a63b10b629f63d20ba52ce4bb493c1e09ffdaa6

diff --git 
a/gui-apps/gnome-console/files/gnome-console-45.0-depend-on-gtk-4.12.1.patch 
b/gui-apps/gnome-console/files/gnome-console-45.0-depend-on-gtk-4.12.1.patch
deleted file mode 100644
index 744f780b85fb..
--- a/gui-apps/gnome-console/files/gnome-console-45.0-depend-on-gtk-4.12.1.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-# Upstream is depending on unreleased gtk, reverting to 4.12.1
 a/meson.build  2023-09-18 21:52:43.0 -0300
-+++ b/meson.build  2023-09-19 12:39:04.50804 -0300
-@@ -125,7 +125,7 @@
- gio_unix_dep = dependency('gio-unix-2.0', version: '>= 2.76')
- adw_dep = dependency('libadwaita-1', version: '>= 1.4.alpha')
- vte_dep = dependency('vte-2.91-gtk4', version: '>= 0.69.91')
--gtk_dep = dependency('gtk4', version: '>= 4.12.2')
-+gtk_dep = dependency('gtk4', version: '>= 4.12.1')
- gtop_dep = dependency('libgtop-2.0')
- pcre_dep = dependency('libpcre2-8', version: '>= 10.32')
- schemas_dep = dependency('gsettings-desktop-schemas')

diff --git a/gui-apps/gnome-console/gnome-console-45.0.ebuild 
b/gui-apps/gnome-console/gnome-console-45.0.ebuild
deleted file mode 100644
index 96db75306dff..
--- a/gui-apps/gnome-console/gnome-console-45.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome.org gnome2-utils meson xdg
-
-DESCRIPTION="A simple user-friendly terminal emulator for the GNOME desktop"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/console;
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=dev-libs/glib-2.76:2
-   >=gui-libs/gtk-4.12.1:4
-   >=gui-libs/libadwaita-1.4_alpha:1
-   >=gui-libs/vte-0.70.0:2.91-gtk4
-   gnome-base/libgtop:2=
-   >=dev-libs/libpcre2-10.32:0=
-   gnome-base/gsettings-desktop-schemas
-
-   x11-libs/pango
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   virtual/pkgconfig
-   test? (
-   dev-util/desktop-file-utils
-   dev-libs/appstream-glib
-   )
-"
-
-PATCHES=( "${FILESDIR}"/${PN}-45.0-depend-on-gtk-4.12.1.patch )
-
-src_configure() {
-   local emesonargs=(
-   -Ddevel=false
-   $(meson_use test tests)
-   )
-   meson_src_configure
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}

diff --git a/gui-apps/gnome-console/gnome-console-45_beta.ebuild 
b/gui-apps/gnome-console/gnome-console-45_beta.ebuild
deleted file mode 100644
index 48a5d7d780c9..
--- a/gui-apps/gnome-console/gnome-console-45_beta.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome.org gnome2-utils meson xdg
-
-DESCRIPTION="A simple user-friendly terminal emulator for the GNOME desktop"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/console;
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   

[gentoo-commits] repo/gentoo:master commit in: gui-libs/libadwaita/

2023-09-21 Thread Matt Turner
commit: c7697c3a4fdb989bc8543435bd00041f4b3231cc
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 22 01:56:19 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 22 02:32:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7697c3a

gui-libs/libadwaita: Drop old versions

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

 gui-libs/libadwaita/Manifest |  1 -
 gui-libs/libadwaita/libadwaita-1.4_rc.ebuild | 66 
 2 files changed, 67 deletions(-)

diff --git a/gui-libs/libadwaita/Manifest b/gui-libs/libadwaita/Manifest
index 6b1998b3b5a0..09e93f8a28b6 100644
--- a/gui-libs/libadwaita/Manifest
+++ b/gui-libs/libadwaita/Manifest
@@ -1,4 +1,3 @@
 DIST libadwaita-1.3.4.tar.xz 3149996 BLAKE2B 
000cb953df4441bda2097c2d543117a22b101d7bc67458153d7cb39d2c49b7c648969b963120fbcd2ccb66ef9b3ce1259641b7120e363f7e9424e5876ff78ec0
 SHA512 
960105079c3959e633d6b5ed117a2877883f27cc63fcb525ed12c1ce029b0ae8d5d29f5732ac6704dd2aa67d5b2ac6603be33b265509358436fd93d181e2e54e
 DIST libadwaita-1.3.5.tar.xz 3150996 BLAKE2B 
2eeb2fe794a13f22fe17e62abc61143ff65631fdf879d5b5286a2db372faab92e1e0bbb9b1984df358fe0c0f46d90e47bd7364cf3afedac5f991e1ddd5037290
 SHA512 
a69db998bfde93bc6e2243e745f73bcf57708079ba11d4cf55ebe75aa694c5dd173130b3a130af6efa41adf0fe102d60bf3513421b597a632494bbf08c339a1f
 DIST libadwaita-1.4.0.tar.xz 3953136 BLAKE2B 
1ac4ad0854fab1ce5c8d4ead7059b74681fb336736bd2f8d0e1faa14d3dce3126eb50c05c575cb504b4b6c58277d760ace49b3e109fb9192f9a33a10fd84f6db
 SHA512 
b20dfc6240db4c70ad982b1e57281bf3cd0c1a0b6e7ce57a8a6aa5c6d96e0b95834dd9209a474010b618022ee6e079bd126fcc3e7c9c91d487e16af8281c7b53
-DIST libadwaita-1.4.rc.tar.xz 3950772 BLAKE2B 
3dbc39e4badcb263a06beb5f31fbc156cf99dd11ac110a89305c5a6f79a56bf9e497233a2a6dea12bcebd2c3c2de5400cf6f7ba7772a872ea4cb31c18bbd2035
 SHA512 
c357533263cdfc3e53f1394de2da40101e29c1fc3707fc7ac848f13382cf9563c0caa17bc2c497c81299cd77523d69c96efdda4f09606ac2ea377125891417bc

diff --git a/gui-libs/libadwaita/libadwaita-1.4_rc.ebuild 
b/gui-libs/libadwaita/libadwaita-1.4_rc.ebuild
deleted file mode 100644
index faf430ec72d3..
--- a/gui-libs/libadwaita/libadwaita-1.4_rc.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-inherit gnome.org meson python-any-r1 vala virtualx
-
-DESCRIPTION="Building blocks for modern GNOME applications"
-HOMEPAGE="https://gnome.pages.gitlab.gnome.org/libadwaita/ 
https://gitlab.gnome.org/GNOME/libadwaita;
-
-LICENSE="LGPL-2.1+"
-SLOT="1"
-IUSE="+introspection test +vala"
-REQUIRED_USE="vala? ( introspection )"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86"
-
-RDEPEND="
-   >=dev-libs/glib-2.76:2
-   >=gui-libs/gtk-4.11.3:4[introspection?]
-   dev-libs/appstream:=
-   dev-libs/fribidi
-   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
-"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto"
-BDEPEND="
-   ${PYTHON_DEPS}
-   vala? ( $(vala_depend) )
-   dev-util/glib-utils
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   default
-   use vala && vala_setup
-}
-
-src_configure() {
-   local emesonargs=(
-   # Never use gi-docgen subproject
-   --wrap-mode nofallback
-
-   -Dprofiling=false
-   $(meson_feature introspection)
-   $(meson_use vala vapi)
-   -Dgtk_doc=false # we ship pregenerated docs
-   $(meson_use test tests)
-   -Dexamples=false
-   )
-   meson_src_configure
-}
-
-src_test() {
-   virtx meson_src_test --timeout-multiplier 2
-}
-
-src_install() {
-   meson_src_install
-
-   insinto /usr/share/gtk-doc/html
-   # This will install libadwaita API docs unconditionally, but this is 
intentional
-   doins -r "${S}"/doc/libadwaita-1
-}



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

2023-09-21 Thread Matt Turner
commit: 1fdafe33f40e4c12a629a5532e101a339ca17eb5
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 22 01:55:23 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 22 02:32:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fdafe33

gnome-extra/gnome-calendar: Drop old versions

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

 gnome-extra/gnome-calendar/Manifest|  1 -
 .../gnome-calendar/gnome-calendar-45_rc.ebuild | 47 --
 2 files changed, 48 deletions(-)

diff --git a/gnome-extra/gnome-calendar/Manifest 
b/gnome-extra/gnome-calendar/Manifest
index 51eb5873a087..fd18f62fc78d 100644
--- a/gnome-extra/gnome-calendar/Manifest
+++ b/gnome-extra/gnome-calendar/Manifest
@@ -1,3 +1,2 @@
 DIST gnome-calendar-44.1.tar.xz 430464 BLAKE2B 
ab58a04a44504a82d48cbc8e45de4066072d66f5702a7acf56b64ad8b46dba4cf38bc156e51da6eb659eaf672f09064b6077fdfe47b2c678b3cb1c34fc4df87f
 SHA512 
318ac8d78b41e352816dc4c5f8510d2e8f5b989cea25cb37af6a1d2af3a54307d8f8cc55649b03b381a53b18dbe826d1c84833841334a2878baedaee45d36f8c
 DIST gnome-calendar-45.0.tar.xz 456412 BLAKE2B 
714578426aede81f1e48d5f306f55b297aa4dfe27af95e8496bbc4a45047a7804453bcd09292069284984cbf866da9e91a1744572b5fb9e250375809187ac60e
 SHA512 
9e963849e19b5e7f69d9bac639393453d12c9a7a8fb38be12505fc78ffb18f3600f0e459b6633fb156e5cb7e0a2316be08c9341196cefe083489d0ffdf7b8eff
-DIST gnome-calendar-45.rc.tar.xz 456100 BLAKE2B 
035d689b43832fddd6220768ebb531c447c5370892556508706796c145074d571ccb981aecd9f8fa6f8209d761ae52eb7747696abfe7d27e6362e33272544b3c
 SHA512 
088c127f170b4aa20aad0575f94ae181200d342aade6cc28306428d5a04e24ecbac1e3d07af78b700ded9d5e5c44bc08be369c514d9945a0fb0d7556e9d569a9

diff --git a/gnome-extra/gnome-calendar/gnome-calendar-45_rc.ebuild 
b/gnome-extra/gnome-calendar/gnome-calendar-45_rc.ebuild
deleted file mode 100644
index df70e09537fb..
--- a/gnome-extra/gnome-calendar/gnome-calendar-45_rc.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit gnome.org gnome2-utils meson virtualx xdg
-
-DESCRIPTION="Manage your online calendars with simple and modern interface"
-HOMEPAGE="https://wiki.gnome.org/Apps/Calendar;
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
-
-DEPEND="
-   >=dev-libs/libical-1.0.1:0=
-   >=gnome-base/gsettings-desktop-schemas-3.21.2
-   >=gnome-extra/evolution-data-server-3.45.1:=[gtk]
-   net-libs/libsoup:3.0
-   >=gui-libs/libadwaita-1.4_alpha:1
-   >=dev-libs/glib-2.67.5:2
-   >=gui-libs/gtk-4.11.2:4
-   >=dev-libs/libgweather-4.2.0:4=
-   >=app-misc/geoclue-2.4:2.0
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-   dev-libs/appstream-glib
-   dev-libs/libxml2:2
-   dev-util/gdbus-codegen
-   dev-util/glib-utils
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-"
-
-src_test() {
-   virtx meson_src_test
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}



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

2023-09-21 Thread Matt Turner
commit: 68fed2048f0154ccb6eca478c026cca3e0e9a8e8
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 22 01:55:52 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 22 02:32:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68fed204

gnome-extra/gucharmap: Drop old versions

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

 gnome-extra/gucharmap/Manifest|  1 -
 gnome-extra/gucharmap/gucharmap-15.1.0.ebuild | 76 ---
 2 files changed, 77 deletions(-)

diff --git a/gnome-extra/gucharmap/Manifest b/gnome-extra/gucharmap/Manifest
index a37a0952bff0..34d4c2868ef1 100644
--- a/gnome-extra/gucharmap/Manifest
+++ b/gnome-extra/gucharmap/Manifest
@@ -1,3 +1,2 @@
 DIST gucharmap-15.0.4.tar.bz2 1453197 BLAKE2B 
718890e466e19934b012a79deefc2174edba6de59bd9a374dee5e8cf396fd0a06ae8e4db4cfb223d43284d59be87344310e4cb94e1e45ae158e0213e7bfa06f5
 SHA512 
280fb164f2d850f9b4a8e54c24d0bc461e0abe2e53f34a6f2f0098397c04856091c6f730cfa9451de5b676b569e2a43bcf2a9dfe160f916b00622ec5535c1e94
-DIST gucharmap-15.1.0.tar.bz2 1455091 BLAKE2B 
c8ca3f5aae97e0d0c10aa73559a2eae06ff2e2a9fe59186388c03d0d2c75a9f2bcafa21d1a894d25ff6cb254c9f34e7b8b5241182d05c9c9dbebbeda94078525
 SHA512 
b40b15592d8ed059337abf166d71eb7c315f87dcfe2c2029ab380a67b928c14aac49c63b91f99ba45cb13b6faeb8bf70ca7a19896221f2b08dfa6fb6445c0198
 DIST gucharmap-15.1.1.tar.bz2 1455226 BLAKE2B 
c7dd7fc41dd938f040829ad4f6c29027441125c8d9c27e7539867230e2f1842039af02d52450cdc3be234a836d5f27cda90b565210c979c896abe1209e0695fa
 SHA512 
e6fd7a29ecec8b0d094396f86a0204bd1e9e09a02c71930f95f43f707ff46db4f92c87b00d2840739f3191f3ebc84dfdde1c879dc26dc1888d1085cb032927b5

diff --git a/gnome-extra/gucharmap/gucharmap-15.1.0.ebuild 
b/gnome-extra/gucharmap/gucharmap-15.1.0.ebuild
deleted file mode 100644
index 5eaba63f4112..
--- a/gnome-extra/gucharmap/gucharmap-15.1.0.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit gnome2-utils meson python-any-r1 vala xdg
-
-DESCRIPTION="Unicode character map viewer and library"
-HOMEPAGE="https://wiki.gnome.org/Apps/Gucharmap;
-SRC_URI="https://gitlab.gnome.org/GNOME/${PN}/-/archive/${PV}/${P}.tar.bz2;
-
-LICENSE="GPL-3+"
-SLOT="2.90"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86"
-
-UNICODE_VERSION="15.1.0"
-
-IUSE="+introspection gtk-doc vala"
-REQUIRED_USE="vala? ( introspection )"
-
-RDEPEND="media-libs/freetype:2
-   >=dev-libs/glib-2.32:2
-   >=x11-libs/gtk+-3.22:3[introspection?]
-   >=dev-libs/libpcre2-10.21:=
-   =app-i18n/unicode-data-${UNICODE_VERSION}*
-   >=x11-libs/pango-1.42.4-r2[introspection?]
-
-   !gnome-extra/gucharmap:0
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   ${PYTHON_DEPS}
-   app-text/docbook-xml-dtd:4.1.2
-   dev-libs/glib:2
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-   gtk-doc? ( >=dev-util/gtk-doc-1 )
-   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
-   vala? ( $(vala_depend) )
-"
-
-PATCHES=(
-   "${FILESDIR}"/14.0.1-install-user-help.patch
-)
-
-src_prepare() {
-   default
-   use vala && vala_setup
-   xdg_environment_reset
-}
-
-src_configure() {
-   local emesonargs=(
-   -Dcharmap=true
-   -Ddbg=false # in 14.0.1 all this does is pass -ggdb3
-   $(meson_use gtk-doc docs)
-   $(meson_use introspection gir)
-   -Dgtk3=true
-   -Ducd_path="${EPREFIX}/usr/share/unicode-data"
-   $(meson_use vala vapi)
-   )
-
-   meson_src_configure
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}



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

2023-09-21 Thread Matt Turner
commit: 68a6384b3cb8f57346bf377602d45b3679cbd46b
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 22 01:55:42 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 22 02:32:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68a6384b

gnome-extra/gnome-software: Drop old versions

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

 gnome-extra/gnome-software/Manifest|   1 -
 .../gnome-software/gnome-software-45_rc.ebuild | 106 -
 2 files changed, 107 deletions(-)

diff --git a/gnome-extra/gnome-software/Manifest 
b/gnome-extra/gnome-software/Manifest
index fa94babf6d5c..841755a8ea1a 100644
--- a/gnome-extra/gnome-software/Manifest
+++ b/gnome-extra/gnome-software/Manifest
@@ -1,3 +1,2 @@
 DIST gnome-software-44.4.tar.xz 2426404 BLAKE2B 
6f60ffd115ad0e11b619118ae5e665fb35c70621adefe4c532481ab3742c8e2c6a5a0790dae29b2fcf0311f89fda93c323e5bc24b185bbbe95e62a687f71930d
 SHA512 
97eaa33b4dd91a6865ee728e5acf3cf5fbd6a72a60cf5a7c528f79f6f0684014d1169318314b8efce23c1c29e7d24a71193998ced930584a50494137cf8b
 DIST gnome-software-45.0.tar.xz 2474756 BLAKE2B 
c42d31bdfb1f8f55cd37ce80a10c84928649e7126a17f1c9fa2309687612244d94f50a619b855abdd629ffb24b4bdb64a4baaa9f393561ee7b686d03c6fa00ae
 SHA512 
3a7fab748c6d826e07e4bf86462cfecd9494bfaca2383222f7053be97830ab603cb0dc83d4d5693c2ddac1cc72897783922a05f5aae2ad07d6b7f5ccd5a4eefb
-DIST gnome-software-45.rc.tar.xz 2466120 BLAKE2B 
e8d741872831f8259ce6b1dc6472250544a6aaa5c412464ddf103839fcf6907e752ae261d9ac78215d069e05bcdd2acfc0673f0db647b00f506f9206d9410843
 SHA512 
674c89619419cb7622bed3ce1453c31460d51ba6716db3d8bfc79829ca619e24d1f9c954f2fe72d96156e2e6dbaaf151faa29c97425b0cac132ec3e49871fb79

diff --git a/gnome-extra/gnome-software/gnome-software-45_rc.ebuild 
b/gnome-extra/gnome-software/gnome-software-45_rc.ebuild
deleted file mode 100644
index 3ae5fd156fec..
--- a/gnome-extra/gnome-software/gnome-software-45_rc.ebuild
+++ /dev/null
@@ -1,106 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome.org gnome2-utils meson virtualx xdg
-
-DESCRIPTION="Gnome install & update software"
-HOMEPAGE="https://wiki.gnome.org/Apps/Software 
https://gitlab.gnome.org/GNOME/gnome-software;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="flatpak +firmware gnome gtk-doc sysprof udev test"
-
-RDEPEND="
-   >=dev-libs/appstream-0.14.0:0=
-   >=x11-libs/gdk-pixbuf-2.32.0:2
-   >=dev-libs/libxmlb-0.1.7:=
-   >=gui-libs/gtk-4.10.0:4
-   >=dev-libs/glib-2.70.0:2
-   >=dev-libs/json-glib-1.6.0
-   >=net-libs/libsoup-3.0:3.0
-   >=gui-libs/libadwaita-1.3_rc:1
-   sysprof? ( >=dev-util/sysprof-capture-3.40.1:4 )
-   gnome? ( >=gnome-base/gsettings-desktop-schemas-3.18.0 )
-   sys-auth/polkit
-   firmware? ( >=sys-apps/fwupd-1.5.6 )
-   flatpak? (
-   >=sys-apps/flatpak-1.14.0-r1
-   dev-util/ostree
-   )
-   udev? ( dev-libs/libgudev )
-   >=gnome-base/gsettings-desktop-schemas-3.11.5
-"
-DEPEND="${RDEPEND}
-   test? ( dev-libs/libglib-testing )
-"
-BDEPEND="
-   dev-libs/libxml2:2
-   dev-util/gdbus-codegen
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-   gtk-doc? (
-   dev-util/gtk-doc
-   app-text/docbook-xml-dtd:4.3
-   )
-"
-
-src_prepare() {
-   default
-   xdg_environment_reset
-
-   sed -i -e '/install_data.*README\.md.*share\/doc\/gnome-software/d' 
meson.build || die
-   # We don't need language packs download support, and it fails tests in 
3.34.2 for us (if they are enabled)
-   sed -i -e '/subdir.*fedora-langpacks/d' plugins/meson.build || die
-}
-
-src_configure() {
-   local emesonargs=(
-   $(meson_use test tests)
-   $(meson_feature gnome gsettings_desktop_schemas) # Honoring of 
GNOME date format settings.
-   -Dman=true
-   -Dpackagekit=false
-   # -Dpackagekit_autoremove
-   -Dpolkit=true
-   -Deos_updater=false # Endless OS updater
-   $(meson_use firmware fwupd)
-   $(meson_use flatpak)
-   -Dmalcontent=false
-   -Drpm_ostree=false
-   -Dwebapps=true
-   -Dhardcoded_foss_webapps=true
-   -Dhardcoded_proprietary_webapps=true
-   $(meson_use udev gudev)
-   -Dapt=false
-   -Dsnap=false
-   -Dexternal_appstream=false
-   $(meson_use gtk-doc gtk_doc)
-   -Dhardcoded_curated=true
-   # TODO: Will this be beneficial to us with flatpak at least? If
-   # enabled, it shows some apps under installed (probably merely 
due to
-   # /usr/share/app-info presence), but launching and removal of 
them is
-   # broken
-   

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

2023-09-21 Thread Matt Turner
commit: 8ff85743f108b9f2ca258ccfd8e7f54e98b74101
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 22 01:55:38 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 22 02:32:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ff85743

gnome-extra/gnome-shell-extensions: Drop old versions

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

 gnome-extra/gnome-shell-extensions/Manifest|  1 -
 .../gnome-shell-extensions-45_beta.ebuild  | 70 --
 2 files changed, 71 deletions(-)

diff --git a/gnome-extra/gnome-shell-extensions/Manifest 
b/gnome-extra/gnome-shell-extensions/Manifest
index 5e1d627c8910..f6d820e7c44c 100644
--- a/gnome-extra/gnome-shell-extensions/Manifest
+++ b/gnome-extra/gnome-shell-extensions/Manifest
@@ -1,3 +1,2 @@
 DIST gnome-shell-extensions-44.0.tar.xz 227060 BLAKE2B 
3f166f75c5d011f990b7dcbfc4d3d1364e480822087d35cf8f361234c482f572d89b4d4eb92be67ffdf4bae4e05de361abfc3b0d92c3c30d03f67f2bd8c25251
 SHA512 
d3cc58bb0e5d29646a20b02cd59ba480bf42fbf9bbe0e228ae132e19e385806e95c937b3d7bd5fe0877702ed151f972f07e345e6072c1cd02d51cb56f72854e6
 DIST gnome-shell-extensions-45.0.tar.xz 201516 BLAKE2B 
5a8c36ff0a331d1b243a31fe54d0e4ace43aa6611a461aecee3dbd8741234e067377a4be11e2f07ed12fb09a1151ba5ee3a2e185b61b60241d480e2da9145547
 SHA512 
ed0fb36d54efee42b7636bd5fe4d0e279ba756dfb4ad438d35b86f32adc5fb15ad123a7b98bd98330c17786cb878fd77480e943383e1520618a75b16d09f07c5
-DIST gnome-shell-extensions-45.beta.tar.xz 194220 BLAKE2B 
98d5e2411bf19b6ecd402d32a934cf682c8a527e752d588e2dc1da4091e186809ae9b05867b35edf1a940027b397c46160b9f65a94973656d00fc1eaa5752117
 SHA512 
44b83c1e2292b486e6ce0be27faf4450c929be5e4ecd55c143b32e44d749b7e344a69de245575224bc3f368a595c029cde956cbf84375ecd119a952052e538aa

diff --git 
a/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-45_beta.ebuild 
b/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-45_beta.ebuild
deleted file mode 100644
index 6417f8b92d6f..
--- a/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-45_beta.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit gnome.org readme.gentoo-r1 meson xdg
-
-DESCRIPTION="JavaScript extensions for GNOME Shell"
-HOMEPAGE="https://wiki.gnome.org/Projects/GnomeShell/Extensions;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-
-DEPEND="
-   >=dev-libs/glib-2.26:2
-   >=gnome-base/libgtop-2.28.3[introspection]
-   >=app-eselect/eselect-gnome-shell-extensions-20111211
-"
-RDEPEND="${DEPEND}
-   >=app-accessibility/at-spi2-core-2.46.0[introspection]
-   >=dev-libs/gjs-1.29
-   dev-libs/gobject-introspection:=
-   gnome-base/gnome-menus:3[introspection]
-   =gnome-base/gnome-shell-$(ver_cut 1)*
-   gui-libs/libadwaita[introspection]
-   media-libs/clutter:1.0[introspection]
-   media-libs/graphene[introspection]
-   x11-libs/gtk+:3[introspection]
-   x11-libs/pango[introspection]
-   x11-themes/adwaita-icon-theme
-   >=x11-wm/mutter-3.32[introspection]
-"
-BDEPEND="
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-"
-
-DISABLE_AUTOFORMATTING="yes"
-DOC_CONTENTS="Installed extensions installed are initially disabled by default.
-To change the system default and enable some extensions, you can use
-# eselect gnome-shell-extensions
-
-Alternatively, to enable/disable extensions on a per-user basis,
-you can use the gnome-extensions-app (included with gnome-shell),
-https://extensions.gnome.org/ web interface, or modify the
-org.gnome.shell enabled-extensions gsettings key from the command
-line or a script."
-
-src_configure() {
-   local emesonargs=(
-   -Dextension_set=all
-   -Dclassic_mode=true
-   )
-   meson_src_configure
-}
-
-src_install() {
-   meson_src_install
-   readme.gentoo_create_doc
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-
-   ebegin "Updating list of installed extensions"
-   eselect gnome-shell-extensions update
-   eend $?
-
-   readme.gentoo_print_elog
-}



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

2023-09-21 Thread Matt Turner
commit: e1d44c2cfbe8fa80a53ed46330acbb360a4662bb
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 22 01:55:21 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 22 02:32:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1d44c2c

gnome-extra/gnome-calculator: Drop old versions

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

 gnome-extra/gnome-calculator/Manifest  |  1 -
 .../gnome-calculator-45.0.1.ebuild | 74 --
 2 files changed, 75 deletions(-)

diff --git a/gnome-extra/gnome-calculator/Manifest 
b/gnome-extra/gnome-calculator/Manifest
index ec00d5e32510..31e6d4ff7423 100644
--- a/gnome-extra/gnome-calculator/Manifest
+++ b/gnome-extra/gnome-calculator/Manifest
@@ -1,3 +1,2 @@
 DIST gnome-calculator-44.0.tar.xz 1075480 BLAKE2B 
a4e7af52e06a59a1a07baf3e34dbfc90dc8852cab3f44fe2018e3279cf7dab7c9cffe23bff2d7cc8b9b3708b652b9b8ae2fa65ff403c559fc1bfd060e4645575
 SHA512 
7c1428873c00a2052b966a0687f2a944dce67e889c8e113a794a7d5f0bafe9ff52562e2b1985bcf48d05a5a0a2f4ff97e490a43810b5243367fce9c6ada79fa6
-DIST gnome-calculator-45.0.1.tar.xz 1099468 BLAKE2B 
ceeecbe3eeaae77421193c61d954ed4991c4456ef7e4298f3ff50b8c3855e23c1938700b32c8166ba74a4db8bc2eb666ec23caa7b3c6a85b9aed1154a5e5a72c
 SHA512 
b96fe0118dcddb2b818dd0ae6c95891ba33bf7d4d858ff0fda1f0454fee740fb53c4af011aa153a564043b02d73480f1c9f1c35bdf2af4b5ebf5a97287c75fef
 DIST gnome-calculator-45.0.2.tar.xz 1100744 BLAKE2B 
a013985dc6227ae1a3bff30d92740ea4b18765ce5486171a0d0aaf3feae89357f1fe47ede26175a546a01e5b49206a2768de9f5cd62de8f1ee01645bae213614
 SHA512 
93248846f285badd4ef4303a31cfa6926deb1d37b0ba8ef7b1971795e092c115004c6bb666469a9e8e02a8e55e8f44d34cff6b88c0816888dc42c36fa1148b2e

diff --git a/gnome-extra/gnome-calculator/gnome-calculator-45.0.1.ebuild 
b/gnome-extra/gnome-calculator/gnome-calculator-45.0.1.ebuild
deleted file mode 100644
index 01f53e2750c9..
--- a/gnome-extra/gnome-calculator/gnome-calculator-45.0.1.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome.org gnome2-utils meson vala virtualx xdg
-
-DESCRIPTION="A calculator application for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Calculator;
-
-LICENSE="GPL-3+"
-SLOT="0"
-IUSE="+introspection test"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~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]
-RDEPEND="
-   >=dev-libs/glib-2.40.0:2
-   dev-libs/libxml2:2
-   net-libs/libsoup:3.0
-   >=dev-libs/libgee-0.20.0:0.8=
-   dev-libs/mpc:=
-   dev-libs/mpfr:0=
-   >=gui-libs/gtk-4.4.1:4
-   >=gui-libs/libadwaita-1.4_alpha:1
-   >=gui-libs/gtksourceview-5.3.0:5
-   introspection? ( >=dev-libs/gobject-introspection-1.58:= )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   dev-libs/appstream-glib
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-   $(vala_depend)
-   net-libs/libsoup:3.0[vala]
-   gui-libs/gtksourceview:5[vala]
-   gui-libs/libhandy:1[vala]
-"
-
-src_prepare() {
-   default
-   vala_setup
-   xdg_environment_reset
-}
-
-src_configure() {
-   local emesonargs=(
-   -Ddisable-ui=false
-   #-Dvala-version # doesn't do anything in 3.34
-   $(meson_use !introspection disable-introspection)
-   $(meson_use test ui-tests)
-   -Dgcalc=true
-   -Dgci=true
-   -Dapp=true
-   -Ddoc=false
-   )
-   meson_src_configure
-}
-
-src_test() {
-   XDG_SESSION_TYPE=x11 virtx dbus-run-session meson test -C 
"${BUILD_DIR}" || die 'tests failed'
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}



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

2023-09-21 Thread Matt Turner
commit: 77ff6138f169dddff8ddc2a22afe4e903b87f55d
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 22 01:55:25 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 22 02:32:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77ff6138

gnome-extra/gnome-characters: Drop old versions

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

 gnome-extra/gnome-characters/Manifest  |  1 -
 .../gnome-characters-45_alpha.ebuild   | 50 --
 2 files changed, 51 deletions(-)

diff --git a/gnome-extra/gnome-characters/Manifest 
b/gnome-extra/gnome-characters/Manifest
index 17c26aae6d54..f9bab1d4a3e1 100644
--- a/gnome-extra/gnome-characters/Manifest
+++ b/gnome-extra/gnome-characters/Manifest
@@ -1,3 +1,2 @@
 DIST gnome-characters-44.0.tar.xz 586540 BLAKE2B 
996e06151f0bd35f41212ed4cf46181105011c7dee3b60ae46de0f244f2d9c39741e0c844628e9a308d13b977089ef448790094f3dbd924b12d8f49ebeddb70f
 SHA512 
d49f4df21e7ff295bb16cf66640446e9e572689252e1a04314316443da670e585ef918a00bd7503b764d49b76e4c32286df2be2a3c432552e5bbcad6fe62e724
 DIST gnome-characters-45.0.tar.xz 59 BLAKE2B 
65c05381ae12ea934c09b91d8e58342ca76087703ca5ede0dadfe8c739f4d3152acad1bfa4fc8c5f169fe069fbe12c59f3f70ee242d06ffddfa496535180ef0b
 SHA512 
e7fa6c6caa684ab13c61d6fbf9dee69c0b67f8680dd27b130aaa2248a490e7b234ee541af56fdc6a5d56158636760b25da30a0d479d7f7f5403c35916f93a8ce
-DIST gnome-characters-45.alpha.tar.xz 588028 BLAKE2B 
7aaa00ff58176b60d58164ae3e3242c00cdafe994b50c574065bff56d90b3924c24679ec6045d56dd174b669d67f34fb8188c1595d32920f94b4634ce5766c4f
 SHA512 
83fbdd47e354d23538cc638f068c0276b79c12fac9fca5214a6950deb996008e8279ccbca7dd04214eff978706422e08db1bd14292ed40b1154da38605f4acd8

diff --git a/gnome-extra/gnome-characters/gnome-characters-45_alpha.ebuild 
b/gnome-extra/gnome-characters/gnome-characters-45_alpha.ebuild
deleted file mode 100644
index 590bc46cfe83..
--- a/gnome-extra/gnome-characters/gnome-characters-45_alpha.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome.org gnome2-utils meson xdg
-
-DESCRIPTION="Unicode character map viewer and library"
-HOMEPAGE="https://wiki.gnome.org/Design/Apps/CharacterMap;
-
-LICENSE="GPL-2+ BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=dev-libs/gjs-1.50
-   >=dev-libs/glib-2.32:2
-   >=dev-libs/gobject-introspection-1.35.9:=
-   >=gui-libs/gtk-4.6:4[introspection]
-   >=gui-libs/libadwaita-1.2:1=
-   x11-libs/gdk-pixbuf:2
-   >=x11-libs/pango-1.36[introspection]
-   gnome-base/gnome-desktop:3[introspection]
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   dev-libs/glib
-   dev-libs/libxml2:2
-   dev-util/glib-utils
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-   test? ( x11-misc/xvfb-run )
-"
-
-src_test() {
-   meson test -C "${BUILD_DIR}" || die 'tests failed'
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}



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

2023-09-21 Thread Michał Górny
commit: de3a695eecd3420d7c92524631f370c164455c30
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Sep 22 02:20:21 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep 22 02:20:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de3a695e

dev-python/setuptools_scm_git_archive: Force setuptools-scm<8

Closes: https://bugs.gentoo.org/914498
Closes: https://bugs.gentoo.org/914500
Closes: https://bugs.gentoo.org/914501
Closes: https://bugs.gentoo.org/914502
Signed-off-by: Michał Górny  gentoo.org>

 ...t_archive-1.4.ebuild => setuptools_scm_git_archive-1.4-r1.ebuild} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git 
a/dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.4.ebuild 
b/dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.4-r1.ebuild
similarity index 88%
rename from 
dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.4.ebuild
rename to 
dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.4-r1.ebuild
index d41534271534..574c1eacf32a 100644
--- 
a/dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.4.ebuild
+++ 
b/dev-python/setuptools_scm_git_archive/setuptools_scm_git_archive-1.4-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..11} pypy3 )
 
 inherit distutils-r1
 
@@ -21,10 +21,9 @@ SRC_URI="
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 sparc x86"
-IUSE=""
 
 RDEPEND="
-   dev-python/setuptools-scm[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: dev-python/scikit-build-core/, dev-python/scikit-build-core/files/, profiles/

2023-09-21 Thread Michał Górny
commit: bb8c8c21cef6b152e1f66d1cd823d25c1710b66e
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Sep 22 02:12:55 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep 22 02:17:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb8c8c21

dev-python/scikit-build-core: Remove old

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

 dev-python/scikit-build-core/Manifest  |  3 --
 .../scikit-build-core-0.4.7-setuptools-hooks.patch | 28 
 .../scikit-build-core-0.4.7-r1.ebuild  | 52 -
 .../scikit-build-core-0.4.8.ebuild | 48 
 .../scikit-build-core-0.5.0.ebuild | 53 --
 profiles/package.mask  |  6 ---
 6 files changed, 190 deletions(-)

diff --git a/dev-python/scikit-build-core/Manifest 
b/dev-python/scikit-build-core/Manifest
index 897371efb243..ae87c7929ef6 100644
--- a/dev-python/scikit-build-core/Manifest
+++ b/dev-python/scikit-build-core/Manifest
@@ -1,4 +1 @@
-DIST scikit_build_core-0.4.7.tar.gz 161024 BLAKE2B 
a06136ca6144305290dcebacd33690556ce30c28793572adfd7b42b043d4bb7f2e6e8000fcb543608d33a130f7094683a31870aa40067fb24fbb453fed884ccf
 SHA512 
39f99facc920e3a46a3592d15ce9f3ceb90cf92dca8a010546a9cc15d50ea7737951286b6474f2f3f68f206f4fa7d157931fcfa831e122f51266df56ec5f043e
-DIST scikit_build_core-0.4.8.tar.gz 163396 BLAKE2B 
f432d144babd6be45a730e0566cf6fe8bea051b85364b0af26655e0679a0d458f3fd106e816f09557110a6e4e1fed056d1c6454c044ab34dfcc6530cad6020e3
 SHA512 
55ded022de13bbc60e5abed7b39466751abda3d66a0fa1c094ccd3ab28a93ac3437db2fb8e53381bbe0f7da9985ea5a6fd129af24e6654d3df48c704fb4612f1
-DIST scikit_build_core-0.5.0.tar.gz 177478 BLAKE2B 
e3f3d4bb60fcdc87b32799a663a96bfc994969c3a9dd6c73bd5f27720482cd02b8bbf75f7aee8b39c3b73dc8b6740c526a144b59ecb029e7de3b604dcb1aceb8
 SHA512 
68bd13b5f97aa498189a61e342bdcb6fa5ea45d8ee73cc557b1e67c9a8d411ef93ea59a954210f48b76e7c1a2f645e4e34686e6fa122929cf0bc69a9f3846600
 DIST scikit_build_core-0.5.1.tar.gz 179718 BLAKE2B 
31cd974a3deec188dc97ca708a04badfa8d75a0e66e85a2a814816bac126921aa5531f4f0de56f93a264b98edd341498298e1536502506d7b47ff40ca8bf92da
 SHA512 
de7dd843a7979615a1421bc9ea6c0fde40b72ed94209783f176a5fb427a9fdee497a69e891441591d65d06a3ea619c4c67c9314cf0b7622d19cd88c149b43c7b

diff --git 
a/dev-python/scikit-build-core/files/scikit-build-core-0.4.7-setuptools-hooks.patch
 
b/dev-python/scikit-build-core/files/scikit-build-core-0.4.7-setuptools-hooks.patch
deleted file mode 100644
index f3b352644b0d..
--- 
a/dev-python/scikit-build-core/files/scikit-build-core-0.4.7-setuptools-hooks.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-https://bugs.gentoo.org/909035
-https://bugs.gentoo.org/909335
-https://github.com/scikit-build/scikit-build-core/issues/413
-https://github.com/scikit-build/scikit-build-core/commit/fd9e6cf638a14dee2fb39b36e41b607ce8221d27
-
-From fd9e6cf638a14dee2fb39b36e41b607ce8221d27 Mon Sep 17 00:00:00 2001
-From: Henry Schreiner 
-Date: Sat, 24 Jun 2023 15:07:26 -0400
-Subject: [PATCH] fix: avoid interfering with other setuptools plugins (#414)
-
-Fix #413.
-
--
-
-Co-authored-by: pre-commit-ci[bot] 
<66853113+pre-commit-ci[bot]@users.noreply.github.com>
 a/src/scikit_build_core/setuptools/build_cmake.py
-+++ b/src/scikit_build_core/setuptools/build_cmake.py
-@@ -182,7 +182,8 @@ def _has_cmake(dist: Distribution) -> bool:
- def _prepare_extension_detection(dist: Distribution) -> None:
- # Setuptools needs to know that it has extensions modules
- 
--dist.has_ext_modules = lambda: type(dist).has_ext_modules(dist) or 
_has_cmake(dist)  # type: ignore[method-assign]
-+orig_has_ext_modules = dist.has_ext_modules
-+dist.has_ext_modules = lambda: orig_has_ext_modules() or _has_cmake(dist) 
 # type: ignore[method-assign]
- 
- # Hack for stdlib distutils
- if not setuptools.distutils.__package__.startswith("setuptools"):  # 
type: ignore[attr-defined]
-

diff --git a/dev-python/scikit-build-core/scikit-build-core-0.4.7-r1.ebuild 
b/dev-python/scikit-build-core/scikit-build-core-0.4.7-r1.ebuild
deleted file mode 100644
index b3c010a4c60d..
--- a/dev-python/scikit-build-core/scikit-build-core-0.4.7-r1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Build backend for CMake based projects"
-HOMEPAGE="
-   https://github.com/scikit-build/scikit-build-core/
-   https://pypi.org/project/scikit-build-core/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-# we always want [pyproject] extra
-RDEPEND="
-   >=dev-python/packaging-20.9[${PYTHON_USEDEP}]
-   >=dev-python/pathspec-0.10.1[${PYTHON_USEDEP}]
-   >=dev-python/pyproject-metadata-0.5[${PYTHON_USEDEP}]
-   

[gentoo-commits] repo/gentoo:master commit in: dev-java/openjdk-jre-bin/

2023-09-21 Thread Georgy Yakovlev
commit: bdc248c0a6d18530fc541992b77bea793b931ce6
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Sep 21 23:03:53 2023 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Sep 21 23:30:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdc248c0

dev-java/openjdk-jre-bin: add 17.0.8.1_p1

Bug: https://bugs.gentoo.org/912719
Closes: https://github.com/gentoo/gentoo/pull/32945
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-java/openjdk-jre-bin/Manifest  |  1 +
 .../openjdk-jre-bin-17.0.8.1_p1.ebuild | 83 ++
 2 files changed, 84 insertions(+)

diff --git a/dev-java/openjdk-jre-bin/Manifest 
b/dev-java/openjdk-jre-bin/Manifest
index 2fc7a374bd10..42906ffc6f28 100644
--- a/dev-java/openjdk-jre-bin/Manifest
+++ b/dev-java/openjdk-jre-bin/Manifest
@@ -3,6 +3,7 @@ DIST OpenJDK11U-jre_x64_linux_hotspot_11.0.19_7.tar.gz 42869496 
BLAKE2B 95347ba2
 DIST OpenJDK11U-jre_x64_linux_hotspot_11.0.20.1_1.tar.gz 43033465 BLAKE2B 
484ec2b8512e2c759840157608ae4b7cdd2729533589a8ad1ba718779e88319fa02da4c9f59b56dea93123646ca7a55e84675985679a25f5163d7511b8147f66
 SHA512 
4a962e2ee8c885753b7bc25c3a30af307bee2c8829438eb85b9a7b20abd72fa22b340cfb9b6a0721e8fb00379bd3a230653daa52f5f1e3e6d5ed028ea2066c99
 DIST OpenJDK17U-jre_x64_linux_hotspot_17.0.6_10.tar.gz 46078462 BLAKE2B 
2d0bc958f64da82e82b3a8a9d6bc686ecd2a09943e851f0f1a8efcec7cf0135b76a65abfa7f1175d09bc42583d151a4161d891a9861050751ae0c8aa4b1bbdc2
 SHA512 
253a030ab87e949091b24bacd638a91c673d775e76f3a83e8ab0c1824f697516405fe8fcf7d3b460bd25ddbb441685fa396b390e7ab8bc802294ea36b4700fac
 DIST OpenJDK17U-jre_x64_linux_hotspot_17.0.7_7.tar.gz 46138011 BLAKE2B 
3f21193285ee1f3626d1e3511cf324dca94a24825b4d8b70ae6a81b28f75bf3cccfada837540b9fce89f2b9b1973d28765ea6f4e46810c58cc8417f6acb8317f
 SHA512 
64cef568600f860234e84ed4f0bc5c2a29ce62ce873b9004d71fd74ad215692674b4494012a86570c42686e77ee7331ce8b2074c879627474e7b9d1a6bf9b0bc
+DIST OpenJDK17U-jre_x64_linux_hotspot_17.0.8.1_1.tar.gz 46332104 BLAKE2B 
cd27d457ecb64a17cd86fb7f348e7868b6a5e4bb59a98971dabfcdc213e4afc70dc7c1c912dcf209c9a3931ce2abece961480cc06039b565e09f70e55269ceb9
 SHA512 
773f39ec8f66d1285df74706014c690f3ade9c960bc27c5032bd4c100b2e89c3d4a23150af548128bdf499d64ba1567aa065f4a39f5e583600d86414d283f66f
 DIST OpenJDK8U-jre_x64_linux_hotspot_8u362b09.tar.gz 41359704 BLAKE2B 
ae4238725544b03abdc32f82fcb1e13fe2aba460c13a48ccc8ccd608f1e8b0f5ac6036b06e941e89b936f01250a4fc3f6fb0f9d7eb5ae9129b8cd5de6c1da33a
 SHA512 
6cb0bdc28596e23807f3e7f31c40f095d20395492bf30dae26a735686f82d9d216110403d59c769700a23dd3187a2603832bd84204051800d474af24c68c8cbc
 DIST OpenJDK8U-jre_x64_linux_hotspot_8u372b07.tar.gz 41375309 BLAKE2B 
4e439b329d020b30a118237d54e2a6bbb3d321e73b71c320a51b73f36662da82a846a306509537bc91f026177d31d1351a6de3d999881c6cd93e4b679e0a9a40
 SHA512 
affd576e85a28bb6d64d2967ee17ec13c36ec5c037ccb86caad41d6d7c9844656f325796abda0b5f234b1a6cbddbc7508ed36af4eaa1d29465e3719412419829
 DIST OpenJDK8U-jre_x64_linux_hotspot_8u382b05.tar.gz 41389960 BLAKE2B 
e79d0d6b08a0f2066c877b3f970742a209f1b56a46dd4e5bc3b3942b590ae4eb0e72ac9b909d2e0d9b61bee76d507d9df8def88c16ec87930152b8375c6272e5
 SHA512 
536e2b3f87907aa2d79938dae3f92efa5d6402ae252e147beb9ddc3f81b1001a8031e4eba7132b0640dad36652fb619b761e038a88246442fc8592d5fe8a9c41

diff --git a/dev-java/openjdk-jre-bin/openjdk-jre-bin-17.0.8.1_p1.ebuild 
b/dev-java/openjdk-jre-bin/openjdk-jre-bin-17.0.8.1_p1.ebuild
new file mode 100644
index ..1aba636df50a
--- /dev/null
+++ b/dev-java/openjdk-jre-bin/openjdk-jre-bin-17.0.8.1_p1.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit java-vm-2
+
+abi_uri() {
+   echo "${2-$1}? (
+   
https://github.com/adoptium/temurin${SLOT}-binaries/releases/download/jdk-${MY_PV}/OpenJDK${SLOT}U-jre_${1}_linux_hotspot_${MY_PV//+/_}.tar.gz
+   )"
+}
+
+MY_PV=${PV/_p/+}
+SLOT=${MY_PV%%[.+]*}
+
+SRC_URI="
+   $(abi_uri x64 amd64)
+"
+
+DESCRIPTION="Prebuilt Java JRE binaries provided by Eclipse Temurin"
+HOMEPAGE="https://adoptopenjdk.net;
+LICENSE="GPL-2-with-classpath-exception"
+KEYWORDS="~amd64"
+IUSE="alsa cups headless-awt selinux"
+
+RDEPEND="
+   media-libs/fontconfig:1.0
+   media-libs/freetype:2
+   >net-libs/libnet-1.1
+   >=sys-apps/baselayout-java-0.1.0-r1
+   >=sys-libs/glibc-2.2.5:*
+   sys-libs/zlib
+   alsa? ( media-libs/alsa-lib )
+   cups? ( net-print/cups )
+   selinux? ( sec-policy/selinux-java )
+   !headless-awt? (
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXi
+   x11-libs/libXrender
+   x11-libs/libXtst
+   )"
+
+RESTRICT="preserve-libs splitdebug"
+QA_PREBUILT="*"
+
+S="${WORKDIR}/jdk-${MY_PV}-jre"
+
+src_install() {
+   local dest="/opt/${PN}-${SLOT}"
+   local ddest="${ED}/${dest#/}"
+
+ 

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

2023-09-21 Thread Georgy Yakovlev
commit: 71a39a65c823338178e02f6be72232441addf5f5
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Sep 21 22:59:46 2023 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Sep 21 23:30:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71a39a65

dev-java/openjdk-bin: add 17.0.8.1_p1

Bug: https://bugs.gentoo.org/912719
Closes: https://github.com/gentoo/gentoo/pull/32945
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-java/openjdk-bin/Manifest  |   7 ++
 .../openjdk-bin/openjdk-bin-17.0.8.1_p1.ebuild | 136 +
 2 files changed, 143 insertions(+)

diff --git a/dev-java/openjdk-bin/Manifest b/dev-java/openjdk-bin/Manifest
index 84595b572f48..5aad86e189b3 100644
--- a/dev-java/openjdk-bin/Manifest
+++ b/dev-java/openjdk-bin/Manifest
@@ -18,18 +18,25 @@ DIST OpenJDK11U-jdk_x64_mac_hotspot_11.0.19_7.tar.gz 
186680275 BLAKE2B 6ace35227
 DIST OpenJDK11U-jdk_x64_mac_hotspot_11.0.20.1_1.tar.gz 186910284 BLAKE2B 
701e498de41831387cb1e72d08e4b50b63daa04a8bcaa81a928a67572c73dd9ace4aecf82eeb572463bb00a10b320ee539ef20418fde6252acfebf14eeccb973
 SHA512 
b47123db2480d5533da6231a808a66cf7f1844e9343d540152d60473675e43af01352d00fc396801a6221dfe6a4fa3a717ceb0df6d0fa2c03242878e53bb6804
 DIST OpenJDK17U-jdk_aarch64_linux_hotspot_17.0.6_10.tar.gz 190151132 BLAKE2B 
f602ebc908f111d6c3aceb5cf6fabdc0940bd3aafb840b78fdda64e98a247f0dfa7fc648827cc62cb46c16ce084ca1cf51274c9629b28580d028a9ac4b2be8a0
 SHA512 
f8a46cbc32160ebeee9c2047e6ac7837fbdc73549257c61d197486675fcb9420def98400779a0ec40a73652dc919daa5a9442bafe4f9129891527e24a109bb99
 DIST OpenJDK17U-jdk_aarch64_linux_hotspot_17.0.7_7.tar.gz 190276969 BLAKE2B 
4f974331765ba7cd9d18088013dc186127b3f96852d875c2228540dcc55f13a9e4e377ff0b81caa5b08866497f80d3f4b8f5d86e938574365d5bca4e38e772bf
 SHA512 
32aa78eff4f4912f330bb79f742848fb5b3f9d28c1848c1524e841e91e036c5bce1f2acf286127d296ba034dde5ada2dec7f9ccb1d213692f5fe83c3c388af1f
+DIST OpenJDK17U-jdk_aarch64_linux_hotspot_17.0.8.1_1.tar.gz 190656874 BLAKE2B 
43846cf6c7962e7e30a90d945db0c93835d38e51f5459b10a1adb291c7f7aa1e14f0b58997f0d146376260976713aa2dae2494eef3310d8c80978c4b02662bb9
 SHA512 
674a49bb0a52a6f880c829287ed80aa663e864a11586bf21ad3deef40755d1be0a711d6e26cc3d532d1cb4843cd091aeb4bd52d06fb6bef838e1f5be4d361114
 DIST OpenJDK17U-jdk_aarch64_mac_hotspot_17.0.6_10.tar.gz 177369180 BLAKE2B 
c45592830d2a9d87871b324d6ee331013c7ac5c1a968edede6ebb639c611422c4d2ee507c8cac7b154abf2031c71f7248b5ab4795bf4e56fc89e75469cdce1a2
 SHA512 
3e63a9c5457ca82cae15058f86c06bafb9172f95669d24b43bb371d19eedb7afec8725fabe1104fb0f575c2bd7e7ac8f41c103d6f967f7b910663b1e51d05a4a
 DIST OpenJDK17U-jdk_aarch64_mac_hotspot_17.0.7_7.tar.gz 177451420 BLAKE2B 
e6f36a264ef07573bb38ef9aa8aed94847832ea49685d0dd8e48ae559f5ee2c72f15755e7526f046ff3f09718d5216a09cf4711dd996e3d5d4138fd6906b2050
 SHA512 
4841a84f1eb264088451ff7e892d23f5929a0ccaad1a8768e8cfac4d01b56b27095879dd62c59a0af7c3d3edc45d4246ad8bdd21a872619a9dcf390957718e24
+DIST OpenJDK17U-jdk_aarch64_mac_hotspot_17.0.8.1_1.tar.gz 177735753 BLAKE2B 
df5dba287781b84e67ae99345bc96dbd64bd85c6dda5317a7dd12f522111c80601492640f6ed4ac60b683e14ce23df625f7de49faf18e4d74344855a83d33545
 SHA512 
ab2fa97f8fe2b94fe3f91ffbe0f9a99bd6cca2a85d5d8434c80b0f3bf0cc5890e90c38591600cc0bd210400790be6b7fa118df4a8583ad349535886a7eee6ea0
 DIST OpenJDK17U-jdk_arm_linux_hotspot_17.0.6_10.tar.gz 188314167 BLAKE2B 
71d8de8745dc5777cbec614f7ea254919b485d225e1eda0d43dde6c21bda20e5cb19c751af851471e5aa0d7399737df769758f7962932b63a85e00dabe746675
 SHA512 
7bd7a1a638088cf12b5722320c90504a661ab684dfd3f13fd87e24f12b94f5f2abcc98570d8939da9fe89d8f62e0de939db883b4d1e4f1262dae1e63610b4b6b
 DIST OpenJDK17U-jdk_arm_linux_hotspot_17.0.7_7.tar.gz 188461785 BLAKE2B 
8dff722e8f3ceca4aa353e26d51a9727a3ab5b41165e552ae5feb4e1950c544b4fbfaaf4fe15bdab4244561d108466054f5d574da57a62d91227f197159b4fdf
 SHA512 
041f536f52a59fdd9d5ee27138fb6a1eefcb15289944c98c7c50d55dd942c1b4467103fe14a6267dd4927d164c2d7e392848907178bb4b9b8e49ea19aa883773
+DIST OpenJDK17U-jdk_arm_linux_hotspot_17.0.8.1_1.tar.gz 188790162 BLAKE2B 
f3d69f13542a55aff361041539ef1a1d2eeda02ae8b37c94b377d5bed0fef2000e407fa02e7efb3e7fcf93e8716349d36f19d35ddbd8de2b54053d0687c3b356
 SHA512 
480f814d7ff517d6c970ee98dd99312eb9d2367e21bba788ca4ef3e1f7772419f4aa66bedce60e216e50a094c5d6bde8362613dd6ade86b1532daac38aea875a
 DIST OpenJDK17U-jdk_ppc64le_linux_hotspot_17.0.6_10.tar.gz 190834846 BLAKE2B 
9a14c48bc58221e510ca95ac6e24d5016114a40b4c7881ddf5138647f8d1b486ceb179a757145f713d252e5df3d4df71c36ac6129b6cea9ff2c6d38d91c005a6
 SHA512 
84cedd98b622c953e89d81a7e39a38e1aeb1d86d582a328e5cbd7c94eac9c39c01874327bd75ca0aa0c32aa0dc6a748f94d2f3252e84e042a0875b1f34f4d43a
 DIST OpenJDK17U-jdk_ppc64le_linux_hotspot_17.0.7_7.tar.gz 191015165 BLAKE2B 
0d02d29eb52f9bd7c1ac98550cbc2e96daa0382bc1d415ac9d6a041f063f39b4f354715628906443af8c69d0cef760e3fda88dc13c3c3e08e94c03918782b560
 SHA512 

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

2023-09-21 Thread Georgy Yakovlev
commit: 87b35fbb3a38e2f1213896d43a906a7042fae693
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Sep 21 22:56:22 2023 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Sep 21 23:30:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87b35fbb

dev-java/openjdk-bin: add 11.0.20.1_p1

Bug: https://bugs.gentoo.org/912719
Closes: https://github.com/gentoo/gentoo/pull/32945
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-java/openjdk-bin/Manifest  |   6 +
 .../openjdk-bin/openjdk-bin-11.0.20.1_p1.ebuild| 135 +
 2 files changed, 141 insertions(+)

diff --git a/dev-java/openjdk-bin/Manifest b/dev-java/openjdk-bin/Manifest
index c50e0f119a7f..84595b572f48 100644
--- a/dev-java/openjdk-bin/Manifest
+++ b/dev-java/openjdk-bin/Manifest
@@ -1,15 +1,21 @@
 DIST OpenJDK11U-jdk_aarch64_linux_hotspot_11.0.18_10.tar.gz 190875193 BLAKE2B 
117f56583c1a7f4aee8df9117c683ad205fa424a53a46fedad21bddd5c36ffcbd7031db468da09bdc840de65a19f5420d12a79612be48142181b8e691c959686
 SHA512 
e3fbcb65feda7bc59a2054deaaa255d5e4af479d4105ba8d1089fc00c1d80989d3f7a2ee1bb93a68fd98257cc98d6a1800e6de4539232a7110743264da033f0e
 DIST OpenJDK11U-jdk_aarch64_linux_hotspot_11.0.19_7.tar.gz 190945517 BLAKE2B 
24bd0e9ec9d9b64db542c42c800572ce960be69cc30abb6515eb0da34c234e8d5f3b714c1fb0be1d97b8a8019cfdeecc4068370d4ec6bd064a4bee9a1333e3d6
 SHA512 
cee8eb4c5950a0ff29ebfde4182c5b5f64f5eb3a3ba288561da95604c7f4e2a9507d23485d695d53cba29f0f96111a9687fe2fa2763986199e88cefd27318656
+DIST OpenJDK11U-jdk_aarch64_linux_hotspot_11.0.20.1_1.tar.gz 191278260 BLAKE2B 
e3ed7bb97a8b244f7aaa7ced808a55d632634d8c6422c44b7bb37d5e51ac1cc8b1e03f2b404a3654bd5cfeecdc1051cad57ef6617c908a52f04f5bcd8f55c545
 SHA512 
72db8438ec936d2594bc62cc02cfeca348cdf4854c162ea6cdb5ae6051120e771d48cb510d2c0145e5a243f544f8963e9210efa6f57edc6f667c5761b0088b5b
 DIST OpenJDK11U-jdk_arm_linux_hotspot_11.0.18_10.tar.gz 181837466 BLAKE2B 
df9935b4a2b8255439a0691b06636c4c40cd6d15dbcdf6b722eb57219cf67f1a7e44bf1eee3d7f8b65ca854c83d61a942d8384add454384f5b0f0113767173c2
 SHA512 
0b8a7e7a856d310ead1fbae214473a11ce41fef00b19b4e5a9553d076d4d6f692852983ea6afc3fb06800c8478e79c510e60d7157e7b13a710663ee01939bfad
 DIST OpenJDK11U-jdk_arm_linux_hotspot_11.0.19_7.tar.gz 181919937 BLAKE2B 
127fdca2b7305a45e23110b5e95079f9eafc554c8cdd620fbe0750b25f880a0e14be16b60e0a8fe8289adede3a99ef5205b75ad586f165f2e72d69e322e91b4a
 SHA512 
2e1d030b3dcd90ca8a14637547b525a3ed1113516b3f8c9b41377e71399ecd634d9db97457d75e8fa6e2451500c1986a6dd31393a8e0d81216b5d334e8eeece6
+DIST OpenJDK11U-jdk_arm_linux_hotspot_11.0.20.1_1.tar.gz 182177832 BLAKE2B 
404d628e2ad7392ad6ee5906a9ddccff82778fc1303a7877738b7646c4c50fc1eda4b98212d43b200c00ca49090216f9609608f2e1356a74d483e9ed1d90bda0
 SHA512 
802c39f52d941905997f5b975a69a74d937aaee14eb7ab3825d764e76d65681bdcea366fe2f34b581b6a96e9fa91bcf82164ead1fbbefe936f7e86ee7bcebd42
 DIST OpenJDK11U-jdk_ppc64le_linux_hotspot_11.0.18_10.tar.gz 176301953 BLAKE2B 
8132410a2d7d56dc65877d66b64eeac1943315d83144b026e03fa5ce68ee688e4c47f96112d6ebee87353275d797ffad1d7b52ea90882755cd9825d4a1e251f0
 SHA512 
d530bb22118e643b04b97823b779e308952df443cf03c3a65727fd64e531006beada229742e89d93eb7fe693ac7687c0229cb9ebc28482841d4a2c03d451b317
 DIST OpenJDK11U-jdk_ppc64le_linux_hotspot_11.0.19_7.tar.gz 176344532 BLAKE2B 
08030f5cbff4fb287340bcbb935e507d652786de4a3b77e9f331751f4de28cc1bc1cae6db1a240f19be21d69ee81a4995ed5d22b31ee7b6e5ef4e9c1e0295daa
 SHA512 
9f29484275a0468aa6fbd949c7110b55a102deb8b6f94f004c91f6c49b5e83ba6d29eaa94298d003754215d4a5e68106fae7e4b1fcb361dd3b4e32afc8578d74
+DIST OpenJDK11U-jdk_ppc64le_linux_hotspot_11.0.20.1_1.tar.gz 176708583 BLAKE2B 
b88652df8c51648243525f2f6a5f127a764ca9caf140eb3c8b70783acc4b8146418800bb239ffd34d5039daace3fef4930f605692bde7f96d43229f9cb802d9b
 SHA512 
12c6c638456a7031138f8f8ca91b24dc400a6cb792ee47e2a0d526a193a030762b223cd1652a9363141219cac13df5cdf4b096f879f84f0ec59f2358d89809e2
 DIST OpenJDK11U-jdk_x64_alpine-linux_hotspot_11.0.18_10.tar.gz 193025321 
BLAKE2B 
7302e0be8681b34d65b7dc83fd7e4dc720710edfd5dc536cf94da61853cb8a9e65ca2d9fb0057129aaa18bce70dcaf41dd802a650ab9acb9e4f939c403c3c5f4
 SHA512 
ed3f06f35b046d811fcee5eaff196a035b706ba29f585748585bace1e9ffdb13f16fd1f23c44319760229c4fb1c3a2feb3ed540632f8da8541914c135f06eb74
 DIST OpenJDK11U-jdk_x64_alpine-linux_hotspot_11.0.19_7.tar.gz 193074969 
BLAKE2B 
ea50ff6b9f4ea244e506b868fb9c56776bfda597dcd7a5dec82d9bb89b568cce2faf67cdcf615e5c8af2da20a2e724ff20046ff278ed6290971cccab6cc2b361
 SHA512 
858f9ab7b10a748dec7bd918e3d8dec829d069fd1da0a1215769035f3a9c69eb0e63aca91a5e8ef8a389786cf11fa95840ea171f6722e8d5f2b276f1ea2c5dba
+DIST OpenJDK11U-jdk_x64_alpine-linux_hotspot_11.0.20.1_1.tar.gz 193412811 
BLAKE2B 
e790ad546350ae4a4c1b59dfe9641ce4ea2c89f71276f684d7535ad0d2cb0dfc2c42f21d420bf3c7b370bbbe9a342cd1cb073f3f051bcb082ecf310923914a33
 SHA512 

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

2023-09-21 Thread Georgy Yakovlev
commit: 6b7f91541f3ab5b74c2b945f28952fbc980d0e11
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Sep 21 23:07:23 2023 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Sep 21 23:30:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b7f9154

dev-java/openjdk: add 17.0.8.1_p1

Bug: https://bugs.gentoo.org/912719
Closes: https://github.com/gentoo/gentoo/pull/32945
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-java/openjdk/Manifest   |   1 +
 dev-java/openjdk/openjdk-17.0.8.1_p1.ebuild | 327 
 2 files changed, 328 insertions(+)

diff --git a/dev-java/openjdk/Manifest b/dev-java/openjdk/Manifest
index a94f332e2f33..5524d9d6ac67 100644
--- a/dev-java/openjdk/Manifest
+++ b/dev-java/openjdk/Manifest
@@ -5,6 +5,7 @@ DIST openjdk-11.0.19_p7.tar.gz 123660996 BLAKE2B 
1b16d27700a39e7f1475384ad117808
 DIST openjdk-11.0.20.1_p1.tar.gz 116165519 BLAKE2B 
3f3627d6535770c6654226ca2c188ac4aa0f332c7f66d79ab1991274e019ee4aee5194b285bace03175593543017a2ec75494e8e50b5488df82c7d437bf31398
 SHA512 
765f90a24629e5db5afb23b09edc38a3d460ba27d1de53980942e711783fe9fdf1c4ef29a75d2ffd6d93864611ffce60d515e032180917cd053967a0d4ecfc69
 DIST openjdk-17.0.6_p10.tar.gz 105221267 BLAKE2B 
c885c10aea273e779bbee4463106598900790378e06012f0019bfbbba8987a99a6aad53aca39bdc5ffba5f610a84e6c4cfd98c697e46404d388d32186b2ccd6b
 SHA512 
7fa47285fb1776802dc35352bfe64d6b376cbc73d7b72ef7d5c8ad41c181d8aa9dc6fb392fe3b1c799974765d40c03a6643ad6afeb3ddc9ab45e546b747ebb3c
 DIST openjdk-17.0.7_p7.tar.gz 105568148 BLAKE2B 
a89961e0bc796a3c6337e1404fb33ee8cc6ced0319c2cf83a85cc36190af6b96817a51f407819fefbbc832213bef861913835abf20f1b10e6e2e49a759210302
 SHA512 
b403c581b2a89c576ca5468ac34e1a97ef0ab2d6150d31724151b098738684ef9213d31e06fd1923f9cd8a8a1f257f032a166a502177a9b0670bea7280439969
+DIST openjdk-17.0.8.1_p1.tar.gz 105878760 BLAKE2B 
e4d752dc87717855bfe4bd84c97056f0d93b554c67bdbb3e750e20479e2156628c85aea7b404577ea6ff40d49669d5f53aab06d0c4cf9aa926b060a0cd93cd03
 SHA512 
0d8e9e54173be855c15d121d4d6cd36996700e1e2fb194ad93ba8ad794a342c87b7d2f81a32d0bb215e45f1dc1f4efdfe1be5e8de99395730902d443ac773813
 DIST openjdk-8.362_p09.tar.gz 87939909 BLAKE2B 
cff08a04e2e0cf0af776d8ae8220cae86afb322a4dbb83df39444b08a23dd59fea761a0ee403d24d7fd639e1982eac7c77764920c7efcfeb877dc64763c9f672
 SHA512 
6579e881f36902db49db8d136f1cd9d2b2659705b216bfe014df99441d1984b4d7678998bb36edf78b77049bdd8315a8dcf22e6a598b485b972fee3784fe2ef7
 DIST openjdk-8.372_p07.tar.gz 88002433 BLAKE2B 
0f5ee2596099415dd377671a54cabcd7234e5b081ee41810ac3bfe11d9ba6e4bc92d96ff4713a165fdce46c0425f1698fd22c18cb02df107f886aa607f0f87b7
 SHA512 
400c1fd2df8b55a02ed9df0a7f38bb43e048eda5962b59f472eb2c8d23c1399cb418b3244d59816242bdd9c26249e7738cf2cf89c6b6e4f973399134a9f5d4ae
 DIST openjdk-8.382_p05.tar.gz 93105951 BLAKE2B 
07e2961dbbd8de153650a1f92fd88960e6b1b39e7d212cc158bd943d35da5fdab0595583226ac12134eb176b1c550576e7aef5dfaf4a76ac0060daa42f4b4495
 SHA512 
5879cfbd5795f0260897c52fe2503754767faf1e229832e0c4c6dd9957055fd7105d14403d82ccf92eed0adfecc5bc858a89643e68d3c81d437fd543fbfce49a

diff --git a/dev-java/openjdk/openjdk-17.0.8.1_p1.ebuild 
b/dev-java/openjdk/openjdk-17.0.8.1_p1.ebuild
new file mode 100644
index ..9b3e7b1fe8fb
--- /dev/null
+++ b/dev-java/openjdk/openjdk-17.0.8.1_p1.ebuild
@@ -0,0 +1,327 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit check-reqs eapi8-dosym flag-o-matic java-pkg-2 java-vm-2 
multiprocessing toolchain-funcs
+
+# variable name format: _XPAK
+ARM64_XPAK="17.0.2_p8" # musl bootstrap install
+PPC64_XPAK="17.0.1_p12" # big-endian bootstrap tarball
+RISCV_XPAK="17.0.3_p7"
+X86_XPAK="17.0.1_p12"
+
+# Usage: bootstrap_uri   [extracond]
+# Example: $(bootstrap_uri ppc64 17.0.1_p12 big-endian)
+# Output: ppc64? ( big-endian? ( https://...17.0.1_p12-ppc64.tar.xz ) )
+bootstrap_uri() {
+   local 
baseuri="https://dev.gentoo.org/~arthurzam/distfiles/dev-java/${PN}/${PN}-bootstrap;
+   local suff="tar.xz"
+   local kw="${1:?${FUNCNAME[0]}: keyword not specified}"
+   local ver="${2:?${FUNCNAME[0]}: version not specified}"
+   local cond="${3-}"
+   [[ ${cond} == elibc_musl* ]] && local musl=yes
+
+   # here be dragons
+   echo "${kw}? ( ${cond:+${cond}? (} 
${baseuri}-${ver}-${kw}${musl:+-musl}.${suff} ${cond:+) })"
+}
+
+# don't change versioning scheme
+# to find correct _p number, look at
+# https://github.com/openjdk/jdk${SLOT}u/tags
+# you will see, for example, jdk-17.0.4.1-ga and jdk-17.0.4.1+1, both point
+# to exact same commit sha. we should always use the full version.
+# -ga tag is just for humans to easily identify General Availability release 
tag.
+MY_PV="${PV%_p*}-ga"
+SLOT="${MY_PV%%[.+]*}"
+
+DESCRIPTION="Open source implementation of the Java programming language"
+HOMEPAGE="https://openjdk.org;
+SRC_URI="
+   

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

2023-09-21 Thread Georgy Yakovlev
commit: 090204bd40f26ebc4b724dd40d12fd7b489968ab
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Sep 21 23:18:52 2023 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Sep 21 23:32:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=090204bd

profiles/arch/powerpc: mask USE=systemtap for openjdk:17

Not sure why it was not failing for me before. It does now.
Let's disable it.

 JVM_FEATURES_CHECK_AVAILABILITY(dtrace, [
AC_MSG_CHECKING([for dtrace tool and platform support])
if test "x$OPENJDK_TARGET_CPU_ARCH" = "xppc"; then
  AC_MSG_RESULT([no, $OPENJDK_TARGET_CPU_ARCH])
  AVAILABLE=false

Commit: 
https://github.com/openjdk/jdk17u-dev/commit/5b29c6ec93372b20016565b84d449860b7233d6c
Bug: https://bugs.gentoo.org/912719
Closes: https://github.com/gentoo/gentoo/pull/32945
Signed-off-by: Georgy Yakovlev  gentoo.org>

 profiles/arch/powerpc/package.use.mask | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/profiles/arch/powerpc/package.use.mask 
b/profiles/arch/powerpc/package.use.mask
index 2e176fd61a58..61a86a68cd6b 100644
--- a/profiles/arch/powerpc/package.use.mask
+++ b/profiles/arch/powerpc/package.use.mask
@@ -1,6 +1,12 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Georgy Yakovlev https://github.com/openjdk/jdk17u-dev/commit/5b29c6ec93372b20016565b84d449860b7233d6c
+dev-java/openjdk:17 systemtap
+
 # Jon Janzen  (2023-09-11)
 # librttopo has not been tested on this arch
 dev-db/spatialite rttopo



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

2023-09-21 Thread Georgy Yakovlev
commit: 3c261c863ad97a86511b89b63da2667a1e10e6e6
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Sep 21 23:06:11 2023 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Sep 21 23:30:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c261c86

dev-java/openjdk: add 11.0.20.1_p1

Bug: https://bugs.gentoo.org/912719
Closes: https://github.com/gentoo/gentoo/pull/32945
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-java/openjdk/Manifest|   1 +
 dev-java/openjdk/openjdk-11.0.20.1_p1.ebuild | 312 +++
 2 files changed, 313 insertions(+)

diff --git a/dev-java/openjdk/Manifest b/dev-java/openjdk/Manifest
index f9bfff0e7178..a94f332e2f33 100644
--- a/dev-java/openjdk/Manifest
+++ b/dev-java/openjdk/Manifest
@@ -2,6 +2,7 @@ DIST java17-riscv64.patch 2253475 BLAKE2B 
a10a257f0b8bf590cdc011cf0c5af4854d49d6
 DIST openjdk-11.0.18-riscv.patch.xz 272672 BLAKE2B 
b079612032a5bf135b05bdd1da16f2823772a5d9a18447a435f191daf78c5429a15c2e9ea64758dc9b26ee2a88275532b4f27714b2a7e4489f920c0ed2f5003b
 SHA512 
c0426f243c5aa581d90366cb01ce811e34883a9d8a0298cab420378470e8eb427a56932ca1fbb5ed57e7430be2b38c6bc4491028ebaa25be0a938ba0bb2baf45
 DIST openjdk-11.0.18_p10.tar.gz 123369840 BLAKE2B 
1fa6a147ac0685f51b82f7b958b81d4ac56dd0d94234dab54d4c3641d4d5b0905b4778fa73f2d8582249f251839dd3ff5b8835c2ff3eb24f402d1399cfc27ffe
 SHA512 
10a48066ad1d2b627cc9be5c6e06a0deef7241f3b95b917b3bf86ffeb53ea043915e0eb7784ea244332d9c3941c8c5056c154e5aff4522b95aca8c8372c19474
 DIST openjdk-11.0.19_p7.tar.gz 123660996 BLAKE2B 
1b16d27700a39e7f1475384ad1178086f7c3e1e5f34390a6157d5d367057e90e1896eeca8d37cef4b93e3571a2eb26eee0e01890a1ef99a5a2a3542344cb9a9c
 SHA512 
570ab208decc9fc1290f77cf7283f433bc7ee046ea212943f90ca08f262648ed3d0a9dc1b31a7254e4db53e6073d8b3ac573ee74ed665b223801ada8dd1d15d6
+DIST openjdk-11.0.20.1_p1.tar.gz 116165519 BLAKE2B 
3f3627d6535770c6654226ca2c188ac4aa0f332c7f66d79ab1991274e019ee4aee5194b285bace03175593543017a2ec75494e8e50b5488df82c7d437bf31398
 SHA512 
765f90a24629e5db5afb23b09edc38a3d460ba27d1de53980942e711783fe9fdf1c4ef29a75d2ffd6d93864611ffce60d515e032180917cd053967a0d4ecfc69
 DIST openjdk-17.0.6_p10.tar.gz 105221267 BLAKE2B 
c885c10aea273e779bbee4463106598900790378e06012f0019bfbbba8987a99a6aad53aca39bdc5ffba5f610a84e6c4cfd98c697e46404d388d32186b2ccd6b
 SHA512 
7fa47285fb1776802dc35352bfe64d6b376cbc73d7b72ef7d5c8ad41c181d8aa9dc6fb392fe3b1c799974765d40c03a6643ad6afeb3ddc9ab45e546b747ebb3c
 DIST openjdk-17.0.7_p7.tar.gz 105568148 BLAKE2B 
a89961e0bc796a3c6337e1404fb33ee8cc6ced0319c2cf83a85cc36190af6b96817a51f407819fefbbc832213bef861913835abf20f1b10e6e2e49a759210302
 SHA512 
b403c581b2a89c576ca5468ac34e1a97ef0ab2d6150d31724151b098738684ef9213d31e06fd1923f9cd8a8a1f257f032a166a502177a9b0670bea7280439969
 DIST openjdk-8.362_p09.tar.gz 87939909 BLAKE2B 
cff08a04e2e0cf0af776d8ae8220cae86afb322a4dbb83df39444b08a23dd59fea761a0ee403d24d7fd639e1982eac7c77764920c7efcfeb877dc64763c9f672
 SHA512 
6579e881f36902db49db8d136f1cd9d2b2659705b216bfe014df99441d1984b4d7678998bb36edf78b77049bdd8315a8dcf22e6a598b485b972fee3784fe2ef7

diff --git a/dev-java/openjdk/openjdk-11.0.20.1_p1.ebuild 
b/dev-java/openjdk/openjdk-11.0.20.1_p1.ebuild
new file mode 100644
index ..8d64a1fe2ce9
--- /dev/null
+++ b/dev-java/openjdk/openjdk-11.0.20.1_p1.ebuild
@@ -0,0 +1,312 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit eapi8-dosym check-reqs flag-o-matic java-pkg-2 java-vm-2 
multiprocessing toolchain-funcs
+
+# don't change versioning scheme
+# to find correct _p number, look at
+# https://github.com/openjdk/jdk${SLOT}u/tags
+# you will see, for example, jdk-17.0.4.1-ga and jdk-17.0.4.1+1, both point
+# to exact same commit sha. we should always use the full version.
+# -ga tag is just for humans to easily identify General Availability release 
tag.
+# we need -ga tag to fetch tarball and unpack it, but exact number everywhere 
else to
+# set build version properly
+MY_PV="${PV%_p*}-ga"
+SLOT="${MY_PV%%[.+]*}"
+
+# variable name format: _XPAK
+PPC64_XPAK="11.0.13_p8" # big-endian bootstrap tarball
+RISCV_XPAK="11.0.14_p9" # lp64d bootstrap tarball
+X86_XPAK="11.0.13_p8"
+
+# Usage: bootstrap_uri   [extracond]
+# Example: $(bootstrap_uri ppc64 17.0.1_p12 big-endian)
+# Output: ppc64? ( big-endian? ( https://...17.0.1_p12-ppc64.tar.xz ) )
+bootstrap_uri() {
+   local 
baseuri="https://dev.gentoo.org/~arthurzam/distfiles/dev-java/${PN}/${PN}-bootstrap;
+   local suff="tar.xz"
+   local kw="${1:?${FUNCNAME[0]}: keyword not specified}"
+   local ver="${2:?${FUNCNAME[0]}: version not specified}"
+   local cond="${3-}"
+
+   # here be dragons
+   echo "${kw}? ( ${cond:+${cond}? (} ${baseuri}-${ver}-${kw}.${suff} 
${cond:+) })"
+}
+
+DESCRIPTION="Open source implementation of the Java programming language"
+HOMEPAGE="https://openjdk.org;
+SRC_URI="
+   

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

2023-09-21 Thread Georgy Yakovlev
commit: cc9e5fa5bc007ede0b8382fe0aa7579c1a2a4d85
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Sep 21 23:05:06 2023 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Sep 21 23:30:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc9e5fa5

dev-java/openjdk: add 8.382_p05

Bug: https://bugs.gentoo.org/912719
Closes: https://github.com/gentoo/gentoo/pull/32945
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-java/openjdk/Manifest |   1 +
 dev-java/openjdk/openjdk-8.382_p05.ebuild | 239 ++
 2 files changed, 240 insertions(+)

diff --git a/dev-java/openjdk/Manifest b/dev-java/openjdk/Manifest
index 1cc0bcbd4f13..f9bfff0e7178 100644
--- a/dev-java/openjdk/Manifest
+++ b/dev-java/openjdk/Manifest
@@ -6,6 +6,7 @@ DIST openjdk-17.0.6_p10.tar.gz 105221267 BLAKE2B 
c885c10aea273e779bbee4463106598
 DIST openjdk-17.0.7_p7.tar.gz 105568148 BLAKE2B 
a89961e0bc796a3c6337e1404fb33ee8cc6ced0319c2cf83a85cc36190af6b96817a51f407819fefbbc832213bef861913835abf20f1b10e6e2e49a759210302
 SHA512 
b403c581b2a89c576ca5468ac34e1a97ef0ab2d6150d31724151b098738684ef9213d31e06fd1923f9cd8a8a1f257f032a166a502177a9b0670bea7280439969
 DIST openjdk-8.362_p09.tar.gz 87939909 BLAKE2B 
cff08a04e2e0cf0af776d8ae8220cae86afb322a4dbb83df39444b08a23dd59fea761a0ee403d24d7fd639e1982eac7c77764920c7efcfeb877dc64763c9f672
 SHA512 
6579e881f36902db49db8d136f1cd9d2b2659705b216bfe014df99441d1984b4d7678998bb36edf78b77049bdd8315a8dcf22e6a598b485b972fee3784fe2ef7
 DIST openjdk-8.372_p07.tar.gz 88002433 BLAKE2B 
0f5ee2596099415dd377671a54cabcd7234e5b081ee41810ac3bfe11d9ba6e4bc92d96ff4713a165fdce46c0425f1698fd22c18cb02df107f886aa607f0f87b7
 SHA512 
400c1fd2df8b55a02ed9df0a7f38bb43e048eda5962b59f472eb2c8d23c1399cb418b3244d59816242bdd9c26249e7738cf2cf89c6b6e4f973399134a9f5d4ae
+DIST openjdk-8.382_p05.tar.gz 93105951 BLAKE2B 
07e2961dbbd8de153650a1f92fd88960e6b1b39e7d212cc158bd943d35da5fdab0595583226ac12134eb176b1c550576e7aef5dfaf4a76ac0060daa42f4b4495
 SHA512 
5879cfbd5795f0260897c52fe2503754767faf1e229832e0c4c6dd9957055fd7105d14403d82ccf92eed0adfecc5bc858a89643e68d3c81d437fd543fbfce49a
 DIST openjdk-bootstrap-11.0.13_p8-ppc64.tar.xz 108215404 BLAKE2B 
5e6c0b905b34b437137922b73a9724da96b8832186fea945f8c73d941db822ca1cc5718f3ecb4607ed98d1f8241c9f365b54caaf978863e8b84680a94f067b5d
 SHA512 
732e2220219d42be10589fcaf2420da87ebc8564b4afc6bd02f61f31cdca9c31b339366e34d374fb814499b92f8aa796435a18f28e10c8cb00d9a0f5953bb60e
 DIST openjdk-bootstrap-11.0.13_p8-x86.tar.xz 105420236 BLAKE2B 
d3137ad497937a9a04dedf38776f3ac45bf3b115d275991fd8582b72ade48390b6aa8ad89e0b4d34fa6a787a3c413dab20b32ef347dc8733544e810150c55d29
 SHA512 
f71a7ef8fbf19b0595dd7d4ebe52bbe1c95b8c17f34d092472c5f5ce8caf52a053f22db8587f1649f9a96ad01c0c632be343342812f5a8cc4ff843b33b8d9b0f
 DIST openjdk-bootstrap-11.0.14_p9-riscv.tar.xz 104601676 BLAKE2B 
5f976e8a626a829fae70ad6c007f10bfeff79e29c85d6c75fb2f5ff8984fd2a2bd44ee6e07958dbbdaaed761c6839d375e1b5ba6cffc63b02ad9e2c9178310db
 SHA512 
580dec81626553fe3e7afd0f6385a733ba80a0502cf0f9e8bdc973048887290c9ab6171267d61d8838c4ece4de58c9ca8b78540bd52b1757495a27175057ec64

diff --git a/dev-java/openjdk/openjdk-8.382_p05.ebuild 
b/dev-java/openjdk/openjdk-8.382_p05.ebuild
new file mode 100644
index ..06e34fc34a25
--- /dev/null
+++ b/dev-java/openjdk/openjdk-8.382_p05.ebuild
@@ -0,0 +1,239 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit check-reqs eapi8-dosym flag-o-matic java-pkg-2 java-vm-2 
multiprocessing toolchain-funcs
+
+# don't change versioning scheme
+# to find correct _p number, look at
+# https://github.com/openjdk/jdk${SLOT}u/tags
+# you will see, for example, jdk-17.0.4.1-ga and jdk-17.0.4.1+1, both point
+# to exact same commit sha. we should always use the full version.
+# -ga tag is just for humans to easily identify General Availability release 
tag.
+# we need -ga tag to fetch tarball and unpack it, but exact number everywhere 
else to
+# set build version properly
+MY_PV="$(ver_rs 1 'u' 2 '-' ${PV%_p*}-ga)"
+SLOT="${PV%%[.+]*}"
+
+DESCRIPTION="Open source implementation of the Java programming language"
+HOMEPAGE="https://openjdk.org;
+SRC_URI="https://github.com/openjdk/jdk${SLOT}u/archive/refs/tags/jdk${MY_PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="GPL-2-with-classpath-exception"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE="alsa debug cups doc examples headless-awt javafx +jbootstrap selinux 
source"
+
+COMMON_DEPEND="
+   media-libs/freetype:2=
+   media-libs/giflib:0/7
+   sys-libs/zlib
+"
+# Many libs are required to build, but not to run, make is possible to remove
+# by listing conditionally in RDEPEND unconditionally in DEPEND
+RDEPEND="
+   ${COMMON_DEPEND}
+   >=sys-apps/baselayout-java-0.1.0-r1
+   !headless-awt? (
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXi
+   

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

2023-09-21 Thread Georgy Yakovlev
commit: 7013cd2abf9c91082b7c8262a012dde5c4e8e5b7
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Sep 21 23:21:16 2023 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Sep 21 23:32:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7013cd2a

dev-java/openjdk: use modern dtrace configure knob

Bug: https://bugs.gentoo.org/912719
Closes: https://github.com/gentoo/gentoo/pull/32945
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-java/openjdk/openjdk-17.0.8.1_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/openjdk/openjdk-17.0.8.1_p1.ebuild 
b/dev-java/openjdk/openjdk-17.0.8.1_p1.ebuild
index 9b3e7b1fe8fb..2065322657f8 100644
--- a/dev-java/openjdk/openjdk-17.0.8.1_p1.ebuild
+++ b/dev-java/openjdk/openjdk-17.0.8.1_p1.ebuild
@@ -226,7 +226,7 @@ src_configure() {
--with-version-string="${PV%_p*}"
--with-version-build="${PV#*_p}"
--with-zlib="${XPAK_BOOTSTRAP:-system}"
-   --enable-dtrace=$(usex systemtap yes no)
+   --enable-jvm-feature-dtrace=$(usex systemtap yes no)
--enable-headless-only=$(usex headless-awt yes no)
$(tc-is-clang && echo "--with-toolchain-type=clang")
)



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

2023-09-21 Thread Georgy Yakovlev
commit: 57ebd1e5c999424a7c6a4f46a38240ccab6df55f
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Sep 21 22:53:04 2023 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Sep 21 23:30:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57ebd1e5

dev-java/openjdk-bin: add 8.382_p05

Bug: https://bugs.gentoo.org/912719
Closes: https://github.com/gentoo/gentoo/pull/32945
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-java/openjdk-bin/Manifest |   6 +
 dev-java/openjdk-bin/openjdk-bin-8.382_p05.ebuild | 131 ++
 2 files changed, 137 insertions(+)

diff --git a/dev-java/openjdk-bin/Manifest b/dev-java/openjdk-bin/Manifest
index f8e4b2fde874..c50e0f119a7f 100644
--- a/dev-java/openjdk-bin/Manifest
+++ b/dev-java/openjdk-bin/Manifest
@@ -26,13 +26,19 @@ DIST OpenJDK17U-jdk_x64_mac_hotspot_17.0.6_10.tar.gz 
187219587 BLAKE2B dd8f19c74
 DIST OpenJDK17U-jdk_x64_mac_hotspot_17.0.7_7.tar.gz 187285514 BLAKE2B 
9623a1ec87dae45f94476e995d77c970f5eca89d4bcfa2b88a2848afb6b6fede75958ee00f19f49fb24e8d31ff068f6f6a21d6c8350c312927c27c44e2d3c6ad
 SHA512 
ec0217aeda48dfc858b14ced6b365c702a39ae95c824f36caf2a0625e7210ee7b459ec7af9166dc85d4910e634ac186950342f753b1adabff28fa770868b4840
 DIST OpenJDK8U-jdk_aarch64_linux_hotspot_8u362b09.tar.gz 102042474 BLAKE2B 
02a12a4fd6fd9a0be8627e86bdc69f2aa76b1b0a877e6f4deed9fd5499d09559c6fe3157b538e7b5c308ae862f33fb2caaeed6530cc055a1a289870843712673
 SHA512 
d45e20de4a51f1151ef0c83eb1ea3e338e00afaa5d19b677a03328e2a5282601c4845cefeae6ada528e56949d82dd8057422dca73e8711f858b9bc00bda33abc
 DIST OpenJDK8U-jdk_aarch64_linux_hotspot_8u372b07.tar.gz 102062639 BLAKE2B 
46a855c69ea349895d4641754df09a1fc564dc3005534cb52b0611495dd93d8c42c9b8a740441de3169210d2d92faa15ff7c7de3ed0ec5106a7de228fc8c21ec
 SHA512 
ce1fe591a5b59d46fbfba50cb8c47698fd1b5e0ce4b6bc1dcb9c6ea07d5a1afa3fb803b8f35df7dbcb7c6964b4be616e5f5a6e70f6d735052add9c7e77fc66a7
+DIST OpenJDK8U-jdk_aarch64_linux_hotspot_8u382b05.tar.gz 102105707 BLAKE2B 
5edec97bb60d983bcc299914c5bad8e89aef70f31ff1f5b26cbd430cbacc8b41c6d04906a9ea3a1eb6cf2601ae81279a871a1eb77c3297abb5454e213f2583b0
 SHA512 
11219c825f8ac0fcdd16120f89b2e7951c651595eb0be762cb511bad8cf44d3bc3136ba6f71b5ded8a9745fe5a143416b0ef4422c1cbbe62f110e4fa5f39c7ed
 DIST OpenJDK8U-jdk_arm_linux_hotspot_8u362b09.tar.gz 98287152 BLAKE2B 
c41343bda7383163ea125246616764c3aa528cd78936a653974685440945e27c259bd6f72bd8a126d6eb9ff8a92189824881bbbd44fa7b23f676a6ff4197d89f
 SHA512 
5b9cb46932efe95e0beca73616d7f982ba398d597a33aff34429919675d8524304f38b17d86faea4701813d6a992f16384c2721993800291a3640961a2027823
 DIST OpenJDK8U-jdk_arm_linux_hotspot_8u372b07.tar.gz 98310010 BLAKE2B 
116ce3752db5c1995b54a78e9c7bce4c2a6b6dd3d8af895297384b3afeb79309e1d6fde4ea5d63e04f3e2bb157298802732b391044c2a1138434e74e37874f54
 SHA512 
41a9ffd613a4d71537a738281c31c9194d7df749beb08231965034b66920830e4e5eb34a726516b6a712d10326a33805d1fa8cd28a94a75170cc86eacd8b03a5
+DIST OpenJDK8U-jdk_arm_linux_hotspot_8u382b05.tar.gz 98311130 BLAKE2B 
b2158aca6fef4e8a404b9dace05817f5fefd0b201281351126d422f35d66d733510943246c22a47f03e65d711f25d424935ae8788057722c71cbb30a4f7a4a1e
 SHA512 
70d79c385ebb1cfe286781eb8da0d622a61140a0abc3b6bc559c8213ace93b9ce2a77aa55a3ef32936ee512b406044c1708624b4d040b62dd2462b4ea6e71572
 DIST OpenJDK8U-jdk_ppc64le_linux_hotspot_8u362b09.tar.gz 100484333 BLAKE2B 
ecfc4473fec3120d68ea511f72b8e97d4d5e92098849a3f04853b5ad11c8f5ce61b49ec074ff739083f9e2e25d65a6e657ef1c0c9f275606e8b41fda3a8aec2c
 SHA512 
dbe8002f45d1e0ff4dd980123a88ae160ad006de0ab656798fec8896d23905071d1c6f41cff618422cf37d9620ee10dbe6522e8266095eaff3244a7c36232e38
 DIST OpenJDK8U-jdk_ppc64le_linux_hotspot_8u372b07.tar.gz 100508059 BLAKE2B 
b8cc628f4c6bee953937fa4b12d04b8947b0d95a0910f1de9ea51f4bb6bfba85ea5bb30c7fc1b23ec8402858116e2c35aa6d08a9ae1da00da4f3343d88554250
 SHA512 
1b9624fd4996c25108661b46e14c916399b7850ddced477e0433e53f1ae19af5c56ffdc28ac30a145164a88d22b7e74374f31baabe296ec5455ddf1aa640a81b
+DIST OpenJDK8U-jdk_ppc64le_linux_hotspot_8u382b05.tar.gz 100512595 BLAKE2B 
e2d0c97d0b68e649e11755fe258035a307ab8b96331ec0e6e431ec126857b60869d9c2bae966955a929fe87572b59e898603b32284bc76ce49c8086b06b838e6
 SHA512 
04a58d50c4fe0ced94b48e3018a6853c836a4f53cb4f310bad2ca7e913380a023655230ff5bb421f012cf2cdc037767f9e11aaa8f5b1b9f722b100c4417ccca4
 DIST OpenJDK8U-jdk_x64_alpine-linux_hotspot_8u362b09.tar.gz 100860535 BLAKE2B 
114aa536752f6f85fa80d26fd24d9579595c2a71e4dd3f3d048e773edbe86c39ce318caec7d6f883afeb9151350ee7819d544b1e4afbe7efc5e62b6a10c42036
 SHA512 
a15646dd1fb469d74dcafab8df4794ae2a9b34a32e80d4c0723ce510b5579ba5942e1c093ce4ccc764fc19191137f1d1d9b63ac935c8f21288b6f30046822e89
 DIST OpenJDK8U-jdk_x64_alpine-linux_hotspot_8u372b07.tar.gz 100856539 BLAKE2B 
30abba9c69e4f955bceecaee5e2762e97687e752564f68cc4f7ee13589e1b523b1b4bb090408d1db9ecbd7e9229eb3a48bcea814102184b5d0ec444bab99b46a
 SHA512 

[gentoo-commits] repo/gentoo:master commit in: dev-java/openjdk-jre-bin/

2023-09-21 Thread Georgy Yakovlev
commit: 324056d13fde78b8c06bb4fe529005a0fd29df63
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Sep 21 23:03:01 2023 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Sep 21 23:30:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=324056d1

dev-java/openjdk-jre-bin: add 11.0.20.1_p1

Bug: https://bugs.gentoo.org/912719
Closes: https://github.com/gentoo/gentoo/pull/32945
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-java/openjdk-jre-bin/Manifest  |  1 +
 .../openjdk-jre-bin-11.0.20.1_p1.ebuild| 83 ++
 2 files changed, 84 insertions(+)

diff --git a/dev-java/openjdk-jre-bin/Manifest 
b/dev-java/openjdk-jre-bin/Manifest
index 49e3d45770ca..2fc7a374bd10 100644
--- a/dev-java/openjdk-jre-bin/Manifest
+++ b/dev-java/openjdk-jre-bin/Manifest
@@ -1,5 +1,6 @@
 DIST OpenJDK11U-jre_x64_linux_hotspot_11.0.18_10.tar.gz 42824761 BLAKE2B 
481317f316bac10e098d706a04e94b57bad4388c94168da27403e18489f66d322177f7f9b59c5ebdfc6f3e70080550f6f5e5fc922e9b21a9a59dcc60116243be
 SHA512 
07a0483b4536129974706ee79864e9fd737810b396a605170e68c74dacdb3c65e10ccde9073e8ec0c907709172dd2e08e7c454a5bd88cf0e92f879ace1eedbd0
 DIST OpenJDK11U-jre_x64_linux_hotspot_11.0.19_7.tar.gz 42869496 BLAKE2B 
95347ba288f0496effa3f6a23f12b9446e8fccdc0b770338cc2c25f6443bbf462a50e87cf58e1d4449235411fbebf62e6096eb83ff9772744986d25346fc6248
 SHA512 
9dd1ae283cfabc53e61088242958ea71144b1f9eec2f0230cc21e974e242a563b87142777db3ed16020687a6b33eb5fb41cae682034888b10a3c7982f7129574
+DIST OpenJDK11U-jre_x64_linux_hotspot_11.0.20.1_1.tar.gz 43033465 BLAKE2B 
484ec2b8512e2c759840157608ae4b7cdd2729533589a8ad1ba718779e88319fa02da4c9f59b56dea93123646ca7a55e84675985679a25f5163d7511b8147f66
 SHA512 
4a962e2ee8c885753b7bc25c3a30af307bee2c8829438eb85b9a7b20abd72fa22b340cfb9b6a0721e8fb00379bd3a230653daa52f5f1e3e6d5ed028ea2066c99
 DIST OpenJDK17U-jre_x64_linux_hotspot_17.0.6_10.tar.gz 46078462 BLAKE2B 
2d0bc958f64da82e82b3a8a9d6bc686ecd2a09943e851f0f1a8efcec7cf0135b76a65abfa7f1175d09bc42583d151a4161d891a9861050751ae0c8aa4b1bbdc2
 SHA512 
253a030ab87e949091b24bacd638a91c673d775e76f3a83e8ab0c1824f697516405fe8fcf7d3b460bd25ddbb441685fa396b390e7ab8bc802294ea36b4700fac
 DIST OpenJDK17U-jre_x64_linux_hotspot_17.0.7_7.tar.gz 46138011 BLAKE2B 
3f21193285ee1f3626d1e3511cf324dca94a24825b4d8b70ae6a81b28f75bf3cccfada837540b9fce89f2b9b1973d28765ea6f4e46810c58cc8417f6acb8317f
 SHA512 
64cef568600f860234e84ed4f0bc5c2a29ce62ce873b9004d71fd74ad215692674b4494012a86570c42686e77ee7331ce8b2074c879627474e7b9d1a6bf9b0bc
 DIST OpenJDK8U-jre_x64_linux_hotspot_8u362b09.tar.gz 41359704 BLAKE2B 
ae4238725544b03abdc32f82fcb1e13fe2aba460c13a48ccc8ccd608f1e8b0f5ac6036b06e941e89b936f01250a4fc3f6fb0f9d7eb5ae9129b8cd5de6c1da33a
 SHA512 
6cb0bdc28596e23807f3e7f31c40f095d20395492bf30dae26a735686f82d9d216110403d59c769700a23dd3187a2603832bd84204051800d474af24c68c8cbc

diff --git a/dev-java/openjdk-jre-bin/openjdk-jre-bin-11.0.20.1_p1.ebuild 
b/dev-java/openjdk-jre-bin/openjdk-jre-bin-11.0.20.1_p1.ebuild
new file mode 100644
index ..1aba636df50a
--- /dev/null
+++ b/dev-java/openjdk-jre-bin/openjdk-jre-bin-11.0.20.1_p1.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit java-vm-2
+
+abi_uri() {
+   echo "${2-$1}? (
+   
https://github.com/adoptium/temurin${SLOT}-binaries/releases/download/jdk-${MY_PV}/OpenJDK${SLOT}U-jre_${1}_linux_hotspot_${MY_PV//+/_}.tar.gz
+   )"
+}
+
+MY_PV=${PV/_p/+}
+SLOT=${MY_PV%%[.+]*}
+
+SRC_URI="
+   $(abi_uri x64 amd64)
+"
+
+DESCRIPTION="Prebuilt Java JRE binaries provided by Eclipse Temurin"
+HOMEPAGE="https://adoptopenjdk.net;
+LICENSE="GPL-2-with-classpath-exception"
+KEYWORDS="~amd64"
+IUSE="alsa cups headless-awt selinux"
+
+RDEPEND="
+   media-libs/fontconfig:1.0
+   media-libs/freetype:2
+   >net-libs/libnet-1.1
+   >=sys-apps/baselayout-java-0.1.0-r1
+   >=sys-libs/glibc-2.2.5:*
+   sys-libs/zlib
+   alsa? ( media-libs/alsa-lib )
+   cups? ( net-print/cups )
+   selinux? ( sec-policy/selinux-java )
+   !headless-awt? (
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXi
+   x11-libs/libXrender
+   x11-libs/libXtst
+   )"
+
+RESTRICT="preserve-libs splitdebug"
+QA_PREBUILT="*"
+
+S="${WORKDIR}/jdk-${MY_PV}-jre"
+
+src_install() {
+   local dest="/opt/${PN}-${SLOT}"
+   local ddest="${ED}/${dest#/}"
+
+   # Not sure why they bundle this as it's commonly available and they
+   # only do so on x86_64. It's needed by libfontmanager.so. IcedTea
+   # also has an explicit dependency while Oracle seemingly dlopens it.
+   rm -vf lib/libfreetype.so || die
+
+   # Oracle and IcedTea have libjsoundalsa.so depending on
+   # libasound.so.2 but AdoptOpenJDK only has libjsound.so. Weird.
+   if 

[gentoo-commits] repo/gentoo:master commit in: dev-java/openjdk-jre-bin/

2023-09-21 Thread Georgy Yakovlev
commit: 0ac870c2e1a5a34e4db370b901218bd682bf2ad6
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Sep 21 23:02:17 2023 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Sep 21 23:30:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ac870c2

dev-java/openjdk-jre-bin: add 8.382_p05

Bug: https://bugs.gentoo.org/912719
Closes: https://github.com/gentoo/gentoo/pull/32945
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-java/openjdk-jre-bin/Manifest  |  1 +
 .../openjdk-jre-bin-8.382_p05.ebuild   | 82 ++
 2 files changed, 83 insertions(+)

diff --git a/dev-java/openjdk-jre-bin/Manifest 
b/dev-java/openjdk-jre-bin/Manifest
index db21118c6af5..49e3d45770ca 100644
--- a/dev-java/openjdk-jre-bin/Manifest
+++ b/dev-java/openjdk-jre-bin/Manifest
@@ -4,3 +4,4 @@ DIST OpenJDK17U-jre_x64_linux_hotspot_17.0.6_10.tar.gz 46078462 
BLAKE2B 2d0bc958
 DIST OpenJDK17U-jre_x64_linux_hotspot_17.0.7_7.tar.gz 46138011 BLAKE2B 
3f21193285ee1f3626d1e3511cf324dca94a24825b4d8b70ae6a81b28f75bf3cccfada837540b9fce89f2b9b1973d28765ea6f4e46810c58cc8417f6acb8317f
 SHA512 
64cef568600f860234e84ed4f0bc5c2a29ce62ce873b9004d71fd74ad215692674b4494012a86570c42686e77ee7331ce8b2074c879627474e7b9d1a6bf9b0bc
 DIST OpenJDK8U-jre_x64_linux_hotspot_8u362b09.tar.gz 41359704 BLAKE2B 
ae4238725544b03abdc32f82fcb1e13fe2aba460c13a48ccc8ccd608f1e8b0f5ac6036b06e941e89b936f01250a4fc3f6fb0f9d7eb5ae9129b8cd5de6c1da33a
 SHA512 
6cb0bdc28596e23807f3e7f31c40f095d20395492bf30dae26a735686f82d9d216110403d59c769700a23dd3187a2603832bd84204051800d474af24c68c8cbc
 DIST OpenJDK8U-jre_x64_linux_hotspot_8u372b07.tar.gz 41375309 BLAKE2B 
4e439b329d020b30a118237d54e2a6bbb3d321e73b71c320a51b73f36662da82a846a306509537bc91f026177d31d1351a6de3d999881c6cd93e4b679e0a9a40
 SHA512 
affd576e85a28bb6d64d2967ee17ec13c36ec5c037ccb86caad41d6d7c9844656f325796abda0b5f234b1a6cbddbc7508ed36af4eaa1d29465e3719412419829
+DIST OpenJDK8U-jre_x64_linux_hotspot_8u382b05.tar.gz 41389960 BLAKE2B 
e79d0d6b08a0f2066c877b3f970742a209f1b56a46dd4e5bc3b3942b590ae4eb0e72ac9b909d2e0d9b61bee76d507d9df8def88c16ec87930152b8375c6272e5
 SHA512 
536e2b3f87907aa2d79938dae3f92efa5d6402ae252e147beb9ddc3f81b1001a8031e4eba7132b0640dad36652fb619b761e038a88246442fc8592d5fe8a9c41

diff --git a/dev-java/openjdk-jre-bin/openjdk-jre-bin-8.382_p05.ebuild 
b/dev-java/openjdk-jre-bin/openjdk-jre-bin-8.382_p05.ebuild
new file mode 100644
index ..962a1fabfbfb
--- /dev/null
+++ b/dev-java/openjdk-jre-bin/openjdk-jre-bin-8.382_p05.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit java-vm-2
+
+abi_uri() {
+   echo "${2-$1}? (
+   
https://github.com/adoptium/temurin${SLOT}-binaries/releases/download/jdk${MY_PV}/OpenJDK8U-jre_${1}_linux_hotspot_${MY_PV/-/}.tar.gz
+   )"
+}
+
+MY_PV=$(ver_rs 1 'u' 2 '-' ${PV//p/b})
+SLOT="$(ver_cut 1)"
+
+DESCRIPTION="Prebuilt Java JRE binaries provided by Eclipse Temurin"
+HOMEPAGE="https://adoptium.net;
+SRC_URI="
+   $(abi_uri x64 amd64)
+"
+
+LICENSE="GPL-2-with-classpath-exception"
+KEYWORDS="~amd64"
+
+IUSE="alsa cups headless-awt selinux"
+
+RDEPEND="
+   media-libs/fontconfig:1.0
+   media-libs/freetype:2
+   >net-libs/libnet-1.1
+   >=sys-apps/baselayout-java-0.1.0-r1
+   >=sys-libs/glibc-2.2.5:*
+   sys-libs/zlib
+   alsa? ( media-libs/alsa-lib )
+   cups? ( net-print/cups )
+   selinux? ( sec-policy/selinux-java )
+   !headless-awt? (
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXi
+   x11-libs/libXrender
+   x11-libs/libXtst
+   )"
+
+RESTRICT="preserve-libs splitdebug"
+QA_PREBUILT="*"
+
+S="${WORKDIR}/jdk${MY_PV}-jre"
+
+src_install() {
+   local dest="/opt/${P}"
+   local ddest="${ED}/${dest#/}"
+
+   rm ASSEMBLY_EXCEPTION LICENSE THIRD_PARTY_README || die
+
+   # this does not exist on arm64 hence -f
+   rm -fv lib/*/libfreetype.so* || die
+
+   if ! use alsa ; then
+   rm -v lib/*/libjsoundalsa.so* || die
+   fi
+
+   if use headless-awt ; then
+   rm -fvr lib/*/lib*{[jx]awt,splashscreen}* \
+   bin/policytool || die
+   fi
+
+   rm -v lib/security/cacerts || die
+   dosym -r /etc/ssl/certs/java/cacerts "${dest}"/lib/security/cacerts
+
+   dodir "${dest}"
+   cp -pPR * "${ddest}" || die
+
+   # provide stable symlink
+   dosym "${P}" "/opt/${PN}-${SLOT}"
+
+   java-vm_install-env "${FILESDIR}"/${PN}-${SLOT}.env.sh
+   java-vm_set-pax-markings "${ddest}"
+   java-vm_revdep-mask
+   java-vm_sandbox-predict /dev/random /proc/self/coredump_filter
+}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-BigInt-GMP/

2023-09-21 Thread Sam James
commit: 07c4897b2db37cd17523a0d7211bd8a8798415de
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep 21 22:32:55 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep 21 22:32:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07c4897b

dev-perl/Math-BigInt-GMP: drop 1.601.200

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

 dev-perl/Math-BigInt-GMP/Manifest  |  1 -
 .../Math-BigInt-GMP-1.601.200.ebuild   | 30 --
 2 files changed, 31 deletions(-)

diff --git a/dev-perl/Math-BigInt-GMP/Manifest 
b/dev-perl/Math-BigInt-GMP/Manifest
index ea82b079c211..6a3d0a2d3d39 100644
--- a/dev-perl/Math-BigInt-GMP/Manifest
+++ b/dev-perl/Math-BigInt-GMP/Manifest
@@ -1,3 +1,2 @@
 DIST Math-BigInt-GMP-1.6007.tar.gz 2459995 BLAKE2B 
971f4785b2068d02d80a6a50b4aecea4ef584c7b0e679ddfd3001518425361b36a646d1919fd06fc14a2b18733fdf2534e11aea666d4999b3003cbd946ae27d7
 SHA512 
cdeaeec1e450e95d761cefc63c5262c0b43cf5fc5865e62d0463e34821541c2b83d156979c1e7a8157c9747ccf5e3cefa80ac52489a7ce3186425bc27c176512
-DIST Math-BigInt-GMP-1.6012.tar.gz 2592463 BLAKE2B 
5ff66bcabd76c756349fc84d7e5587d176e7b961e314268625ee6ab4921f774be8ebd0efef108636dc6bd36556a44f3442a8c89abbe19dc62fa36fcf6e7ed993
 SHA512 
cb8890b2f67f84a6328719f7a21173e8f6c6bbfe74a96d7d608d27c011d0b2390d6b9ea09e507cba56f885810f20bbc4aff3231f89312231d91d5c2e383893d6
 DIST Math-BigInt-GMP-1.6013.tar.gz 2592490 BLAKE2B 
ee029a0bfdc59ad925ce5ed8e4c3cda2ada302caca39d8ddc0d7b9f6bb51a55883f5e3fe519ff2999adbf3688355d338576643232d8cf3cfd1e7036c727db37a
 SHA512 
0f4eba939f92c4f40f0b834846c10924167cb4368425d9617bf017ef536c99633d9220a929422b0111802eb1b881c1007573ea443016bd0f63f3f38efeb8ab1b

diff --git a/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.601.200.ebuild 
b/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.601.200.ebuild
deleted file mode 100644
index 940cf1a8d1ff..
--- a/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.601.200.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DIST_AUTHOR=PJACKLAM
-DIST_VERSION=1.6012
-inherit perl-module
-
-DESCRIPTION="Use the GMP library for Math::BigInt routines"
-
-SLOT="0"
-#KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x64-solaris"
-
-RDEPEND="
-   >=virtual/perl-Carp-1.220.0
-   >=virtual/perl-Math-BigInt-1.999.838
-   >=virtual/perl-XSLoader-0.20.0
-   >=dev-libs/gmp-4.0.0:0
-"
-DEPEND="
-   ${RDEPEND}
-   >=virtual/perl-ExtUtils-MakeMaker-6.580.0
-   test? ( >=virtual/perl-Test-Simple-0.820.0 )
-"
-
-src_test() {
-   perl_rm_files t/author-*.t t/00sig.t t/02pod.t t/03podcov.t
-   perl-module_src_test
-}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-BigInt-GMP/

2023-09-21 Thread Sam James
commit: 2df2645805b479ee4bdb6546049fab912bc958c5
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep 21 22:32:46 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep 21 22:32:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2df26458

dev-perl/Math-BigInt-GMP: add 1.601.300

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

 dev-perl/Math-BigInt-GMP/Manifest  |  1 +
 .../Math-BigInt-GMP-1.601.300.ebuild   | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-perl/Math-BigInt-GMP/Manifest 
b/dev-perl/Math-BigInt-GMP/Manifest
index 241f5e5e0603..ea82b079c211 100644
--- a/dev-perl/Math-BigInt-GMP/Manifest
+++ b/dev-perl/Math-BigInt-GMP/Manifest
@@ -1,2 +1,3 @@
 DIST Math-BigInt-GMP-1.6007.tar.gz 2459995 BLAKE2B 
971f4785b2068d02d80a6a50b4aecea4ef584c7b0e679ddfd3001518425361b36a646d1919fd06fc14a2b18733fdf2534e11aea666d4999b3003cbd946ae27d7
 SHA512 
cdeaeec1e450e95d761cefc63c5262c0b43cf5fc5865e62d0463e34821541c2b83d156979c1e7a8157c9747ccf5e3cefa80ac52489a7ce3186425bc27c176512
 DIST Math-BigInt-GMP-1.6012.tar.gz 2592463 BLAKE2B 
5ff66bcabd76c756349fc84d7e5587d176e7b961e314268625ee6ab4921f774be8ebd0efef108636dc6bd36556a44f3442a8c89abbe19dc62fa36fcf6e7ed993
 SHA512 
cb8890b2f67f84a6328719f7a21173e8f6c6bbfe74a96d7d608d27c011d0b2390d6b9ea09e507cba56f885810f20bbc4aff3231f89312231d91d5c2e383893d6
+DIST Math-BigInt-GMP-1.6013.tar.gz 2592490 BLAKE2B 
ee029a0bfdc59ad925ce5ed8e4c3cda2ada302caca39d8ddc0d7b9f6bb51a55883f5e3fe519ff2999adbf3688355d338576643232d8cf3cfd1e7036c727db37a
 SHA512 
0f4eba939f92c4f40f0b834846c10924167cb4368425d9617bf017ef536c99633d9220a929422b0111802eb1b881c1007573ea443016bd0f63f3f38efeb8ab1b

diff --git a/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.601.300.ebuild 
b/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.601.300.ebuild
new file mode 100644
index ..2f421844b7da
--- /dev/null
+++ b/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.601.300.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=PJACKLAM
+DIST_VERSION=1.6013
+inherit perl-module
+
+DESCRIPTION="Use the GMP library for Math::BigInt routines"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x64-solaris"
+
+RDEPEND="
+   >=virtual/perl-Carp-1.220.0
+   >=virtual/perl-Math-BigInt-1.999.840
+   >=virtual/perl-XSLoader-0.20.0
+   >=dev-libs/gmp-4.0.0:0
+"
+DEPEND="
+   ${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.580.0
+   test? ( >=virtual/perl-Test-Simple-0.820.0 )
+"
+
+src_test() {
+   perl_rm_files t/author-*.t t/00sig.t t/02pod.t t/03podcov.t
+   perl-module_src_test
+}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/DBD-SQLite/

2023-09-21 Thread Sam James
commit: 4e357ec373a7cc95b5c5c366f9170d07d14f0e4f
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep 21 22:26:58 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep 21 22:26:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e357ec3

dev-perl/DBD-SQLite: add 1.740.0

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

 dev-perl/DBD-SQLite/DBD-SQLite-1.740.0.ebuild | 60 +++
 dev-perl/DBD-SQLite/Manifest  |  1 +
 2 files changed, 61 insertions(+)

diff --git a/dev-perl/DBD-SQLite/DBD-SQLite-1.740.0.ebuild 
b/dev-perl/DBD-SQLite/DBD-SQLite-1.740.0.ebuild
new file mode 100644
index ..cc47f92ae8f8
--- /dev/null
+++ b/dev-perl/DBD-SQLite/DBD-SQLite-1.740.0.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=ISHIGAKI
+DIST_VERSION=1.74
+inherit perl-module
+
+DESCRIPTION="Self Contained RDBMS in a DBI Driver"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+IUSE="system-sqlite"
+
+# Please read 
https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/dev-perl/DBD-SQLite
+# when bumping versions re: system-sqlite interop
+SYSTEM_SQLITE_VER="3.42.0"
+SYSTEM_SQLITE_DEP="
+   >=dev-db/sqlite-${SYSTEM_SQLITE_VER}[extensions(+)]
+"
+RDEPEND="
+   system-sqlite? ( ${SYSTEM_SQLITE_DEP} )
+   >=dev-perl/DBI-1.570.0
+   !

[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Math-BigInt/

2023-09-21 Thread Sam James
commit: 3f3f88d041e0528c6f9c362ce2321d746f60f167
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep 21 22:29:00 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep 21 22:29:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f3f88d0

virtual/perl-Math-BigInt: add 1.999.840

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

 virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.840.ebuild | 13 +
 1 file changed, 13 insertions(+)

diff --git a/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.840.ebuild 
b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.840.ebuild
new file mode 100644
index ..811bf54a9944
--- /dev/null
+++ b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.840.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Virtual for ${PN#perl-}"
+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"
+
+RDEPEND="
+   ~perl-core/${PN#perl-}-${PV}
+   dev-lang/perl:=
+"



[gentoo-commits] repo/gentoo:master commit in: perl-core/Math-BigInt/

2023-09-21 Thread Sam James
commit: f0c811c51407b320a0d686d0241d4d5725a6c414
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep 21 22:28:17 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep 21 22:28:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0c811c5

perl-core/Math-BigInt: add 1.999.840

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

 perl-core/Math-BigInt/Manifest |  1 +
 perl-core/Math-BigInt/Math-BigInt-1.999.840.ebuild | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/perl-core/Math-BigInt/Manifest b/perl-core/Math-BigInt/Manifest
index 2c0bac6dd700..ff9fb3a30547 100644
--- a/perl-core/Math-BigInt/Manifest
+++ b/perl-core/Math-BigInt/Manifest
@@ -1 +1,2 @@
 DIST Math-BigInt-1.999838.tar.gz 2870131 BLAKE2B 
749e0b04175070a571dd749c99b3558ce7bce442ee800eb227d952723bfd09b588c8ce6f3ddd2d2b71e8c89dbd2be80ac1272f9725a7bc435db77fa2f4ffac15
 SHA512 
33beb52f3e952d78e637336e61522416256029cdd106bab1a8b7d26a0b0f6aee16b779819b6922e99ccd3d67b14766ed661b2dec39dd9b31da4608df4fbe548f
+DIST Math-BigInt-1.999840.tar.gz 2910416 BLAKE2B 
38b49cac8be6b9807fbb49f9bb45e4a684f8bd9dc1fc748cb134b3d33b863c8151e09773256ece13275241f3f76e20184509f2f7e7aa1a73577d11e7e4e27296
 SHA512 
de565d916e0f53144437f2d28c4046579ff73963241d7dafa6d36987cc7cfe9838a5cf0ff3b8697be1a5e77a0c270ced70d43a25a8dc17a664d917751755a455

diff --git a/perl-core/Math-BigInt/Math-BigInt-1.999.840.ebuild 
b/perl-core/Math-BigInt/Math-BigInt-1.999.840.ebuild
new file mode 100644
index ..defe02260939
--- /dev/null
+++ b/perl-core/Math-BigInt/Math-BigInt-1.999.840.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=PJACKLAM
+DIST_VERSION=1.999840
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Arbitrary size floating point math package"
+
+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="
+   >=virtual/perl-Carp-1.220.0
+   >=virtual/perl-Math-Complex-1.390.0
+"
+BDEPEND="
+   virtual/perl-ExtUtils-MakeMaker
+   test? ( >=virtual/perl-Test-Simple-0.940.0 )
+"
+# TODO: where does this come from?
+PDEPEND="
+   >=virtual/perl-Math-BigInt-FastCalc-0.500.600
+   >=virtual/perl-bignum-0.220.0
+   >=virtual/perl-Math-BigRat-0.260.200
+"
+
+src_test() {
+   perl_rm_files t/author-*.t t/03podcov.t t/00sig.t t/02pod.t
+   perl-module_src_test
+}



[gentoo-commits] proj/tinderbox-cluster:master commit in: buildbot_gentoo_ci/steps/, buildbot_gentoo_ci/utils/

2023-09-21 Thread Magnus Granberg
commit: d35e389caa0fe40ffaf6ec8e6e460148716ed092
Author: Magnus Granberg  gentoo  org>
AuthorDate: Thu Sep 21 22:22:00 2023 +
Commit: Magnus Granberg  gentoo  org>
CommitDate: Thu Sep 21 22:22:00 2023 +
URL:
https://gitweb.gentoo.org/proj/tinderbox-cluster.git/commit/?id=d35e389c

Move nice regex's to a file

Signed-off-by: Magnus Granberg  gentoo.org>

 buildbot_gentoo_ci/steps/logs.py  | 38 +++---
 buildbot_gentoo_ci/utils/regex.py | 22 ++
 2 files changed, 45 insertions(+), 15 deletions(-)

diff --git a/buildbot_gentoo_ci/steps/logs.py b/buildbot_gentoo_ci/steps/logs.py
index d71eb99..85017a5 100644
--- a/buildbot_gentoo_ci/steps/logs.py
+++ b/buildbot_gentoo_ci/steps/logs.py
@@ -25,6 +25,7 @@ from buildbot.plugins import util
 #from buildbot_gentoo_ci.steps import minio
 from buildbot_gentoo_ci.steps import master as master_steps
 from buildbot_gentoo_ci.steps import bugs
+from buildbot_gentoo_ci.utils.regex import stripQuotesAndMore, finishTitle
 
 def PersOutputOfLogParser(rc, stdout, stderr):
 build_summery_output = {}
@@ -185,17 +186,23 @@ class MakeIssue(BuildStep):
 super().__init__(**kwargs)
 
 def getNiceErrorLine(self, full_line):
-# strip away hex addresses, loong path names, line and time numbers 
and other stuff
-# https://github.com/toralf/tinderbox/blob/main/bin/job.sh#L469
-# FIXME: Add the needed line when needed
-new_line = []
-for line in full_line.split(' '):
-# Shorten the path
-if line.startswith('/usr/') or line.startswith('/var/') or 
line.startswith('../'):
-split_path_line = os.path.split(line)
-line = line.replace(split_path_line[0], '...')
-new_line.append(line)
-return ' '.join(new_line)
+new_words = []
+for word in full_line.split(' '):
+new_words.append(finishTitle(stripQuotesAndMore(word)))
+return ' '.join(new_words)
+
+def BuildWordList(self):
+word_list = []
+word_list.append(self.error_dict['cpv'])
+c = catpkgsplit(self.error_dict['cpv'])[0]
+p = catpkgsplit(self.error_dict['cpv'])[1]
+cp = c + '/' + p
+word_list.append(cp)
+for word in self.error_dict['title_phase'].split(' '):
+word_list.append(word)
+for word in self.error_dict['title_issue_nice'].split(' '):
+word_list.append(word)
+return word_list
 
 def ClassifyIssue(self):
 # get the title for the issue
@@ -217,10 +224,11 @@ class MakeIssue(BuildStep):
 self.error_dict['title_issue'] = 'title_issue : None'
 self.error_dict['title_issue_nice'] = 'title_issue_nice : None'
 self.error_dict['title_found'] = False
-self.error_dict['title_phase'] = 'fails to '+ self.error_dict['phase'] 
+ ':'
+self.error_dict['title_phase'] = 'fails to '+ self.error_dict['phase']
 #set the error title
-self.error_dict['title'] = ' '.join([self.error_dict['title_phase'], 
self.error_dict['title_issue']])
-self.error_dict['title_nice'] = ' 
'.join([self.error_dict['title_phase'], self.error_dict['title_issue_nice']])
+self.error_dict['title'] = ' '.join([self.error_dict['title_phase'] + 
':', self.error_dict['title_issue']])
+self.error_dict['title_nice'] = ' 
'.join([self.error_dict['title_phase'] + ':', 
self.error_dict['title_issue_nice']])
+self.error_dict['words'] = self.BuildWordList()
 
 @defer.inlineCallbacks
 def run(self):
@@ -247,7 +255,7 @@ class MakeIssue(BuildStep):
 #FIXME: write summary_log_list to a file
 # add issue/bug/pr report
 if error:
-yield self.ClassifyIssue()
+self.ClassifyIssue()
 print(self.error_dict)
 self.setProperty("status", 'failed', 'status')
 self.setProperty("error_dict", self.error_dict, 'error_dict')

diff --git a/buildbot_gentoo_ci/utils/regex.py 
b/buildbot_gentoo_ci/utils/regex.py
new file mode 100644
index 000..29372e0
--- /dev/null
+++ b/buildbot_gentoo_ci/utils/regex.py
@@ -0,0 +1,22 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+import re
+
+# https://github.com/toralf/tinderbox/blob/main/bin/job.sh#L12
+def stripQuotesAndMore(word):
+word = re.sub(r"b'", "", word)
+word = re.sub(r"'", "", word)
+word = re.sub(r'`', '', word)
+word = re.sub(r'"', '', word)
+word = re.sub(r'\\', '', word)
+return word
+
+# strip away hex addresses, loong path names, line and time numbers and other 
stuff
+# https://github.com/toralf/tinderbox/blob/main/bin/job.sh#L469
+# FIXME: Add the needed line when needed
+def finishTitle(word):
+if word.startswith('/'):
+word = word.split('/')[-1]
+word = re.sub(":\d+:\d+:", "", word)
+return word



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-CSV_XS/

2023-09-21 Thread Sam James
commit: fc79b9e14d57d323e5a86e2c43cd101b304f6a4a
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep 21 22:10:17 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep 21 22:10:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc79b9e1

dev-perl/Text-CSV_XS: add 1.520.0

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

 dev-perl/Text-CSV_XS/Manifest   |  1 +
 dev-perl/Text-CSV_XS/Text-CSV_XS-1.520.0.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-perl/Text-CSV_XS/Manifest b/dev-perl/Text-CSV_XS/Manifest
index 06607b5b75e9..53f79c4299ad 100644
--- a/dev-perl/Text-CSV_XS/Manifest
+++ b/dev-perl/Text-CSV_XS/Manifest
@@ -1,3 +1,4 @@
 DIST Text-CSV_XS-1.46.tgz 256628 BLAKE2B 
6a2afe8b36eeb758ae856fbf3939d4628dd2d22cc55689efdb467f9e94bbaaefd6d2ef00989f4e0ae8ba07ab469bc4cb6a9c1d78adfa497d4b062b5ce385a0e5
 SHA512 
f02b262c6f7ae8c67acd9ace057d049d25e017e2662819c060af511ff18bf729f7de767ece295f66d2944f9592d1cb8a6b4ef9c134a5b943880d76f74a5c86ce
 DIST Text-CSV_XS-1.50.tgz 20 BLAKE2B 
a2bbd69b587cb388f2841bd9843e3700359e84b76f336384bbca506864ac3f44e2048d439c3e53486efaf683862619862c7673bab23424864316883c72360a23
 SHA512 
5b8b7a9911744dc1d244591aba89c4089a6a19333b629b8f92a637d31d7c9f6a7449d3a4e89d86b55330251bff87c1db85bda39ad1c42f2defedf4f8d03b06f4
 DIST Text-CSV_XS-1.51.tgz 271716 BLAKE2B 
c1d6bf356fd22c4e3503e97d88d444bab2a9c87294ee0dc6fdbc220ece13203bffb96a4c7ca97bd50f6c113a8db7c2d5c231add40d63c6446c6f0e4dfade3a95
 SHA512 
d43a47ab56169433bb8c7fd901748e8349d517644aae55308c0ea58149f8d84b2789e5651ab9ff701c08548dfa8332a1cff9a8dd4a2e0d69d27e6fcd3cd4d57a
+DIST Text-CSV_XS-1.52.tgz 271359 BLAKE2B 
d7a04706dc13f653370ecd54c6df667015237f0b1cc3ccdbb9e20239abae1917e2d83eb750bb8cf4cbb596e16b007d08354e49cb4b6da8a1a72fca3ce7dd77d1
 SHA512 
39309d25ce598ab312a70e50a449eb110807d2dd7b02b87502c96c31f0375641d35e3c27eb8faebb25d3816372d518044686a4d73195170d53eb9dc993797658

diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-1.520.0.ebuild 
b/dev-perl/Text-CSV_XS/Text-CSV_XS-1.520.0.ebuild
new file mode 100644
index ..e662d527c918
--- /dev/null
+++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-1.520.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=HMBRAND
+DIST_A_EXT=tgz
+DIST_VERSION=1.52
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Comma-separated values manipulation routines"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+
+RDEPEND="
+   virtual/perl-IO
+   virtual/perl-XSLoader
+"
+BDEPEND="
+   ${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-Test-Simple
+   )
+"
+
+PERL_RM_FILES=( "t/00_pod.t" "t/01_pod.t" )



[gentoo-commits] repo/gentoo:master commit in: app-containers/containers-storage/

2023-09-21 Thread Sam James
commit: d0df8ec928ddad7151ef9e1d76de5485a27cc178
Author: Rahil Bhimjiani  gmail  com>
AuthorDate: Thu Sep 21 13:09:12 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep 21 22:16:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0df8ec9

app-containers/containers-storage: drop 1.41.0 1.42.0

releasing 1.50.2 & live version in next commit

Signed-off-by: Rahil Bhimjiani  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 app-containers/containers-storage/Manifest |  2 -
 .../containers-storage-1.41.0.ebuild   | 58 --
 .../containers-storage-1.42.0.ebuild   | 58 --
 3 files changed, 118 deletions(-)

diff --git a/app-containers/containers-storage/Manifest 
b/app-containers/containers-storage/Manifest
index 4f58c21d5678..e69de29bb2d1 100644
--- a/app-containers/containers-storage/Manifest
+++ b/app-containers/containers-storage/Manifest
@@ -1,2 +0,0 @@
-DIST containers-storage-1.41.0.tar.gz 3685908 BLAKE2B 
5835fa222127d8e2398a33ec02b24ee0b5a94943ed30a19d8b5f76ce4b852f1e7ad9eceb052dcbb2a2c3db96d3ec4ca0150ab81cd0e0a0e351b353f47c0862b5
 SHA512 
e2d4d887f067d4bdab97426d9cfe7f941b8148d3c40ddb60d5cbc08f1b3a8c5e6a182586f9cdb96873377b8467368527ff89220ba8a5cd7ad4682a90a1243f56
-DIST containers-storage-1.42.0.tar.gz 3767236 BLAKE2B 
3cca3833695bb5e15a0ab5d97d5f72e14102d8c6eee1c132932e4177f64ab9a171cf8486f4fe8d9e09a0537a325c988c6b766249c3c0843bb5f1b270a705b523
 SHA512 
c8a4fdfbc71915dd3a1d5c1fabef4be7641b8a0edb14805719d93bc9de5bd8fe150636c4457fa544487a6bccbb0f58ad36ca3990d6ca3c2b73935418aaf98f22

diff --git a/app-containers/containers-storage/containers-storage-1.41.0.ebuild 
b/app-containers/containers-storage/containers-storage-1.41.0.ebuild
deleted file mode 100644
index c01863fdb218..
--- a/app-containers/containers-storage/containers-storage-1.41.0.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit go-module
-
-KEYWORDS="~amd64"
-DESCRIPTION="containers/storage library"
-HOMEPAGE="https://github.com/containers/storage;
-LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT"
-SLOT="0"
-IUSE="btrfs +device-mapper test"
-SRC_URI="https://github.com/containers/storage/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-RDEPEND="
-   btrfs? ( sys-fs/btrfs-progs )
-   device-mapper? ( sys-fs/lvm2:= )"
-DEPEND="${RDEPEND}
-   dev-go/go-md2man
-   test? (
-   sys-fs/btrfs-progs
-   sys-fs/lvm2
-   sys-apps/util-linux
-   )"
-RESTRICT="test"
-
-S=${WORKDIR}/${P#containers-}
-
-src_prepare() {
-   default
-
-   sed -e 's|: install\.tools|:|' -i Makefile || die
-
-   [[ -f hack/btrfs_tag.sh ]] || die
-   use btrfs || { echo -e "#!/bin/sh\necho exclude_graphdriver_btrfs" > \
-   "hack/btrfs_tag.sh" || die; }
-
-   [[ -f hack/libdm_tag.sh ]] || die
-   use device-mapper || { echo -e "#!/bin/sh\necho btrfs_noversion 
exclude_graphdriver_devicemapper" > \
-   "hack/libdm_tag.sh" || die; }
-}
-
-src_compile() {
-   export -n GOCACHE GOPATH XDG_CACHE_HOME #678856
-   emake GOMD2MAN=go-md2man FFJSON= containers-storage docs
-}
-
-src_install() {
-   dobin "${PN}"
-   while read -r -d ''; do
-   mv "${REPLY}" "${REPLY%.1}" || die
-   done < <(find "${S}/docs" -name '*.[[:digit:]].1' -print0)
-   find "${S}/docs" -name '*.[[:digit:]]' -exec doman '{}' + || die
-}
-
-src_test() {
-   env -u GOFLAGS unshare -m emake local-test-unit || die
-}

diff --git a/app-containers/containers-storage/containers-storage-1.42.0.ebuild 
b/app-containers/containers-storage/containers-storage-1.42.0.ebuild
deleted file mode 100644
index c01863fdb218..
--- a/app-containers/containers-storage/containers-storage-1.42.0.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit go-module
-
-KEYWORDS="~amd64"
-DESCRIPTION="containers/storage library"
-HOMEPAGE="https://github.com/containers/storage;
-LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT"
-SLOT="0"
-IUSE="btrfs +device-mapper test"
-SRC_URI="https://github.com/containers/storage/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-RDEPEND="
-   btrfs? ( sys-fs/btrfs-progs )
-   device-mapper? ( sys-fs/lvm2:= )"
-DEPEND="${RDEPEND}
-   dev-go/go-md2man
-   test? (
-   sys-fs/btrfs-progs
-   sys-fs/lvm2
-   sys-apps/util-linux
-   )"
-RESTRICT="test"
-
-S=${WORKDIR}/${P#containers-}
-
-src_prepare() {
-   default
-
-   sed -e 's|: install\.tools|:|' -i Makefile || die
-
-   [[ -f hack/btrfs_tag.sh ]] || die
-   use btrfs || { echo -e "#!/bin/sh\necho exclude_graphdriver_btrfs" > \
-   "hack/btrfs_tag.sh" || die; }
-
-   [[ -f 

[gentoo-commits] repo/gentoo:master commit in: app-containers/containers-common/, app-containers/containers-common/files/

2023-09-21 Thread Sam James
commit: 2941140a0760ca358eecc44391a79479f024a3de
Author: Rahil Bhimjiani  gmail  com>
AuthorDate: Thu Sep 21 18:34:24 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep 21 22:16:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2941140a

app-containers/containers-common: add 0.56.0 and live

Common configs & docs for Containers eco-system (i.e. podman buildah skopeo...)

Go realm, executables are all in compiled, static, tidy in one binary but docs 
& configs...OMG all over the place. Spent whole day coding all these (such 
noob, I know), but was fun & fulfilling. Once this is merged the foundation of 
podman-stack is built, so will proceed to update frontend packages of 
eco-system.

Closes: https://bugs.gentoo.org/907805
Closes: https://bugs.gentoo.org/904433
Closes: https://bugs.gentoo.org/914456
Closes: https://bugs.gentoo.org/907804
Signed-off-by: Rahil Bhimjiani  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/32976
Signed-off-by: Sam James  gentoo.org>

 app-containers/containers-common/Manifest  |1 +
 .../containers-common-0.56.0.ebuild|   76 ++
 .../containers-common-.ebuild  |   76 ++
 .../containers-common/files/default.yaml   |   28 +
 .../containers-common/files/fix-warnings.patch |   24 +
 app-containers/containers-common/files/mounts.conf |3 +
 app-containers/containers-common/files/policy.json |   14 +
 .../containers-common/files/seccomp.json   | 1051 
 app-containers/containers-common/metadata.xml  |   17 +
 9 files changed, 1290 insertions(+)

diff --git a/app-containers/containers-common/Manifest 
b/app-containers/containers-common/Manifest
new file mode 100644
index ..6c7325fe1c77
--- /dev/null
+++ b/app-containers/containers-common/Manifest
@@ -0,0 +1 @@
+DIST containers-common-0.56.0.tar.gz 12616120 BLAKE2B 
6495ca7d0c9134bc8bd5f7b7541bb4f1160c74abb7a64bd4d2124104ea563f5381f0092da20ab45d81929a8632b1fcc1107ac05fdae011be446cff14ebf88c45
 SHA512 
4af720be95e6b5ca7d0664f99a389bf092b9f45d4e0602d9b49ef1d21b359d2307a94e0c88378fe0c751f5b40db54d7aab67eb497185a289cea9288cbfaa042c

diff --git a/app-containers/containers-common/containers-common-0.56.0.ebuild 
b/app-containers/containers-common/containers-common-0.56.0.ebuild
new file mode 100644
index ..f2bba24b1975
--- /dev/null
+++ b/app-containers/containers-common/containers-common-0.56.0.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Common config files and docs for Containers eco-system"
+HOMEPAGE="https://github.com/containers/common;
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/containers/common.git;
+else
+   SRC_URI="https://github.com/containers/common/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   S="${WORKDIR}/${P#containers-}"
+   KEYWORDS="~amd64"
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+
+RDEPEND="
+   app-containers/containers-image
+   app-containers/containers-storage
+   app-containers/containers-shortnames
+   net-firewall/nftables
+   net-firewall/iptables[nftables]
+   || ( app-containers/crun app-containers/runc )
+   || (
+   ( >=app-containers/netavark-1.6.0 
>=app-containers/aardvark-dns-1.6.0 )
+   >=app-containers/cni-plugins-0.9.1
+   )
+"
+
+BDEPEND="
+   >=dev-go/go-md2man-2.0.2
+"
+
+src_prepare() {
+   default
+
+   [[ -f docs/Makefile ]] || die
+   sed -i -e 's|/usr/local|/usr|g;' docs/Makefile || die
+
+   eapply "${FILESDIR}/fix-warnings.patch"
+}
+
+src_configure() {
+   return
+}
+
+src_compile() {
+   emake docs
+}
+
+src_test() {
+   return
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+
+   insinto /etc/containers
+   # https://github.com/containers/skopeo/raw/main/default-policy.json
+   doins pkg/config/containers.conf "${FILESDIR}/policy.json"
+
+   insinto /etc/containers/registries.d
+   # https://github.com/containers/skopeo/raw/main/default.yaml
+   doins "${FILESDIR}/default.yaml"
+
+   insinto /usr/share/containers
+   # https://github.com/containers/common/raw/main/pkg/seccomp/seccomp.json
+   # 
https://github.com/containers/common/raw/main/pkg/subscriptions/mounts.conf
+   doins "${FILESDIR}/seccomp.json" "${FILESDIR}/mounts.conf"
+
+   keepdir /etc/containers/certs.d /etc/containers/oci/hooks.d 
/etc/containers/systemd /var/lib/containers/sigstore
+}

diff --git a/app-containers/containers-common/containers-common-.ebuild 
b/app-containers/containers-common/containers-common-.ebuild
new file mode 100644
index ..f2bba24b1975
--- /dev/null
+++ b/app-containers/containers-common/containers-common-.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the 

  1   2   3   >