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

2023-07-11 Thread Hans de Graaff
commit: 84ca8780f0cb3ed63170e7a5ed4a818bd6fdd5a5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jul 12 05:21:24 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jul 12 05:41:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84ca8780

dev-ruby/GeoRuby: update EAPI 7 -> 8

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

 dev-ruby/GeoRuby/GeoRuby-2.5.2-r2.ebuild | 32 
 1 file changed, 32 insertions(+)

diff --git a/dev-ruby/GeoRuby/GeoRuby-2.5.2-r2.ebuild 
b/dev-ruby/GeoRuby/GeoRuby-2.5.2-r2.ebuild
new file mode 100644
index ..c49df03ad9f2
--- /dev/null
+++ b/dev-ruby/GeoRuby/GeoRuby-2.5.2-r2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby30 ruby31 ruby32"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_NAME="georuby"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby data holder for OGC Simple Features"
+HOMEPAGE="https://github.com/nofxx/georuby;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+all_ruby_prepare() {
+   # Avoid specs that are also failing in upstream Travis.
+   rm spec/geo_ruby/shp4r/shp_spec.rb || die
+}
+
+ruby_add_bdepend "test? ( dev-ruby/dbf
+   dev-ruby/nokogiri )"



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

2023-07-11 Thread Hans de Graaff
commit: e5cb5723d5b9b2b9cd2f243a5189150c99a6b09c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jul 12 05:35:12 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jul 12 05:41:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5cb5723

dev-ruby/faker: drop 2.23.0, 3.1.0, 3.1.1

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

 dev-ruby/faker/Manifest|  2 --
 dev-ruby/faker/faker-2.23.0.ebuild | 30 --
 dev-ruby/faker/faker-3.1.0.ebuild  | 30 --
 dev-ruby/faker/faker-3.1.1.ebuild  | 30 --
 4 files changed, 92 deletions(-)

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

diff --git a/dev-ruby/faker/faker-2.23.0.ebuild 
b/dev-ruby/faker/faker-2.23.0.ebuild
deleted file mode 100644
index 5332cb86e976..
--- a/dev-ruby/faker/faker-2.23.0.ebuild
+++ /dev/null
@@ -1,30 +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_RECIPE_DOC="none"
-
-RUBY_FAKEGEM_GEMSPEC="faker.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A library for generating fake data such as names, addresses, and 
phone numbers"
-HOMEPAGE="https://github.com/stympy/faker;
-SRC_URI="https://github.com/stympy/faker/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="test"
-
-ruby_add_rdepend ">=dev-ruby/i18n-1.8.11:1"
-
-ruby_add_bdepend "test? ( dev-ruby/timecop )"
-
-all_ruby_prepare() {
-   sed -i -e '/\(bundler\|rubocop\|yard\)/I s:^:#:' Rakefile || die
-   sed -i -e '/simplecov/,/^end/ s:^:#:' test/test_helper.rb || die
-}

diff --git a/dev-ruby/faker/faker-3.1.0.ebuild 
b/dev-ruby/faker/faker-3.1.0.ebuild
deleted file mode 100644
index 87391f4b74e7..
--- a/dev-ruby/faker/faker-3.1.0.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
-
-USE_RUBY="ruby27 ruby30 ruby31"
-
-RUBY_FAKEGEM_RECIPE_DOC="none"
-
-RUBY_FAKEGEM_GEMSPEC="faker.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A library for generating fake data such as names, addresses, and 
phone numbers"
-HOMEPAGE="https://github.com/stympy/faker;
-SRC_URI="https://github.com/stympy/faker/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="test"
-
-ruby_add_rdepend ">=dev-ruby/i18n-1.8.11:1 !https://github.com/stympy/faker;
-SRC_URI="https://github.com/stympy/faker/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="test"
-
-ruby_add_rdepend ">=dev-ruby/i18n-1.8.11:1 !

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

2023-07-11 Thread Hans de Graaff
commit: 67905b0a6b47baaecc8b88ff7e5d1ea4a2b2aeee
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jul 12 05:27:49 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jul 12 05:41:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67905b0a

dev-ruby/fcgi: enable ruby32

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

 dev-ruby/fcgi/fcgi-0.9.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/fcgi/fcgi-0.9.2.2.ebuild 
b/dev-ruby/fcgi/fcgi-0.9.2.2.ebuild
index 8fb65016b7e7..c00a6c631370 100644
--- a/dev-ruby/fcgi/fcgi-0.9.2.2.ebuild
+++ b/dev-ruby/fcgi/fcgi-0.9.2.2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31"
+USE_RUBY="ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_TASK_TEST=""
 RUBY_FAKEGEM_TASK_DOC=""



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

2023-07-11 Thread Hans de Graaff
commit: 27a7d023e7dff4a62986a3703b8c0dc6dcd9d5ed
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jul 12 05:33:30 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jul 12 05:41:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27a7d023

dev-ruby/faraday-net_http: drop 2.0.3, 3.0.0, 3.0.1

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

 dev-ruby/faraday-net_http/Manifest |  3 ---
 .../faraday-net_http/faraday-net_http-2.0.3.ebuild | 30 --
 .../faraday-net_http/faraday-net_http-3.0.0.ebuild | 30 --
 .../faraday-net_http/faraday-net_http-3.0.1.ebuild | 30 --
 4 files changed, 93 deletions(-)

diff --git a/dev-ruby/faraday-net_http/Manifest 
b/dev-ruby/faraday-net_http/Manifest
index 50c6d4c3e154..5d607866c4df 100644
--- a/dev-ruby/faraday-net_http/Manifest
+++ b/dev-ruby/faraday-net_http/Manifest
@@ -1,6 +1,3 @@
 DIST faraday-net_http-1.0.1.tar.gz 8436 BLAKE2B 
16feb3c79af7db3b69373826a2fc55a8373620c7c6bb229ec27ada2e07a75e862e4211a13a991c9d280b9dfd9643d1eec400fb0b925a846d966cc609c562aefe
 SHA512 
57a7ea2f452844200119cb9e99ae4bfee5e01b0630b38b4ef4e615dfcc05e1476e3da8511698bf199c62b816b5253fb364ed6cffdc59dcd4e9d706c7f1e6e56b
-DIST faraday-net_http-2.0.3.tar.gz 8919 BLAKE2B 
7bccadd63685acaf92e0192094a084d5b287fe7153273a4b5eb99f1e2a01a38051893fd96951ea48f456bd3a791c08dbcaf97f8479bbf302cfc713ce1e23bd36
 SHA512 
8a1a4bebd8ad565bc2eafd71eb5b7acda2f0830bb85894bf056412794d836cac6f57448edc60d5685d1876153b8c7c38c9b005b797167319dd088e0a6271e71e
 DIST faraday-net_http-2.1.0.tar.gz 9061 BLAKE2B 
00e461718f4a92ff424e28074aa62d79c4ebfc9ca3a22036eef28c57fe90199b6fb49f5f9a02ff89cfc701b07c5fbb798446f1cc7ebf860dfeab9208e61b92d8
 SHA512 
797aa930d33a372fccb6fc497fe504f15b63a2fd87aa2301b84098a23de321fe60b6af43f35d9ed670705e90284096a21e9e83c80abe800c81240dec937a27d8
-DIST faraday-net_http-3.0.0.tar.gz 8882 BLAKE2B 
b23f2457e37f365b33d5eeb25967f38de323258f5bd8d1a0cb46f9264a51f1924aad1fe5d03798a66538ca6c1195097af4c1fa4ca1e188da85aa415c8644b007
 SHA512 
58308721819dc57813cf50cb4eee2d5dee5c83c1f5037a81d17ad7a9e225bc7449249c73dc419b4fc563a8d7754fbd287284df16e3d440a807ce8d24732f4715
-DIST faraday-net_http-3.0.1.tar.gz 8908 BLAKE2B 
e53e98f49c79aa5ac9bbe1499dd45653ad4c9026dc2ee3628676749d537b3b5f78be826f40deeeddb377b72fbb4c8e82f735d714c93090c63d9aca63d601eb6b
 SHA512 
a1f954f27710e92640a71fb5e5a4ddc5967791fc42763248bdef59311377829a223bb61be7007e5faa32c2dd3e5f72e9cbca06c54dc5e23d99cc7fd01fee7a5c
 DIST faraday-net_http-3.0.2.tar.gz 8897 BLAKE2B 
bd69eb01e74ab00c3d14efe7cf3c74efaeb17c7a03c61916c040a79ea152c4adddb010b0767dc6eecaed072e905c5d4ec540c26abbb1d390123538c38555ea22
 SHA512 
e01d22c243f175f88f1a559d9c200047a28fa118225b3ad616ae0ed3e5207b6f6dd0337f8520e1b023deef18e3b1654ad84e43267971d634ba9d8e88b44627fa

diff --git a/dev-ruby/faraday-net_http/faraday-net_http-2.0.3.ebuild 
b/dev-ruby/faraday-net_http/faraday-net_http-2.0.3.ebuild
deleted file mode 100644
index 51675bcf0249..
--- a/dev-ruby/faraday-net_http/faraday-net_http-2.0.3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
-
-RUBY_FAKEGEM_BINWRAP=""
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Faraday adapter for Net::HTTP"
-HOMEPAGE="https://github.com/lostisland/faraday-net_http;
-SRC_URI="https://github.com/lostisland/faraday-net_http/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-IUSE=""
-
-ruby_add_bdepend "test? ( || ( dev-ruby/faraday:2 >=dev-ruby/faraday-1.3.1:1 ) 
)"
-
-all_ruby_prepare() {
-   sed -i -e "s:_relative ':'./:" ${RUBY_FAKEGEM_GEMSPEC} || die
-}

diff --git a/dev-ruby/faraday-net_http/faraday-net_http-3.0.0.ebuild 
b/dev-ruby/faraday-net_http/faraday-net_http-3.0.0.ebuild
deleted file mode 100644
index 6e1ac534dfdc..
--- a/dev-ruby/faraday-net_http/faraday-net_http-3.0.0.ebuild
+++ /dev/null
@@ -1,30 +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_BINWRAP=""
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Faraday adapter for Net::HTTP"
-HOMEPAGE="https://github.com/lostisland/faraday-net_http;
-SRC_URI="https://github.com/lostisland/faraday-net_http/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-IUSE=""
-
-ruby_add_bdepend "test? ( >=dev-ruby/faraday-2.5 )"
-
-all_ruby_prepare() {
-   sed -i -e "s:_relative ':'./:" ${RUBY_FAKEGEM_GEMSPEC} || die
-}

diff --git 

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

2023-07-11 Thread Hans de Graaff
commit: 44ba5cfd566d8f2f79d36c2bcde7947040d62342
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jul 12 05:26:44 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jul 12 05:41:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44ba5cfd

dev-ruby/file-tail: enable ruby32

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

 dev-ruby/file-tail/file-tail-1.2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/file-tail/file-tail-1.2.0-r1.ebuild 
b/dev-ruby/file-tail/file-tail-1.2.0-r1.ebuild
index bc921f05e439..18e9082da07e 100644
--- a/dev-ruby/file-tail/file-tail-1.2.0-r1.ebuild
+++ b/dev-ruby/file-tail/file-tail-1.2.0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-USE_RUBY="ruby27 ruby30 ruby31"
+USE_RUBY="ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_RECIPE_TEST="none"
 



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

2023-07-11 Thread Hans de Graaff
commit: c95eed2819957040ae4f9892789343982f39cb2d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jul 12 05:39:04 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jul 12 05:41:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c95eed28

dev-ruby/exifr: drop 1.3.10

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

 dev-ruby/exifr/Manifest|  1 -
 dev-ruby/exifr/exifr-1.3.10.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/dev-ruby/exifr/Manifest b/dev-ruby/exifr/Manifest
index 057cbcdf57bc..7a7eb397db27 100644
--- a/dev-ruby/exifr/Manifest
+++ b/dev-ruby/exifr/Manifest
@@ -1,2 +1 @@
-DIST exifr-1.3.10.tar.gz 265977 BLAKE2B 
6db5832bb2c4dfeee1daca65220d34280aa7b14ccb2e5286bc700f2fb60996e09172565df3548bba28917162b4ec20ea0ee554a3af47af130f5b1f61cf3b8b46
 SHA512 
f43fb52610ed15b073d9bc38a62197d68de408eca08a6d74cd01d64ff6793949b52ced663aa9cc90f21d899d8e9a6678ad3ffce5874bd288c4e4d074903656fe
 DIST exifr-1.4.0.tar.gz 266179 BLAKE2B 
6f729fbfdfe4128760faf7b562495518ccbaa3d5d5b5e8ffdc5e9ce613271951cc9d3d27392bf80372b66a241d1157898a25480fd44b9d18e808a23766013e37
 SHA512 
cd4cfcf6ebc5d88e4d41d859756a2b887a3e4954c1b548616e7aaa6485c2c46fb4e74a0e20cd3644aa0aa3afcb59dc3f9cf865d9215b8a3b7b05cdac68f2a663

diff --git a/dev-ruby/exifr/exifr-1.3.10.ebuild 
b/dev-ruby/exifr/exifr-1.3.10.ebuild
deleted file mode 100644
index 92bc1bf8094a..
--- a/dev-ruby/exifr/exifr-1.3.10.ebuild
+++ /dev/null
@@ -1,25 +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_DOCDIR="doc/api"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A library to read EXIF info from JPEG and TIFF images"
-HOMEPAGE="https://github.com/remvee/exifr/;
-SRC_URI="https://github.com/remvee/exifr/archive/release-${PV}.tar.gz -> 
${P}.tar.gz"
-RUBY_S="${PN}-release-${PV}"
-
-# License is not specified in source distribution but is in the GitHub
-# repository.
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""



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

2023-07-11 Thread Hans de Graaff
commit: 44f49c15ba5b8a2bb60d43839c72b89660efcc3f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jul 12 05:15:53 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jul 12 05:41:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44f49c15

dev-ruby/git: drop 1.13.2, 1.16.0

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

 dev-ruby/git/Manifest  |  2 --
 dev-ruby/git/git-1.13.2.ebuild | 44 --
 dev-ruby/git/git-1.16.0.ebuild | 42 
 3 files changed, 88 deletions(-)

diff --git a/dev-ruby/git/Manifest b/dev-ruby/git/Manifest
index cab1c58ee6f0..1eea2bf73f61 100644
--- a/dev-ruby/git/Manifest
+++ b/dev-ruby/git/Manifest
@@ -1,3 +1 @@
-DIST git-1.13.2.tar.gz 222112 BLAKE2B 
13b2f8c67a27a147662fa019f6fac8f557e704fe1d0320188a097385f7692a190670ba375312e793d4d39fcf9ea7be8325394830c2c499b5132201f4a8f3f6ee
 SHA512 
36425806c86e3c5d1a393ec657b60b8dafc88d92822270c299d3d1768c37d00e70b723d98a60127ab70de15809b27a49bcef5c8a972b88d7a516de093a643347
-DIST git-1.16.0.tar.gz 171700 BLAKE2B 
92e518a9b282debad9a935882004f8047918ade0ceb660618e632087cfd44fbe952e45f0aa13d8b599e24c07a809622168637b58463578ec5882ec16afe194d5
 SHA512 
89e9180370b24e0240ba8226125c063ed008faf2c03905e3680a2e5e6b0dcb1d805f17755f259e9337e1418629057ba460e7ecadb8a4c98125a061b7f0116401
 DIST git-1.18.0.tar.gz 175341 BLAKE2B 
5a8dee1fef79c0386c59d37f37f2249c72600f2f11dbf2cc2c5bf63ff91f068c9c3164d24c2670585e8261d890f07b998255ddb80ce35ce53de09f402a4ec9e3
 SHA512 
520886b23758229cf25bfdd17e9d86e53d62feb6b2b3c155efe493db42d2f247a29bd629ff6c80ffa599ad429bcb6f09e44b015cf9d9a5f4ee6ab3f1a265

diff --git a/dev-ruby/git/git-1.13.2.ebuild b/dev-ruby/git/git-1.13.2.ebuild
deleted file mode 100644
index 836e97e21a5c..
--- a/dev-ruby/git/git-1.13.2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31"
-
-RUBY_FAKEGEM_BINWRAP=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="git.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Library for using Git in Ruby"
-HOMEPAGE="https://github.com/ruby-git/ruby-git;
-SRC_URI="https://github.com/ruby-git/ruby-git/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-RUBY_S="ruby-git-${PV}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
-IUSE="test"
-
-DEPEND+="test? ( >=dev-vcs/git-1.6.0.0 app-arch/tar )"
-RDEPEND+=">=dev-vcs/git-1.6.0.0"
-
-ruby_add_rdepend ">=dev-ruby/addressable-2.8:0 >=dev-ruby/rchardet-1.8:1"
-
-ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/minitar 
dev-ruby/test-unit:2 )"
-
-all_ruby_prepare() {
-   # Don't use hardcoded /tmp directory.
-   sed -i -e "s:/tmp:${TMPDIR}:" tests/units/test_archive.rb 
tests/test_helper.rb || die
-
-   sed -i -e 's/__dir__/"."/' -e 's/git ls-files -z/find * -print0/' 
${RUBY_FAKEGEM_GEMSPEC} || die
-
-   sed -i -e 's/1.12.0/'${PV}'/' lib/git/version.rb || die
-}
-
-each_ruby_test() {
-   git config --global user.email "g...@example.com" || die
-   git config --global user.name "GitExample" || die
-   ${RUBY} -Ilib:.:test -e 'Dir["tests/**/test_*.rb"].each {|f| require 
f}' || die
-}

diff --git a/dev-ruby/git/git-1.16.0.ebuild b/dev-ruby/git/git-1.16.0.ebuild
deleted file mode 100644
index c43fd0ab432d..
--- a/dev-ruby/git/git-1.16.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31"
-
-RUBY_FAKEGEM_BINWRAP=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="git.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Library for using Git in Ruby"
-HOMEPAGE="https://github.com/ruby-git/ruby-git;
-SRC_URI="https://github.com/ruby-git/ruby-git/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-RUBY_S="ruby-git-${PV}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
-IUSE="test"
-
-DEPEND+="test? ( >=dev-vcs/git-1.6.0.0 app-arch/tar )"
-RDEPEND+=">=dev-vcs/git-1.6.0.0"
-
-ruby_add_rdepend ">=dev-ruby/addressable-2.8:0 >=dev-ruby/rchardet-1.8:1"
-
-ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/minitar 
dev-ruby/test-unit:2 )"
-
-all_ruby_prepare() {
-   # Don't use hardcoded /tmp directory.
-   sed -i -e "s:/tmp:${TMPDIR}:" tests/units/test_archive.rb 
tests/test_helper.rb || die
-
-   sed -i -e 's/__dir__/"."/' -e 's/git ls-files -z/find * -print0/' 
${RUBY_FAKEGEM_GEMSPEC} || die
-}
-
-each_ruby_test() {
-   git config --global user.email "g...@example.com" || die
-   git config --global user.name "GitExample" || die
-   ${RUBY} -Ilib:.:tests -e 'Dir["tests/**/test_*.rb"].each {|f| require 
f}' || die
-}



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

2023-07-11 Thread Hans de Graaff
commit: a4dedeb6c2c4e93df8c244c36f30aa47e9fa30ed
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jul 12 05:15:13 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jul 12 05:41:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4dedeb6

dev-ruby/git: enable ruby32

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

 dev-ruby/git/git-1.18.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/git/git-1.18.0.ebuild b/dev-ruby/git/git-1.18.0.ebuild
index c43fd0ab432d..a697294543e8 100644
--- a/dev-ruby/git/git-1.18.0.ebuild
+++ b/dev-ruby/git/git-1.18.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31"
+USE_RUBY="ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_BINWRAP=""
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/font-awesome-rails/

2023-07-11 Thread Hans de Graaff
commit: e295f52f968a3848ac1a3942ffad43f318ca6767
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jul 12 05:24:38 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jul 12 05:41:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e295f52f

dev-ruby/font-awesome-rails: enable ruby32

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

 dev-ruby/font-awesome-rails/font-awesome-rails-4.7.0.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/font-awesome-rails/font-awesome-rails-4.7.0.8.ebuild 
b/dev-ruby/font-awesome-rails/font-awesome-rails-4.7.0.8.ebuild
index 5e704b2f6fb4..d39dc798e64b 100644
--- a/dev-ruby/font-awesome-rails/font-awesome-rails-4.7.0.8.ebuild
+++ b/dev-ruby/font-awesome-rails/font-awesome-rails-4.7.0.8.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-USE_RUBY="ruby27 ruby30 ruby31"
+USE_RUBY="ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_TASK_TEST=""
 



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

2023-07-11 Thread Hans de Graaff
commit: d5d005b87ccff234d1bf4aa5540916209eaeb70c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jul 12 05:01:02 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jul 12 05:41:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5d005b8

dev-ruby/globalid: drop 1.1.0

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

 dev-ruby/globalid/globalid-1.1.0.ebuild | 29 -
 1 file changed, 29 deletions(-)

diff --git a/dev-ruby/globalid/globalid-1.1.0.ebuild 
b/dev-ruby/globalid/globalid-1.1.0.ebuild
deleted file mode 100644
index 0f034d10f931..
--- a/dev-ruby/globalid/globalid-1.1.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="globalid.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Reference models by URI"
-HOMEPAGE="https://github.com/rails/globalid;
-SRC_URI="https://github.com/rails/globalid/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/bundler >=dev-ruby/activemodel-5.0 
>=dev-ruby/railties-5.0 )"
-ruby_add_rdepend ">=dev-ruby/activesupport-5.0:*"
-
-all_ruby_prepare() {
-   rm -f Gemfile.lock || die
-
-   sed -i -e '2irequire "forwardable"' test/helper.rb || die
-}



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

2023-07-11 Thread Viorel Munteanu
commit: 7166b4f03ffbcc843af4245e8b9f167bd09a636b
Author: David Roman  gmail  com>
AuthorDate: Tue Jul 11 10:56:59 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Tue Jul 11 10:56:59 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7166b4f0

app-misc/glow: add 1.5.1

Signed-off-by: David Roman  gmail.com>

 app-misc/glow/Manifest  |  2 ++
 app-misc/glow/glow-1.5.1.ebuild | 22 ++
 2 files changed, 24 insertions(+)

diff --git a/app-misc/glow/Manifest b/app-misc/glow/Manifest
index 863d792bb..c02f38739 100644
--- a/app-misc/glow/Manifest
+++ b/app-misc/glow/Manifest
@@ -1,2 +1,4 @@
 DIST glow-1.4.1-deps.tar.xz 117458384 BLAKE2B 
189110dbb5ddd66aa15156758d6194cbf2c00dff6f241f60174d1fe9a4fd101e4abce61e72fc76801a392e6497f021dabae820b4324aca648de8eedf9414fa8a
 SHA512 
3ab36ad8d5e3dee5d108fcfa3015069960f7cbc18b1277bbebf257ba65ca0ca8a62eae3f13e9f73b707c6d242ac7d59afefcdaab69c585ded58e232bedb1354e
 DIST glow-1.4.1.tar.gz 526174 BLAKE2B 
c83303e7b6ed24a449e68515434107b8d4cacb418aed5ae41ad87bef93051deeea81ba7be320e6d630f04ddb438c9c5170189784f2eec024b24cb74352a8fdeb
 SHA512 
cb7bb7b3c65c70906ea59d85382b8cc32e900ab0276c3ecc4c79bce4c9ef2539043cbd6e3c7600b1622367ba667eaa65b553f60bc56db5af719d183488146721
+DIST glow-1.5.1-deps.tar.xz 176449224 BLAKE2B 
a1cb5fcfeb76b52d899d7ff135ae7a901b0ba951af327616a5d0135a81da56a2ae6aa3697a5e2a8b660202ecd091fdfb609fd4571d410cc68d4449e5af4615c0
 SHA512 
2561c8ff37ad70d6df62902d9df607db83be0fc524a877b21c21016b7b23e57862f7ea8d5980590e00d4f573d99d60c6ba30e78ed0b4e02119dd192e3b8464fb
+DIST glow-1.5.1.tar.gz 553842 BLAKE2B 
1997187c231e739311472c069d2b2fadb1943d2056114bcb7e6056b433db4182b0db0387b9bc6556f76a7a4d54d62a8b3e91465de2746c959171ec13ef7bd698
 SHA512 
d27005fdd10798957145e3ba4f55b78d15a9bf485f9b28a908dfec219524911f065d6f4248bcc79b30d9653588427e18bfeffab6400b1945ff0603bc95a5d888

diff --git a/app-misc/glow/glow-1.5.1.ebuild b/app-misc/glow/glow-1.5.1.ebuild
new file mode 100644
index 0..e4d3c5d95
--- /dev/null
+++ b/app-misc/glow/glow-1.5.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2022-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Render markdown on the CLI, with pizzazz!"
+HOMEPAGE="https://github.com/charmbracelet/glow;
+SRC_URI="
+   https://github.com/charmbracelet/glow/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz
+   https://gentoo.kropotkin.rocks/go-pkgs/${P}-deps.tar.xz
+"
+
+LICENSE="Apache-2.0 BSD-2 BSD MIT MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_install() {
+   einstalldocs
+   dobin glow
+}



[gentoo-commits] repo/proj/guru:master commit in: app-text/sioyek/

2023-07-11 Thread Viorel Munteanu
commit: 17a58ed04debb889dad644dbe903dc985c71421b
Author: Gonçalo Negrier Duarte  gmail  com>
AuthorDate: Tue Jul 11 17:12:17 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Tue Jul 11 17:14:19 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=17a58ed0

app-text/sioyek: fix ebuild

Signed-off-by: Gonçalo Negrier Duarte  gmail.com>

 app-text/sioyek/sioyek-.ebuild | 13 -
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/app-text/sioyek/sioyek-.ebuild 
b/app-text/sioyek/sioyek-.ebuild
index 8d1c0d105..1c53974a1 100644
--- a/app-text/sioyek/sioyek-.ebuild
+++ b/app-text/sioyek/sioyek-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit git-r3 qmake-utils desktop
+inherit git-r3 qmake-utils desktop xdg
 EGIT_REPO_URI="https://github.com/ahrm/sioyek.git;
 DESCRIPTION="Sioyek is a PDF viewer with a focus on textbooks and research 
papers"
 HOMEPAGE="https://github.com/ahrm/sioyek;
@@ -11,8 +11,8 @@ HOMEPAGE="https://github.com/ahrm/sioyek;
 LICENSE="GPL-3"
 SLOT="0"
 
-BDEPEND="media-libs/harfbuzz 
-   dev-qt/qtbase 
+BDEPEND="media-libs/harfbuzz
+   dev-qt/qtbase
dev-qt/qt3d
 "
 
