[gentoo-commits] proj/devmanual:master commit in: appendices/devbook-guide/

2024-05-07 Thread Ulrich Müller
commit: c09e7231f8c24cc0235abd494d8849a24138b76c
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Apr 29 21:22:48 2024 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue May  7 17:21:45 2024 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=c09e7231

devbook-guide: Document that sentence case should be used in titles

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

 appendices/devbook-guide/text.xml | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/appendices/devbook-guide/text.xml 
b/appendices/devbook-guide/text.xml
index 5c4aec7..c725307 100644
--- a/appendices/devbook-guide/text.xml
+++ b/appendices/devbook-guide/text.xml
@@ -696,6 +696,12 @@ with a capital letter.
 /ul
 
 
+
+Titles should use sentence case, i.e. their first word should start with a
+capital letter, and all other words (except proper nouns) should be in lower
+case.
+
+
 
 Try to use uri with the link attribute as much as
 possible. In other words, the



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

2024-05-07 Thread Hans de Graaff
commit: cec52c8314929f3fa41770f2ce46af5b8cefb2b4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed May  8 05:05:48 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed May  8 05:06:28 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cec52c83

dev-ruby/multipart-post: add 2.4.1

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

 dev-ruby/multipart-post/Manifest   |  1 +
 .../multipart-post/multipart-post-2.4.1.ebuild | 32 ++
 2 files changed, 33 insertions(+)

diff --git a/dev-ruby/multipart-post/Manifest b/dev-ruby/multipart-post/Manifest
index a5203d6c07c4..ed5358fc73ea 100644
--- a/dev-ruby/multipart-post/Manifest
+++ b/dev-ruby/multipart-post/Manifest
@@ -1,2 +1,3 @@
 DIST multipart-post-2.3.0.tar.gz 13151 BLAKE2B 
59ac6cfc743a6aaa285dd14a81fedfb123aa09720dc96a7243de94d45b3b23295d5a7de1cfb61c40c64881ad213fbf2debca49d3b1f6de7e1772c60b7d3c4d78
 SHA512 
ac15090cbf6dc629d57efe4810406571aec8782d021891f1f2764d4f00b735a2282162b06ee140c5b2ad21fd83f3d25028f386768166cef668bb508c235f04b2
 DIST multipart-post-2.4.0.tar.gz 13693 BLAKE2B 
2340aed254d98dd6f2444eaa90009893fc6430aa8f9c1c000522afb7656de2545a734246316adf97d40b87078517005e9dd3f281532a1f966d371cff4875bc1d
 SHA512 
9a96dc66424d8a0575f982c58bc016eda93c17195b968821b342873b4b6b02d8f53ae210fb9eea5adedfa0d9bdd70f78b37a0196782bddcd01bbbfd0e757ac38
+DIST multipart-post-2.4.1.tar.gz 13732 BLAKE2B 
9a5b606109148a5e2679aa454286b2a8481cc8e90253bb22b13053cfaa45fd1882c6d6b2b7fecc17d49f4d3ced8667aa483a4e5023fc675a5d86f310ab20b40e
 SHA512 
f21500a05428cbcc567be7b1bfdd8c38cfbc4b67cd646f96927478b768f45db996fc3868324c81e4adff5eb4013f0c5bede19802437f4539a334604c4736f8be

diff --git a/dev-ruby/multipart-post/multipart-post-2.4.1.ebuild 
b/dev-ruby/multipart-post/multipart-post-2.4.1.ebuild
new file mode 100644
index ..15834224ce07
--- /dev/null
+++ b/dev-ruby/multipart-post/multipart-post-2.4.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby31 ruby32 ruby33"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_TASK_DOC=""
+
+RUBY_FAKEGEM_EXTRADOC="changelog.md readme.md"
+RUBY_FAKEGEM_GEMSPEC="multipart-post.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Adds a streamy multipart form post capability to Net::HTTP"
+HOMEPAGE="https://github.com/socketry/multipart-post;
+SRC_URI="https://github.com/socketry/multipart-post/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+
+all_ruby_prepare() {
+   sed -i -e '/\(bundler\|covered\)/ s:^:#:' spec/spec_helper.rb || die
+
+   sed -i -e 's:_relative ":"./:' ${RUBY_FAKEGEM_GEMSPEC} || die
+
+   # Remove warnings since these are only actionable for developers,
+   # not for people consuming this package as part of other tools.
+   sed -i -e '/Top level/ s/warn/# warn/' lib/*.rb || die
+}



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

2024-05-07 Thread Hans de Graaff
commit: 90907b9c01ed8740c5da25be1ffd0a5b89c3f452
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed May  8 05:03:45 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed May  8 05:06:28 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90907b9c

dev-ruby/multi_xml: add 0.7.1

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

 dev-ruby/multi_xml/Manifest   |  1 +
 dev-ruby/multi_xml/multi_xml-0.7.1.ebuild | 47 +++
 2 files changed, 48 insertions(+)

diff --git a/dev-ruby/multi_xml/Manifest b/dev-ruby/multi_xml/Manifest
index 3d6d37c07f1e..eb89c9e35999 100644
--- a/dev-ruby/multi_xml/Manifest
+++ b/dev-ruby/multi_xml/Manifest
@@ -1,2 +1,3 @@
 DIST multi_xml-0.6.0.tar.gz 16571 BLAKE2B 
1492eab7782823915167ebdb529b6d4699b31f3b66c48eee5acf7857dc25caae62b63a0da10a0bd862ade22865432bc6c4290a3f6ff8e99a889fcf09b56f6b7f
 SHA512 
67e280d838ba07373a6ad5cbe4658b32655102906d8e0ed5429d21220475c21e07ea2ec0d2729df4d30a1bf7d0a5e6ff2d4482342098873135cb12e18c53194a
 DIST multi_xml-0.7.0.tar.gz 17139 BLAKE2B 
8b1e8352a8e7e5860d08e0ebe7bf65b2e5b0213371066c6e3a83515164c865c8db3ab4a4918dd3e8f9e5f73f6bc5fedee1cf2ec710e84303c365d335ade3d06e
 SHA512 
d05a1b387c5a29445a71a838a24f1ac782c01dbaa41785a5c0375f72d8c3ec6d59f0ee5eed64e327282fc47390c08bdd602beb83b657e771844f6d740a75d3d5
+DIST multi_xml-0.7.1.tar.gz 17122 BLAKE2B 
09b8006a12ae99d85435b85c2c32afe20009cdd6bd0970ce5129c37411274aa402ed955f7ca692e90e7641120a90883b75a03a9ae8d88bd4a53e295095e040c4
 SHA512 
c578b6b4cadc48182ab94219d5f1550f645398c08460576cb5f6c72d8d6d01ef90b982437848d27e72f1157b9eff03dcafc29d04f298e52c14ae5b76df9082b0

diff --git a/dev-ruby/multi_xml/multi_xml-0.7.1.ebuild 
b/dev-ruby/multi_xml/multi_xml-0.7.1.ebuild
new file mode 100644
index ..fdfcb1a2ba9c
--- /dev/null
+++ b/dev-ruby/multi_xml/multi_xml-0.7.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby31 ruby32 ruby33"
+
+RUBY_FAKEGEM_BINWRAP=""
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_TASK_DOC="yard"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A generic swappable back-end for XML parsing"
+HOMEPAGE="https://www.rubydoc.info/gems/multi_xml;
+SRC_URI="https://github.com/sferik/multi_xml/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="doc test"
+
+ruby_add_rdepend ">=dev-ruby/bigdecimal-3.1:0"
+
+ruby_add_bdepend "doc? ( dev-ruby/yard )"
+ruby_add_bdepend "test? ( dev-ruby/ox )"
+
+all_ruby_prepare() {
+   sed -e 's:_relative ": "./:' \
+   -e 's/__dir__/"."/' \
+   -e 's/git ls-files -z/find * -print0/' \
+   -i ${RUBY_FAKEGEM_GEMSPEC} || die
+   sed -i -e '/simplecov/,/^end/ s:^:#:' spec/helper.rb || die
+   sed -e '/bundler/I s:^:#:' \
+   -e '/yardstick/,/end/ s:^:#:' \
+   -e '/rubocop/I s:^:#:' \
+   -i Rakefile || die
+}
+
+each_ruby_test() {
+   CI=true each_fakegem_test
+}



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

2024-05-07 Thread Hans de Graaff
commit: 10a4e4dc8be413445e755023c84a98079be06659
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed May  8 05:00:09 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed May  8 05:06:28 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10a4e4dc

dev-ruby/bigdecimal: drop 3.1.4-r1, 3.1.5, 3.1.6

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

 dev-ruby/bigdecimal/Manifest   |  3 ---
 dev-ruby/bigdecimal/bigdecimal-3.1.4-r1.ebuild | 32 --
 dev-ruby/bigdecimal/bigdecimal-3.1.5.ebuild| 32 --
 dev-ruby/bigdecimal/bigdecimal-3.1.6.ebuild| 32 --
 4 files changed, 99 deletions(-)

diff --git a/dev-ruby/bigdecimal/Manifest b/dev-ruby/bigdecimal/Manifest
index 9980a6507a98..8f6742c4b6c7 100644
--- a/dev-ruby/bigdecimal/Manifest
+++ b/dev-ruby/bigdecimal/Manifest
@@ -1,5 +1,2 @@
-DIST bigdecimal-3.1.4.tar.gz 115069 BLAKE2B 
7c7df4ceac6caa44414cf2fe4e16ee21b8d4a868097e5a6d3e7bdae8521b572b6facae5023fac28dafe9a659a93f0cb56ef2762f84b85959358ee9a33be687b1
 SHA512 
5e89906d4df0890d61ddca9cc88549acac6c94fc7267975a0ad8684855283c60a2f5fbd48051569c33fa513b6c25485d474446066911577f8cad00c26b57cd43
-DIST bigdecimal-3.1.5.tar.gz 105064 BLAKE2B 
472f364f34ab37478e7d6570bb7cd9a35a82f973ef09806fc9229793392a5daa2f66b2303a75ca43b098c7413c9a358ffe07bd592d499d671bac5136690b2b11
 SHA512 
fd6c463412dbe626e98cffaf977967eb5bbaa15670131132e16050470184443b0d773ede9df1a8196f7f2c0362060f7d79727a970ad5bd6b4031d5875867b8c5
-DIST bigdecimal-3.1.6.tar.gz 104969 BLAKE2B 
50c90c9d7fbce71d9a4ac1c32d6340ce07101e87cea4597c1365bdd84d24811cea2c65b7c7afb9a9d66125527ade7cc1c090aae77541d86b91d4d6990bb3cd59
 SHA512 
e44278f9d193575f27fd63a9a9687529295a65413ff98f07c1278328304acc4a5f9d3e1367f5bccab515f2b209465d0147661fe7f822bea901466d9dd33324c0
 DIST bigdecimal-3.1.7.tar.gz 104984 BLAKE2B 
0c0a97d120edce1946bd134f810ccb7f068465d678f3396b39a6e0e540dcefe03c5b8d2cee90f5c96481513065f4645bfbfcc10116bac6b80f7e22344a34024e
 SHA512 
567dcbd010d4879c74286f440082ea9e9b9873c53ab208db4e96a21c5d8c786c6e622a29698e9e9202803b6bf2fcef1d15ff24b784184738664c4be847d2d749
 DIST bigdecimal-3.1.8.tar.gz 105551 BLAKE2B 
5bd35c9a719e99dd94f4386c3d7202553add779bf2724e44476cc64488715353e242150308671a4ed1c1ac2a1087035db7cb3a7234191dc4c41c606fe813040a
 SHA512 
4f3c07d4111261c74f74d757040f979e2d486c3df06f470e8f2c801d9fa8e9b6c2a0e0bbf353f8c2006685c4530bcb1d5c9a9f7c208e5fd549a5283939bdd519

diff --git a/dev-ruby/bigdecimal/bigdecimal-3.1.4-r1.ebuild 
b/dev-ruby/bigdecimal/bigdecimal-3.1.4-r1.ebuild
deleted file mode 100644
index d2aa1a8266e2..
--- a/dev-ruby/bigdecimal/bigdecimal-3.1.4-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby31 ruby32"
-
-RUBY_FAKEGEM_BINWRAP=""
-RUBY_FAKEGEM_EXTENSIONS=(ext/bigdecimal/extconf.rb)
-RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
-RUBY_FAKEGEM_GEMSPEC="bigdecimal.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Arbitrary-precision decimal floating-point number library for 
Ruby"
-HOMEPAGE="https://github.com/ruby/bigdecimal;
-SRC_URI="https://github.com/ruby/bigdecimal/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="|| ( Ruby-BSD BSD-2 )"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-SLOT="0"
-IUSE="test"
-
-all_ruby_prepare() {
-   sed -e '/^source_version/,/^end/ s:^:#:' \
-   -e "/s.version/ s/= source_version/= '${PV}'/" \
-   -e "/s.name/ s/= name/= 'bigdecimal'/" \
-   -i ${RUBY_FAKEGEM_GEMSPEC} || die
-}
-
-each_ruby_test() {
-   ${RUBY} -Ilib:test:. -rtest/lib/helper -e 
"Dir['test/**/test_*.rb'].each { require _1 }" || die
-}