@@ -22,8 +22,8 @@ src_compile() {
emake USE_SYSTEM_HARFBUZZ=yes
popd || die
 
-   eapply_user
eqmake5 "CONFIG+=linux_app_image" pdf_viewer_build_config.pro
+   emake
 }
 src_install() {
#intall bin and shaders
@@ -37,5 +37,8 @@ src_install() {
doicon resources/sioyek-icon-linux.png
insinto /usr/share/sioyek && doins tutorial.pdf pdf_viewer/keys.config 
pdf_viewer/prefs.config
doman resources/sioyek.1
+}
 
-}
\ No newline at end of file
+pkg_postinst() {
+   xdg_desktop_database_update
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-embedded/rauc/, dev-embedded/rauc/files/

2023-07-11 Thread Viorel Munteanu
commit: 52eb17d8820266bf422ae5973f37f3290395d14b
Author: Kurt Kanzenbach  kmk-computers  de>
AuthorDate: Tue Jul 11 18:32:28 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Tue Jul 11 18:32:28 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=52eb17d8

dev-embedded/rauc: add 1.10

Signed-off-by: Kurt Kanzenbach  kmk-computers.de>

 dev-embedded/rauc/Manifest|  1 +
 dev-embedded/rauc/files/rauc-1.10-tests.patch | 69 +++
 dev-embedded/rauc/rauc-1.10.ebuild| 65 +
 3 files changed, 135 insertions(+)

diff --git a/dev-embedded/rauc/Manifest b/dev-embedded/rauc/Manifest
index 9db0fabf2..f5faec623 100644
--- a/dev-embedded/rauc/Manifest
+++ b/dev-embedded/rauc/Manifest
@@ -1 +1,2 @@
+DIST rauc-1.10.tar.xz 911872 BLAKE2B 
389f29b3786c20ca26d28c39642e72895bfd5b5f88958facfe2b65796ecb4d18645361dd7d490df23b0561878f020fdf8ffbcb41efd4fa9226190a79bc9e01db
 SHA512 
b87e3fef41a4e5c44513bae4366502f0285d0b0136c80fcdede36171710735a26dacecf324a8638feb23c1b60929fc25a53a58213294a93e488827aed3cba926
 DIST rauc-1.9.tar.xz 880236 BLAKE2B 
a42996be51b1afd34be7e72a257d3932bbc4328ced5efa1190a6f5f74296c427e49b819bbd477a8a46a07fa12a4e616278e3370241413989a1a4889f690a84d4
 SHA512 
461c545619d5827dc0190e0134df04afaf3d10e235b5e521a81be0759aeb8c8452ee5ab8a5a627265d8878fd25f614ad6b8fabaa085fb203ec7c5b4e3e8448a3

diff --git a/dev-embedded/rauc/files/rauc-1.10-tests.patch 
b/dev-embedded/rauc/files/rauc-1.10-tests.patch
new file mode 100644
index 0..710f6e02c
--- /dev/null
+++ b/dev-embedded/rauc/files/rauc-1.10-tests.patch
@@ -0,0 +1,69 @@
+From cfeab43e8c1ebbe952bca9b71fb8400a9947d229 Mon Sep 17 00:00:00 2001
+From: Kurt Kanzenbach 
+Date: Sat, 15 Aug 2020 08:45:21 +0200
+Subject: [PATCH] tests: Disable failed tests
+
+The network and squashfs tests won't work within portage. Disable them.
+
+Signed-off-by: Kurt Kanzenbach 
+---
+ Makefile.am |7 ---
+ test/rauc.t |   24 
+ 2 files changed, 12 insertions(+), 19 deletions(-)
+
+--- a/Makefile.am
 b/Makefile.am
+@@ -171,10 +171,6 @@ check_PROGRAMS = \
+   test/slot.test \
+   test/stats.test
+ 
+-if WANT_NETWORK
+-check_PROGRAMS += test/network.test
+-endif
+-
+ if ENABLE_STREAMING
+ check_PROGRAMS += test/nbd.test
+ endif
+@@ -282,9 +278,6 @@ test_utils_test_LDADD = librauctest.la
+ test_install_test_SOURCES = test/install.c
+ test_install_test_LDADD = librauctest.la
+ 
+-test_network_test_SOURCES = test/network.c
+-test_network_test_LDADD = librauctest.la
+-
+ test_progress_test_SOURCES = test/progress.c
+ test_progress_test_LDADD = librauctest.la
+ 
+--- a/test/rauc.t
 b/test/rauc.t
+@@ -371,18 +371,18 @@ test_expect_success "rauc bundle (test c
+   test -f ${TEST_TMPDIR}/out.raucb
+ "
+ 
+-test_expect_success "rauc bundle mksquashfs extra args" "
+-  test_when_finished rm -rf ${TEST_TMPDIR}/install-content &&
+-  test_when_finished rm -f ${TEST_TMPDIR}/out.raucb &&
+-  cp -rL ${SHARNESS_TEST_DIRECTORY}/install-content ${TEST_TMPDIR}/ &&
+-  rauc \
+---cert $SHARNESS_TEST_DIRECTORY/openssl-ca/dev/autobuilder-1.cert.pem \
+---key $SHARNESS_TEST_DIRECTORY/openssl-ca/dev/private/autobuilder-1.pem \
+-bundle \
+---mksquashfs-args=\"-comp xz -info -progress\" \
+-${TEST_TMPDIR}/install-content ${TEST_TMPDIR}/out.raucb &&
+-  rauc -c $SHARNESS_TEST_DIRECTORY/test.conf info ${TEST_TMPDIR}/out.raucb
+-"
++# test_expect_success "rauc bundle mksquashfs extra args" "
++#   test_when_finished rm -rf ${TEST_TMPDIR}/install-content &&
++#   test_when_finished rm -f ${TEST_TMPDIR}/out.raucb &&
++#   cp -rL ${SHARNESS_TEST_DIRECTORY}/install-content ${TEST_TMPDIR}/ &&
++#   rauc \
++# --cert $SHARNESS_TEST_DIRECTORY/openssl-ca/dev/autobuilder-1.cert.pem \
++# --key $SHARNESS_TEST_DIRECTORY/openssl-ca/dev/private/autobuilder-1.pem 
\
++# bundle \
++# --mksquashfs-args=\"-comp xz -info -progress\" \
++# ${TEST_TMPDIR}/install-content ${TEST_TMPDIR}/out.raucb &&
++#   rauc -c $SHARNESS_TEST_DIRECTORY/test.conf info ${TEST_TMPDIR}/out.raucb
++# "
+ 
+ test_expect_success PKCS11 "rauc bundle with PKCS11 (key 1)" "
+   test_when_finished rm -rf ${TEST_TMPDIR}/install-content &&

diff --git a/dev-embedded/rauc/rauc-1.10.ebuild 
b/dev-embedded/rauc/rauc-1.10.ebuild
new file mode 100644
index 0..a3aadea33
--- /dev/null
+++ b/dev-embedded/rauc/rauc-1.10.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DOCS_BUILDER="sphinx"
+DOCS_DIR="${S}/docs"
+
+inherit autotools python-any-r1 docs
+
+DESCRIPTION="Lightweight update client that runs on your Embedded Linux device"
+HOMEPAGE="https://rauc.io/;
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz;
+
+SLOT="0"
+LICENSE="LGPL-2.1"
+KEYWORDS="~amd64"
+IUSE="gpt json network service 

[gentoo-commits] repo/proj/guru:master commit in: net-p2p/dogecoin-qt/

2023-07-11 Thread Viorel Munteanu
commit: 837d2a470318005b4d3bdacd3fded2acd400ec3d
Author: Victor Skovorodnikov  yandex  com>
AuthorDate: Tue Jul 11 23:57:16 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Tue Jul 11 23:57:16 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=837d2a47

net-p2p/dogecoin-qt: renamed avx2 USE flag to cpu_flags_x86_avx2

Signed-off-by: Victor Skovorodnikov  yandex.com>

 net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild | 6 +++---
 net-p2p/dogecoin-qt/metadata.xml  | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild 
b/net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild
index fd0f7729c..ead62738f 100644
--- a/net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild
+++ b/net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild
@@ -11,7 +11,7 @@ LICENSE="MIT"
 SLOT="0"
 DB_VER="5.3"
 KEYWORDS="~amd64 ~x86"
-IUSE="avx2 tests +wallet +prune zmq"
+IUSE="cpu_flags_x86_avx2 tests +wallet +prune zmq"
 DOGEDIR="/opt/${PN}"
 DEPEND="
dev-libs/libevent:=
@@ -20,7 +20,7 @@ DEPEND="
sys-devel/libtool
sys-devel/automake:=
>=dev-libs/boost-1.81.0-r1
-   avx2? ( app-crypt/intel-ipsec-mb )
+   cpu_flags_x86_avx2? ( app-crypt/intel-ipsec-mb )
wallet? (
sys-libs/db:"${DB_VER}"=[cxx]
media-gfx/qrencode
@@ -56,7 +56,7 @@ src_configure() {
./autogen.sh || die "autogen failed"
local my_econf=(
--enable-cxx
-   $(use_with avx2 intel-avx2)
+   $(use_with cpu_flags_x86_avx2 intel-avx2)
$(use_with wallet incompatible-bdb)
--bindir="${DOGEDIR}/bin"
BDB_CFLAGS="-I/usr/include/db${DB_VER}"

diff --git a/net-p2p/dogecoin-qt/metadata.xml b/net-p2p/dogecoin-qt/metadata.xml
index c283c0724..06d2598d8 100644
--- a/net-p2p/dogecoin-qt/metadata.xml
+++ b/net-p2p/dogecoin-qt/metadata.xml
@@ -12,7 +12,7 @@
Victor Skovorodnikov


-   Build with Advanced Vector Extensions 
instructions support (if CPU model supports it)
+   Build with Advanced Vector 
Extensions instructions support (if CPU model supports it)
Enables automatic pruning of old blocks to 
stay below 2.2GB target size (if ran from desktop)
Build Dogecoin Core Qt with tests 
option
Build Dogecoin Core Qt with wallet



[gentoo-commits] repo/proj/guru:master commit in: net-p2p/dogecoin-qt/

2023-07-11 Thread Viorel Munteanu
commit: b34dfaf8b938be503519e10785b79ddf40cc9def
Author: Victor Skovorodnikov  yandex  com>
AuthorDate: Tue Jul 11 23:24:03 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Tue Jul 11 23:27:56 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b34dfaf8

net-p2p/dogecoin-qt: Added avx2 USE flag and re-factored ebuild

Signed-off-by: Victor Skovorodnikov  yandex.com>

 net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild | 10 +++---
 net-p2p/dogecoin-qt/metadata.xml  |  3 ++-
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild 
b/net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild
index 3476c8cf7..fd0f7729c 100644
--- a/net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild
+++ b/net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild
@@ -11,7 +11,7 @@ LICENSE="MIT"
 SLOT="0"
 DB_VER="5.3"
 KEYWORDS="~amd64 ~x86"
-IUSE="tests +wallet +prune zmq"
+IUSE="avx2 tests +wallet +prune zmq"
 DOGEDIR="/opt/${PN}"
 DEPEND="
dev-libs/libevent:=
@@ -20,7 +20,11 @@ DEPEND="
sys-devel/libtool
sys-devel/automake:=
>=dev-libs/boost-1.81.0-r1
-   wallet? ( sys-libs/db:"${DB_VER}"=[cxx] )
+   avx2? ( app-crypt/intel-ipsec-mb )
+   wallet? (
+   sys-libs/db:"${DB_VER}"=[cxx]
+   media-gfx/qrencode
+   )
dev-qt/qtcore
dev-qt/qtgui
dev-qt/qtwidgets
@@ -28,7 +32,6 @@ DEPEND="
dev-qt/qtnetwork
dev-qt/qtprintsupport
dev-qt/linguist-tools:=
-   wallet? ( media-gfx/qrencode )
zmq? ( net-libs/cppzmq )
 "
 RDEPEND="${DEPEND}"
@@ -53,6 +56,7 @@ src_configure() {
./autogen.sh || die "autogen failed"
local my_econf=(
--enable-cxx
+   $(use_with avx2 intel-avx2)
$(use_with wallet incompatible-bdb)
--bindir="${DOGEDIR}/bin"
BDB_CFLAGS="-I/usr/include/db${DB_VER}"

diff --git a/net-p2p/dogecoin-qt/metadata.xml b/net-p2p/dogecoin-qt/metadata.xml
index 190b4ed3a..c283c0724 100644
--- a/net-p2p/dogecoin-qt/metadata.xml
+++ b/net-p2p/dogecoin-qt/metadata.xml
@@ -12,9 +12,10 @@
Victor Skovorodnikov


+   Build with Advanced Vector Extensions 
instructions support (if CPU model supports it)
Enables automatic pruning of old blocks to 
stay below 2.2GB target size (if ran from desktop)
Build Dogecoin Core Qt with tests 
option
-   Build Dogecoin Core Qt with wallet 
support
+   Build Dogecoin Core Qt with wallet
Enables ZeroMQ notifications





[gentoo-commits] repo/proj/guru:master commit in: dev-embedded/rauc/files/, dev-embedded/rauc/

2023-07-11 Thread Viorel Munteanu
commit: 2cba3283b8b86cc527fe02c3b680a6dbee050e9e
Author: Kurt Kanzenbach  kmk-computers  de>
AuthorDate: Tue Jul 11 18:32:46 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Tue Jul 11 18:32:46 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2cba3283

dev-embedded/rauc: drop 1.9

Signed-off-by: Kurt Kanzenbach  kmk-computers.de>

 dev-embedded/rauc/Manifest   |  1 -
 dev-embedded/rauc/files/rauc-1.9-tests.patch | 69 
 dev-embedded/rauc/rauc-1.9.ebuild| 65 --
 3 files changed, 135 deletions(-)

diff --git a/dev-embedded/rauc/Manifest b/dev-embedded/rauc/Manifest
index f5faec623..9269e1e5b 100644
--- a/dev-embedded/rauc/Manifest
+++ b/dev-embedded/rauc/Manifest
@@ -1,2 +1 @@
 DIST rauc-1.10.tar.xz 911872 BLAKE2B 
389f29b3786c20ca26d28c39642e72895bfd5b5f88958facfe2b65796ecb4d18645361dd7d490df23b0561878f020fdf8ffbcb41efd4fa9226190a79bc9e01db
 SHA512 
b87e3fef41a4e5c44513bae4366502f0285d0b0136c80fcdede36171710735a26dacecf324a8638feb23c1b60929fc25a53a58213294a93e488827aed3cba926
-DIST rauc-1.9.tar.xz 880236 BLAKE2B 
a42996be51b1afd34be7e72a257d3932bbc4328ced5efa1190a6f5f74296c427e49b819bbd477a8a46a07fa12a4e616278e3370241413989a1a4889f690a84d4
 SHA512 
461c545619d5827dc0190e0134df04afaf3d10e235b5e521a81be0759aeb8c8452ee5ab8a5a627265d8878fd25f614ad6b8fabaa085fb203ec7c5b4e3e8448a3

diff --git a/dev-embedded/rauc/files/rauc-1.9-tests.patch 
b/dev-embedded/rauc/files/rauc-1.9-tests.patch
deleted file mode 100644
index bafaeed34..0
--- a/dev-embedded/rauc/files/rauc-1.9-tests.patch
+++ /dev/null
@@ -1,69 +0,0 @@
-From cfeab43e8c1ebbe952bca9b71fb8400a9947d229 Mon Sep 17 00:00:00 2001
-From: Kurt Kanzenbach 
-Date: Sat, 15 Aug 2020 08:45:21 +0200
-Subject: [PATCH] tests: Disable failed tests
-
-The network and squashfs tests won't work within portage. Disable them.
-
-Signed-off-by: Kurt Kanzenbach 

- Makefile.am |7 ---
- test/rauc.t |   24 
- 2 files changed, 12 insertions(+), 19 deletions(-)
-
 a/Makefile.am
-+++ b/Makefile.am
-@@ -171,10 +171,6 @@ check_PROGRAMS = \
-   test/slot.test \
-   test/stats.test
- 
--if WANT_NETWORK
--check_PROGRAMS += test/network.test
--endif
--
- if ENABLE_STREAMING
- check_PROGRAMS += test/nbd.test
- endif
-@@ -282,9 +278,6 @@ test_utils_test_LDADD = librauctest.la
- test_install_test_SOURCES = test/install.c
- test_install_test_LDADD = librauctest.la
- 
--test_network_test_SOURCES = test/network.c
--test_network_test_LDADD = librauctest.la
--
- test_progress_test_SOURCES = test/progress.c
- test_progress_test_LDADD = librauctest.la
- 
 a/test/rauc.t
-+++ b/test/rauc.t
-@@ -359,18 +359,18 @@ test_expect_success "rauc bundle (test c
-   test -f ${TEST_TMPDIR}/out.raucb
- "
- 
--test_expect_success "rauc bundle mksquashfs extra args" "
--  test_when_finished rm -rf ${TEST_TMPDIR}/install-content &&
--  test_when_finished rm -f ${TEST_TMPDIR}/out.raucb &&
--  cp -rL ${SHARNESS_TEST_DIRECTORY}/install-content ${TEST_TMPDIR}/ &&
--  rauc \
----cert $SHARNESS_TEST_DIRECTORY/openssl-ca/dev/autobuilder-1.cert.pem \
----key $SHARNESS_TEST_DIRECTORY/openssl-ca/dev/private/autobuilder-1.pem \
--bundle \
----mksquashfs-args=\"-comp xz -info -progress\" \
--${TEST_TMPDIR}/install-content ${TEST_TMPDIR}/out.raucb &&
--  rauc -c $SHARNESS_TEST_DIRECTORY/test.conf info ${TEST_TMPDIR}/out.raucb
--"
-+# test_expect_success "rauc bundle mksquashfs extra args" "
-+#   test_when_finished rm -rf ${TEST_TMPDIR}/install-content &&
-+#   test_when_finished rm -f ${TEST_TMPDIR}/out.raucb &&
-+#   cp -rL ${SHARNESS_TEST_DIRECTORY}/install-content ${TEST_TMPDIR}/ &&
-+#   rauc \
-+# --cert $SHARNESS_TEST_DIRECTORY/openssl-ca/dev/autobuilder-1.cert.pem \
-+# --key $SHARNESS_TEST_DIRECTORY/openssl-ca/dev/private/autobuilder-1.pem 
\
-+# bundle \
-+# --mksquashfs-args=\"-comp xz -info -progress\" \
-+# ${TEST_TMPDIR}/install-content ${TEST_TMPDIR}/out.raucb &&
-+#   rauc -c $SHARNESS_TEST_DIRECTORY/test.conf info ${TEST_TMPDIR}/out.raucb
-+# "
- 
- test_expect_success PKCS11 "rauc bundle with PKCS11 (key 1)" "
-   test_when_finished rm -rf ${TEST_TMPDIR}/install-content &&

diff --git a/dev-embedded/rauc/rauc-1.9.ebuild 
b/dev-embedded/rauc/rauc-1.9.ebuild
deleted file mode 100644
index a3aadea33..0
--- a/dev-embedded/rauc/rauc-1.9.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DOCS_BUILDER="sphinx"
-DOCS_DIR="${S}/docs"
-
-inherit autotools python-any-r1 docs
-
-DESCRIPTION="Lightweight update client that runs on your Embedded Linux device"
-HOMEPAGE="https://rauc.io/;
-SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz;
-
-SLOT="0"
-LICENSE="LGPL-2.1"
-KEYWORDS="~amd64"
-IUSE="gpt json network service 

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

2023-07-11 Thread Sam James
commit: 50e08a519fd3ae1625a7c516216d32d5e7b654fe
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 12 04:59:23 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 12 04:59:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50e08a51

x11-terms/xterm: Stabilize 382 x86, #910227

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

 x11-terms/xterm/xterm-382.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xterm/xterm-382.ebuild b/x11-terms/xterm/xterm-382.ebuild
index d573c9796f4c..6a322446302e 100644
--- a/x11-terms/xterm/xterm-382.ebuild
+++ b/x11-terms/xterm/xterm-382.ebuild
@@ -13,7 +13,7 @@ SRC_URI+=" verify-sig? ( 
https://invisible-island.net/archives/${PN}/${P}.tgz.as
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
 IUSE="+openpty sixel toolbar truetype unicode Xaw3d xinerama"
 
 DEPEND="



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

2023-07-11 Thread Sam James
commit: 70080922ba2f32383f225600c9d8c73b70b5429e
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 12 04:59:25 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 12 04:59:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70080922

x11-terms/xterm: Stabilize 382 sparc, #910227

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

 x11-terms/xterm/xterm-382.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xterm/xterm-382.ebuild b/x11-terms/xterm/xterm-382.ebuild
index 6a322446302e..7e085d13a0ec 100644
--- a/x11-terms/xterm/xterm-382.ebuild
+++ b/x11-terms/xterm/xterm-382.ebuild
@@ -13,7 +13,7 @@ SRC_URI+=" verify-sig? ( 
https://invisible-island.net/archives/${PN}/${P}.tgz.as
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
 IUSE="+openpty sixel toolbar truetype unicode Xaw3d xinerama"
 
 DEPEND="



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

2023-07-11 Thread Sam James
commit: 48c4abdd9f058c659479c47ca1ff7c35d12930c0
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 12 04:56:27 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 12 04:59:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48c4abdd

sys-apps/systemd-utils: fix tests

test-udev-netlink was dropped upstream in 
5bbcfbaa11a92732f9bbc8d5f77e9311e6ac3d56.

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

 sys-apps/systemd-utils/systemd-utils-253.5.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys-apps/systemd-utils/systemd-utils-253.5.ebuild 
b/sys-apps/systemd-utils/systemd-utils-253.5.ebuild
index 3a4487c75a7c..697439c0ae54 100644
--- a/sys-apps/systemd-utils/systemd-utils-253.5.ebuild
+++ b/sys-apps/systemd-utils/systemd-utils-253.5.ebuild
@@ -378,7 +378,6 @@ multilib_src_test() {
test-fido-id-desc
test-udev-builtin
test-udev-event
-   test-udev-netlink
test-udev-node
test-udev-util
)



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

2023-07-11 Thread Sam James
commit: 801272c84d1eff8fa42ef4e0a8b95d58e0838beb
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 12 04:58:55 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 12 04:59:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=801272c8

sys-apps/systemd-utils: add 253.6

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

 sys-apps/systemd-utils/Manifest   |   1 +
 sys-apps/systemd-utils/systemd-utils-253.6.ebuild | 530 ++
 2 files changed, 531 insertions(+)

diff --git a/sys-apps/systemd-utils/Manifest b/sys-apps/systemd-utils/Manifest
index 205566eb4ea7..a424a285ade2 100644
--- a/sys-apps/systemd-utils/Manifest
+++ b/sys-apps/systemd-utils/Manifest
@@ -3,3 +3,4 @@ DIST systemd-musl-patches-253.3.tar.gz 28384 BLAKE2B 
2736a4ddc36b2ce087c08c57c0b
 DIST systemd-stable-252.10.tar.gz 11841052 BLAKE2B 
33ebca90ff17ef5983677c08c93a80350908aa4f4f1860d8e69c234ead926f0e21a4c4692c171f061e05e41c94d8fe2ba3a3be75fb7b582b86e851194a1f0203
 SHA512 
5309d8df51b5cda694e03e2ded574d4e3606916fab5d190b21fcd0284d8d8f56cab8b3423d7d0b90e44cd9775cc62bc26198f3d2a43f8aa545959b5c27b0dd9d
 DIST systemd-stable-252.9.tar.gz 11829389 BLAKE2B 
a45a72bfe113f8cb7424d731692f548c389f59d34b649e874db2f85868943b0a9c33ef62185c83c41a9c220caddd65c44ff328026eff19c3c7efda5efbd73574
 SHA512 
fa34b9c2f692af8f70dffc5044fe502ff5e21625af5b27cad7fc5e833570b180f53c5d03a0add785e83a5b4e7564117fe4728931df4ef599888c73e92c7f2103
 DIST systemd-stable-253.5.tar.gz 12015672 BLAKE2B 
3b09bc1a63bc3321c51ea05080f95958ab55064596c13ab967a182cdaace302cc85c19e2cdabd9bdc8ba0a1a04999ae588fbce2fe2626c0f792ee22836feddf4
 SHA512 
39709b485cd9287e26ac8e973fa1692b280bec3b96e1da6667e4a4f2ac2228aa072b22802720a254698d32c82f5306d7feb32229e4b6d54cc0e2b1e2caa4cc2e
+DIST systemd-stable-253.6.tar.gz 12069024 BLAKE2B 
7dfb28127bf6c091180a6cfbae1eb657b99896920cc6b74d1e86586f51bf312d6c2647582a635a479048cadceb0b5ed508918ddff42b2639cec6234a656762f4
 SHA512 
c81f7ac0cca9073878026d6a3024ebad8bf38c4745fe7bac5a156906ba9fd7b78b90fdc69376821c9927dd60173dd6604684e2ea7dcb55dc2e60a0e20ee01735

diff --git a/sys-apps/systemd-utils/systemd-utils-253.6.ebuild 
b/sys-apps/systemd-utils/systemd-utils-253.6.ebuild
new file mode 100644
index ..697439c0ae54
--- /dev/null
+++ b/sys-apps/systemd-utils/systemd-utils-253.6.ebuild
@@ -0,0 +1,530 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{10..12} )
+
+QA_PKGCONFIG_VERSION=$(ver_cut 1)
+
+inherit bash-completion-r1 flag-o-matic linux-info meson-multilib python-any-r1
+inherit toolchain-funcs udev usr-ldscript
+
+DESCRIPTION="Utilities split out from systemd for OpenRC users"
+HOMEPAGE="https://systemd.io/;
+
+if [[ ${PV} == *.* ]]; then
+   MY_P="systemd-stable-${PV}"
+   S="${WORKDIR}/${MY_P}"
+   
SRC_URI="https://github.com/systemd/systemd-stable/archive/refs/tags/v${PV}.tar.gz
 -> ${MY_P}.tar.gz"
+else
+   MY_P="systemd-${PV}"
+   S="${WORKDIR}/${MY_P}"
+   
SRC_URI="https://github.com/systemd/systemd/archive/refs/tags/v${PV}.tar.gz -> 
${MY_P}.tar.gz"
+fi
+
+MUSL_PATCHSET="systemd-musl-patches-253.3"
+SRC_URI+=" elibc_musl? ( 
https://dev.gentoo.org/~floppym/dist/${MUSL_PATCHSET}.tar.gz )"
+
+LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+IUSE="+acl boot +kmod selinux split-usr sysusers +tmpfiles test +udev"
+REQUIRED_USE="|| ( boot tmpfiles sysusers udev )"
+RESTRICT="!test? ( test )"
+
+COMMON_DEPEND="
+   elibc_musl? ( >=sys-libs/musl-1.2.3 )
+   selinux? ( sys-libs/libselinux:0= )
+   tmpfiles? (
+   acl? ( sys-apps/acl:0= )
+   )
+   udev? (
+   >=sys-apps/util-linux-2.30:0=[${MULTILIB_USEDEP}]
+   sys-libs/libcap:0=[${MULTILIB_USEDEP}]
+   virtual/libcrypt:=[${MULTILIB_USEDEP}]
+   acl? ( sys-apps/acl:0= )
+   kmod? ( >=sys-apps/kmod-15:0= )
+   )
+   !udev? (
+   >=sys-apps/util-linux-2.30:0=
+   sys-libs/libcap:0=
+   virtual/libcrypt:=
+   )
+"
+DEPEND="${COMMON_DEPEND}
+   >=sys-kernel/linux-headers-3.11
+   boot? ( >=sys-boot/gnu-efi-3.0.2 )
+"
+RDEPEND="${COMMON_DEPEND}
+   boot? ( !https://bugs.gentoo.org/856433
+   rm rules.d/70-power-switch.rules || die
+   insinto "${rootprefix}"/lib/udev/rules.d
+   doins rules.d/*.rules
+   doins "${FILESDIR}"/40-gentoo.rules
+
+   insinto "${rootprefix}"/lib/udev/hwdb.d
+   doins hwdb.d/*.hwdb
+
+   dobashcomp shell-completion/bash/udevadm
+
+   insinto /usr/share/zsh/site-functions
+   doins shell-completion/zsh/_udevadm
+   fi
+}
+
+add_service() {
+   local initd=$1
+   local runlevel=$2
+
+   ebegin "Adding 

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

2023-07-11 Thread Sam James
commit: 977ea6604dfe62c99a45ad7816a46c50ce3d78bf
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 12 04:59:22 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 12 04:59:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=977ea660

x11-terms/xterm: Stabilize 382 ppc64, #910227

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

 x11-terms/xterm/xterm-382.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xterm/xterm-382.ebuild b/x11-terms/xterm/xterm-382.ebuild
index 2e08ef405c85..d573c9796f4c 100644
--- a/x11-terms/xterm/xterm-382.ebuild
+++ b/x11-terms/xterm/xterm-382.ebuild
@@ -13,7 +13,7 @@ SRC_URI+=" verify-sig? ( 
https://invisible-island.net/archives/${PN}/${P}.tgz.as
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
 IUSE="+openpty sixel toolbar truetype unicode Xaw3d xinerama"
 
 DEPEND="



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

2023-07-11 Thread Hans de Graaff
commit: eb94f4af67f0eaaea10f684ef3ee8fd046f6b621
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jul 12 04:58:52 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jul 12 04:59:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb94f4af

profiles/package.mask: remove obsolete dev-ruby/ruby-gtk2 mask

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index c67b96328345..821bfde3e878 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -247,11 +247,6 @@ dev-ruby/websocket-driver:0
 =dev-db/mariadb-10.11.2
 =dev-db/mariadb-10.11.3
 
-# Sam James  (2023-06-12)
-# Installs no files with newer versions because GTK 2 support was dropped 
upstream.
-# Removal on 2023-07-12.  Bug #908378.
-dev-ruby/ruby-gtk2
-
 # MichaÅ‚ GĂ³rny  (2023-06-10)
 # Renamed to dev-python/pypdf.  No revdeps left.
 # Removal on 2023-07-10.  Bug #908227.



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

2023-07-11 Thread Hans de Graaff
commit: 6d234cb4568a294212bed2bcbff06f5c46b525b3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jul 12 04:34:16 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jul 12 04:59:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d234cb4

dev-ruby/jbuilder: add github upstream metadata

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

 dev-ruby/jbuilder/metadata.xml | 15 ---
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/dev-ruby/jbuilder/metadata.xml b/dev-ruby/jbuilder/metadata.xml
index 10b423c6bcdb..85b61883d094 100644
--- a/dev-ruby/jbuilder/metadata.xml
+++ b/dev-ruby/jbuilder/metadata.xml
@@ -1,11 +1,12 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   r...@gentoo.org
-   Gentoo Ruby Project
-   
-   
-   jbuilder
-   
+  
+r...@gentoo.org
+Gentoo Ruby Project
+  
+  
+jbuilder
+rails/jbuilder
+  
 



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

2023-07-11 Thread Hans de Graaff
commit: d4133ffe69d4690fac3eec0991ff3b6b88bad00b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jul 12 04:57:40 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jul 12 04:59:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4133ffe

dev-ruby/ruby-gtk2: remove masked package

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

 dev-ruby/ruby-gtk2/Manifest   |  1 -
 dev-ruby/ruby-gtk2/metadata.xml   | 11 ---
 dev-ruby/ruby-gtk2/ruby-gtk2-3.5.1.ebuild | 32 ---
 3 files changed, 44 deletions(-)

diff --git a/dev-ruby/ruby-gtk2/Manifest b/dev-ruby/ruby-gtk2/Manifest
deleted file mode 100644
index 3402145bf8c5..
--- a/dev-ruby/ruby-gtk2/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ruby-gnome2-3.5.1.tar.gz 2613400 BLAKE2B 
ab9b7e3b6322b5b89a6bf4d529d5b5abdfbe50b1e099cfba67f089bab3abd39c2a96b57305b13311e9c34957c57107e31708cc76ffa4c20d84af2294f7bf7bb4
 SHA512 
9423c18587c11b6c317a58ec817e886c99ab37b29271b1684d7c793655a121c8b20c9630347d5f248e687843fd888e2137dca5d3d232121d87565ee2707f2f21

diff --git a/dev-ruby/ruby-gtk2/metadata.xml b/dev-ruby/ruby-gtk2/metadata.xml
deleted file mode 100644
index 3b50d592e675..
--- a/dev-ruby/ruby-gtk2/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   r...@gentoo.org
-   Gentoo Ruby Project
-   
-   
-   ruby-gnome/ruby-gnome
-   
-

diff --git a/dev-ruby/ruby-gtk2/ruby-gtk2-3.5.1.ebuild 
b/dev-ruby/ruby-gtk2/ruby-gtk2-3.5.1.ebuild
deleted file mode 100644
index 0bdfafd3e4e4..
--- a/dev-ruby/ruby-gtk2/ruby-gtk2-3.5.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby27 ruby30 ruby31"
-
-RUBY_GNOME2_NEED_VIRTX=yes
-
-inherit ruby-ng-gnome2
-
-DESCRIPTION="Ruby Gtk2 bindings"
-KEYWORDS="amd64 ~ppc ~riscv ~x86"
-IUSE=""
-
-DEPEND+=" dev-libs/glib
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf[introspection]
-   x11-libs/gtk+:2[introspection]
-   x11-libs/libX11
-   x11-libs/pango[introspection]
-   x11-themes/hicolor-icon-theme"
-RDEPEND+=" dev-libs/glib
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf[introspection]
-   x11-libs/gtk+:2[introspection]
-   x11-libs/libX11
-   x11-libs/pango[introspection]"
-
-ruby_add_rdepend "
-   ~dev-ruby/ruby-gdkpixbuf2-${PV}
-   ~dev-ruby/ruby-atk-${PV}
-   ~dev-ruby/ruby-pango-${PV}"



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

2023-07-11 Thread Hans de Graaff
commit: 36cb7f05304c367e14171ddd5d26b77ab0120fd6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jul 12 04:51:17 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jul 12 04:59:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36cb7f05

dev-ruby/html-pipeline: enable ruby32

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

 dev-ruby/html-pipeline/html-pipeline-2.14.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/html-pipeline/html-pipeline-2.14.3.ebuild 
b/dev-ruby/html-pipeline/html-pipeline-2.14.3.ebuild
index 2f0ed5becc11..83c9e9e5a104 100644
--- a/dev-ruby/html-pipeline/html-pipeline-2.14.3.ebuild
+++ b/dev-ruby/html-pipeline/html-pipeline-2.14.3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31"
+USE_RUBY="ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/hiera-eyaml-plaintext/

2023-07-11 Thread Hans de Graaff
commit: f5e42d75cf64c0f99dbc47e4371425f7190cf8c9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jul 12 04:54:11 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jul 12 04:59:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5e42d75

dev-ruby/hiera-eyaml-plaintext: enable ruby32

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

 dev-ruby/hiera-eyaml-plaintext/hiera-eyaml-plaintext-0.6-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/hiera-eyaml-plaintext/hiera-eyaml-plaintext-0.6-r2.ebuild 
b/dev-ruby/hiera-eyaml-plaintext/hiera-eyaml-plaintext-0.6-r2.ebuild
index b3f13e76f889..6e98da6900b4 100644
--- a/dev-ruby/hiera-eyaml-plaintext/hiera-eyaml-plaintext-0.6-r2.ebuild
+++ b/dev-ruby/hiera-eyaml-plaintext/hiera-eyaml-plaintext-0.6-r2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31"
+USE_RUBY="ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_TASK_TEST=""
 



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

2023-07-11 Thread Hans de Graaff
commit: 3a5a116a6d731eb799adfcb4455a5a4634e930b4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jul 12 04:33:39 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jul 12 04:59:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a5a116a

dev-ruby/jbuilder: enable ruby32

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

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

diff --git a/dev-ruby/jbuilder/jbuilder-2.11.5.ebuild 
b/dev-ruby/jbuilder/jbuilder-2.11.5.ebuild
index 5fa605318ec3..83895a92f2d7 100644
--- a/dev-ruby/jbuilder/jbuilder-2.11.5.ebuild
+++ b/dev-ruby/jbuilder/jbuilder-2.11.5.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31"
+USE_RUBY="ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_TASK_TEST="CI=true test"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/jquery-ui-rails/

2023-07-11 Thread Hans de Graaff
commit: bdf16c341cf88e1d8aadbaff1b5b6a3b32df8f80
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jul 12 04:28:40 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jul 12 04:59:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdf16c34

dev-ruby/jquery-ui-rails: enable ruby32

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

 dev-ruby/jquery-ui-rails/jquery-ui-rails-6.0.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/jquery-ui-rails/jquery-ui-rails-6.0.1-r2.ebuild 
b/dev-ruby/jquery-ui-rails/jquery-ui-rails-6.0.1-r2.ebuild
index cff651cd59a9..e15b14158cda 100644
--- a/dev-ruby/jquery-ui-rails/jquery-ui-rails-6.0.1-r2.ebuild
+++ b/dev-ruby/jquery-ui-rails/jquery-ui-rails-6.0.1-r2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31"
+USE_RUBY="ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_TASK_TEST=""



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

2023-07-11 Thread Viorel Munteanu
commit: 03ec27d56d2eaccfbcb662eebd48f9608dd96628
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Wed Jul 12 04:42:31 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Wed Jul 12 04:42:31 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=03ec27d5

dev-python/survey: drop 4.5.0

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

 dev-python/survey/Manifest|  1 -
 dev-python/survey/survey-4.5.0.ebuild | 23 ---
 2 files changed, 24 deletions(-)

diff --git a/dev-python/survey/Manifest b/dev-python/survey/Manifest
index e089fbbbf..4d09434b9 100644
--- a/dev-python/survey/Manifest
+++ b/dev-python/survey/Manifest
@@ -1,3 +1,2 @@
 DIST survey-3.4.3.tar.gz 21219 BLAKE2B 
e866addd9233409c603f2b34bbf811209f3f6c2ade1bee00258c4f25d741dc526948d16b2e9e0dc3632e6e20fa7863f573c4c27ed1f48ddaa954c7d53a8c51e3
 SHA512 
47ff72dd1223a32ec038ccf57709e8fe64806ecc9bb8e54daaced27afaa1c2a45e76fc1b149232a107729c462db7657ad0fd08d8b14bb314e3905aabd23fff4a
-DIST survey-4.5.0.tar.gz 830788 BLAKE2B 
173f9d6c82571b7e543ec396abe952ae5c5984b1c6168f772c2722d3718a8ec1a5d19d8bb6c45e96fcf583a66b9f55e613dfe7ef74bb433f723fbea3836c0a8d
 SHA512 
98dbaacc3c12c43311db59e4e5a93e0c525ce4d0a662efb03177ae03b80bdc29304977b172dfae68971252c2ba2deda8368919892e5bf314215c07d2d1b2db5b
 DIST survey-4.5.1.tar.gz 830756 BLAKE2B 
11fd1e2fd0da550178a043bc698c09b39cd2b6f84ee562a8476cb204802927f22d9a21110fd9134828c593b888a1052b48105d04458fe7630faadd5b079e0669
 SHA512 
14f4026ecb845c3ad252c485fed049a10ee854cdd3940f3fae3a0bd4cd077c55f2bc11b9480e8e6d1e6572c63654228b7a56b36c37c90f63cf5c2c0c65263e6f

diff --git a/dev-python/survey/survey-4.5.0.ebuild 
b/dev-python/survey/survey-4.5.0.ebuild
deleted file mode 100644
index 5394b397d..0
--- a/dev-python/survey/survey-4.5.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-inherit distutils-r1 pypi
-
-DESCRIPTION="A simple library for creating beautiful interactive prompts"
-HOMEPAGE="
-   https://github.com/Exahilosys/survey
-   https://pypi.org/project/survey/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-distutils_enable_sphinx docs \
-   dev-python/sphinx-autodoc-typehints \
-   dev-python/sphinx-paramlinks \
-   dev-python/sphinx-rtd-theme



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/desktop-notifier/, dev-python/desktop-notifier/files/

2023-07-11 Thread Viorel Munteanu
commit: 6426d8e3337c275793f5665b997f8affad5b8bdc
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Wed Jul 12 04:36:59 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Wed Jul 12 04:36:59 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6426d8e3

dev-python/desktop-notifier: drop 3.5.5

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

 dev-python/desktop-notifier/Manifest   |  1 -
 .../desktop-notifier/desktop-notifier-3.5.5.ebuild | 32 --
 ...esktop-notifier-3.5.5-importlib-resources.patch | 15 --
 3 files changed, 48 deletions(-)

diff --git a/dev-python/desktop-notifier/Manifest 
b/dev-python/desktop-notifier/Manifest
index 98f2f2539..266b4c065 100644
--- a/dev-python/desktop-notifier/Manifest
+++ b/dev-python/desktop-notifier/Manifest
@@ -1,2 +1 @@
-DIST desktop-notifier-3.5.5.tar.gz 29785 BLAKE2B 
e2da1e2300cc36317da7ed079366488f94de829d55a4cded0f63f74f6f14563231128468a6234f060179e3af15677e6cbe8d1f270d271e96823a46d1009ff01b
 SHA512 
b5cc42fda55719adf7afaae4addc24e5d21638e5b389f9c52c47d7b0daf2b1ed80c989a90d1f53e57edc320cac4af8d46d3dcdee30c499ed6717698af3f1b8e3
 DIST desktop-notifier-3.5.6.tar.gz 29856 BLAKE2B 
bd96ced2b4ac33b813d4767f79991875cbf0f5b03223323357234adae1a1e94f290720c93ca8643f195d02ce15263b16161e30cf53685bcbd2dcb56e45391779
 SHA512 
5e05143d183d519e1d653787e13b015cd6bd8deb302bcfb79f6be64325b586454019aaa140fcb7ffd7554f6ee36e9f6a44ef2ea9722af8808b94584a3949

diff --git a/dev-python/desktop-notifier/desktop-notifier-3.5.5.ebuild 
b/dev-python/desktop-notifier/desktop-notifier-3.5.5.ebuild
deleted file mode 100644
index bc9b4ccfd..0
--- a/dev-python/desktop-notifier/desktop-notifier-3.5.5.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="desktop-notifier is a Python library for cross-platform desktop 
notifications"
-HOMEPAGE="
-   https://desktop-notifier.readthedocs.io
-   https://pypi.org/project/desktop-notifier/
-   https://github.com/samschott/desktop-notifier
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   dev-python/dbus-next[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-   dev-python/wheel[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/build[${PYTHON_USEDEP}]
-"
-
-PATCHES=( "${FILESDIR}"/${P}-importlib-resources.patch )

diff --git 
a/dev-python/desktop-notifier/files/desktop-notifier-3.5.5-importlib-resources.patch
 
b/dev-python/desktop-notifier/files/desktop-notifier-3.5.5-importlib-resources.patch
deleted file mode 100644
index 9780c19d8..0
--- 
a/dev-python/desktop-notifier/files/desktop-notifier-3.5.5-importlib-resources.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-dev-python/importlib-resources has been removed from Gentoo for python > 3.9
-
-See also https://github.com/samschott/desktop-notifier/issues/92
-
 a/src/desktop_notifier/base.py
-+++ b/src/desktop_notifier/base.py
-@@ -19,7 +19,7 @@
- Sequence,
- )
- 
--from importlib_resources import files, as_file
-+from importlib.resources import files, as_file
- 
- 
- logger = logging.getLogger(__name__)



[gentoo-commits] repo/proj/guru:dev commit in: net-p2p/dogecoin-qt/

2023-07-11 Thread Viorel Munteanu
commit: b18398e3bd0f65eecc5cef443e64b6f9cc6cd21e
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Wed Jul 12 04:55:27 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Wed Jul 12 04:55:27 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b18398e3

net-p2p/dogecoin-qt: unkeyword 1.14.6 for ~x86

Drop ~x86 because net-p2p/dogecoin-qt is not keyworded for ~x86.

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

 net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild 
b/net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild
index ead62738f..d9c9c4623 100644
--- a/net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild
+++ b/net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/dogecoin/dogecoin/archive/refs/tags/v${PV}.tar.gz ->
 LICENSE="MIT"
 SLOT="0"
 DB_VER="5.3"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64"
 IUSE="cpu_flags_x86_avx2 tests +wallet +prune zmq"
 DOGEDIR="/opt/${PN}"
 DEPEND="



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

2023-07-11 Thread Viorel Munteanu
commit: 0906e0307a603cb63d09ea51b7796b1b1ba91879
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Wed Jul 12 04:36:41 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Wed Jul 12 04:36:41 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0906e030

dev-python/desktop-notifier: add 3.5.6

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

 dev-python/desktop-notifier/Manifest   |  1 +
 .../desktop-notifier/desktop-notifier-3.5.6.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/desktop-notifier/Manifest 
b/dev-python/desktop-notifier/Manifest
index 89a4a1eca..98f2f2539 100644
--- a/dev-python/desktop-notifier/Manifest
+++ b/dev-python/desktop-notifier/Manifest
@@ -1 +1,2 @@
 DIST desktop-notifier-3.5.5.tar.gz 29785 BLAKE2B 
e2da1e2300cc36317da7ed079366488f94de829d55a4cded0f63f74f6f14563231128468a6234f060179e3af15677e6cbe8d1f270d271e96823a46d1009ff01b
 SHA512 
b5cc42fda55719adf7afaae4addc24e5d21638e5b389f9c52c47d7b0daf2b1ed80c989a90d1f53e57edc320cac4af8d46d3dcdee30c499ed6717698af3f1b8e3
+DIST desktop-notifier-3.5.6.tar.gz 29856 BLAKE2B 
bd96ced2b4ac33b813d4767f79991875cbf0f5b03223323357234adae1a1e94f290720c93ca8643f195d02ce15263b16161e30cf53685bcbd2dcb56e45391779
 SHA512 
5e05143d183d519e1d653787e13b015cd6bd8deb302bcfb79f6be64325b586454019aaa140fcb7ffd7554f6ee36e9f6a44ef2ea9722af8808b94584a3949

diff --git a/dev-python/desktop-notifier/desktop-notifier-3.5.6.ebuild 
b/dev-python/desktop-notifier/desktop-notifier-3.5.6.ebuild
new file mode 100644
index 0..5c85e6498
--- /dev/null
+++ b/dev-python/desktop-notifier/desktop-notifier-3.5.6.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="desktop-notifier is a Python library for cross-platform desktop 
notifications"
+HOMEPAGE="
+   https://desktop-notifier.readthedocs.io
+   https://pypi.org/project/desktop-notifier/
+   https://github.com/samschott/desktop-notifier
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/dbus-next[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   dev-python/wheel[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/build[${PYTHON_USEDEP}]
+"



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

2023-07-11 Thread Viorel Munteanu
commit: db1f79b310abc01940cd4e54cb88981ee7d4aa1a
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Wed Jul 12 04:42:25 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Wed Jul 12 04:42:25 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=db1f79b3

dev-python/survey: add 4.5.1

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

 dev-python/survey/Manifest|  1 +
 dev-python/survey/survey-4.5.1.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/survey/Manifest b/dev-python/survey/Manifest
index 3c2cbcf03..e089fbbbf 100644
--- a/dev-python/survey/Manifest
+++ b/dev-python/survey/Manifest
@@ -1,2 +1,3 @@
 DIST survey-3.4.3.tar.gz 21219 BLAKE2B 
e866addd9233409c603f2b34bbf811209f3f6c2ade1bee00258c4f25d741dc526948d16b2e9e0dc3632e6e20fa7863f573c4c27ed1f48ddaa954c7d53a8c51e3
 SHA512 
47ff72dd1223a32ec038ccf57709e8fe64806ecc9bb8e54daaced27afaa1c2a45e76fc1b149232a107729c462db7657ad0fd08d8b14bb314e3905aabd23fff4a
 DIST survey-4.5.0.tar.gz 830788 BLAKE2B 
173f9d6c82571b7e543ec396abe952ae5c5984b1c6168f772c2722d3718a8ec1a5d19d8bb6c45e96fcf583a66b9f55e613dfe7ef74bb433f723fbea3836c0a8d
 SHA512 
98dbaacc3c12c43311db59e4e5a93e0c525ce4d0a662efb03177ae03b80bdc29304977b172dfae68971252c2ba2deda8368919892e5bf314215c07d2d1b2db5b
+DIST survey-4.5.1.tar.gz 830756 BLAKE2B 
11fd1e2fd0da550178a043bc698c09b39cd2b6f84ee562a8476cb204802927f22d9a21110fd9134828c593b888a1052b48105d04458fe7630faadd5b079e0669
 SHA512 
14f4026ecb845c3ad252c485fed049a10ee854cdd3940f3fae3a0bd4cd077c55f2bc11b9480e8e6d1e6572c63654228b7a56b36c37c90f63cf5c2c0c65263e6f

diff --git a/dev-python/survey/survey-4.5.1.ebuild 
b/dev-python/survey/survey-4.5.1.ebuild
new file mode 100644
index 0..5394b397d
--- /dev/null
+++ b/dev-python/survey/survey-4.5.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+inherit distutils-r1 pypi
+
+DESCRIPTION="A simple library for creating beautiful interactive prompts"
+HOMEPAGE="
+   https://github.com/Exahilosys/survey
+   https://pypi.org/project/survey/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+distutils_enable_sphinx docs \
+   dev-python/sphinx-autodoc-typehints \
+   dev-python/sphinx-paramlinks \
+   dev-python/sphinx-rtd-theme



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

2023-07-11 Thread Sam James
commit: 8919250a59c34527d8e9e28ab33b7b753247a6c7
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 12 04:36:09 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 12 04:36:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8919250a

x11-terms/xterm: Stabilize 382 amd64, #910227

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

 x11-terms/xterm/xterm-382.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xterm/xterm-382.ebuild b/x11-terms/xterm/xterm-382.ebuild
index 175692654251..2e08ef405c85 100644
--- a/x11-terms/xterm/xterm-382.ebuild
+++ b/x11-terms/xterm/xterm-382.ebuild
@@ -13,7 +13,7 @@ SRC_URI+=" verify-sig? ( 
https://invisible-island.net/archives/${PN}/${P}.tgz.as
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
 IUSE="+openpty sixel toolbar truetype unicode Xaw3d xinerama"
 
 DEPEND="



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

2023-07-11 Thread Sam James
commit: aa8a33cf119a507f7aa50c493f6767cc2ae70f9f
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 12 04:22:53 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 12 04:31:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa8a33cf

sys-apps/systemd: add 253.6

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

 sys-apps/systemd/Manifest |   1 +
 sys-apps/systemd/systemd-253.6.ebuild | 512 ++
 2 files changed, 513 insertions(+)

diff --git a/sys-apps/systemd/Manifest b/sys-apps/systemd/Manifest
index c946c70bf0b2..401ec13fef67 100644
--- a/sys-apps/systemd/Manifest
+++ b/sys-apps/systemd/Manifest
@@ -1,3 +1,4 @@
 DIST systemd-stable-253.3.tar.gz 11996044 BLAKE2B 
fdbac11914ea4a3718dd48c19f0dc34db798e68f36e2e858536e4ef50e376380a250ad59dbbd1ccec4ed73e59efd198dcc0aa85faafa9d6f85d4b2e1de67ccfa
 SHA512 
2c686d83b8b09efa09e09c82feb965f3cfceb6338e42b57d4133dc9ffe52592c67bce9bc9e294c69bc831294e3cbdcc391aba778f10d7b408cef90a85c0ab8aa
 DIST systemd-stable-253.4.tar.gz 12010733 BLAKE2B 
166ce3f089a9fc3d5d374566258d05ddc9ad1e6a06f5d171ee4e3462e30dd996ed45eccac9e27a8ce75ddf591d81ad2af8ce3bd214709cc0b816422f3960f52a
 SHA512 
cbd572330871fe938307cdead57637e9a03fcdb95b62dd12506f13f48fddcacfaf1e7b179bc9e1c1889a07d3bf21f840aafc773df3a1ab05b37d28950cb94ee1
 DIST systemd-stable-253.5.tar.gz 12015672 BLAKE2B 
3b09bc1a63bc3321c51ea05080f95958ab55064596c13ab967a182cdaace302cc85c19e2cdabd9bdc8ba0a1a04999ae588fbce2fe2626c0f792ee22836feddf4
 SHA512 
39709b485cd9287e26ac8e973fa1692b280bec3b96e1da6667e4a4f2ac2228aa072b22802720a254698d32c82f5306d7feb32229e4b6d54cc0e2b1e2caa4cc2e
+DIST systemd-stable-253.6.tar.gz 12069024 BLAKE2B 
7dfb28127bf6c091180a6cfbae1eb657b99896920cc6b74d1e86586f51bf312d6c2647582a635a479048cadceb0b5ed508918ddff42b2639cec6234a656762f4
 SHA512 
c81f7ac0cca9073878026d6a3024ebad8bf38c4745fe7bac5a156906ba9fd7b78b90fdc69376821c9927dd60173dd6604684e2ea7dcb55dc2e60a0e20ee01735

diff --git a/sys-apps/systemd/systemd-253.6.ebuild 
b/sys-apps/systemd/systemd-253.6.ebuild
new file mode 100644
index ..72824b08e850
--- /dev/null
+++ b/sys-apps/systemd/systemd-253.6.ebuild
@@ -0,0 +1,512 @@
+# Copyright 2011-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{10..11} )
+
+# Avoid QA warnings
+TMPFILES_OPTIONAL=1
+UDEV_OPTIONAL=1
+
+QA_PKGCONFIG_VERSION=$(ver_cut 1)
+
+if [[ ${PV} ==  ]]; then
+   EGIT_REPO_URI="https://github.com/systemd/systemd.git;
+   inherit git-r3
+else
+   if [[ ${PV} == *.* ]]; then
+   MY_PN=systemd-stable
+   else
+   MY_PN=systemd
+   fi
+   MY_PV=${PV/_/-}
+   MY_P=${MY_PN}-${MY_PV}
+   S=${WORKDIR}/${MY_P}
+   
SRC_URI="https://github.com/systemd/${MY_PN}/archive/v${MY_PV}/${MY_P}.tar.gz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
+fi
+
+inherit bash-completion-r1 linux-info meson-multilib pam
+inherit python-any-r1 systemd toolchain-funcs udev usr-ldscript
+
+DESCRIPTION="System and service manager for Linux"
+HOMEPAGE="http://systemd.io/;
+
+LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
+SLOT="0/2"
+IUSE="
+   acl apparmor audit cgroup-hybrid cryptsetup curl +dns-over-tls elfutils
+   fido2 +gcrypt gnuefi gnutls homed http idn importd iptables +kmod
+   +lz4 lzma +openssl pam pcre pkcs11 policykit pwquality qrcode
+   +resolvconf +seccomp selinux split-usr +sysv-utils test tpm vanilla xkb 
+zstd
+"
+REQUIRED_USE="
+   dns-over-tls? ( || ( gnutls openssl ) )
+   fido2? ( cryptsetup openssl )
+   homed? ( cryptsetup pam openssl )
+   importd? ( curl lzma || ( gcrypt openssl ) )
+   pwquality? ( homed )
+"
+RESTRICT="!test? ( test )"
+
+MINKV="4.15"
+
+COMMON_DEPEND="
+   >=sys-apps/util-linux-2.30:0=[${MULTILIB_USEDEP}]
+   sys-libs/libcap:0=[${MULTILIB_USEDEP}]
+   virtual/libcrypt:=[${MULTILIB_USEDEP}]
+   acl? ( sys-apps/acl:0= )
+   apparmor? ( sys-libs/libapparmor:0= )
+   audit? ( >=sys-process/audit-2:0= )
+   cryptsetup? ( >=sys-fs/cryptsetup-2.0.1:0= )
+   curl? ( net-misc/curl:0= )
+   elfutils? ( >=dev-libs/elfutils-0.158:0= )
+   fido2? ( dev-libs/libfido2:0= )
+   gcrypt? ( >=dev-libs/libgcrypt-1.4.5:0=[${MULTILIB_USEDEP}] )
+   gnutls? ( >=net-libs/gnutls-3.6.0:0= )
+   http? ( >=net-libs/libmicrohttpd-0.9.33:0=[epoll(+)] )
+   idn? ( net-dns/libidn2:= )
+   importd? (
+   app-arch/bzip2:0=
+   sys-libs/zlib:0=
+   )
+   kmod? ( >=sys-apps/kmod-15:0= )
+   lz4? ( >=app-arch/lz4-0_p131:0=[${MULTILIB_USEDEP}] )
+   lzma? ( >=app-arch/xz-utils-5.0.5-r1:0=[${MULTILIB_USEDEP}] )
+   iptables? ( net-firewall/iptables:0= )
+   openssl? ( >=dev-libs/openssl-1.1.0:0= )
+   pam? ( sys-libs/pam:=[${MULTILIB_USEDEP}] )
+   pkcs11? ( 

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

2023-07-11 Thread Sam James
commit: 2d520f46be3ee6d893064a62434610fe1284cbd8
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 12 03:35:47 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 12 04:31:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d520f46

dev-libs/botan: add 3.1.0

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

 dev-libs/botan/Manifest   |   2 +
 dev-libs/botan/botan-3.1.0.ebuild | 191 ++
 2 files changed, 193 insertions(+)

diff --git a/dev-libs/botan/Manifest b/dev-libs/botan/Manifest
index f1e5e9e25a16..814c89c86939 100644
--- a/dev-libs/botan/Manifest
+++ b/dev-libs/botan/Manifest
@@ -4,3 +4,5 @@ DIST Botan-2.19.3.tar.xz 6105896 BLAKE2B 
6d7778d9e9a101c76f35c65b0fb0201641cd919
 DIST Botan-2.19.3.tar.xz.asc 488 BLAKE2B 
cd86bf77306aad2956cced6ac4fb96081279af88743e87d8fe5437e72e9fa8db8aaf40d0b5cb9c5b3a85204cb7d63c3baa3054126ab4c9a2db527e6835a069d7
 SHA512 
9142f932c958138b4bac32f503a550e6c73b61612690a280dcb98efe8c367aa6bd3cd88b4ed4decec376bb87596a780a21bdcb01d4a3573a1c44fbeb0aa49d23
 DIST Botan-3.0.0.tar.xz 8752380 BLAKE2B 
06ac29dc0cbaef43a38cc30185f431e1b1f4083469fdea19ee5d77ada6633022746b8ae2419bd00872f9b3892af9c61a455bc88f77bef84f451938dffd27bde3
 SHA512 
d67ac0f9d67f6869b7a35d4a7c5e96ffcc619f7e44ead36b4cd0906f3d925d12181566aace03ac719ef54d819ae1158febc0b25839beed5f92eade06d510b594
 DIST Botan-3.0.0.tar.xz.asc 488 BLAKE2B 
6a34817ec4700983151f97d2e278870736860ac72f3936fcc63e241d89ba758bdf7765d3c877d88019055562a6067c278ecbac263e8d87cc310790089e47f662
 SHA512 
46ff64bb4d215a48b0549d90ae2461ae39ae5ecf588a7e130876759ec30561c5a2db77ee9cdc7a3dab990927b51ea732f5b56592bdc150062ca25690378ab817
+DIST Botan-3.1.0.tar.xz 8807364 BLAKE2B 
4f990905d213d42969e54e2f95844832ceecad91eac08436d221a3881719e896e3a4fa564e8b267d5d74d9955b55b547b3df9ca77726993a9a8136e42add4533
 SHA512 
2234f026bc79657699ab53042dca7d67f4beee91593bf12c32a94688978bd4a99ef4e632ecdb2d21b20481e1cdc353a8fa8665db0f0130b2e8f0f84ebeac8970
+DIST Botan-3.1.0.tar.xz.asc 488 BLAKE2B 
921092f09ea4e00742c66827298bc5b1476dbb98c5c76fd10a0901b0d9522484eb85cffef359ffc952c9d01892295c125b7c8957fa028cad2a931b599e05
 SHA512 
11f43d6147113fbe4d49d81b5b2f74a99951cee6cb52ebea741c36a7dec577e1fc14af7241dc60c14b271ba1432dc19a59939b3984233738159198d187973e3e

diff --git a/dev-libs/botan/botan-3.1.0.ebuild 
b/dev-libs/botan/botan-3.1.0.ebuild
new file mode 100644
index ..59ea36471611
--- /dev/null
+++ b/dev-libs/botan/botan-3.1.0.ebuild
@@ -0,0 +1,191 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/botan.asc
+inherit edo python-r1 toolchain-funcs verify-sig
+
+MY_P="Botan-${PV}"
+DESCRIPTION="C++ crypto library"
+HOMEPAGE="https://botan.randombit.net/;
+SRC_URI="https://botan.randombit.net/releases/${MY_P}.tar.xz;
+SRC_URI+=" verify-sig? ( 
https://botan.randombit.net/releases/${MY_P}.tar.xz.asc )"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="BSD-2"
+# New major versions are parallel-installable
+SLOT="$(ver_cut 1)/$(ver_cut 1-2)" # soname version
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 
~ppc-macos"
+IUSE="doc boost bzip2 lzma python static-libs sqlite test tools zlib"
+RESTRICT="!test? ( test )"
+
+CPU_USE=(
+   cpu_flags_arm_{aes,neon}
+   cpu_flags_ppc_altivec
+   cpu_flags_x86_{aes,avx2,popcnt,rdrand,sha,sse2,ssse3,sse4_1,sse4_2}
+)
+
+IUSE+=" ${CPU_USE[@]}"
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+# NOTE: Boost is needed at runtime too for the CLI tool.
+DEPEND="
+   boost? ( dev-libs/boost:= )
+   bzip2? ( >=app-arch/bzip2-1.0.5:= )
+   lzma? ( app-arch/xz-utils:= )
+   python? ( ${PYTHON_DEPS} )
+   sqlite? ( dev-db/sqlite:3= )
+   zlib? ( >=sys-libs/zlib-1.2.3:= )
+"
+RDEPEND="
+   ${DEPEND}
+   !https://botan.randombit.net/handbook/packaging.html#minimize-distribution-patches
+
+python_check_deps() {
+   use doc || return 0
+   python_has_version "dev-python/sphinx[${PYTHON_USEDEP}]"
+}
+
+src_configure() {
+   python_setup
+
+   local disable_modules=(
+   $(usev !boost 'boost')
+   )
+
+   if [[ -z "${DISABLE_MODULES}" ]] ; then
+   elog "Disabling module(s): ${disable_modules[@]}"
+   fi
+
+   local chostarch="${CHOST%%-*}"
+
+   # Arch specific wrangling
+   local myos=
+   case ${CHOST} in
+   *-darwin*)
+   myos=darwin
+   ;;
+   *)
+   myos=linux
+
+   if [[ ${CHOST} == *hppa* ]] ; then
+   chostarch=parisc
+   elif [[ ${ABI} == sparc64 ]] ; then
+   chostarch="sparc64"
+   elif [[ ${ABI} == sparc32 ]] ; then
+  

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

2023-07-11 Thread Sam James
commit: 0296b71ab8be1a1c4484d4d7bf0ae8d84149a612
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 12 02:43:22 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 12 04:31:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0296b71a

x11-terms/xterm: add 384

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

 x11-terms/xterm/Manifest |   2 +
 x11-terms/xterm/xterm-384.ebuild | 106 +++
 2 files changed, 108 insertions(+)

diff --git a/x11-terms/xterm/Manifest b/x11-terms/xterm/Manifest
index 317b3c932a9a..ae506e369070 100644
--- a/x11-terms/xterm/Manifest
+++ b/x11-terms/xterm/Manifest
@@ -8,3 +8,5 @@ DIST xterm-382.tgz 1536637 BLAKE2B 
50e538f9ad0735da9c108aca2ccd4e5f14c3aa923fa93
 DIST xterm-382.tgz.asc 729 BLAKE2B 
08d3c637ab1d922c951abda0306e07c3ce51d41d4f916fbc01eb2975ac294417bc4f3f07ccadf7332a8c6547bd6e373bc300a3ce6e0fb21abb8a1699f8bad64e
 SHA512 
d399cb16dcb8b0c6c6eb998d2d37c445079d57d46e5ec3e8ca94479443a817419dc1051181b31e8f478ab8910773477de19d6b783439454fb259f135390a8bd1
 DIST xterm-383.tgz 1538968 BLAKE2B 
9d9e0aff91b829b8e3d7dfcf0ad461d4f823545ebb7d0a4a1130c339afbea76f60fb2e2f514ec05256fa6e5a5f137333c4fabe7bea6eb7aa1c59ecff93a77b77
 SHA512 
68befcf821a752992d82c48c2fabd86953185c691b5f16d6dcc8427156469bf0790737b12d3b57e70fe52e8ddf7139380b30c46d7724b961b7c35c3a0efa097f
 DIST xterm-383.tgz.asc 729 BLAKE2B 
144f78cde591454e09da11e98ba4b455faddf8dc2cba403c28cc02a9b9bd49e296be473d5404cb98a6ae420efd3f851bb5307f3a16cdcc9abe9ed93add4fece2
 SHA512 
5ec5ac94ac031a91d0ddabeb09afb1a72bf3f926f6fe7d84729194923a7495463c0ff91f63a2bc920703ba07c0bb1b21a05c35a539a7b948eb42c574e358
+DIST xterm-384.tgz 1539955 BLAKE2B 
aef38aa61da46c29eacd15c239975cf8fecf140968c72c9dc1bdd66bf28f45905f750a54ae73ed38e6966d78686624e24aff023ef60e2c8c73d23a3460985537
 SHA512 
f9fb2b3f4a58035dfa25063d4e401ca5a2f321d0eedb4cbaf9238e92b4b107cc2f6520ef9c5e57a6cf2bc0f3363316af2b5840d89a0d6bda829ebe955ad8
+DIST xterm-384.tgz.asc 729 BLAKE2B 
604ec0856dfdf06994f89d2725f3fa61d472c85cbc1a31075272d65ec8dedaef6040133ff9d03c4d0b866c66be98dbdab9c8716d3dad75578f37e5f437872911
 SHA512 
91eec76c3a0a2359275aad40b1df32035cf73c2d461cebfbcf7c3af1bee4274b66364e29c07b4bef24db9627a944d8c81ac76f6cf3cea193b28edbf411080d60

diff --git a/x11-terms/xterm/xterm-384.ebuild b/x11-terms/xterm/xterm-384.ebuild
new file mode 100644
index ..175692654251
--- /dev/null
+++ b/x11-terms/xterm/xterm-384.ebuild
@@ -0,0 +1,106 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/thomasdickey.asc
+inherit desktop flag-o-matic toolchain-funcs verify-sig xdg
+
+DESCRIPTION="Terminal Emulator for X Windows"
+HOMEPAGE="https://invisible-island.net/xterm/;
+SRC_URI="https://invisible-island.net/archives/${PN}/${P}.tgz;
+SRC_URI+=" verify-sig? ( 
https://invisible-island.net/archives/${PN}/${P}.tgz.asc )"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+IUSE="+openpty sixel toolbar truetype unicode Xaw3d xinerama"
+
+DEPEND="
+   kernel_linux? ( sys-libs/libutempter )
+   media-libs/fontconfig:1.0
+   >=sys-libs/ncurses-5.7-r7:=
+   x11-apps/xmessage
+   x11-libs/libICE
+   x11-libs/libX11
+   x11-libs/libXaw
+   x11-libs/libXft
+   x11-libs/libxkbfile
+   x11-libs/libXmu
+   x11-libs/libXrender
+   x11-libs/libXt
+   unicode? ( x11-apps/luit )
+   Xaw3d? ( x11-libs/libXaw3d )
+   xinerama? ( x11-libs/libXinerama )"
+RDEPEND="${DEPEND}
+   media-fonts/font-misc-misc
+   x11-apps/rgb"
+DEPEND+=" x11-base/xorg-proto"
+BDEPEND="
+   virtual/pkgconfig
+   verify-sig? ( sec-keys/openpgp-keys-thomasdickey )
+"
+
+DOCS=( README{,.i18n} ctlseqs.txt )
+
+src_configure() {
+   DEFAULTS_DIR="${EPREFIX}"/usr/share/X11/app-defaults
+
+   # bug #454736
+   # Workaround for ncurses[tinfo] until upstream fixes their buildsystem 
using
+   # something sane like pkg-config or ncurses5-config and stops guessing 
libs
+   # Everything gets linked against ncurses anyways, so don't shout
+   append-libs $($(tc-getPKG_CONFIG) --libs ncurses)
+
+   local myeconfargs=(
+   --disable-full-tgetent
+   --disable-imake
+   --disable-setgid
+   --disable-setuid
+   --enable-256-color
+   --enable-broken-osc
+   --enable-broken-st
+   --enable-dabbrev
+   --enable-exec-xterm
+   --enable-i18n
+   --enable-load-vt-fonts
+   --enable-logging
+   --enable-screen-dumps
+   --enable-warnings
+   --enable-wide-chars
+   --libdir="${EPREFIX}"/etc
+ 

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

2023-07-11 Thread Hans de Graaff
commit: 6ccb6ed754431345f845f1435d328252e297f2dc
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jul 12 04:20:54 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jul 12 04:20:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ccb6ed7

dev-ruby/public_suffix: add 5.0.3

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

 dev-ruby/public_suffix/Manifest   |  1 +
 dev-ruby/public_suffix/public_suffix-5.0.3.ebuild | 29 +++
 2 files changed, 30 insertions(+)

diff --git a/dev-ruby/public_suffix/Manifest b/dev-ruby/public_suffix/Manifest
index f6eee33a..fef8a8ebc96a 100644
--- a/dev-ruby/public_suffix/Manifest
+++ b/dev-ruby/public_suffix/Manifest
@@ -1,2 +1,3 @@
 DIST public_suffix-4.0.7.gem 113664 BLAKE2B 
5da86713da01f59e7f311985a36b835e02807ca5f186ffc5e41e42cae7781cc10d96a4aca77dafb77050c78e6fb03e10f7ac55dace776c5cca68bca9f4bd7d75
 SHA512 
acdfe135684277a669ceaa61ea78fc70b979614f63daf27d145e78e4013221eac106651838a27b6694844f4fc33521ecc9f81102582ca1f1232fa80ce8191207
 DIST public_suffix-5.0.1.gem 114688 BLAKE2B 
7d1f2bf8b05c4de548b281f01a50eba8911ca9d56f42301139e0e3242eb9960db7b6fe312f4b65996b9b796fcc84748c53968771417b45773a453dc99b2fa33b
 SHA512 
9498d53af79ffa7ccf5f94eb4e54c2281ff3e025d963c9024aeac06efa919dcf766a51f901ab6168125737b6f53831f8835d539fc45ddb66c99c2e573746
+DIST public_suffix-5.0.3.gem 113152 BLAKE2B 
e14a5c343f4db466a31c3a84c95f810d82b5bf64d6be9e0690d9639aaae8feec91ffb1e867dcb3664027426c436396a090a7051189308414b76c4f962c899930
 SHA512 
7d8c1c0ff951458060dfee4247cfdb04a3f875f97e8451e2955b05335c9ea8480612be1455280ee86c9b2a1c62d0dac663d67b68825d8ce3a99ef63c5841017d

diff --git a/dev-ruby/public_suffix/public_suffix-5.0.3.ebuild 
b/dev-ruby/public_suffix/public_suffix-5.0.3.ebuild
new file mode 100644
index ..9fa9780bd520
--- /dev/null
+++ b/dev-ruby/public_suffix/public_suffix-5.0.3.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby30 ruby31 ruby32"
+
+RUBY_FAKEGEM_EXTRAINSTALL="data"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Parse and decompose a domain name into top level domain, domain 
and subdomains"
+HOMEPAGE="https://simonecarletti.com/code/publicsuffix-ruby/;
+
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/mocha:1.0 )"
+
+all_ruby_prepare() {
+   sed -i -e '/rubocop/I s:^:#:' \
+   -e '/yard/,/CLOBBER.include/ s:^:#:' \
+   -e '/bundler/ s:^:#:' Rakefile || die
+   sed -i -e '/reporters/I s:^:#:' test/test_helper.rb || die
+}



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

2023-07-11 Thread Hans de Graaff
commit: a28c15c951c190c42852c2bb98dc7047d7d808f1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jul 12 04:23:22 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jul 12 04:23:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a28c15c9

dev-ruby/rspec-mocks: add 3.12.6

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

 dev-ruby/rspec-mocks/Manifest  |  1 +
 dev-ruby/rspec-mocks/rspec-mocks-3.12.6.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/dev-ruby/rspec-mocks/Manifest b/dev-ruby/rspec-mocks/Manifest
index 72ffd9b912c5..103e3e1584a5 100644
--- a/dev-ruby/rspec-mocks/Manifest
+++ b/dev-ruby/rspec-mocks/Manifest
@@ -2,3 +2,4 @@ DIST rspec-mocks-3.11.2-git.tgz 202347 BLAKE2B 
7db89badf2cd3a9bdb590260dfced05cc
 DIST rspec-mocks-3.12.2-git.tgz 204751 BLAKE2B 
bcbb8d6df6b1bf3b58e43e72c25b792f91f00467520cb1b366883e8ad54b7a380b287ae9e6f453de78603423f099ed0d4b3759338f5a4a91ea9c42c16439c4eb
 SHA512 
ae1cdafe53d7c3258bce4cd0bec10a9b91886f2b71736e028350ea212999b88b9fb2e3554f1db040bf8e66cfb2d0139c305aa219e01c8db998b75283da327d3a
 DIST rspec-mocks-3.12.3-git.tgz 204925 BLAKE2B 
b72faa1e560b179a0bb9f2a59d53b2dd01142bfaaa60f66056848eb3f3c7181877be3d921c3eff5e023834fb256f2a7f49f96cf448040713e52560c8d4525ef9
 SHA512 
0ed50f0e9a38a23805a56c1ae3ffa94f27428755f6613053df0771440d0b5b9f3d6d1bbc8a3e310e0f66b57540dd8bc3e409336c96a78d178506b3ac2e849b67
 DIST rspec-mocks-3.12.5-git.tgz 207219 BLAKE2B 
8cd6b706df056fbf896164f195338bc3e3f77393b0c8550a7e6e149a337de2efc0872ee50320d0c8e3d5d462ce3106b1cc34b1ea5854794e84876c32d8a6c4aa
 SHA512 
14cdbc38e88fe6a9d25c833814074bf94ee529bc8c2f13b5bdf74e9078a264d09f6b38e35966c1005fd6fbbfb004276fe1cdc5d614cf9a15550898a40d0dd474
+DIST rspec-mocks-3.12.6-git.tgz 207213 BLAKE2B 
0b8bded9c6a04bb79910784e67f97028b9935b9e20e6934c3d1cccdf7b981b386a8dfb2e5e0c1f58fbbc2006fb68dabb108444b0f284b7f7f3b39bb73cb01cdc
 SHA512 
f11ef99bdef109e3b332e0cc79e0d9c46db906b0c939ec6a89782219cea03e6282fe867212caaf2bf2eb272ed7ae1f4fe059a5626d131141925f731fcda3e91d

diff --git a/dev-ruby/rspec-mocks/rspec-mocks-3.12.6.ebuild 
b/dev-ruby/rspec-mocks/rspec-mocks-3.12.6.ebuild
new file mode 100644
index ..ab18244b00f2
--- /dev/null
+++ b/dev-ruby/rspec-mocks/rspec-mocks-3.12.6.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby30 ruby31 ruby32"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+#RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="rspec-mocks.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
+HOMEPAGE="https://github.com/rspec/rspec-mocks;
+SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+IUSE=""
+
+SUBVERSION="$(ver_cut 1-2)"
+
+ruby_add_rdepend "=dev-ruby/rspec-support-${SUBVERSION}*
+   >=dev-ruby/diff-lcs-1.2.0 =dev-ruby/diff-lcs-1*"
+
+ruby_add_bdepend "
+   test? (
+   >=dev-ruby/rspec-core-3.12.0:3
+   >=dev-ruby/rspec-expectations-2.99.0:3
+   )"
+
+all_ruby_prepare() {
+   # Don't set up bundler: it doesn't understand our setup.
+   sed -i -e '/[Bb]undler/d' Rakefile || die
+
+   # Remove the Gemfile to avoid running through 'bundle exec'
+   rm Gemfile || die
+
+   # And consequently avoid specs using bundler. This also avoids a
+   # circular dependency on aruba.
+   rm -f spec/integration/rails_support_spec.rb spec/support/aruba.rb || 
die
+
+   # Remove .rspec options to avoid dependency on newer rspec when
+   # bootstrapping.
+   rm .rspec || die
+
+   sed -i -e '1irequire "spec_helper"' 
spec/rspec/mocks/any_instance_spec.rb || die
+
+   sed -i -e 's/git ls-files --/find */' ${RUBY_FAKEGEM_GEMSPEC} || die
+}



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

2023-07-11 Thread Hans de Graaff
commit: 83c52ccda070feb5e6b13a4e6907dffbf982550d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jul 12 04:27:01 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jul 12 04:27:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83c52ccd

dev-ruby/ruby_parser: add 3.20.3

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

 dev-ruby/ruby_parser/Manifest  |  1 +
 dev-ruby/ruby_parser/ruby_parser-3.20.3.ebuild | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/dev-ruby/ruby_parser/Manifest b/dev-ruby/ruby_parser/Manifest
index f205a117e02b..226f55655be9 100644
--- a/dev-ruby/ruby_parser/Manifest
+++ b/dev-ruby/ruby_parser/Manifest
@@ -1,3 +1,4 @@
 DIST ruby_parser-3.19.2.gem 778240 BLAKE2B 
b9a136f8aa93fe915eedc5ca16a54a8c21446a48db89e86f7936dbbd4ee913f7bc61fcbaf136cd1965bbbd6601634a6832a09f0226647cf2ea802689251946c6
 SHA512 
c71e7e76e37ebe6e9489e9f0bb963b7b34adc8f4afa73ea4ad90356579725bd1a234f6e015a9c19b2c294c1ffe0d6b093be838ec0059a61fb5866cfe9e04f18b
 DIST ruby_parser-3.20.0.gem 852992 BLAKE2B 
fd261c46e1fd0dbdbe13f02aa0c063334294a82a22af1491d760af2f1922a0c71355d2c002dcaa1fcf7c24fc9a157a4a640969ed946750ba90dfb87dcf8e785a
 SHA512 
4cbd35703c35a799d8e06b78708adff378ff82d53f658908fb6cccfddbd6c200892bb2a3b4923fc17d2c4f7f611af12e3c942495a511d5470a05abb61ee1fba7
 DIST ruby_parser-3.20.1.gem 856576 BLAKE2B 
8944c8c1403bb23aeb77ea19fe5ff7596879c94350609fcffc839c15b9009efe7c172369363aa99edd561cfdf4fcf081e665dea494cf87d88b105c797cea25a4
 SHA512 
50e77dcf4893e0b56399e10804e7c6652f57b812444edcd247d3c70f89cf4e5308a90103dd63e032588557472513bc2e6ac49988fddeea81f9f7262e14653abd
+DIST ruby_parser-3.20.3.gem 854528 BLAKE2B 
0451390ffd1b5c9e9d8abb557f0e87a7f15024ee2f187a2a03802e0406242489b952c97250982610a52f94453078ce15b3e6cb9f47adb16624b10c0e94d0f62b
 SHA512 
1d7b0956fdd6dc01ca280d7c3ac2875b4b24074b017e1952aa660896b0c7838b967c872bb9d425a4505a0ae6b17a4642f265f082c7e3bf8e5dc00fb6dd221ce4

diff --git a/dev-ruby/ruby_parser/ruby_parser-3.20.3.ebuild 
b/dev-ruby/ruby_parser/ruby_parser-3.20.3.ebuild
new file mode 100644
index ..489adba616d9
--- /dev/null
+++ b/dev-ruby/ruby_parser/ruby_parser-3.20.3.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby30 ruby31 ruby32"
+
+RUBY_FAKEGEM_EXTRADOC="README.rdoc History.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A ruby parser written in pure ruby"
+HOMEPAGE="https://github.com/seattlerb/ruby_parser;
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/sexp_processor-4.16.0:4"
+
+ruby_add_bdepend "test? ( dev-ruby/racc >=dev-ruby/minitest-4.3 
>=dev-ruby/sexp_processor-4.17.0:4 )"
+
+DEPEND+=" test? ( dev-util/unifdef )"
+
+all_ruby_prepare() {
+   # Remove reference to perforce method that is not in a released
+   # version of hoe-seattlerb.
+   #sed -i -e '/perforce/d' Rakefile || die
+   sed -i -e '/license/d' Rakefile || die
+   sed -i -e '/Hoe.plugin :isolate/ s:^:#:' Rakefile || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:. -e 'Dir["test/test_*.rb"].each{|f| require f}' || die
+}



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

2023-07-11 Thread Hans de Graaff
commit: 5672046ecd851336a641eb3c8e8a1ac69e19cf86
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Jul 12 04:24:48 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Jul 12 04:24:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5672046e

dev-ruby/ruby-gettext: add 3.4.6

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

 dev-ruby/ruby-gettext/Manifest  |  1 +
 dev-ruby/ruby-gettext/ruby-gettext-3.4.6.ebuild | 71 +
 2 files changed, 72 insertions(+)

diff --git a/dev-ruby/ruby-gettext/Manifest b/dev-ruby/ruby-gettext/Manifest
index e7d3564bc5d6..0fb79280de8c 100644
--- a/dev-ruby/ruby-gettext/Manifest
+++ b/dev-ruby/ruby-gettext/Manifest
@@ -1,2 +1,3 @@
 DIST gettext-3.4.3.gem 233472 BLAKE2B 
d1edc1e4a004412b21ca4aa9e0e1df2000626ffde42e81f092f3a19c3ce080ee4660e5cbcce6d3f9a77e30cccf5f942ef1fa7d12e8680f0a50d67f69ad3ac41a
 SHA512 
144c7d0964660ef671494272138a29abc3b51de1a7d6f8ee920a73cefe05657eda77024c59009179f4880003bd45eeaae7a82ac57b387fb0b924bc0f6eb553ea
 DIST gettext-3.4.4.gem 232960 BLAKE2B 
7822245f1efc63c3faccae299c84f671f0eb264776288cd4d60f9981988f4942fd3b3033fdcd58e03d2129f5ece3a579dbf3bdffb567c96d9affbabe7355613f
 SHA512 
2321e13d9789dc059518c8ae0501bc26fe74fd0a24c9336c913a9ce8d2a2d77b0a7ece883f5c36e286144256077ecdbdacc84ffc37fb7753fe8bc589d473b00b
+DIST gettext-3.4.6.gem 232960 BLAKE2B 
108e89bd34e0a3341d4c09b7a444a2ba3a6c84e3f95ba22df4fd0ed5374bb7ad94131fc6ceb2407b16d9e7995383853b80101ab61319a87ee57147cc40ca3279
 SHA512 
1c98ef539509231aa7bdd7d725767576bebd7000b55599c2ac59bc915fc52aac7a4075575907893701322bd06bf7035dbcc7e262b39d93b5eeaa6f9a3511a20f

diff --git a/dev-ruby/ruby-gettext/ruby-gettext-3.4.6.ebuild 
b/dev-ruby/ruby-gettext/ruby-gettext-3.4.6.ebuild
new file mode 100644
index ..cc1a817109e7
--- /dev/null
+++ b/dev-ruby/ruby-gettext/ruby-gettext-3.4.6.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby30 ruby31 ruby32"
+
+RUBY_FAKEGEM_NAME="${PN/ruby-/}"
+RUBY_FAKEGEM_VERSION="${PV%_*}"
+
+RUBY_FAKEGEM_RECIPE_DOC="yard"
+RUBY_FAKEGEM_EXTRADOC="README.md doc/text/news.md"
+
+RUBY_FAKEGEM_TASK_TEST="none"
+
+RUBY_FAKEGEM_EXTRAINSTALL="locale po"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Native Language Support Library and Tools modeled after GNU 
gettext package"
+HOMEPAGE="https://ruby-gettext.github.io/;
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="doc test"
+SLOT="0"
+LICENSE="|| ( GPL-2 Ruby-BSD LGPL-3+ )"
+
+ruby_add_rdepend "
+   dev-ruby/erubi
+   >=dev-ruby/locale-2.0.5
+   dev-ruby/prime
+   dev-ruby/racc
+   >=dev-ruby/text-1.3.0
+"
+
+ruby_add_bdepend "doc? ( dev-ruby/yard )
+   dev-ruby/racc"
+ruby_add_bdepend "test? (
+   dev-ruby/test-unit:2
+   dev-ruby/test-unit-rr )"
+
+RDEPEND+=" sys-devel/gettext"
+DEPEND+=" sys-devel/gettext"
+
+all_ruby_prepare() {
+   # Fix broken racc invocation
+   sed -i -e '/command_line/ s/#{racc}/-S racc/' Rakefile || die
+
+   # Avoid bundler dependency
+   sed -i -e '/bundler/,/helper.install/ s:^:#:' \
+   -e 's/helper.gemspec/Gem::Specification.new/' Rakefile || die
+
+   # Avoid dependency on developer-specific tools.
+   sed -i -e '/notify/ s:^:#:' test/run-test.rb || die
+}
+
+each_ruby_test() {
+   # Borrowed from Fedora
+   local -x LANG=C.UTF-8
+   local -x LANGUAGE=ja_JP.utf8
+
+   # Upstream tries to daisy-chain rake calls but they fail badly
+   # with our setup, so run it manually.
+   ${RUBY} test/run-test.rb || die "tests failed"
+}
+
+all_ruby_install() {
+   all_fakegem_install
+
+   dodoc -r samples
+}



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

2023-07-11 Thread MichaÅ‚ GĂ³rny
commit: 83bca55db03c309322bb1d315850e7eda59b0427
Author: MichaÅ‚ GĂ³rny  gentoo  org>
AuthorDate: Wed Jul 12 03:43:18 2023 +
Commit: MichaÅ‚ GĂ³rny  gentoo  org>
CommitDate: Wed Jul 12 04:04:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83bca55d

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

Signed-off-by: MichaÅ‚ GĂ³rny  gentoo.org>

 .../scikit-build-core-0.4.7.ebuild | 48 --
 profiles/package.mask  |  5 ---
 2 files changed, 53 deletions(-)

diff --git a/dev-python/scikit-build-core/scikit-build-core-0.4.7.ebuild 
b/dev-python/scikit-build-core/scikit-build-core-0.4.7.ebuild
deleted file mode 100644
index 9cf9fc3a704b..
--- a/dev-python/scikit-build-core/scikit-build-core-0.4.7.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=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}]
-   $(python_gen_cond_dep '
-   dev-python/exceptiongroup[${PYTHON_USEDEP}]
-   >=dev-python/tomli-1.1[${PYTHON_USEDEP}]
-   ' 3.9 3.10)
-"
-BDEPEND="
-   dev-python/hatch-vcs[${PYTHON_USEDEP}]
-   test? (
-   dev-python/build[${PYTHON_USEDEP}]
-   >=dev-python/cattrs-22.2.0[${PYTHON_USEDEP}]
-   dev-python/pybind11[${PYTHON_USEDEP}]
-   >=dev-python/pytest-subprocess-1.5[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/virtualenv[${PYTHON_USEDEP}]
-   dev-python/wheel[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   epytest -m "not isolated and not network"
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 3eb951e3fd45..193e0ee853bc 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -127,11 +127,6 @@ dev-ruby/multi_test:0
 games-action/descent3
 games-action/descent3-demo
 
-# MichaÅ‚ GĂ³rny  (2023-06-24)
-# Breaks dev-python/setuptools-rust.
-# https://github.com/scikit-build/scikit-build-core/issues/413
-<=dev-python/scikit-build-core-0.4.7
-
 # Hans de Graaff  (2023-06-23)
 # Deprecated upstream, who recommends to use the Open3 method instead.
 # No reverse dependencies. Masked for removal on 2023-07-23.



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

2023-07-11 Thread MichaÅ‚ GĂ³rny
commit: 033fc0363d9b4daa86c021649218ed7d3cd9ced3
Author: MichaÅ‚ GĂ³rny  gentoo  org>
AuthorDate: Wed Jul 12 03:26:35 2023 +
Commit: MichaÅ‚ GĂ³rny  gentoo  org>
CommitDate: Wed Jul 12 04:04:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=033fc036

dev-python/Nuitka: Bump to 1.7.4

Signed-off-by: MichaÅ‚ GĂ³rny  gentoo.org>

 dev-python/Nuitka/Manifest|  1 +
 dev-python/Nuitka/Nuitka-1.7.4.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/Nuitka/Manifest b/dev-python/Nuitka/Manifest
index f7a7aec2dfda..3c95ce63b997 100644
--- a/dev-python/Nuitka/Manifest
+++ b/dev-python/Nuitka/Manifest
@@ -4,4 +4,5 @@ DIST Nuitka-1.6.6.tar.gz 4250403 BLAKE2B 
027ccbaca57e5306ba150b5f9dbf31f2d8dc447
 DIST Nuitka-1.7.1.tar.gz 4275626 BLAKE2B 
8cad1de66cfb540e0b536ca27278213a5192aecee56be34c52a9fca6cb493c8c1069823135d6d27dc8f0c1fe1d9d08faad3a9fafa6e4c01b0d04af5b818de495
 SHA512 
cf8a05e71d6fb62b2208b3b7e3c4e961cd46933e29e4c61b66fd1d39d6c6a10e37bff5a9d7822c9709623f4e1eb5303c58c33b34ad0ebe1b87615397f3e22b30
 DIST Nuitka-1.7.2.tar.gz 4275682 BLAKE2B 
10f10cdfe00f7655f335a565b1e63c3d0ab90843cb60abe78dcbc8e2f0258160405be011c55aeffb18800af9bc7e16498e8eb8c73031f97e2586788b8675cc53
 SHA512 
3c95c70b5a66f614d302bbae50e3fff960aecb65c97ce1d77ad39080a8d27ac8f1c51b90e74c63ecf16f621fc06280ae0610ebe8f9615dd25a80d3beb4d23fa7
 DIST Nuitka-1.7.3.tar.gz 4275701 BLAKE2B 
234b80253280b99b721c72338f95f2d51663680b974a29c4c66b63b5c67302ac02c2a465cff4be939a4a6c87b1c043bd6ba6e51d1aec1ac854886f0cc76820d3
 SHA512 
3e16e6a1ff51f87b420ff4430e6fb5a6b0d674414735965613651ce4f22c253b3d56aca0741fac8c9e66f22590bede09381c171dcee267acf05dcf0fc1024e81
+DIST Nuitka-1.7.4.tar.gz 4275740 BLAKE2B 
d77b84588df9b5e58d474ed20871e1d63b29287114d166138347c891d3b87e4dc086ce4fe0ded658c1a378746bd308af177f617383b7780a6a01a3ebd10f466a
 SHA512 
26f33fa83d19992d02da27bcacfdbc0494920ebf2e9212253a11856f62e88e74cce0aa2efefe18db7520107e2b9c8db67d56a508749527863fb85a5998caefac
 DIST Nuitka-1.7.tar.gz 4275155 BLAKE2B 
b293075412c8d858e157598d4fd5b6e776f09a62d2d03cf81c55fb5b22d336551d12173bc3cd3817849b6d83efff996d9d259dedaf5cc119eea2fc8e86916e22
 SHA512 
1b973550787c67ce507744f8e3df88cc91cdae61663aaa38c46acd6644ae1b3b425b1d88fe75867275845ea2022fc8ac3481685fe6056e5c932d407109b96084

diff --git a/dev-python/Nuitka/Nuitka-1.7.4.ebuild 
b/dev-python/Nuitka/Nuitka-1.7.4.ebuild
new file mode 100644
index ..f1bec277226a
--- /dev/null
+++ b/dev-python/Nuitka/Nuitka-1.7.4.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 flag-o-matic optfeature pypi
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="
+   https://www.nuitka.net/
+   https://github.com/Nuitka/Nuitka/
+   https://pypi.org/project/Nuitka/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-util/scons[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "nuitka/build/inline_copy/lib/scons-2.3.2/SCons" || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   doman doc/nuitka3.1 doc/nuitka3-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



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

2023-07-11 Thread MichaÅ‚ GĂ³rny
commit: b035318d5c3edd3e76972b745ea3e67750ba46d9
Author: MichaÅ‚ GĂ³rny  gentoo  org>
AuthorDate: Wed Jul 12 03:29:41 2023 +
Commit: MichaÅ‚ GĂ³rny  gentoo  org>
CommitDate: Wed Jul 12 04:04:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b035318d

dev-lang/python: Bump to 3.12.0_beta4

Signed-off-by: MichaÅ‚ GĂ³rny  gentoo.org>

 dev-lang/python/Manifest   |   3 +
 dev-lang/python/python-3.12.0_beta4.ebuild | 526 +
 2 files changed, 529 insertions(+)

diff --git a/dev-lang/python/Manifest b/dev-lang/python/Manifest
index c3fa4355fabf..015d56dd2d82 100644
--- a/dev-lang/python/Manifest
+++ b/dev-lang/python/Manifest
@@ -6,6 +6,8 @@ DIST Python-3.11.4.tar.xz 19954828 BLAKE2B 
b423aa1838702f555160b41cd90d752180250
 DIST Python-3.11.4.tar.xz.asc 833 BLAKE2B 
0384dfbda5f897e749d8fca21773c599d1910ce1188f3c2dbf9632c9a79347644e1354e0ec6fc182c387b9cd6c66b8c224e5bfd8237877786918414f8d49f5f7
 SHA512 
8ee82bf116b2cc7407e260eccf53e7fee4d7497165d0b9c3e59931c73f3b419bc0299b459eee9544a6e51e323ff0a6aa07827efd89f9c320b54556feeea04a78
 DIST Python-3.12.0b3.tar.xz 20220780 BLAKE2B 
78deb1efe3642bd11265fdb810d8e40d6d816ebadd55872bfa7de313956865d4370631449a7f0db7ca95f38643598753aaf94c9a02d44f9a2707f45bba41f77f
 SHA512 
2d83285ea09445da25204285937366b20793b12223f5a0979276633213773d14de6dbb6a311629b755962804d8521b30cf9fe032f447608b6df7af721a18ba0c
 DIST Python-3.12.0b3.tar.xz.asc 963 BLAKE2B 
fad39386d4f8a6a1103e0cef431ba171fd5e6af75b097684717f68046683bf967981d1aee0e17f7dc7f97578e686565f817e39de11b309c4e8d64949fff396aa
 SHA512 
ab0d91f3c2fc001fe924f71182526d543a3c9e65238954bb954c58d03171a6cb3640a15570d2d7b889c6251fd876790121cd36bcc29a901f53d17f5f4f8f6f4e
+DIST Python-3.12.0b4.tar.xz 20244176 BLAKE2B 
6f1d199fcce07b5ca4fbf5a24b382aac2af793c6f43346708d984b20422a2f9ac4e6bc352e3c008e7815083e06c4b69e36c1a3ea94a8e3c398a1d2188595a0f5
 SHA512 
942a47d12c51e13939c815de908e766b818e4862c536153ae94b8032b5263b0cc23bda9a75fe60f48ee400a4ce405e2583da684847623cf552c20efcbc663469
+DIST Python-3.12.0b4.tar.xz.asc 963 BLAKE2B 
3ed0c47bd892791325598f20578bca72d8ffce9421c80d35c12b2a0d23611dfc329a2016f332950910990fcd9bd55e90753f547ca8a54dde039618b43c71a6b4
 SHA512 
ab2684cc4044bf39c8064ec7d41dc2d04f01c9bccf5404ec1fffbce89a3a831b4d7dac3613ef892988a16839aeb13cbc03a085fae5c086ee19d3bfb925dff6c0
 DIST Python-3.8.17.tar.xz 20696584 BLAKE2B 
07be197f7d753775b039ca200864e6d40cbb0115538604d0b214a5404beecd38e3ef416c1941f7871e2e92913d09faba48745bb9df141cf8e5ca77c7de6f0a24
 SHA512 
bc7e02acfebba86e4394f02195993500fac9347a52c7b49727eb0cdda38786ae917234272872d75effaddb042810d9682ef5627b0cc199f8aa0d5d3e315ddc0e
 DIST Python-3.8.17.tar.xz.asc 833 BLAKE2B 
c1eb893e8005c59c918528d676f06679182cf45ae256f9929d2daf56577dd2dcb3aff264e9ca47b605ecba2a1c00fabf282c59a231e67cec2324c33c6b3ca7f6
 SHA512 
bb017e2b17a3ca8ed568d2589285a87365bcca6a677e06fab5184d03e251ace6276117a160f59201e6a1c597e32d79ee109ffc7083266e6e2105b7afaaac3876
 DIST Python-3.9.17.tar.xz 19647312 BLAKE2B 
eae9d1c0b9a6cd9ce84af75e58899bcd127163c90434d2bc879047706adb087721aa5ac9425e6906e6238296b2695ea0304a2b93288627cee3560ee85f450062
 SHA512 
994d92346e563a4635411808744eac8207c68e6fc9c1db1c2eb4103dad8553aaad4a8116e38c61f28cb17905a12cc46dccdde985e1c45882bf1815081b88b6be
@@ -14,5 +16,6 @@ DIST python-gentoo-patches-2.7.18_p16.tar.xz 35448 BLAKE2B 
0139c0944f62f9cdd236f
 DIST python-gentoo-patches-3.10.12.tar.xz 13980 BLAKE2B 
8ca0e652b73634d9fa52fbdd5f224a68ca7f0d6798079e4e5dfa41a3619e9b387166c49551ec77fb2ee035680e1681c129d6db4f82531fe94f56aa46bc1c78e3
 SHA512 
e41f81afcbf0948a66bc3550225f69a48797eca7461e516ed5259584e4651fe81973c8e76ca4f4a32ef78247306ad33c7a85faea69797f3e090010a1dceff13f
 DIST python-gentoo-patches-3.11.4.tar.xz 7108 BLAKE2B 
185bc558a24bead21719d543319a47b36fcd6bdd22a5dcb11ad794a381b2bc51c28f5ea03ca1ad3359e3f96c081c10b08285e4354daf85a0535bfd2123d40d16
 SHA512 
19ca9fa9071cab3938008af515a65def75ed5cff7152dcab5895b29fc1ba87044a1027540a1cc63231c4e77a8b67fe931bf39adf3d642a648e7da970a0cecd3c
 DIST python-gentoo-patches-3.12.0b3.tar.xz 4656 BLAKE2B 
b7ae4023c1aea6f3fe9f98bc1a974cfd79769dae104fb1dd88cf778f89b6a7d30f68093abc5211e746548e46ed06044beb7458b2ed3b0d67b5a48f00bc960683
 SHA512 
8d7fbb6ecf65770c6900dccff34c668a79efa3a86d55be50edaa3f583b50be9b4a7e628a41fa9efc92ad61ed9be8e04f1b324e68240fcfdaaad67b7a077ef928
+DIST python-gentoo-patches-3.12.0b4.tar.xz 4660 BLAKE2B 
50c8b2d80b33f26a274a80884a071568ec0c79fa9312da544d5a748a5bd38d245de4f6919d8fc482e9f81c0c6686ef7d02f0b311e861d20be32846ccc875be72
 SHA512 
7cddf24248ee24c06b9bd765b2445b8bcf08e2f244cd9a9e1515d7207059e27efe818e0da088dc6f3b7fa882858836443484e13cdaabbbe0afe7a7db8c2dffce
 DIST python-gentoo-patches-3.8.17.tar.xz 32424 BLAKE2B 
d992f6b1c97158386175d07198d367e4504dea8829b35742a3daf2279ba1fbade8c37f00018bda97fa9080d1d40087c236486bbcd369c2d1c850de47a976
 SHA512 

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

2023-07-11 Thread MichaÅ‚ GĂ³rny
commit: e8aea9cc6dcee8806114e3afd4c52fbf91f39ffa
Author: MichaÅ‚ GĂ³rny  gentoo  org>
AuthorDate: Wed Jul 12 03:49:37 2023 +
Commit: MichaÅ‚ GĂ³rny  gentoo  org>
CommitDate: Wed Jul 12 04:04:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8aea9cc

package.mask: Mask dev-python/scikit-build-core again

Signed-off-by: MichaÅ‚ GĂ³rny  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 193e0ee853bc..c67b96328345 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,13 @@
 
 #--- END OF EXAMPLES ---
 
+# MichaÅ‚ GĂ³rny  (2023-07-12)
+# Having scikit-build-core installed still breaks building setuptools
+# extensions in some scenarios.
+# https://github.com/scikit-build/scikit-build-core/issues/426
+>=dev-python/iminuit-2.22
+=dev-python/scikit-build-core-0.4.7-r1
+
 # Hans de Graaff  (2023-07-08)
 # Obsolete component for dev-util/cucumber. Discontinued upstream.
 # No reverse dependencies. Masked for removal on 2023-08-08.



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

2023-07-11 Thread MichaÅ‚ GĂ³rny
commit: d72badce8b93cda8f0e732527842bc8261e71572
Author: MichaÅ‚ GĂ³rny  gentoo  org>
AuthorDate: Wed Jul 12 03:27:48 2023 +
Commit: MichaÅ‚ GĂ³rny  gentoo  org>
CommitDate: Wed Jul 12 04:04:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d72badce

dev-python/pydantic-core: Bump to 2.2.0

Signed-off-by: MichaÅ‚ GĂ³rny  gentoo.org>

 dev-python/pydantic-core/Manifest  |   2 +
 .../pydantic-core/pydantic-core-2.2.0.ebuild   | 137 +
 2 files changed, 139 insertions(+)

diff --git a/dev-python/pydantic-core/Manifest 
b/dev-python/pydantic-core/Manifest
index 42ea17845589..45cad7832c6a 100644
--- a/dev-python/pydantic-core/Manifest
+++ b/dev-python/pydantic-core/Manifest
@@ -34,6 +34,7 @@ DIST pydantic_core-2.0.1.tar.gz 305815 BLAKE2B 
f57af9abd4f3e7c14f0215485311bcd39
 DIST pydantic_core-2.0.2.tar.gz 305778 BLAKE2B 
ef1e53a44ff9f295a410b0b6f5e3a1183cddcc5376adae2c8c5b87791b0443d6b97cf1129810924adcf46221a2d38b98ded01b3db1d14d064ad6e00069675ac1
 SHA512 
034eac42feedcd526bff0557a1ef83aa04e0c728b93b3d2831f76472736acd5063b4e541cc64206273ec7b305a38f453cb34e33dc64385f9cf45a5c261ef3c6c
 DIST pydantic_core-2.1.2.tar.gz 305997 BLAKE2B 
1893dd2b187303ad50fd8c18842158d1e54534c9a1dcffac5235677656774b4e3b1e4acb1da8afa34087019e5976c4e43ce7f696563462f9f92f9a31de9d01a6
 SHA512 
6cb35ad602ff783fc0841b7fa7da6448835b5e1b913cbd2dd42af8e5a167b5d20021f8c6f8973c58a0a9f9449c27b348691f57ccf2c446845abd7cad159d4ffd
 DIST pydantic_core-2.1.3.tar.gz 303560 BLAKE2B 
b1ee7d73f4cb5aa192dec3670df66a6f60f157dbf21e5c1e1f62a978dc36838239f7883efbc1e1d98ab5ef8ddd16daf36e792e5f508d93f32405992d956e3c5e
 SHA512 
cbb85b5c459d9f3cd80cba44f242157a8ca5d64eb3ed209a47a7e9be3c687111f8cc750db97269ef6c9b3fe27ae1b58a0a10f022830f1ff90564cbbbe30ab1dc
+DIST pydantic_core-2.2.0.tar.gz 306423 BLAKE2B 
82131892ffaf7ae0c222b19935827db3fe01040383006d7a015bdaee03ea688dfb988642a0c98ecd5caa2b9518a8ad82eb8f991b7c0e5fad89c974a4697f3f78
 SHA512 
6f6d1e71acc248607c6f643465946e186c0bc0bc4f05dbc0058ddc0db717dac41819470dadc9a584fd7d9cf070d643fdc92f0ddb1e1b2a50f6e59ae37e4d8ded
 DIST pyo3-0.19.0.crate 412659 BLAKE2B 
f8833d39c3c8318466ee5b9010cbdce1a20f844f15a257ae41c5d8c72f645e0c14e7e5ae0b50a8aebec60afd827cd23d5b5b4b70188531e6f5b89ef191066189
 SHA512 
9cef7f8a73cfea32661eaf8fd8d5af6ca180e3fd71ac956d9fbb96a1d194f238116e3ab31917b15359e7f6b0b3bc4587437463a4c61bca988f16657a64440919
 DIST pyo3-0.19.1.crate 418297 BLAKE2B 
19ad6aa4fba175961b7fe97ae0bc45050f930859972b1b25cf0139bb3436c050ba76b63894f0df26174f141a52ac6abf10fd84c03c056af5a0665e723ae24195
 SHA512 
b27500cf49f1c6f217d21344d24ac96c07b82c157dd36fa4550b94059da5715ba7d0e085ec07dd5f8a8ac9de4d7e9239c1cceac4337294eb0dc9f6102049d5ff
 DIST pyo3-build-config-0.19.0.crate 29172 BLAKE2B 
20904ad814ed9a22b801eb7b06851292d50f5716116a5b4a670e8c499878bf6d193525a4579b044ed413823c17ecd1ad0178baae1cab1fe3f431cc9a0f442576
 SHA512 
3105ce54bff87bef803f30b79d3ab2dbe440d68418f8cdc875f18ceb2bb0d06ed0923cf02af5f8293ca901f40b96c1b99a12a8a8e74813dcf70534d3aec2bfb7
@@ -55,6 +56,7 @@ DIST rustversion-1.0.12.crate 17278 BLAKE2B 
ceefd32afcabec344a1bb87d818fa22b84c9
 DIST ryu-1.0.13.crate 46823 BLAKE2B 
c6d661cbff5e7b273da5a6bb704bb1910b897c55d854b05bd417f53853a832791afc351e5a5aeaa94ba99a8fe64c8a930221c52a8784519728da748371a4ae04
 SHA512 
25f60216d91e68cb47695ce4e966fae674d5b3e4b0cf33e740248c1605fdcf0c963acd278a485c5b4bb0a1c1144002e7317359af4989df7a4ba402508c13
 DIST scopeguard-1.1.0.crate 11470 BLAKE2B 
f774eb90b7d3ffb2efba47518e9d1dead4017ab4b38a4bd74914daa84a5af4bf9eb63da0496e3924499d79cd0439c37447aeda4a21226f95645bddcd6becfabe
 SHA512 
368fa5726df8f42b53681579a9ffd0196480ee3cd0f9f671e8493f3bedd1e1779bdf2beb329e77e0005fa09b816e3385f309490c0f2781568db275d4d17d
 DIST serde-1.0.159.crate 77014 BLAKE2B 
a377be7b7a0624ca9449d962693100d4ee892a252b4fe1326dee2057a214029ecacde05aedb7f0adcebc9815e6b4ea7ec2096ef4db4c55526defdef88a20cc25
 SHA512 
4e5373b940b5328fabca35759e8a02816c89692b83996c6224be39365b6409688ef2db0eef24219381003133a31da93a41b500a76aeb1b84c05df9a91ff4844d
+DIST serde_derive-1.0.159.crate 55039 BLAKE2B 
6a239fe8b045c5d61e3503186325e2e4fd3cdbd13e6727e79b673f894f5fdd0872419b0b0f6dae97b9c3dbf737b41bb4816e92fc6a0efa0487350bdb0a8dbb7a
 SHA512 
ee05d53cc4e7a36ba6073cf0be235ff4606e26430ab2a25379a6b915378c8c76584ba77b2fef8125edacf4ea37adce8e51109e3f5bc6f418987de90fa574
 DIST serde_json-1.0.95.crate 144618 BLAKE2B 
beb05d7c37fcbacf4cc7dc04380e818a144a81e20e09ac9aecf6488bc18b142713bd1e9c7bc2ff4d10dd2385ccd280207cd992380bde4616db54f0852141eb0f
 SHA512 
ff9f3f9e9a0e07956923bbac02288915c31f5ee24fc618808bfd4aa4b36ec40ec8d0e4426d926bdbcd019c9a4a6608dff5a651bf92dc5663eaf69c7c060223ba
 DIST smallvec-1.10.0.crate 31564 BLAKE2B 
e3e46a0781d3a7892a739b001592d462d0704f010363984c439e3fe4f75aecb9720648aa1e9bcc56bb3be848dd40cee578212439f78f07a807c9441c3c3e0147
 SHA512 

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

2023-07-11 Thread MichaÅ‚ GĂ³rny
commit: 3a6b8fafde01c613987780ebfeff155fb5ff1047
Author: MichaÅ‚ GĂ³rny  gentoo  org>
AuthorDate: Wed Jul 12 03:19:45 2023 +
Commit: MichaÅ‚ GĂ³rny  gentoo  org>
CommitDate: Wed Jul 12 04:04:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a6b8faf

dev-python/Faker: Bump to 19.0.0

Signed-off-by: MichaÅ‚ GĂ³rny  gentoo.org>

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

diff --git a/dev-python/Faker/Faker-19.0.0.ebuild 
b/dev-python/Faker/Faker-19.0.0.ebuild
new file mode 100644
index ..48c456a2d7b5
--- /dev/null
+++ b/dev-python/Faker/Faker-19.0.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A Python package that generates fake data for you"
+HOMEPAGE="
+   https://github.com/joke2k/faker/
+   https://pypi.org/project/Faker/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]
+   !dev-ruby/faker
+"
+BDEPEND="
+   test? (
+   dev-python/freezegun[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP},tiff]
+   dev-python/validators[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest

diff --git a/dev-python/Faker/Manifest b/dev-python/Faker/Manifest
index b731361e195b..b3deacb81430 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -1,2 +1,3 @@
 DIST Faker-18.11.2.tar.gz 1670644 BLAKE2B 
0496e9d2169932fd158b8eb62693d1c7f833c00c93fa75b35d747bec1a9e81247977b307faef6cb2526c0042716b080b160fc93cf8d9543a1e2bb3a477f815e6
 SHA512 
9b54485836d8e4cf66c0ebc9807770f77867a9ab634bc5a465811fe0c2d79c0ec1ab5360bb5f69e9f603026094b4c969a4ad1b98c0c6b21e7fb740d5a17af5b8
 DIST Faker-18.13.0.tar.gz 1672316 BLAKE2B 
c7b3a040276508c8d08c184e90dfd054d62ef635299e637476fedf0d3e01d0e311bd855c4df39dd449244c07c71a1fe216063c07a3abef69f8ec8fa967124769
 SHA512 
b5cd907d962f39d15001d0218993dd6b4f65ac6252fcb1c72bbb2905a585ad26d0f7c6807cef43b41ce430122fe4730d26f57f119bc3547a432d133e87d98beb
+DIST Faker-19.0.0.tar.gz 1673020 BLAKE2B 
f3be24f29eb870535034afdecd57d0172b8cbc4f9228796373eab9f5be3211d39134d94f9c3543a0387579a5ed7d0434b9eede12b824b93652ee4b2d964f5835
 SHA512 
fdc3d0618dae04fa1f4fc3ce8d10a353d8272059c557729e93891e59c85b0c03e11009febfd5d500ab5425b6ba4446c9df72f84bc1f632c0cec76a761bd8c9f2



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

2023-07-11 Thread MichaÅ‚ GĂ³rny
commit: e49e455ee3fd613f86fea21841649001c5057ebb
Author: MichaÅ‚ GĂ³rny  gentoo  org>
AuthorDate: Wed Jul 12 03:25:19 2023 +
Commit: MichaÅ‚ GĂ³rny  gentoo  org>
CommitDate: Wed Jul 12 04:04:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e49e455e

dev-python/google-api-python-client: Bump to 2.93.0

Signed-off-by: MichaÅ‚ GĂ³rny  gentoo.org>

 dev-python/google-api-python-client/Manifest   |  1 +
 .../google-api-python-client-2.93.0.ebuild | 49 ++
 2 files changed, 50 insertions(+)

diff --git a/dev-python/google-api-python-client/Manifest 
b/dev-python/google-api-python-client/Manifest
index a7d6e6b9c8e4..ecd38c270064 100644
--- a/dev-python/google-api-python-client/Manifest
+++ b/dev-python/google-api-python-client/Manifest
@@ -2,3 +2,4 @@ DIST google-api-python-client-2.89.0.tar.gz 10965040 BLAKE2B 
819c9f0837b86acc693
 DIST google-api-python-client-2.90.0.tar.gz 10891311 BLAKE2B 
0683e95e12e5f2faaa5ce5b3f4c82e65df00da0c884530917dd086d33dda74a66e62fd27c7edead205f9d330800d2c60929fce68ce7f82fc04f8787cae010cdf
 SHA512 
331812b50c2816f407db25f703817bf0d20b9218de39bd91c67d40a1f113141c8b9af0210d9d10272ebf51b90485fa44f636e821de19add72eeb38fa04ffe449
 DIST google-api-python-client-2.91.0.tar.gz 10853485 BLAKE2B 
3f31a18187701f833e06f514150acf5eec72d6dabdb8b3493efa8fff79f10848a2108c5c7114f0f467519bd2f943162cdc3cbe91c9805a65a74d80c6ca41b745
 SHA512 
638783176e9d98af621deb5ee10ad5418108910f0996e98653adfa252dee2edd8db712c8fc0fe73d7d83db14a770d297b34d3334c5b018ce800325ef2dd91e04
 DIST google-api-python-client-2.92.0.tar.gz 10894003 BLAKE2B 
ab01475cbaee3c30167077e28864bd9b3b6a9a4ca7a4f13f9856434b00c28ac923c1b544f377957369fdaec8efbabe0213fd975a35384d0f54bb23d9b6a46234
 SHA512 
3cf08fe4fb9f1694cb883f2c0f92448fc6757935a01abd512b0a7e9b6aca1e7ef852f4b11d8db759febd8a22dbb280bb61e7a007dfed506c1fb104069bd38dd8
+DIST google-api-python-client-2.93.0.tar.gz 10929939 BLAKE2B 
67369eac89a12f212841923e2f912ce18b3ae39c7e0fafd45cbcbff3556919a784ec8dce2f73bcf91de3f2faa0404ec17719582a283120cf43d03a1513ed6c7c
 SHA512 
41c6ef0cdf09e8c486b91490383bcb5914d8bd15a0ed486abcfe9b9121b035a2a9d9b8abeeb60ee0f6757e100618308df8967c6ace687d991ce9b609dd3b0747

diff --git 
a/dev-python/google-api-python-client/google-api-python-client-2.93.0.ebuild 
b/dev-python/google-api-python-client/google-api-python-client-2.93.0.ebuild
new file mode 100644
index ..0194f9640998
--- /dev/null
+++ b/dev-python/google-api-python-client/google-api-python-client-2.93.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=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Google API Client for Python"
+HOMEPAGE="
+   https://github.com/googleapis/google-api-python-client/
+   https://pypi.org/project/google-api-python-client/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   >=dev-python/httplib2-0.15[${PYTHON_USEDEP}]
+   =dev-python/google-api-core-2.3.1[${PYTHON_USEDEP}]
+   >=dev-python/google-auth-1.35.0[${PYTHON_USEDEP}]
+   >=dev-python/google-auth-httplib2-0.1.0[${PYTHON_USEDEP}]
+   >=dev-python/uritemplate-3.0.0[${PYTHON_USEDEP}]
+   

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

2023-07-11 Thread MichaÅ‚ GĂ³rny
commit: 9d96ca9e112c0ce94b47cfe71bcf63ded2199b74
Author: MichaÅ‚ GĂ³rny  gentoo  org>
AuthorDate: Wed Jul 12 03:21:01 2023 +
Commit: MichaÅ‚ GĂ³rny  gentoo  org>
CommitDate: Wed Jul 12 04:04:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d96ca9e

dev-python/google-auth: Bump to 2.22.0

Signed-off-by: MichaÅ‚ GĂ³rny  gentoo.org>

 dev-python/google-auth/Manifest  |  1 +
 dev-python/google-auth/google-auth-2.22.0.ebuild | 63 
 2 files changed, 64 insertions(+)

diff --git a/dev-python/google-auth/Manifest b/dev-python/google-auth/Manifest
index 43647ebc9276..c4d38c2ed07f 100644
--- a/dev-python/google-auth/Manifest
+++ b/dev-python/google-auth/Manifest
@@ -1,3 +1,4 @@
 DIST google-auth-2.19.1.tar.gz 230290 BLAKE2B 
c7f76e1bd936d4d76c81e19fbf6bb50dfe700666d8eb234f762253547fd670d1d26a97a7fe4457bdb719712d32e28e3c8f9adc82c475ee6830f5fd2af994bb3a
 SHA512 
8a8106abb1a0966254caa2e568fe9a9c887601b19e5309f4d43e1b07f3e3280ad358cf8999e34719d6f23473b263d128a2d0321f0ff184c4e188b0b5cf88a6ee
 DIST google-auth-2.20.0.tar.gz 229669 BLAKE2B 
547cb99cb72a4a5b224fdfff2bf156effe1cce5d7b4316b16530b1a3bbe50ab24dc54520fce3206fb2cea3fde1ca0c35f7bf5920e5128a5ed1bed13883fc75e5
 SHA512 
e13471f4452bd5c69c2ca9d1ff145431b160805e4ab2d3a70c35cad78c6e3e4f4bc789dfe99f55a0e60e5f335f9983529eabbfb0fc50794b62dfa7eeb70882b1
 DIST google-auth-2.21.0.tar.gz 230720 BLAKE2B 
a572770d17ce2e8d68c92dad2fda68dc860d232845f5fb2d6beb51d583a8cf5d8820e7ef7921895c60da3d022c1b82b50054bff6c969071a87cc059e759a82ce
 SHA512 
d84eec3da181e02ab293af76261f4cff50afc98d044e3a9e70b023a7b9e4e0ea7c46265de273f2363494d36ab6ec1894acb82e9125f30da6133692d2b86ef8eb
+DIST google-auth-2.22.0.tar.gz 231433 BLAKE2B 
07b813209ce3f5ff429c4f9417141fa85029ff3eedb116664d6effdf508497ce6b6552fa4c3b6f9f1e7f1ffe9b9ae8ce72c8c727d277662bb9f8214ccd152b66
 SHA512 
c2c04e9ad367dd96bf00af7b19c7d897dd9fe3f8e9318b7436ec85a5c146b29c273cc718932956e97b2e4a1e2f12d0d10e835b6cf0f4e46ee19f6aaeed492b5e

diff --git a/dev-python/google-auth/google-auth-2.22.0.ebuild 
b/dev-python/google-auth/google-auth-2.22.0.ebuild
new file mode 100644
index ..fae7f6b53c35
--- /dev/null
+++ b/dev-python/google-auth/google-auth-2.22.0.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Google Authentication Library"
+HOMEPAGE="
+   https://github.com/googleapis/google-auth-library-python/
+   https://pypi.org/project/google-auth/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   =dev-python/pyasn1-0.1.7[${PYTHON_USEDEP}]
+   >=dev-python/pyasn1-modules-0.2.1[${PYTHON_USEDEP}]
+   >=dev-python/rsa-3.1.4[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   !dev-python/namespace-google
+"
+BDEPEND="
+   test? (
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   dev-python/flask[${PYTHON_USEDEP}]
+   dev-python/freezegun[${PYTHON_USEDEP}]
+   dev-python/grpcio[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/moto[${PYTHON_USEDEP}]
+   dev-python/pyopenssl[${PYTHON_USEDEP}]
+   dev-python/pytest-localserver[${PYTHON_USEDEP}]
+   dev-python/pyu2f[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/responses[${PYTHON_USEDEP}]
+   >=dev-python/urllib3-2[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+PATCHES=(
+   # https://github.com/googleapis/google-auth-library-python/pull/1290
+   "${FILESDIR}"/google-auth-2.20.0-urllib3-2.patch
+)
+
+EPYTEST_IGNORE=(
+   # these are compatibility tests with oauth2client
+   # disable them to unblock removal of that package
+   tests/test__oauth2client.py
+)
+
+python_compile() {
+   distutils-r1_python_compile
+   find "${BUILD_DIR}" -name '*.pth' -delete || die
+}



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

2023-07-11 Thread MichaÅ‚ GĂ³rny
commit: a99fa17490d6ba994fc748e04f1f178004549930
Author: MichaÅ‚ GĂ³rny  gentoo  org>
AuthorDate: Wed Jul 12 03:25:58 2023 +
Commit: MichaÅ‚ GĂ³rny  gentoo  org>
CommitDate: Wed Jul 12 04:04:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a99fa174

dev-python/mock: Bump to 5.1.0

Signed-off-by: MichaÅ‚ GĂ³rny  gentoo.org>

 dev-python/mock/Manifest  |  1 +
 dev-python/mock/mock-5.1.0.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/mock/Manifest b/dev-python/mock/Manifest
index b7aad1714850..c104eafc2602 100644
--- a/dev-python/mock/Manifest
+++ b/dev-python/mock/Manifest
@@ -1 +1,2 @@
 DIST mock-5.0.2.tar.gz 77477 BLAKE2B 
1a85d7af3b6444343495980c5169be0373d09c2d91cc68674a1d221edd764642b4de42ec7b58973e8ff9748089f61795bbdec00eee1ab216df77ea42b6c47b1e
 SHA512 
f1fecc4ade7eaeb158f3b4dcb5a9e5ce28c666727722f75946bdfff2600f3c590c2833f972cfbd928fc42bcb05b5bac11790ef9f8ff6389a80bfa121f232686d
+DIST mock-5.1.0.tar.gz 80232 BLAKE2B 
d260551feaf051d4be8c55920345e8fa64c33a42d4a82a2ea5dd5e0077af393ec1c1f37fb0b61e2cb6167a58c8951adeb6c9cc2dc638fc410a2984a3cbae17e1
 SHA512 
26b7350fddf2eca82b6dfaafc58cacbd4031fd787b1afc463ee13eff778846941120fd89755e4783bfad389f01cfbdd64f2feab5a12ac2bd4ca6407c0f2e973c

diff --git a/dev-python/mock/mock-5.1.0.ebuild 
b/dev-python/mock/mock-5.1.0.ebuild
new file mode 100644
index ..6beaa22c87fe
--- /dev/null
+++ b/dev-python/mock/mock-5.1.0.ebuild
@@ -0,0 +1,23 @@
+# 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="Rolling backport of unittest.mock for all Pythons"
+HOMEPAGE="
+   https://github.com/testing-cabal/mock/
+   https://pypi.org/project/mock/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+
+distutils_enable_tests pytest
+
+DOCS=( CHANGELOG.rst README.rst )



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

2023-07-11 Thread MichaÅ‚ GĂ³rny
commit: 14ae3ddfdc581607f02126488772ec1e7b371a71
Author: MichaÅ‚ GĂ³rny  gentoo  org>
AuthorDate: Wed Jul 12 03:18:30 2023 +
Commit: MichaÅ‚ GĂ³rny  gentoo  org>
CommitDate: Wed Jul 12 04:04:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14ae3ddf

dev-python/pdm-backend: Bump to 2.1.3

Signed-off-by: MichaÅ‚ GĂ³rny  gentoo.org>

 dev-python/pdm-backend/Manifest |  1 +
 dev-python/pdm-backend/pdm-backend-2.1.3.ebuild | 71 +
 2 files changed, 72 insertions(+)

diff --git a/dev-python/pdm-backend/Manifest b/dev-python/pdm-backend/Manifest
index 69338a16a4bd..d6d6c500e352 100644
--- a/dev-python/pdm-backend/Manifest
+++ b/dev-python/pdm-backend/Manifest
@@ -1,3 +1,4 @@
 DIST pdm-backend-2.1.0.gh.tar.gz 134050 BLAKE2B 
941795a8e108442d8ab651cee2c87f72d01c55e16634d9028f6e6300576ae7c67eaff90cbd6bcd4e24131ddabe92626583cbaf3af1807fd03490650d85653376
 SHA512 
40464a467e5a8a6cb232cb8602846461cf7e146256be5f745743e47bfeab7b2b8157dc49ba7b03cff46051d080efe2097c450cfab037e0594ffa5fc3802b
 DIST pdm-backend-2.1.1.gh.tar.gz 134089 BLAKE2B 
a92d29b3d5f32e0bfbf407f354ba672922feb833ad2078857244a40fac7be210c5ba93810d6db7c0edd7fe874f7c9bcb9bd902dde5aa255c2b682855c9a00eed
 SHA512 
710a574822beffad0ff3e812afa69a13878ada8ec10092d4c2f47c37345118dc972ea12fef7b26a835e9d76c774134dfad6fb77902c1755df072ef5acc7160a4
 DIST pdm-backend-2.1.2.gh.tar.gz 134069 BLAKE2B 
425a43c7a7e47209caeec8fd44fde9734c9a79af5703fc668858f655b0783dbfaf934344a3e5f6b85fa59fe3122d2212890c1da615f331a5529e2619ee45c42f
 SHA512 
a0d61ead5761d5c4558d486bed0249ec7fdcb9f48eac00ba87a97b8c32e28bf6ebe1d2ec840b049440864b68df997285c446922d6712226f4bd458f291567d00
+DIST pdm-backend-2.1.3.gh.tar.gz 134133 BLAKE2B 
5bead9ac6b5bf2da9479afc923875991ab7de556a15a14584d98bb7c3dcb34788d2f7284c588a29881898536b3a7e9238d75674f75291a0a1acf4c73483c0b5b
 SHA512 
75b13af45636af34e91dcf6e10c0699433dc5fe65a7697dfa68a74af4802c7d4ced97ee4808763660f22556bc53a0bdb71fa04be4340050ec5baf75b3af6e97c

diff --git a/dev-python/pdm-backend/pdm-backend-2.1.3.ebuild 
b/dev-python/pdm-backend/pdm-backend-2.1.3.ebuild
new file mode 100644
index ..af9e6d47c21b
--- /dev/null
+++ b/dev-python/pdm-backend/pdm-backend-2.1.3.ebuild
@@ -0,0 +1,71 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=standalone
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="A PEP 517 backend for PDM that supports PEP 621 metadata"
+HOMEPAGE="
+   https://pypi.org/project/pdm-backend/
+   https://github.com/pdm-project/pdm-backend/
+"
+SRC_URI="
+   https://github.com/pdm-project/pdm-backend/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/packaging-22.0[${PYTHON_USEDEP}]
+   >=dev-python/pyproject-metadata-0.7.1[${PYTHON_USEDEP}]
+   >=dev-python/tomli-w-1.0.0[${PYTHON_USEDEP}]
+
+   $(python_gen_cond_dep '
+   >=dev-python/tomli-2.0.1[${PYTHON_USEDEP}]
+   ' 3.{9..10})
+   $(python_gen_cond_dep '
+   >=dev-python/importlib-metadata-3.6[${PYTHON_USEDEP}]
+   ' 3.9)
+"
+BDEPEND="
+   ${RDEPEND}
+   test? (
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-vcs/git
+   )
+"
+# setuptools are used to build C extensions
+RDEPEND+="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   rm -r src/pdm/backend/_vendor || die
+   find -name '*.py' -exec sed \
+   -e 's:from pdm\.backend\._vendor\.:from :' \
+   -e 's:from pdm\.backend\._vendor ::' \
+   -e 's:import pdm\.backend\._vendor\.:import :' \
+   -i {} + || die
+   distutils-r1_src_prepare
+}
+
+src_compile() {
+   # this must not be set during src_test()
+   local -x PDM_BUILD_SCM_VERSION=${PV}
+   distutils-r1_src_compile
+}
+
+src_test() {
+   git config --global user.email "t...@example.com" || die
+   git config --global user.name "Test User" || die
+   distutils-r1_src_test
+}



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

2023-07-11 Thread Mike Gilbert
commit: a544131eab06aef8ebb335d2046b2cf681e55214
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Jul 12 03:16:07 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Jul 12 03:16:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a544131e

www-client/microsoft-edge-dev: remove old

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

 www-client/microsoft-edge-dev/Manifest |   2 -
 .../microsoft-edge-dev-116.0.1908.0.ebuild | 123 -
 .../microsoft-edge-dev-116.0.1923.0.ebuild | 123 -
 3 files changed, 248 deletions(-)

diff --git a/www-client/microsoft-edge-dev/Manifest 
b/www-client/microsoft-edge-dev/Manifest
index 790c42c9f98e..a195fb912115 100644
--- a/www-client/microsoft-edge-dev/Manifest
+++ b/www-client/microsoft-edge-dev/Manifest
@@ -1,5 +1,3 @@
-DIST microsoft-edge-dev_116.0.1908.0-1_amd64.deb 148956670 BLAKE2B 
2c5c3dc3a8e4ad7d5f281ff3d2e2c2b5ee697dddcd2b9b5c242def64b64aac427e899028434b21d0a52dfcfae0ac239810d94a3f75c4866bcb5e12db3c670b7f
 SHA512 
28990f0c9664d4173d082d0a1b58ebcd1cabb86cbd1f78f186058727af6e59bb4e6e9cdd922b010d1149e8684c7891a2be71913c2dbf76e169d1f36d948026a1
-DIST microsoft-edge-dev_116.0.1923.0-1_amd64.deb 151113438 BLAKE2B 
04f10d5cc709b23c039579a8e40634ecc981c67aa8e5d2b07c84700ade65dc272641083f3d32de70cdaf5fdf914e0099e4ae52e5df7b206a7c0a277e4eb24af9
 SHA512 
fb53e9faa942878b44b7cefe1549400ded7649d5f5930b751e1c41aac64f2241a22ec455cb50440a7adb5ec1130ded5f0096fa76b440b977de62099dad91fb61
 DIST microsoft-edge-dev_116.0.1938.1-1_amd64.deb 150465546 BLAKE2B 
5898b3d6e9743c0d73a63b2a6237b8a61409448dc7dc3d23dc2badc7fe4508277178a3f7eacacc0a6e36e43a36de3f5b116979748d5bb736d38ec092ee2cc3d5
 SHA512 
2a07c1780a47c4870529c0651ce46cc8be008f0a185ac2c6caa71ec3f4cad490031496a039fb997b87ddad1cb78406a9c4d3515394a03f055c05851cc8ee0119
 DIST microsoft-edge-dev_116.0.1938.10-1_amd64.deb 150409318 BLAKE2B 
4b4908c707fef867b8a1460e7e59e3bdfa3f41d698e6af594c555baf47e6e747819a812c8f7dfbe75da179afa766f080c20053a469b0d92335a5e0e935dba99f
 SHA512 
874e36ba268e95463583e14006e3f17377fbf67189e17279f6fdadeaffdd387281204934d36a56ba676c14609f3c05481288570af0509e1a480659a0399c0167
 DIST microsoft-edge-dev_116.0.1938.16-1_amd64.deb 150464414 BLAKE2B 
b7134dcb6b465bfcc18f7e35e61538f7720d984ee3b9139e9c68b917cdc69345a9e6309ecef17e3d34d97d07a7a3e832fdf0d1445f8eb169e194e8055d68
 SHA512 
804b90e44c4a46363d8cced294113932b1f639735d99b841a17205d961006a0ad579248c0597dfca1dc1861c0d3b42fcd90b223d92ec6961a13bb4589105c68c

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

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

2023-07-11 Thread Mike Gilbert
commit: 37b8768c5bc164ca8119e229948f563edbe9f2e7
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Jul 12 03:15:54 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Jul 12 03:15:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37b8768c

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

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

 www-client/microsoft-edge-dev/Manifest |   1 +
 .../microsoft-edge-dev-116.0.1938.16.ebuild| 123 +
 2 files changed, 124 insertions(+)

diff --git a/www-client/microsoft-edge-dev/Manifest 
b/www-client/microsoft-edge-dev/Manifest
index e5aaf801b004..0cbf78e0bec4 100644
--- a/www-client/microsoft-edge-dev/Manifest
+++ b/www-client/microsoft-edge-dev/Manifest
@@ -1,3 +1,4 @@
 DIST microsoft-edge-dev_116.0.1908.0-1_amd64.deb 148956670 BLAKE2B 
2c5c3dc3a8e4ad7d5f281ff3d2e2c2b5ee697dddcd2b9b5c242def64b64aac427e899028434b21d0a52dfcfae0ac239810d94a3f75c4866bcb5e12db3c670b7f
 SHA512 
28990f0c9664d4173d082d0a1b58ebcd1cabb86cbd1f78f186058727af6e59bb4e6e9cdd922b010d1149e8684c7891a2be71913c2dbf76e169d1f36d948026a1
 DIST microsoft-edge-dev_116.0.1923.0-1_amd64.deb 151113438 BLAKE2B 
04f10d5cc709b23c039579a8e40634ecc981c67aa8e5d2b07c84700ade65dc272641083f3d32de70cdaf5fdf914e0099e4ae52e5df7b206a7c0a277e4eb24af9
 SHA512 
fb53e9faa942878b44b7cefe1549400ded7649d5f5930b751e1c41aac64f2241a22ec455cb50440a7adb5ec1130ded5f0096fa76b440b977de62099dad91fb61
 DIST microsoft-edge-dev_116.0.1938.1-1_amd64.deb 150465546 BLAKE2B 
5898b3d6e9743c0d73a63b2a6237b8a61409448dc7dc3d23dc2badc7fe4508277178a3f7eacacc0a6e36e43a36de3f5b116979748d5bb736d38ec092ee2cc3d5
 SHA512 
2a07c1780a47c4870529c0651ce46cc8be008f0a185ac2c6caa71ec3f4cad490031496a039fb997b87ddad1cb78406a9c4d3515394a03f055c05851cc8ee0119
+DIST microsoft-edge-dev_116.0.1938.16-1_amd64.deb 150464414 BLAKE2B 
b7134dcb6b465bfcc18f7e35e61538f7720d984ee3b9139e9c68b917cdc69345a9e6309ecef17e3d34d97d07a7a3e832fdf0d1445f8eb169e194e8055d68
 SHA512 
804b90e44c4a46363d8cced294113932b1f639735d99b841a17205d961006a0ad579248c0597dfca1dc1861c0d3b42fcd90b223d92ec6961a13bb4589105c68c

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

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

2023-07-11 Thread Mike Gilbert
commit: 88fc3133866001920d04c9d94f7fbafd0563a2f5
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Jul 12 03:17:26 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Jul 12 03:17:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88fc3133

www-client/opera-developer: remove old

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

 www-client/opera-developer/Manifest|   3 -
 .../opera-developer-101.0.4829.0.ebuild| 166 -
 .../opera-developer-101.0.4836.0-r1.ebuild | 166 -
 3 files changed, 335 deletions(-)

diff --git a/www-client/opera-developer/Manifest 
b/www-client/opera-developer/Manifest
index d6270955096f..0c1cf4a0a73a 100644
--- a/www-client/opera-developer/Manifest
+++ b/www-client/opera-developer/Manifest
@@ -1,7 +1,4 @@
-DIST opera-developer_101.0.4829.0_amd64.deb 105447620 BLAKE2B 
ae3ad2dcf4061477a9ad402594b75373a3da649e77a1619d57f69de5d45f14b877166e5cd1b933ecb6783a155913d203105e5c0f6313280d5164de5c7cfbab5a
 SHA512 
760260c2cf0a7a9dda3af8f2f3af4f600a1f5b693af7a0376de61f7fb77a1506d3c9b1c3d9fa5f52ae1a45848aee1ed6ddd30a3fd227afabcb4fac9aef003e7c
-DIST opera-developer_101.0.4836.0_amd64.deb 104116508 BLAKE2B 
d96bcd3d26dfcd4404ea0036658c5f6e3dca1176475a1b637cee2e72c6b45f19c93996c04778d296d310af151bd377a7c687e34ca0bce29313a5f3ff5f388bb0
 SHA512 
fe882fb516c788287e8d51aae596177b890fa27aab0845ece919ee1c0030409b2ff4503788c3e7441df38096e9561155d073b5f99ca141169ab0f295fe38c574
 DIST opera-developer_101.0.4843.0_amd64.deb 107390632 BLAKE2B 
0832c537f59c883e2ee7b722f37f2d4fe4f12a4509c9ca8d2ae066f119ce1eb027f5f7b5405b4e5e26d8b84ffbd9167090fd282e3bd43dbe6a6144f794985445
 SHA512 
8c55faec7c432166c233bc943cdc0b9a7ad3ae5a9bc7b7192e03715c28b43555b191ddbc854f1738df7e6b3645cc037bb72f86772f5408e45dbc2a96cffd3b85
 DIST opera-developer_102.0.4850.0_amd64.deb 104957400 BLAKE2B 
5638729e374ac57e6dbe0641482aaebb9041b856fe8b8fb28d959ffaf59180be91bd5cf0ea02dff9d29d9adf6b466225aa92c94f2b0acc7202ffcf3c5240d3d7
 SHA512 
a2412c1cac3f74c46debfa0579f0b6a124fb2b0a676db36a29e2169a66e0ced1e4940190f3a7e899d7842333783d5088cd9f64f91cfde39702e25f770b58938c
 DIST opera-developer_102.0.4857.0_amd64.deb 104995392 BLAKE2B 
02f4135309db2b364808088b0046ddd916b140810ad6616d9c71ae27793dbf58110bf594f993d54f90e7cbc135d9cfb951f3ac6cae8ebd4dc228208bc758bd3b
 SHA512 
3bc68ba2f621e3f7ef2edc263454d98c77d678cf69bd50d3344e67dd665519392af1a351af80c37d687e649bcb90dc5553c1f3f8daffd935ed31a21a53c7cf18
-DIST opera-ffmpeg-codecs-110.0.5464.2.tar.xz 1280752 BLAKE2B 
9f17f85377d06c7c36729ca3a29d02aa2d7fff3bbbeb4cc26f60252e350c50c3a06eeb7e3c896154617ff7ee43d5881177b819618c13dc1254f7d3980bf0c363
 SHA512 
d9b4a52b29be287e5d20f6922c64e0e3cbfcd7eedd3109c12ff72c376ab14bce4c421be4dccea2ed1e4c899f11dcc8416545911ca84d8d6c994fe6ab87425ff3
 DIST opera-ffmpeg-codecs-114.0.5735.9.tar.xz 1315192 BLAKE2B 
ef9a0cfc8c30ac0a837863644f3c2d5e78059575e2b8f6fda9253304f4815a39d021602e802dac7e1d5a1685aa5015a02019c4a0399f0bdc81136f956cc1d55f
 SHA512 
bdad66bd5d238bdeb81a4e2a956f0a814633360f05c7bed2161df9506d2ccc45ba452cc8974c755fe0d3f46adceb90324a472a5dac72e9c65391ae7a841c

diff --git a/www-client/opera-developer/opera-developer-101.0.4829.0.ebuild 
b/www-client/opera-developer/opera-developer-101.0.4829.0.ebuild
deleted file mode 100644
index 2a9aded891d9..
--- a/www-client/opera-developer/opera-developer-101.0.4829.0.ebuild
+++ /dev/null
@@ -1,166 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-CHROMIUM_LANGS="
-   bg bn ca cs da de el en-GB en-US es-419 es fil fi fr hi hr hu id
-   it ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk 
vi
-   zh-CN zh-TW
-"
-
-# These are intended for ebuild maintainer use to force RPM if DEB is not 
available.
-: ${OPERA_FORCE_RPM=no}
-
-inherit chromium-2 pax-utils xdg
-
-if [[ ${OPERA_FORCE_RPM} == yes ]]; then
-   inherit rpm
-   OPERA_ARCHIVE_EXT="rpm"
-else
-   inherit unpacker
-   OPERA_ARCHIVE_EXT="deb"
-fi
-
-DESCRIPTION="A fast and secure web browser"
-HOMEPAGE="https://www.opera.com/;
-LICENSE="OPERA-2018"
-SLOT="0"
-
-SRC_URI_BASE=(
-   "https://download1.operacdn.com/pub/${PN};
-   "https://download2.operacdn.com/pub/${PN};
-   "https://download3.operacdn.com/pub/${PN};
-   "https://download4.operacdn.com/pub/${PN};
-)
-
-if [[ ${PN} == opera ]]; then
-   MY_PN=${PN}-stable
-   SRC_URI_BASE=( "${SRC_URI_BASE[@]/%//desktop}" )
-else
-   MY_PN=${PN}
-fi
-
-KEYWORDS="-* ~amd64"
-
-FFMPEG_VERSION="110.0.5464.2"
-
-SRC_URI="${SRC_URI_BASE[@]/%//${PV}/linux/${MY_PN}_${PV}_amd64.${OPERA_ARCHIVE_EXT}}
-   proprietary-codecs? (
-   
mirror+https://dev.gentoo.org/~sultan/distfiles/www-client/opera/opera-ffmpeg-codecs-${FFMPEG_VERSION}.tar.xz
-   )"
-
-IUSE="+proprietary-codecs +suid qt5"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
-   

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

2023-07-11 Thread Mike Gilbert
commit: 8c3a4c9a2291b3a1fabb58be3f0f696e76414a8a
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Jul 12 03:16:52 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Jul 12 03:16:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c3a4c9a

www-client/opera-beta: automated bump (101.0.4843.10)

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

 www-client/opera-beta/Manifest |   1 +
 .../opera-beta/opera-beta-101.0.4843.10.ebuild | 170 +
 2 files changed, 171 insertions(+)

diff --git a/www-client/opera-beta/Manifest b/www-client/opera-beta/Manifest
index 6db483f178d6..52bfd78fc591 100644
--- a/www-client/opera-beta/Manifest
+++ b/www-client/opera-beta/Manifest
@@ -1,5 +1,6 @@
 DIST opera-beta_100.0.4815.13_amd64.deb 109534308 BLAKE2B 
204a763b8b2ecdb36d601323f78cb52b14129c0980e924afb97fb208255838afa532eda50f85f6c5b7866d813b8716752cf7a6d2861cfdd85be3b3e5d1820bbc
 SHA512 
8d1823d94403419b9a630b15d6733d9b18737c49740a93d682c45b6c1d866d9f7b3bf4f3f7ef25363113f8d7e82c210d050e08fcbd51b6b5ea2098913368f161
 DIST opera-beta_100.0.4815.2_amd64.deb 104309332 BLAKE2B 
3eb9aca5a433c3c09590f7d87e6df6226e947ef9d3403a3b199c8b17f461e1bf9a17e112c7edbb3a3e3e0b4846309bfb134a57611ac1a16e82d59fcd676f1dae
 SHA512 
b4de378eb4acbec9013bf32e59529582c0a29fdf78b713a55ed75e349b50bb39de3de36063a8724a46af7f28c45034436ba0af9c965005ebccad81c6b4a2ea44
+DIST opera-beta_101.0.4843.10_amd64.deb 107328080 BLAKE2B 
f3d6a517e8e5860649202f9ed839f1f5ad9532e1776ef8d6d118c4668a2e507e4c5d22ec647486e0211f44bbeddf674aca925f24f5b45f9c92306888f9c31d4a
 SHA512 
eff96c0252f0908030c6a6a45477f51bcd81a7174c6c9dbffb91281782c1f22a81d8e914ce157200d1ac869562fd28871288f0e8851c09b2df7e2bb041a16b10
 DIST opera-beta_101.0.4843.5_amd64.deb 107419144 BLAKE2B 
a19e870c4b7cfe89c7a341884fc8ac0559128f0dbd49acf4f9533f95c8ddf908cf2645c92bdb597280ada06d859470bdd52187bda02f07753e024b581b6abf19
 SHA512 
2696ea45f0d18aa794dabc23f5688cf600edec54591039881d016cc31af58ddd4455f10e534d12492e5ebb128f38089797759f4b7da66e637702da53ef92e868
 DIST opera-ffmpeg-codecs-110.0.5464.2.tar.xz 1280752 BLAKE2B 
9f17f85377d06c7c36729ca3a29d02aa2d7fff3bbbeb4cc26f60252e350c50c3a06eeb7e3c896154617ff7ee43d5881177b819618c13dc1254f7d3980bf0c363
 SHA512 
d9b4a52b29be287e5d20f6922c64e0e3cbfcd7eedd3109c12ff72c376ab14bce4c421be4dccea2ed1e4c899f11dcc8416545911ca84d8d6c994fe6ab87425ff3
 DIST opera-ffmpeg-codecs-114.0.5735.9.tar.xz 1315192 BLAKE2B 
ef9a0cfc8c30ac0a837863644f3c2d5e78059575e2b8f6fda9253304f4815a39d021602e802dac7e1d5a1685aa5015a02019c4a0399f0bdc81136f956cc1d55f
 SHA512 
bdad66bd5d238bdeb81a4e2a956f0a814633360f05c7bed2161df9506d2ccc45ba452cc8974c755fe0d3f46adceb90324a472a5dac72e9c65391ae7a841c

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

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

2023-07-11 Thread Mike Gilbert
commit: 11d9c5383a0208eec8c2118b7c1b3448cd7013ed
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Jul 12 03:16:56 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Jul 12 03:16:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11d9c538

www-client/opera-beta: remove old

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

 www-client/opera-beta/Manifest |   2 -
 .../opera-beta/opera-beta-100.0.4815.2.ebuild  | 166 -
 2 files changed, 168 deletions(-)

diff --git a/www-client/opera-beta/Manifest b/www-client/opera-beta/Manifest
index 52bfd78fc591..ad9b8358bbb3 100644
--- a/www-client/opera-beta/Manifest
+++ b/www-client/opera-beta/Manifest
@@ -1,6 +1,4 @@
 DIST opera-beta_100.0.4815.13_amd64.deb 109534308 BLAKE2B 
204a763b8b2ecdb36d601323f78cb52b14129c0980e924afb97fb208255838afa532eda50f85f6c5b7866d813b8716752cf7a6d2861cfdd85be3b3e5d1820bbc
 SHA512 
8d1823d94403419b9a630b15d6733d9b18737c49740a93d682c45b6c1d866d9f7b3bf4f3f7ef25363113f8d7e82c210d050e08fcbd51b6b5ea2098913368f161
-DIST opera-beta_100.0.4815.2_amd64.deb 104309332 BLAKE2B 
3eb9aca5a433c3c09590f7d87e6df6226e947ef9d3403a3b199c8b17f461e1bf9a17e112c7edbb3a3e3e0b4846309bfb134a57611ac1a16e82d59fcd676f1dae
 SHA512 
b4de378eb4acbec9013bf32e59529582c0a29fdf78b713a55ed75e349b50bb39de3de36063a8724a46af7f28c45034436ba0af9c965005ebccad81c6b4a2ea44
 DIST opera-beta_101.0.4843.10_amd64.deb 107328080 BLAKE2B 
f3d6a517e8e5860649202f9ed839f1f5ad9532e1776ef8d6d118c4668a2e507e4c5d22ec647486e0211f44bbeddf674aca925f24f5b45f9c92306888f9c31d4a
 SHA512 
eff96c0252f0908030c6a6a45477f51bcd81a7174c6c9dbffb91281782c1f22a81d8e914ce157200d1ac869562fd28871288f0e8851c09b2df7e2bb041a16b10
 DIST opera-beta_101.0.4843.5_amd64.deb 107419144 BLAKE2B 
a19e870c4b7cfe89c7a341884fc8ac0559128f0dbd49acf4f9533f95c8ddf908cf2645c92bdb597280ada06d859470bdd52187bda02f07753e024b581b6abf19
 SHA512 
2696ea45f0d18aa794dabc23f5688cf600edec54591039881d016cc31af58ddd4455f10e534d12492e5ebb128f38089797759f4b7da66e637702da53ef92e868
-DIST opera-ffmpeg-codecs-110.0.5464.2.tar.xz 1280752 BLAKE2B 
9f17f85377d06c7c36729ca3a29d02aa2d7fff3bbbeb4cc26f60252e350c50c3a06eeb7e3c896154617ff7ee43d5881177b819618c13dc1254f7d3980bf0c363
 SHA512 
d9b4a52b29be287e5d20f6922c64e0e3cbfcd7eedd3109c12ff72c376ab14bce4c421be4dccea2ed1e4c899f11dcc8416545911ca84d8d6c994fe6ab87425ff3
 DIST opera-ffmpeg-codecs-114.0.5735.9.tar.xz 1315192 BLAKE2B 
ef9a0cfc8c30ac0a837863644f3c2d5e78059575e2b8f6fda9253304f4815a39d021602e802dac7e1d5a1685aa5015a02019c4a0399f0bdc81136f956cc1d55f
 SHA512 
bdad66bd5d238bdeb81a4e2a956f0a814633360f05c7bed2161df9506d2ccc45ba452cc8974c755fe0d3f46adceb90324a472a5dac72e9c65391ae7a841c

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

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

2023-07-11 Thread Mike Gilbert
commit: 763cb68e50bbcbc819e28ce5e6667df61c50c16c
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Jul 12 03:17:22 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Jul 12 03:17:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=763cb68e

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

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

 www-client/opera-developer/Manifest|   1 +
 .../opera-developer-102.0.4850.0.ebuild| 170 +
 2 files changed, 171 insertions(+)

diff --git a/www-client/opera-developer/Manifest 
b/www-client/opera-developer/Manifest
index 5a8284a97a63..d6270955096f 100644
--- a/www-client/opera-developer/Manifest
+++ b/www-client/opera-developer/Manifest
@@ -1,6 +1,7 @@
 DIST opera-developer_101.0.4829.0_amd64.deb 105447620 BLAKE2B 
ae3ad2dcf4061477a9ad402594b75373a3da649e77a1619d57f69de5d45f14b877166e5cd1b933ecb6783a155913d203105e5c0f6313280d5164de5c7cfbab5a
 SHA512 
760260c2cf0a7a9dda3af8f2f3af4f600a1f5b693af7a0376de61f7fb77a1506d3c9b1c3d9fa5f52ae1a45848aee1ed6ddd30a3fd227afabcb4fac9aef003e7c
 DIST opera-developer_101.0.4836.0_amd64.deb 104116508 BLAKE2B 
d96bcd3d26dfcd4404ea0036658c5f6e3dca1176475a1b637cee2e72c6b45f19c93996c04778d296d310af151bd377a7c687e34ca0bce29313a5f3ff5f388bb0
 SHA512 
fe882fb516c788287e8d51aae596177b890fa27aab0845ece919ee1c0030409b2ff4503788c3e7441df38096e9561155d073b5f99ca141169ab0f295fe38c574
 DIST opera-developer_101.0.4843.0_amd64.deb 107390632 BLAKE2B 
0832c537f59c883e2ee7b722f37f2d4fe4f12a4509c9ca8d2ae066f119ce1eb027f5f7b5405b4e5e26d8b84ffbd9167090fd282e3bd43dbe6a6144f794985445
 SHA512 
8c55faec7c432166c233bc943cdc0b9a7ad3ae5a9bc7b7192e03715c28b43555b191ddbc854f1738df7e6b3645cc037bb72f86772f5408e45dbc2a96cffd3b85
+DIST opera-developer_102.0.4850.0_amd64.deb 104957400 BLAKE2B 
5638729e374ac57e6dbe0641482aaebb9041b856fe8b8fb28d959ffaf59180be91bd5cf0ea02dff9d29d9adf6b466225aa92c94f2b0acc7202ffcf3c5240d3d7
 SHA512 
a2412c1cac3f74c46debfa0579f0b6a124fb2b0a676db36a29e2169a66e0ced1e4940190f3a7e899d7842333783d5088cd9f64f91cfde39702e25f770b58938c
 DIST opera-developer_102.0.4857.0_amd64.deb 104995392 BLAKE2B 
02f4135309db2b364808088b0046ddd916b140810ad6616d9c71ae27793dbf58110bf594f993d54f90e7cbc135d9cfb951f3ac6cae8ebd4dc228208bc758bd3b
 SHA512 
3bc68ba2f621e3f7ef2edc263454d98c77d678cf69bd50d3344e67dd665519392af1a351af80c37d687e649bcb90dc5553c1f3f8daffd935ed31a21a53c7cf18
 DIST opera-ffmpeg-codecs-110.0.5464.2.tar.xz 1280752 BLAKE2B 
9f17f85377d06c7c36729ca3a29d02aa2d7fff3bbbeb4cc26f60252e350c50c3a06eeb7e3c896154617ff7ee43d5881177b819618c13dc1254f7d3980bf0c363
 SHA512 
d9b4a52b29be287e5d20f6922c64e0e3cbfcd7eedd3109c12ff72c376ab14bce4c421be4dccea2ed1e4c899f11dcc8416545911ca84d8d6c994fe6ab87425ff3
 DIST opera-ffmpeg-codecs-114.0.5735.9.tar.xz 1315192 BLAKE2B 
ef9a0cfc8c30ac0a837863644f3c2d5e78059575e2b8f6fda9253304f4815a39d021602e802dac7e1d5a1685aa5015a02019c4a0399f0bdc81136f956cc1d55f
 SHA512 
bdad66bd5d238bdeb81a4e2a956f0a814633360f05c7bed2161df9506d2ccc45ba452cc8974c755fe0d3f46adceb90324a472a5dac72e9c65391ae7a841c

diff --git a/www-client/opera-developer/opera-developer-102.0.4850.0.ebuild 
b/www-client/opera-developer/opera-developer-102.0.4850.0.ebuild
new file mode 100644
index ..fa627a202454
--- /dev/null
+++ b/www-client/opera-developer/opera-developer-102.0.4850.0.ebuild
@@ -0,0 +1,170 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CHROMIUM_LANGS="
+   bg bn ca cs da de el en-GB en-US es-419 es fil fi fr hi hr hu id
+   it ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk 
vi
+   zh-CN zh-TW
+"
+
+# These are intended for ebuild maintainer use to force RPM if DEB is not 
available.
+: ${OPERA_FORCE_RPM=no}
+
+inherit chromium-2 pax-utils xdg
+
+if [[ ${OPERA_FORCE_RPM} == yes ]]; then
+   inherit rpm
+   OPERA_ARCHIVE_EXT="rpm"
+else
+   inherit unpacker
+   OPERA_ARCHIVE_EXT="deb"
+fi
+
+DESCRIPTION="A fast and secure web browser"
+HOMEPAGE="https://www.opera.com/;
+LICENSE="OPERA-2018"
+SLOT="0"
+
+SRC_URI_BASE=(
+   "https://download1.operacdn.com/pub/${PN};
+   "https://download2.operacdn.com/pub/${PN};
+   "https://download3.operacdn.com/pub/${PN};
+   "https://download4.operacdn.com/pub/${PN};
+)
+
+if [[ ${PN} == opera ]]; then
+   MY_PN=${PN}-stable
+   SRC_URI_BASE=( "${SRC_URI_BASE[@]/%//desktop}" )
+else
+   MY_PN=${PN}
+fi
+
+KEYWORDS="-* ~amd64"
+
+FFMPEG_VERSION="114.0.5735.9"
+
+SRC_URI="${SRC_URI_BASE[@]/%//${PV}/linux/${MY_PN}_${PV}_amd64.${OPERA_ARCHIVE_EXT}}
+   proprietary-codecs? (
+   
mirror+https://dev.gentoo.org/~sultan/distfiles/www-client/opera/opera-ffmpeg-codecs-${FFMPEG_VERSION}.tar.xz
+   )"
+
+IUSE="+proprietary-codecs +suid qt5 qt6"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+   >=app-accessibility/at-spi2-core-2.46.0:2
+   

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

2023-07-11 Thread Mike Gilbert
commit: 15aec34f9d77ab97ba669076c60ebf82ddf8abce
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Jul 12 03:16:38 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Jul 12 03:16:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15aec34f

www-client/opera: remove old

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

 www-client/opera/Manifest   |   1 -
 www-client/opera/opera-100.0.4815.30.ebuild | 166 
 2 files changed, 167 deletions(-)

diff --git a/www-client/opera/Manifest b/www-client/opera/Manifest
index 5e23826c8909..c66ba1540397 100644
--- a/www-client/opera/Manifest
+++ b/www-client/opera/Manifest
@@ -1,3 +1,2 @@
 DIST opera-ffmpeg-codecs-114.0.5735.9.tar.xz 1315192 BLAKE2B 
ef9a0cfc8c30ac0a837863644f3c2d5e78059575e2b8f6fda9253304f4815a39d021602e802dac7e1d5a1685aa5015a02019c4a0399f0bdc81136f956cc1d55f
 SHA512 
bdad66bd5d238bdeb81a4e2a956f0a814633360f05c7bed2161df9506d2ccc45ba452cc8974c755fe0d3f46adceb90324a472a5dac72e9c65391ae7a841c
-DIST opera-stable_100.0.4815.30_amd64.deb 107073892 BLAKE2B 
64e33fc0ff2e3901ba7bf8435270b90a4a3f5cbee8004ece04d13c9956e0c29b4297b531d68924965125cf6a2391fc49ef13ff7adf571c0a8763c2e9404451ee
 SHA512 
340c5917a0dfde5ac73c43d6b79e62059e25bb4c21e99fa1d430b4e28d6c5e6791f648377c94bbaf7ac7e0c876e56f0d9b37a056d06984751753d959b89f4fbe
 DIST opera-stable_100.0.4815.54_amd64.deb 107060628 BLAKE2B 
037692a195d028dc76d80f435c4713b906356708fce03792dbacd8b733dc17733f2e5cb70346600dd7bfdc12bebadead3b2b8eda6cf634d4e289ec7a146d
 SHA512 
afcd0aa5e81e1048588945a0905d2f5bc6da0dcf41f685e45334c9e53d886119126f9828d861a6003da39a23f31de395f5b37b9aea0743a41a550e4f105693f2

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

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

2023-07-11 Thread Mike Gilbert
commit: 6dcbf4d4050b5fd4f3602149df05bab3846ead48
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Jul 12 03:17:09 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Jul 12 03:17:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dcbf4d4

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

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

 www-client/opera-developer/Manifest|   1 +
 .../opera-developer-102.0.4857.0.ebuild| 170 +
 2 files changed, 171 insertions(+)

diff --git a/www-client/opera-developer/Manifest 
b/www-client/opera-developer/Manifest
index 146387dcfaae..5a8284a97a63 100644
--- a/www-client/opera-developer/Manifest
+++ b/www-client/opera-developer/Manifest
@@ -1,5 +1,6 @@
 DIST opera-developer_101.0.4829.0_amd64.deb 105447620 BLAKE2B 
ae3ad2dcf4061477a9ad402594b75373a3da649e77a1619d57f69de5d45f14b877166e5cd1b933ecb6783a155913d203105e5c0f6313280d5164de5c7cfbab5a
 SHA512 
760260c2cf0a7a9dda3af8f2f3af4f600a1f5b693af7a0376de61f7fb77a1506d3c9b1c3d9fa5f52ae1a45848aee1ed6ddd30a3fd227afabcb4fac9aef003e7c
 DIST opera-developer_101.0.4836.0_amd64.deb 104116508 BLAKE2B 
d96bcd3d26dfcd4404ea0036658c5f6e3dca1176475a1b637cee2e72c6b45f19c93996c04778d296d310af151bd377a7c687e34ca0bce29313a5f3ff5f388bb0
 SHA512 
fe882fb516c788287e8d51aae596177b890fa27aab0845ece919ee1c0030409b2ff4503788c3e7441df38096e9561155d073b5f99ca141169ab0f295fe38c574
 DIST opera-developer_101.0.4843.0_amd64.deb 107390632 BLAKE2B 
0832c537f59c883e2ee7b722f37f2d4fe4f12a4509c9ca8d2ae066f119ce1eb027f5f7b5405b4e5e26d8b84ffbd9167090fd282e3bd43dbe6a6144f794985445
 SHA512 
8c55faec7c432166c233bc943cdc0b9a7ad3ae5a9bc7b7192e03715c28b43555b191ddbc854f1738df7e6b3645cc037bb72f86772f5408e45dbc2a96cffd3b85
+DIST opera-developer_102.0.4857.0_amd64.deb 104995392 BLAKE2B 
02f4135309db2b364808088b0046ddd916b140810ad6616d9c71ae27793dbf58110bf594f993d54f90e7cbc135d9cfb951f3ac6cae8ebd4dc228208bc758bd3b
 SHA512 
3bc68ba2f621e3f7ef2edc263454d98c77d678cf69bd50d3344e67dd665519392af1a351af80c37d687e649bcb90dc5553c1f3f8daffd935ed31a21a53c7cf18
 DIST opera-ffmpeg-codecs-110.0.5464.2.tar.xz 1280752 BLAKE2B 
9f17f85377d06c7c36729ca3a29d02aa2d7fff3bbbeb4cc26f60252e350c50c3a06eeb7e3c896154617ff7ee43d5881177b819618c13dc1254f7d3980bf0c363
 SHA512 
d9b4a52b29be287e5d20f6922c64e0e3cbfcd7eedd3109c12ff72c376ab14bce4c421be4dccea2ed1e4c899f11dcc8416545911ca84d8d6c994fe6ab87425ff3
 DIST opera-ffmpeg-codecs-114.0.5735.9.tar.xz 1315192 BLAKE2B 
ef9a0cfc8c30ac0a837863644f3c2d5e78059575e2b8f6fda9253304f4815a39d021602e802dac7e1d5a1685aa5015a02019c4a0399f0bdc81136f956cc1d55f
 SHA512 
bdad66bd5d238bdeb81a4e2a956f0a814633360f05c7bed2161df9506d2ccc45ba452cc8974c755fe0d3f46adceb90324a472a5dac72e9c65391ae7a841c

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

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

2023-07-11 Thread Mike Gilbert
commit: 38dbdfd7034020ca6cec703c9fc9c9d429559f95
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Jul 12 03:16:29 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Jul 12 03:16:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38dbdfd7

www-client/opera: automated bump (100.0.4815.54)

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

 www-client/opera/Manifest   |   1 +
 www-client/opera/opera-100.0.4815.54.ebuild | 166 
 2 files changed, 167 insertions(+)

diff --git a/www-client/opera/Manifest b/www-client/opera/Manifest
index 7b4dbe63c3cc..5e23826c8909 100644
--- a/www-client/opera/Manifest
+++ b/www-client/opera/Manifest
@@ -1,2 +1,3 @@
 DIST opera-ffmpeg-codecs-114.0.5735.9.tar.xz 1315192 BLAKE2B 
ef9a0cfc8c30ac0a837863644f3c2d5e78059575e2b8f6fda9253304f4815a39d021602e802dac7e1d5a1685aa5015a02019c4a0399f0bdc81136f956cc1d55f
 SHA512 
bdad66bd5d238bdeb81a4e2a956f0a814633360f05c7bed2161df9506d2ccc45ba452cc8974c755fe0d3f46adceb90324a472a5dac72e9c65391ae7a841c
 DIST opera-stable_100.0.4815.30_amd64.deb 107073892 BLAKE2B 
64e33fc0ff2e3901ba7bf8435270b90a4a3f5cbee8004ece04d13c9956e0c29b4297b531d68924965125cf6a2391fc49ef13ff7adf571c0a8763c2e9404451ee
 SHA512 
340c5917a0dfde5ac73c43d6b79e62059e25bb4c21e99fa1d430b4e28d6c5e6791f648377c94bbaf7ac7e0c876e56f0d9b37a056d06984751753d959b89f4fbe
+DIST opera-stable_100.0.4815.54_amd64.deb 107060628 BLAKE2B 
037692a195d028dc76d80f435c4713b906356708fce03792dbacd8b733dc17733f2e5cb70346600dd7bfdc12bebadead3b2b8eda6cf634d4e289ec7a146d
 SHA512 
afcd0aa5e81e1048588945a0905d2f5bc6da0dcf41f685e45334c9e53d886119126f9828d861a6003da39a23f31de395f5b37b9aea0743a41a550e4f105693f2

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

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

2023-07-11 Thread Mike Gilbert
commit: e6c7e2445b1156a426b9be1f60dad4a62cb21f56
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Jul 12 03:16:03 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Jul 12 03:16:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6c7e244

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

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

 www-client/microsoft-edge-dev/Manifest |   1 +
 .../microsoft-edge-dev-116.0.1938.10.ebuild| 123 +
 2 files changed, 124 insertions(+)

diff --git a/www-client/microsoft-edge-dev/Manifest 
b/www-client/microsoft-edge-dev/Manifest
index 0cbf78e0bec4..790c42c9f98e 100644
--- a/www-client/microsoft-edge-dev/Manifest
+++ b/www-client/microsoft-edge-dev/Manifest
@@ -1,4 +1,5 @@
 DIST microsoft-edge-dev_116.0.1908.0-1_amd64.deb 148956670 BLAKE2B 
2c5c3dc3a8e4ad7d5f281ff3d2e2c2b5ee697dddcd2b9b5c242def64b64aac427e899028434b21d0a52dfcfae0ac239810d94a3f75c4866bcb5e12db3c670b7f
 SHA512 
28990f0c9664d4173d082d0a1b58ebcd1cabb86cbd1f78f186058727af6e59bb4e6e9cdd922b010d1149e8684c7891a2be71913c2dbf76e169d1f36d948026a1
 DIST microsoft-edge-dev_116.0.1923.0-1_amd64.deb 151113438 BLAKE2B 
04f10d5cc709b23c039579a8e40634ecc981c67aa8e5d2b07c84700ade65dc272641083f3d32de70cdaf5fdf914e0099e4ae52e5df7b206a7c0a277e4eb24af9
 SHA512 
fb53e9faa942878b44b7cefe1549400ded7649d5f5930b751e1c41aac64f2241a22ec455cb50440a7adb5ec1130ded5f0096fa76b440b977de62099dad91fb61
 DIST microsoft-edge-dev_116.0.1938.1-1_amd64.deb 150465546 BLAKE2B 
5898b3d6e9743c0d73a63b2a6237b8a61409448dc7dc3d23dc2badc7fe4508277178a3f7eacacc0a6e36e43a36de3f5b116979748d5bb736d38ec092ee2cc3d5
 SHA512 
2a07c1780a47c4870529c0651ce46cc8be008f0a185ac2c6caa71ec3f4cad490031496a039fb997b87ddad1cb78406a9c4d3515394a03f055c05851cc8ee0119
+DIST microsoft-edge-dev_116.0.1938.10-1_amd64.deb 150409318 BLAKE2B 
4b4908c707fef867b8a1460e7e59e3bdfa3f41d698e6af594c555baf47e6e747819a812c8f7dfbe75da179afa766f080c20053a469b0d92335a5e0e935dba99f
 SHA512 
874e36ba268e95463583e14006e3f17377fbf67189e17279f6fdadeaffdd387281204934d36a56ba676c14609f3c05481288570af0509e1a480659a0399c0167
 DIST microsoft-edge-dev_116.0.1938.16-1_amd64.deb 150464414 BLAKE2B 
b7134dcb6b465bfcc18f7e35e61538f7720d984ee3b9139e9c68b917cdc69345a9e6309ecef17e3d34d97d07a7a3e832fdf0d1445f8eb169e194e8055d68
 SHA512 
804b90e44c4a46363d8cced294113932b1f639735d99b841a17205d961006a0ad579248c0597dfca1dc1861c0d3b42fcd90b223d92ec6961a13bb4589105c68c

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

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

2023-07-11 Thread Mike Gilbert
commit: 082a5794ccd45c41f410312eed51c89f65f6e9ce
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Jul 12 03:16:35 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Jul 12 03:16:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=082a5794

www-client/opera: amd64 stable (100.0.4815.54)

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

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

diff --git a/www-client/opera/opera-100.0.4815.54.ebuild 
b/www-client/opera/opera-100.0.4815.54.ebuild
index f075b4334993..4c31af0e9033 100644
--- a/www-client/opera/opera-100.0.4815.54.ebuild
+++ b/www-client/opera/opera-100.0.4815.54.ebuild
@@ -41,7 +41,7 @@ else
MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 FFMPEG_VERSION="114.0.5735.9"
 



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

2023-07-11 Thread Mike Gilbert
commit: 48f78457b99cc84dadb11ebdd91d2891886fd048
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Jul 12 03:15:40 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Jul 12 03:15:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48f78457

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

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

 www-client/microsoft-edge-beta/Manifest|   1 +
 .../microsoft-edge-beta-115.0.1901.165.ebuild  | 123 +
 2 files changed, 124 insertions(+)

diff --git a/www-client/microsoft-edge-beta/Manifest 
b/www-client/microsoft-edge-beta/Manifest
index 440db63804e2..762f02a21ab3 100644
--- a/www-client/microsoft-edge-beta/Manifest
+++ b/www-client/microsoft-edge-beta/Manifest
@@ -1,4 +1,5 @@
 DIST microsoft-edge-beta_115.0.1901.14-1_amd64.deb 149116302 BLAKE2B 
aaaf72ec3b94b046659f190ce0da5f191dac6fffbfe4aa7fc188c8586988d480febbbdd3f887c9a01886b1224b34ec6fd3865297380a0a6a2ea1980339e841f7
 SHA512 
e634c1587f120fcac88bd7f6bb24c4c4308b24fac78f3010457bf9c201ca16c09a4f8f693c67ab74d39c7b33d1a2928837f349e6912bdefb46b04bfe34fcd43c
 DIST microsoft-edge-beta_115.0.1901.151-1_amd64.deb 149295714 BLAKE2B 
9a7cabdc1a6253e868ec7e5008808821bd667e2d5c4b0acc27d4c59f4099e3fc1074ef4a63c09995b78d4bb1d31aafdd6c0886810617962b8045db6c27f2164a
 SHA512 
e31efeb344c79eecd8f8e4f9f34742e881950b0540c460d20968d598c3e4b1190d60a1923db1591ecbe1c9b21feb5fa9aee5f0ba6f5240356227bb3715845292
 DIST microsoft-edge-beta_115.0.1901.157-1_amd64.deb 149332046 BLAKE2B 
df2ab0b0c52e0679bbb3fa12591c1b0c98ebe556beda823fa3ad04f0f7dfca720ab6da436d427437199bdce1566bf7c12f166ff0987e71d63f003f8fddbd7b76
 SHA512 
5e20bdefc9fcf725b7595cfd9f99b3ea3b9960bfce746b30362f35b9e9f8886e4b2ca2fcddff79aceefdff435942e70e404a622c6ab9f5bd9a35b8ea775f
+DIST microsoft-edge-beta_115.0.1901.165-1_amd64.deb 149288590 BLAKE2B 
54b9e4f8d43372ff414af8e65c2f579cffd900e62d982955f98d0199c1c1101c29aa73ddc331f261cea2c2581bb0d3cfb4903431d6f834386d1b13a2f38cc4b9
 SHA512 
034bed7d0e4a6d0e0618fd27fa7c626510c575f54b658a511d55349799b5745fbc682bd7781094d8138a036b0e33fc208687be57d4ae3d8b6df4d25300612e38
 DIST microsoft-edge-beta_115.0.1901.170-1_amd64.deb 149386270 BLAKE2B 
2f2015bb8b803961eac6d2d3e75dfc1b7f8822c6d6e5e48664700edb24b8cdc0d13af3d2c56c2ac62bd5f94ab8546ba9f7fa5d0010660d226bda871846cad061
 SHA512 
89f0d169728435a893f2d084e551f577befb69b4ac09ce16812c33ad6068883509ff2e51b303cfe58cc282dfcf39e7c81b79a15374ff88d06ee3ed9d290f79f3

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

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

2023-07-11 Thread Mike Gilbert
commit: 3e69135c25819466653a8633d03a2726bab7fafb
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Jul 12 03:15:44 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Jul 12 03:15:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e69135c

www-client/microsoft-edge-beta: remove old

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

 www-client/microsoft-edge-beta/Manifest|   2 -
 .../microsoft-edge-beta-115.0.1901.14.ebuild   | 123 -
 .../microsoft-edge-beta-115.0.1901.151.ebuild  | 123 -
 3 files changed, 248 deletions(-)

diff --git a/www-client/microsoft-edge-beta/Manifest 
b/www-client/microsoft-edge-beta/Manifest
index 762f02a21ab3..0b0ada084c41 100644
--- a/www-client/microsoft-edge-beta/Manifest
+++ b/www-client/microsoft-edge-beta/Manifest
@@ -1,5 +1,3 @@
-DIST microsoft-edge-beta_115.0.1901.14-1_amd64.deb 149116302 BLAKE2B 
aaaf72ec3b94b046659f190ce0da5f191dac6fffbfe4aa7fc188c8586988d480febbbdd3f887c9a01886b1224b34ec6fd3865297380a0a6a2ea1980339e841f7
 SHA512 
e634c1587f120fcac88bd7f6bb24c4c4308b24fac78f3010457bf9c201ca16c09a4f8f693c67ab74d39c7b33d1a2928837f349e6912bdefb46b04bfe34fcd43c
-DIST microsoft-edge-beta_115.0.1901.151-1_amd64.deb 149295714 BLAKE2B 
9a7cabdc1a6253e868ec7e5008808821bd667e2d5c4b0acc27d4c59f4099e3fc1074ef4a63c09995b78d4bb1d31aafdd6c0886810617962b8045db6c27f2164a
 SHA512 
e31efeb344c79eecd8f8e4f9f34742e881950b0540c460d20968d598c3e4b1190d60a1923db1591ecbe1c9b21feb5fa9aee5f0ba6f5240356227bb3715845292
 DIST microsoft-edge-beta_115.0.1901.157-1_amd64.deb 149332046 BLAKE2B 
df2ab0b0c52e0679bbb3fa12591c1b0c98ebe556beda823fa3ad04f0f7dfca720ab6da436d427437199bdce1566bf7c12f166ff0987e71d63f003f8fddbd7b76
 SHA512 
5e20bdefc9fcf725b7595cfd9f99b3ea3b9960bfce746b30362f35b9e9f8886e4b2ca2fcddff79aceefdff435942e70e404a622c6ab9f5bd9a35b8ea775f
 DIST microsoft-edge-beta_115.0.1901.165-1_amd64.deb 149288590 BLAKE2B 
54b9e4f8d43372ff414af8e65c2f579cffd900e62d982955f98d0199c1c1101c29aa73ddc331f261cea2c2581bb0d3cfb4903431d6f834386d1b13a2f38cc4b9
 SHA512 
034bed7d0e4a6d0e0618fd27fa7c626510c575f54b658a511d55349799b5745fbc682bd7781094d8138a036b0e33fc208687be57d4ae3d8b6df4d25300612e38
 DIST microsoft-edge-beta_115.0.1901.170-1_amd64.deb 149386270 BLAKE2B 
2f2015bb8b803961eac6d2d3e75dfc1b7f8822c6d6e5e48664700edb24b8cdc0d13af3d2c56c2ac62bd5f94ab8546ba9f7fa5d0010660d226bda871846cad061
 SHA512 
89f0d169728435a893f2d084e551f577befb69b4ac09ce16812c33ad6068883509ff2e51b303cfe58cc282dfcf39e7c81b79a15374ff88d06ee3ed9d290f79f3

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

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

2023-07-11 Thread Mike Gilbert
commit: 5fe2dc60f1a863866b76e1f1cc61dcddaf391535
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Jul 12 03:15:30 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Jul 12 03:15:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fe2dc60

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

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

 www-client/microsoft-edge-beta/Manifest|   1 +
 .../microsoft-edge-beta-115.0.1901.170.ebuild  | 123 +
 2 files changed, 124 insertions(+)

diff --git a/www-client/microsoft-edge-beta/Manifest 
b/www-client/microsoft-edge-beta/Manifest
index 677ada92fbbc..440db63804e2 100644
--- a/www-client/microsoft-edge-beta/Manifest
+++ b/www-client/microsoft-edge-beta/Manifest
@@ -1,3 +1,4 @@
 DIST microsoft-edge-beta_115.0.1901.14-1_amd64.deb 149116302 BLAKE2B 
aaaf72ec3b94b046659f190ce0da5f191dac6fffbfe4aa7fc188c8586988d480febbbdd3f887c9a01886b1224b34ec6fd3865297380a0a6a2ea1980339e841f7
 SHA512 
e634c1587f120fcac88bd7f6bb24c4c4308b24fac78f3010457bf9c201ca16c09a4f8f693c67ab74d39c7b33d1a2928837f349e6912bdefb46b04bfe34fcd43c
 DIST microsoft-edge-beta_115.0.1901.151-1_amd64.deb 149295714 BLAKE2B 
9a7cabdc1a6253e868ec7e5008808821bd667e2d5c4b0acc27d4c59f4099e3fc1074ef4a63c09995b78d4bb1d31aafdd6c0886810617962b8045db6c27f2164a
 SHA512 
e31efeb344c79eecd8f8e4f9f34742e881950b0540c460d20968d598c3e4b1190d60a1923db1591ecbe1c9b21feb5fa9aee5f0ba6f5240356227bb3715845292
 DIST microsoft-edge-beta_115.0.1901.157-1_amd64.deb 149332046 BLAKE2B 
df2ab0b0c52e0679bbb3fa12591c1b0c98ebe556beda823fa3ad04f0f7dfca720ab6da436d427437199bdce1566bf7c12f166ff0987e71d63f003f8fddbd7b76
 SHA512 
5e20bdefc9fcf725b7595cfd9f99b3ea3b9960bfce746b30362f35b9e9f8886e4b2ca2fcddff79aceefdff435942e70e404a622c6ab9f5bd9a35b8ea775f
+DIST microsoft-edge-beta_115.0.1901.170-1_amd64.deb 149386270 BLAKE2B 
2f2015bb8b803961eac6d2d3e75dfc1b7f8822c6d6e5e48664700edb24b8cdc0d13af3d2c56c2ac62bd5f94ab8546ba9f7fa5d0010660d226bda871846cad061
 SHA512 
89f0d169728435a893f2d084e551f577befb69b4ac09ce16812c33ad6068883509ff2e51b303cfe58cc282dfcf39e7c81b79a15374ff88d06ee3ed9d290f79f3

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

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

2023-07-11 Thread Mike Gilbert
commit: 4809248346bfe07a0e85cffc29233149c840843d
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Jul 12 03:15:20 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Jul 12 03:15:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48092483

www-client/microsoft-edge: remove old

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

 www-client/microsoft-edge/Manifest |   1 -
 .../microsoft-edge-114.0.1823.58.ebuild| 123 -
 2 files changed, 124 deletions(-)

diff --git a/www-client/microsoft-edge/Manifest 
b/www-client/microsoft-edge/Manifest
index 3eba9db5d409..d30d2c7746fd 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1,2 +1 @@
-DIST microsoft-edge-stable_114.0.1823.58-1_amd64.deb 147629026 BLAKE2B 
b625feadb38b72b328bdb57412fb82686f4d586cead696ad543ab3025ea84c7f0bb6e63729ead133a993440c48d819c26ceab504e1c8b6e312c42193b0ef6df3
 SHA512 
d3c4ee6e370d9265f1ffdfb01f43607091446d92edd77bb2b5580268da12ba1a49a6577bd5e15d69ee331f2af36777dcd54c54cc417849a2c1fd48705388bdfb
 DIST microsoft-edge-stable_114.0.1823.79-1_amd64.deb 147962750 BLAKE2B 
6a072ff1aba5eb5a5bbfe0d5bfbf296d2d62c4ecc01f12b6177715c7fa3d65151c026706afc1a5a71e62dbc1ba75c00e2ba7d72d0cf4c3859a1df76feece61d9
 SHA512 
103ccd476242abc6e3ec326dbe5b80065cf404e108e2031d0a097d86c055d76f835b7118000b135aaa5f21211928900b0c68866f7cca4911cdd0e516347718ca

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



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

2023-07-11 Thread Mike Gilbert
commit: 8b27b5e3e834b73e203e56765eff8246a6663628
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Jul 12 03:15:11 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Jul 12 03:15:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b27b5e3

www-client/microsoft-edge: automated bump (114.0.1823.79)

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

 www-client/microsoft-edge/Manifest |   1 +
 .../microsoft-edge-114.0.1823.79.ebuild| 123 +
 2 files changed, 124 insertions(+)

diff --git a/www-client/microsoft-edge/Manifest 
b/www-client/microsoft-edge/Manifest
index 960600c4b170..3eba9db5d409 100644
--- a/www-client/microsoft-edge/Manifest
+++ b/www-client/microsoft-edge/Manifest
@@ -1 +1,2 @@
 DIST microsoft-edge-stable_114.0.1823.58-1_amd64.deb 147629026 BLAKE2B 
b625feadb38b72b328bdb57412fb82686f4d586cead696ad543ab3025ea84c7f0bb6e63729ead133a993440c48d819c26ceab504e1c8b6e312c42193b0ef6df3
 SHA512 
d3c4ee6e370d9265f1ffdfb01f43607091446d92edd77bb2b5580268da12ba1a49a6577bd5e15d69ee331f2af36777dcd54c54cc417849a2c1fd48705388bdfb
+DIST microsoft-edge-stable_114.0.1823.79-1_amd64.deb 147962750 BLAKE2B 
6a072ff1aba5eb5a5bbfe0d5bfbf296d2d62c4ecc01f12b6177715c7fa3d65151c026706afc1a5a71e62dbc1ba75c00e2ba7d72d0cf4c3859a1df76feece61d9
 SHA512 
103ccd476242abc6e3ec326dbe5b80065cf404e108e2031d0a097d86c055d76f835b7118000b135aaa5f21211928900b0c68866f7cca4911cdd0e516347718ca

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



[gentoo-commits] repo/gentoo:master commit in: www-plugins/chrome-binary-plugins/

2023-07-11 Thread Mike Gilbert
commit: 20ca1efe3ceab4bbcd22532bf6731973889eb824
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Jul 12 03:14:59 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Jul 12 03:14:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20ca1efe

www-plugins/chrome-binary-plugins: automated update (116.0.5845.14_alpha)

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

 www-plugins/chrome-binary-plugins/Manifest  | 2 +-
 4_alpha.ebuild => chrome-binary-plugins-116.0.5845.14_alpha.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index 0f406ca0c6d1..e159cdc82f65 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
 DIST google-chrome-beta_115.0.5790.75-1_amd64.deb 95895048 BLAKE2B 
14fd3b064be3a9b945c76d3e5530fe6d94acca0769cbcfcb858c5af7294a6c0cc98f845249d234a7c03fd67f7990bd2c645fb47ba1f30192e463f63be3614351
 SHA512 
ca3405c4a20d95345abeb158337ef1926cd77a8a9d759c803a11909ac2da96cdef310b75ffba48605ee98d75a760a8007db5e30f8a02dea0fef8e3c4ec45885c
 DIST google-chrome-stable_114.0.5735.198-1_amd64.deb 94327756 BLAKE2B 
19d9543600bebaa6586ec7fca16e4004dc1a769dada08c39d22ceb078f2f10b37fff3b7d56b29f23d1773cac619d7029096bb0a6559da93b218e0664b122a5c9
 SHA512 
ba151757c60f7cb9b3dc65df8b4a55813462176817b3a488298d84f8cc98282c0c003df7c9a1efbe7d42562550c2de070b59b92b63aa1bb015e7e1b7a7239c14
-DIST google-chrome-unstable_116.0.5845.4-1_amd64.deb 96610044 BLAKE2B 
60ddfbdaf05f4f166144e72eac6ae864525e94c2040966a3353a8aca018dca41050f69e39ccce1f4788c9784b9efe33a16accbe25280fe5316e883cf359a7b0f
 SHA512 
7ae1dcc0f033875801a7bef928d41888b02749a19609a4c2a7b4f32ee0e813abec9d824c73fb500b4ede12cbb673dd0a019f8da78dc361610b6cdfc217ffb7dc
+DIST google-chrome-unstable_116.0.5845.14-1_amd64.deb 96737204 BLAKE2B 
89f305adcaa95f89e86bcc25ec1928949e37dd58c95b1518a3c81874fad1d26cc99493ac408eb6a7fcc05fa56ba94ec599b200d5c5fea2d77957af364104b7bd
 SHA512 
b0add274577e805983c8421640d6cfb2677b445a1bd49dc05f3430555d7aa4571c71133526cfc2cb7bc32e2881d0ed4fb9e9bd4fff92ff6f343a4d60e0d0d01d

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-116.0.5845.4_alpha.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-116.0.5845.14_alpha.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-116.0.5845.4_alpha.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-116.0.5845.14_alpha.ebuild



[gentoo-commits] repo/gentoo:master commit in: www-client/google-chrome-beta/

2023-07-11 Thread Mike Gilbert
commit: 877bc0fa24b6bcc921aa7305dade4f97b85c495e
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Jul 12 03:14:28 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Jul 12 03:14:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=877bc0fa

www-client/google-chrome-beta: automated update (115.0.5790.75)

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

 www-client/google-chrome-beta/Manifest  | 2 +-
 ...eta-115.0.5790.56.ebuild => google-chrome-beta-115.0.5790.75.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome-beta/Manifest 
b/www-client/google-chrome-beta/Manifest
index d31665b2e0c1..63f95fd7c827 100644
--- a/www-client/google-chrome-beta/Manifest
+++ b/www-client/google-chrome-beta/Manifest
@@ -1 +1 @@
-DIST google-chrome-beta_115.0.5790.56-1_amd64.deb 96018396 BLAKE2B 
14622a8e1b50ac6aceecf8e2e6af82ab66405a08f9030a44531b3c516b4db90d7c81748eda3abc4b85cb7a696797b90e9a9e663c85e01986dab93474691de81e
 SHA512 
de5d9727340d315d812a80325d6552a34460ce058f2de24ef548b9e837c701f106f8fa410123a5536f24d29a6135d8965cc03993491d5ae35468733a359eacd6
+DIST google-chrome-beta_115.0.5790.75-1_amd64.deb 95895048 BLAKE2B 
14fd3b064be3a9b945c76d3e5530fe6d94acca0769cbcfcb858c5af7294a6c0cc98f845249d234a7c03fd67f7990bd2c645fb47ba1f30192e463f63be3614351
 SHA512 
ca3405c4a20d95345abeb158337ef1926cd77a8a9d759c803a11909ac2da96cdef310b75ffba48605ee98d75a760a8007db5e30f8a02dea0fef8e3c4ec45885c

diff --git 
a/www-client/google-chrome-beta/google-chrome-beta-115.0.5790.56.ebuild 
b/www-client/google-chrome-beta/google-chrome-beta-115.0.5790.75.ebuild
similarity index 100%
rename from 
www-client/google-chrome-beta/google-chrome-beta-115.0.5790.56.ebuild
rename to www-client/google-chrome-beta/google-chrome-beta-115.0.5790.75.ebuild



[gentoo-commits] repo/gentoo:master commit in: www-client/google-chrome-unstable/

2023-07-11 Thread Mike Gilbert
commit: c810424d4ccc01a0cf5c9bb580c039393ecd52c6
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Jul 12 03:14:52 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Jul 12 03:14:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c810424d

www-client/google-chrome-unstable: automated update (116.0.5845.14)

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

 www-client/google-chrome-unstable/Manifest  | 2 +-
 ...-116.0.5845.4.ebuild => google-chrome-unstable-116.0.5845.14.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome-unstable/Manifest 
b/www-client/google-chrome-unstable/Manifest
index 061780866dfd..3bacf590e2c0 100644
--- a/www-client/google-chrome-unstable/Manifest
+++ b/www-client/google-chrome-unstable/Manifest
@@ -1 +1 @@
-DIST google-chrome-unstable_116.0.5845.4-1_amd64.deb 96610044 BLAKE2B 
60ddfbdaf05f4f166144e72eac6ae864525e94c2040966a3353a8aca018dca41050f69e39ccce1f4788c9784b9efe33a16accbe25280fe5316e883cf359a7b0f
 SHA512 
7ae1dcc0f033875801a7bef928d41888b02749a19609a4c2a7b4f32ee0e813abec9d824c73fb500b4ede12cbb673dd0a019f8da78dc361610b6cdfc217ffb7dc
+DIST google-chrome-unstable_116.0.5845.14-1_amd64.deb 96737204 BLAKE2B 
89f305adcaa95f89e86bcc25ec1928949e37dd58c95b1518a3c81874fad1d26cc99493ac408eb6a7fcc05fa56ba94ec599b200d5c5fea2d77957af364104b7bd
 SHA512 
b0add274577e805983c8421640d6cfb2677b445a1bd49dc05f3430555d7aa4571c71133526cfc2cb7bc32e2881d0ed4fb9e9bd4fff92ff6f343a4d60e0d0d01d

diff --git 
a/www-client/google-chrome-unstable/google-chrome-unstable-116.0.5845.4.ebuild 
b/www-client/google-chrome-unstable/google-chrome-unstable-116.0.5845.14.ebuild
similarity index 100%
rename from 
www-client/google-chrome-unstable/google-chrome-unstable-116.0.5845.4.ebuild
rename to 
www-client/google-chrome-unstable/google-chrome-unstable-116.0.5845.14.ebuild



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

2023-07-11 Thread Mike Gilbert
commit: d406877c2cd65d8654a0c20e1f712d829cdd3712
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Jul 12 03:15:17 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Jul 12 03:15:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d406877c

www-client/microsoft-edge: amd64 stable (114.0.1823.79)

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

 www-client/microsoft-edge/microsoft-edge-114.0.1823.79.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/microsoft-edge/microsoft-edge-114.0.1823.79.ebuild 
b/www-client/microsoft-edge/microsoft-edge-114.0.1823.79.ebuild
index ebc23fabaa28..40e3af0e1470 100644
--- a/www-client/microsoft-edge/microsoft-edge-114.0.1823.79.ebuild
+++ b/www-client/microsoft-edge/microsoft-edge-114.0.1823.79.ebuild
@@ -14,7 +14,7 @@ else
MY_PN=${PN}
 fi
 
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 
 MY_P="${MY_PN}_${PV}-1"
 



[gentoo-commits] repo/gentoo:master commit in: www-plugins/chrome-binary-plugins/

2023-07-11 Thread Mike Gilbert
commit: 396f336368b8a2900835472f8853c2d2c5795366
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Jul 12 03:14:38 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Jul 12 03:14:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=396f3363

www-plugins/chrome-binary-plugins: automated update (115.0.5790.75_beta)

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

 www-plugins/chrome-binary-plugins/Manifest  | 2 +-
 ...0.56_beta.ebuild => chrome-binary-plugins-115.0.5790.75_beta.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index 1f92ae55d2d0..0f406ca0c6d1 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
-DIST google-chrome-beta_115.0.5790.56-1_amd64.deb 96018396 BLAKE2B 
14622a8e1b50ac6aceecf8e2e6af82ab66405a08f9030a44531b3c516b4db90d7c81748eda3abc4b85cb7a696797b90e9a9e663c85e01986dab93474691de81e
 SHA512 
de5d9727340d315d812a80325d6552a34460ce058f2de24ef548b9e837c701f106f8fa410123a5536f24d29a6135d8965cc03993491d5ae35468733a359eacd6
+DIST google-chrome-beta_115.0.5790.75-1_amd64.deb 95895048 BLAKE2B 
14fd3b064be3a9b945c76d3e5530fe6d94acca0769cbcfcb858c5af7294a6c0cc98f845249d234a7c03fd67f7990bd2c645fb47ba1f30192e463f63be3614351
 SHA512 
ca3405c4a20d95345abeb158337ef1926cd77a8a9d759c803a11909ac2da96cdef310b75ffba48605ee98d75a760a8007db5e30f8a02dea0fef8e3c4ec45885c
 DIST google-chrome-stable_114.0.5735.198-1_amd64.deb 94327756 BLAKE2B 
19d9543600bebaa6586ec7fca16e4004dc1a769dada08c39d22ceb078f2f10b37fff3b7d56b29f23d1773cac619d7029096bb0a6559da93b218e0664b122a5c9
 SHA512 
ba151757c60f7cb9b3dc65df8b4a55813462176817b3a488298d84f8cc98282c0c003df7c9a1efbe7d42562550c2de070b59b92b63aa1bb015e7e1b7a7239c14
 DIST google-chrome-unstable_116.0.5845.4-1_amd64.deb 96610044 BLAKE2B 
60ddfbdaf05f4f166144e72eac6ae864525e94c2040966a3353a8aca018dca41050f69e39ccce1f4788c9784b9efe33a16accbe25280fe5316e883cf359a7b0f
 SHA512 
7ae1dcc0f033875801a7bef928d41888b02749a19609a4c2a7b4f32ee0e813abec9d824c73fb500b4ede12cbb673dd0a019f8da78dc361610b6cdfc217ffb7dc

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-115.0.5790.56_beta.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-115.0.5790.75_beta.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-115.0.5790.56_beta.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-115.0.5790.75_beta.ebuild



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

2023-07-11 Thread Sam James
commit: 35b0b03c9c2735c6a4b2ed1e1cf1520450f0b0d5
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 12 01:14:31 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 12 01:14:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35b0b03c

media-sound/qtractor: Stabilize 0.9.34-r1 amd64, #910211

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

 media-sound/qtractor/qtractor-0.9.34-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/qtractor/qtractor-0.9.34-r1.ebuild 
b/media-sound/qtractor/qtractor-0.9.34-r1.ebuild
index 26255f8766e4..aa6604038657 100644
--- a/media-sound/qtractor/qtractor-0.9.34-r1.ebuild
+++ b/media-sound/qtractor/qtractor-0.9.34-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/qtractor/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 IUSE="aubio cpu_flags_x86_sse debug dssi ladspa libsamplerate mad osc 
rubberband vorbis zlib"
 REQUIRED_USE="dssi? ( ladspa )"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails-html-sanitizer/

2023-07-11 Thread Sam James
commit: cb5b20923d7ba9f48fb3384383c4d8f157467b8e
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 12 01:14:29 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 12 01:14:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb5b2092

dev-ruby/rails-html-sanitizer: Stabilize 1.6.0 amd64, #909633

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

 dev-ruby/rails-html-sanitizer/rails-html-sanitizer-1.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rails-html-sanitizer/rails-html-sanitizer-1.6.0.ebuild 
b/dev-ruby/rails-html-sanitizer/rails-html-sanitizer-1.6.0.ebuild
index 665e9c267a4b..223ddd1050c1 100644
--- a/dev-ruby/rails-html-sanitizer/rails-html-sanitizer-1.6.0.ebuild
+++ b/dev-ruby/rails-html-sanitizer/rails-html-sanitizer-1.6.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/rails/rails-html-sanitizer;
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/loofah-2.21:0 >=dev-ruby/nokogiri-1.14:0"



[gentoo-commits] repo/gentoo:master commit in: app-emulation/ruffle/

2023-07-11 Thread Sam James
commit: 7dbac733aad62670479f5dcf4005e7ce572c2f3c
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 12 01:14:32 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 12 01:14:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dbac733

app-emulation/ruffle: Stabilize 0_p20230525 amd64, #910215

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

 app-emulation/ruffle/ruffle-0_p20230525.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/ruffle/ruffle-0_p20230525.ebuild 
b/app-emulation/ruffle/ruffle-0_p20230525.ebuild
index 287ed232286b..42c851aaf560 100644
--- a/app-emulation/ruffle/ruffle-0_p20230525.ebuild
+++ b/app-emulation/ruffle/ruffle-0_p20230525.ebuild
@@ -554,7 +554,7 @@ LICENSE+="
Unicode-DFS-2016 ZLIB" # crates
 LICENSE+=" curl" # non-automated extra
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 # dlopen: libX* (see winit+x11-dl crates)
 RDEPEND="



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

2023-07-11 Thread Sam James
commit: c3204fda7fffba064ce7f717251831cd91f297e1
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 12 01:14:30 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 12 01:14:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3204fda

media-sound/qtractor: Stabilize 0.9.34-r1 x86, #910211

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

 media-sound/qtractor/qtractor-0.9.34-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/qtractor/qtractor-0.9.34-r1.ebuild 
b/media-sound/qtractor/qtractor-0.9.34-r1.ebuild
index a3dd1301de67..26255f8766e4 100644
--- a/media-sound/qtractor/qtractor-0.9.34-r1.ebuild
+++ b/media-sound/qtractor/qtractor-0.9.34-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/qtractor/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 IUSE="aubio cpu_flags_x86_sse debug dssi ladspa libsamplerate mad osc 
rubberband vorbis zlib"
 REQUIRED_USE="dssi? ( ladspa )"



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

2023-07-11 Thread Sam James
commit: 3626d6a01ea4c79e090e17aa9e20ddb3c1dbbdb8
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 12 01:12:42 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 12 01:12:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3626d6a0

dev-qt/qtspeech: Stabilize 5.15.10 arm, #909313

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

 dev-qt/qtspeech/qtspeech-5.15.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtspeech/qtspeech-5.15.10.ebuild 
b/dev-qt/qtspeech/qtspeech-5.15.10.ebuild
index 5b5ba96d6c1f..080e2f22739a 100644
--- a/dev-qt/qtspeech/qtspeech-5.15.10.ebuild
+++ b/dev-qt/qtspeech/qtspeech-5.15.10.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 if [[ ${PV} != ** ]]; then
QT5_KDEPATCHSET_REV=1
-   KEYWORDS="amd64 ~arm arm64 ~loong ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
 fi
 
 inherit qt5-build



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

2023-07-11 Thread Sam James
commit: 5b51421b3283ef8fee477412c50d2e131daaf387
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 12 01:12:39 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 12 01:12:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b51421b

dev-qt/qtmultimedia: Stabilize 5.15.10 arm, #909313

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

 dev-qt/qtmultimedia/qtmultimedia-5.15.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtmultimedia/qtmultimedia-5.15.10.ebuild 
b/dev-qt/qtmultimedia/qtmultimedia-5.15.10.ebuild
index c837a53ca3a7..d8608f3f21c1 100644
--- a/dev-qt/qtmultimedia/qtmultimedia-5.15.10.ebuild
+++ b/dev-qt/qtmultimedia/qtmultimedia-5.15.10.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 if [[ ${PV} != ** ]]; then
QT5_KDEPATCHSET_REV=1
-   KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~sparc x86"
+   KEYWORDS="amd64 arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~sparc x86"
 fi
 
 inherit qt5-build



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

2023-07-11 Thread Sam James
commit: ae1d3360d5490fb0e631519c95da9b4d279fe4d9
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 12 01:12:45 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 12 01:12:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae1d3360

dev-qt/qtwayland: Stabilize 5.15.10 arm, #909313

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

 dev-qt/qtwayland/qtwayland-5.15.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtwayland/qtwayland-5.15.10.ebuild 
b/dev-qt/qtwayland/qtwayland-5.15.10.ebuild
index 1d468758af62..c98d2be58300 100644
--- a/dev-qt/qtwayland/qtwayland-5.15.10.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.15.10.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 if [[ ${PV} != ** ]]; then
QT5_KDEPATCHSET_REV=1
-   KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~sparc x86"
+   KEYWORDS="amd64 arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~sparc x86"
 fi
 
 inherit qt5-build



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

2023-07-11 Thread Sam James
commit: 315969ae4c705ec9daace7130f660d7fb174934a
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 12 01:12:38 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 12 01:12:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=315969ae

dev-qt/qtlocation: Stabilize 5.15.10 arm, #909313

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

 dev-qt/qtlocation/qtlocation-5.15.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-5.15.10.ebuild 
b/dev-qt/qtlocation/qtlocation-5.15.10.ebuild
index 474141507617..2119a7230991 100644
--- a/dev-qt/qtlocation/qtlocation-5.15.10.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.15.10.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 if [[ ${PV} != ** ]]; then
QT5_KDEPATCHSET_REV=1
MAPBOXGL_COMMIT=5a07e1967dcc925d9def47accadae991436b9686
-   KEYWORDS="amd64 ~arm arm64 ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86"
 fi
 
 inherit qt5-build



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

2023-07-11 Thread Sam James
commit: 683ddf768e49222d3291b9437b37e90fa38b93b8
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 12 01:12:48 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 12 01:12:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=683ddf76

dev-qt/qtwebsockets: Stabilize 5.15.10 arm, #909313

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

 dev-qt/qtwebsockets/qtwebsockets-5.15.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtwebsockets/qtwebsockets-5.15.10.ebuild 
b/dev-qt/qtwebsockets/qtwebsockets-5.15.10.ebuild
index b612cbb9be1e..0a97ba4446da 100644
--- a/dev-qt/qtwebsockets/qtwebsockets-5.15.10.ebuild
+++ b/dev-qt/qtwebsockets/qtwebsockets-5.15.10.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 if [[ ${PV} != ** ]]; then
QT5_KDEPATCHSET_REV=1
-   KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~sparc x86"
+   KEYWORDS="amd64 arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~sparc x86"
 fi
 
 inherit qt5-build



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

2023-07-11 Thread Sam James
commit: a006f25abf6af92a3d41f030daea3573852667b9
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 12 01:12:49 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 12 01:12:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a006f25a

dev-qt/qtx11extras: Stabilize 5.15.10 arm, #909313

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

 dev-qt/qtx11extras/qtx11extras-5.15.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtx11extras/qtx11extras-5.15.10.ebuild 
b/dev-qt/qtx11extras/qtx11extras-5.15.10.ebuild
index 3fc2e14046b4..d73f5a7743c0 100644
--- a/dev-qt/qtx11extras/qtx11extras-5.15.10.ebuild
+++ b/dev-qt/qtx11extras/qtx11extras-5.15.10.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Linux/X11-specific support library for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~sparc x86"
+   KEYWORDS="amd64 arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~sparc x86"
 fi
 
 IUSE=""



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

2023-07-11 Thread Sam James
commit: 9721689e899ee6454d18442a1346497ea0fe7367
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 12 01:12:28 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 12 01:12:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9721689e

dev-qt/qtwidgets: Stabilize 5.15.10-r1 arm, #909313

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

 dev-qt/qtwidgets/qtwidgets-5.15.10-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtwidgets/qtwidgets-5.15.10-r1.ebuild 
b/dev-qt/qtwidgets/qtwidgets-5.15.10-r1.ebuild
index 6a45eb742a9d..57f982462e07 100644
--- a/dev-qt/qtwidgets/qtwidgets-5.15.10-r1.ebuild
+++ b/dev-qt/qtwidgets/qtwidgets-5.15.10-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 if [[ ${PV} != ** ]]; then
QT5_KDEPATCHSET_REV=1
-   KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~sparc x86"
+   KEYWORDS="amd64 arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~sparc x86"
 fi
 
 QT5_MODULE="qtbase"



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

2023-07-11 Thread Sam James
commit: 5a50aa1aac04146643c3ec0d49854e9f8d77d083
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 12 01:12:49 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 12 01:12:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a50aa1a

dev-qt/qtxmlpatterns: Stabilize 5.15.10 arm, #909313

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

 dev-qt/qtxmlpatterns/qtxmlpatterns-5.15.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtxmlpatterns/qtxmlpatterns-5.15.10.ebuild 
b/dev-qt/qtxmlpatterns/qtxmlpatterns-5.15.10.ebuild
index 37ab65d896c3..4e342f2c74c3 100644
--- a/dev-qt/qtxmlpatterns/qtxmlpatterns-5.15.10.ebuild
+++ b/dev-qt/qtxmlpatterns/qtxmlpatterns-5.15.10.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="XPath, XQuery, XSLT, and XML Schema validation library for the 
Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~sparc x86"
+   KEYWORDS="amd64 arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~sparc x86"
 fi
 
 IUSE="qml"



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

2023-07-11 Thread Sam James
commit: e4a4f65fb5424ebe0c5419df7d38744dabd0134b
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 12 01:12:46 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 12 01:12:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4a4f65f

dev-qt/qtwaylandscanner: Stabilize 5.15.10 arm, #909313

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

 dev-qt/qtwaylandscanner/qtwaylandscanner-5.15.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtwaylandscanner/qtwaylandscanner-5.15.10.ebuild 
b/dev-qt/qtwaylandscanner/qtwaylandscanner-5.15.10.ebuild
index 196facafa07b..3cefea82b202 100644
--- a/dev-qt/qtwaylandscanner/qtwaylandscanner-5.15.10.ebuild
+++ b/dev-qt/qtwaylandscanner/qtwaylandscanner-5.15.10.ebuild
@@ -9,7 +9,7 @@ inherit qt5-build
 DESCRIPTION="Tool that generates certain boilerplate C++ code from Wayland 
protocol xml spec"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~sparc x86"
+   KEYWORDS="amd64 arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~sparc x86"
 fi
 
 DEPEND="=dev-qt/qtcore-${QT5_PV}*:5="



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

2023-07-11 Thread Sam James
commit: cea98b18eb460278eec54049cb42a2cb3ca9af18
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 12 01:12:47 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 12 01:12:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cea98b18

dev-qt/qtwebchannel: Stabilize 5.15.10 arm, #909313

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

 dev-qt/qtwebchannel/qtwebchannel-5.15.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtwebchannel/qtwebchannel-5.15.10.ebuild 
b/dev-qt/qtwebchannel/qtwebchannel-5.15.10.ebuild
index b01a3537b949..67025ec27c72 100644
--- a/dev-qt/qtwebchannel/qtwebchannel-5.15.10.ebuild
+++ b/dev-qt/qtwebchannel/qtwebchannel-5.15.10.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 if [[ ${PV} != ** ]]; then
QT5_KDEPATCHSET_REV=1
-   KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv x86"
 fi
 
 inherit qt5-build



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

2023-07-11 Thread Sam James
commit: 2f84722aac1dc51f7575c836fa91d8b5bee46611
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 12 01:12:43 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 12 01:12:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f84722a

dev-qt/qtsvg: Stabilize 5.15.10 arm, #909313

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

 dev-qt/qtsvg/qtsvg-5.15.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtsvg/qtsvg-5.15.10.ebuild 
b/dev-qt/qtsvg/qtsvg-5.15.10.ebuild
index 0b7b1dcc16f5..1762cd28f892 100644
--- a/dev-qt/qtsvg/qtsvg-5.15.10.ebuild
+++ b/dev-qt/qtsvg/qtsvg-5.15.10.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 if [[ ${PV} != ** ]]; then
QT5_KDEPATCHSET_REV=1
-   KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~sparc x86"
+   KEYWORDS="amd64 arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~sparc x86"
 fi
 
 inherit qt5-build



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

2023-07-11 Thread Sam James
commit: b37d08b73292f6563caa7136c5aff2de78f2c17c
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 12 01:12:44 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 12 01:12:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b37d08b7

dev-qt/qttranslations: Stabilize 5.15.10 arm, #909313

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

 dev-qt/qttranslations/qttranslations-5.15.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qttranslations/qttranslations-5.15.10.ebuild 
b/dev-qt/qttranslations/qttranslations-5.15.10.ebuild
index ba35fb50c2be..ab10c7b6e2f7 100644
--- a/dev-qt/qttranslations/qttranslations-5.15.10.ebuild
+++ b/dev-qt/qttranslations/qttranslations-5.15.10.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 if [[ ${PV} != ** ]]; then
-   KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~sparc x86"
+   KEYWORDS="amd64 arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~sparc x86"
 fi
 
 inherit qt5-build



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

2023-07-11 Thread Sam James
commit: 819237dae267e6276c40f156a1685755cd44798e
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 12 01:12:41 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 12 01:12:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=819237da

dev-qt/qtserialport: Stabilize 5.15.10 arm, #909313

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

 dev-qt/qtserialport/qtserialport-5.15.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtserialport/qtserialport-5.15.10.ebuild 
b/dev-qt/qtserialport/qtserialport-5.15.10.ebuild
index d0b37cdc6a71..1568a029f520 100644
--- a/dev-qt/qtserialport/qtserialport-5.15.10.ebuild
+++ b/dev-qt/qtserialport/qtserialport-5.15.10.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Serial port abstraction library for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~sparc x86"
+   KEYWORDS="amd64 arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~sparc x86"
 fi
 
 IUSE=""



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

2023-07-11 Thread Sam James
commit: a590f7943311a116b7661b2a2c16d1a58781b42b
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 12 01:12:29 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 12 01:12:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a590f794

dev-qt/qtprintsupport: Stabilize 5.15.10 arm, #909313

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

 dev-qt/qtprintsupport/qtprintsupport-5.15.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtprintsupport/qtprintsupport-5.15.10.ebuild 
b/dev-qt/qtprintsupport/qtprintsupport-5.15.10.ebuild
index 0c1244042243..89c61e488c5a 100644
--- a/dev-qt/qtprintsupport/qtprintsupport-5.15.10.ebuild
+++ b/dev-qt/qtprintsupport/qtprintsupport-5.15.10.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 if [[ ${PV} != ** ]]; then
QT5_KDEPATCHSET_REV=1
-   KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~sparc x86"
+   KEYWORDS="amd64 arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~sparc x86"
 fi
 
 QT5_MODULE="qtbase"



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

2023-07-11 Thread Sam James
commit: 4c019bcd20eadbe9fbffb082fd20a390c96dd439
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 12 01:12:31 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 12 01:12:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c019bcd

dev-qt/qtdeclarative: Stabilize 5.15.10-r2 arm, #909313

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

 dev-qt/qtdeclarative/qtdeclarative-5.15.10-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtdeclarative/qtdeclarative-5.15.10-r2.ebuild 
b/dev-qt/qtdeclarative/qtdeclarative-5.15.10-r2.ebuild
index e70e3fb354c2..e923ad9b57ee 100644
--- a/dev-qt/qtdeclarative/qtdeclarative-5.15.10-r2.ebuild
+++ b/dev-qt/qtdeclarative/qtdeclarative-5.15.10-r2.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 if [[ ${PV} != ** ]]; then
QT5_KDEPATCHSET_REV=3
-   KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~sparc x86"
+   KEYWORDS="amd64 arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~sparc x86"
 fi
 
 PYTHON_COMPAT=( python3_{8..11} )



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

2023-07-11 Thread Sam James
commit: 09e7f7a5774ddf27a95c9d1f00e2706a9e11723e
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 12 01:12:40 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 12 01:12:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09e7f7a5

dev-qt/qtopengl: Stabilize 5.15.10 arm, #909313

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

 dev-qt/qtopengl/qtopengl-5.15.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtopengl/qtopengl-5.15.10.ebuild 
b/dev-qt/qtopengl/qtopengl-5.15.10.ebuild
index 3516cea56564..fcfa7bc99a10 100644
--- a/dev-qt/qtopengl/qtopengl-5.15.10.ebuild
+++ b/dev-qt/qtopengl/qtopengl-5.15.10.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 if [[ ${PV} != ** ]]; then
QT5_KDEPATCHSET_REV=1
-   KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~sparc x86"
+   KEYWORDS="amd64 arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~sparc x86"
 fi
 
 QT5_MODULE="qtbase"



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

2023-07-11 Thread Sam James
commit: c4bc31b5690cbccdda429aaa1d8e2312612ec8c5
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 12 01:12:37 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 12 01:12:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4bc31b5

dev-qt/qtpositioning: Stabilize 5.15.10 arm, #909313

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

 dev-qt/qtpositioning/qtpositioning-5.15.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtpositioning/qtpositioning-5.15.10.ebuild 
b/dev-qt/qtpositioning/qtpositioning-5.15.10.ebuild
index 7f5436a812c0..a9288c583e89 100644
--- a/dev-qt/qtpositioning/qtpositioning-5.15.10.ebuild
+++ b/dev-qt/qtpositioning/qtpositioning-5.15.10.ebuild
@@ -9,7 +9,7 @@ inherit qt5-build
 DESCRIPTION="Physical position determination library for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~sparc x86"
+   KEYWORDS="amd64 arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~sparc x86"
 fi
 
 IUSE="geoclue +qml"



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

2023-07-11 Thread Sam James
commit: e77528441b1722b72f4d10078abf1e688613b825
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 12 01:12:36 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 12 01:12:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7752844

dev-qt/qthelp: Stabilize 5.15.10 arm, #909313

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

 dev-qt/qthelp/qthelp-5.15.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qthelp/qthelp-5.15.10.ebuild 
b/dev-qt/qthelp/qthelp-5.15.10.ebuild
index 613bf49456f8..63af485da2cb 100644
--- a/dev-qt/qthelp/qthelp-5.15.10.ebuild
+++ b/dev-qt/qthelp/qthelp-5.15.10.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 if [[ ${PV} != ** ]]; then
QT5_KDEPATCHSET_REV=1
-   KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~sparc x86"
+   KEYWORDS="amd64 arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~sparc x86"
 fi
 
 QT5_MODULE="qttools"



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

2023-07-11 Thread Sam James
commit: bfac7f57c40f9dfec9161d2ecb859dbe2c396e23
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 12 01:12:40 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 12 01:12:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfac7f57

dev-qt/qtsensors: Stabilize 5.15.10 arm, #909313

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

 dev-qt/qtsensors/qtsensors-5.15.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtsensors/qtsensors-5.15.10.ebuild 
b/dev-qt/qtsensors/qtsensors-5.15.10.ebuild
index 5c2d6be713cb..60d0f95eed77 100644
--- a/dev-qt/qtsensors/qtsensors-5.15.10.ebuild
+++ b/dev-qt/qtsensors/qtsensors-5.15.10.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Hardware sensor access library for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~sparc x86"
+   KEYWORDS="amd64 arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~sparc x86"
 fi
 
 # TODO: simulator



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

2023-07-11 Thread Sam James
commit: 3ad5b4172e31d53c8ce4d3597c0c070c621bc151
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 12 01:12:34 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 12 01:12:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ad5b417

dev-qt/qtconcurrent: Stabilize 5.15.10 arm, #909313

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

 dev-qt/qtconcurrent/qtconcurrent-5.15.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtconcurrent/qtconcurrent-5.15.10.ebuild 
b/dev-qt/qtconcurrent/qtconcurrent-5.15.10.ebuild
index b9d0a5dadd5e..fbc22a4999c9 100644
--- a/dev-qt/qtconcurrent/qtconcurrent-5.15.10.ebuild
+++ b/dev-qt/qtconcurrent/qtconcurrent-5.15.10.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 if [[ ${PV} != ** ]]; then
QT5_KDEPATCHSET_REV=1
-   KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~sparc x86"
+   KEYWORDS="amd64 arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~sparc x86"
 fi
 
 QT5_MODULE="qtbase"



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

2023-07-11 Thread Sam James
commit: 50e6e864b6e7b969681fd95a39f22f450d454cea
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 12 01:12:35 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 12 01:12:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50e6e864

dev-qt/qtbluetooth: Stabilize 5.15.10 arm, #909313

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

 dev-qt/qtbluetooth/qtbluetooth-5.15.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtbluetooth/qtbluetooth-5.15.10.ebuild 
b/dev-qt/qtbluetooth/qtbluetooth-5.15.10.ebuild
index c30d48ec750d..d07e55bbc316 100644
--- a/dev-qt/qtbluetooth/qtbluetooth-5.15.10.ebuild
+++ b/dev-qt/qtbluetooth/qtbluetooth-5.15.10.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 if [[ ${PV} != ** ]]; then
QT5_KDEPATCHSET_REV=1
-   KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm arm64 ~loong ~ppc64 ~riscv x86"
 fi
 
 QT5_MODULE="qtconnectivity"



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

2023-07-11 Thread Sam James
commit: 21c38097c2e5f8a25f718fc248c2e62e2696811f
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 12 01:12:32 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 12 01:12:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21c38097

dev-qt/designer: Stabilize 5.15.10 arm, #909313

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

 dev-qt/designer/designer-5.15.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/designer/designer-5.15.10.ebuild 
b/dev-qt/designer/designer-5.15.10.ebuild
index 131c9c9917df..93fb33ff3c84 100644
--- a/dev-qt/designer/designer-5.15.10.ebuild
+++ b/dev-qt/designer/designer-5.15.10.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 if [[ ${PV} != ** ]]; then
QT5_KDEPATCHSET_REV=1
-   KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv x86"
 fi
 
 QT5_MODULE="qttools"



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

2023-07-11 Thread Sam James
commit: 2004e664ab76adfe9f795ec727f97fa104e19b55
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 12 01:12:33 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 12 01:12:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2004e664

dev-qt/linguist-tools: Stabilize 5.15.10 arm, #909313

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

 dev-qt/linguist-tools/linguist-tools-5.15.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/linguist-tools/linguist-tools-5.15.10.ebuild 
b/dev-qt/linguist-tools/linguist-tools-5.15.10.ebuild
index 0df86fac0890..92f61c481796 100644
--- a/dev-qt/linguist-tools/linguist-tools-5.15.10.ebuild
+++ b/dev-qt/linguist-tools/linguist-tools-5.15.10.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 if [[ ${PV} != ** ]]; then
QT5_KDEPATCHSET_REV=1
-   KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~sparc x86"
+   KEYWORDS="amd64 arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~sparc x86"
 fi
 
 QT5_MODULE="qttools"



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

2023-07-11 Thread Sam James
commit: bdaff187545db2076cae36f0712eaff56c91a01f
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 12 01:12:30 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 12 01:12:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdaff187

dev-qt/qtsql: Stabilize 5.15.10 arm, #909313

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

 dev-qt/qtsql/qtsql-5.15.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtsql/qtsql-5.15.10.ebuild 
b/dev-qt/qtsql/qtsql-5.15.10.ebuild
index e212a4f5e857..9cb6af07492d 100644
--- a/dev-qt/qtsql/qtsql-5.15.10.ebuild
+++ b/dev-qt/qtsql/qtsql-5.15.10.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 if [[ ${PV} != ** ]]; then
QT5_KDEPATCHSET_REV=1
-   KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~sparc x86"
+   KEYWORDS="amd64 arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~sparc x86"
 fi
 
 QT5_MODULE="qtbase"



  1   2   3   >