diff --git a/dev-ruby/bigdecimal/bigdecimal-3.1.5.ebuild 
b/dev-ruby/bigdecimal/bigdecimal-3.1.5.ebuild
deleted file mode 100644
index da315d9f8d8d..
--- a/dev-ruby/bigdecimal/bigdecimal-3.1.5.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby31 ruby32 ruby33"
-
-RUBY_FAKEGEM_BINWRAP=""
-RUBY_FAKEGEM_EXTENSIONS=(ext/bigdecimal/extconf.rb)
-RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
-RUBY_FAKEGEM_GEMSPEC="bigdecimal.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Arbitrary-precision decimal floating-point number library for 
Ruby"
-HOMEPAGE="https://github.com/ruby/bigdecimal;
-SRC_URI="https://github.com/ruby/bigdecimal/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="|| ( Ruby-BSD BSD-2 )"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-SLOT="0"
-IUSE="test"
-
-all_ruby_prepare() {
-   sed -e '/^source_version/,/^end/ s:^:#:' \
-   -e 

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

2024-05-07 Thread Hans de Graaff
commit: ed98de38a996681ed66f8ae0bf42a887eb31df91
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed May  8 05:01:42 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed May  8 05:06:28 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed98de38

dev-ruby/mime-types-data: drop 3.2023.1205, 3.2024.0206

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

 dev-ruby/mime-types-data/Manifest  |  2 --
 .../mime-types-data-3.2023.1205.ebuild | 22 --
 .../mime-types-data-3.2024.0206.ebuild | 21 -
 3 files changed, 45 deletions(-)

diff --git a/dev-ruby/mime-types-data/Manifest 
b/dev-ruby/mime-types-data/Manifest
index e4ca94d20fe2..8fe36a5946c4 100644
--- a/dev-ruby/mime-types-data/Manifest
+++ b/dev-ruby/mime-types-data/Manifest
@@ -1,5 +1,3 @@
 DIST mime-types-data-3.2023.0218.1.gem 201216 BLAKE2B 
3ccd9fcdc70fe9b09f0e9ca61356dd4c2563ac7fe32d75fdbdbaace9ba0757b274fec98c56cfdcae7f2f9f0840cc83a7ea9f3c9e420b3c8de076c87abb1621d9
 SHA512 
db0c4fddfcdd21ed1d8bd05039a14406600611be7fabd5d0021e8972d89e85ef2dd2d4e75bafb4e9ac7cf15606b4d4f67d6c6760fca6569fb2e2d6ba0d3f8145
-DIST mime-types-data-3.2023.1205.gem 205312 BLAKE2B 
a385ba1fdbb76621f7c10704629950f6a549befed6e930cdf73120d3834e87a0f722e0b1d407c85634f9786d15adc31f2d71cc0d77fb9a29bd629018df10670d
 SHA512 
5e4fdf1dffa3a7bd1391215e72a10f53fd3570bf2665c82a059d595473a2ade7c1ec58abb4e6624ba67dba58b28b32c7db87f04a2b2a44e027d719a2ef22d246
-DIST mime-types-data-3.2024.0206.gem 205824 BLAKE2B 
520922a60b386119e1e1229a11befcbfbf28ba5e179213a68d9bd4f344f2033c283799c1f39a43827d96fddd8a91856a938da09d95225a54aea5a46968c24264
 SHA512 
765c8671ec68b2c43f0f9a91da455e7d7533ec85a40f2b251861b0b0eab992dcdd3cbd2bc81631f447d683e1ca38b42e2724af40d437939736aa29170b395c13
 DIST mime-types-data-3.2024.0305.gem 205824 BLAKE2B 
822f04fa9a06e4566d04b153a20d807b6e9c835c394c310e15f62f87098a3c1491e9fd0d9b08de5577e0eda106a484161744df89b686b8044c48b5a4146f81e4
 SHA512 
e6ba917fbf779c6b4b474c19372c06aa64b1eafc66e275278300b296ad796e051074369f7d593f82b49270631f631be7e2f37d1498f875d20ba23d0a68273754
 DIST mime-types-data-3.2024.0507.gem 206848 BLAKE2B 
433d670496e74d8db7c8bba5151a1885556a35355ec6a1fd92ab4d074ae045f5ee985579956052d1279c1488b1c8c433a58c4afa07806e801dba450d05f8d1b4
 SHA512 
3522b024ce458031707ebbc51209c3e01e8d1c52cca2ce6a4291cc94090dc4e1147d0a9ed9c9405d5879bb4a05fb521d609d942239076c9cbd150f405a08096d

diff --git a/dev-ruby/mime-types-data/mime-types-data-3.2023.1205.ebuild 
b/dev-ruby/mime-types-data/mime-types-data-3.2023.1205.ebuild
deleted file mode 100644
index 8136a5a362cc..
--- a/dev-ruby/mime-types-data/mime-types-data-3.2023.1205.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby31 ruby32 ruby33"
-
-RUBY_FAKEGEM_EXTRADOC="History.md README.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="none"
-
-RUBY_FAKEGEM_EXTRAINSTALL="data"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Registry for information about MIME media type definitions"
-HOMEPAGE="https://github.com/mime-types/mime-types-data;
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-IUSE=""

diff --git a/dev-ruby/mime-types-data/mime-types-data-3.2024.0206.ebuild 
b/dev-ruby/mime-types-data/mime-types-data-3.2024.0206.ebuild
deleted file mode 100644
index 122dc1ac578e..
--- a/dev-ruby/mime-types-data/mime-types-data-3.2024.0206.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby31 ruby32 ruby33"
-
-RUBY_FAKEGEM_EXTRADOC="History.md README.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="none"
-
-RUBY_FAKEGEM_EXTRAINSTALL="data"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Registry for information about MIME media type definitions"
-HOMEPAGE="https://github.com/mime-types/mime-types-data;
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"



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

2024-05-07 Thread Hans de Graaff
commit: abd2f0a2922f3d69f684ab58cde3b1133414cca5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed May  8 04:58:55 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed May  8 05:06:27 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abd2f0a2

dev-ruby/bigdecimal: add 3.1.8

Add missing test dependency.

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

 dev-ruby/bigdecimal/Manifest|  1 +
 dev-ruby/bigdecimal/bigdecimal-3.1.8.ebuild | 34 +
 2 files changed, 35 insertions(+)

diff --git a/dev-ruby/bigdecimal/Manifest b/dev-ruby/bigdecimal/Manifest
index 9d68fe041217..9980a6507a98 100644
--- a/dev-ruby/bigdecimal/Manifest
+++ b/dev-ruby/bigdecimal/Manifest
@@ -2,3 +2,4 @@ DIST bigdecimal-3.1.4.tar.gz 115069 BLAKE2B 
7c7df4ceac6caa44414cf2fe4e16ee21b8d4
 DIST bigdecimal-3.1.5.tar.gz 105064 BLAKE2B 
472f364f34ab37478e7d6570bb7cd9a35a82f973ef09806fc9229793392a5daa2f66b2303a75ca43b098c7413c9a358ffe07bd592d499d671bac5136690b2b11
 SHA512 
fd6c463412dbe626e98cffaf977967eb5bbaa15670131132e16050470184443b0d773ede9df1a8196f7f2c0362060f7d79727a970ad5bd6b4031d5875867b8c5
 DIST bigdecimal-3.1.6.tar.gz 104969 BLAKE2B 
50c90c9d7fbce71d9a4ac1c32d6340ce07101e87cea4597c1365bdd84d24811cea2c65b7c7afb9a9d66125527ade7cc1c090aae77541d86b91d4d6990bb3cd59
 SHA512 
e44278f9d193575f27fd63a9a9687529295a65413ff98f07c1278328304acc4a5f9d3e1367f5bccab515f2b209465d0147661fe7f822bea901466d9dd33324c0
 DIST bigdecimal-3.1.7.tar.gz 104984 BLAKE2B 
0c0a97d120edce1946bd134f810ccb7f068465d678f3396b39a6e0e540dcefe03c5b8d2cee90f5c96481513065f4645bfbfcc10116bac6b80f7e22344a34024e
 SHA512 
567dcbd010d4879c74286f440082ea9e9b9873c53ab208db4e96a21c5d8c786c6e622a29698e9e9202803b6bf2fcef1d15ff24b784184738664c4be847d2d749
+DIST bigdecimal-3.1.8.tar.gz 105551 BLAKE2B 
5bd35c9a719e99dd94f4386c3d7202553add779bf2724e44476cc64488715353e242150308671a4ed1c1ac2a1087035db7cb3a7234191dc4c41c606fe813040a
 SHA512 
4f3c07d4111261c74f74d757040f979e2d486c3df06f470e8f2c801d9fa8e9b6c2a0e0bbf353f8c2006685c4530bcb1d5c9a9f7c208e5fd549a5283939bdd519

diff --git a/dev-ruby/bigdecimal/bigdecimal-3.1.8.ebuild 
b/dev-ruby/bigdecimal/bigdecimal-3.1.8.ebuild
new file mode 100644
index ..a5fa26d80da7
--- /dev/null
+++ b/dev-ruby/bigdecimal/bigdecimal-3.1.8.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32 ruby33"
+
+RUBY_FAKEGEM_BINWRAP=""
+RUBY_FAKEGEM_EXTENSIONS=(ext/bigdecimal/extconf.rb)
+RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
+RUBY_FAKEGEM_GEMSPEC="bigdecimal.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Arbitrary-precision decimal floating-point number library for 
Ruby"
+HOMEPAGE="https://github.com/ruby/bigdecimal;
+SRC_URI="https://github.com/ruby/bigdecimal/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="|| ( Ruby-BSD BSD-2 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+IUSE="test"
+
+ruby_add_bdepend "test? ( dev-ruby/test-unit dev-ruby/test-unit-ruby-core )"
+
+all_ruby_prepare() {
+   sed -e '/^source_version/,/^end/ s:^:#:' \
+   -e "/s.version/ s/= source_version/= '${PV}'/" \
+   -e "/s.name/ s/= name/= 'bigdecimal'/" \
+   -i ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:test:. -rtest/lib/helper -e 
"Dir['test/**/test_*.rb'].each { require _1 }" || die
+}



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

2024-05-07 Thread Hans de Graaff
commit: c73bcb796764c98d6c36cd3bf5963d59176724c7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed May  8 05:01:16 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed May  8 05:06:28 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c73bcb79

dev-ruby/mime-types-data: add 3.2024.0507

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

 dev-ruby/mime-types-data/Manifest   |  1 +
 .../mime-types-data-3.2024.0507.ebuild  | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-ruby/mime-types-data/Manifest 
b/dev-ruby/mime-types-data/Manifest
index ec2b333f3644..e4ca94d20fe2 100644
--- a/dev-ruby/mime-types-data/Manifest
+++ b/dev-ruby/mime-types-data/Manifest
@@ -2,3 +2,4 @@ DIST mime-types-data-3.2023.0218.1.gem 201216 BLAKE2B 
3ccd9fcdc70fe9b09f0e9ca613
 DIST mime-types-data-3.2023.1205.gem 205312 BLAKE2B 
a385ba1fdbb76621f7c10704629950f6a549befed6e930cdf73120d3834e87a0f722e0b1d407c85634f9786d15adc31f2d71cc0d77fb9a29bd629018df10670d
 SHA512 
5e4fdf1dffa3a7bd1391215e72a10f53fd3570bf2665c82a059d595473a2ade7c1ec58abb4e6624ba67dba58b28b32c7db87f04a2b2a44e027d719a2ef22d246
 DIST mime-types-data-3.2024.0206.gem 205824 BLAKE2B 
520922a60b386119e1e1229a11befcbfbf28ba5e179213a68d9bd4f344f2033c283799c1f39a43827d96fddd8a91856a938da09d95225a54aea5a46968c24264
 SHA512 
765c8671ec68b2c43f0f9a91da455e7d7533ec85a40f2b251861b0b0eab992dcdd3cbd2bc81631f447d683e1ca38b42e2724af40d437939736aa29170b395c13
 DIST mime-types-data-3.2024.0305.gem 205824 BLAKE2B 
822f04fa9a06e4566d04b153a20d807b6e9c835c394c310e15f62f87098a3c1491e9fd0d9b08de5577e0eda106a484161744df89b686b8044c48b5a4146f81e4
 SHA512 
e6ba917fbf779c6b4b474c19372c06aa64b1eafc66e275278300b296ad796e051074369f7d593f82b49270631f631be7e2f37d1498f875d20ba23d0a68273754
+DIST mime-types-data-3.2024.0507.gem 206848 BLAKE2B 
433d670496e74d8db7c8bba5151a1885556a35355ec6a1fd92ab4d074ae045f5ee985579956052d1279c1488b1c8c433a58c4afa07806e801dba450d05f8d1b4
 SHA512 
3522b024ce458031707ebbc51209c3e01e8d1c52cca2ce6a4291cc94090dc4e1147d0a9ed9c9405d5879bb4a05fb521d609d942239076c9cbd150f405a08096d

diff --git a/dev-ruby/mime-types-data/mime-types-data-3.2024.0507.ebuild 
b/dev-ruby/mime-types-data/mime-types-data-3.2024.0507.ebuild
new file mode 100644
index ..122dc1ac578e
--- /dev/null
+++ b/dev-ruby/mime-types-data/mime-types-data-3.2024.0507.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby31 ruby32 ruby33"
+
+RUBY_FAKEGEM_EXTRADOC="History.md README.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+RUBY_FAKEGEM_EXTRAINSTALL="data"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Registry for information about MIME media type definitions"
+HOMEPAGE="https://github.com/mime-types/mime-types-data;
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"



[gentoo-commits] repo/gentoo:master commit in: app-portage/mgorny-dev-scripts/

2024-05-07 Thread Michał Górny
commit: e136170876b062b2da5d5efee792f51c59d390fe
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May  8 05:05:01 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  8 05:05:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1361708

app-portage/mgorny-dev-scripts: Bump to 51

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

 app-portage/mgorny-dev-scripts/Manifest|  1 +
 .../mgorny-dev-scripts-51.ebuild   | 32 ++
 2 files changed, 33 insertions(+)

diff --git a/app-portage/mgorny-dev-scripts/Manifest 
b/app-portage/mgorny-dev-scripts/Manifest
index 77c63799cb5d..72d97c3a6ef4 100644
--- a/app-portage/mgorny-dev-scripts/Manifest
+++ b/app-portage/mgorny-dev-scripts/Manifest
@@ -1 +1,2 @@
 DIST mgorny-dev-scripts-50.tar.gz 19371 BLAKE2B 
f0992f6f9aac483e00ae1c47bf8a37bd30616c914db79b68675537af806397ddb643e3fd0ac5af051c2fab4f70f38228b3676c9e907d6b44987865f0cf214ec5
 SHA512 
77e939fa3601e322c947b612f4144d7f3b18262fe6b1169aa33eb6da44f13eb9eacdc60cd064035095b475b5ace86baf74eae1529898024764b0e1652dc4d0a6
+DIST mgorny-dev-scripts-51.tar.gz 19578 BLAKE2B 
f12823c8b0d9429dd4d1eae2cc1fb0f5546786bb3b50f9093e617c97c637a8311764d5939c4bf7e449cdfe8fb06aca5a7c62af3ad25e5c5df611304c399b2996
 SHA512 
adb4a886c8ff7da46e9f7962ce36ca8f66eb40e3182f97df47a510bd27cd3d3c51afd8525eeb0bafe7fee1aed07e2b0b706bb8d136558ed5b579ad0db2090484

diff --git a/app-portage/mgorny-dev-scripts/mgorny-dev-scripts-51.ebuild 
b/app-portage/mgorny-dev-scripts/mgorny-dev-scripts-51.ebuild
new file mode 100644
index ..0b89f83d564d
--- /dev/null
+++ b/app-portage/mgorny-dev-scripts/mgorny-dev-scripts-51.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2019-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Handy scripts for ebuild development and more"
+HOMEPAGE="https://github.com/projg2/mgorny-dev-scripts/;
+SRC_URI="
+   https://github.com/projg2/mgorny-dev-scripts/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz
+"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 
~x64-macos"
+
+RDEPEND="
+   app-portage/gentoolkit
+   >=app-portage/gpyutils-0.12
+   dev-perl/URI
+   dev-util/pkgcheck
+   dev-vcs/git
+   net-misc/wget
+   sys-apps/portage
+   x11-misc/xdg-utils
+"
+
+src_install() {
+   dodoc README.rst
+   rm -f COPYING README.rst || die
+   dobin *
+}



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

2024-05-07 Thread Michał Górny
commit: 246e4ef445f9b2d6b6b6ff07f2574a8b6957db4e
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May  8 04:32:38 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  8 04:49:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=246e4ef4

dev-python/uv: Bump to 0.1.41

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

 dev-python/uv/Manifest |   2 +
 dev-python/uv/uv-0.1.41.ebuild | 121 +
 2 files changed, 123 insertions(+)

diff --git a/dev-python/uv/Manifest b/dev-python/uv/Manifest
index f2d1a804f3ff..c0ce2af5ae5d 100644
--- a/dev-python/uv/Manifest
+++ b/dev-python/uv/Manifest
@@ -7,3 +7,5 @@ DIST uv-0.1.24.gh.tar.gz 899637 BLAKE2B 
fab26ba9934fc5f586505b5ac1fa386c11f07e51
 DIST uv-0.1.38-crates.tar.xz 65881140 BLAKE2B 
c1a640c44d73d5607c8d07468cefc66c150135b0f0249362148bd2b8f8c99a43c9031a642c0f76140631177df947be7637b49e99e247afbd7efbebb2ad79bcb1
 SHA512 
99bf6f341f9e6cf8eb0834c436b81453615725cabd3ddc4cca34edb307200bdbb71e913e8ff52a2a1d11e5f1a4abfb4dbdfe40a9c4f114079a7d9fdace0bcaab
 DIST uv-0.1.38.gh.tar.gz 1023332 BLAKE2B 
e62259084fc9122d311bbcac754796b9e0ac28f4865755e03729eb6ad5adab4f9e3f77c41af1dbdbdc3a55d5a4736875aa26ddc7b78b745c8d6fb4d6b8bbd959
 SHA512 
7dad22d038aad03ad72ee0c5fdb77ccfbf56fc94a38613373a037eb26c2f228bc6c883d542621b45f2a55c8d51b7345fdd919dc1db45aa4d598e368311c72fdd
 DIST uv-0.1.39.gh.tar.gz 1026174 BLAKE2B 
857e3f3dd81fae33244bbae5b7e124886ee8c57576f57e5264fb11b89fcb842e18ec07756e70204dc28be0e02ac0368c238d69ae5b1c0a95ab07416a6cf1ccff
 SHA512 
6454fde2eb5166c2097fb44c4b8f505d27344a4a63589589de402887a57c8e1aeed5d52c7e892530d16de9d4a187b6b423f70550016d3c233cec8300b81a8b34
+DIST uv-0.1.41-crates.tar.xz 65965588 BLAKE2B 
350a4e9e5d3a41682844d7f5e2824f262ef78dab7329723b65c1605c064601d0680c89d194e0228597043d66ae4fd70eb3b20433a42c29668af284c75044d281
 SHA512 
60f99aee7ee8660565bb3d44694e7eb897599a5b6f11fc6af771b00ee66911a8f0d9117ad61c152e56fc40137edd9f5cc0d1726c9158544adbc8c9b52dbe4384
+DIST uv-0.1.41.gh.tar.gz 1069659 BLAKE2B 
9caa7c282fa9626510c9f736dfd1796d2e33238378dad1de2c468f745e914b75d7346ecf8ee6d4a87de82b86b3fee5260d95bf0c526c14b96bce44bc983e5758
 SHA512 
ea8a2b0cd15f3276404c2b8e00ec700346bc2839e3dc7806e537f94bd600818e479fbe3928e1047436382a7caa3d0792fef5f83cfc243ed42018e58a1bee1e6f

diff --git a/dev-python/uv/uv-0.1.41.ebuild b/dev-python/uv/uv-0.1.41.ebuild
new file mode 100644
index ..9fc32bfd4abf
--- /dev/null
+++ b/dev-python/uv/uv-0.1.41.ebuild
@@ -0,0 +1,121 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CRATES="
+"
+
+declare -A GIT_CRATES=(
+   
[async_zip]='https://github.com/charliermarsh/rs-async-zip;1dcb40cfe1bf5325a6fd4bfcf9894db40241f585;rs-async-zip-%commit%'
+   
[pubgrub]='https://github.com/astral-sh/pubgrub;c26e485213e39582c6f2e4d45c0328422670e7a7;pubgrub-%commit%'
+)
+
+inherit cargo check-reqs
+
+CRATE_P=${P}
+DESCRIPTION="A Python package installer and resolver, written in Rust"
+HOMEPAGE="
+   https://github.com/astral-sh/uv/
+   https://pypi.org/project/uv/
+"
+# pypi sdist misses scripts/, needed for tests
+SRC_URI="
+   https://github.com/astral-sh/uv/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+   ${CARGO_CRATE_URIS}
+"
+if [[ ${PKGBUMPING} != ${PVR} ]]; then
+   SRC_URI+="
+   https://dev.gentoo.org/~mgorny/dist/${CRATE_P}-crates.tar.xz
+   "
+fi
+
+# most of the code
+LICENSE="|| ( Apache-2.0 MIT )"
+# crates/pep508-rs is || ( Apache-2.0 BSD-2 ) which is covered below
+# Dependent crate licenses
+LICENSE+="
+   0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD ISC MIT
+   MPL-2.0 Unicode-DFS-2016
+"
+# ring crate
+LICENSE+=" openssl"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="test"
+PROPERTIES="test_network"
+
+DEPEND="
+   dev-libs/libgit2:=
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   >=virtual/rust-1.77
+   test? (
+   dev-lang/python:3.8
+   dev-lang/python:3.9
+   dev-lang/python:3.10
+   dev-lang/python:3.11
+   dev-lang/python:3.12
+   )
+"
+
+QA_FLAGS_IGNORED="usr/bin/.*"
+
+check_space() {
+   local CHECKREQS_DISK_BUILD=3G
+   use debug && CHECKREQS_DISK_BUILD=9G
+   check-reqs_pkg_setup
+}
+
+pkg_pretend() {
+   check_space
+}
+
+pkg_setup() {
+   check_space
+}
+
+src_prepare() {
+   default
+
+   # https://github.com/vorot93/tokio-tar/pull/23
+   # (fortunately uv already depends on portable-atomic, so we don't
+   # have to fight Cargo.lock)
+   cd "${WORKDIR}/cargo_home/gentoo/tokio-tar-0.3.1" || die
+   eapply "${FILESDIR}/tokio-tar-0.3.1-ppc.patch"
+}
+
+src_configure() {
+   local myfeatures=(
+   # from upstream defaults
+   flate2/zlib-ng
+   python
+   pypi
+

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

2024-05-07 Thread Michał Górny
commit: 3c587429afa7ba9bf194004988eac0ff63681ab1
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May  8 04:54:53 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  8 04:54:53 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c587429

dev-python/evdev: Bump to 1.7.1

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

 dev-python/evdev/Manifest   |  1 +
 dev-python/evdev/evdev-1.7.1.ebuild | 44 +
 2 files changed, 45 insertions(+)

diff --git a/dev-python/evdev/Manifest b/dev-python/evdev/Manifest
index b0f02696a1ba..fb64589671c1 100644
--- a/dev-python/evdev/Manifest
+++ b/dev-python/evdev/Manifest
@@ -1 +1,2 @@
 DIST python-evdev-1.7.0.gh.tar.gz 87773 BLAKE2B 
8ed41fa8b9a8583c863450d6952955477ca8fca649a1615fcce8741624561f5719d535700dc67c6757f193452d618e5850b6f9ab35c32ab49ed48025e4e5b94c
 SHA512 
79cb8e92f5698b120ba0c4b2603a18907097d130e0128cbad68eb95b50935b6aeadd1e844d4c76909c965719cb5b067e37d0921748be3c7c2493acb58c153521
+DIST python-evdev-1.7.1.gh.tar.gz 88275 BLAKE2B 
334f70785411bd0e8d348ddeb0a6a728dbfd5c3604a19e7153c47d6868f76b0d3c10317230b0d6874cc14b3765d0e520d932c551842bd0d758b7a735b30ba7cb
 SHA512 
802ba7c252a8817c60480db90b28e89b8356580d7b7f6a35725c70fcacbcabb3d3216330f6639ece940d901434cf1617d7682d344b7428fd5c5b6ab940700ff8

diff --git a/dev-python/evdev/evdev-1.7.1.ebuild 
b/dev-python/evdev/evdev-1.7.1.ebuild
new file mode 100644
index ..7325d4b2a71e
--- /dev/null
+++ b/dev-python/evdev/evdev-1.7.1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1
+
+MY_P=python-evdev-${PV}
+DESCRIPTION="Python library for evdev bindings"
+HOMEPAGE="
+   https://python-evdev.readthedocs.io/
+   https://github.com/gvalkov/python-evdev/
+   https://pypi.org/project/evdev/
+"
+SRC_URI="
+   https://github.com/gvalkov/python-evdev/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   tests/test_uinput.py
+)
+
+python_configure_all() {
+   esetup.py build_ecodes \
+   --evdev-headers \
+   
"${ESYSROOT}/usr/include/linux/input.h:${ESYSROOT}/usr/include/linux/input-event-codes.h"
+}
+
+src_test() {
+   cd tests || die
+   distutils-r1_src_test
+}



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

2024-05-07 Thread Michał Górny
commit: 024c2a90a0700e87637331be3ec9f507149f4e17
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May  8 04:08:50 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  8 04:17:29 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=024c2a90

dev-python/pymongo: Bump to 4.7.2

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

 dev-python/pymongo/Manifest |   1 +
 dev-python/pymongo/pymongo-4.7.2.ebuild | 159 
 2 files changed, 160 insertions(+)

diff --git a/dev-python/pymongo/Manifest b/dev-python/pymongo/Manifest
index 6bfcedfb1fbd..11402fd5bbef 100644
--- a/dev-python/pymongo/Manifest
+++ b/dev-python/pymongo/Manifest
@@ -1,3 +1,4 @@
 DIST mongo-python-driver-4.6.3.gh.tar.gz 1494158 BLAKE2B 
bc876e121364154940b2aa92049089a3b3ea4a40ea7f785012c7f2d65840d9ef6cfc7413c832712ba2b06b2030438d598dc52cbd71190524cd90d5bafa06e745
 SHA512 
a6911a1619663e068f2d239e1d0a74bfad7347f40f8e5044f6a09802ac83ee3cc962722ff3cdcd7af1a2ffdb3f1a170d98620b83be2c9463d66fecca01b99543
 DIST mongo-python-driver-4.7.0.gh.tar.gz 1548372 BLAKE2B 
48bdddf66ab083836035dec6be4a5a227e49ef6f47493de684f3216c6b1a4231f37b674f0c527476c616809049325369a268e4f48b08317157be1a396f046fe4
 SHA512 
5cf80e938160cdfc7fd90494bd6e6c210a7176179f8bf1d0c1c139959e06f05efe295bf415eb816fec9bdaf245a9fe5d514b82a75441e2c13cc4d9f65c53724c
 DIST mongo-python-driver-4.7.1.gh.tar.gz 1548181 BLAKE2B 
7d78112b7afaf71726c56672ce4298999e0c8fcb79ac314df86e6abf92d7f721c88a9245785f559c6c3969a33ffef2391abb3f926919628c56a6849ec6a98359
 SHA512 
d8824c17f035b741920f9be110f7963c1636c8268c67738a03bcf573194f2a6286001c44b14c99f53407c6e546d46400e8a4d4a3d007f737a29d2c495d49e300
+DIST mongo-python-driver-4.7.2.gh.tar.gz 1548375 BLAKE2B 
a40dbe153f36cdf2836583aa0116f447d08376ce7980a09d0f21cea37a34ab318e5ff0b34b7fe1721cf7fc5d5443a1dbe0982d59cb941b0da8a4a99abdc7b19d
 SHA512 
1de8bd14301e365eb53252dedaaaf8c9056dd534662543e2a500511e5f5f67a69e1f11a8a8575efdbd8852bb47b632d59762f66024d32973d20dc17c4448b9be

diff --git a/dev-python/pymongo/pymongo-4.7.2.ebuild 
b/dev-python/pymongo/pymongo-4.7.2.ebuild
new file mode 100644
index ..9f363c52e2f0
--- /dev/null
+++ b/dev-python/pymongo/pymongo-4.7.2.ebuild
@@ -0,0 +1,159 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit check-reqs distutils-r1
+
+MY_P=mongo-python-driver-${PV}
+DESCRIPTION="Python driver for MongoDB"
+HOMEPAGE="
+   https://github.com/mongodb/mongo-python-driver/
+   https://pypi.org/project/pymongo/
+"
+SRC_URI="
+   https://github.com/mongodb/mongo-python-driver/archive/${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+IUSE="doc kerberos +native-extensions +test-full"
+
+RDEPEND="
+   

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

2024-05-07 Thread Michał Górny
commit: bdf190b7baf7150e08a7cea5314931cf5caa460f
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May  8 04:07:29 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  8 04:07:29 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdf190b7

app-admin/awscli: Bump to 1.32.100

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

 app-admin/awscli/Manifest   |  1 +
 app-admin/awscli/awscli-1.32.100.ebuild | 90 +
 2 files changed, 91 insertions(+)

diff --git a/app-admin/awscli/Manifest b/app-admin/awscli/Manifest
index 52d7b409ce4f..66b038abfba0 100644
--- a/app-admin/awscli/Manifest
+++ b/app-admin/awscli/Manifest
@@ -1,3 +1,4 @@
+DIST aws-cli-1.32.100.gh.tar.gz 2724286 BLAKE2B 
b0b20460f4c29a757237b27c24c305594854f7833c37eb1a62ae2a47708c22c87ef6eaf6f7b3574003458c344fb26ae5a97d3a9dc4c0e3e921ccc3a7eb192636
 SHA512 
1abf2fd5ffe1928b44eba7fe743ed67c78c3be9ee728abe99011e01b5797e03adae8c2b161b41d91fbe7a610b7e8adc527c52fefc3381a3e9cb671e2ececd43c
 DIST aws-cli-1.32.88.gh.tar.gz 2693435 BLAKE2B 
043f4eb08711760b7f8e15a5eba879524788cb65823215ed9d1c8ee5337a085ab6975dfc1c90aea29b7137f050a6d4f201eba57e8c8c83c09625401d8075eb6c
 SHA512 
cb0ed179b9549d988e19963607fe28ca6fb02c92280c451c8651a8149d60a929158f9ae04a1c764540648b8b42417e908cb956fe71ce787c4b788f83cc2ef488
 DIST aws-cli-1.32.93.gh.tar.gz 2695489 BLAKE2B 
d2f81786d4db158a13ec50ed833668db26bde00cc1e4f5254aa127aba82113074abafa996f525b5f7cd215fd51639481a01a49c425bb4c01e990261529f06082
 SHA512 
e03892ef522fa43442d1b053d0bf8dbd6c892d94398934c4af58e81153c2759f7e55a289457bb3e5b46f2f01697642498fdd6d51cdc18ad8b6c0f6a31d7c606a
 DIST aws-cli-1.32.98.gh.tar.gz 2723261 BLAKE2B 
f854a78226a9480d2966e0dcc817e372de96f32723c28bd7189ed484ab24e8fa9f33a018b1b3193d1a5be82e1ad2b69b2d0d6642f004aa6fd601a68862cbbbdc
 SHA512 
989ad96da152423001832a502935ed64a92ef61ba63f9f413fa07e84910d2aa905056bbfcf49202508d6d0a910b4a2969da27e736857e918077693909e4ca0ea

diff --git a/app-admin/awscli/awscli-1.32.100.ebuild 
b/app-admin/awscli/awscli-1.32.100.ebuild
new file mode 100644
index ..4a677affdbc4
--- /dev/null
+++ b/app-admin/awscli/awscli-1.32.100.ebuild
@@ -0,0 +1,90 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit bash-completion-r1 distutils-r1
+
+MY_P=aws-cli-${PV}
+DESCRIPTION="Universal Command Line Environment for AWS"
+HOMEPAGE="
+   https://github.com/aws/aws-cli/
+   https://pypi.org/project/awscli/
+"
+SRC_URI="
+   https://github.com/aws/aws-cli/archive/${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+# botocore is x.(y+2).z
+BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 2)).$(ver_cut 3-)"
+RDEPEND="
+   >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
+   dev-python/colorama[${PYTHON_USEDEP}]
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/rsa[${PYTHON_USEDEP}]
+   >=dev-python/s3transfer-0.10.0[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   !app-admin/awscli-bin
+"
+BDEPEND="
+   test? (
+   dev-python/packaging[${PYTHON_USEDEP}]
+   dev-python/pytest-forked[${PYTHON_USEDEP}]
+   )
+"
+
+EPYTEST_XDIST=1
+distutils_enable_tests pytest
+
+src_prepare() {
+   # do not rely on bundled deps in botocore (sic!)
+   find -name '*.py' -exec sed -i \
+   -e 's:from botocore[.]vendored import:import:' \
+   -e 's:from botocore[.]vendored[.]:from :' \
+   {} + || die
+   # strip overzealous upper bounds on requirements
+   sed -i -e 's:,<[0-9.]*::' -e 's:==:>=:' setup.py || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   local serial_tests=(
+   
tests/functional/ecs/test_execute_command.py::TestExecuteCommand::test_execute_command_success
+   
tests/functional/ssm/test_start_session.py::TestSessionManager::test_start_session_{fails,success}
+   
tests/functional/ssm/test_start_session.py::TestSessionManager::test_start_session_with_new_version_plugin_success
+   
tests/unit/customizations/codeartifact/test_adapter_login.py::TestDotNetLogin::test_login_dotnet_sources_listed_with_backtracking
+   
tests/unit/customizations/codeartifact/test_adapter_login.py::TestDotNetLogin::test_login_dotnet_sources_listed_with_backtracking_windows
+   
tests/unit/customizations/codeartifact/test_adapter_login.py::TestNuGetLogin::test_login_nuget_sources_listed_with_backtracking
+   
tests/unit/customizations/ecs/test_executecommand_startsession.py::TestExecuteCommand::test_execute_command_success
+   tests/unit/customizations/test_sessionmanager.py
+   

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

2024-05-07 Thread Michał Górny
commit: c0e4d62492c9a6a12555679efbeb87ce1f22574b
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May  8 04:06:55 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  8 04:06:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0e4d624

dev-python/botocore: Bump to 1.34.100

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

 dev-python/botocore/Manifest |  1 +
 dev-python/botocore/botocore-1.34.100.ebuild | 67 
 2 files changed, 68 insertions(+)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index b69fdd3b1200..af10cfee4e5d 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,3 +1,4 @@
+DIST botocore-1.34.100.gh.tar.gz 13011653 BLAKE2B 
a55c6de97f7223ef3bf425e9be5c8fb174bf6374b71009c05dca34c251ceeade0ff037980275f0a88f5dd853adbfa1a0e9ae3a7522d33386e4357470bf81883d
 SHA512 
56704e4da97cd4d1f634c9b5a75e491999fda950fe79d3f27e8af1973dec50639f57d0d1251c037ef921930e3f81db5b7bbfd50bb54dbae32c7a1660d5f9fcde
 DIST botocore-1.34.88.gh.tar.gz 12931548 BLAKE2B 
b3cc4c44ec0fa93798e842226487f293f0206b27a1fad834ecd3d4b02319da7d6ee67fad3a3a168f6dcdf8a822cd778c742d9c975738ef3bf4d9661963a83624
 SHA512 
bba25daa8c93ad5454e25089c062363b97a80c1004d670be6694b898b6d7735cbb92ec816b138093c48a89fe2bf5972a6d2dcf3da2a617141a460e265e506806
 DIST botocore-1.34.93.gh.tar.gz 12982900 BLAKE2B 
3225279b85101e04da3be11f01ac3f4ca74cf77235fcb8878bc12d7aca61472155c8319329beb54ffe335f9da9023fb3ccce99256f3a31c6588389dfa1746de9
 SHA512 
505e8c9b3915b1c2da3863b62c85c392a58c12376c3e71493025445b7b672ba320474087b446fda876ffee5d6260909bc1d1442ff6dbfeb49fd6661d3d7840a1
 DIST botocore-1.34.98.gh.tar.gz 13008491 BLAKE2B 
0b5c368264cc43c162d158b383535183c0fd0065dc6c5edfd3eaaab842d0607b3cc3b99860fa8dc4ef207b5be1457fce9d143723da29e262f30ecc82c5f9ba66
 SHA512 
39ccb0082ecd6ed6cc7d3f7cea01d39e8d5e92224e3290a66f86ed00562a1d858f75d006af725d2b857ac891f1b366300b7e4c2d24277d942b5a9b9e2cdba431

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



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

2024-05-07 Thread Michał Górny
commit: 482fb1d571a120599df03c8218cbbe19e6e18fc6
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May  8 04:07:07 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  8 04:07:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=482fb1d5

dev-python/boto3: Bump to 1.34.100

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

 dev-python/boto3/Manifest  |  1 +
 dev-python/boto3/boto3-1.34.100.ebuild | 53 ++
 2 files changed, 54 insertions(+)

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index 2dd4e58bd23c..9b1b2eeff79d 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -1,3 +1,4 @@
+DIST boto3-1.34.100.gh.tar.gz 806339 BLAKE2B 
42c4e98711f0d17ed36bbd15ef00f5c5d8383fa18ad8ac8006644cab0f905dc3694718af7d570e255a1bfdca347c3e8de3375fc3d36d5b9ed7decd46632831fc
 SHA512 
bfd43f323a81782cc7cd251b91786a773f5a3d890d154a9cf4353480e2e68ba64faebf3c83936d9c03b4301c9749076787ef0290b90f20381c4eefe51cae4c3d
 DIST boto3-1.34.88.gh.tar.gz 798806 BLAKE2B 
2d3e02f0584e138a75acb68593bd88126641d4617c668062685406d3dc1913556bdf8b821ed3deb6cd9abae40e27a5e03fda35f5824c40a8028346868776de67
 SHA512 
9bbff2c0589cb2dbc5ca52f224f052c2a924117f16903c2ecad32d486a8b2d31fb9253c827c5819a5203c3ac349d1c990be24a413fab7e0b9c558e1b94ed8e9e
 DIST boto3-1.34.93.gh.tar.gz 802078 BLAKE2B 
43f19efd6ae42bdb20e8dd79b1735df229ec2f231b5fe05006b26fcd5ddf4796a53fba6011c298fb919ee7b205b4ae3f4b563ad3b5325bdbbdebaeab7be59608
 SHA512 
4da1d9d7d8648e895f23763e5055a868d05bbfd8eb28d56e716975b3b8349bd1825d703f6fd11c316174004c39e1fca5ddcd8a4ad27a000e1a52f08a36eb4780
 DIST boto3-1.34.98.gh.tar.gz 805719 BLAKE2B 
5cf7f0cc415e25c8b41aa464b636b1683f4e71198569f5eac3e6e43cef7050e20e92c3fd988517fc1463601073b41b0b9c668a58bb866d03b83973c9b9cd976a
 SHA512 
06cab81bbf73a9c37b68e0312a7c587bace700b8032e283b6782c1275804ea7c93065c4282837957b5cf3523d50fe57319a54af494262e2666f65440da9771fd

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



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

2024-05-07 Thread Robin H. Johnson
commit: 328c2af92299ca33e642543ca64884402f8bcc56
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Wed May  8 03:11:46 2024 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Wed May  8 03:15:13 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=328c2af9

www-apps/cgit: re-add  series to support much newer Git

Upstream has not made an official release since 2020, but master is more
up to date, and trusted contributers have a branch with the latest Git
support.

This is important because Git v2.45.0 adds support for Bloom Filters in
commit graphs, providing 10x performance in web displays.

Reference: https://lore.kernel.org/git/robbat2-20240507T053331-859497691Z  
orbis-terrarum.net/T/#t
Signed-off-by: Robin H. Johnson  gentoo.org>

 www-apps/cgit/cgit-1.2.3-r203.ebuild   |  6 --
 ...{cgit-1.2.3-r203.ebuild => cgit--r1.ebuild} | 25 +++---
 .../{cgit-1.2.3-r203.ebuild => cgit-.ebuild}   | 22 ---
 3 files changed, 35 insertions(+), 18 deletions(-)

diff --git a/www-apps/cgit/cgit-1.2.3-r203.ebuild 
b/www-apps/cgit/cgit-1.2.3-r203.ebuild
index 8499426633d8..805171058e89 100644
--- a/www-apps/cgit/cgit-1.2.3-r203.ebuild
+++ b/www-apps/cgit/cgit-1.2.3-r203.ebuild
@@ -56,8 +56,10 @@ pkg_setup() {
 }
 
 src_configure() {
-   rmdir git || die
-   mv "${WORKDIR}"/git-"${GIT_V}" git || die
+   if ! [[ ${PV} =~ * ]]; then
+   rmdir git || die
+   mv "${WORKDIR}"/git-"${GIT_V}" git || die
+   fi
 
echo "prefix = ${EPREFIX}/usr" >> cgit.conf || die "echo prefix failed"
echo "libdir = ${EPREFIX}/usr/$(get_libdir)" >> cgit.conf || die "echo 
libdir failed"

diff --git a/www-apps/cgit/cgit-1.2.3-r203.ebuild 
b/www-apps/cgit/cgit--r1.ebuild
similarity index 85%
copy from www-apps/cgit/cgit-1.2.3-r203.ebuild
copy to www-apps/cgit/cgit--r1.ebuild
index 8499426633d8..8b6fded5c051 100644
--- a/www-apps/cgit/cgit-1.2.3-r203.ebuild
+++ b/www-apps/cgit/cgit--r1.ebuild
@@ -9,20 +9,28 @@ PYTHON_COMPAT=( python3_{10..12} )
 
 WEBAPP_MANUAL_SLOT="yes"
 
-inherit lua-single python-single-r1 tmpfiles toolchain-funcs webapp
+inherit lua-single python-single-r1 tmpfiles toolchain-funcs webapp git-r3
 
 [[ -z "${CGIT_CACHEDIR}" ]] && CGIT_CACHEDIR="/var/cache/${PN}/"
 
-GIT_V="2.25.1"
+GIT_V="2.45.0"
 
 DESCRIPTION="a fast web-interface for git repositories"
 HOMEPAGE="https://git.zx2c4.com/cgit/about;
-SRC_URI="https://www.kernel.org/pub/software/scm/git/git-${GIT_V}.tar.xz
-   https://git.zx2c4.com/cgit/snapshot/${P}.tar.xz;
+if [[ ${PV} =~ * ]]; then
+   SRC_URI=""
+   EGIT_REPO_URI="https://git.zx2c4.com/cgit;
+   # v2.45.0 updates in this branch series
+   EGIT_COMMIT=dbadd856ba0537110338cfe58256b152d01388c0
+   EGIT_BRANCH=ch/for-jason
+else
+   SRC_URI="https://www.kernel.org/pub/software/scm/git/git-${GIT_V}.tar.xz
+   https://git.zx2c4.com/cgit/snapshot/${P}.tar.xz;
+fi
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~riscv ~x86"
+KEYWORDS=""
 IUSE="doc +highlight +lua test"
 REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} ) ${PYTHON_REQUIRED_USE}"
 RESTRICT="!test? ( test )"
@@ -56,9 +64,10 @@ pkg_setup() {
 }
 
 src_configure() {
-   rmdir git || die
-   mv "${WORKDIR}"/git-"${GIT_V}" git || die
-
+   if ! [[ ${PV} =~ * ]]; then
+   rmdir git || die
+   mv "${WORKDIR}"/git-"${GIT_V}" git || die
+   fi
echo "prefix = ${EPREFIX}/usr" >> cgit.conf || die "echo prefix failed"
echo "libdir = ${EPREFIX}/usr/$(get_libdir)" >> cgit.conf || die "echo 
libdir failed"
echo "CGIT_SCRIPT_PATH = ${MY_CGIBINDIR}" >> cgit.conf || die "echo 
CGIT_SCRIPT_PATH failed"

diff --git a/www-apps/cgit/cgit-1.2.3-r203.ebuild 
b/www-apps/cgit/cgit-.ebuild
similarity index 88%
copy from www-apps/cgit/cgit-1.2.3-r203.ebuild
copy to www-apps/cgit/cgit-.ebuild
index 8499426633d8..1fab1a1e34a9 100644
--- a/www-apps/cgit/cgit-1.2.3-r203.ebuild
+++ b/www-apps/cgit/cgit-.ebuild
@@ -9,20 +9,25 @@ PYTHON_COMPAT=( python3_{10..12} )
 
 WEBAPP_MANUAL_SLOT="yes"
 
-inherit lua-single python-single-r1 tmpfiles toolchain-funcs webapp
+inherit lua-single python-single-r1 tmpfiles toolchain-funcs webapp git-r3
 
 [[ -z "${CGIT_CACHEDIR}" ]] && CGIT_CACHEDIR="/var/cache/${PN}/"
 
-GIT_V="2.25.1"
+GIT_V="2.39.0"
 
 DESCRIPTION="a fast web-interface for git repositories"
 HOMEPAGE="https://git.zx2c4.com/cgit/about;
-SRC_URI="https://www.kernel.org/pub/software/scm/git/git-${GIT_V}.tar.xz
-   https://git.zx2c4.com/cgit/snapshot/${P}.tar.xz;
+if [[ ${PV} =~ * ]]; then
+   SRC_URI=""
+   EGIT_REPO_URI="https://git.zx2c4.com/cgit;
+else
+   SRC_URI="https://www.kernel.org/pub/software/scm/git/git-${GIT_V}.tar.xz
+   https://git.zx2c4.com/cgit/snapshot/${P}.tar.xz;
+fi
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~riscv ~x86"
+KEYWORDS=""
 

[gentoo-commits] repo/proj/guru:dev commit in: app-crypt/sac-core/

2024-05-07 Thread Lucio Sauer
commit: 7468ab8225c0334ad8f726a749153c137733a47e
Author: Lucio Sauer  posteo  net>
AuthorDate: Wed May  8 03:09:14 2024 +
Commit: Lucio Sauer  posteo  net>
CommitDate: Wed May  8 03:14:40 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7468ab82

app-crypt/sac-core: add QA_FLAGS_IGNORED

ae10815e7fbf11a9903e4737c9d36188a7cc6d30 adds the incorrect QA_*
variable to close the bugs.

Closes: https://bugs.gentoo.org/931340
Closes: https://bugs.gentoo.org/931339
Signed-off-by: Lucio Sauer  posteo.net>

 app-crypt/sac-core/sac-core-10.8.1050-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-crypt/sac-core/sac-core-10.8.1050-r1.ebuild 
b/app-crypt/sac-core/sac-core-10.8.1050-r1.ebuild
index 5a0d7970c5..621f86281a 100644
--- a/app-crypt/sac-core/sac-core-10.8.1050-r1.ebuild
+++ b/app-crypt/sac-core/sac-core-10.8.1050-r1.ebuild
@@ -29,10 +29,11 @@ RDEPEND="
 DEPEND="${RDEPEND}"
 BDEPEND="app-arch/unzip"
 
-QA_PREBUILT="
+QA_FLAGS_IGNORED="
usr/bin/SACSrv
usr/lib64/.*
 "
+QA_PREBUILT="${QA_FLAGS_IGNORED}"
 
 src_unpack() {
default



[gentoo-commits] repo/proj/guru:dev commit in: media-gfx/svgcleaner/

2024-05-07 Thread Lucio Sauer
commit: 08d9df7738146ee659c9a3fecfcdb4d2d9882c69
Author: Lucio Sauer  posteo  net>
AuthorDate: Wed May  8 02:49:51 2024 +
Commit: Lucio Sauer  posteo  net>
CommitDate: Wed May  8 02:49:51 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=08d9df77

media-gfx/svgcleaner: speed up cargo SRC_URI generation

fix variable order

Signed-off-by: Lucio Sauer  posteo.net>

 media-gfx/svgcleaner/svgcleaner-0.9.5.ebuild | 47 ++--
 1 file changed, 23 insertions(+), 24 deletions(-)

diff --git a/media-gfx/svgcleaner/svgcleaner-0.9.5.ebuild 
b/media-gfx/svgcleaner/svgcleaner-0.9.5.ebuild
index cc7670b25b..2350be332d 100644
--- a/media-gfx/svgcleaner/svgcleaner-0.9.5.ebuild
+++ b/media-gfx/svgcleaner/svgcleaner-0.9.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Auto-Generated by cargo-ebuild 0.1.5
@@ -6,26 +6,26 @@
 EAPI=7
 
 CRATES="
-bitflags-1.0.1
-cfg-if-0.1.2
-clap-2.31.2
-error-chain-0.11.0
-fern-0.5.5
-float-cmp-0.3.0
-log-0.4.1
-num-0.1.42
-num-integer-0.1.36
-num-iter-0.1.35
-num-traits-0.2.2
-phf-0.7.21
-phf_shared-0.7.21
-simplecss-0.1.0
-siphasher-0.2.2
-svgdom-0.10.5
-svgparser-0.6.4
-textwrap-0.9.0
-unicode-width-0.1.4
-xmlparser-0.1.2
+bitflags@1.0.1
+cfg-if@0.1.2
+clap@2.31.2
+error-chain@0.11.0
+fern@0.5.5
+float-cmp@0.3.0
+log@0.4.1
+num@0.1.42
+num-integer@0.1.36
+num-iter@0.1.35
+num-traits@0.2.2
+phf@0.7.21
+phf_shared@0.7.21
+simplecss@0.1.0
+siphasher@0.2.2
+svgdom@0.10.5
+svgparser@0.6.4
+textwrap@0.9.0
+unicode-width@0.1.4
+xmlparser@0.1.2
 "
 
 inherit cargo
@@ -33,12 +33,11 @@ inherit cargo
 DESCRIPTION="svgcleaner could help you to clean up your SVG files from the 
unnecessary data."
 HOMEPAGE="https://github.com/RazrFalcon/svgcleaner;
 SRC_URI="https://github.com/RazrFalcon/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
-   $(cargo_crate_uris ${CRATES})"
-RESTRICT="mirror"
+   ${CARGO_CRATE_URIS}"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64"
-
+RESTRICT="mirror"
 
 QA_FLAGS_IGNORED="usr/bin/svgcleaner"
 



[gentoo-commits] repo/proj/guru:dev commit in: media-gfx/sic/

2024-05-07 Thread Lucio Sauer
commit: 9b97213fc87f1589cc17dcb62acd4d2626a54e65
Author: Lucio Sauer  posteo  net>
AuthorDate: Wed May  8 02:42:29 2024 +
Commit: Lucio Sauer  posteo  net>
CommitDate: Wed May  8 02:42:38 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9b97213f

media-gfx/sic: speed up cargo SRC_URI generation

fix variable order

Signed-off-by: Lucio Sauer  posteo.net>

 media-gfx/sic/sic-0.19.0.ebuild | 325 
 1 file changed, 164 insertions(+), 161 deletions(-)

diff --git a/media-gfx/sic/sic-0.19.0.ebuild b/media-gfx/sic/sic-0.19.0.ebuild
index c5bdc3adba..9794b7c431 100644
--- a/media-gfx/sic/sic-0.19.0.ebuild
+++ b/media-gfx/sic/sic-0.19.0.ebuild
@@ -1,176 +1,179 @@
-# Copyright 2017-2021 Gentoo Authors
+# Copyright 2017-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 CRATES="
-ab_glyph_rasterizer-0.1.4
-adler-1.0.2
-adler32-1.2.0
-aho-corasick-0.7.18
-ansi_term-0.11.0
-anyhow-1.0.40
-arbitrary-0.4.7
-arg_enum_proc_macro-0.3.1
-arrayvec-0.5.2
-atty-0.2.14
-autocfg-1.0.1
-avif-serialize-0.6.5
-bitflags-1.2.1
-bitstream-io-1.0.0
-block-buffer-0.7.3
-block-padding-0.1.5
-bstr-0.2.16
-byte-tools-0.3.1
-bytemuck-1.5.1
-byteorder-1.4.3
-cc-1.0.68
-cfg-if-1.0.0
-chrono-0.4.19
-clap-2.33.3
-color_quant-1.1.0
-conv-0.3.3
-crc32fast-1.2.1
-crossbeam-channel-0.5.1
-crossbeam-deque-0.8.0
-crossbeam-epoch-0.9.5
-crossbeam-utils-0.8.5
-custom_derive-0.1.7
-deflate-0.8.6
-digest-0.8.1
-either-1.6.1
-fake-simd-0.1.2
-flate2-1.0.20
-fnv-1.0.7
-generic-array-0.12.4
-getrandom-0.1.16
-getrandom-0.2.3
-gif-0.11.2
-globset-0.4.6
-globwalk-0.8.1
-heck-0.3.3
-hermit-abi-0.1.18
-ignore-0.4.17
-image-0.23.14
-imageproc-0.22.0
-imgref-1.9.0
-interpolate_name-0.2.3
-itertools-0.10.0
-itertools-0.9.0
-jobserver-0.1.22
-jpeg-decoder-0.1.22
-lazy_static-1.4.0
-libc-0.2.95
-libfuzzer-sys-0.3.5
-linked-hash-map-0.5.4
-log-0.4.14
-loop9-0.1.3
-maplit-1.0.2
-matrixmultiply-0.1.15
-memchr-2.4.0
-memoffset-0.6.4
-miniz_oxide-0.3.7
-miniz_oxide-0.4.4
-nasm-rs-0.2.0
-noop_proc_macro-0.3.0
-num-0.1.42
-num-0.3.1
-num-bigint-0.3.2
-num-complex-0.3.1
-num-derive-0.3.3
-num-integer-0.1.44
-num-iter-0.1.42
-num-rational-0.3.2
-num-traits-0.2.14
-num_cpus-1.13.0
-once_cell-1.7.2
-opaque-debug-0.2.3
-open-1.7.0
-owned_ttf_parser-0.6.0
-parameterized-0.3.1
-parameterized-macro-0.3.1
-paste-1.0.5
-pest-2.1.3
-pest_derive-2.1.0
-pest_generator-2.1.3
-pest_meta-2.1.3
-png-0.16.8
-ppv-lite86-0.2.10
-proc-macro2-1.0.27
-quote-1.0.9
-rand-0.7.3
-rand-0.8.3
-rand_chacha-0.2.2
-rand_chacha-0.3.0
-rand_core-0.5.1
-rand_core-0.6.2
-rand_distr-0.2.2
-rand_hc-0.2.0
-rand_hc-0.3.0
-rav1e-0.4.1
-ravif-0.6.4
-rawpointer-0.1.0
-rayon-1.5.1
-rayon-core-1.9.1
-regex-1.5.4
-regex-syntax-0.6.25
-rgb-0.8.27
-rulinalg-0.4.2
-rust_hawktracer-0.7.0
-rust_hawktracer_normal_macro-0.4.1
-rust_hawktracer_proc_macro-0.4.1
-rustc_version-0.3.3
-rusttype-0.9.2
-same-file-1.0.6
-scoped_threadpool-0.1.9
-scopeguard-1.1.0
-semver-0.11.0
-semver-parser-0.10.2
-sha-1-0.8.2
-simd_helpers-0.1.0
-strsim-0.8.0
-strum-0.21.0
-strum_macros-0.21.1
-syn-1.0.72
-textwrap-0.11.0
-thiserror-1.0.25
-thiserror-impl-1.0.25
-thread_local-1.1.3
-tiff-0.6.1
-time-0.1.43
-ttf-parser-0.6.2
-typenum-1.13.0
-ucd-trie-0.1.3
-unicode-segmentation-1.7.1
-unicode-width-0.1.8
-unicode-xid-0.2.2
-v_frame-0.2.1
-vec_map-0.8.2
-vergen-3.2.0
-walkdir-2.3.2
-wasi-0.10.2+wasi-snapshot-preview1
-wasi-0.9.0+wasi-snapshot-preview1
-weezl-0.1.5
-which-4.1.0
-winapi-0.3.9
-winapi-i686-pc-windows-gnu-0.4.0
-winapi-util-0.1.5
-winapi-x86_64-pc-windows-gnu-0.4.0
-xshell-0.1.14
-xshell-macros-0.1.14
-zip-0.5.13
+ab_glyph_rasterizer@0.1.4
+adler@1.0.2
+adler32@1.2.0
+aho-corasick@0.7.18
+ansi_term@0.11.0
+anyhow@1.0.40
+arbitrary@0.4.7
+arg_enum_proc_macro@0.3.1
+arrayvec@0.5.2
+atty@0.2.14
+autocfg@1.0.1
+avif-serialize@0.6.5
+bitflags@1.2.1
+bitstream-io@1.0.0
+block-buffer@0.7.3
+block-padding@0.1.5
+bstr@0.2.16
+byte-tools@0.3.1
+bytemuck@1.5.1
+byteorder@1.4.3
+cc@1.0.68
+cfg-if@1.0.0
+chrono@0.4.19
+clap@2.33.3
+color_quant@1.1.0
+conv@0.3.3
+crc32fast@1.2.1
+crossbeam-channel@0.5.1
+crossbeam-deque@0.8.0
+crossbeam-epoch@0.9.5
+crossbeam-utils@0.8.5
+custom_derive@0.1.7
+deflate@0.8.6
+digest@0.8.1
+either@1.6.1
+fake-simd@0.1.2
+flate2@1.0.20
+fnv@1.0.7
+generic-array@0.12.4
+getrandom@0.1.16
+getrandom@0.2.3
+gif@0.11.2
+globset@0.4.6
+globwalk@0.8.1
+heck@0.3.3
+hermit-abi@0.1.18
+ignore@0.4.17
+image@0.23.14
+imageproc@0.22.0
+imgref@1.9.0
+interpolate_name@0.2.3
+itertools@0.10.0
+itertools@0.9.0
+jobserver@0.1.22
+jpeg-decoder@0.1.22
+lazy_static@1.4.0
+libc@0.2.95
+libfuzzer-sys@0.3.5
+linked-hash-map@0.5.4
+log@0.4.14
+loop9@0.1.3
+maplit@1.0.2
+matrixmultiply@0.1.15
+memchr@2.4.0
+memoffset@0.6.4
+miniz_oxide@0.3.7
+miniz_oxide@0.4.4
+nasm-rs@0.2.0
+noop_proc_macro@0.3.0
+num@0.1.42
+num@0.3.1
+num-bigint@0.3.2
+num-complex@0.3.1
+num-derive@0.3.3
+num-integer@0.1.44
+num-iter@0.1.42

[gentoo-commits] repo/proj/guru:dev commit in: media-fonts/nerdfonts/

2024-05-07 Thread Lucio Sauer
commit: e003ee8c179a84a34fdd0df2e0f3c8eb699efbae
Author: Lucio Sauer  posteo  net>
AuthorDate: Wed May  8 02:21:00 2024 +
Commit: Lucio Sauer  posteo  net>
CommitDate: Wed May  8 02:21:00 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e003ee8c

media-fonts/nerdfonts: query font formats before setting FONT_SUFFIX

Suggested here: 
https://github.com/gentoo/guru/commit/0b15d030d05e7a1ff537f70e81a2d94a815eec8b#commitcomment-140845216

Fix variable order

Signed-off-by: Lucio Sauer  posteo.net>

 media-fonts/nerdfonts/nerdfonts-3.2.0.ebuild | 90 
 1 file changed, 25 insertions(+), 65 deletions(-)

diff --git a/media-fonts/nerdfonts/nerdfonts-3.2.0.ebuild 
b/media-fonts/nerdfonts/nerdfonts-3.2.0.ebuild
index 3096c23e11..f6d7900b6b 100644
--- a/media-fonts/nerdfonts/nerdfonts-3.2.0.ebuild
+++ b/media-fonts/nerdfonts/nerdfonts-3.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -6,22 +6,6 @@ EAPI=8
 inherit font
 
 DESCRIPTION="Iconic font aggregator, collection, & patcher. 3,600+ icons, 50+ 
patched fonts: Hack, Source Code Pro, more. Glyph collections: Font Awesome, 
Material Design Icons, Octicons, & more"
-IUSE="0xproto 3270 agave anonymouspro arimo aurulentsansmono bigblueterminal 
bitstreamverasansmono
-cascadiacode cascadiamono codenewroman comicshannsmono commitmono cousine 
d2coding daddytimemono
-dejavusansmono droidsansmono envycoder fantasquesansmono firacode firamono 
geistmono gomono gohu
-hack hasklig heavydata hermit iawriter ibmplexmono inconsolata inconsolatago 
inconsolatalgc
-intelonemono iosevka iosevkaterm iosevkatermslab jetbrainsmono lekton 
liberationmono lilex
-martianmono meslo monaspace monofur monoid mononoki mplus nerdfontssymbolsonly 
noto opendyslexic
-overpass profont proggyclean recursive robotomono sharetechmono sourcecodepro 
spacemono terminus
-tinos ubuntu ubuntumono ubuntusans victormono zedmono"
-REQUIRED_USE="|| ( 0xproto 3270 agave anonymouspro arimo aurulentsansmono 
bigblueterminal bitstreamverasansmono
-cascadiacode cascadiamono codenewroman comicshannsmono commitmono cousine 
d2coding daddytimemono
-dejavusansmono droidsansmono envycoder fantasquesansmono firacode firamono 
geistmono gomono gohu
-hack hasklig heavydata hermit iawriter ibmplexmono inconsolata inconsolatago 
inconsolatalgc
-intelonemono iosevka iosevkaterm iosevkatermslab jetbrainsmono lekton 
liberationmono lilex
-martianmono meslo monaspace monofur monoid mononoki mplus nerdfontssymbolsonly 
noto opendyslexic
-overpass profont proggyclean recursive robotomono sharetechmono sourcecodepro 
spacemono terminus
-tinos ubuntu ubuntumono ubuntusans victormono zedmono )"
 HOMEPAGE="https://github.com/ryanoasis/nerd-fonts;
 SRC_URI="
0xproto? ( 
https://github.com/ryanoasis/nerd-fonts/releases/download/v${PV}/0xProto.tar.xz 
-> 0xProto-${PV}.tar.xz )
@@ -93,6 +77,23 @@ SRC_URI="
zedmono? ( 
https://github.com/ryanoasis/nerd-fonts/releases/download/v${PV}/ZedMono.tar.xz 
-> ZedMono-${PV}.tar.xz )
 "
 
+S="${WORKDIR}"
+
+LICENSE="OFL-1.1"
+SLOT="0"
+KEYWORDS="~amd64"
+
+IUSE_FONTS="0xproto 3270 agave anonymouspro arimo aurulentsansmono 
bigblueterminal bitstreamverasansmono
+cascadiacode cascadiamono codenewroman comicshannsmono commitmono cousine 
d2coding daddytimemono
+dejavusansmono droidsansmono envycoder fantasquesansmono firacode firamono 
geistmono gomono gohu
+hack hasklig heavydata hermit iawriter ibmplexmono inconsolata inconsolatago 
inconsolatalgc
+intelonemono iosevka iosevkaterm iosevkatermslab jetbrainsmono lekton 
liberationmono lilex
+martianmono meslo monaspace monofur monoid mononoki mplus nerdfontssymbolsonly 
noto opendyslexic
+overpass profont proggyclean recursive robotomono sharetechmono sourcecodepro 
spacemono terminus
+tinos ubuntu ubuntumono ubuntusans victormono zedmono"
+IUSE="${IUSE_FONTS}"
+REQUIRED_USE="|| ( ${IUSE_FONTS} )"
+
 RDEPEND="
firacode? ( !media-fonts/firacode-nerdfont )
iosevka? ( !media-fonts/iosevka-nerdfont )
@@ -101,55 +102,14 @@ RDEPEND="
ubuntumono? ( !media-fonts/ubuntumono-nerdfont )
 "
 
-LICENSE="OFL-1.1"
-SLOT="0"
-KEYWORDS="~amd64"
-
-S="${WORKDIR}"
-
-FONT_SUFFIX="ttf otf"
+FONT_SUFFIX=""
 
-
-# From font.eclass
 src_install() {
-   local dir suffix commondoc
-
-   if [[ -n ${FONT_OPENTYPE_COMPAT} ]] && in_iuse opentype-compat && use 
opentype-compat ; then
-   font_wrap_opentype_compat
-   fi
-
-   if [[ $(declare -p FONT_S 2>/dev/null) == "declare -a"* ]]; then
-   # recreate the directory structure if FONT_S is an array
-   for dir in "${FONT_S[@]}"; do
-   pushd "${dir}" > /dev/null || die "pushd ${dir} failed"
-   insinto "${FONTDIR}/${dir#"${S}"}"
-   for suffix in ${FONT_SUFFIX}; do
- 

[gentoo-commits] repo/proj/guru:dev commit in: app-crypt/sac-core/

2024-05-07 Thread Lucio Sauer
commit: ae10815e7fbf11a9903e4737c9d36188a7cc6d30
Author: Lucio Sauer  posteo  net>
AuthorDate: Wed May  8 01:34:23 2024 +
Commit: Lucio Sauer  posteo  net>
CommitDate: Wed May  8 01:34:23 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ae10815e

app-crypt/sac-core: add QA_PREBUILT

Closes: https://bugs.gentoo.org/931340
Closes: https://bugs.gentoo.org/931339
Signed-off-by: Lucio Sauer  posteo.net>

 app-crypt/sac-core/sac-core-10.8.1050-r1.ebuild | 5 +
 1 file changed, 5 insertions(+)

diff --git a/app-crypt/sac-core/sac-core-10.8.1050-r1.ebuild 
b/app-crypt/sac-core/sac-core-10.8.1050-r1.ebuild
index 26f76629ee..00df9ea8e2 100644
--- a/app-crypt/sac-core/sac-core-10.8.1050-r1.ebuild
+++ b/app-crypt/sac-core/sac-core-10.8.1050-r1.ebuild
@@ -29,6 +29,11 @@ RDEPEND="
 DEPEND="${RDEPEND}"
 BDEPEND="app-arch/unzip"
 
+QA_PREBUILT="
+   usr/bin/SACSrv
+   usr/lib64/.*
+"
+
 src_unpack() {
default
unpacker "SAC Linux ${PV} R1 
GA/Installation/withoutUI/Ubuntu-2204/safenetauthenticationclient-core_${PV}_amd64.deb"



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

2024-05-07 Thread Lucio Sauer
commit: 76ef4fb637f299b9c48d10a5035cd1c8a7f3f573
Author: Lucio Sauer  posteo  net>
AuthorDate: Wed May  8 01:08:37 2024 +
Commit: Lucio Sauer  posteo  net>
CommitDate: Wed May  8 01:22:35 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=76ef4fb6

profiles/license_groups: add sac-core-10.8.1050-terms to EULA

Signed-off-by: Lucio Sauer  posteo.net>

 profiles/license_groups | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/license_groups b/profiles/license_groups
index 9ffcd81288..9e10a1bfac 100644
--- a/profiles/license_groups
+++ b/profiles/license_groups
@@ -6,5 +6,5 @@ FSF-APPROVED @GPL-COMPATIBLE OSL-3.0
 FREE @FREE-SOFTWARE @OPEN-DEFINITION
 DFSG @FREE lablgtk-examples meschach shion VOSTROM
 BINARY-REDISTRIBUTABLE PGP-2 RSAREF
-EULA Enpass-EULA RTCW-ETEULA technic Typora-EULA Warframe-EULA Saleae
+EULA Enpass-EULA RTCW-ETEULA sac-core-10.8.1050-terms technic Typora-EULA 
Warframe-EULA Saleae
 COPYFREE 0BSD BEER-WARE BSL-1.1 BSD BSD-2 CC0-1.0 Clear-BSD HPND MIT OPENLDAP 
POSTGRESQL tcltk Unlicense WTFPL ZSH



[gentoo-commits] repo/proj/guru:dev commit in: app-crypt/sac-core/

2024-05-07 Thread Lucio Sauer
commit: 9b86eb6576329c8eba4eec21c582447337155ebd
Author: Lucio Sauer  posteo  net>
AuthorDate: Wed May  8 01:51:01 2024 +
Commit: Lucio Sauer  posteo  net>
CommitDate: Wed May  8 01:56:14 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9b86eb65

app-crypt/sac-core: redo src_install with PMS commands

Remove upstream's documentation compression
https://cmpct.info/~sam/blog/posts/automatic-manpage-compression/

Signed-off-by: Lucio Sauer  posteo.net>

 app-crypt/sac-core/sac-core-10.8.1050-r1.ebuild | 34 +++--
 1 file changed, 15 insertions(+), 19 deletions(-)

diff --git a/app-crypt/sac-core/sac-core-10.8.1050-r1.ebuild 
b/app-crypt/sac-core/sac-core-10.8.1050-r1.ebuild
index cc84632e55..5a0d7970c5 100644
--- a/app-crypt/sac-core/sac-core-10.8.1050-r1.ebuild
+++ b/app-crypt/sac-core/sac-core-10.8.1050-r1.ebuild
@@ -40,29 +40,25 @@ src_unpack() {
 }
 
 src_install() {
-   # v10.8 is 64bit only, so move to the proper libdir
-   mv usr/lib usr/$(get_libdir) || die
+   dobin usr/bin/SACSrv
 
-   # libs are not marked as executable
-   chmod 755 usr/$(get_libdir)/lib*.${PV} || die
+   find usr/lib -maxdepth 1 -name "*.so*" -exec dolib.so {} + || die
+   dodir /usr/$(get_libdir)/pkcs11
+   insinto /usr/$(get_libdir)
+   doins -r usr/lib/pkcs11
 
-   # move docs to proper location
-   mkdir -p "usr/share/doc/${PF}" || die
-   mv usr/share/doc/safenetauthenticationclient-core 
"usr/share/doc/${PF}/" || die
+   # Create missing SONAME symlinks
+   for libname in eTokenHID 
ID{{Prime,Classic}SISTokenEngine,Prime{PKCS11,TokenEngine}} SACLog
+   do
+   dosym -r /usr/$(get_libdir)/lib${libname}.so.{${PV},10}
+   done
 
-   # exclude already compressed file from compression
-   docompress -x 
"/usr/share/doc/${PF}/safenetauthenticationclient-core/changelog.gz" || die
+   # compress documentation with $PORTAGE_COMPRESS
+   gunzip usr/share/doc/safenetauthenticationclient-core/changelog.gz || 
die
+   dodoc usr/share/doc/safenetauthenticationclient-core/changelog
 
-   # Create missing SONAME symlinks
-   ln -s libSACLog.so.${PV} "usr/$(get_libdir)/libSACLog.so.10" || die
-   ln -s libeTokenHID.so.${PV} "usr/$(get_libdir)/libeTokenHID.so.10" || 
die
-   ln -s libIDPrimePKCS11.so.${PV} 
"usr/$(get_libdir)/libIDPrimePKCS11.so.10" || die
-   ln -s libIDPrimeTokenEngine.so.${PV} 
"usr/$(get_libdir)/libIDPrimeTokenEngine.so.10" || die
-   ln -s libIDClassicSISTokenEngine.so.${PV} 
"usr/$(get_libdir)/libIDClassicSISTokenEngine.so.10" || die
-   ln -s libIDPrimeSISTokenEngine.so.${PV} 
"usr/$(get_libdir)/libIDPrimeSISTokenEngine.so.10" || die
-
-   mv usr/ "${D}/" || die
-   mv etc/ "${D}/" || die
+   insinto /etc
+   doins -r etc/*
 
systemd_dounit "${FILESDIR}/safenetauthenticationclient.service"
 }



[gentoo-commits] repo/proj/guru:dev commit in: app-crypt/sac-core/

2024-05-07 Thread Lucio Sauer
commit: 04f831f1d7fde905d66201cfdf65162633715e75
Author: Lucio Sauer  posteo  net>
AuthorDate: Wed May  8 01:36:55 2024 +
Commit: Lucio Sauer  posteo  net>
CommitDate: Wed May  8 01:36:55 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=04f831f1

app-crypt/sac-core: shorten verbose DESCRIPTION

Signed-off-by: Lucio Sauer  posteo.net>

 app-crypt/sac-core/sac-core-10.8.1050-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/sac-core/sac-core-10.8.1050-r1.ebuild 
b/app-crypt/sac-core/sac-core-10.8.1050-r1.ebuild
index 00df9ea8e2..cc84632e55 100644
--- a/app-crypt/sac-core/sac-core-10.8.1050-r1.ebuild
+++ b/app-crypt/sac-core/sac-core-10.8.1050-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 inherit systemd unpacker
 
-DESCRIPTION="Thales/Gemalto SafeNet Authentication Client for eToken 5110/5300 
& IDPrime (core PKCS#11 modules)"
+DESCRIPTION="Thales/Gemalto SafeNet Authentication Client"
 
HOMEPAGE="https://cpl.thalesgroup.com/access-management/security-applications/authentication-client-token-management;
 SRC_URI="https://nullroute.lt/tmp/2023/pkg/SAC_Linux_10.8.105_R1_GA.zip;
 



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

2024-05-07 Thread Lucio Sauer
commit: ca87397f7f657a4ca5a0dcb601db97ba08dca32e
Author: Lucio Sauer  posteo  net>
AuthorDate: Wed May  8 01:04:27 2024 +
Commit: Lucio Sauer  posteo  net>
CommitDate: Wed May  8 01:22:28 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ca87397f

licenses: add sac-core-10.8.1050-terms

The license explicitly contains references to its bundled dependencies
under section 13 and in the Addenum for Third Party Software
Applications, so its name must reflect ${PV}.

Signed-off-by: Lucio Sauer  posteo.net>

 licenses/sac-core-10.8.1050-terms | 234 ++
 1 file changed, 234 insertions(+)

diff --git a/licenses/sac-core-10.8.1050-terms 
b/licenses/sac-core-10.8.1050-terms
new file mode 100644
index 00..c124825a87
--- /dev/null
+++ b/licenses/sac-core-10.8.1050-terms
@@ -0,0 +1,234 @@
+THALES SOFTWARE LICENSE TERMS
+SafeNet Authentication Client
+Legal notice:
+Thales software is not sold; rather, copies of Thales software are licensed 
all the way through the distribution channel to the end user. 
+UNLESS YOU HAVE ANOTHER AGREEMENT DIRECTLY WITH THALES THAT CONTROLS AND 
ALTERS YOUR USE OR DISTRIBUTION OF THE THALES SOFTWARE, 
+THE TERMS AND CONDITIONS OF THE APPLICABLE LICENSE AGREEMENTS BELOW APPLY TO 
YOU. 
+Please read the agreements applicable for the products you want to use.  
+Please be careful to read the agreement for the software you want to use. 
+
+LICENSE AGREEMENT
+IMPORTANT INFORMATION - PLEASE READ THIS AGREEMENT CAREFULLY BEFORE OPENING 
THE PACKAGE AND/OR USING THE CONTENTS THEREOF AND/OR 
+BEFORE DOWNLOADING OR INSTALLING THE SOFTWARE PROGRAM. ALL ORDERS FOR AND USE 
OF SOFTWARE SUPPLIED BY Thales DIS CPL USA, Inc. 
+(or any of its affiliates - either of them referred to as "THALES") ARE AND 
SHALL BE, SUBJECT TO THE TERMS AND CONDITIONS SET FORTH IN THIS AGREEMENT. 
+BY OPENING THE PACKAGE CONTAINING THE PRODUCTS AND/OR BY DOWNLOADING THE 
SOFTWARE (as defined hereunder) AND/OR BY INSTALLING THE SOFTWARE 
+ON YOUR COMPUTER AND/OR BY USING THE PRODUCT, YOU ARE ACCEPTING THIS AGREEMENT 
AND AGREEING TO BE BOUND BY ITS TERMS AND CONDITIONS.
+
+1.  Ownership.  
+The object code version of the software component of SafeNet Authentication 
Client, including any revisions, corrections, modifications, enhancements, 
+updates and/or upgrades thereto about to be installed by you (hereinafter in 
whole or any part thereof defined as: "Software"), and the related the 
materials 
+and documents pertaining to the Software which may include, without 
limitation, user guides, manuals, and any other written material provided by 
Thales 
+(the "Documentation''), ARE NOT FOR SALE and are and shall remain Thales's 
sole property.  All intellectual property rights (including, without 
limitation, 
+copyrights, trade secrets, trademarks, etc.) evidenced by or embodied in 
and/or attached/connected/related to the Software, in the form of object code 
only, 
+and the Documentation (collectively the ''Licensed Product''), are and shall 
be owned solely by Thales. 
+This License Agreement does not convey to you an interest in or to the 
Licensed Product, but only a limited right of use revocable in accordance with 
the terms 
+of this License Agreement. Nothing in this License Agreement constitutes a 
waiver of Thales's intellectual property rights under any law, and all rights 
not 
+granted to you herein are expressly reserved by Thales.  The Licensed Product 
is protected by law, including but not limited to the copyright laws of 
+the United States and other countries, and by international treaty provisions. 
+
+2.  Non Exclusive License.
+
+Subject to payment of applicable fees, Thales hereby grants to you, and you 
accept, a personal, nonexclusive and fully revocable limited license (the 
"License") 
+to use the Software, in executable form only, as described in the 
Documentation and only according to the terms of this License Agreement to:  
(i) install 
+the Software and use it on computers as described in Thales's related 
Documentation; and (ii) merge and link the Software into your computer programs 
for 
+the sole purpose described in the Documentation provided by Thales (the 
"Designated Uses").  Licensee shall use the Licensed Products only for the 
Designated 
+Uses permitted by this License, as specified above, and only during the term 
of this License Agreement. Licensee shall not use the Licensed Products for any 
+other purpose of any kind or nature whatsoever.
+
+3. Use Limitations.  
+The Licensed Product must be used and maintained in strict compliance with the 
instruction and safety precautions of Thales contained herein, in all 
+supplements thereto, and in any other written documents of Thales. Except as 
specifically permitted in Section 2 above, you agree not to: (i) use, 
+copy, modify, merge, sub-license, or transfer the Software or any other of 
Thales's products, in whole or in part, except as 

[gentoo-commits] repo/proj/guru:dev commit in: app-crypt/sac-core/

2024-05-07 Thread Lucio Sauer
commit: b462f0d57c3f184aab74fd154db6e24ea8c69d8c
Author: Lucio Sauer  posteo  net>
AuthorDate: Wed May  8 01:30:21 2024 +
Commit: Lucio Sauer  posteo  net>
CommitDate: Wed May  8 01:31:20 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b462f0d5

app-crypt/sac-core: use unpacker eclass for deb archive

Add missing unzip build-time dependency
Fix variable order

Closes: https://bugs.gentoo.org/931337
Signed-off-by: Lucio Sauer  posteo.net>

 app-crypt/sac-core/sac-core-10.8.1050-r1.ebuild | 18 +++---
 1 file changed, 7 insertions(+), 11 deletions(-)

diff --git a/app-crypt/sac-core/sac-core-10.8.1050-r1.ebuild 
b/app-crypt/sac-core/sac-core-10.8.1050-r1.ebuild
index 5d3627cdcb..26f76629ee 100644
--- a/app-crypt/sac-core/sac-core-10.8.1050-r1.ebuild
+++ b/app-crypt/sac-core/sac-core-10.8.1050-r1.ebuild
@@ -3,11 +3,14 @@
 
 EAPI=8
 
-DESCRIPTION="Thales/Gemalto SafeNet Authentication Client for eToken 5110/5300 
& IDPrime (core PKCS#11 modules)"
+inherit systemd unpacker
 
+DESCRIPTION="Thales/Gemalto SafeNet Authentication Client for eToken 5110/5300 
& IDPrime (core PKCS#11 modules)"
+HOMEPAGE="https://cpl.thalesgroup.com/access-management/security-applications/authentication-client-token-management;
 SRC_URI="https://nullroute.lt/tmp/2023/pkg/SAC_Linux_10.8.105_R1_GA.zip;
 
-HOMEPAGE="https://cpl.thalesgroup.com/access-management/security-applications/authentication-client-token-management;
+S="${WORKDIR}"
+
 LICENSE="sac-core-10.8.1050-terms LGPL-2.1 ZLIB"
 SLOT="0"
 KEYWORDS="~amd64"
@@ -16,8 +19,6 @@ IUSE="+ssl"
 # binaries are already stripped
 RESTRICT="bindist mirror strip"
 
-inherit systemd
-
 RDEPEND="
dev-libs/openssl
sys-apps/pcsc-lite
@@ -26,16 +27,11 @@ RDEPEND="
ssl? ( dev-libs/libp11 )
 "
 DEPEND="${RDEPEND}"
-
-S="${WORKDIR}"
+BDEPEND="app-arch/unzip"
 
 src_unpack() {
default
-
-   cd "$S" || die
-
-   unpack "SAC Linux ${PV} R1 
GA/Installation/withoutUI/Ubuntu-2204/safenetauthenticationclient-core_${PV}_amd64.deb"
 || die
-   unpack "./data.tar.gz" || die
+   unpacker "SAC Linux ${PV} R1 
GA/Installation/withoutUI/Ubuntu-2204/safenetauthenticationclient-core_${PV}_amd64.deb"
 }
 
 src_install() {



[gentoo-commits] repo/proj/guru:dev commit in: app-crypt/sac-core/

2024-05-07 Thread Lucio Sauer
commit: d017b095433f08957e9d236ed05dfc96efd8eed7
Author: Lucio Sauer  posteo  net>
AuthorDate: Wed May  8 01:24:14 2024 +
Commit: Lucio Sauer  posteo  net>
CommitDate: Wed May  8 01:28:18 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d017b095

app-crypt/sac-core: update LICENSE

Signed-off-by: Lucio Sauer  posteo.net>

 .../{sac-core-10.8.1050.ebuild => sac-core-10.8.1050-r1.ebuild}  | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/app-crypt/sac-core/sac-core-10.8.1050.ebuild 
b/app-crypt/sac-core/sac-core-10.8.1050-r1.ebuild
similarity index 96%
rename from app-crypt/sac-core/sac-core-10.8.1050.ebuild
rename to app-crypt/sac-core/sac-core-10.8.1050-r1.ebuild
index 65c5d5cb20..5d3627cdcb 100644
--- a/app-crypt/sac-core/sac-core-10.8.1050.ebuild
+++ b/app-crypt/sac-core/sac-core-10.8.1050-r1.ebuild
@@ -8,14 +8,13 @@ DESCRIPTION="Thales/Gemalto SafeNet Authentication Client for 
eToken 5110/5300 &
 SRC_URI="https://nullroute.lt/tmp/2023/pkg/SAC_Linux_10.8.105_R1_GA.zip;
 
 
HOMEPAGE="https://cpl.thalesgroup.com/access-management/security-applications/authentication-client-token-management;
-# see usr/share/doc copyright file
-LICENSE="no-source-code EULA"
+LICENSE="sac-core-10.8.1050-terms LGPL-2.1 ZLIB"
 SLOT="0"
 KEYWORDS="~amd64"
 IUSE="+ssl"
 
 # binaries are already stripped
-RESTRICT="strip"
+RESTRICT="bindist mirror strip"
 
 inherit systemd
 



[gentoo-commits] repo/gentoo:master commit in: net-wireless/wpa_supplicant/

2024-05-07 Thread Mike Gilbert
commit: 7078bba0d1945b9ea59e6dc2a27c0b5ed1f7baf5
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed May  8 01:25:10 2024 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed May  8 01:25:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7078bba0

net-wireless/wpa_supplicant: remove ${EROOT} from DOC_CONTENTS

pkgcheck warns about using EROOT in global scope.

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

 net-wireless/wpa_supplicant/wpa_supplicant-2.10-r4.ebuild | 4 ++--
 net-wireless/wpa_supplicant/wpa_supplicant-2.10-r5.ebuild | 4 ++--
 net-wireless/wpa_supplicant/wpa_supplicant-.ebuild| 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/net-wireless/wpa_supplicant/wpa_supplicant-2.10-r4.ebuild 
b/net-wireless/wpa_supplicant/wpa_supplicant-2.10-r4.ebuild
index 5778596a4275..51b2075c6830 100644
--- a/net-wireless/wpa_supplicant/wpa_supplicant-2.10-r4.ebuild
+++ b/net-wireless/wpa_supplicant/wpa_supplicant-2.10-r4.ebuild
@@ -59,9 +59,9 @@ BDEPEND="virtual/pkgconfig"
 DOC_CONTENTS="
If this is a clean installation of wpa_supplicant, you
have to create a configuration file named
-   ${EROOT}/etc/wpa_supplicant/wpa_supplicant.conf
+   /etc/wpa_supplicant/wpa_supplicant.conf
An example configuration file is available for reference in
-   ${EROOT}/usr/share/doc/${PF}/
+   /usr/share/doc/${PF}/
 "
 
 S="${WORKDIR}/${P}/${PN}"

diff --git a/net-wireless/wpa_supplicant/wpa_supplicant-2.10-r5.ebuild 
b/net-wireless/wpa_supplicant/wpa_supplicant-2.10-r5.ebuild
index 2a500901cf60..e2f919e5221e 100644
--- a/net-wireless/wpa_supplicant/wpa_supplicant-2.10-r5.ebuild
+++ b/net-wireless/wpa_supplicant/wpa_supplicant-2.10-r5.ebuild
@@ -59,9 +59,9 @@ BDEPEND="virtual/pkgconfig"
 DOC_CONTENTS="
If this is a clean installation of wpa_supplicant, you
have to create a configuration file named
-   ${EROOT}/etc/wpa_supplicant/wpa_supplicant.conf
+   /etc/wpa_supplicant/wpa_supplicant.conf
An example configuration file is available for reference in
-   ${EROOT}/usr/share/doc/${PF}/
+   /usr/share/doc/${PF}/
 "
 
 S="${WORKDIR}/${P}/${PN}"

diff --git a/net-wireless/wpa_supplicant/wpa_supplicant-.ebuild 
b/net-wireless/wpa_supplicant/wpa_supplicant-.ebuild
index 75c7a436d746..b6b9865b98bc 100644
--- a/net-wireless/wpa_supplicant/wpa_supplicant-.ebuild
+++ b/net-wireless/wpa_supplicant/wpa_supplicant-.ebuild
@@ -59,9 +59,9 @@ BDEPEND="virtual/pkgconfig"
 DOC_CONTENTS="
If this is a clean installation of wpa_supplicant, you
have to create a configuration file named
-   ${EROOT}/etc/wpa_supplicant/wpa_supplicant.conf
+   /etc/wpa_supplicant/wpa_supplicant.conf
An example configuration file is available for reference in
-   ${EROOT}/usr/share/doc/${PF}/
+   /usr/share/doc/${PF}/
 "
 
 S="${WORKDIR}/${P}/${PN}"



[gentoo-commits] repo/gentoo:master commit in: net-wireless/wpa_supplicant/files/, net-wireless/wpa_supplicant/

2024-05-07 Thread Mike Gilbert
commit: ace10427ce3ffe912d349cd8aea32673ecd719d9
Author: Matoro Mahri  matoro  tk>
AuthorDate: Thu Feb 29 19:42:14 2024 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed May  8 01:22:38 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ace10427

net-wireless/wpa_supplicant: call service stop on AP disconnect

Lot of discussion in the primary ticket for this, but apparently
multiple users report that previously connected wifi does not come up on
resume from suspend.  This is due to the original implementation
wpa_cli.sh not stopping the service, which was to avoid taking the
interface down, which would interfere with wpa_supplicant which needs
the interface to be up.  However, nowadays we set IN_BACKGROUND which
takes care of preventing the interface from being taken down, so it's
safe to stop the service.  If the service isn't stopped, then trying to
start the service on reconnection is a no-op (because the service is
already started).

Closes: https://bugs.gentoo.org/591752
Closes: https://bugs.gentoo.org/909574
Signed-off-by: Matoro Mahri  matoro.tk>
Closes: https://github.com/gentoo/gentoo/pull/35579
Signed-off-by: Mike Gilbert  gentoo.org>

 net-wireless/wpa_supplicant/files/wpa_cli-r1.sh| 44 ++
 ...t-.ebuild => wpa_supplicant-2.10-r5.ebuild} |  4 +-
 .../wpa_supplicant/wpa_supplicant-.ebuild  |  2 +-
 3 files changed, 47 insertions(+), 3 deletions(-)

diff --git a/net-wireless/wpa_supplicant/files/wpa_cli-r1.sh 
b/net-wireless/wpa_supplicant/files/wpa_cli-r1.sh
new file mode 100644
index ..dc852f427f4c
--- /dev/null
+++ b/net-wireless/wpa_supplicant/files/wpa_cli-r1.sh
@@ -0,0 +1,44 @@
+#!/bin/sh
+# Copyright 1999-2011 Gentoo Foundation
+# Written by Roy Marples 
+# Distributed under the terms of the GNU General Public License v2
+# Alternatively, this file may be distributed under the terms of the BSD 
License
+
+if [ -z "$1" -o -z "$2" ]; then
+   logger -t wpa_cli "Insufficient parameters"
+   exit 1
+fi
+
+INTERFACE="$1"
+ACTION="$2"
+
+# Note, the below action must NOT mark the interface down via ifconfig, ip or
+# similar. Addresses can be removed, changed and daemons can be stopped, but
+# the interface must remain up for wpa_supplicant to work.
+
+if [ -f /etc/gentoo-release ]; then
+   EXEC="/etc/init.d/net.${INTERFACE} --quiet"
+else
+   logger -t wpa_cli "I don't know what to do with this distro!"
+   exit 1
+fi
+
+case ${ACTION} in
+   CONNECTED)
+   EXEC="${EXEC} start"
+   ;;
+   DISCONNECTED)
+   EXEC="${EXEC} --nodeps stop"
+   ;;
+   *)
+   logger -t wpa_cli "Unknown action ${ACTION}"
+   exit 1
+   ;;
+esac
+
+# ${EXEC} can use ${IN_BACKGROUND} so that it knows that the user isn't
+# stopping the interface and a background process - like wpa_cli - is.
+export IN_BACKGROUND=true
+
+logger -t wpa_cli "interface ${INTERFACE} ${ACTION}"
+${EXEC} || logger -t wpa_cli "executing '${EXEC}' failed"

diff --git a/net-wireless/wpa_supplicant/wpa_supplicant-.ebuild 
b/net-wireless/wpa_supplicant/wpa_supplicant-2.10-r5.ebuild
similarity index 98%
copy from net-wireless/wpa_supplicant/wpa_supplicant-.ebuild
copy to net-wireless/wpa_supplicant/wpa_supplicant-2.10-r5.ebuild
index 5778596a4275..2a500901cf60 100644
--- a/net-wireless/wpa_supplicant/wpa_supplicant-.ebuild
+++ b/net-wireless/wpa_supplicant/wpa_supplicant-2.10-r5.ebuild
@@ -13,7 +13,7 @@ if [ "${PV}" = "" ]; then
inherit git-r3
EGIT_REPO_URI="https://w1.fi/hostap.git;
 else
-   KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86"
SRC_URI="https://w1.fi/releases/${P}.tar.gz;
 fi
 
@@ -393,7 +393,7 @@ src_install() {
newconfd "${FILESDIR}/${PN}-conf.d" wpa_supplicant
 
exeinto /etc/wpa_supplicant/
-   newexe "${FILESDIR}/wpa_cli.sh" wpa_cli.sh
+   newexe "${FILESDIR}/wpa_cli-r1.sh" wpa_cli.sh
 
readme.gentoo_create_doc
dodoc ChangeLog {eap_testing,todo}.txt README{,-WPS} \

diff --git a/net-wireless/wpa_supplicant/wpa_supplicant-.ebuild 
b/net-wireless/wpa_supplicant/wpa_supplicant-.ebuild
index 5778596a4275..75c7a436d746 100644
--- a/net-wireless/wpa_supplicant/wpa_supplicant-.ebuild
+++ b/net-wireless/wpa_supplicant/wpa_supplicant-.ebuild
@@ -393,7 +393,7 @@ src_install() {
newconfd "${FILESDIR}/${PN}-conf.d" wpa_supplicant
 
exeinto /etc/wpa_supplicant/
-   newexe "${FILESDIR}/wpa_cli.sh" wpa_cli.sh
+   newexe "${FILESDIR}/wpa_cli-r1.sh" wpa_cli.sh
 
readme.gentoo_create_doc
dodoc ChangeLog {eap_testing,todo}.txt README{,-WPS} \



[gentoo-commits] repo/proj/guru:dev commit in: app-admin/pulumi-bin/

2024-05-07 Thread Alexey Zapparov
commit: 18dd07af75e28cfdbd24f486a829b10802f9afdc
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Tue May  7 23:45:55 2024 +
Commit: Alexey Zapparov  zapparov  com>
CommitDate: Tue May  7 23:46:06 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=18dd07af

app-admin/pulumi-bin: add 3.115.2, drop 3.112.0

Signed-off-by: Alexey Zapparov  zapparov.com>

 app-admin/pulumi-bin/Manifest   | 2 +-
 .../pulumi-bin/{pulumi-bin-3.112.0.ebuild => pulumi-bin-3.115.2.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index 4c32dd1b32..ddb8482c94 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1,3 +1,3 @@
-DIST pulumi-v3.112.0-linux-x64.tar.gz 157900361 BLAKE2B 
565823e6ad9d40eb5303596ec0b3bb96d316d2439b83e16b6401fc5486059d53ab092cd3ce202897e7ceb580d9688f354511c5be4dba347a5a771b4cbd61860c
 SHA512 
a1c29de16caa2e41faede5533106b9b43eef007b249fedce3dc8a098ea508e2c248807e2a9206c810ccfdca3e362b600783d3b46b6afd1ca4cad725435929aed
 DIST pulumi-v3.113.0-linux-x64.tar.gz 159635620 BLAKE2B 
724beb887fc90396ac00a13671d73ff0b531ee4a4a34d4277e8b3a982bd0b5246f71e048ff10eac5d9c816a5661b929ba32fb8b2fea675b7aeab8e575695b99d
 SHA512 
0db068d8012f0daba59e092a4d9904cf4c15effb308f34489efa1bc2c9a448668432d4c2cf8f1e9482c7449cd39c38cc29376890ea8dab420f9d2a9b9bda
 DIST pulumi-v3.114.0-linux-x64.tar.gz 159768914 BLAKE2B 
be3ea69e1ff653a3cc95f4f12b0dbf8dc4f2b631270aec30d4082addb5afed48053deef4a9c26b568512a8eb454879c9244e6f7ede0eb2aee357b2a4cc71e347
 SHA512 
af9aa95b987507145299b86a8501a6e3b81b09a789c07839e71c10a8d7e5032408b831b1946b316bf94753018d0d1265546c1bf9dfd2fd17445233f736044e74
+DIST pulumi-v3.115.2-linux-x64.tar.gz 159802131 BLAKE2B 
3a150c18e4c866d15931bf914cd927837ddf46a93e83876c71dfefd61e035f0c969db3153748246c78529eb0dead6370c0aa26eb42a9db048166e1ed286689be
 SHA512 
406548771d7f041dca2718ece20f4efff7019a16f9913a92a61bd7eb2371fdaaff57cf18a6e03b22c1f7e86fa9b4edac2560895e1ee074357e53eb1aff59eb9b

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.112.0.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.115.2.ebuild
similarity index 100%
rename from app-admin/pulumi-bin/pulumi-bin-3.112.0.ebuild
rename to app-admin/pulumi-bin/pulumi-bin-3.115.2.ebuild



[gentoo-commits] repo/user/dlang:master commit in: dev-util/dlang-tools/

2024-05-07 Thread Horodniceanu Andrei
commit: e440148fd0b48caf3f32bd9a0db7915ef0de64a0
Author: Andrei Horodniceanu  proton  me>
AuthorDate: Tue May  7 20:11:20 2024 +
Commit: Horodniceanu Andrei  proton  me>
CommitDate: Tue May  7 20:11:20 2024 +
URL:https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=e440148f

dev-util/dlang-tools: form a REQUIRED_USE conditional around tests

As suggested on IRC, since tests are only run if either ddemangle,
dustmite, or, rdmd appear in USE, require that any of those are set when
tests are enabled.

This changes requires that test is added to IUSE.

Signed-off-by: Andrei Horodniceanu  proton.me>

 dev-util/dlang-tools/dlang-tools-2.108.0.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-util/dlang-tools/dlang-tools-2.108.0.ebuild 
b/dev-util/dlang-tools/dlang-tools-2.108.0.ebuild
index b086a62..fbd6a3e 100644
--- a/dev-util/dlang-tools/dlang-tools-2.108.0.ebuild
+++ b/dev-util/dlang-tools/dlang-tools-2.108.0.ebuild
@@ -24,7 +24,8 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 TOOLS="ddemangle detab dustmite rdmd"
-IUSE="+ddemangle detab dustmite +rdmd"
+IUSE="+ddemangle detab dustmite +rdmd test"
+RESTRICT="!test? ( test )"
 
 DLANG_COMPAT=( dmd-2_{106..108} gdc-13 ldc2-1_{35..37} )
 
@@ -36,7 +37,7 @@ PATCHES=(
"${FILESDIR}/gdc-13-fix-parentheses.patch"
 )
 
-REQUIRED_USE="|| ( ${TOOLS[@]} ) ${DLANG_REQUIRED_USE}"
+REQUIRED_USE="|| ( ${TOOLS[@]} ) ${DLANG_REQUIRED_USE} test? ( || ( ddemangle 
dustmite rdmd ) )"
 DEPEND=${DLANG_DEPS}
 BDEPEND=${DLANG_DEPS}
 RDEPEND=${DLANG_DEPS}



[gentoo-commits] repo/user/dlang:master commit in: dev-lang/dmd/

2024-05-07 Thread Horodniceanu Andrei
commit: e1447e5adf99d1384904d0893ad038884f4124d5
Author: Andrei Horodniceanu  proton  me>
AuthorDate: Tue May  7 23:17:55 2024 +
Commit: Horodniceanu Andrei  proton  me>
CommitDate: Tue May  7 23:17:55 2024 +
URL:https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=e1447e5a

dev-lang/dmd: add 2.108.1

Signed-off-by: Andrei Horodniceanu  proton.me>

 dev-lang/dmd/Manifest   |  3 +++
 dev-lang/dmd/dmd-2.108.1.ebuild | 13 +
 2 files changed, 16 insertions(+)

diff --git a/dev-lang/dmd/Manifest b/dev-lang/dmd/Manifest
index 5bb998c..9169afe 100644
--- a/dev-lang/dmd/Manifest
+++ b/dev-lang/dmd/Manifest
@@ -1,5 +1,6 @@
 DIST dmd-2.107.0.tar.gz 5947524 BLAKE2B 
11f7d5f75842b1a2657a8687f69e7bf442aff55f1fef01c96f5cfa27c2b9952196692b6e520bb8eaa156b76d298291d8c514bcbb1d632cd42224ab4d7fb5840c
 SHA512 
2d4392d2c423773dfb4a38a0b8e58de26770d148a5a0a31eecc0623276eacd0e4b3cac3e0d3b20ac444cd2676f44ff623268db8cfc41590db2bc546762d973dc
 DIST dmd-2.108.0.tar.gz 5984336 BLAKE2B 
46bddb4bd0555c0db0f2ee242cc97bde8b673ddf07f11562f5459ee600939661715925fe9c93cf8b8c6b65668d5fecbb83486a92c99ff38efaebd3b09b78a3f0
 SHA512 
760fab5538a1d2f91c9900a121ca196264f56625c609a9bb23f778448f29731ecd6b3fcbfd1fc7facf401e9a6b2acb21dceed7404690b3014bf00395fc43
+DIST dmd-2.108.1.tar.gz 5984240 BLAKE2B 
839dd385389590ec47450f4bcb56b48c3fcdcbda545ad2649b02ae5e491946515ca320f638e96e593b70f4734a72a8b6376b10558affc299a9507d53c0bc6583
 SHA512 
b2192e3138a0057b40d571b7145dd8a967660e296f1bc1bf7a14cb8f6224b672042195a4896feeba72bc34034566095e6898af21912f15c936411906cb5520b7
 DIST dmd.2.101.2.linux.tar.xz 22666828 BLAKE2B 
8233d9f375291d73530a677cd5180153bc758076fd135c420cbb088bf84147fa1f0dc1cd563e94737e781823db26e4e0250af31d68819c3375224a92e53876b6
 SHA512 
7e1ce980fce7a2a995af92b2e05acdfcb2d8abc14780e11d8234792b80edead68c455e644e1830d360651bdacefa1aace963ce652fbfd3b0951dd9002fcfb87f
 DIST dmd.2.102.2.linux.tar.xz 22699620 BLAKE2B 
b0a8fc0650bfe5df4a40ccf20d160765a8ed7804915a1049366ff8b4044d7036ca7f27c8bc71146dc33bf60bf03bc09a9bd8758b9850b020480774f130325abd
 SHA512 
a2dab6efe46176bed0dca98fcf590c6823be9e4d5ca89bce0ff088e7c59a63f8eb4bb3742df1975cc90b5efd78c11377e682b0083fe44c394a73161cbb2b3aa3
 DIST dmd.2.103.1.linux.tar.xz 22747324 BLAKE2B 
b00f41b4ab48be9c5467342314995e69332d4c8bff86083474a940431721d179d5e5ef64734f355df2d96637983de2262d45516594434ad3ad6c4d57a0d7a54c
 SHA512 
854cf08d715506bd36d791c1471f2dd1d834f439bdf4489b4addf0cc5abdecbefceb966baeb764eb5ca816a5830ac7374818ba6fbcad24668d011d56a32a1f15
@@ -8,5 +9,7 @@ DIST dmd.2.105.3.linux.tar.xz 22582468 BLAKE2B 
bbff951452a3fa0ba8fd30ad4a24720ee
 DIST dmd.2.106.1.linux.tar.xz 22778396 BLAKE2B 
66ff621beed21ef4fada3562380fe000d57aa7ca962c53b0b4c18520a47a76a9c405fe7074d17e2882e03313cdef47c67e6f690442e8f6ada8baf8e1589a4579
 SHA512 
2f287c1774196ad35d48288eef0ab87670b3b470ebd4b4707388197fc79ccbc9af0c6e839b9ffd3d2f3f06624fabbedb9bf4fc1c0a670a2131f700be572a244f
 DIST dmd.2.107.0.linux.tar.xz 22438472 BLAKE2B 
551b2a723256b61b4c07fe44ace55c91c92f796fbd67aa5012c0efa9cb8c79010c1dcd9039dd85a19cb3c09163221792c1eb2200ecc6c1c9d74019df717f6fd1
 SHA512 
888369938fbf6dbcaf0c534ed899ffe055cef363e47282374fd45a3a702d97f96a7c7ce9a55a199915e5cc86e4b78ff86fccbd6334c4a4f1a940be5fa2872d11
 DIST dmd.2.108.0.linux.tar.xz 22553348 BLAKE2B 
6011e3175c2813b2e515d554780f9a2f1688bd8b887a9038becc4fcb8f9139493972ca62b1835b1dae2586002cc1ad8d3f05f97a425a53d4b45db5e1ca35e9c8
 SHA512 
4d24969289df08216fa98d4fa211e585f811d76da24a216c35bf80bb1368300b594de7ede4ebdbad348e209d71dd749d28285c6571fd85bfd124b72b1391
+DIST dmd.2.108.1.linux.tar.xz 22554596 BLAKE2B 
9442455e84061fe832f93ae2658089156f567639850bd58d3a8df0f1678138c1cd1fe607d67ac5ace6fa41a930211140cba13b421fa0cff4fd9e781e1ee90025
 SHA512 
8b7388f5d0d1bde7cfd9c19edad99e951c8d38ccd524e876b3294509fff4436d9652aaba44dd8e2fd2fbb329075af09519b3e48b4bec7d2a85b2a58da785526f
 DIST phobos-2.107.0.tar.gz 2756892 BLAKE2B 
604d19254e453f0a04e6659e46de187837f5ab82278f8a52ae9714b91d3554e3cc166086860ca32e39d722847c4e962762e26e8226ce685064d5dcc10d3a708b
 SHA512 
4002878851673bc4deaec66dd35d2dc3cfe5f72b7050e2b454bf53aeaa8b4a68fc425d248eab4fbea89f251298b66c726166c41666a69a5508092fd30a9903d5
 DIST phobos-2.108.0.tar.gz 2749686 BLAKE2B 
7b57005d40b3e27bddbdafdb7054cbecde4b6ad3c8a886d5c3b9fb1e92560b7221b3693f79f1b6aea3a6a155f15236c5e4b9e1698a84921dc5bad8b89a61c0e6
 SHA512 
072ba8e97bf79cf6adca0bfd8ff40f6947ff1797676d7a9bfc299a0618694e3eafa2568ef10b01a84bb6d095e72341001072c7ef25f426b3442c6553d2dfb601
+DIST phobos-2.108.1.tar.gz 2749901 BLAKE2B 
dcf5117d5a25b458f2eca77441ffbfb1778e559c11726730682662601035dd4c5202934d244604fdc8cfecc5aa36a92a7ad1f842014c8a77b9c43aa0ce6a9876
 SHA512 
0267a0efabe1f447198810e71b11cee16f0cf7cfada7907a29133ca0483c5ce4f647b7afbf627d34b746f8afbf9bafa26183b3decf2c67d2c1329ad7b81bfad5

diff --git a/dev-lang/dmd/dmd-2.108.1.ebuild b/dev-lang/dmd/dmd-2.108.1.ebuild
new file mode 100644
index 000..7c7c41c
--- /dev/null
+++ 

[gentoo-commits] repo/proj/guru:master commit in: media-gfx/silicon/, media-gfx/silicon/files/

2024-05-07 Thread Julien Roy
commit: 173ad1c677c441ab6b115a5812a1499a92899f1d
Author: YOSHIOKA Takuma  hard-wi  red>
AuthorDate: Tue May  7 18:24:34 2024 +
Commit: Julien Roy  jroy  ca>
CommitDate: Tue May  7 18:24:34 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=173ad1c6

media-gfx/silicon: drop 0.5.1

Signed-off-by: YOSHIOKA Takuma  hard-wi.red>

 media-gfx/silicon/Manifest |  87 
 ...ilicon-0.4.3-remove-pathfinder_simd-patch.patch |  36 
 ...ilicon-0.5.1-remove-pathfinder_simd-patch.patch |  25 ---
 media-gfx/silicon/silicon-0.5.1.ebuild | 219 -
 4 files changed, 367 deletions(-)

diff --git a/media-gfx/silicon/Manifest b/media-gfx/silicon/Manifest
index 2c42af1dbb..82884c57c5 100644
--- a/media-gfx/silicon/Manifest
+++ b/media-gfx/silicon/Manifest
@@ -1,53 +1,37 @@
-DIST ab_glyph_rasterizer-0.1.7.crate 10786 BLAKE2B 
fa51c5d964b60bd7dd85b6cbb7251466166d34062210eef92751eddb3b144fe6328b060a50b7f6ffdca5351273225107372a7cb232e33620d55b486e589ba9c6
 SHA512 
2502415d999ad68d042ddd13f6a55d5d6245c49d5cbacf67929351de190645b343598791dab8077058c649c7f7a55b1256fbfa3f927b7a214e5d652da8a3dad0
 DIST ab_glyph_rasterizer-0.1.8.crate 11010 BLAKE2B 
2a20fd3ff646559d704e214ae7c4e5b8297e20be0909c403c140edb67002665447a6a796e5ca5d71f5c8c55000489a14a101ec43dd90101be9c246d1a0138dc4
 SHA512 
6fd5ff2d068da84c4ac2e6e2c5ad6ab2f4926f1664afb8ba701b60a35c3bd7bf00b200b22c455ca15dfc7d4303c8caa0bb150c18dcce01ce107deaf323cde17f
 DIST adler-1.0.2.crate 12778 BLAKE2B 
a1dc17786adae945ac09d3525e609ed944e6465690787bbb831a1b9d53793cba1989793d0a5606d5d23ee20d36457923d451b1b3530c9ec7072a487aa3e55bbd
 SHA512 
7ab190d31890fc05b0b55d8e2c6527a505e06793d5496be0b3831e0513412f9ba97f8148f6f68ed0770fa9cd980a5092d885e058becf1d5506b7c74b82674aa1
 DIST ansi_term-0.12.1.crate 24838 BLAKE2B 
f636772c34e2d68cda7b8d3b2b86abda074585a62bd2654812ce92384244655a9197fa66e6939e19a674c0148ca605313d83de262bb18c2339a8a4eb4438a791
 SHA512 
b840e28b3e7700689a69a39659b1e066560078dd4a58326b91a028915819e7af883399ee53e920db68fd974c58d35bb1ddf8d427af5937d5f696f57c4376b671
-DIST anyhow-1.0.65.crate 43585 BLAKE2B 
4a808e60ffed900ef37d8fbf7ae97caec6fb81d23a8a5411c5c0143636652c41a9579b156ead5eab66d57c53be2bbc336cbd5f7b60c6c20cad389d45861d82f8
 SHA512 
86b83c88fbc343f4ff1bfba5bf91f3c5133fbed8276e78f4222b28e38ada79c4245e2780934897525b41cbd4b8a9d0bc9cbd8b6c2dd32544ba124d458f5a490c
 DIST anyhow-1.0.75.crate 43901 BLAKE2B 
6353557d7ec2cbfdd001c039fad62c95fea9e02b113149f726fd14bb36b31e637e8609dd5ee20a900e9c11bb783d9958d664b31ba7c467382fa7f51d477ad3aa
 SHA512 
190d6be8ede0af9808210db53e4dc31ce69b126a26b0357220c4705a11e83cab2c2c09c59964a35794f3c434f717eaa6bb669e9e8f16012535c14246b17e8d40
 DIST approx-0.5.1.crate 15100 BLAKE2B 
8fe84d52263521c0b72a1d1e82ed283828f680b8b56f532df2c14ea86ca09e793686d823c5d58ecfd7a829948543bb375e85223c866cf036e9432be5d6aa7399
 SHA512 
c6d768496c974b6ff4cf7ad8e65f3fc9faf29a1957da497968ee112c6a0b9d7a0ff9a2579206e864976c0f65ed2190bc9d2b63b31a09ced7b57879e207c46407
 DIST atty-0.2.14.crate 5470 BLAKE2B 
2db856a9e898a430258f059aeaf7c844a153293e8856d90ac81f7d91a888c89198768ad5cb09303c23241fe85c560a55148fa56a303651a82b0edb895616bfab
 SHA512 
d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9
 DIST autocfg-1.1.0.crate 13272 BLAKE2B 
7724055c337d562103f191f4e36cab469e578f0c51cc24d33624dea155d108a07578703766341fd6a4cc1ef52acda406e7dba1650d59115f18261281e5b40203
 SHA512 
df972c09abbdc0b6cb6bb55b1e29c7fed706ece38a62613d9e275bac46a19574a7f96f0152cccb0239efea04ee90083a146b58b15307696c4c81878cd12de28f
-DIST base64-0.13.0.crate 62070 BLAKE2B 
b957f65cdb1e28baeca0cefc92fa98be797409b7dabd15e0e88db6cdfb89779b662cba9f2270fbf3b7b66948fdc46c118b8040a78ab72049c48a928fa802bee0
 SHA512 
991a72999839daa232f508c5b24e7d3225e8a26db8d1d0e747881b115af9e408b92374e163b31e0b0d324c1c2e57e8e38d66861b61eb0a1dba87bb5871940151
 DIST base64-0.21.5.crate 77134 BLAKE2B 
901cf92d7dd8af2bbb789ffbe60972c1fd295b16690ecebbcb500e4613afa057ab2b294bbafdcaa4007f46412825260a0711d89e55664418a503dde02c8afd1a
 SHA512 
40b1d8470a932c8b7f31717e33bf26742c1bf920caae639b8a992f77e64d5e6d287569742c1348daa25b7325f8ca8d8a312754a743dab3932181f37149d91b16
 DIST bincode-1.3.3.crate 28958 BLAKE2B 
ea01d2efd8149ecba5e240ed989268b683d542a5f369902d316a4fd1ae4b8edd94e2d4a8cbff0e96646eb29facb04a84b249d74f0781dc3d29c8797ac975aa9f
 SHA512 
49e39d71214dbb623a18e3852f6f2f2a5c3f951b64107d66c8adaa95a442a3283fba978bca41b126c9879b12833b945f478d2c77d35482b3577fc1a894e8e5f3
 DIST bitflags-1.3.2.crate 23021 BLAKE2B 
eb990bb27b2bdeb66fd7212ce582cb36e1c616debbac85df642d0c82b25439e6bf9b1e811fac76b59e58ea3c1bbea6170d03a61e8f9a395e4334a0e2e2987eda
 SHA512 
3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62
 DIST bitflags-2.4.1.crate 37043 BLAKE2B 

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

2024-05-07 Thread Julien Roy
commit: 9dcd2d900c1c0d5189714a5c9596580ad7921a7f
Author: Henri Gasc  eurecom  fr>
AuthorDate: Tue May  7 21:40:29 2024 +
Commit: Julien Roy  jroy  ca>
CommitDate: Tue May  7 21:42:34 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9dcd2d90

dev-python/validator-collection: enable py3.12

Ignore some tests that failed for some reason

Closes: https://bugs.gentoo.org/930095
Closes: https://bugs.gentoo.org/931444
Signed-off-by: Henri Gasc  eurecom.fr>

 ...ction-1.5.0.ebuild => validator-collection-1.5.0-r1.ebuild} | 10 +-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/dev-python/validator-collection/validator-collection-1.5.0.ebuild 
b/dev-python/validator-collection/validator-collection-1.5.0-r1.ebuild
similarity index 68%
rename from dev-python/validator-collection/validator-collection-1.5.0.ebuild
rename to dev-python/validator-collection/validator-collection-1.5.0-r1.ebuild
index 01cff7df39..911962ae24 100644
--- a/dev-python/validator-collection/validator-collection-1.5.0.ebuild
+++ b/dev-python/validator-collection/validator-collection-1.5.0-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_11 )
+PYTHON_COMPAT=( python3_{11..12} )
 
 inherit distutils-r1
 
@@ -32,5 +32,13 @@ BDEPEND="
 "
 DEPEND="${BDEPEND}"
 
+EPYTEST_DESELECT=(
+   # Errors, probably because of missing privileges or problems in the 
virtual file system used in the tests
+   "tests/test_checkers.py::test_is_readable[/var/data/xx1.txt-True-False]"
+   "tests/test_validators.py::test_readable[/var/data/xx1.txt-True-False]"
+   "tests/test_validators.py::test_writeable[/var/data/xx1.txt-True-False]"
+   
"tests/test_validators.py::test_executable[/var/data/xx1.txt-True-False]"
+)
+
 distutils_enable_tests pytest
 distutils_enable_sphinx docs



[gentoo-commits] repo/proj/guru:master commit in: x11-misc/autotiling/

2024-05-07 Thread Julien Roy
commit: d1eadfd6904bf4caca837856132b83bcfda6ee36
Author: tastytea  tastytea  de>
AuthorDate: Tue May  7 17:43:36 2024 +
Commit: Julien Roy  jroy  ca>
CommitDate: Tue May  7 17:43:36 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d1eadfd6

x11-misc/autotiling: drop 1.9

Signed-off-by: tastytea  tastytea.de>

 x11-misc/autotiling/Manifest  |  1 -
 x11-misc/autotiling/autotiling-1.9.ebuild | 22 --
 2 files changed, 23 deletions(-)

diff --git a/x11-misc/autotiling/Manifest b/x11-misc/autotiling/Manifest
index a243374160..c609b48122 100644
--- a/x11-misc/autotiling/Manifest
+++ b/x11-misc/autotiling/Manifest
@@ -1,3 +1,2 @@
 DIST autotiling-1.9.1.tar.gz 18084 BLAKE2B 
42d3ed0400d997dea2a1ab3c1f1e581678c8ff9171c492adbacb10f3269f1859f15dbfd0ec7ffe23aeb915f2922f1d278b4219fcfda7bba6b1122363fbb9d6ec
 SHA512 
39ffc97b27c9ade5b988462393f42cd45b5283cc3c4d03efe8ba46729ca8aaf5602e036abde2158d6ffa674ed0daed48b917d86ed97b33865e0c38ef2a475143
 DIST autotiling-1.9.2.gh.tar.gz 18989 BLAKE2B 
0c4aba21b214473fc58ee3286c62f17bc48b81db6b83d3afc402576514c8a4837563c3695440a7159365fb4503800c86dca493f8aa44ba5bfde826ccbde4961e
 SHA512 
84a9a1328b1c4cc599219f2a1d9e08ede56d5cf926d7f0f3539f0de4ffdfd397354f7b25385f663bcb7526acd5da762a8624f6e0b661ebd82737c3c574d8bd9d
-DIST autotiling-1.9.tar.gz 18931 BLAKE2B 
c3035a78abff9de2fad6e0ffb53cbf9e19e5dfebbb5fc1f78d5d54de89f8856287dd6439b2fba7c5ca027dfbc3d2826ee8d2c0593d0098fccfde7cab718537ab
 SHA512 
5850bc3cf11bdfc69ea9fdc42f5f1eb7ead5b726bf3f6f52cf3335e83fb9ef5cac7d062b38a75b95307fe0f1a8e3f024b65bf7d42bcfd5ebf7a6fb891d97b99f

diff --git a/x11-misc/autotiling/autotiling-1.9.ebuild 
b/x11-misc/autotiling/autotiling-1.9.ebuild
deleted file mode 100644
index 5ff8dd27eb..00
--- a/x11-misc/autotiling/autotiling-1.9.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517="setuptools"
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_SINGLE_IMPL=1
-
-inherit distutils-r1
-
-DESCRIPTION="Script for sway and i3 to automatically switch the window split 
orientation"
-HOMEPAGE="https://github.com/nwg-piotr/autotiling;
-SRC_URI="https://github.com/nwg-piotr/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="$(python_gen_cond_dep '>=dev-python/i3ipc-2.0.1[${PYTHON_USEDEP}]')"
-DEPEND="${RDEPEND}"
-BDEPEND="$(python_gen_cond_dep 'dev-python/wheel[${PYTHON_USEDEP}]')"



[gentoo-commits] repo/proj/guru:master commit in: media-gfx/silicon/

2024-05-07 Thread Julien Roy
commit: 149a5a329e4794068cd3f61d3379554bf644eac6
Author: YOSHIOKA Takuma  hard-wi  red>
AuthorDate: Tue May  7 18:25:00 2024 +
Commit: Julien Roy  jroy  ca>
CommitDate: Tue May  7 18:25:00 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=149a5a32

media-gfx/silicon: fix pkgcheck lint

Signed-off-by: YOSHIOKA Takuma  hard-wi.red>

 media-gfx/silicon/silicon-0.5.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/silicon/silicon-0.5.2.ebuild 
b/media-gfx/silicon/silicon-0.5.2.ebuild
index 072382812a..8a4540663d 100644
--- a/media-gfx/silicon/silicon-0.5.2.ebuild
+++ b/media-gfx/silicon/silicon-0.5.2.ebuild
@@ -202,11 +202,11 @@ HOMEPAGE="https://github.com/Aloxaf/silicon;
 SRC_URI="https://github.com/Aloxaf/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 SRC_URI+=" ${CARGO_CRATE_URIS}"
 
-# Prevent portage from trying to fetch bunch of *.crate from mirror despite 
they are not mirrored.
-RESTRICT="mirror"
 LICENSE="Apache-2.0 Boost-1.0 BSD ISC MIT MPL-2.0 Unicode-DFS-2016"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
+# Prevent portage from trying to fetch bunch of *.crate from mirror despite 
they are not mirrored.
+RESTRICT="mirror"
 PATCHES=( "${FILESDIR}/silicon-0.5.2-remove-pathfinder_simd-patch.patch" )
 
 BDEPEND="



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

2024-05-07 Thread Julien Roy
commit: 4a13a00ddee033ad0bbccd601d673c3cc112e1c3
Author: Steffen Winter  proton  me>
AuthorDate: Tue May  7 17:18:47 2024 +
Commit: Julien Roy  jroy  ca>
CommitDate: Tue May  7 17:18:47 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4a13a00d

dev-vcs/jj: add 0.17.1

Signed-off-by: Steffen Winter  proton.me>

 dev-vcs/jj/Manifest |   1 +
 dev-vcs/jj/jj-0.17.1.ebuild | 396 
 2 files changed, 397 insertions(+)

diff --git a/dev-vcs/jj/Manifest b/dev-vcs/jj/Manifest
index fd05c3b1ff..924580bbdb 100644
--- a/dev-vcs/jj/Manifest
+++ b/dev-vcs/jj/Manifest
@@ -159,6 +159,7 @@ DIST itertools-0.11.0.crate 125074 BLAKE2B 
8e686f176764e92e4da3697eb781e1bc30d6c
 DIST itertools-0.12.1.crate 137761 BLAKE2B 
d7db67feb7418d6a779dc17d8a2f33481114cd81a4d53a10cffe08e13f0d3cf4525a5ef43368fe979d5a3ce230872eaf993f7065885531aeb5a6479351857708
 SHA512 
0d9c1849dcc0ddf7555b0aeb7e4f2ef3b101cfc6f03310ce1b6072d70ac8c8d3387ef4c726146102012e75171e0b0bf13465704b6edfc02752e349dc6af7cf68
 DIST itoa-1.0.10.crate 10534 BLAKE2B 
8ffcb345d07070cc01651fd44c19f3e0659185eda733c407fd4be0955a301879ae1272dae7f425279dae8dcb7f7dc954465c9a09b5c521938a503d34fecfe2a7
 SHA512 
fc496be0873e31afa6ddf7f2958030f8fcb517cadb86a48280a0c50ce50460afda189af1e6c26e5ff6f85c750d772c21503864c32b526c4fe4bcdb5b07918538
 DIST jj-0.17.0.tar.gz 1415410 BLAKE2B 
485a6c3d3c285aa9773ff2dd454285ea5155d98cd5614ba60bd4b23240bc25b9a12381c6c5ddf5af0eb9fca13e4c43d133c6b29891439fcc8b54afa8258201cc
 SHA512 
1e5023b2a66717b8839a82f57e99f1b97b910663a93baf98e26f3f53cc9bc3876f9dab2ff686254a782912b313748e812d1e0b573ab10eb6d25ecf9232e8066e
+DIST jj-0.17.1.tar.gz 1415470 BLAKE2B 
d195e6c74f3c5b8e197862b932503f280ae9fecd63c6620350f5ba51c4c69f9f5eb7c5a8ef4cc4b718dd0c02af828414bc7c4f233a0964a96a9ed7e2e0ae6fce
 SHA512 
5a3b90b8a608903483fa0b26c341b8d5b60df3ac6959c0d34fd7d7d5b509f044dfb1eb123d37a84a887b3ab9ff37a3d719be308969cd99837f4d32c6efff6067
 DIST jobserver-0.1.28.crate 25543 BLAKE2B 
90fb1d8696b575b16b5b12d6fa4e7bc7890f5f09110b147d65eefa16ace1446a789f8079a3706f0252be8a04061d989bc8fc53e6c004d6b8a4094baf1642
 SHA512 
8ffb33b8c162935de1226e0ca4048f36e6e90bd1731cc7f06110bc97e2adef904f777df0ca4ed48b3b8ee4f2c243b2f883f6897427867904aa3385098abcbcee
 DIST js-sys-0.3.69.crate 81083 BLAKE2B 
529c94cd2289883b3b43a848d47d8ae025ad0909548a38ba93ebc684ed3edafab16842b922da6c8b6be5ba39c36a1c05057dd3dd93fc8936d5dac372937ab8f6
 SHA512 
506722e6dc13484828a4147d974822ff9d103d9e7db58a48181b0957770d9fc43b97605ced105c5b680d8b2cda5fa1705f605707611cb48ed8a45a96d5f196b9
 DIST jwalk-0.8.1.crate 39882 BLAKE2B 
0e71d2e1eb938c8e42074760c55702da9f0124851299e6bc80959eaa6b446023db646f371fb618d7e072b12152e1cae1e04653201bfec382b534d453d632070a
 SHA512 
a9ebc9543ad153a83e58ac0a7826cb083c70201c7b5794caf1104eb48fbfd37861ae5dcf6966b9212ab8ca4888f00e0a37297c75b196e4f56be9d6200c96611d

diff --git a/dev-vcs/jj/jj-0.17.1.ebuild b/dev-vcs/jj/jj-0.17.1.ebuild
new file mode 100644
index 00..9b9e22c9c5
--- /dev/null
+++ b/dev-vcs/jj/jj-0.17.1.ebuild
@@ -0,0 +1,396 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Auto-Generated by cargo-ebuild 0.5.4-r1
+
+EAPI=8
+
+CRATES="
+   addr2line@0.21.0
+   adler@1.0.2
+   ahash@0.8.11
+   aho-corasick@1.1.3
+   allocator-api2@0.2.16
+   android-tzdata@0.1.1
+   android_system_properties@0.1.5
+   anes@0.1.6
+   anstream@0.6.13
+   anstyle@1.0.6
+   anstyle-parse@0.2.3
+   anstyle-query@1.0.2
+   anstyle-wincon@3.0.2
+   anyhow@1.0.82
+   arc-swap@1.7.1
+   arrayvec@0.7.4
+   assert_cmd@2.0.14
+   assert_matches@1.5.0
+   async-trait@0.1.80
+   autocfg@1.1.0
+   backoff@0.4.0
+   backtrace@0.3.71
+   bitflags@1.3.2
+   bitflags@2.5.0
+   blake2@0.10.6
+   block-buffer@0.10.4
+   bstr@1.9.1
+   bumpalo@3.15.4
+   byteorder@1.5.0
+   bytes@0.4.12
+   bytes@1.6.0
+   camino@1.1.6
+   cargo-platform@0.1.8
+   cargo_metadata@0.17.0
+   cassowary@0.3.0
+   cast@0.3.0
+   cc@1.0.90
+   cfg-if@1.0.0
+   chrono@0.4.38
+   ciborium@0.2.2
+   ciborium-io@0.2.2
+   ciborium-ll@0.2.2
+   clap@4.5.4
+   clap-markdown@0.1.3
+   clap_builder@4.5.2
+   clap_complete@4.5.2
+   clap_complete_nushell@4.5.1
+   clap_derive@4.5.4
+   clap_lex@0.7.0
+   clap_mangen@0.2.20
+   clru@0.6.1
+   colorchoice@1.0.0
+   config@0.13.4
+   console@0.15.8
+   core-foundation-sys@0.8.6
+   cpufeatures@0.2.12
+   crc32fast@1.4.0
+   criterion@0.5.1
+   criterion-plot@0.5.0
+   crossbeam@0.8.4
+   crossbeam-channel@0.5.12
+   crossbeam-deque@0.8.5
+   crossbeam-epoch@0.9.18
+   crossbeam-queue@0.3.11
+   crossbeam-utils@0.8.19
+   crossterm@0.27.0
+   crossterm_winapi@0.9.1
+   crunchy@0.2.2
+ 

[gentoo-commits] repo/proj/guru:master commit in: www-apps/uwebsockets/

2024-05-07 Thread Julien Roy
commit: 4cf8d47f6f1752c99a345cd62539af3c77feaacf
Author: Aisha Tammy  aisha  cc>
AuthorDate: Tue Apr 30 23:57:40 2024 +
Commit: Julien Roy  jroy  ca>
CommitDate: Tue May  7 22:10:33 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4cf8d47f

www-apps/uwebsockets: drop 20.11.0

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

 www-apps/uwebsockets/Manifest   | 2 +-
 .../{uwebsockets-20.11.0.ebuild => uwebsockets-20.62.0.ebuild}  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-apps/uwebsockets/Manifest b/www-apps/uwebsockets/Manifest
index 0a75f441cf..3a71f92105 100644
--- a/www-apps/uwebsockets/Manifest
+++ b/www-apps/uwebsockets/Manifest
@@ -1,2 +1,2 @@
-DIST uwebsockets-20.11.0.tar.gz 750520 BLAKE2B 
4c139bffcb60a5a2cf7245208e031905875261cfed968a03875358e31d5fb4cf02ff312fc7e5f7e9329ffcb9f9ee9c1204fcf9998fbb9df56163dc06820e2932
 SHA512 
cd4efb386b4d140c6ccbfa92e8be1d3c9b896474a3074b95ad35bedde9face80a1e4bae594359555010d76c2ccf8243b29e97079de8b0f18cda510274135b8e0
 DIST uwebsockets-20.14.0.tar.gz 751354 BLAKE2B 
398aedfd8f253de9c66cfe889c7681f492124a9db1ca9554f560b170ac8ec4b4362f2dd7f351338e3c78819e49023f725d881052db609c631da6dbcb24e5e1a8
 SHA512 
f467942da6a151011a2e831081278eb2a816b215f5335c1e029d7130a56ab04595a3563c15821093d8f3a7b56e085427482cb026653fb24004817f2c08cb3376
+DIST uwebsockets-20.62.0.tar.gz 216172 BLAKE2B 
f18055ee82dce3f18bcf8de0bdf9676485c3f7f2f86059bd359616f88cf4e9b9cea28ca4d7672b69ff68824d4439f61f89ef2d5d2e6dc4ca73e60aa5257a7478
 SHA512 
7ec432003f2a33d34fef6d683e0253518751392079fc0bd35df9dc3a7595afe8003690c9a635e746728b15c2f11e536f21969d21957c359d00d8f485f8607a04

diff --git a/www-apps/uwebsockets/uwebsockets-20.11.0.ebuild 
b/www-apps/uwebsockets/uwebsockets-20.62.0.ebuild
similarity index 94%
rename from www-apps/uwebsockets/uwebsockets-20.11.0.ebuild
rename to www-apps/uwebsockets/uwebsockets-20.62.0.ebuild
index d8967872c5..d6c2b03566 100644
--- a/www-apps/uwebsockets/uwebsockets-20.11.0.ebuild
+++ b/www-apps/uwebsockets/uwebsockets-20.62.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2022 Gentoo Authors
+# Copyright 2019-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7



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

2024-05-07 Thread Julien Roy
commit: b646d7e7bc5157c4b0eec36232512ae19f3ebdb3
Author: tastytea  tastytea  de>
AuthorDate: Tue May  7 18:00:21 2024 +
Commit: Julien Roy  jroy  ca>
CommitDate: Tue May  7 18:00:21 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b646d7e7

dev-python/proxy_tools: enable py3.12

Closes: https://bugs.gentoo.org/931397
Signed-off-by: tastytea  tastytea.de>

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

diff --git a/dev-python/proxy_tools/proxy_tools-0.1.0_p1.ebuild 
b/dev-python/proxy_tools/proxy_tools-0.1.0_p1.ebuild
index 359c7c539e..4696ed71f8 100644
--- a/dev-python/proxy_tools/proxy_tools-0.1.0_p1.ebuild
+++ b/dev-python/proxy_tools/proxy_tools-0.1.0_p1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517="setuptools"
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/proj/guru:master commit in: media-video/ciano/

2024-05-07 Thread Julien Roy
commit: faae4c454d97ab7c31f0d2e089ff66d801ef32cf
Author: tastytea  tastytea  de>
AuthorDate: Tue May  7 17:57:26 2024 +
Commit: Julien Roy  jroy  ca>
CommitDate: Tue May  7 17:57:26 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=faae4c45

media-video/ciano: update SRC_URI, unmask python 3.12

Closes: https://bugs.gentoo.org/931459
Signed-off-by: tastytea  tastytea.de>

 media-video/ciano/Manifest  | 2 +-
 media-video/ciano/ciano-0.2.4-r1.ebuild | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-video/ciano/Manifest b/media-video/ciano/Manifest
index 184277d04c..b4f882bb4d 100644
--- a/media-video/ciano/Manifest
+++ b/media-video/ciano/Manifest
@@ -1 +1 @@
-DIST ciano-0.2.4.tar.gz 195259 BLAKE2B 
3e81781372eba0d36b90604a8041afdad70b90a4ae8c96bd209094903410dbf691de25fac67c33bac8c5ace9c7ee8208c29def51b0cb1d4c89517c70541a849a
 SHA512 
a071198b0483188685e97ed4feac991ca707cd2a3b9191cbe2166e445b60e7510691a531ed2955d8361175a2fc1dd3ff767f1405df45e635559eef8776c65b25
+DIST ciano-0.2.4.gh.tar.gz 195259 BLAKE2B 
3e81781372eba0d36b90604a8041afdad70b90a4ae8c96bd209094903410dbf691de25fac67c33bac8c5ace9c7ee8208c29def51b0cb1d4c89517c70541a849a
 SHA512 
a071198b0483188685e97ed4feac991ca707cd2a3b9191cbe2166e445b60e7510691a531ed2955d8361175a2fc1dd3ff767f1405df45e635559eef8776c65b25

diff --git a/media-video/ciano/ciano-0.2.4-r1.ebuild 
b/media-video/ciano/ciano-0.2.4-r1.ebuild
index 5671d588e2..aaf01aa207 100644
--- a/media-video/ciano/ciano-0.2.4-r1.ebuild
+++ b/media-video/ciano/ciano-0.2.4-r1.ebuild
@@ -1,15 +1,15 @@
-# Copyright 2020-2022 Gentoo Authors
+# Copyright 2020-2022,2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit gnome2-utils meson python-any-r1 vala xdg
 
 DESCRIPTION="A multimedia file converter focused on simplicity"
 HOMEPAGE="https://robertsanseries.github.io/ciano/;
-SRC_URI="https://github.com/robertsanseries/ciano/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+SRC_URI="https://github.com/robertsanseries/ciano/archive/${PV}.tar.gz -> 
${P}.gh.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"



[gentoo-commits] repo/proj/guru:master commit in: media-libs/raylib/

2024-05-07 Thread Julien Roy
commit: c85edea06695fa1c0b7d91ed12d191680a4bfb55
Author: Denis Strizhkin  gmail  com>
AuthorDate: Tue May  7 17:22:22 2024 +
Commit: Julien Roy  jroy  ca>
CommitDate: Tue May  7 17:22:37 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c85edea0

media-libs/raylib: new package, add 5.0, 

Signed-off-by: Denis Strizhkin  gmail.com>

 media-libs/raylib/Manifest   |  1 +
 media-libs/raylib/metadata.xml   | 14 
 media-libs/raylib/raylib-5.0.ebuild  | 65 
 media-libs/raylib/raylib-.ebuild | 65 
 4 files changed, 145 insertions(+)

diff --git a/media-libs/raylib/Manifest b/media-libs/raylib/Manifest
new file mode 100644
index 00..e13b8a3f73
--- /dev/null
+++ b/media-libs/raylib/Manifest
@@ -0,0 +1 @@
+DIST raylib-5.0.tar.gz 32701105 BLAKE2B 
ee8ef069cd2a7b91efd1d97e8ed9076620c216fb0bf2eb7517624472d157c2d20919a6c54d7f8160e34c1d1a889f1766f5a94c6577bbb68f779e76a5160229dd
 SHA512 
5956bc1646b99baac6eb1652c4d72e96af874337158672155ba144f131de8a4fd19291a58335a92fcaaa2fc818682f93ff4230af0f815efb8b49f7d2a162e9b0

diff --git a/media-libs/raylib/metadata.xml b/media-libs/raylib/metadata.xml
new file mode 100644
index 00..922b621bf3
--- /dev/null
+++ b/media-libs/raylib/metadata.xml
@@ -0,0 +1,14 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+strdeni...@gmail.com
+  Denis Strizhkin
+  
+  
+Link raylib against system GLFW instead of 
embedded one
+  
+  
+raysan5/raylib
+  
+

diff --git a/media-libs/raylib/raylib-5.0.ebuild 
b/media-libs/raylib/raylib-5.0.ebuild
new file mode 100644
index 00..756ae44614
--- /dev/null
+++ b/media-libs/raylib/raylib-5.0.ebuild
@@ -0,0 +1,65 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="A simple and easy-to-use library to learn videogames programming"
+HOMEPAGE="https://www.raylib.com/;
+
+LICENSE="ZLIB"
+SLOT="0"
+
+IUSE="alsa examples static-libs +system-glfw X wayland"
+REQUIRED_USE="|| ( system-glfw || ( X wayland ) )"
+
+if [[ ${PV} == * ]] ; then
+   EGIT_REPO_URI="https://github.com/raysan5/raylib.git;
+   inherit git-r3
+else
+   SRC_URI="https://github.com/raysan5/raylib/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64"
+   S="${WORKDIR}/raylib-${PV}"
+fi
+
+RDEPEND="
+   alsa? ( media-libs/alsa-lib )
+   X? (
+   virtual/opengl
+   x11-libs/libX11
+   x11-libs/libXcursor
+   x11-libs/libXi
+   x11-libs/libXinerama
+   x11-libs/libXrandr
+   x11-libs/libXxf86vm
+   )
+   wayland? (
+   dev-libs/wayland
+   media-libs/mesa[wayland]
+   )
+   system-glfw? ( >=media-libs/glfw-3.2.1 )
+"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_SHARED_LIBS=$(usex !static-libs ON OFF)
+   -DUSE_AUDIO=$(usex alsa ON OFF)
+   -DUSE_EXTERNAL_GLFW=$(usex system-glfw ON OFF)
+   -DBUILD_EXAMPLES=OFF
+   )
+   if use !system-glfw; then
+   mycmakeargs+=(-DGLFW_BUILD_WAYLAND=$(usex wayland ON OFF))
+   mycmakeargs+=(-DGLFW_BUILD_X11=$(usex X ON OFF))
+   fi
+   cmake_src_configure
+}
+
+src_install() {
+   cmake_src_install
+
+   if use examples; then
+   dodoc -r "${S}"/examples/*
+   fi
+}

diff --git a/media-libs/raylib/raylib-.ebuild 
b/media-libs/raylib/raylib-.ebuild
new file mode 100644
index 00..756ae44614
--- /dev/null
+++ b/media-libs/raylib/raylib-.ebuild
@@ -0,0 +1,65 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="A simple and easy-to-use library to learn videogames programming"
+HOMEPAGE="https://www.raylib.com/;
+
+LICENSE="ZLIB"
+SLOT="0"
+
+IUSE="alsa examples static-libs +system-glfw X wayland"
+REQUIRED_USE="|| ( system-glfw || ( X wayland ) )"
+
+if [[ ${PV} == * ]] ; then
+   EGIT_REPO_URI="https://github.com/raysan5/raylib.git;
+   inherit git-r3
+else
+   SRC_URI="https://github.com/raysan5/raylib/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64"
+   S="${WORKDIR}/raylib-${PV}"
+fi
+
+RDEPEND="
+   alsa? ( media-libs/alsa-lib )
+   X? (
+   virtual/opengl
+   x11-libs/libX11
+   x11-libs/libXcursor
+   x11-libs/libXi
+   x11-libs/libXinerama
+   x11-libs/libXrandr
+   x11-libs/libXxf86vm
+   )
+   wayland? (
+   dev-libs/wayland
+   media-libs/mesa[wayland]
+   )
+   system-glfw? ( >=media-libs/glfw-3.2.1 )
+"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   

[gentoo-commits] repo/proj/guru:master commit in: x11-misc/autotiling/

2024-05-07 Thread Julien Roy
commit: 17dd1aa8a9de906722aa55e15d0880371de6145f
Author: tastytea  tastytea  de>
AuthorDate: Tue May  7 17:42:45 2024 +
Commit: Julien Roy  jroy  ca>
CommitDate: Tue May  7 17:42:45 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=17dd1aa8

x11-misc/autotiling: add 1.9.2

switch back to github because version on PyPi is outdated again

Closes: https://bugs.gentoo.org/931489
Signed-off-by: tastytea  tastytea.de>

 x11-misc/autotiling/Manifest|  1 +
 x11-misc/autotiling/autotiling-1.9.2.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/x11-misc/autotiling/Manifest b/x11-misc/autotiling/Manifest
index d450c9a26e..a243374160 100644
--- a/x11-misc/autotiling/Manifest
+++ b/x11-misc/autotiling/Manifest
@@ -1,2 +1,3 @@
 DIST autotiling-1.9.1.tar.gz 18084 BLAKE2B 
42d3ed0400d997dea2a1ab3c1f1e581678c8ff9171c492adbacb10f3269f1859f15dbfd0ec7ffe23aeb915f2922f1d278b4219fcfda7bba6b1122363fbb9d6ec
 SHA512 
39ffc97b27c9ade5b988462393f42cd45b5283cc3c4d03efe8ba46729ca8aaf5602e036abde2158d6ffa674ed0daed48b917d86ed97b33865e0c38ef2a475143
+DIST autotiling-1.9.2.gh.tar.gz 18989 BLAKE2B 
0c4aba21b214473fc58ee3286c62f17bc48b81db6b83d3afc402576514c8a4837563c3695440a7159365fb4503800c86dca493f8aa44ba5bfde826ccbde4961e
 SHA512 
84a9a1328b1c4cc599219f2a1d9e08ede56d5cf926d7f0f3539f0de4ffdfd397354f7b25385f663bcb7526acd5da762a8624f6e0b661ebd82737c3c574d8bd9d
 DIST autotiling-1.9.tar.gz 18931 BLAKE2B 
c3035a78abff9de2fad6e0ffb53cbf9e19e5dfebbb5fc1f78d5d54de89f8856287dd6439b2fba7c5ca027dfbc3d2826ee8d2c0593d0098fccfde7cab718537ab
 SHA512 
5850bc3cf11bdfc69ea9fdc42f5f1eb7ead5b726bf3f6f52cf3335e83fb9ef5cac7d062b38a75b95307fe0f1a8e3f024b65bf7d42bcfd5ebf7a6fb891d97b99f

diff --git a/x11-misc/autotiling/autotiling-1.9.2.ebuild 
b/x11-misc/autotiling/autotiling-1.9.2.ebuild
new file mode 100644
index 00..72c7e0731b
--- /dev/null
+++ b/x11-misc/autotiling/autotiling-1.9.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517="setuptools"
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_SINGLE_IMPL=1
+
+inherit distutils-r1
+
+DESCRIPTION="Script for sway and i3 to automatically switch the window split 
orientation"
+HOMEPAGE="https://github.com/nwg-piotr/autotiling;
+SRC_URI="https://github.com/nwg-piotr/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="$(python_gen_cond_dep '>=dev-python/i3ipc-2.0.1[${PYTHON_USEDEP}]')"
+DEPEND="${RDEPEND}"
+BDEPEND="$(python_gen_cond_dep 'dev-python/wheel[${PYTHON_USEDEP}]')"



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

2024-05-07 Thread Julien Roy
commit: ca23f92a0fd0bb92ea1de3c43fe48fd84ed4eb85
Author: Julien Roy  jroy  ca>
AuthorDate: Mon May  6 22:49:06 2024 +
Commit: Julien Roy  jroy  ca>
CommitDate: Tue May  7 22:59:13 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ca23f92a

dev-python/zenlib: update SRC_URI

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

 dev-python/zenlib/zenlib-2.1.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/zenlib/zenlib-2.1.1.ebuild 
b/dev-python/zenlib/zenlib-2.1.1.ebuild
index f9a184c858..a517df4b63 100644
--- a/dev-python/zenlib/zenlib-2.1.1.ebuild
+++ b/dev-python/zenlib/zenlib-2.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -9,7 +9,7 @@ inherit distutils-r1
 
 DESCRIPTION="Useful python decorators and utilities"
 HOMEPAGE="https://github.com/desultory/zenlib;
-SRC_URI="https://github.com/desultory/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
+SRC_URI="https://github.com/desultory/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: dev-build/cmake/

2024-05-07 Thread Sam James
commit: f5dbacdae14f1f542101df71ab981dbafcd6ad5a
Author: Sam James  gentoo  org>
AuthorDate: Tue May  7 23:02:49 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May  7 23:03:48 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5dbacda

dev-build/cmake: add 3.29.3

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

 dev-build/cmake/Manifest|   3 +
 dev-build/cmake/cmake-3.29.3.ebuild | 278 
 2 files changed, 281 insertions(+)

diff --git a/dev-build/cmake/Manifest b/dev-build/cmake/Manifest
index c21dd16b438f..7910a0890ebf 100644
--- a/dev-build/cmake/Manifest
+++ b/dev-build/cmake/Manifest
@@ -20,3 +20,6 @@ DIST cmake-3.29.1.tar.gz 11246071 BLAKE2B 
ec20bccb354a7097d8f2b1bd3486c162a93085
 DIST cmake-3.29.2-SHA-256.txt 1646 BLAKE2B 
49d125738318ac2f5f5a8f885bfe5ce27341f84102464456e857aebb4d95dca572ac4a7502972624d503b208063e734a6ba14618110fa5e2f25d5a518a418d81
 SHA512 
e6483779cb5f6966bbfa36bc483a78ea89a0a149d6bbf1987b5ba25e4f745b1dea17fde7217ce03636a525888283eb35b6f211a1c6f74512ee096599e7180051
 DIST cmake-3.29.2-SHA-256.txt.asc 833 BLAKE2B 
946b697e3eec984d1eaab834a275a70efb3810a81038a31903f453d559f1cb4da0d37d92cae90f84ef60edd3d7e522d2d0bf94773999cb8c8aa898a3497f5a51
 SHA512 
dccc1b4342f5db250f2ffe351a69924d29fee85ee123e53e09b729715fc9735382e21765193859dd3784836983dcfdefabd9442235e509ccc20270476b9b
 DIST cmake-3.29.2.tar.gz 11245621 BLAKE2B 
510ddc32d66bc47ac7b3079b8e7bfbd4a27a6e4a112ec564bcbd0b54dac2935b200ff49ec1b60ab1355b9a0450944ac154a9b289e19650e2aed6cc0b059e657e
 SHA512 
0dad9e0e3ad9c1178d337cd3a14e9ce145e011175e9d9fce4961d12b8fe37091f9fdf05f4303cdd846408955b11bac3cfe5064f852833b99e31f5a7b82a9d1eb
+DIST cmake-3.29.3-SHA-256.txt 1646 BLAKE2B 
a1cb6895e9d98ac750450230adaba562a4be7134563869feb59c5a32dbea62a49273a9d163aade84c81fa410a94fcdfe2adaa653cd663972376b20a3b5436be9
 SHA512 
118604ac64ccd02995e6b421c256cb414637471094a72ff65d0f604cc4cc9f869f64fe1d409584925b93050373e7b69966ea91e4a9fc34b98287b0ee49eeb23c
+DIST cmake-3.29.3-SHA-256.txt.asc 833 BLAKE2B 
e4bfe4ea447441bcb7d4c46861b30da21e15ba6327c5ccbf1456ef273383b0ce8ee4a2e5a3de3312e112c26fe256e23021f4a1f89f8f96b5b39ff28398d4a51c
 SHA512 
f2ed15c13a8fc7e05f5a8e41c3506435b4a204be37372c769577b51e30478740863eac800d32a0ef838f9b0a1125c1fe6772132ac4570e88a482109d42333fd9
+DIST cmake-3.29.3.tar.gz 11247199 BLAKE2B 
8d18aca8871a615a4dca8eeb380ad79fdf41a2696bfbc69141db2a2715ff52b2a17c57b195aa00f7b0643791f40991c123056ef10482e80c1f963631d8d8ea50
 SHA512 
930060cf484a769992ebc798d5e81984560b2cd7e163db7053181ad842656ccd0085e7e077c9c620e719d212f78283ca0db19bec5491a355d38078bbe0bac254

diff --git a/dev-build/cmake/cmake-3.29.3.ebuild 
b/dev-build/cmake/cmake-3.29.3.ebuild
new file mode 100644
index ..45477a10bfce
--- /dev/null
+++ b/dev-build/cmake/cmake-3.29.3.ebuild
@@ -0,0 +1,278 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# Generate using 
https://github.com/thesamesam/sam-gentoo-scripts/blob/main/niche/generate-cmake-docs
+# Set to 1 if prebuilt, 0 if not
+# (the construct below is to allow overriding from env for script)
+: ${CMAKE_DOCS_PREBUILT:=1}
+
+CMAKE_DOCS_PREBUILT_DEV=sam
+#CMAKE_DOCS_VERSION=$(ver_cut 1-3)
+CMAKE_DOCS_VERSION=3.27.0
+# Default to generating docs (inc. man pages) if no prebuilt; overridden later
+# See bug #784815
+CMAKE_DOCS_USEFLAG="+doc"
+
+# TODO RunCMake.LinkWhatYouUse fails consistently w/ ninja
+# ... but seems fine as of 3.22.3?
+# TODO ... but bootstrap sometimes(?) fails with ninja now. bug #834759.
+CMAKE_MAKEFILE_GENERATOR="emake"
+CMAKE_REMOVE_MODULES_LIST=( none )
+inherit bash-completion-r1 cmake flag-o-matic multiprocessing \
+   toolchain-funcs virtualx xdg-utils
+
+MY_P="${P/_/-}"
+
+DESCRIPTION="Cross platform Make"
+HOMEPAGE="https://cmake.org/;
+if [[ ${PV} ==  ]] ; then
+   CMAKE_DOCS_PREBUILT=0
+
+   EGIT_REPO_URI="https://gitlab.kitware.com/cmake/cmake.git;
+   inherit git-r3
+else
+   SRC_URI="https://cmake.org/files/v$(ver_cut 1-2)/${MY_P}.tar.gz"
+
+   if [[ ${CMAKE_DOCS_PREBUILT} == 1 ]] ; then
+   SRC_URI+=" !doc? ( 
https://dev.gentoo.org/~${CMAKE_DOCS_PREBUILT_DEV}/distfiles/${CATEGORY}/${PN}/${PN}-${CMAKE_DOCS_VERSION}-docs.tar.xz
 )"
+   fi
+
+   if [[ ${PV} != *_rc* ]] ; then
+   VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/bradking.asc
+   inherit verify-sig
+
+   SRC_URI+=" verify-sig? (
+   
https://github.com/Kitware/CMake/releases/download/v$(ver_cut 
1-3)/${MY_P}-SHA-256.txt
+   
https://github.com/Kitware/CMake/releases/download/v$(ver_cut 
1-3)/${MY_P}-SHA-256.txt.asc
+   )"
+
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k 
~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos 
~ppc-macos ~x64-macos ~x64-solaris"
+
+

[gentoo-commits] repo/gentoo:master commit in: dev-build/cmake/

2024-05-07 Thread Sam James
commit: 84e01336182fabfafe4718290698f760ea30de88
Author: Sam James  gentoo  org>
AuthorDate: Tue May  7 22:49:44 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May  7 23:03:47 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84e01336

dev-build/cmake: add 3.28.5

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

 dev-build/cmake/Manifest|   3 +
 dev-build/cmake/cmake-3.28.5.ebuild | 278 
 2 files changed, 281 insertions(+)

diff --git a/dev-build/cmake/Manifest b/dev-build/cmake/Manifest
index 4998a28ef7a7..c21dd16b438f 100644
--- a/dev-build/cmake/Manifest
+++ b/dev-build/cmake/Manifest
@@ -8,6 +8,9 @@ DIST cmake-3.28.3.tar.gz 11067653 BLAKE2B 
a329c7cd80e8e74d11ec2a8b377857b1ae8c4c
 DIST cmake-3.28.4-SHA-256.txt 1646 BLAKE2B 
6fc409c11b22c8b21c9acdd9e364e05a97586750f24e3ee34328197577ff5ce752dfe27833e59bde580289091daea72fe33fa674cc8fc571f1e12f99d034dbab
 SHA512 
d1cbd68f4d825ca1cd56069a638f6c1e0dbe4422b69debe4f95979e1583e8bd959161f3dcf10c401aeef01f6458b16f2f892e6123e83b324839b089d0a6280fe
 DIST cmake-3.28.4-SHA-256.txt.asc 833 BLAKE2B 
1d9b79742df51ecbbe05fb7a6eb6dda010178235d29a352ca1d2b9db15573d53e0f18f19022b00b630929bbc46e6eeb4484d8623db8492bae184a46763b03b2b
 SHA512 
4fa553d007b68f7fc387690674ac792269608feba1040711a4f00df9f7bf082887bc7fe693719ba504e3ae0fb9bf341b66cb9a652059a97c4a75389239ed955a
 DIST cmake-3.28.4.tar.gz 11072355 BLAKE2B 
26b9937ddd6015f1ab86e9c00bcc5f4f23b643e0ad25e963ce779a47810bd7f9a4b285c5fdbd70a7751ef113c4bb658386c6ccb42dc4a61c9af2817d99209ac8
 SHA512 
284d201f5ce7b61edddb0e62945113b59d0070b1e58c28a49e86ba8d30b2a259da93b1cb7c2be66c6986c5ce7584cea92555fa8e054b8ad91ae4bf69068d2db3
+DIST cmake-3.28.5-SHA-256.txt 1646 BLAKE2B 
763cbec9ede58cc43a7435e3fe97a9a9f28b201712f52d98ecdf8035887232fe6000675c9bab90f275ff6d44406839f04352784a921dcbc9d65c5e2440b53f52
 SHA512 
0fdeed277d113e4642c11b87b98305da43213bd89566e3aaaf427a11e168d9e6754632c2fd76fae542d29fddfa8b67c3c0df19f741c53fdd3aea8ce7bec73ff3
+DIST cmake-3.28.5-SHA-256.txt.asc 833 BLAKE2B 
bde735a577b556bc30ae1a5de0df8533243c955cc5d222537b3323e7108900af2f01799a4bfa843d953b141cc76a19aed77bfba15cf4e2c3cc36a0e7e844e853
 SHA512 
d495afd2ce4e16f8d3ecc0b319d59c3634aae71c26110d14225f9dd628bfe173cdd94818c69c930ef5cfff3b331445e192db0082188e0822155184e3f6f80e7d
+DIST cmake-3.28.5.tar.gz 11076017 BLAKE2B 
7da653e42fca4848362a97e80320ffcc85ced4951dfe475f48f1619a40dc674d2828a78df2ef09589868f41f1da86970074186f730e675851cd9e7c1b099ba4c
 SHA512 
d8f1c056e94c835c2078a5e68b23a3918f0e2cc40ef9dacaf5df4f2c26106149d85364c01528fcc2d6a4b6c2182ba420d938c519fa98757a5fc375cf152c7f82
 DIST cmake-3.29.0-SHA-256.txt 1646 BLAKE2B 
c8bca18c955580adca88de1c0a72ecea84ec0f1c8023e9e84010b1f3aceae578e866c64ff5896b325ee625fe754bfe88a86ce6d6beaa9735bc45ddef02934ca2
 SHA512 
9a33a74a799e0ae4464a3b084b94617734b36bed2ed70260a0700bd2e8f846b6cddb279d8fa91488b08d29b14ad34d45dcea01afabc720f57a9c90e7700aa205
 DIST cmake-3.29.0-SHA-256.txt.asc 833 BLAKE2B 
eb78a1ebb3bd45a0308bffe8496feff89fa6aadab281488a91b9d9f6065261a4744d361ade701c616527e62e220aecbf164b5aa309c1288deca59fe1bbcffe33
 SHA512 
50c77aed7e4f834733a1abaf2367f87a8a1809a16d01d9dabb035c5afba282240ba6d0bd77fd93013266f5dc3e860f9025cfa54db6c7b6835f8471caef058519
 DIST cmake-3.29.0.tar.gz 11244341 BLAKE2B 
76244cfc6222ce23dbddc9bb3aa51d98d00826d6fa19d86b836f63977c56f0cae11cd592efa1c727e8872fea1e6365a3b67a37e80e588fbf4189f7ec07c2f6e1
 SHA512 
abcca7a4db221d98864b77220445f0b70f87149626d3162ed49636862b87514b2640318438c0c711bfaafa1aba4d049b55f98e6ac28c44545543986c35fbd062

diff --git a/dev-build/cmake/cmake-3.28.5.ebuild 
b/dev-build/cmake/cmake-3.28.5.ebuild
new file mode 100644
index ..45477a10bfce
--- /dev/null
+++ b/dev-build/cmake/cmake-3.28.5.ebuild
@@ -0,0 +1,278 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# Generate using 
https://github.com/thesamesam/sam-gentoo-scripts/blob/main/niche/generate-cmake-docs
+# Set to 1 if prebuilt, 0 if not
+# (the construct below is to allow overriding from env for script)
+: ${CMAKE_DOCS_PREBUILT:=1}
+
+CMAKE_DOCS_PREBUILT_DEV=sam
+#CMAKE_DOCS_VERSION=$(ver_cut 1-3)
+CMAKE_DOCS_VERSION=3.27.0
+# Default to generating docs (inc. man pages) if no prebuilt; overridden later
+# See bug #784815
+CMAKE_DOCS_USEFLAG="+doc"
+
+# TODO RunCMake.LinkWhatYouUse fails consistently w/ ninja
+# ... but seems fine as of 3.22.3?
+# TODO ... but bootstrap sometimes(?) fails with ninja now. bug #834759.
+CMAKE_MAKEFILE_GENERATOR="emake"
+CMAKE_REMOVE_MODULES_LIST=( none )
+inherit bash-completion-r1 cmake flag-o-matic multiprocessing \
+   toolchain-funcs virtualx xdg-utils
+
+MY_P="${P/_/-}"
+
+DESCRIPTION="Cross platform Make"
+HOMEPAGE="https://cmake.org/;
+if [[ ${PV} ==  ]] ; then
+   CMAKE_DOCS_PREBUILT=0
+
+   EGIT_REPO_URI="https://gitlab.kitware.com/cmake/cmake.git;
+   inherit git-r3
+else
+   

[gentoo-commits] repo/proj/guru:dev commit in: www-apps/uwebsockets/

2024-05-07 Thread Aisha Tammy
commit: 4cf8d47f6f1752c99a345cd62539af3c77feaacf
Author: Aisha Tammy  aisha  cc>
AuthorDate: Tue Apr 30 23:57:40 2024 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Tue May  7 22:10:33 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4cf8d47f

www-apps/uwebsockets: drop 20.11.0

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

 www-apps/uwebsockets/Manifest   | 2 +-
 .../{uwebsockets-20.11.0.ebuild => uwebsockets-20.62.0.ebuild}  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-apps/uwebsockets/Manifest b/www-apps/uwebsockets/Manifest
index 0a75f441cf..3a71f92105 100644
--- a/www-apps/uwebsockets/Manifest
+++ b/www-apps/uwebsockets/Manifest
@@ -1,2 +1,2 @@
-DIST uwebsockets-20.11.0.tar.gz 750520 BLAKE2B 
4c139bffcb60a5a2cf7245208e031905875261cfed968a03875358e31d5fb4cf02ff312fc7e5f7e9329ffcb9f9ee9c1204fcf9998fbb9df56163dc06820e2932
 SHA512 
cd4efb386b4d140c6ccbfa92e8be1d3c9b896474a3074b95ad35bedde9face80a1e4bae594359555010d76c2ccf8243b29e97079de8b0f18cda510274135b8e0
 DIST uwebsockets-20.14.0.tar.gz 751354 BLAKE2B 
398aedfd8f253de9c66cfe889c7681f492124a9db1ca9554f560b170ac8ec4b4362f2dd7f351338e3c78819e49023f725d881052db609c631da6dbcb24e5e1a8
 SHA512 
f467942da6a151011a2e831081278eb2a816b215f5335c1e029d7130a56ab04595a3563c15821093d8f3a7b56e085427482cb026653fb24004817f2c08cb3376
+DIST uwebsockets-20.62.0.tar.gz 216172 BLAKE2B 
f18055ee82dce3f18bcf8de0bdf9676485c3f7f2f86059bd359616f88cf4e9b9cea28ca4d7672b69ff68824d4439f61f89ef2d5d2e6dc4ca73e60aa5257a7478
 SHA512 
7ec432003f2a33d34fef6d683e0253518751392079fc0bd35df9dc3a7595afe8003690c9a635e746728b15c2f11e536f21969d21957c359d00d8f485f8607a04

diff --git a/www-apps/uwebsockets/uwebsockets-20.11.0.ebuild 
b/www-apps/uwebsockets/uwebsockets-20.62.0.ebuild
similarity index 94%
rename from www-apps/uwebsockets/uwebsockets-20.11.0.ebuild
rename to www-apps/uwebsockets/uwebsockets-20.62.0.ebuild
index d8967872c5..d6c2b03566 100644
--- a/www-apps/uwebsockets/uwebsockets-20.11.0.ebuild
+++ b/www-apps/uwebsockets/uwebsockets-20.62.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2022 Gentoo Authors
+# Copyright 2019-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7



[gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/

2024-05-07 Thread Andreas Sturmlechner
commit: 8a49576a988685f055e3846a862cf4a96fca1898
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue May  7 21:52:37 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue May  7 21:52:58 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a49576a

app-office/libreoffice: Fix patch name

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-office/libreoffice/libreoffice-7.6.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/libreoffice/libreoffice-7.6.7.2.ebuild 
b/app-office/libreoffice/libreoffice-7.6.7.2.ebuild
index 2a8dc96610a6..fd40095adc35 100644
--- a/app-office/libreoffice/libreoffice-7.6.7.2.ebuild
+++ b/app-office/libreoffice/libreoffice-7.6.7.2.ebuild
@@ -297,7 +297,7 @@ PATCHES=(
"${FILESDIR}/${PN}-7.2.0.4-qt5detect.patch"
 
# 24.2 branch
-   "${FILESDIR}/${P}-autoconf-2.72.patch" # bug 925162
+   "${FILESDIR}/${PN}-7.6.6.3-autoconf-2.72.patch" # bug 925162
"${FILESDIR}/${PN}-7.6.5.2-gcc14.patch" # bug 928152
 
# TODO: upstream



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

2024-05-07 Thread Henri Gasc
commit: 9dcd2d900c1c0d5189714a5c9596580ad7921a7f
Author: Henri Gasc  eurecom  fr>
AuthorDate: Tue May  7 21:40:29 2024 +
Commit: Henri Gasc  eurecom  fr>
CommitDate: Tue May  7 21:42:34 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9dcd2d90

dev-python/validator-collection: enable py3.12

Ignore some tests that failed for some reason

Closes: https://bugs.gentoo.org/930095
Closes: https://bugs.gentoo.org/931444
Signed-off-by: Henri Gasc  eurecom.fr>

 ...ction-1.5.0.ebuild => validator-collection-1.5.0-r1.ebuild} | 10 +-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/dev-python/validator-collection/validator-collection-1.5.0.ebuild 
b/dev-python/validator-collection/validator-collection-1.5.0-r1.ebuild
similarity index 68%
rename from dev-python/validator-collection/validator-collection-1.5.0.ebuild
rename to dev-python/validator-collection/validator-collection-1.5.0-r1.ebuild
index 01cff7df39..911962ae24 100644
--- a/dev-python/validator-collection/validator-collection-1.5.0.ebuild
+++ b/dev-python/validator-collection/validator-collection-1.5.0-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_11 )
+PYTHON_COMPAT=( python3_{11..12} )
 
 inherit distutils-r1
 
@@ -32,5 +32,13 @@ BDEPEND="
 "
 DEPEND="${BDEPEND}"
 
+EPYTEST_DESELECT=(
+   # Errors, probably because of missing privileges or problems in the 
virtual file system used in the tests
+   "tests/test_checkers.py::test_is_readable[/var/data/xx1.txt-True-False]"
+   "tests/test_validators.py::test_readable[/var/data/xx1.txt-True-False]"
+   "tests/test_validators.py::test_writeable[/var/data/xx1.txt-True-False]"
+   
"tests/test_validators.py::test_executable[/var/data/xx1.txt-True-False]"
+)
+
 distutils_enable_tests pytest
 distutils_enable_sphinx docs



[gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/

2024-05-07 Thread Andreas Sturmlechner
commit: d82b1d914501045d4ace11567bc9bb8841d70d70
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue May  7 21:19:54 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue May  7 21:34:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d82b1d91

app-office/libreoffice: add 7.6.7.2 w/o KEYWORDS

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-office/libreoffice/Manifest   |   2 +
 app-office/libreoffice/libreoffice-7.6.7.2.ebuild | 672 ++
 2 files changed, 674 insertions(+)

diff --git a/app-office/libreoffice/Manifest b/app-office/libreoffice/Manifest
index fe616ef49a69..ab5a2f50b2aa 100644
--- a/app-office/libreoffice/Manifest
+++ b/app-office/libreoffice/Manifest
@@ -22,10 +22,12 @@ DIST frozen-1.1.1.tar.gz 186589 BLAKE2B 
5f103311c49777d0d284cabe026fae55f09bd24b
 DIST libreoffice-24.2.3.2.tar.xz 280246948 BLAKE2B 
f0694abc23a612e303d694800f6f83a7d307c3fcce40e459a59cce76435cfdd9de57be95910152bbc5a9e124871477e4638f1deef489a19c22fbfbdf1237a91b
 SHA512 
c0313a5f1ea0a860b40debf6bc75bc792ffb152d76fa1372e8e4574eca5c4a8a33748e74636a09e01dab1ae21e08261856c7c11b82080e6e8d6c2dd1a166782b
 DIST libreoffice-7.6.4.1.tar.xz 281547116 BLAKE2B 
55712cf41e38373476dbc3d6a6f244dc0ba9222caf587c5d8a56c5f952e064e815d752a786d6770891775dc2a43739ae05fb94935006c005b41b3aeca229a866
 SHA512 
dbfc0cc8aa68e26c89da12156046ccf18201759c0e67757ce259a1150934ad7e2d914837701731fbe00aeab9a2f8c996619eb0892b7907de8012fdd7421da0f6
 DIST libreoffice-7.6.6.3.tar.xz 282144120 BLAKE2B 
8d6f39046c9793c8dc5e2667e684c32f61b475b83787c75eeacf441a636c7244b032ae2cd7dac75c3077de63c68382e63bb834f69986ef788d78542df087b19b
 SHA512 
822584e1a191aac08f3141ba2dc2b91b0cbd50635a8506e9f3d00e224c997e1ec83957dd8a7dbede28a0ba28e1a8658d7e0b526bf796db286210393a326e6ca3
+DIST libreoffice-7.6.7.2.tar.xz 282345404 BLAKE2B 
7214739ce3e495e07180875834908078975857bed83fbd4f33ccfaaca5b30a0651661da4e42aa59f9c7011fe7ce2c58667c41d48b73f621d2004e8dbbdd0817f
 SHA512 
443d818f35d9cac1af3a911f031b0b8f455eb28afa1a563ee3551b3285810f3b7b19265a64f853eef07e0c550c5d81f95e2774db46bd9dfee7b9aee029eb3747
 DIST libreoffice-branding-gentoo-0.8.tar.xz 151568 BLAKE2B 
f03c7ddeb53c5ca3fd23401679601fcf2c4037ba17be4eb7b784c7ce7ebb71a24b8ab4aac8b7da8c6b1f14dd23bc1294ba85ff4f70ad271fb4ee3c5372e10883
 SHA512 
785031a699b1d1895ce4b50ffc3ddf645f3a0ef9acdf37facfd18cf75db9484cb8f53a50abb63d6006ead76a80b6ff5aa99661063245ebb84bd64013d713de7f
 DIST libreoffice-help-24.2.3.2.tar.xz 167014344 BLAKE2B 
93c87d5b0e7d35d3335dcb80868a0ea516378e3c46c56e34a1123661db29ab6215f62074feef1078daad04977726bf226de2a7ad281e8b9900ddd7fb1bc23961
 SHA512 
5ccf579da3791f4a78b17eedc6b641351f69e4e8b4079180dede2f3a4180d1ccc617dff0f49b89fdc93f9e86d8d0630ecbf87437079caf7f0d1b51765ac3e877
 DIST libreoffice-help-7.6.4.1.tar.xz 166959028 BLAKE2B 
fadcd32c50af1d4607ecd20ef7640cfbd1912361a792c324540dee1b5ee78c5f622b8363a5b96a1afb8256618573a0bb6f919a144de98fe88a1331d9241612f0
 SHA512 
0f72cd933ab7b897ec36f7b29bc5e568be289ea50ae0844e6083ff4957eab3cd313b39ffbda2e58f59de7962a05b371d8d61043d80323bb474e5436d23d3a859
 DIST libreoffice-help-7.6.6.3.tar.xz 166956596 BLAKE2B 
217b32cf9d1882b2a60e436bb6319be5c60807bd7bb8ce373a6a2ecbd8d6f2537bd2a13d58ea14f47532a5a780df1815457adc473e2b0107e5e510db144d90a4
 SHA512 
07ed22d2161770a39e618075aadc5b42f8f5c436938a0aa29351628e61572e6e1d03642d45541dcfebf57dfdd1e558b23a8d596025fb45a1771652ad2860583f
+DIST libreoffice-help-7.6.7.2.tar.xz 166901284 BLAKE2B 
636772e6ba11b00d26f0280f3ac564e4c4ab839808ec21eeefdbec7a16e4fdad512466b523f1e58cfd74bfe29f4bc06b7d203e18e5e2a2b1a6ed5b8ff8ec9093
 SHA512 
724cdb884b37bd847080b4610d1fe2f9b111479585bc097f2ad2a73141565c542d08eab088a36eb3374a3c85a0b803a7c65e43058234076c3ddc99c6f847e3a8
 DIST skia-m111-a31e897fb3dcbc96b2b40999751611d029bf5404.tar.xz 10693272 
BLAKE2B 
67f2bd33d58c58c59f1ee5fb693a6a7e6a1ace52f269ae0fa6617027e93131031b0af9d44c36e371fe5a38c5b7519a61f9bcf4286a13ef5b06ea7e7eb5cb0a0f
 SHA512 
58d50fdd19cc5df640244e0c765aec6addc3e552701b201772584e8bea7cda12047e4a6af41452c6669aadfc026de29a4a4e7c6b31c7dfff30e29e50ed46fe3d
 DIST skia-m116-2ddcf183eb260f63698aa74d1bb380f247ad7ccd.tar.xz 10868024 
BLAKE2B 
ce8247de4cd6939b0593adf1c3dc6b78cdf4220fbcd2dfb2b9cf6d80d42f9c49f4d93fbe3cff68d079f04cc5801daf20999b288f7fdc85b58e32035151a3616a
 SHA512 
6c10785ed9ab8cdf3385ebd3f3d13a64b850df9cc7a12e513326a84c7a3e6f6235f9f4dbce128eac2e43a2707fe6a6011716de5985adf4742d55879210bf32e9
 DIST zxcvbn-c-2.5.tar.gz 1404434 BLAKE2B 
f0f22fc8643f785e8f9ed42033d6654c2e67aa4e258bbc4fecf533efcf8b86b6d7e67f9042326247c311c42a4e2b24b844e0bae65cdb2e46ea043a2974ffd857
 SHA512 
d7199b3cc36cd0e401bd8f857132425908307aefcdb1bb635ee81c34cf71ccbcdf0fe36a336a55da1281692b508881b54773afa41379a448863095f4abd5c0e8

diff --git a/app-office/libreoffice/libreoffice-7.6.7.2.ebuild 
b/app-office/libreoffice/libreoffice-7.6.7.2.ebuild
new file mode 100644
index ..2a8dc96610a6
--- /dev/null
+++ 

[gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice-l10n/

2024-05-07 Thread Andreas Sturmlechner
commit: b1abae01c3328f1a0db6009d8483d64204125fe3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Apr 28 07:01:31 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue May  7 21:34:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1abae01

app-office/libreoffice-l10n: add 24.2.3.2, drop 24.2.2.2

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-office/libreoffice-l10n/Manifest   | 366 ++---
 ...2.2.ebuild => libreoffice-l10n-24.2.3.2.ebuild} |   0
 2 files changed, 183 insertions(+), 183 deletions(-)

diff --git a/app-office/libreoffice-l10n/Manifest 
b/app-office/libreoffice-l10n/Manifest
index dea9457a329c..d208645a65b5 100644
--- a/app-office/libreoffice-l10n/Manifest
+++ b/app-office/libreoffice-l10n/Manifest
@@ -1,186 +1,186 @@
-DIST LibreOffice_24.2.2.2_Linux_x86-64_rpm_helppack_am.tar.gz 3362365 BLAKE2B 
70c3b3a67f06233d9245f90c7245c9149985a7a9e99e8a13f54aa2adabb13b50bd71812e966979b0e7dbb852043bb181d44e43a02cdb3e6c51ef3f78ad39463e
 SHA512 
81848ab6a267d30c005f15b79e0e277819dc4d5ab67b61f538cae4d0b4de198e9888b84b6bba23776bdce47fca5971b24165838901a232e04a674b3ee4d2c37a
-DIST LibreOffice_24.2.2.2_Linux_x86-64_rpm_helppack_ar.tar.gz 3058497 BLAKE2B 
16c302e9e9f158507a87ba29f9e8e39bdfbfbc0e44adf5aa1c12fccf7e6f2e0bd0fd6edf3bca9277e6089e40fbb98a80ff17a296493c7379716bdd8bbea7181a
 SHA512 
94bebe1e4f65d0550d2636b4aeec0874a624c2feaa9a8e8af5027aa540b079caf5472aee45e11370826103bb3072f80965d14d306c08c91eead0ec75babe0ff8
-DIST LibreOffice_24.2.2.2_Linux_x86-64_rpm_helppack_ast.tar.gz 3225534 BLAKE2B 
8a4cfbea6e3572b9fffeab6bb93878fb11e2fb54b408f35fef9d9d7d688cee39a33c851b0985b1231b81768b00e415b2fff6bf81359e80eb3af76068f5b3e19a
 SHA512 
7798b3a2e3dbc9ac15dae685ec516d62f3ae6e2f1b2a3afea59f9a68ba36579bb24f95333913693db67c4ee938de8cff0dfd16aa2be5e9f251d5e46f9a35f442
-DIST LibreOffice_24.2.2.2_Linux_x86-64_rpm_helppack_bg.tar.gz 3539989 BLAKE2B 
ea478091fc5e76dd100375a2efcc54ddfe34a0c81e73be3cef8f38dd68738bb954f75149bf22f66f374555a2051e0eea2c9eb34d96dadaea4b2cb7d0a2ddffac
 SHA512 
5c5ae25356aac6e3ceeda7811c396fac54dd3de053d3d8988cd146210127ec6ea7e4164b6e72068c4a372ce2d162cfc20279a55a33d07550117766b22bd1e1a1
-DIST LibreOffice_24.2.2.2_Linux_x86-64_rpm_helppack_bn-IN.tar.gz 3514652 
BLAKE2B 
f66ffcc81f1d94aab3af089daa41c7e12b3f72292a78a2ba6d2fd82a1df873fe0de5aa949186d6fc73311c99b743165b0a3f7df8696bb920640e33dfc330327e
 SHA512 
b2206cbee17deaefcabae65d203148b2453a2d843d8806169bc84c43d04e3e8c5532311ca39e1af4e500adcb94f63767f5af2ef24189e77205628aec030e6234
-DIST LibreOffice_24.2.2.2_Linux_x86-64_rpm_helppack_bn.tar.gz 3328628 BLAKE2B 
946d2653c19eed4e3e351050b2623a945db0da286e0d3bf075059e11e424ebed71192231fe8038bd1d09c6774d1ed4095c51a1d0eb4fe47b107cde579bed33f9
 SHA512 
ff4c08e2f87e7e54c937b37481c2643c063cbaea6c93bf191aac813aa965ec9895c39bebbcf279903d7935a9256ab1af6a9bdf376bbb5dc291e0988a6ef918bf
-DIST LibreOffice_24.2.2.2_Linux_x86-64_rpm_helppack_bo.tar.gz 3327640 BLAKE2B 
63a4ee167131bc9bc51914df99a2f13208ba181ca772caa799aca0889a387c67fa19b3bd69cfbd165d9bb242d1bc0436be62b43a4140de1932412f9fd2b9
 SHA512 
90c779b55aa10ac67067bf1a4affa223057d00ac4d6828cf4181bb85cd80b2c8f75b79092d53dfc0201fa588db932110069f0b444aa2945388f6dce0af75ce9c
-DIST LibreOffice_24.2.2.2_Linux_x86-64_rpm_helppack_bs.tar.gz 3145153 BLAKE2B 
d47ff208cfe68bb9d47c8a4df0c411fb9bb401848a9682c22fc0a3ff8b9af08bac43e279acbcf3c7d1f1877e16dc8cfc36bd42a68ba9c14277b6a5aa1b9cdbda
 SHA512 
2f6579116d2b9e81e39fb79923181a9ce4c3bb8106dfa09c1ebf29e25dfb980563c7d627e7b618696c5e6e6570ee4bd17716cfa65c3e6bd79cd61dc16fec87e6
-DIST LibreOffice_24.2.2.2_Linux_x86-64_rpm_helppack_ca-valencia.tar.gz 3250454 
BLAKE2B 
df4caf19d889827f14d37434002e5170c7c0dbbb3b6cab92ea7ccd2902b9614c5a4e23f047b4a27f7e40a53a7c90616f933df385eff686cb6dbb5f6e526b2952
 SHA512 
d1a80a91fee132f5e8403e53811a03327c065aaf215120887fdc46907c665a36b54439e76433264c5b18b79dccd0967914762d5e1fba6f2c8e992f10f814
-DIST LibreOffice_24.2.2.2_Linux_x86-64_rpm_helppack_ca.tar.gz 3249777 BLAKE2B 
ec43501cf66005267e61188b6f6635702b32747a853750dd4339e5534d11f3e225ec248d1e563dec4c4f8afa3de370581cbc8ce854a17f545974239610cd42bd
 SHA512 
fa61ee279ee4b599f087cf6cd3de1ae104b4af2e5b423e357869b30e0bbd2ebc25c96e6628827ce40c4a9da31252940f9728ce80219b1c04ce0318ffe44986ea
-DIST LibreOffice_24.2.2.2_Linux_x86-64_rpm_helppack_cs.tar.gz 3207873 BLAKE2B 
0b7016396192f2dc950727c67e92fb4a408a8ea5ee2f7603993749f97e7083a245c02ac8a09e6ba0193033a20a12dae5a2f00809c6a80800a0dd91b692470cd2
 SHA512 
42f146df021ac30f9c0693c20d117241c85e2d8893d590260b9aee4fe7fd3cd7da3fc48a6a23bf630ab53c79a8a23d6f04a42397f7a32f93bf687a5b902cffaf
-DIST LibreOffice_24.2.2.2_Linux_x86-64_rpm_helppack_da.tar.gz 3222472 BLAKE2B 
84f42e3e301ccd35ad182547ba8530a6f80a3d0e4db8ddb390cacebfd235addd3340f65eb878c12733c558a1c99a1fb7d21b4c5452f3979e5803957a37ef00c3
 SHA512 

[gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/

2024-05-07 Thread Andreas Sturmlechner
commit: b5206d3d51b4b7cc4ca0cf8fcd9831fea43633a0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue May  7 21:04:18 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue May  7 21:34:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5206d3d

app-office/libreoffice: add 24.2.3.2, drop 24.2.3.1

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-office/libreoffice/Manifest   | 4 ++--
 .../{libreoffice-24.2.3.1.ebuild => libreoffice-24.2.3.2.ebuild}  | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-office/libreoffice/Manifest b/app-office/libreoffice/Manifest
index 77fd055a4717..fe616ef49a69 100644
--- a/app-office/libreoffice/Manifest
+++ b/app-office/libreoffice/Manifest
@@ -19,11 +19,11 @@ DIST dtoa-20180411.tgz 48893 BLAKE2B 
4a03dc67e44353ae1c0653c8305d2df9bcfef16b48d
 DIST eeb2c7ddf0d302fba4bfc6e97eac9624-libbase-1.1.6.zip 427800 BLAKE2B 
d3ac085a39ee9798182b70ba650fa954234b964e33278ac4fe3f84f8c3218ad49f12d139079328036b4f9d80cde967888c0a66393c34dedf27af69dac02c5aff
 SHA512 
9091d3628d9c75c068507537afc9e10bfb79c1abfd36ad697af3d592a1cc049ba6640f665bfc53cc520b6a26c21d70b0275106843444b441484c2178f2784743
 DIST f94d9870737518e3b597f9265f4e9803-libserializer-1.1.6.zip 211919 BLAKE2B 
2c72493e44d3ad1714d294fb7baaa85d33fef2eb4ce75bf507b65f78f1d9d399bb5eb72cee188a8abc4b234eb2845a26755791fb3ac104ffe6e55013ab41ca8b
 SHA512 
c1a15ebbfe817ec79d4b3f1c97d096bf8511737d7d35d97302856ccfb3de14a1cd16bd31000415d9ab24bbd9ef770d37855cee4b819ff0e8fca2f2766920a114
 DIST frozen-1.1.1.tar.gz 186589 BLAKE2B 
5f103311c49777d0d284cabe026fae55f09bd24b2227d56133c48b9f9f0542361f3e007687089145939c12fc6a1af8baf1c76ba76176bdddec3d726e45d705d1
 SHA512 
e22561a4e634e388e11f95b3005bc711e543013d314f6aaeda34befb2c673aea2d71a717d8822bc8fa85bdc8409945ba2ad91a1bac4f8cb5303080de01a5f60e
-DIST libreoffice-24.2.3.1.tar.xz 280290188 BLAKE2B 
92ca634b3000a6c63d9cfe53e84e3139bbf083246437d070bb7ef2e294c7b2c548526763e1bdffc2af7c222dc0a9cfdef4c1db291a6aa182c2cbca1be957a24b
 SHA512 
76c7fd3d36a350224f834016889a7e93307ae0bb1b05e4c2dee0c2e90ff35604b5cf99363d3a49c9a2d35828045820b5fcac6d50392cc127c968d7febd3aa905
+DIST libreoffice-24.2.3.2.tar.xz 280246948 BLAKE2B 
f0694abc23a612e303d694800f6f83a7d307c3fcce40e459a59cce76435cfdd9de57be95910152bbc5a9e124871477e4638f1deef489a19c22fbfbdf1237a91b
 SHA512 
c0313a5f1ea0a860b40debf6bc75bc792ffb152d76fa1372e8e4574eca5c4a8a33748e74636a09e01dab1ae21e08261856c7c11b82080e6e8d6c2dd1a166782b
 DIST libreoffice-7.6.4.1.tar.xz 281547116 BLAKE2B 
55712cf41e38373476dbc3d6a6f244dc0ba9222caf587c5d8a56c5f952e064e815d752a786d6770891775dc2a43739ae05fb94935006c005b41b3aeca229a866
 SHA512 
dbfc0cc8aa68e26c89da12156046ccf18201759c0e67757ce259a1150934ad7e2d914837701731fbe00aeab9a2f8c996619eb0892b7907de8012fdd7421da0f6
 DIST libreoffice-7.6.6.3.tar.xz 282144120 BLAKE2B 
8d6f39046c9793c8dc5e2667e684c32f61b475b83787c75eeacf441a636c7244b032ae2cd7dac75c3077de63c68382e63bb834f69986ef788d78542df087b19b
 SHA512 
822584e1a191aac08f3141ba2dc2b91b0cbd50635a8506e9f3d00e224c997e1ec83957dd8a7dbede28a0ba28e1a8658d7e0b526bf796db286210393a326e6ca3
 DIST libreoffice-branding-gentoo-0.8.tar.xz 151568 BLAKE2B 
f03c7ddeb53c5ca3fd23401679601fcf2c4037ba17be4eb7b784c7ce7ebb71a24b8ab4aac8b7da8c6b1f14dd23bc1294ba85ff4f70ad271fb4ee3c5372e10883
 SHA512 
785031a699b1d1895ce4b50ffc3ddf645f3a0ef9acdf37facfd18cf75db9484cb8f53a50abb63d6006ead76a80b6ff5aa99661063245ebb84bd64013d713de7f
-DIST libreoffice-help-24.2.3.1.tar.xz 167013500 BLAKE2B 
5d0a8ff77fa164626dc10eb99dad89f62df0077b397b88c8bfe720b2d68e650ed77597fc666d243c85079a27b882b9bc06f837a82776f0868ed1b877ed7cb590
 SHA512 
3c2e7402fc6e0f764d1105ea971a7f01593d1c21efe6452055ff7f7144ef637bdf7f145ca08739bac8ad59b1d3ba5b7877c52b2760d7b4463812326e11ab9a99
+DIST libreoffice-help-24.2.3.2.tar.xz 167014344 BLAKE2B 
93c87d5b0e7d35d3335dcb80868a0ea516378e3c46c56e34a1123661db29ab6215f62074feef1078daad04977726bf226de2a7ad281e8b9900ddd7fb1bc23961
 SHA512 
5ccf579da3791f4a78b17eedc6b641351f69e4e8b4079180dede2f3a4180d1ccc617dff0f49b89fdc93f9e86d8d0630ecbf87437079caf7f0d1b51765ac3e877
 DIST libreoffice-help-7.6.4.1.tar.xz 166959028 BLAKE2B 
fadcd32c50af1d4607ecd20ef7640cfbd1912361a792c324540dee1b5ee78c5f622b8363a5b96a1afb8256618573a0bb6f919a144de98fe88a1331d9241612f0
 SHA512 
0f72cd933ab7b897ec36f7b29bc5e568be289ea50ae0844e6083ff4957eab3cd313b39ffbda2e58f59de7962a05b371d8d61043d80323bb474e5436d23d3a859
 DIST libreoffice-help-7.6.6.3.tar.xz 166956596 BLAKE2B 
217b32cf9d1882b2a60e436bb6319be5c60807bd7bb8ce373a6a2ecbd8d6f2537bd2a13d58ea14f47532a5a780df1815457adc473e2b0107e5e510db144d90a4
 SHA512 
07ed22d2161770a39e618075aadc5b42f8f5c436938a0aa29351628e61572e6e1d03642d45541dcfebf57dfdd1e558b23a8d596025fb45a1771652ad2860583f
 DIST skia-m111-a31e897fb3dcbc96b2b40999751611d029bf5404.tar.xz 10693272 
BLAKE2B 

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

2024-05-07 Thread Michael Orlitzky
commit: 967b73a8f7b271564db0c05133d1b1a6ea96d53f
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Tue May  7 20:44:24 2024 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Tue May  7 21:07:42 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=967b73a8

dev-python/conway-polynomials: add 0.10

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

 dev-python/conway-polynomials/Manifest  |  1 +
 .../conway-polynomials-0.10.ebuild  | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-python/conway-polynomials/Manifest 
b/dev-python/conway-polynomials/Manifest
index 21c10c107e81..cf82c7974e30 100644
--- a/dev-python/conway-polynomials/Manifest
+++ b/dev-python/conway-polynomials/Manifest
@@ -1 +1,2 @@
 DIST conway-polynomials-0.9.tar.gz 245106 BLAKE2B 
3b44b337151428a18f8fc01bfa92ffe4019d2427242efed3a9edec93e2054f706ad3735505a5d90382a1c4c8e9846080de1d34538f053ba2ccda88e91fcc5fc6
 SHA512 
15f0dcd69f2ffb78f4f4a7d8e11ac0e37fb23bea124778b24a4bff228a00f2f09e830e49225f0b574869f88e9c90e9114921e240eb462c10071c124d04fe90a2
+DIST conway_polynomials-0.10.tar.gz 307447 BLAKE2B 
f079041954dc280204ae7d0dcb467c1cd982ff1f4a46eb8193ae3bb20c47f7394c1f5de31dd573f240a89b9e2f174d97744af944ce498cd6a6cc029389ca7517
 SHA512 
8ddaea35ba5974cea7ede93c5fde8d481a484cd5c5c2d310e64a7fb9bb22f6781a36cc30d1e75fc79c47af2241b34102cff60e5776963859bfee5f3799772fc8

diff --git a/dev-python/conway-polynomials/conway-polynomials-0.10.ebuild 
b/dev-python/conway-polynomials/conway-polynomials-0.10.ebuild
new file mode 100644
index ..a60b97eac7be
--- /dev/null
+++ b/dev-python/conway-polynomials/conway-polynomials-0.10.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Python interface to Frank Lübeck's Conway polynomial database"
+HOMEPAGE="
+   https://github.com/sagemath/conway-polynomials/
+   https://pypi.org/project/conway-polynomials/
+"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+distutils_enable_tests pytest



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

2024-05-07 Thread Sam James
commit: aa1f3b58de48158f26f96fa12a3095353b0b033e
Author: Sam James  gentoo  org>
AuthorDate: Tue May  7 20:50:16 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May  7 20:50:16 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa1f3b58

x11-terms/xterm: Stabilize 390 ppc, #931508

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

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

diff --git a/x11-terms/xterm/xterm-390.ebuild b/x11-terms/xterm/xterm-390.ebuild
index 71a7d987041f..f68dd0b8f0ca 100644
--- a/x11-terms/xterm/xterm-390.ebuild
+++ b/x11-terms/xterm/xterm-390.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: dev-libs/libgamin/

2024-05-07 Thread Sam James
commit: 894d0102ee003f80515e80bb0dc07b40cb01b911
Author: Sam James  gentoo  org>
AuthorDate: Tue May  7 20:50:07 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May  7 20:50:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=894d0102

dev-libs/libgamin: Stabilize 0.1.10-r7 ppc64, #931344

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

 dev-libs/libgamin/libgamin-0.1.10-r7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libgamin/libgamin-0.1.10-r7.ebuild 
b/dev-libs/libgamin/libgamin-0.1.10-r7.ebuild
index 25396b73373c..2de9709dcd61 100644
--- a/dev-libs/libgamin/libgamin-0.1.10-r7.ebuild
+++ b/dev-libs/libgamin/libgamin-0.1.10-r7.ebuild
@@ -17,7 +17,7 @@ SRC_URI="${SRC_URI}
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="debug static-libs"
 
 RESTRICT="test" # needs gam-server



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

2024-05-07 Thread Sam James
commit: 22c124148af599053e848b15aeb4877f6983beb6
Author: Sam James  gentoo  org>
AuthorDate: Tue May  7 20:50:10 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May  7 20:50:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22c12414

dev-libs/libgamin: Stabilize 0.1.10-r7 ppc, #931344

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

 dev-libs/libgamin/libgamin-0.1.10-r7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libgamin/libgamin-0.1.10-r7.ebuild 
b/dev-libs/libgamin/libgamin-0.1.10-r7.ebuild
index 47e1d720759c..3e16d85b0e95 100644
--- a/dev-libs/libgamin/libgamin-0.1.10-r7.ebuild
+++ b/dev-libs/libgamin/libgamin-0.1.10-r7.ebuild
@@ -17,7 +17,7 @@ SRC_URI="${SRC_URI}
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux"
 IUSE="debug static-libs"
 
 RESTRICT="test" # needs gam-server



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

2024-05-07 Thread Sam James
commit: f2f8fe58c6e02954687a3349ade8db1de882361e
Author: Sam James  gentoo  org>
AuthorDate: Tue May  7 20:50:12 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May  7 20:50:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2f8fe58

x11-terms/xterm: Stabilize 390 arm, #931508

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

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

diff --git a/x11-terms/xterm/xterm-390.ebuild b/x11-terms/xterm/xterm-390.ebuild
index 486b65958828..e2b23975b571 100644
--- a/x11-terms/xterm/xterm-390.ebuild
+++ b/x11-terms/xterm/xterm-390.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/

2024-05-07 Thread Sam James
commit: 9f399c59877adfc8f05811f8402d1067dbb4577f
Author: Sam James  gentoo  org>
AuthorDate: Tue May  7 20:50:15 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May  7 20:50:15 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f399c59

x11-terms/xterm: Stabilize 390 sparc, #931508

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

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

diff --git a/x11-terms/xterm/xterm-390.ebuild b/x11-terms/xterm/xterm-390.ebuild
index 0456b7a24f9b..71a7d987041f 100644
--- a/x11-terms/xterm/xterm-390.ebuild
+++ b/x11-terms/xterm/xterm-390.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: dev-libs/libgamin/

2024-05-07 Thread Sam James
commit: 568a8d2677d24d0fb4475d7fe8867bf56a405a30
Author: Sam James  gentoo  org>
AuthorDate: Tue May  7 20:50:06 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May  7 20:50:06 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=568a8d26

dev-libs/libgamin: Stabilize 0.1.10-r7 arm, #931344

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

 dev-libs/libgamin/libgamin-0.1.10-r7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libgamin/libgamin-0.1.10-r7.ebuild 
b/dev-libs/libgamin/libgamin-0.1.10-r7.ebuild
index ad132005c435..25396b73373c 100644
--- a/dev-libs/libgamin/libgamin-0.1.10-r7.ebuild
+++ b/dev-libs/libgamin/libgamin-0.1.10-r7.ebuild
@@ -17,7 +17,7 @@ SRC_URI="${SRC_URI}
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="debug static-libs"
 
 RESTRICT="test" # needs gam-server



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

2024-05-07 Thread Sam James
commit: dbeeae575ba5885656fee1df1276dedf7bd1cb42
Author: Sam James  gentoo  org>
AuthorDate: Tue May  7 20:50:13 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May  7 20:50:13 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbeeae57

x11-terms/xterm: Stabilize 390 ppc64, #931508

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

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

diff --git a/x11-terms/xterm/xterm-390.ebuild b/x11-terms/xterm/xterm-390.ebuild
index e2b23975b571..0456b7a24f9b 100644
--- a/x11-terms/xterm/xterm-390.ebuild
+++ b/x11-terms/xterm/xterm-390.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/

2024-05-07 Thread Sam James
commit: 54c6c9056048e48e532564adc526b4d08061f27c
Author: Sam James  gentoo  org>
AuthorDate: Tue May  7 20:50:11 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May  7 20:50:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54c6c905

x11-terms/xterm: Stabilize 390 arm64, #931508

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

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

diff --git a/x11-terms/xterm/xterm-390.ebuild b/x11-terms/xterm/xterm-390.ebuild
index 8180a7d0f62a..486b65958828 100644
--- a/x11-terms/xterm/xterm-390.ebuild
+++ b/x11-terms/xterm/xterm-390.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: dev-libs/libgamin/

2024-05-07 Thread Sam James
commit: 00ad3e149e7b4c052a36c7aca72b53c2d825e848
Author: Sam James  gentoo  org>
AuthorDate: Tue May  7 20:50:09 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May  7 20:50:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00ad3e14

dev-libs/libgamin: Stabilize 0.1.10-r7 sparc, #931344

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

 dev-libs/libgamin/libgamin-0.1.10-r7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libgamin/libgamin-0.1.10-r7.ebuild 
b/dev-libs/libgamin/libgamin-0.1.10-r7.ebuild
index 2de9709dcd61..47e1d720759c 100644
--- a/dev-libs/libgamin/libgamin-0.1.10-r7.ebuild
+++ b/dev-libs/libgamin/libgamin-0.1.10-r7.ebuild
@@ -17,7 +17,7 @@ SRC_URI="${SRC_URI}
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux"
 IUSE="debug static-libs"
 
 RESTRICT="test" # needs gam-server



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

2024-05-07 Thread Sam James
commit: 3d462f84a0ecc98db8af52c1ead2dc8ca76264f7
Author: Sam James  gentoo  org>
AuthorDate: Tue May  7 20:50:04 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May  7 20:50:04 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d462f84

dev-python/argparse-manpage: Keyword 4.5 arm, #931140

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

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

diff --git a/dev-python/argparse-manpage/argparse-manpage-4.5.ebuild 
b/dev-python/argparse-manpage/argparse-manpage-4.5.ebuild
index 2eefb6fdaf98..198ffeff9954 100644
--- a/dev-python/argparse-manpage/argparse-manpage-4.5.ebuild
+++ b/dev-python/argparse-manpage/argparse-manpage-4.5.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2024-05-07 Thread Sam James
commit: cfbb7b76bc2f685701f4e85917a017bbcf5f92e3
Author: Sam James  gentoo  org>
AuthorDate: Tue May  7 20:50:02 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May  7 20:50:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfbb7b76

dev-python/argparse-manpage: Keyword 4.5 ppc64, #931140

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

 dev-python/argparse-manpage/argparse-manpage-4.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/argparse-manpage/argparse-manpage-4.5.ebuild 
b/dev-python/argparse-manpage/argparse-manpage-4.5.ebuild
index 1c171f970460..2eefb6fdaf98 100644
--- a/dev-python/argparse-manpage/argparse-manpage-4.5.ebuild
+++ b/dev-python/argparse-manpage/argparse-manpage-4.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022-2023 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~mips ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2024-05-07 Thread Sam James
commit: 8f4665e7182366ed902d375c4df73bb0b5fb6c37
Author: Sam James  gentoo  org>
AuthorDate: Tue May  7 20:50:05 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May  7 20:50:05 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f4665e7

dev-libs/libgamin: Stabilize 0.1.10-r7 arm64, #931344

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

 dev-libs/libgamin/libgamin-0.1.10-r7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libgamin/libgamin-0.1.10-r7.ebuild 
b/dev-libs/libgamin/libgamin-0.1.10-r7.ebuild
index 0a6ac6ebd8ce..ad132005c435 100644
--- a/dev-libs/libgamin/libgamin-0.1.10-r7.ebuild
+++ b/dev-libs/libgamin/libgamin-0.1.10-r7.ebuild
@@ -17,7 +17,7 @@ SRC_URI="${SRC_URI}
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="debug static-libs"
 
 RESTRICT="test" # needs gam-server



[gentoo-commits] repo/gentoo:master commit in: sci-libs/caffe2/

2024-05-07 Thread Alfredo Tupone
commit: 964b3b6e7907dae9b06570354dda1302affc9bdb
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Tue May  7 20:47:28 2024 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Tue May  7 20:48:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=964b3b6e

sci-libs/caffe2: add typing_extensions deps

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

 sci-libs/caffe2/{caffe2-2.3.0-r1.ebuild => caffe2-2.3.0-r2.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sci-libs/caffe2/caffe2-2.3.0-r1.ebuild 
b/sci-libs/caffe2/caffe2-2.3.0-r2.ebuild
similarity index 99%
rename from sci-libs/caffe2/caffe2-2.3.0-r1.ebuild
rename to sci-libs/caffe2/caffe2-2.3.0-r2.ebuild
index 749359d26e11..41630a00aa19 100644
--- a/sci-libs/caffe2/caffe2-2.3.0-r1.ebuild
+++ b/sci-libs/caffe2/caffe2-2.3.0-r2.ebuild
@@ -93,6 +93,7 @@ DEPEND="
$(python_gen_cond_dep '
dev-python/pyyaml[${PYTHON_USEDEP}]
dev-python/pybind11[${PYTHON_USEDEP}]
+   dev-python/typing-extensions[${PYTHON_USEDEP}]
')
 "
 



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

2024-05-07 Thread Sam James
commit: 803f057ecf15901b9e4c92ab8783d2478296832a
Author: Sam James  gentoo  org>
AuthorDate: Tue May  7 20:33:52 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May  7 20:33:52 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=803f057e

dev-libs/libgamin: Stabilize 0.1.10-r7 x86, #931344

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

 dev-libs/libgamin/libgamin-0.1.10-r7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libgamin/libgamin-0.1.10-r7.ebuild 
b/dev-libs/libgamin/libgamin-0.1.10-r7.ebuild
index 0079661442e9..0a6ac6ebd8ce 100644
--- a/dev-libs/libgamin/libgamin-0.1.10-r7.ebuild
+++ b/dev-libs/libgamin/libgamin-0.1.10-r7.ebuild
@@ -17,7 +17,7 @@ SRC_URI="${SRC_URI}
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="debug static-libs"
 
 RESTRICT="test" # needs gam-server



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

2024-05-07 Thread Sam James
commit: d5f2e0e44b1dc6625ccdbb97dc5ff4e5ee457be1
Author: Sam James  gentoo  org>
AuthorDate: Tue May  7 20:33:54 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May  7 20:33:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5f2e0e4

x11-terms/xterm: Stabilize 390 amd64, #931508

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

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

diff --git a/x11-terms/xterm/xterm-390.ebuild b/x11-terms/xterm/xterm-390.ebuild
index cd361e1d8205..c6fc4d54c556 100644
--- a/x11-terms/xterm/xterm-390.ebuild
+++ b/x11-terms/xterm/xterm-390.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/

2024-05-07 Thread Sam James
commit: 50a9c4f666e20dc8440347341e8c3b30992458a4
Author: Sam James  gentoo  org>
AuthorDate: Tue May  7 20:33:55 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May  7 20:33:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50a9c4f6

x11-terms/xterm: Stabilize 390 x86, #931508

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

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

diff --git a/x11-terms/xterm/xterm-390.ebuild b/x11-terms/xterm/xterm-390.ebuild
index c6fc4d54c556..8180a7d0f62a 100644
--- a/x11-terms/xterm/xterm-390.ebuild
+++ b/x11-terms/xterm/xterm-390.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: dev-libs/libgamin/

2024-05-07 Thread Sam James
commit: be4724122c4ab3b439e025d50e80d6e935d6e03b
Author: Sam James  gentoo  org>
AuthorDate: Tue May  7 20:33:50 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May  7 20:33:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be472412

dev-libs/libgamin: Stabilize 0.1.10-r7 amd64, #931344

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

 dev-libs/libgamin/libgamin-0.1.10-r7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libgamin/libgamin-0.1.10-r7.ebuild 
b/dev-libs/libgamin/libgamin-0.1.10-r7.ebuild
index 3e0d9572036a..0079661442e9 100644
--- a/dev-libs/libgamin/libgamin-0.1.10-r7.ebuild
+++ b/dev-libs/libgamin/libgamin-0.1.10-r7.ebuild
@@ -17,7 +17,7 @@ SRC_URI="${SRC_URI}
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug static-libs"
 
 RESTRICT="test" # needs gam-server



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

2024-05-07 Thread Ben Kohler
commit: 9f9623b47fa74125bab59655b129e266e7585117
Author: Ben Kohler  gentoo  org>
AuthorDate: Tue May  7 19:36:18 2024 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Tue May  7 19:36:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f9623b4

media-gfx/fotocx: add 24.30

Signed-off-by: Ben Kohler  gentoo.org>

 media-gfx/fotocx/Manifest|  1 +
 media-gfx/fotocx/fotocx-24.30.ebuild | 79 
 2 files changed, 80 insertions(+)

diff --git a/media-gfx/fotocx/Manifest b/media-gfx/fotocx/Manifest
index 3c1868cea93e..c299d7cf60b6 100644
--- a/media-gfx/fotocx/Manifest
+++ b/media-gfx/fotocx/Manifest
@@ -1 +1,2 @@
 DIST fotocx-24.21-source.tar.gz 16618357 BLAKE2B 
43029d080cc843a03475b474c0807e0f2192bc6c64d20c5d41e90218f0b1f88db48aefb7622e8b521f06792a57a9d685d9c57107a309becc39d710ff5aa720a3
 SHA512 
2945fbaab800a115a1e0c718019ee1e66816cadf794a01db4f8238e7ba74ea033b6e9f24b4e42fe8105242f6df8861de7b00d32e81aae73577f5aa7f38c07f7f
+DIST fotocx-24.30-source.tar.gz 16103870 BLAKE2B 
3261b9f4fb0345b37b146e443216e21d57ab9b11a1b77be9b9d94247cc8ae74442b75219fbf3d12f67ba16cee0cf772d3ba83d9e2b5ae38ddbbfd5bd42ea9c52
 SHA512 
39a4c8526e8fe7e49f4c85953e843243577b9a5b34b89030c452336f51c0ca6e381c38ba60ee39e6ee58b528d824240a821487e5e95a04dd44dabfe38e43f131

diff --git a/media-gfx/fotocx/fotocx-24.30.ebuild 
b/media-gfx/fotocx/fotocx-24.30.ebuild
new file mode 100644
index ..8eee122865a7
--- /dev/null
+++ b/media-gfx/fotocx/fotocx-24.30.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit optfeature xdg-utils
+
+DESCRIPTION="Program for improving image files made with a digital camera"
+HOMEPAGE="https://kornelix.net/fotocx/fotocx.html;
+SRC_URI="https://kornelix.net/downloads/downloads/${P}-source.tar.gz;
+S="${WORKDIR}/${PN}"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+# For required dependencies read doc/README, for required tools read
+# data/userguide [INSTALLATION]. xdg-open (x11-misc/xdg-utils) is an
+# alternative to firefox and chromium-browser. `grep '"which ' * -R`
+# is helpful to report some required tools run via the shell.
+
+DEPEND="
+   media-libs/clutter
+   media-libs/clutter-gtk
+   media-libs/lcms:2
+   media-libs/libjpeg-turbo:=
+   media-libs/libpng:=
+   media-libs/tiff:=
+   media-libs/libchamplain[gtk]
+   x11-libs/gtk+:3"
+RDEPEND="
+   ${DEPEND}
+   media-gfx/dcraw
+   media-libs/exiftool
+   x11-misc/xdg-utils
+"
+
+PATCHES=( "${FILESDIR}/${PN}-24.20-documentation.patch" )
+
+DOCS=()
+HTML_DOCS=()
+
+src_prepare() {
+   sed -i -e "/^DOCDIR/ s/${PN}$/${PF}/" Makefile || die
+   sed -i -e "/^Icon/ s/\.png$//" ${PN}.desktop || die
+   default
+}
+
+src_install() {
+   # For the Help menu items to work, *.html must be in 
/usr/share/doc/${PF},
+   # and README, changelog, copyright, license, etc. must not be 
compressed.
+   emake DESTDIR="${D}" PREFIX="/usr" install
+   rm -f "${D}"/usr/share/doc/${PF}/*.man || die
+   docompress -x /usr/share/doc
+}
+
+pkg_postinst() {
+   optfeature "HEIC & AVIF file support" media-libs/libheif
+   optfeature "additional RAW file support" media-gfx/rawtherapee
+   optfeature "additional RAW file support" media-gfx/darktable
+   optfeature "video thumbnails & playback" media-video/ffmpeg
+   optfeature "copying images to optical media" app-cdr/dvd+rw-tools
+   optfeature "WEBP file support" media-libs/libwebp
+
+   elog
+   elog "Please read the Help > User Guide for details. The source 
location is"
+   elog "/usr/share/fotocx/data/userguide and after running fotocx a copy 
will"
+   elog "be placed at /home//.fotocx/userguide."
+   elog
+   elog "To play videos, in Tools > Preferences set 'Video File Play 
Command'."
+   elog
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+}



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

2024-05-07 Thread Ben Kohler
commit: 49aecf1fb64f1d84127fc94fbcbaf2520e9fd378
Author: Ben Kohler  gentoo  org>
AuthorDate: Tue May  7 19:31:43 2024 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Tue May  7 19:36:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49aecf1f

net-misc/dropbox: add 198.4.7615

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/dropbox/Manifest  |   2 +
 net-misc/dropbox/dropbox-198.4.7615.ebuild | 110 +
 2 files changed, 112 insertions(+)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index bdadc822ceda..d0b072a8c0a2 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -3,7 +3,9 @@ DIST dropbox-lnx.x86-195.4.4995.tar.gz 113305439 BLAKE2B 
87dc38715189e06e98e5895
 DIST dropbox-lnx.x86-196.4.6900.tar.gz 113848883 BLAKE2B 
05ef3a79d3bbc67a15cd6ede011883424686b7302761ed49a9456735718c05f80a9a273e431283d1b32790b52ec3c6bdbce0253a5a570bdfd47c21f9d02e12be
 SHA512 
652adbace0abbcbfa2729e9e5af11bafd1459924d67180f5be82e3c0feb81b807c3cfeb7e528cdcc576062783a1275bba82217bf3761b62b89775d0d3155
 DIST dropbox-lnx.x86-197.4.7571.tar.gz 113668413 BLAKE2B 
359dfba6bdf615a82f7af454e6c9ee7ab66b0ce0a048025f6981539054b93716dfeef67ba1a56b1c98117d1bdf376bd6da0fe6c11d156e02859d9a4833e11df9
 SHA512 
08238adbe96ec95797631790bb74d77ff7cffa8559f7f27e1b1d6580ba83c725b8ca5159b0a184831c5337bc546885743f6171e75b654624859c51260f6771b4
 DIST dropbox-lnx.x86-197.4.7629.tar.gz 113669173 BLAKE2B 
48d99401cbe5e895bcfaa30cee458769f3b31745c00d4e2f0c09f5de5fd95c0942ec800991d07f6ca100700167ec829667edf024cf707af0860b3c8731516b97
 SHA512 
7c3ef252b2d6b441881e7c140ecb11254fb8109b15c36912f6b18273d13b4cafe7fb1c2ba2e7710ac5eb327e1a79f81fbe8eeb1ee2df03e73560f21a1a7899b0
+DIST dropbox-lnx.x86-198.4.7615.tar.gz 113751381 BLAKE2B 
3d9a118cdb5c3dd10dde5c59d329ccbbf74caa88c2d00dbd33db92e87c6596caa4e9955981988177972256a238679a1fe74622691584c925cc1b72866ff3cda7
 SHA512 
8e810aa8d86c89d806722d2dbcdb1433068f8c0e3dcd3a469d640e9e4ce208b617a23faf6093ba779bfbf8fb6028ca946d2fb2ae70f810cd64387ae7734b3dc2
 DIST dropbox-lnx.x86_64-195.4.4995.tar.gz 115954161 BLAKE2B 
86f349f6813e160eea71a6c32e37ee8213639dfaa6c69b0a560bfee8e90dae6a95fd0f3b822d6c029e3046d73aa088fb097ce9246c1c0786df9c292b40091adc
 SHA512 
e4ad740d873dbdad995f05fcfda824f57a8ed4707acab66576284c97c00329ef1dbe2d55980694f2edc8a00fbc6ab20a08ca7afcc12488d9fb188cddc0c3501f
 DIST dropbox-lnx.x86_64-196.4.6900.tar.gz 116604283 BLAKE2B 
5398f43c33e488d346c9991952673b607e88f93467915ac7e341e29de6e66cb4f60bcc6311a0e261075df38834e53da7a38ac10b20bd4cf5d41f70394668ba13
 SHA512 
a43cdee6cb192085c484cbaf1aa54691ce8dc24eb682c3f2fb8f8ff7135f7590e4dbfeed33ec3afbd5dbfe2bb6fd72a8c136329ebd9e8223fcd5c63819d25429
 DIST dropbox-lnx.x86_64-197.4.7571.tar.gz 116465452 BLAKE2B 
d83e16ca390a6974427371894f9d92199af3bf7f0510f88de6b51350d7435cd1b1e2629d0f335b718e5eb9d69705cb67eae692789144a989d138a1d23a8a1b8f
 SHA512 
9f4cb1b6381b13d29880401f23c2b9e24c16a3b7cd00d944e1a9268bc8652b333409d16def3e71cc2ec6fe92d39a3a3aa3b99adb12c96ca2972ab6ca070ba18c
 DIST dropbox-lnx.x86_64-197.4.7629.tar.gz 116466779 BLAKE2B 
c46f49e53a58204e4338a2ec8368b70c7393f77c11acbb4ad1df8b640ebc2c254e4e3ae602994e321e6c2732feed31788397be41832afcae5ee0ff86b5fc4efa
 SHA512 
2db38f05b0b785a4984ea3181ff7a54049596fed5ee603f9b6bfc652f75ac9ace0964cf38a5b185238fd6f596a5aeaba4b24b974747b0c723ee31f5f8a5c8612
+DIST dropbox-lnx.x86_64-198.4.7615.tar.gz 116576531 BLAKE2B 
66f9411a59943163be61ec63b2833a507b3037d242977cbd5f5579b36fbb03e36c040c3afb379d66ef063251f36b422884b765631aab7cad494e5dc54562bc41
 SHA512 
e0ce3070f8c79d9b377310cb6210d2c24924fa2a4b866d75f43195ea3e6de20a5eece112f933d5ab16a42049b13f3c551453540c23738e5494695a9f0a531ad9

diff --git a/net-misc/dropbox/dropbox-198.4.7615.ebuild 
b/net-misc/dropbox/dropbox-198.4.7615.ebuild
new file mode 100644
index ..7d9715a71882
--- /dev/null
+++ b/net-misc/dropbox/dropbox-198.4.7615.ebuild
@@ -0,0 +1,110 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop pax-utils systemd xdg
+
+DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
+HOMEPAGE="https://www.dropbox.com/;
+SRC_URI="
+   amd64? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
 )
+   x86? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-${PV}.tar.gz
 )
+   
https://www.dropbox.com/sh/42f8d4kq6yt5lte/AAD69lhaw6gy46W8HfQAm0GSa/Glyph/Dropbox/SVG/DropboxGlyph_Blue.svg
+"
+
+LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-linux"
+IUSE="selinux X"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/.*"
+QA_EXECSTACK="opt/dropbox/dropbox"
+
+BDEPEND="dev-util/patchelf"
+
+# Be sure to have GLIBCXX_3.4.9, #393125
+RDEPEND="
+   X? (
+   x11-themes/hicolor-icon-theme
+   )
+   selinux? ( 

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

2024-05-07 Thread Ionen Wolkens
commit: cf87420fe79737aee0f2113ab0161377ddb1f229
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Tue May  7 19:25:33 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue May  7 19:25:33 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf87420f

dev-util/qbs: add 2.3.1

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

 dev-util/qbs/Manifest |  1 +
 dev-util/qbs/qbs-2.3.1.ebuild | 81 +++
 2 files changed, 82 insertions(+)

diff --git a/dev-util/qbs/Manifest b/dev-util/qbs/Manifest
index 8b601b078fc4..15ea255dec65 100644
--- a/dev-util/qbs/Manifest
+++ b/dev-util/qbs/Manifest
@@ -1,2 +1,3 @@
 DIST qbs-src-1.19.1.tar.gz 4961984 BLAKE2B 
2b9333ac8bba12f311ad47b1315d0a61ddf3b3a804888369f3fd868fbebca4ad13bd857451cb3fe3515fd9f9e69b42b84484289e79d3e7911c69720d7d08ab29
 SHA512 
b53dae9631c9d4ec1f799395948a67ce4b62ae88908cce3b00f42fb0213d80d32127c3429b95d5c32c9f7c1b861fc5a52ac6952046a6d91d035539d7412a5c4d
 DIST qbs-src-2.3.0.tar.gz 5615799 BLAKE2B 
f7e10d1dffe7d188c4ab5c6ed1b02837b41044f93083e052105638ed3c091a5be2d4f3bffeb39238baf6e8a1ba2cfc316fefea5f80871c851be3d7c873847c74
 SHA512 
6611ce02b0dc4f4a0cc68a13a7c684c07061d3fff57d2ca16470fffa253ff23f45349d86ad4ba4c0eab681f74f3c92cddd85daedf1f31fd1a7eae5bddb606cb6
+DIST qbs-src-2.3.1.tar.gz 5614581 BLAKE2B 
92fa24d75248a3732cbd99b660141e56654574f1388d50d5359afef7b442889fa59c4ab4f029f055ee618c0222f94faba47ae9fff85f0fae26e95f2ba34995f9
 SHA512 
27ba33805b942cf8180e55bdd6c37ccfd2aeaa2e8c01ca7e7485720030dfad7c5f1a3f92b77bff97a7ebf8878e455758c8729005e8b03959d18106f945d8d42c

diff --git a/dev-util/qbs/qbs-2.3.1.ebuild b/dev-util/qbs/qbs-2.3.1.ebuild
new file mode 100644
index ..c00fae7ed834
--- /dev/null
+++ b/dev-util/qbs/qbs-2.3.1.ebuild
@@ -0,0 +1,81 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+inherit cmake flag-o-matic python-any-r1
+
+DESCRIPTION="Modern build tool for software projects"
+HOMEPAGE="https://doc.qt.io/qbs/;
+SRC_URI="https://download.qt.io/official_releases/qbs/${PV}/${PN}-src-${PV}.tar.gz;
+S=${WORKDIR}/${PN}-src-${PV}
+
+LICENSE="|| ( LGPL-2.1 LGPL-3 ) BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="doc test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-qt/qt5compat:6
+   dev-qt/qtbase:6[concurrent,gui,network,widgets,xml]
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   doc? (
+   $(python_gen_any_dep '
+   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   ')
+   dev-qt/qttools:6[assistant,qdoc]
+   )
+"
+
+CMAKE_SKIP_TESTS=(
+   # QBS does not inherit toolchain/flags knowlege from cmake, and
+   # while can use ${BUILD_DIR}/bin/qbs-config to improve this it
+   # remains very fickle and will fail in varied ways with clang,
+   # musl, -native-symlinks, and libc++. After consideration it is
+   # not worth worrying about affected tests here (even if notable).
+   tst_api
+   tst_blackbox # also skips blackbox-* (intended)
+   tst_language
+)
+
+python_check_deps() {
+   # _find_python_module in cmake/QbsDocumentation.cmake
+   python_has_version "dev-python/beautifulsoup4[${PYTHON_USEDEP}]" &&
+   python_has_version "dev-python/lxml[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+   use doc && python-any-r1_pkg_setup
+}
+
+src_configure() {
+   # temporary workaround for musl-1.2.4 (bug #906929), this ideally
+   # needs fixing in qtbase as *64 usage comes from its headers' macros
+   use elibc_musl && append-lfs-flags
+
+   local mycmakeargs=(
+   -DQBS_DOC_INSTALL_DIR="${EPREFIX}"/usr/share/doc/${PF}
+   -DQBS_INSTALL_HTML_DOCS=$(usex doc)
+   -DQBS_INSTALL_MAN_PAGE=yes
+   -DQBS_INSTALL_QCH_DOCS=$(usex doc)
+   -DQBS_LIB_INSTALL_DIR="$(get_libdir)"
+   -DWITH_TESTS=$(usex test)
+   -DWITH_UNIT_TESTS=$(usex test)
+   )
+
+   cmake_src_configure
+}
+
+src_install() {
+   local DOCS=( README.md changelogs )
+   cmake_src_install
+
+   use !test || rm -- "${ED}"/usr/bin/{tst_*,qbs_*,clang-format-test} || 
die
+
+   docompress -x /usr/share/doc/${PF}/qbs.qch
+}



[gentoo-commits] proj/sci:master commit in: sci-biology/mrfast/, sci-biology/perlprimer/, sci-misc/jwnl/, sci-libs/gdcm/, ...

2024-05-07 Thread Andrew Ammerlaan
commit: f1220d233b7ea8c04a84cb5efb241d074407f2c2
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Tue May  7 19:29:39 2024 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Tue May  7 19:29:51 2024 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=f1220d23

*/*: drop sourceforge mirror

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 sci-astronomy/libthesky/libthesky-0.4.2.ebuild  | 4 ++--
 sci-biology/codonw/codonw-1.4.4-r2.ebuild   | 2 +-
 sci-biology/mrfast/mrfast-2.6.0.1.ebuild| 2 +-
 sci-biology/perlprimer/perlprimer-1.1.21.ebuild | 2 +-
 sci-libs/gdcm/gdcm-3.0.14.ebuild| 4 ++--
 sci-libs/libsufr/libsufr-0.7.7.ebuild   | 2 +-
 sci-libs/lwpr/lwpr-1.2.5.ebuild | 2 +-
 sci-libs/pg2plplot/pg2plplot-5.13.1.ebuild  | 2 +-
 sci-misc/jwnl/jwnl-1.4_rc2.ebuild   | 2 +-
 9 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/sci-astronomy/libthesky/libthesky-0.4.2.ebuild 
b/sci-astronomy/libthesky/libthesky-0.4.2.ebuild
index 09f89265f..c7d2bd0c3 100644
--- a/sci-astronomy/libthesky/libthesky-0.4.2.ebuild
+++ b/sci-astronomy/libthesky/libthesky-0.4.2.ebuild
@@ -9,8 +9,8 @@ inherit cmake fortran-2
 
 DESCRIPTION="Fortran library to compute positions of celestial bodies"
 HOMEPAGE="http://libthesky.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
-   mirror://sourceforge/${PN}/libthesky-data-20160409.tar.bz2
+SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz
+   https://downloads.sourceforge.net/${PN}/libthesky-data-20160409.tar.bz2
 "
 
 LICENSE="GPL-3"

diff --git a/sci-biology/codonw/codonw-1.4.4-r2.ebuild 
b/sci-biology/codonw/codonw-1.4.4-r2.ebuild
index 49bf65452..56c76a408 100644
--- a/sci-biology/codonw/codonw-1.4.4-r2.ebuild
+++ b/sci-biology/codonw/codonw-1.4.4-r2.ebuild
@@ -7,7 +7,7 @@ inherit toolchain-funcs
 
 DESCRIPTION="Multivariate statistical analysis of codon and amino acid usage"
 HOMEPAGE="https://codonw.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/CodonWSourceCode_${PV//./_}.tar.gz
+SRC_URI="https://downloads.sourceforge.net/${PN}/CodonWSourceCode_${PV//./_}.tar.gz

https://codonw.sourceforge.net/JohnPedenThesisPressOpt_water.pdf;
 
 LICENSE="GPL-2"

diff --git a/sci-biology/mrfast/mrfast-2.6.0.1.ebuild 
b/sci-biology/mrfast/mrfast-2.6.0.1.ebuild
index 5d89c0822..42fc0b62d 100644
--- a/sci-biology/mrfast/mrfast-2.6.0.1.ebuild
+++ b/sci-biology/mrfast/mrfast-2.6.0.1.ebuild
@@ -7,7 +7,7 @@ inherit flag-o-matic toolchain-funcs
 
 DESCRIPTION="Micro Read Fast Alignment Search Tool"
 HOMEPAGE="http://mrfast.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sci-biology/perlprimer/perlprimer-1.1.21.ebuild 
b/sci-biology/perlprimer/perlprimer-1.1.21.ebuild
index bae672851..bc15bb8f4 100644
--- a/sci-biology/perlprimer/perlprimer-1.1.21.ebuild
+++ b/sci-biology/perlprimer/perlprimer-1.1.21.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Primers design for standard PCR, bisulphite PCR and Real-time PCR"
 HOMEPAGE="http://perlprimer.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"

diff --git a/sci-libs/gdcm/gdcm-3.0.14.ebuild b/sci-libs/gdcm/gdcm-3.0.14.ebuild
index c1000fea9..467fa623c 100644
--- a/sci-libs/gdcm/gdcm-3.0.14.ebuild
+++ b/sci-libs/gdcm/gdcm-3.0.14.ebuild
@@ -9,8 +9,8 @@ inherit cmake python-single-r1
 
 DESCRIPTION="Cross-platform DICOM implementation"
 HOMEPAGE="http://gdcm.sourceforge.net/;
-SRC_URI="mirror://sourceforge/gdcm/${P}.tar.bz2
-   test? ( mirror://sourceforge/gdcm/gdcmData.tar.gz )" # 3.0.14: .bz2 is 
broken, should be checked in next release
+SRC_URI="https://downloads.sourceforge.net/gdcm/${P}.tar.bz2
+   test? ( https://downloads.sourceforge.net/gdcm/gdcmData.tar.gz )" # 
3.0.14: .bz2 is broken, should be checked in next release
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/sci-libs/libsufr/libsufr-0.7.7.ebuild 
b/sci-libs/libsufr/libsufr-0.7.7.ebuild
index 3515005bc..cd49de6b5 100644
--- a/sci-libs/libsufr/libsufr-0.7.7.ebuild
+++ b/sci-libs/libsufr/libsufr-0.7.7.ebuild
@@ -9,7 +9,7 @@ inherit cmake fortran-2
 
 DESCRIPTION="LIBrary of Some Useful Fortran Routines"
 HOMEPAGE="http://libsufr.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"

diff --git a/sci-libs/lwpr/lwpr-1.2.5.ebuild b/sci-libs/lwpr/lwpr-1.2.5.ebuild
index 3415656a9..2f040a86e 100644
--- a/sci-libs/lwpr/lwpr-1.2.5.ebuild
+++ b/sci-libs/lwpr/lwpr-1.2.5.ebuild
@@ -9,7 +9,7 @@ inherit docs
 
 DESCRIPTION="The Locally Weighted Projection Regression Library"
 HOMEPAGE="https://web.inf.ed.ac.uk/slmc;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

[gentoo-commits] repo/gentoo:master commit in: dev-tex/rubber/

2024-05-07 Thread Sebastian Pipping
commit: eae8575dad5527d3b751d663ae95dca28d909aaf
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Tue May  7 19:23:02 2024 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Tue May  7 19:23:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eae8575d

dev-tex/rubber: 1.6.6

Signed-off-by: Sebastian Pipping  gentoo.org>

 dev-tex/rubber/Manifest|   1 +
 dev-tex/rubber/rubber-1.6.6.ebuild | 104 +
 2 files changed, 105 insertions(+)

diff --git a/dev-tex/rubber/Manifest b/dev-tex/rubber/Manifest
index 38ac9cbb1160..de632e297caa 100644
--- a/dev-tex/rubber/Manifest
+++ b/dev-tex/rubber/Manifest
@@ -2,3 +2,4 @@ DIST rubber-1.5.1.tar.gz 111812 BLAKE2B 
4d08527689d669e3ac8dd6e9050fc09766bfb46c
 DIST rubber-1.6.0.tar.bz2 98055 BLAKE2B 
e3355a53f811e972b68a918393023a16c11a84035c0ea76b560df25db2d9c20f2a7c9d0d4fc3b0395c6baab5dc785840fa18a76aa0e3f480cf2c14668d61b083
 SHA512 
68674c27fa7c6eb2c8ec60c0a961fd2dd07822fe5ba50682e863a7dbe7d1e0ce8ebffce84a52b72a254cb9c8d446a33005715b81e43dd6266e2c247f12ebb1e6
 DIST rubber-1.6.4.tar.bz2 100227 BLAKE2B 
5a467f5a2a4709e7faffef1308e644900f02ca51e4fff635e7a88bb237788e60257e0e8e82ed9acac66db46f0a1e8aed1296703fefc8e1fb6e28cd38334b7d14
 SHA512 
dbb3896c165d63cfae8421929d0d796002fb3abcfc2ccb3fe70c4c98acc54ed48be1ad469158436dabd973bf37355c62c096ebd47c0efa7dbe58137a0a895527
 DIST rubber-1.6.5.tar.bz2 100300 BLAKE2B 
bbddf550fbce2f2f98ecf2e737515b4c6891e89494dc2c39cc4a0f268d76f505cad184f27c5f333bc706fe08adcce1d668e8e33c37e26fc6142b12b32797e402
 SHA512 
e0fadbca6d9e570e6414a99a72da22656abb0fc71e14dd0840bd3dd68364d0da0b2fd5c416f45eb8489bdcb10c226657799efae4ae0c73807b2485b8c8c2094b
+DIST rubber-1.6.6.tar.bz2 100502 BLAKE2B 
fa74c189b7265206495436b14f229588f7998e0c2f1b148eb8202805ddea54f6391ee15c6ca40957e242b1f065eb1159904fbafe0ddc4d8e6d64cdd26478d614
 SHA512 
0913a1c9ac012a8bd577e975aca92eae0965137fbc01b049b139f8f31bd85856503af7d760defc67f76894a74ca0616fcb887b1a9395be5a93ff0397ec6795ae

diff --git a/dev-tex/rubber/rubber-1.6.6.ebuild 
b/dev-tex/rubber/rubber-1.6.6.ebuild
new file mode 100644
index ..0d6cb11369e9
--- /dev/null
+++ b/dev-tex/rubber/rubber-1.6.6.ebuild
@@ -0,0 +1,104 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+DISTUTILS_USE_PEP517=hatchling
+
+inherit distutils-r1
+
+if [[ ${PV} == "" ]] || [[ -n "${EGIT_COMMIT_ID}" ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://gitlab.com/latex-rubber/${PN}.git;
+else
+   # NOTE: Cannot be "PYPI_PN=latex-rubber" + "inherit pypi" due to 
missing files
+   
SRC_URI="https://gitlab.com/latex-rubber/${PN}/-/archive/${PV}/${P}.tar.bz2;
+   KEYWORDS="~amd64 ~ppc ~riscv ~x86"
+fi
+
+DESCRIPTION="A LaTeX wrapper for automatically building documents"
+HOMEPAGE="https://gitlab.com/latex-rubber/rubber;
+
+LICENSE="GPL-3+"
+SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="virtual/latex-base"
+
+# Test dependencies:
+# - app-text/texlive-core for rubber's 'cweave' test
+# - dev-lang/R for rubber's 'knitr' test (requires knitr R library, currently 
disabled)
+# - dev-texlive/texlive-latexextra for rubber's 'combine' test (currently 
disabled)
+BDEPEND="
+   ${RDEPEND}
+   virtual/texi2dvi
+   test? (
+   app-text/ghostscript-gpl
+   app-text/texlive-core
+   dev-tex/biber
+   dev-tex/biblatex
+   dev-tex/glossaries
+   dev-tex/latex-beamer
+   $(python_gen_cond_dep 'dev-tex/pythontex[${PYTHON_USEDEP}]')
+   dev-texlive/texlive-latexextra
+   dev-texlive/texlive-pstricks
+   media-gfx/asymptote
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.6.4-pythontex.patch
+)
+
+pkg_setup() {
+   # https://bugs.gentoo.org/727996
+   export VARTEXFONTS="${T}"/fonts
+}
+
+python_test() {
+   cd tests || die
+
+   # Disable the broken 'combine' test as it uses the 'combine' as a
+   # latex package when it is only a document class (probably only in
+   # newer versions of combine). Also note that this tests works
+   # under debian 'buster'. TODO: Look into potential modifications
+   # done by debian.
+   touch combine/disable || die
+
+   # This test does not work under Gentoo nor Debian 'buster'.
+   # TODO: Investigate why it does not work.
+   touch cweb-latex/disable || die
+
+   # TODO: Investigate why the following are failing.
+   touch fig2dev-dvi/disable || die
+   touch fig2dev-path/disable || die
+   touch fig2dev-path-inplace/disable || die
+   touch fig2dev-path-into/disable || die
+   touch graphicx-dotted-files/disable || die
+   touch hooks-input-file/disable || die
+   touch knitr/disable || die
+
+   # Even tough metapost is available, those tests fail on Gentoo
+  

[gentoo-commits] repo/gentoo:master commit in: games-arcade/blobwars/files/, games-arcade/blobwars/

2024-05-07 Thread Pacho Ramos
commit: d9a450c212c520ab7f884725fff3f679f3c9652a
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue May  7 19:00:29 2024 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue May  7 19:00:29 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9a450c2

games-arcade/blobwars: Compile fixes

Improve desktop file and provide appdata (borrowed from other distros)

Closes: https://bugs.gentoo.org/831671
Signed-off-by: Pacho Ramos  gentoo.org>

 games-arcade/blobwars/blobwars-2.00-r2.ebuild  | 72 ++
 .../blobwars-2.00-dont-override-strlcat.patch  | 22 +++
 .../files/blobwars-2.00-generic-name.patch | 12 
 .../blobwars/files/blobwars-2.00-time_t.patch  | 15 +
 games-arcade/blobwars/files/blobwars.appdata.xml   | 29 +
 5 files changed, 150 insertions(+)

diff --git a/games-arcade/blobwars/blobwars-2.00-r2.ebuild 
b/games-arcade/blobwars/blobwars-2.00-r2.ebuild
new file mode 100644
index ..1f7514c19663
--- /dev/null
+++ b/games-arcade/blobwars/blobwars-2.00-r2.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit xdg
+
+DESCRIPTION="Platform game about a blob and his quest to rescue MIAs from an 
alien invader"
+HOMEPAGE="https://sourceforge.net/projects/blobwars/ 
https://www.parallelrealities.co.uk/games/metalBlobSolid/ 
https://github.com/perpendicular-dimensions/blobwars;
+SRC_URI="https://downloads.sourceforge.net/blobwars/${P}.tar.gz;
+
+LICENSE="BSD CC-BY-SA-3.0 CC-BY-3.0 GPL-2 LGPL-2.1 fairuse public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   media-libs/libsdl2
+   media-libs/sdl2-mixer
+   media-libs/sdl2-ttf
+   media-libs/sdl2-image
+   media-libs/sdl2-net
+   sys-libs/zlib
+   virtual/libintl
+"
+DEPEND="${RDEPEND}"
+BDEPEND="sys-devel/gettext"
+
+PATCHES=(
+   # Stop providing/overriding strlcat and strlcpy to fix bug #831671
+   "${FILESDIR}"/${P}-dont-override-strlcat.patch
+
+   "${FILESDIR}"/${P}-generic-name.patch
+   "${FILESDIR}"/${P}-time_t.patch
+)
+
+src_prepare() {
+   default
+
+   # Fixes from Fedora and OpenSuSE
+   sed -i -e 's|$(PREFIX)/games|$(PREFIX)/bin|;
+   s|$(PREFIX)/share/games|$(PREFIX)/share|;
+   s| -Werror||;
+   s|$(CXX) $(LIBS) $(GAMEOBJS) -o $(PROG)|$(CXX) $(GAMEOBJS) 
$(LIBS) -o $(PROG)|;
+   s|$(CXX) $(LIBS) $(PAKOBJS) -o pak|$(CXX) $(PAKOBJS) $(LIBS) -o 
pak|;
+   s|$(CXX) $(LIBS) $(MAPOBJS) -o mapeditor|$(CXX) $(MAPOBJS) 
$(LIBS) -o mapeditor|' \
+   Makefile || die
+   sed -i -e 's|gzclose(pak)|gzclose((gzFile)pak)|;
+   s|gzclose(fp)|gzclose((gzFile)fp)|' src/pak.cpp || die
+}
+
+src_compile() {
+   # USEPAK=1 breaks music
+   emake \
+   RELEASE="1" \
+   USEPAK="0"
+}
+
+src_install() {
+   emake \
+   BINDIR="/usr/bin/" \
+   USEPAK="0" \
+   DESTDIR="${D}" \
+   DOCDIR="/usr/share/doc/${PF}/html/" \
+   install
+
+   mv -vf \
+   
"${D}"/usr/share/doc/${PF}/html/{changes,hacking,porting,readme} \
+   "${D}"/usr/share/doc/${PF}/
+
+   insinto /usr/share/metainfo
+   doins "${FILESDIR}"/${PN}.appdata.xml
+}

diff --git 
a/games-arcade/blobwars/files/blobwars-2.00-dont-override-strlcat.patch 
b/games-arcade/blobwars/files/blobwars-2.00-dont-override-strlcat.patch
new file mode 100644
index ..bcdec96f8e86
--- /dev/null
+++ b/games-arcade/blobwars/files/blobwars-2.00-dont-override-strlcat.patch
@@ -0,0 +1,22 @@
+Stop providing / overriding strlcat and strlcpy to fix the following compile 
errors:
+
+src/headers.h:60:20: error: ambiguating new declaration of 'void 
strlcat(char*, const char*, size_t)'
+   60 | static inline void strlcat(char *dest, const char *src, size_t n) { 
strncat(dest, src, n - 1); }
+  |^~~
+
+src/headers.h:61:20: error: ambiguating new declaration of 'void 
strlcpy(char*, const char*, size_t)'
+   61 | static inline void strlcpy(char *dest, const char *src, size_t n) { 
strncpy(dest, src, n); dest[n - 1] = 0; }
+  |^~~
+
+diff -up blobwars-2.00/src/headers.h~ blobwars-2.00/src/headers.h
+--- blobwars-2.00/src/headers.h2015-11-21 23:18:19.0 +0100
 blobwars-2.00/src/headers.h2023-07-28 22:25:36.655085088 +0200
+@@ -56,7 +56,7 @@ extern DECLSPEC int SDLCALL SDL_GetGamma
+ #define textdomain(x) while(false)
+ #endif
+ 
+-#if !defined(OpenBSD) && !defined(FreeBSD) && !defined(__APPLE__)
++#if 0 && !defined(OpenBSD) && !defined(FreeBSD) && !defined(__APPLE__)
+ static inline void strlcat(char *dest, const char *src, size_t n) { 
strncat(dest, src, n - 1); }
+ static inline void strlcpy(char *dest, const char *src, size_t n) { 
strncpy(dest, src, n); dest[n - 

[gentoo-commits] repo/gentoo:master commit in: games-strategy/wesnoth/

2024-05-07 Thread Pacho Ramos
commit: e739646df9f27c7dbef2408916d00ad386441526
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue May  7 19:03:26 2024 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue May  7 19:03:26 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e739646d

games-strategy/wesnoth: add 1.18.0

Closes: https://bugs.gentoo.org/871567
Closes: https://bugs.gentoo.org/894696
Closes: https://bugs.gentoo.org/906996
Closes: https://bugs.gentoo.org/910521
Closes: https://bugs.gentoo.org/920061
Signed-off-by: Pacho Ramos  gentoo.org>

 games-strategy/wesnoth/Manifest  |   1 +
 games-strategy/wesnoth/wesnoth-1.18.0.ebuild | 102 +++
 2 files changed, 103 insertions(+)

diff --git a/games-strategy/wesnoth/Manifest b/games-strategy/wesnoth/Manifest
index 359e84aa77db..97609fd839a7 100644
--- a/games-strategy/wesnoth/Manifest
+++ b/games-strategy/wesnoth/Manifest
@@ -2,3 +2,4 @@ DIST wesnoth-1.16.10.tar.gz 518628374 BLAKE2B 
7aaed481607bc58e9d0f22e4c4a36f24f1
 DIST wesnoth-1.16.9.tar.gz 518511920 BLAKE2B 
bc9bfa9b514e72ce732a4256f765976f5be806d12dd962b2b396ffa8646acaa84c1bb1f4b20368886579782f8236c0d71f296bb5bd2451d4b0d8f6ce46bc3a18
 SHA512 
313aaad95c66757a952c00f1e5a515ce61bcf7564d6555802bc2619714d038a9a5607f3395e3e8afe5f216205e5b9b07b651789a749b4de37b30f8b8a47cb47f
 DIST wesnoth-1.17.19.tar.bz2 424402790 BLAKE2B 
bfb594b2c6421f8c553fda4db7ee9df57f7a5c9ed5589354c5360abe8e7d155720c9b904e8c480ade106308e4e0202ee209bb2550455a45b2dd4dc4a32428c14
 SHA512 
4c43d462a512525640448069c14bb0690ba3bddba793568810c1f3a3af6b26caa922d5e893b6ec5579f23ed244e4cce6604fbc9aa162809050422fe0e44364e4
 DIST wesnoth-1.17.20.tar.bz2 424613262 BLAKE2B 
acf8b6a9213b1fea9370c76cc7e63001fa34777357ab791db8380ca684195e830385939d0e31fbb058e5c84ebce74f084d9884bdf27d1ecb662e28dbcb477dab
 SHA512 
b7eaaf624e84b28eca7d702a791fbe7c6b9e833d3e4f9d61ee79c70737ec396b81b2cefedae0ef272ec5384d71c28a4b083bf837591f6ce2c345d79f43b1e87e
+DIST wesnoth-1.18.0.tar.bz2 460686063 BLAKE2B 
9dd898a6b430999873ae001dad47b2bcadcbbfc4672bf4489533c0268a4bf982a4e4451f79bf62bb1ac66d4ba2f06b62484b2b1b1fccb2e434c4ceef95a2c2bc
 SHA512 
7c7cd1021d9af2e790f3973ae258d7e401b665102cfcdb9e7fb400471d8488b7fa3f35a17a32c53b646d707dcc0508fef379ae6ce2dc79f1d675a7b2ec0e50c2

diff --git a/games-strategy/wesnoth/wesnoth-1.18.0.ebuild 
b/games-strategy/wesnoth/wesnoth-1.18.0.ebuild
new file mode 100644
index ..eb3ae4211e88
--- /dev/null
+++ b/games-strategy/wesnoth/wesnoth-1.18.0.ebuild
@@ -0,0 +1,102 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake flag-o-matic xdg
+
+DESCRIPTION="Battle for Wesnoth - A fantasy turn-based strategy game"
+HOMEPAGE="http://www.wesnoth.org
+   https://github.com/wesnoth/wesnoth;
+SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+# uneven minor versions are development versions
+if [[ $(( $(ver_cut 2) % 2 )) == 0 ]] ; then
+   KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+fi
+IUSE="dbus dedicated doc nls server"
+
+RDEPEND="
+   acct-group/wesnoth
+   acct-user/wesnoth
+   dev-libs/boost:=[bzip2,context,icu,nls]
+   >=media-libs/libsdl2-2.0.4:0[joystick,video,X]
+   !dedicated? (
+   dev-libs/glib:2
+   dev-libs/openssl:0=
+   >=media-libs/fontconfig-2.4.1
+   >=media-libs/sdl2-image-2.0.0[jpeg,png,webp]
+   >=media-libs/sdl2-mixer-2.0.0[vorbis]
+   media-libs/libvorbis
+   >=x11-libs/pango-1.22.0
+   >=x11-libs/cairo-1.10.0
+   sys-libs/readline:0=
+   dbus? ( sys-apps/dbus )
+   )"
+DEPEND="${RDEPEND}
+   x11-libs/libX11
+"
+BDEPEND="
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   cmake_src_prepare
+
+   if ! use doc ; then
+   sed -i \
+   -e '/manual/d' \
+   doc/CMakeLists.txt || die
+   fi
+
+   # respect LINGUAS (bug #483316)
+   if [[ ${LINGUAS+set} ]] ; then
+   local lang langs=()
+   for lang in $(cat po/LINGUAS) ; do
+   has ${lang} ${LINGUAS} && langs+=( ${lang} )
+   done
+   echo "${langs[@]}" > po/LINGUAS || die
+   fi
+}
+
+src_configure() {
+   filter-flags -ftracer -fomit-frame-pointer
+
+   local mycmakeargs=()
+
+   if use dedicated || use server ; then
+   mycmakeargs+=(
+   -DENABLE_CAMPAIGN_SERVER="ON"
+   -DENABLE_SERVER="ON"
+   -DSERVER_UID="${PN}"
+   -DSERVER_GID="${PN}"
+   -DFIFO_DIR="/run/wesnothd"
+   )
+   else
+   mycmakeargs+=(
+   -DENABLE_CAMPAIGN_SERVER="OFF"
+   -DENABLE_SERVER="OFF"
+   )
+  

[gentoo-commits] repo/gentoo:master commit in: games-strategy/wesnoth/

2024-05-07 Thread Pacho Ramos
commit: edee84437d304523d11cb9c4395d2dfa4fc13df2
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue May  7 19:03:45 2024 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue May  7 19:03:45 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edee8443

games-strategy/wesnoth: drop 1.16.9, 1.17.19

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

 games-strategy/wesnoth/Manifest   |   2 -
 games-strategy/wesnoth/wesnoth-1.16.9.ebuild  | 106 --
 games-strategy/wesnoth/wesnoth-1.17.19.ebuild | 102 -
 3 files changed, 210 deletions(-)

diff --git a/games-strategy/wesnoth/Manifest b/games-strategy/wesnoth/Manifest
index 97609fd839a7..c5a9cd75594f 100644
--- a/games-strategy/wesnoth/Manifest
+++ b/games-strategy/wesnoth/Manifest
@@ -1,5 +1,3 @@
 DIST wesnoth-1.16.10.tar.gz 518628374 BLAKE2B 
7aaed481607bc58e9d0f22e4c4a36f24f19b4fc522ce3c1eb6366e70e3bd901a10f055d2add9dc1c73519368fd4a31cd6b326e42b1be0023eeda370076db0742
 SHA512 
0473ec4e4b7a33a37c2ff52b4e0c3dccec2e58a087517566967409dda03952127bf560b09cfccc7243f506201d98980aafdf289b7f1e5345a7e3b4316a908240
-DIST wesnoth-1.16.9.tar.gz 518511920 BLAKE2B 
bc9bfa9b514e72ce732a4256f765976f5be806d12dd962b2b396ffa8646acaa84c1bb1f4b20368886579782f8236c0d71f296bb5bd2451d4b0d8f6ce46bc3a18
 SHA512 
313aaad95c66757a952c00f1e5a515ce61bcf7564d6555802bc2619714d038a9a5607f3395e3e8afe5f216205e5b9b07b651789a749b4de37b30f8b8a47cb47f
-DIST wesnoth-1.17.19.tar.bz2 424402790 BLAKE2B 
bfb594b2c6421f8c553fda4db7ee9df57f7a5c9ed5589354c5360abe8e7d155720c9b904e8c480ade106308e4e0202ee209bb2550455a45b2dd4dc4a32428c14
 SHA512 
4c43d462a512525640448069c14bb0690ba3bddba793568810c1f3a3af6b26caa922d5e893b6ec5579f23ed244e4cce6604fbc9aa162809050422fe0e44364e4
 DIST wesnoth-1.17.20.tar.bz2 424613262 BLAKE2B 
acf8b6a9213b1fea9370c76cc7e63001fa34777357ab791db8380ca684195e830385939d0e31fbb058e5c84ebce74f084d9884bdf27d1ecb662e28dbcb477dab
 SHA512 
b7eaaf624e84b28eca7d702a791fbe7c6b9e833d3e4f9d61ee79c70737ec396b81b2cefedae0ef272ec5384d71c28a4b083bf837591f6ce2c345d79f43b1e87e
 DIST wesnoth-1.18.0.tar.bz2 460686063 BLAKE2B 
9dd898a6b430999873ae001dad47b2bcadcbbfc4672bf4489533c0268a4bf982a4e4451f79bf62bb1ac66d4ba2f06b62484b2b1b1fccb2e434c4ceef95a2c2bc
 SHA512 
7c7cd1021d9af2e790f3973ae258d7e401b665102cfcdb9e7fb400471d8488b7fa3f35a17a32c53b646d707dcc0508fef379ae6ce2dc79f1d675a7b2ec0e50c2

diff --git a/games-strategy/wesnoth/wesnoth-1.16.9.ebuild 
b/games-strategy/wesnoth/wesnoth-1.16.9.ebuild
deleted file mode 100644
index 7a0223c3d681..
--- a/games-strategy/wesnoth/wesnoth-1.16.9.ebuild
+++ /dev/null
@@ -1,106 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake flag-o-matic xdg
-
-DESCRIPTION="Battle for Wesnoth - A fantasy turn-based strategy game"
-HOMEPAGE="http://www.wesnoth.org
-   https://github.com/wesnoth/wesnoth;
-SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-# uneven minor versions are development versions
-if [[ $(( $(ver_cut 2) % 2 )) == 0 ]] ; then
-   KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-fi
-IUSE="dbus dedicated doc nls server"
-
-RDEPEND="
-   acct-group/wesnoth
-   acct-user/wesnoth
-   dev-libs/boost:=[bzip2,context,icu,nls]
-   >=media-libs/libsdl2-2.0.4:0[joystick,video,X]
-   !dedicated? (
-   dev-libs/glib:2
-   dev-libs/openssl:0=
-   >=media-libs/fontconfig-2.4.1
-   >=media-libs/sdl2-image-2.0.0[jpeg,png]
-   >=media-libs/sdl2-mixer-2.0.0[vorbis]
-   media-libs/libvorbis
-   >=x11-libs/pango-1.22.0
-   >=x11-libs/cairo-1.10.0
-   sys-libs/readline:0=
-   dbus? ( sys-apps/dbus )
-   )"
-DEPEND="${RDEPEND}
-   x11-libs/libX11
-"
-BDEPEND="
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-1.16.8-gcc-13.patch
-)
-
-src_prepare() {
-   cmake_src_prepare
-
-   if ! use doc ; then
-   sed -i \
-   -e '/manual/d' \
-   doc/CMakeLists.txt || die
-   fi
-
-   # respect LINGUAS (bug #483316)
-   if [[ ${LINGUAS+set} ]] ; then
-   local lang langs=()
-   for lang in $(cat po/LINGUAS) ; do
-   has ${lang} ${LINGUAS} && langs+=( ${lang} )
-   done
-   echo "${langs[@]}" > po/LINGUAS || die
-   fi
-}
-
-src_configure() {
-   filter-flags -ftracer -fomit-frame-pointer
-
-   local mycmakeargs=()
-
-   if use dedicated || use server ; then
-   mycmakeargs+=(
-   -DENABLE_CAMPAIGN_SERVER="ON"
-   -DENABLE_SERVER="ON"
-   -DSERVER_UID="${PN}"
-   -DSERVER_GID="${PN}"
-   -DFIFO_DIR="/run/wesnothd"

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

2024-05-07 Thread Pacho Ramos
commit: bd2427bf8745c84b76f8f80fdab6b3d10f74307a
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue May  7 19:01:42 2024 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue May  7 19:01:42 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd2427bf

games-arcade/blobwars: Fix EmptyGlobalAssignment

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

 games-arcade/blobwars/blobwars-2.00-r2.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/games-arcade/blobwars/blobwars-2.00-r2.ebuild 
b/games-arcade/blobwars/blobwars-2.00-r2.ebuild
index 1f7514c19663..548f740b0c95 100644
--- a/games-arcade/blobwars/blobwars-2.00-r2.ebuild
+++ b/games-arcade/blobwars/blobwars-2.00-r2.ebuild
@@ -11,7 +11,6 @@ 
SRC_URI="https://downloads.sourceforge.net/blobwars/${P}.tar.gz;
 LICENSE="BSD CC-BY-SA-3.0 CC-BY-3.0 GPL-2 LGPL-2.1 fairuse public-domain"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
 RDEPEND="
media-libs/libsdl2



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

2024-05-07 Thread Mike Pagano
commit: 7ed499d3bf9f1b8a6e3949203a0f5c4ba53b5093
Author: Mike Pagano  gentoo  org>
AuthorDate: Tue May  7 18:55:04 2024 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue May  7 18:55:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ed499d3

sys-kernel/gentoo-sources: drop 6.1.86

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

 sys-kernel/gentoo-sources/Manifest |  3 ---
 .../gentoo-sources/gentoo-sources-6.1.86.ebuild| 28 --
 2 files changed, 31 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 5e76bfcb4d1d..05f7145c2048 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -23,9 +23,6 @@ DIST genpatches-5.15-168.extras.tar.xz 3972 BLAKE2B 
6cde986105f72e9282c78f59c8bb
 DIST genpatches-6.1-90.base.tar.xz 4798868 BLAKE2B 
3898a35ee9d3ea977c455a8432d512ed9f282f3b961b0046b79843bac59b136d9834c6fc128c5fdd2ba28b1d25e98c47b67bc3c50287cb05a372ed34d2b8982b
 SHA512 
6bd2353dcb0caedfbd009f66d10e6201079c481101490fbe131168f0e46203446226c47a85059bcdeb8a3395ba79ed9ce0075c144ea8f94dffc0911958f679b4
 DIST genpatches-6.1-90.experimental.tar.xz 17432 BLAKE2B 
f99459d9f570b9b772914725b07c2b6897bfdc525310e58b3aafa8b7978ee1520a52f84f52d0b3a83ead4105b8cc2ebc5b87a5638927c4f3c7b036415abb3dec
 SHA512 
5431de60b22466559088e050e420cd5eb624f0e39efdc069707a572011adf9173b954cc0deb58054d43855df264dd93a2d673e00c344fadc0f90bdf1c604b48d
 DIST genpatches-6.1-90.extras.tar.xz 3812 BLAKE2B 
466c0b796df7406c228fd4dbad20f84c2fb99203ccae1a9e018a15a0314dafb478ef89dbeefaa012b0873a06fe3398b7f17f68bf8275283cafd0d258d44c3572
 SHA512 
1744cb7d90176d3eb09195679b51eb0aadfe5a3452dc2d2b299262eb7aeda3071bd0bbdadab2c05bd266c288eee5580e4da1190f308e8755140d454226f32204
-DIST genpatches-6.1-95.base.tar.xz 5062256 BLAKE2B 
e08c254f1e2e2a062d2b8026109d72553ca8083b170f0a4424c78ac53802bd5bf54d23195dd89f748ef6c253bdf1058cdd65a6f548d0b0a5378b8636b63c3908
 SHA512 
0607276c857bd40a96e74fafea00d11c0ac80a3801a3cb320230463be1f6ad52727f0081261194a6fff1b0d644b3561663eb51cb3c36778c5827b5859e0923d6
-DIST genpatches-6.1-95.experimental.tar.xz 17428 BLAKE2B 
7216dfbd36ae5d1c2743c2f481cfacdd8705783e593d0c5d305e5a55b053611ff00eb542d41d12316659bb98f3439012b5e9ea78cb72fa3f2a8013e0feb54e9c
 SHA512 
014cf2ff9a6626e8d3f96d02a739bec5b1c157874c71d5281df83d0e79b2643c91d44f00c08a427deee607a43b30b790881ba6ef48704983cc0705c731c68460
-DIST genpatches-6.1-95.extras.tar.xz 3816 BLAKE2B 
b1fd3b8c0cfdf227a96084fb8eb2ac99d9ff5d45bc3b3092818accd4253e677cb4962e7a554d3510a3bdc62dcad9b7ae22f549f15e0478241fa2c6d19a45da97
 SHA512 
73f46044c7d64969a287cbb269c9039bb1eb1d537fb1cdcfe0bc3772b9fa220419abda8ef5395d3d0d06ca80d3761a6eda610251cc825b79fc7fa3b4b0c1cd99
 DIST genpatches-6.1-96.base.tar.xz 5079348 BLAKE2B 
97ea3473a5189a92ea4478ff82051fb6b9b48344284168902c98674f4d093e2d9e8deaafc5e6ffdfe4653c7aa41bacb5c094f867dba3e283bf2fbb236d753d80
 SHA512 
3e7f9a56a0767b7532c89460c156d663e2bed069223c27f7b6d5ca7084c3ee869b00bd63a844989c4801e29e442ddf7889c4a025af97195228e181564d8f087e
 DIST genpatches-6.1-96.experimental.tar.xz 17440 BLAKE2B 
2acc2e1b687ef8128db6b65e5d4326ebab01d31b1157f72b05c663121a8ccb11660ca58dc7410caf1c501e6c7987e69660d9861d589c4c62d66d645e040ca766
 SHA512 
4818f284a63763d444d50897a408b728d35c5fd6c8c2fd548925c823ff83f5b9591919e27c486c6ee97258566f96ea9c3f3a774e268391cb2d553fc167fc8030
 DIST genpatches-6.1-96.extras.tar.xz 3812 BLAKE2B 
506642a22002bf8bd3607d2bf060740e29d1a6bb649b0345f751c83e504f1084bf0bf279e69c7f52fae517acd7b166c32861f5263d843a02384d12b7f6e04e9c
 SHA512 
1c5a7f9e3f28d2db1d0136a037d32c30cfe754186491970addb9f3b8d24bad851e9472c028e6eb8dcc71bf892a227d7a7e606fa7b7210cf11f79b6d8a063617a

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-6.1.86.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-6.1.86.ebuild
deleted file mode 100644
index 8f9d50aafa1d..
--- a/sys-kernel/gentoo-sources/gentoo-sources-6.1.86.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-ETYPE="sources"
-K_WANT_GENPATCHES="base extras experimental"
-K_GENPATCHES_VER="95"
-
-inherit kernel-2
-detect_version
-detect_arch
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
-HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
-IUSE="experimental"
-
-DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
-SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
-
-pkg_postinst() {
-   kernel-2_pkg_postinst
-   einfo "For more info on this patchset, and how to report problems, see:"
-   einfo "${HOMEPAGE}"
-}
-
-pkg_postrm() {
-   kernel-2_pkg_postrm
-}



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

2024-05-07 Thread Mike Pagano
commit: 9dd7e26e954678e95e9ea6bde40b5f5514ec76fd
Author: Mike Pagano  gentoo  org>
AuthorDate: Tue May  7 18:55:46 2024 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue May  7 18:55:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dd7e26e

sys-kernel/gentoo-sources: drop 6.8.6

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

 sys-kernel/gentoo-sources/Manifest |  3 ---
 .../gentoo-sources/gentoo-sources-6.8.6.ebuild | 28 --
 2 files changed, 31 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 05f7145c2048..5d051fec48cf 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -59,9 +59,6 @@ DIST genpatches-6.8-11.extras.tar.xz 3704 BLAKE2B 
43eeb24741d062e81942c599bbfcef
 DIST genpatches-6.8-12.base.tar.xz 687664 BLAKE2B 
3c27ee511c258f3659d7f8cd5b6d470ffa10a2fc95bd536b272e0bb20c368dfc8c512f23fdc025e85ad90d6f628a58c80d8d15ec0ef8898caf7461162cf2dec2
 SHA512 
cd845b49341366190834b9782c9ffa270608a35e616ff483b40094913f6d01809421b80a7830117b606e57e6bb0ed9b0ed6dc14220826364fc9d2ee6a5916ad6
 DIST genpatches-6.8-12.experimental.tar.xz 79564 BLAKE2B 
0ad47d291883a0f28231a36f351ee5ac916685692b124d5476bcebabb11ccf4423ef983bc92abf28d0eb3649a187534441f6a41922f5aed38d0533873d5280b3
 SHA512 
e97ce12d765cd16af2ef0e9d727a75a8bdad27a377a76bf4337b3ac6b4119ddf386db54e12637894adf7d85dbd534c00e9bff8bcfc9e877ea9cc17f68f5c229a
 DIST genpatches-6.8-12.extras.tar.xz 3736 BLAKE2B 
15a15ca3097dc42ac5855e59fe61c961854c1afa8adc719c761ac58bb7c869d3240c228b0963a91927a9bc0af6998b4c40e4d286faf7d2defc2f21029d11c114
 SHA512 
4f1c8c07e81c0d1ed110bd4512d2a16c3e202c47d8ab6bedf5213cf6c2f8675e9b543e52dbce50fbbf550d88252e2c1c19c2465ddd7907f11a2979fa92466a7c
-DIST genpatches-6.8-9.base.tar.xz 531224 BLAKE2B 
b5036c400d8e9a1ed765d31f3a2d5a542ae25bd4cdcbfb46d27e0c0887051200a7546eed16a1c527760680615d1c7a589ec482ed6c9c3ad28a4df1a778da3fba
 SHA512 
eb33dbaa61b01e6cf5c706f7f72180005bee77a353a3c2a53319768a01ca16743bdea997fd9d520b7d112f9ed483de7f9ef8fd16adfed0cd28d955d13ada8eb8
-DIST genpatches-6.8-9.experimental.tar.xz 79604 BLAKE2B 
743f417c954900d17d6db84185c477affe4d73167b9be357145933cb7e6902e6ce3a16a71f0897def21d372f4d68fdddb350e6420dde145425342efab6e77b59
 SHA512 
a331076a16966dacc21fd3db0a63bb42dc8fe3aa879076bc1cb9c8fb7caf5fc2b1443c738f6c2c34b7df863e89c93250656c727a477df36f5647af46cbf33b64
-DIST genpatches-6.8-9.extras.tar.xz 3704 BLAKE2B 
204ffea55bce91b404e81fe383c7ea49c55f33d8e850876bd3e2cf39ea8162bb39a33f3ae2a8f98aa31d91055346776120661703c15c6408aa745f1b137379be
 SHA512 
c8c4316a99bbf5c2443db62db6898a7e6b5a95c008ed769488a21b93d387649edf54c34d1c131e8a6ef7c5ea8db8a502afe868c47f70868d1ca15e901c309a63
 DIST linux-5.10.tar.xz 116606704 BLAKE2B 
b923d7b66309224f42f35f8a5fa219421b0a9362d2adacdadd8d96251f61f7230878ea297a269a7f3b3c56830f0b177e068691e1d7f88501a05653b0a13274d1
 SHA512 
95bc137d0cf9148da6a9d1f1a878698dc27b40f68e22c597544010a6c591ce1b256f083489d3ff45ff77753289b535135590194d88ef9f007d0ddab3d74de70e
 DIST linux-5.15.tar.xz 121913744 BLAKE2B 
3921274b23f7938abdf3ed9334534b4581e13d7484303d3a5280eddb038999aaa8b83a487472d9c4a219af0f06b9fecccaf348fb5510ab8762f4ef4b7e83
 SHA512 
d25ad40b5bcd6a4c6042fd0fd84e196e7a58024734c3e9a484fd0d5d54a0c1d87db8a3c784eff55e43b6f021709dc685eb0efa18d2aec327e4f88a79f405705a
 DIST linux-6.1.tar.xz 134728520 BLAKE2B 
ae60257860b2bd1bd708d183f0443afc60ebbd2b3d535c45e44c2e541bd0928530a3b62de6385dd4e4726ebbedcc0a871d4f3ffb4105b9f1f6d8ed7467f5688e
 SHA512 
6ed2a73c2699d0810e54753715635736fc370288ad5ce95c594f2379959b0e418665cd71bc512a0273fe226fe90074d8b10d14c209080a6466498417a4fdda68

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-6.8.6.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-6.8.6.ebuild
deleted file mode 100644
index 496dee2911a6..
--- a/sys-kernel/gentoo-sources/gentoo-sources-6.8.6.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-ETYPE="sources"
-K_WANT_GENPATCHES="base extras experimental"
-K_GENPATCHES_VER="9"
-
-inherit kernel-2
-detect_version
-detect_arch
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa -ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
-HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
-IUSE="experimental"
-
-DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
-SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
-
-pkg_postinst() {
-   kernel-2_pkg_postinst
-   einfo "For more info on this patchset, and how to report problems, see:"
-   einfo "${HOMEPAGE}"
-}
-
-pkg_postrm() {
-   kernel-2_pkg_postrm
-}



[gentoo-commits] repo/gentoo:master commit in: sys-libs/ncurses/

2024-05-07 Thread Sam James
commit: 27152d9cdbb8bff262af507c2927e3ad90b9b011
Author: Sam James  gentoo  org>
AuthorDate: Tue May  7 18:54:09 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May  7 18:54:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27152d9c

sys-libs/ncurses: drop 6.4_p20230527, 6.4_p20240330

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

 sys-libs/ncurses/Manifest |   2 -
 sys-libs/ncurses/ncurses-6.4_p20230527.ebuild | 431 ---
 sys-libs/ncurses/ncurses-6.4_p20240330.ebuild | 478 --
 3 files changed, 911 deletions(-)

diff --git a/sys-libs/ncurses/Manifest b/sys-libs/ncurses/Manifest
index 87d72117cb10..552a8758f4df 100644
--- a/sys-libs/ncurses/Manifest
+++ b/sys-libs/ncurses/Manifest
@@ -139,8 +139,6 @@ DIST ncurses-6.4-20240414.patch.gz.asc 729 BLAKE2B 
8d579b2724245756947200a3e704c
 DIST ncurses-6.4.tar.gz 3612591 BLAKE2B 
47fd9c2d27f44fa9942552881a471e5067465dbace40bf68b28998dded0556127a1d8662b96de4de4fd76c1c8b98bdae796036553ab4b05ca9f160839d841ba3
 SHA512 
1c2efff87a82a57e57b0c60023c87bae93f6718114c8f9dc010d4c21119a2f7576d0225dab5f0a227c2cfc6fb6bdbd62728e407f35fce5bf351bb50cf9e0fd34
 DIST ncurses-6.4.tar.gz.sig 438 BLAKE2B 
e6a78b8d0cbce1577205b49b0260394094632cefd95294813c7e4e51a2908e8599a9f24b3b648e42ba16c015fb9424b2a82236f58aac3bf96f5400a50482e44e
 SHA512 
f2a7859725b4d5d62f68006338d56598ac6b38a1448983108906e192f0ec922be287cc89bcc79c1ae49ebc80c967af3dd077427f35ae579b00d445c882414fed
 DIST ncurses-6.4_p20230408-patches.tar.xz 80472 BLAKE2B 
0ba8156ebd4f1691fec7bc1b800ef39ce6a4210573c027dd437919cdcd7c995830116da06c69f31c65923845a4d5c88e974673fac38acce5813f7d6cdc646e3e
 SHA512 
32960e2cc4cd9dc60c38b49f46c5ce2c02179479abb66ca29f63cd06475ae8e26299a78b5f06762d114aefbbca3ba6fbebe7093a58106eeaa40cf500d21633a4
-DIST ncurses-6.4_p20230527-patches.tar.xz 63080 BLAKE2B 
9db4ac28c8936d3a9c6f3ca5cb8a4c92aa79ee4ce49789bcfc9c031a0454bf6f55a0544bc4a3dbb5c243ed9b2d0792afb98622a6a14b11675b7988100a650eb5
 SHA512 
3eacda173e8a177cd201ca3fef65311ac92e7e5af4039dc8a5792beae7db1d37efd06f5a55c249eebb771d1245995ff3a206a45794936b6b4299151666dbeade
-DIST ncurses-6.4_p20240330-patches.tar.xz 63796 BLAKE2B 
3e6618ba0b37268d10a16cf26c2810e55c17ded97079af3753e34f2d12575f979a2e55cfd308abf783e35e39d4a848b89f435b4886d3633007ccb522b8dc2e51
 SHA512 
1bbf1978f9287f68bf6a8596f06d4d0523564bf3d2f6b3bd9746081a2fa0c76e36862beca62a4157d51cac0df61e456ddb6cacfae10b92344fe80cd752f72c38
 DIST ncurses-6.4_p20240413-patches.tar.xz 63760 BLAKE2B 
6a91d453cca3705ca54b3a6f2ef00250d655168c1697726db4b581a1597cbc143479b8794e176d5e4154c794f99ea33c3fe1eb26605789930fc82649a2da3c93
 SHA512 
59239503a9400e054641428528799aa9c13b12669b31f32b2ff18cb60882698801e04dcdf75ece8357c7a4c3b899a729aa973090ec12a20de72cb80a916878b8
 DIST ncurses-6.5.tar.gz 3688489 BLAKE2B 
d0a05c218b5f320ba9abe2f322787baef1d15d764e503c81d49772b54b2927d28ecbeb500c8e514996226b41f69445b4de44ff423cec25b61847307fe61682ec
 SHA512 
fc5a13409d2a530a1325776dcce3a99127ddc2c03999cfeb0065d0eee2d68456274fb1c7b3cc99c1937bc657d0e7fca97016e147f93c7821b5a4a6837db821e8
 DIST ncurses-6.5.tar.gz.sig 438 BLAKE2B 
5789b47932ec97d3863c7a65306369f0a36cb5b1a35c1e009b5174f50941edceafc22e6f07db3843a096773663a0ca602c0ecb9465e6042d9a78d76ae5008215
 SHA512 
96ce61a3d529e48e249acecbf4bb9eae2d9f2f67506e92ffa3182f5e98040c38babf0c2c15d92fc5d96e1181e72be1b29fdbff7bee859dfe2ae387f9b8883092

diff --git a/sys-libs/ncurses/ncurses-6.4_p20230527.ebuild 
b/sys-libs/ncurses/ncurses-6.4_p20230527.ebuild
deleted file mode 100644
index 007bbc486ccd..
--- a/sys-libs/ncurses/ncurses-6.4_p20230527.ebuild
+++ /dev/null
@@ -1,431 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# sys-libs/ncurses-compat can be bumped with sys-libs/ncurses as upstream
-# provide a configure option for the ABI version.
-
-VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/thomasdickey.asc
-inherit flag-o-matic toolchain-funcs multilib multilib-minimal preserve-libs 
usr-ldscript verify-sig
-
-MY_PV="${PV:0:3}"
-MY_P="${PN}-${MY_PV}"
-DESCRIPTION="Console display library"
-HOMEPAGE="https://www.gnu.org/software/ncurses/ 
https://invisible-island.net/ncurses/;
-# Keep invisible-mirror.net here as some users reported 403 forbidden with 
invisible-island.net
-SRC_URI="
-   mirror://gnu/ncurses/${MY_P}.tar.gz
-   https://invisible-island.net/archives/${PN}/${MY_P}.tar.gz
-   https://invisible-mirror.net/archives/${PN}/${MY_P}.tar.gz
-   verify-sig? ( mirror://gnu/ncurses/${MY_P}.tar.gz.sig )
-"
-
-GENTOO_PATCH_DEV=sam
-GENTOO_PATCH_PV=6.4_p20230527
-GENTOO_PATCH_NAME=${PN}-${GENTOO_PATCH_PV}-patches
-
-# Populated below in a loop. Do not add patches manually here.
-UPSTREAM_PATCHES=()
-
-if [[ ${PV} == *_p* ]] ; then
-   # Sometimes, after releases, there's no megapatch available yet.
-   #
-   # From upstream README at e.g. 

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

2024-05-07 Thread Craig Andrews
commit: 952d6f852c860f4cc37b98ca10a509e78bc78d60
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Tue May  7 18:04:53 2024 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Tue May  7 18:35:25 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=952d6f85

net-analyzer/netdata: fix bug #928164

Signed-off-by: Michael Mair-Keimberger  levelnine.at>

Closes: https://bugs.gentoo.org/928164
Signed-off-by: Craig Andrews  gentoo.org>

 net-analyzer/netdata/files/netdata-1.45.3-dbengine.patch | 13 +
 net-analyzer/netdata/netdata-1.45.3.ebuild   |  2 ++
 2 files changed, 15 insertions(+)

diff --git a/net-analyzer/netdata/files/netdata-1.45.3-dbengine.patch 
b/net-analyzer/netdata/files/netdata-1.45.3-dbengine.patch
new file mode 100644
index ..66392c9b7203
--- /dev/null
+++ b/net-analyzer/netdata/files/netdata-1.45.3-dbengine.patch
@@ -0,0 +1,13 @@
+--- a/src/daemon/main.c
 b/src/daemon/main.c
+@@ -1520,8 +1520,9 @@
+ 
+ // set defaults for dbegnine unittest
+ config_set(CONFIG_SECTION_DB, "dbengine page 
type", "gorilla");
++#ifdef ENABLE_DBENGINE
+ default_rrdeng_disk_quota_mb = 
default_multidb_disk_quota_mb = 256;
+-
++#endif
+ if (sqlite_library_init())
+ return 1;
+ 

diff --git a/net-analyzer/netdata/netdata-1.45.3.ebuild 
b/net-analyzer/netdata/netdata-1.45.3.ebuild
index 0d57f53917bc..e7d91907df53 100644
--- a/net-analyzer/netdata/netdata-1.45.3.ebuild
+++ b/net-analyzer/netdata/netdata-1.45.3.ebuild
@@ -83,6 +83,8 @@ RDEPEND="
 DEPEND="${RDEPEND}
virtual/pkgconfig"
 
+PATCHES=( "${FILESDIR}/${P}-dbengine.patch" )
+
 FILECAPS=(
'cap_dac_read_search,cap_sys_ptrace+ep'
'usr/libexec/netdata/plugins.d/apps.plugin'



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

2024-05-07 Thread Craig Andrews
commit: a26c6fcd09c8fe756d291bbc38de04f5b6126f3d
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Tue May  7 17:57:28 2024 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Tue May  7 18:35:25 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a26c6fcd

net-analyzer/netdata: remove unused patch

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/36596
Signed-off-by: Craig Andrews  gentoo.org>

 .../netdata/files/netdata-1.44.0-dbengine.patch| 47 --
 1 file changed, 47 deletions(-)

diff --git a/net-analyzer/netdata/files/netdata-1.44.0-dbengine.patch 
b/net-analyzer/netdata/files/netdata-1.44.0-dbengine.patch
deleted file mode 100644
index 3119094f64bc..
--- a/net-analyzer/netdata/files/netdata-1.44.0-dbengine.patch
+++ /dev/null
@@ -1,47 +0,0 @@
-From ee6c0bcb7f0bfe6440dd7c4c52dca87486abc181 Mon Sep 17 00:00:00 2001
-From: Stelios Fragkakis <52996999+stelf...@users.noreply.github.com>
-Date: Wed, 20 Dec 2023 21:54:17 +0200
-Subject: [PATCH] Fix compilation error when using --disable-dbengine
-

- daemon/global_statistics.c | 2 ++
- daemon/main.c  | 2 +-
- 2 files changed, 3 insertions(+), 1 deletion(-)
-
-diff --git a/daemon/global_statistics.c b/daemon/global_statistics.c
-index 8392a3c88e08d..6e286b18a7220 100644
 a/daemon/global_statistics.c
-+++ b/daemon/global_statistics.c
-@@ -857,6 +857,7 @@ static void global_statistics_charts(void) {
- 
- // 
- 
-+#ifdef ENABLE_DBENGINE
- if (tier_page_type[0] == PAGE_GORILLA_METRICS)
- {
- static RRDSET *st_tier0_gorilla_pages = NULL;
-@@ -918,6 +919,7 @@ static void global_statistics_charts(void) {
- 
- rrdset_done(st_tier0_compression_info);
- }
-+#endif
- }
- 
- // 

-diff --git a/daemon/main.c b/daemon/main.c
-index fc15f0c9dfc52..7c7452c4aa055 100644
 a/daemon/main.c
-+++ b/daemon/main.c
-@@ -1502,11 +1502,11 @@ int main(int argc, char **argv) {
- #ifdef ENABLE_DBENGINE
- char* createdataset_string = "createdataset=";
- char* stresstest_string = "stresstest=";
--#endif
- 
- if(strcmp(optarg, "pgd-tests") == 0) {
- return pgd_test(argc, argv);
- }
-+#endif
- 
- if(strcmp(optarg, "sqlite-meta-recover") == 0) {
- sql_init_database(DB_CHECK_RECOVER, 0);



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

2024-05-07 Thread Arthur Zamarin
commit: 803393ab8bad179eedb1c47b100ee6e8f7316804
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  7 18:31:27 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  7 18:31:27 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=803393ab

net-libs/libcloudproviders: Keyword 0.3.6 s390, #931281

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

 net-libs/libcloudproviders/libcloudproviders-0.3.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libcloudproviders/libcloudproviders-0.3.6.ebuild 
b/net-libs/libcloudproviders/libcloudproviders-0.3.6.ebuild
index 9ae5a267cd4a..85942d3c00cc 100644
--- a/net-libs/libcloudproviders/libcloudproviders-0.3.6.ebuild
+++ b/net-libs/libcloudproviders/libcloudproviders-0.3.6.ebuild
@@ -13,7 +13,7 @@ SLOT="0"
 IUSE="gtk-doc +introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
 
 DEPEND="
>=dev-libs/glib-2.56:2[${MULTILIB_USEDEP}]



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

2024-05-07 Thread Arthur Zamarin
commit: 74748f6707f6b517128c2713b2b4a613019251b6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  7 18:31:27 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  7 18:31:27 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74748f67

x11-libs/gtk+: Keyword 3.24.41 s390, #931281

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

 x11-libs/gtk+/gtk+-3.24.41.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/gtk+/gtk+-3.24.41.ebuild 
b/x11-libs/gtk+/gtk+-3.24.41.ebuild
index fd6c2a36e2c0..8e646b3879db 100644
--- a/x11-libs/gtk+/gtk+-3.24.41.ebuild
+++ b/x11-libs/gtk+/gtk+-3.24.41.ebuild
@@ -18,7 +18,7 @@ REQUIRED_USE="
 "
 RESTRICT="!test? ( test )"
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 
 COMMON_DEPEND="

>=app-accessibility/at-spi2-core-2.46.0[introspection?,${MULTILIB_USEDEP}]



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

2024-05-07 Thread Arthur Zamarin
commit: 1b53fc0f4899721c8b84e75b029911efbf0c078d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  7 18:31:24 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  7 18:31:24 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b53fc0f

dev-python/rst-linker: Keyword 2.6.0 s390, #930581

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

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

diff --git a/dev-python/rst-linker/rst-linker-2.6.0.ebuild 
b/dev-python/rst-linker/rst-linker-2.6.0.ebuild
index a9002e5f6e13..669e22e071d7 100644
--- a/dev-python/rst-linker/rst-linker-2.6.0.ebuild
+++ b/dev-python/rst-linker/rst-linker-2.6.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 RDEPEND="
dev-python/jaraco-context[${PYTHON_USEDEP}]



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

2024-05-07 Thread Arthur Zamarin
commit: fcf01d9e622e623bdf89acf2f9cb778cf26ad1a9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  7 18:31:26 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  7 18:31:26 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcf01d9e

dev-python/cftime: Keyword 1.6.3 s390, #931060

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

 dev-python/cftime/cftime-1.6.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/cftime/cftime-1.6.3.ebuild 
b/dev-python/cftime/cftime-1.6.3.ebuild
index f2632ffc3ecb..bac7bb43831c 100644
--- a/dev-python/cftime/cftime-1.6.3.ebuild
+++ b/dev-python/cftime/cftime-1.6.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020-2023 Gentoo Authors
+# Copyright 2020-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~riscv ~s390 ~x86"
 
 DEPEND="
>=dev-python/numpy-1.26.0[${PYTHON_USEDEP}]



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

2024-05-07 Thread Arthur Zamarin
commit: addab739d0be76d113ce3a10fd4fd47ee25196a3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  7 18:31:26 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  7 18:31:26 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=addab739

dev-python/xarray: Keyword 2024.3.0-r1 s390, #931060

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

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

diff --git a/dev-python/xarray/xarray-2024.3.0-r1.ebuild 
b/dev-python/xarray/xarray-2024.3.0-r1.ebuild
index fac2407f493c..fc4486aed87d 100644
--- a/dev-python/xarray/xarray-2024.3.0-r1.ebuild
+++ b/dev-python/xarray/xarray-2024.3.0-r1.ebuild
@@ -26,7 +26,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~riscv ~s390 ~x86"
 IUSE="big-endian"
 
 RDEPEND="



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

2024-05-07 Thread Arthur Zamarin
commit: c4e32625e1b26a20db07079af6ab72fc1c9d47ce
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  7 18:31:23 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  7 18:31:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4e32625

app-text/lesspipe: Keyword 2.12 s390, #930048

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

 app-text/lesspipe/lesspipe-2.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/lesspipe/lesspipe-2.12.ebuild 
b/app-text/lesspipe/lesspipe-2.12.ebuild
index 9e0fa293f993..9b06994b07f0 100644
--- a/app-text/lesspipe/lesspipe-2.12.ebuild
+++ b/app-text/lesspipe/lesspipe-2.12.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/wofr06/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 IUSE="test"
 
 # Please check again on bumps! (bug #734896)



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

2024-05-07 Thread Arthur Zamarin
commit: 42e91706475576f8a88b79d77f94be062720c527
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  7 18:31:25 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  7 18:31:25 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42e91706

dev-python/jaraco-versioning: Keyword 1.1.0 s390, #930581

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

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

diff --git a/dev-python/jaraco-versioning/jaraco-versioning-1.1.0.ebuild 
b/dev-python/jaraco-versioning/jaraco-versioning-1.1.0.ebuild
index e0156d35ec2d..5fee809a8041 100644
--- a/dev-python/jaraco-versioning/jaraco-versioning-1.1.0.ebuild
+++ b/dev-python/jaraco-versioning/jaraco-versioning-1.1.0.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 RDEPEND="
dev-python/packaging[${PYTHON_USEDEP}]



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

2024-05-07 Thread Arthur Zamarin
commit: 9c067a81e765b9b9df8db82613e226d51fdab765
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  7 18:31:23 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  7 18:31:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c067a81

dev-perl/Text-CSV: Keyword 2.40.0 s390, #930048

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

 dev-perl/Text-CSV/Text-CSV-2.40.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Text-CSV/Text-CSV-2.40.0.ebuild 
b/dev-perl/Text-CSV/Text-CSV-2.40.0.ebuild
index 1b9fbef45d79..6cf3f2f209e7 100644
--- a/dev-perl/Text-CSV/Text-CSV-2.40.0.ebuild
+++ b/dev-perl/Text-CSV/Text-CSV-2.40.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Manipulate comma-separated value strings"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
 IUSE="+xs"
 
 RDEPEND="



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

2024-05-07 Thread Arthur Zamarin
commit: 3403478325d2bd137fe2451d301e8324944a722c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  7 18:31:25 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  7 18:31:25 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34034783

dev-python/jaraco-vcs: Keyword 2.2.0 s390, #930581

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

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

diff --git a/dev-python/jaraco-vcs/jaraco-vcs-2.2.0.ebuild 
b/dev-python/jaraco-vcs/jaraco-vcs-2.2.0.ebuild
index 6834ce3f231e..7d8632b47a75 100644
--- a/dev-python/jaraco-vcs/jaraco-vcs-2.2.0.ebuild
+++ b/dev-python/jaraco-vcs/jaraco-vcs-2.2.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="~amd64 ~riscv ~s390 ~x86"
 
 RDEPEND="
dev-python/jaraco-classes[${PYTHON_USEDEP}]



[gentoo-commits] repo/proj/guru:dev commit in: media-gfx/silicon/files/, media-gfx/silicon/

2024-05-07 Thread YOSHIOKA Takuma
commit: 173ad1c677c441ab6b115a5812a1499a92899f1d
Author: YOSHIOKA Takuma  hard-wi  red>
AuthorDate: Tue May  7 18:24:34 2024 +
Commit: YOSHIOKA Takuma  hard-wi  red>
CommitDate: Tue May  7 18:24:34 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=173ad1c6

media-gfx/silicon: drop 0.5.1

Signed-off-by: YOSHIOKA Takuma  hard-wi.red>

 media-gfx/silicon/Manifest |  87 
 ...ilicon-0.4.3-remove-pathfinder_simd-patch.patch |  36 
 ...ilicon-0.5.1-remove-pathfinder_simd-patch.patch |  25 ---
 media-gfx/silicon/silicon-0.5.1.ebuild | 219 -
 4 files changed, 367 deletions(-)

diff --git a/media-gfx/silicon/Manifest b/media-gfx/silicon/Manifest
index 2c42af1dbb..82884c57c5 100644
--- a/media-gfx/silicon/Manifest
+++ b/media-gfx/silicon/Manifest
@@ -1,53 +1,37 @@
-DIST ab_glyph_rasterizer-0.1.7.crate 10786 BLAKE2B 
fa51c5d964b60bd7dd85b6cbb7251466166d34062210eef92751eddb3b144fe6328b060a50b7f6ffdca5351273225107372a7cb232e33620d55b486e589ba9c6
 SHA512 
2502415d999ad68d042ddd13f6a55d5d6245c49d5cbacf67929351de190645b343598791dab8077058c649c7f7a55b1256fbfa3f927b7a214e5d652da8a3dad0
 DIST ab_glyph_rasterizer-0.1.8.crate 11010 BLAKE2B 
2a20fd3ff646559d704e214ae7c4e5b8297e20be0909c403c140edb67002665447a6a796e5ca5d71f5c8c55000489a14a101ec43dd90101be9c246d1a0138dc4
 SHA512 
6fd5ff2d068da84c4ac2e6e2c5ad6ab2f4926f1664afb8ba701b60a35c3bd7bf00b200b22c455ca15dfc7d4303c8caa0bb150c18dcce01ce107deaf323cde17f
 DIST adler-1.0.2.crate 12778 BLAKE2B 
a1dc17786adae945ac09d3525e609ed944e6465690787bbb831a1b9d53793cba1989793d0a5606d5d23ee20d36457923d451b1b3530c9ec7072a487aa3e55bbd
 SHA512 
7ab190d31890fc05b0b55d8e2c6527a505e06793d5496be0b3831e0513412f9ba97f8148f6f68ed0770fa9cd980a5092d885e058becf1d5506b7c74b82674aa1
 DIST ansi_term-0.12.1.crate 24838 BLAKE2B 
f636772c34e2d68cda7b8d3b2b86abda074585a62bd2654812ce92384244655a9197fa66e6939e19a674c0148ca605313d83de262bb18c2339a8a4eb4438a791
 SHA512 
b840e28b3e7700689a69a39659b1e066560078dd4a58326b91a028915819e7af883399ee53e920db68fd974c58d35bb1ddf8d427af5937d5f696f57c4376b671
-DIST anyhow-1.0.65.crate 43585 BLAKE2B 
4a808e60ffed900ef37d8fbf7ae97caec6fb81d23a8a5411c5c0143636652c41a9579b156ead5eab66d57c53be2bbc336cbd5f7b60c6c20cad389d45861d82f8
 SHA512 
86b83c88fbc343f4ff1bfba5bf91f3c5133fbed8276e78f4222b28e38ada79c4245e2780934897525b41cbd4b8a9d0bc9cbd8b6c2dd32544ba124d458f5a490c
 DIST anyhow-1.0.75.crate 43901 BLAKE2B 
6353557d7ec2cbfdd001c039fad62c95fea9e02b113149f726fd14bb36b31e637e8609dd5ee20a900e9c11bb783d9958d664b31ba7c467382fa7f51d477ad3aa
 SHA512 
190d6be8ede0af9808210db53e4dc31ce69b126a26b0357220c4705a11e83cab2c2c09c59964a35794f3c434f717eaa6bb669e9e8f16012535c14246b17e8d40
 DIST approx-0.5.1.crate 15100 BLAKE2B 
8fe84d52263521c0b72a1d1e82ed283828f680b8b56f532df2c14ea86ca09e793686d823c5d58ecfd7a829948543bb375e85223c866cf036e9432be5d6aa7399
 SHA512 
c6d768496c974b6ff4cf7ad8e65f3fc9faf29a1957da497968ee112c6a0b9d7a0ff9a2579206e864976c0f65ed2190bc9d2b63b31a09ced7b57879e207c46407
 DIST atty-0.2.14.crate 5470 BLAKE2B 
2db856a9e898a430258f059aeaf7c844a153293e8856d90ac81f7d91a888c89198768ad5cb09303c23241fe85c560a55148fa56a303651a82b0edb895616bfab
 SHA512 
d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9
 DIST autocfg-1.1.0.crate 13272 BLAKE2B 
7724055c337d562103f191f4e36cab469e578f0c51cc24d33624dea155d108a07578703766341fd6a4cc1ef52acda406e7dba1650d59115f18261281e5b40203
 SHA512 
df972c09abbdc0b6cb6bb55b1e29c7fed706ece38a62613d9e275bac46a19574a7f96f0152cccb0239efea04ee90083a146b58b15307696c4c81878cd12de28f
-DIST base64-0.13.0.crate 62070 BLAKE2B 
b957f65cdb1e28baeca0cefc92fa98be797409b7dabd15e0e88db6cdfb89779b662cba9f2270fbf3b7b66948fdc46c118b8040a78ab72049c48a928fa802bee0
 SHA512 
991a72999839daa232f508c5b24e7d3225e8a26db8d1d0e747881b115af9e408b92374e163b31e0b0d324c1c2e57e8e38d66861b61eb0a1dba87bb5871940151
 DIST base64-0.21.5.crate 77134 BLAKE2B 
901cf92d7dd8af2bbb789ffbe60972c1fd295b16690ecebbcb500e4613afa057ab2b294bbafdcaa4007f46412825260a0711d89e55664418a503dde02c8afd1a
 SHA512 
40b1d8470a932c8b7f31717e33bf26742c1bf920caae639b8a992f77e64d5e6d287569742c1348daa25b7325f8ca8d8a312754a743dab3932181f37149d91b16
 DIST bincode-1.3.3.crate 28958 BLAKE2B 
ea01d2efd8149ecba5e240ed989268b683d542a5f369902d316a4fd1ae4b8edd94e2d4a8cbff0e96646eb29facb04a84b249d74f0781dc3d29c8797ac975aa9f
 SHA512 
49e39d71214dbb623a18e3852f6f2f2a5c3f951b64107d66c8adaa95a442a3283fba978bca41b126c9879b12833b945f478d2c77d35482b3577fc1a894e8e5f3
 DIST bitflags-1.3.2.crate 23021 BLAKE2B 
eb990bb27b2bdeb66fd7212ce582cb36e1c616debbac85df642d0c82b25439e6bf9b1e811fac76b59e58ea3c1bbea6170d03a61e8f9a395e4334a0e2e2987eda
 SHA512 
3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62
 DIST bitflags-2.4.1.crate 37043 BLAKE2B 

[gentoo-commits] repo/proj/guru:dev commit in: media-gfx/silicon/

2024-05-07 Thread YOSHIOKA Takuma
commit: 149a5a329e4794068cd3f61d3379554bf644eac6
Author: YOSHIOKA Takuma  hard-wi  red>
AuthorDate: Tue May  7 18:25:00 2024 +
Commit: YOSHIOKA Takuma  hard-wi  red>
CommitDate: Tue May  7 18:25:00 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=149a5a32

media-gfx/silicon: fix pkgcheck lint

Signed-off-by: YOSHIOKA Takuma  hard-wi.red>

 media-gfx/silicon/silicon-0.5.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/silicon/silicon-0.5.2.ebuild 
b/media-gfx/silicon/silicon-0.5.2.ebuild
index 072382812a..8a4540663d 100644
--- a/media-gfx/silicon/silicon-0.5.2.ebuild
+++ b/media-gfx/silicon/silicon-0.5.2.ebuild
@@ -202,11 +202,11 @@ HOMEPAGE="https://github.com/Aloxaf/silicon;
 SRC_URI="https://github.com/Aloxaf/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 SRC_URI+=" ${CARGO_CRATE_URIS}"
 
-# Prevent portage from trying to fetch bunch of *.crate from mirror despite 
they are not mirrored.
-RESTRICT="mirror"
 LICENSE="Apache-2.0 Boost-1.0 BSD ISC MIT MPL-2.0 Unicode-DFS-2016"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
+# Prevent portage from trying to fetch bunch of *.crate from mirror despite 
they are not mirrored.
+RESTRICT="mirror"
 PATCHES=( "${FILESDIR}/silicon-0.5.2-remove-pathfinder_simd-patch.patch" )
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-devel/crossdev/

2024-05-07 Thread Sam James
commit: dc03a1b93d33a392a7297b11778c9d953e7e7d83
Author: Sam James  gentoo  org>
AuthorDate: Tue May  7 18:16:09 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May  7 18:16:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc03a1b9

sys-devel/crossdev: add 20240507, drop 20240504

Sam James (2):
  crossdev: fix setting EAPI
  crossdev: fix whitespace in comment

vindicatorr (1):
  Reorder gnu<-glibc wording, under "LIBC" for "--help", to follow with 
usage of other libs listed.

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

 sys-devel/crossdev/Manifest | 2 +-
 .../crossdev/{crossdev-20240504.ebuild => crossdev-20240507.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/crossdev/Manifest b/sys-devel/crossdev/Manifest
index efbed4196e79..62df80487c18 100644
--- a/sys-devel/crossdev/Manifest
+++ b/sys-devel/crossdev/Manifest
@@ -1,2 +1,2 @@
 DIST crossdev-20240209.tar.xz 30904 BLAKE2B 
b23c6c86796ce37968ce23a9399b068ecb78d6beb8e9b02ac11cd9e8b2f1c82f8905e615417525aa94d51f5da763841a8b9fc7cdc9b64d087a52b077adc92635
 SHA512 
5834cad934707f173529d7258f8230222e8d18903dea723b0051e06a8d974cab92f6aa7bbeef3a64aec0efd2d0b01f80b63503e78e30ddc1ba7e9a6a4ff08977
-DIST crossdev-20240504.tar.xz 30944 BLAKE2B 
5af41b73d2effa5c9b75ec29b24ee50b8b40016860d67ec023c91ab761056c02d551c9aa6d76b5111fe258357143afbf0f086b82e063a3598f66ceaea8ecc227
 SHA512 
fce87721e91a76a7a9f9501694ff893b3f65fafa85a1d157d48e229e698d0a06ea1c2d3fbcb752357d632f4c3a736f52d31acf6e51be3019ccdc1038e7a20afa
+DIST crossdev-20240507.tar.xz 30952 BLAKE2B 
566cf0a8449b18431e4b90bd0d0687d39bdc6ed40eeb8eaf87e7200e2b2eea2cc8461fded034a8ce2dd9983ee3e6e79a719c6e37e5c1afe9fdb8a3b545be7601
 SHA512 
c40b9bb33cc0c13475fe651d95db498c16f89baf5bab0e28c44864eea2119eeac28827040dc3476eb0826fe2cce1b43614047b8fdc5fbf1bc3cddbf68c1b0d74

diff --git a/sys-devel/crossdev/crossdev-20240504.ebuild 
b/sys-devel/crossdev/crossdev-20240507.ebuild
similarity index 100%
rename from sys-devel/crossdev/crossdev-20240504.ebuild
rename to sys-devel/crossdev/crossdev-20240507.ebuild



[gentoo-commits] proj/crossdev: New tag: 20240507

2024-05-07 Thread Sam James
commit: 
Commit: Sam James  gentoo  org>
CommitDate: Tue May  7 18:15:34 2024 +

New tag: 20240507




[gentoo-commits] repo/gentoo:master commit in: x11-libs/libX11/

2024-05-07 Thread Sam James
commit: 620997c8ad41295e4e9a703f90dce7bd19d22d5a
Author: Sam James  gentoo  org>
AuthorDate: Tue May  7 18:05:06 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May  7 18:05:06 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=620997c8

x11-libs/libX11: Stabilize 1.8.9 ppc64, #931498

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

 x11-libs/libX11/libX11-1.8.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libX11/libX11-1.8.9.ebuild 
b/x11-libs/libX11/libX11-1.8.9.ebuild
index 9483e623a970..3125875b5683 100644
--- a/x11-libs/libX11/libX11-1.8.9.ebuild
+++ b/x11-libs/libX11/libX11-1.8.9.ebuild
@@ -11,7 +11,7 @@ inherit toolchain-funcs xorg-3
 # Note: please bump this with x11-misc/compose-tables
 DESCRIPTION="X.Org X11 library"
 
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/

2024-05-07 Thread Sam James
commit: c4167afed3c476c31ab43cf034c25077c201c194
Author: Sam James  gentoo  org>
AuthorDate: Tue May  7 18:05:03 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May  7 18:05:03 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4167afe

x11-misc/compose-tables: Stabilize 1.8.9 x86, #931498

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

 x11-misc/compose-tables/compose-tables-1.8.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.8.9.ebuild 
b/x11-misc/compose-tables/compose-tables-1.8.9.ebuild
index 0a87d359ab42..8beeed2bdcbd 100644
--- a/x11-misc/compose-tables/compose-tables-1.8.9.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.8.9.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 
SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}"
 S="${WORKDIR}/libX11-${PV}/"
 
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 # Only needed by configure
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/

2024-05-07 Thread Sam James
commit: 95d67bd785f7db4cb7741e1f1ad000cf2ade335a
Author: Sam James  gentoo  org>
AuthorDate: Tue May  7 18:05:05 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May  7 18:05:05 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95d67bd7

x11-misc/compose-tables: Stabilize 1.8.9 arm, #931498

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

 x11-misc/compose-tables/compose-tables-1.8.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.8.9.ebuild 
b/x11-misc/compose-tables/compose-tables-1.8.9.ebuild
index 8beeed2bdcbd..adad8071f0be 100644
--- a/x11-misc/compose-tables/compose-tables-1.8.9.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.8.9.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 
SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}"
 S="${WORKDIR}/libX11-${PV}/"
 
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 # Only needed by configure
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-misc/compose-tables/

2024-05-07 Thread Sam James
commit: 2d890f57a1af2c63db3cbddbb333b69b8c78fee1
Author: Sam James  gentoo  org>
AuthorDate: Tue May  7 18:05:10 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May  7 18:05:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d890f57

x11-misc/compose-tables: Stabilize 1.8.9 amd64, #931498

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

 x11-misc/compose-tables/compose-tables-1.8.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.8.9.ebuild 
b/x11-misc/compose-tables/compose-tables-1.8.9.ebuild
index 3c8085b13146..fa28a7e28842 100644
--- a/x11-misc/compose-tables/compose-tables-1.8.9.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.8.9.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 
SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}"
 S="${WORKDIR}/libX11-${PV}/"
 
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 # Only needed by configure
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-db/tinycdb/

2024-05-07 Thread Sam James
commit: dc8ed926006a497ebdfb37ddca63118f6977296d
Author: Sam James  gentoo  org>
AuthorDate: Tue May  7 18:04:48 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May  7 18:04:48 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc8ed926

dev-db/tinycdb: Stabilize 0.81 ppc, #931495

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

 dev-db/tinycdb/tinycdb-0.81.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/tinycdb/tinycdb-0.81.ebuild 
b/dev-db/tinycdb/tinycdb-0.81.ebuild
index fc9fe8b1d16b..6ef2be17819b 100644
--- a/dev-db/tinycdb/tinycdb-0.81.ebuild
+++ b/dev-db/tinycdb/tinycdb-0.81.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.corpit.ru/mjt/${PN}/${P}.tar.gz;
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~hppa ~ia64 ~mips ppc ~riscv ~x86"
 IUSE="static-libs"
 RESTRICT="test"
 



  1   2   3   >