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

2023-10-19 Thread Hans de Graaff
commit: ac3c9451f421d4f824ae7d5b755397c88e90c8a6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Oct 20 05:47:46 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Oct 20 05:47:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac3c9451

dev-util/jenkins-bin: add 2.414.3, 2.428

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

 dev-util/jenkins-bin/Manifest   |  2 ++
 dev-util/jenkins-bin/jenkins-bin-2.414.3.ebuild | 45 +
 dev-util/jenkins-bin/jenkins-bin-2.428.ebuild   | 45 +
 3 files changed, 92 insertions(+)

diff --git a/dev-util/jenkins-bin/Manifest b/dev-util/jenkins-bin/Manifest
index 587f0d03da15..1865000207aa 100644
--- a/dev-util/jenkins-bin/Manifest
+++ b/dev-util/jenkins-bin/Manifest
@@ -1,2 +1,4 @@
 DIST jenkins-bin-2.414.2.war 89532729 BLAKE2B 
3519a893a53394ecef7f07f72212d0718ed3b052638cbdea6fe621bffe994c3c426057a82c747597b48e273a2603e99656e7eedb6cabaa398527f88db3331e4b
 SHA512 
43662348e3915715f2897a26186f11bf671ecf630f6a64d2509caf9f2f87479ecade8304f62e1ce0690315ce196b74e7e758dfcb39cb4a77c6b1221200a0
+DIST jenkins-bin-2.414.3.war 89542047 BLAKE2B 
1d1216867aec1a134fbde773c4f69bb0d21ad56d3f774ab4b23055564f69ae9c1eaf27e2b044381967f6fe4841bd65b28efa06cfad517579b6ec5ffa3db4b09d
 SHA512 
1b215220feb0d17b04a8749086c31af8930e2bfb676e84c56e4ef2e44c2405439d1489570f2d3ca8b6a80182d2796227a8984199d6ba2f71d863be652ea81fac
 DIST jenkins-bin-2.424.war 89567786 BLAKE2B 
8da19a1226e872c1eb388b2bef3ca258f3c84088c544867f1ef29c541df0aa31e12d929faf867a3da420eae2787d886e935f9cae439ed70f9085a6ec1e9dceef
 SHA512 
d5546b3ea1b6f299bbaa315de845359011aa116cc84725b93c5a5d1ea3ae2268b736cae1687dd4fd5096e620b5bd26088e878244969b25ba0ea67ec1afc5b006
+DIST jenkins-bin-2.428.war 89610321 BLAKE2B 
201fb2fc8005a74897816d8dc9d59279d14d06c8f701b45843a5c22b898e383de0b33bbaad3c299d515e6c05e80d1334aa0456e81db4b8f2bcb9142adef9a27a
 SHA512 
84450cf8ce95629adc38e44c8986aa727062be770c159d22396c95d16dea39287e5287480598cd7fdc719f055d17b306b194470ca4009ca7cf4699497fee860c

diff --git a/dev-util/jenkins-bin/jenkins-bin-2.414.3.ebuild 
b/dev-util/jenkins-bin/jenkins-bin-2.414.3.ebuild
new file mode 100644
index ..e8b333002f60
--- /dev/null
+++ b/dev-util/jenkins-bin/jenkins-bin-2.414.3.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit systemd
+
+DESCRIPTION="The leading open source automation server"
+HOMEPAGE="https://jenkins.io/;
+LICENSE="MIT"
+SRC_URI="https://get.jenkins.io/war-stable/${PV}/${PN/-bin/}.war -> ${P}.war"
+SLOT="lts"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux"
+IUSE=""
+
+DEPEND="acct-group/jenkins
+   acct-user/jenkins"
+
+RDEPEND="acct-group/jenkins
+   acct-user/jenkins
+   media-fonts/dejavu
+   media-libs/freetype
+   !dev-util/jenkins-bin:0
+   || ( virtual/jre:17 virtual/jre:11 )"
+
+S="${WORKDIR}"
+
+src_install() {
+   local JENKINS_DIR=/var/lib/jenkins
+
+   keepdir /var/log/jenkins ${JENKINS_DIR}/backup ${JENKINS_DIR}/home
+
+   insinto /opt/jenkins
+   newins "${DISTDIR}"/${P}.war ${PN/-bin/}.war
+
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/${PN}-r3.logrotate ${PN/-bin/}
+
+   newinitd "${FILESDIR}"/${PN}-r3.init jenkins
+   newconfd "${FILESDIR}"/${PN}-r1.confd jenkins
+
+   systemd_newunit "${FILESDIR}"/${PN}-r5.service jenkins.service
+
+   fowners jenkins:jenkins /var/log/jenkins ${JENKINS_DIR} 
${JENKINS_DIR}/home ${JENKINS_DIR}/backup
+}

diff --git a/dev-util/jenkins-bin/jenkins-bin-2.428.ebuild 
b/dev-util/jenkins-bin/jenkins-bin-2.428.ebuild
new file mode 100644
index ..94f16b3ed823
--- /dev/null
+++ b/dev-util/jenkins-bin/jenkins-bin-2.428.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit systemd
+
+DESCRIPTION="The leading open source automation server"
+HOMEPAGE="https://jenkins.io/;
+LICENSE="MIT"
+SRC_URI="https://get.jenkins.io/war/${PV}/${PN/-bin/}.war -> ${P}.war"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux"
+IUSE=""
+
+DEPEND="acct-group/jenkins
+   acct-user/jenkins"
+
+RDEPEND="acct-group/jenkins
+   acct-user/jenkins
+   media-fonts/dejavu
+   media-libs/freetype
+   !dev-util/jenkins-bin:lts
+   || ( virtual/jre:17 virtual/jre:11 )"
+
+S="${WORKDIR}"
+
+src_install() {
+   local JENKINS_DIR=/var/lib/jenkins
+
+   keepdir /var/log/jenkins ${JENKINS_DIR}/backup ${JENKINS_DIR}/home
+
+   insinto /opt/jenkins
+   newins "${DISTDIR}"/${P}.war ${PN/-bin/}.war
+
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/${PN}-r3.logrotate ${PN/-bin/}
+
+   newinitd "${FILESDIR}"/${PN}-r3.init jenkins
+   newconfd "${FILESDIR}"/${PN}-r1.confd jenkins
+
+   systemd_newunit 

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

2023-10-19 Thread Hans de Graaff
commit: 0a045a8f405def46268875c9b47b426d47435a74
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Oct 20 05:45:08 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Oct 20 05:45:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a045a8f

dev-util/jenkins-bin: drop 2.401.3, 2.414.1, 2.416

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

 dev-util/jenkins-bin/Manifest   |  3 --
 dev-util/jenkins-bin/jenkins-bin-2.401.3.ebuild | 45 -
 dev-util/jenkins-bin/jenkins-bin-2.414.1.ebuild | 45 -
 dev-util/jenkins-bin/jenkins-bin-2.416.ebuild   | 45 -
 4 files changed, 138 deletions(-)

diff --git a/dev-util/jenkins-bin/Manifest b/dev-util/jenkins-bin/Manifest
index a6cc3062578a..587f0d03da15 100644
--- a/dev-util/jenkins-bin/Manifest
+++ b/dev-util/jenkins-bin/Manifest
@@ -1,5 +1,2 @@
-DIST jenkins-bin-2.401.3.war 98398119 BLAKE2B 
249f7ace9dde2db5243aa041d5afc854cb3064c7044aa95a3f2bae6ec96c0fe2a9ed06917f3bdd9c8a3b9178ab795d5d5de1b3a45e28bac70b5fc096b888c1a0
 SHA512 
b634bea063dfbcfd24998af920324fd63c394da4d0e34c619ad5f2447ecf16c4142ab531e96d6b53572e9dd698804126c6ff8adfeff3bc7fa7b5192157346708
-DIST jenkins-bin-2.414.1.war 89532544 BLAKE2B 
2da7c1d79b8e5421ded90f44697807d1c76e04c6652229d0cbdb73569116b7f78cb0887e8df8bda18248766f2b49b3d3e51ed553df488e1716b1370c0dd8df76
 SHA512 
4d9bcadc4296c43336ed90e5aa27feb271ff074793f2ea8e15513c77c9dd9e8f47409382ce1299ec21a05ca1d5a02b9dde40dab03952cc3c77109a17048739d7
 DIST jenkins-bin-2.414.2.war 89532729 BLAKE2B 
3519a893a53394ecef7f07f72212d0718ed3b052638cbdea6fe621bffe994c3c426057a82c747597b48e273a2603e99656e7eedb6cabaa398527f88db3331e4b
 SHA512 
43662348e3915715f2897a26186f11bf671ecf630f6a64d2509caf9f2f87479ecade8304f62e1ce0690315ce196b74e7e758dfcb39cb4a77c6b1221200a0
-DIST jenkins-bin-2.416.war 89541474 BLAKE2B 
69f72593facf686631172e81c653df688da3e15f168c2757b9b320d9535b8c4d5a493596f1b9dc7a830bcf35a080e30a981a0a9d028dcbdb755425f3ea48977f
 SHA512 
b8546e48e1c0cbb4b05ed233da60d62d00d117ec21c18a16cd16eee69a6c06ab71392781359de0667c570578d5c49147dea6decb19758c2c4faf05d17003bdc6
 DIST jenkins-bin-2.424.war 89567786 BLAKE2B 
8da19a1226e872c1eb388b2bef3ca258f3c84088c544867f1ef29c541df0aa31e12d929faf867a3da420eae2787d886e935f9cae439ed70f9085a6ec1e9dceef
 SHA512 
d5546b3ea1b6f299bbaa315de845359011aa116cc84725b93c5a5d1ea3ae2268b736cae1687dd4fd5096e620b5bd26088e878244969b25ba0ea67ec1afc5b006

diff --git a/dev-util/jenkins-bin/jenkins-bin-2.401.3.ebuild 
b/dev-util/jenkins-bin/jenkins-bin-2.401.3.ebuild
deleted file mode 100644
index e8b333002f60..
--- a/dev-util/jenkins-bin/jenkins-bin-2.401.3.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit systemd
-
-DESCRIPTION="The leading open source automation server"
-HOMEPAGE="https://jenkins.io/;
-LICENSE="MIT"
-SRC_URI="https://get.jenkins.io/war-stable/${PV}/${PN/-bin/}.war -> ${P}.war"
-SLOT="lts"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux"
-IUSE=""
-
-DEPEND="acct-group/jenkins
-   acct-user/jenkins"
-
-RDEPEND="acct-group/jenkins
-   acct-user/jenkins
-   media-fonts/dejavu
-   media-libs/freetype
-   !dev-util/jenkins-bin:0
-   || ( virtual/jre:17 virtual/jre:11 )"
-
-S="${WORKDIR}"
-
-src_install() {
-   local JENKINS_DIR=/var/lib/jenkins
-
-   keepdir /var/log/jenkins ${JENKINS_DIR}/backup ${JENKINS_DIR}/home
-
-   insinto /opt/jenkins
-   newins "${DISTDIR}"/${P}.war ${PN/-bin/}.war
-
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}"/${PN}-r3.logrotate ${PN/-bin/}
-
-   newinitd "${FILESDIR}"/${PN}-r3.init jenkins
-   newconfd "${FILESDIR}"/${PN}-r1.confd jenkins
-
-   systemd_newunit "${FILESDIR}"/${PN}-r5.service jenkins.service
-
-   fowners jenkins:jenkins /var/log/jenkins ${JENKINS_DIR} 
${JENKINS_DIR}/home ${JENKINS_DIR}/backup
-}

diff --git a/dev-util/jenkins-bin/jenkins-bin-2.414.1.ebuild 
b/dev-util/jenkins-bin/jenkins-bin-2.414.1.ebuild
deleted file mode 100644
index e8b333002f60..
--- a/dev-util/jenkins-bin/jenkins-bin-2.414.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit systemd
-
-DESCRIPTION="The leading open source automation server"
-HOMEPAGE="https://jenkins.io/;
-LICENSE="MIT"
-SRC_URI="https://get.jenkins.io/war-stable/${PV}/${PN/-bin/}.war -> ${P}.war"
-SLOT="lts"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux"
-IUSE=""
-
-DEPEND="acct-group/jenkins
-   acct-user/jenkins"
-
-RDEPEND="acct-group/jenkins
-   acct-user/jenkins
-   media-fonts/dejavu
-   media-libs/freetype
-   !dev-util/jenkins-bin:0
-   || ( virtual/jre:17 virtual/jre:11 )"
-
-S="${WORKDIR}"
-
-src_install() {
-   local JENKINS_DIR=/var/lib/jenkins
-
-   

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

2023-10-19 Thread Hans de Graaff
commit: 093d6b6a5d24a8478d937af81550fcb5169b4a68
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Oct 20 05:19:07 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Oct 20 05:19:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=093d6b6a

dev-ruby/thor: add 1.3.0

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

 dev-ruby/thor/Manifest  |  1 +
 dev-ruby/thor/thor-1.3.0.ebuild | 72 +
 2 files changed, 73 insertions(+)

diff --git a/dev-ruby/thor/Manifest b/dev-ruby/thor/Manifest
index 47249bf44125..c22fc58f6f8b 100644
--- a/dev-ruby/thor/Manifest
+++ b/dev-ruby/thor/Manifest
@@ -1 +1,2 @@
 DIST thor-git-1.2.2.tgz 98213 BLAKE2B 
e71ee51eb5c982c585cf9bd9dffda8933975c9d0df8096015d125eefd0597a653887db1acfc132ce1f5a2e8ce4ab71c790a6c0bf39edd7c5e4c85a75de963944
 SHA512 
2c8af5d59f33691af63e813ba8dfe3392c279593f3e3ccf0ab2d6eb2ccce4220d93b7cb3413ad853e4bba14f4e2182c54caaf4944627cbcbefa31cdc0fabefc7
+DIST thor-git-1.3.0.tgz 102884 BLAKE2B 
f3f5a27ccfdbe7de6bbec71e1ae36e522d49ceec223e1d86a028898403e4e56722703dc847b4a850c46301fdeea429e70e73b7888089c35138d455c094678c02
 SHA512 
f561f9d05264cf0d2cd836dfb689539b645fa02a39ea8d10923001bb3d510ad6b4bcbb6551739d453e7d9ac05562bc0f454b581926becbc784c0604c5449c27e

diff --git a/dev-ruby/thor/thor-1.3.0.ebuild b/dev-ruby/thor/thor-1.3.0.ebuild
new file mode 100644
index ..2143223cbaa5
--- /dev/null
+++ b/dev-ruby/thor/thor-1.3.0.ebuild
@@ -0,0 +1,72 @@
+# Copyright 2000-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby31 ruby32"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_DOCDIR="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+RUBY_FAKEGEM_BINWRAP="thor"
+
+RUBY_FAKEGEM_GEMSPEC="thor.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Simple and efficient tool for building self-documenting command 
line utilities"
+HOMEPAGE="http://whatisthor.com/;
+SRC_URI="https://github.com/rails/${PN}/archive/v${PV}.tar.gz -> 
${PN}-git-${PV}.tgz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux"
+IUSE="doc"
+
+# For initial target porting (new rubies), we can make these test deps
+# conditional with:
+# 1. USE_RUBY="" ruby_add_bdepend ...
+# 2. skip logic in each_ruby_test
+USE_RUBY="ruby31 ruby32" ruby_add_bdepend "
+   test? (
+   dev-ruby/childlabor
+   dev-ruby/webmock
+   )"
+
+all_ruby_prepare() {
+   # Remove rspec default options (as we might not have the last
+   # rspec).
+   rm .rspec || die
+
+   # Remove Bundler
+   #rm Gemfile || die
+   sed -i -e '/[Bb]undler/d' Thorfile || die
+
+   # Remove mandatory coverage collection using simplecov which is not
+   # packaged.
+   sed -i -e '/require "simplecov"/,/^end/ s:^:#:' spec/helper.rb || die
+
+   # Avoid a spec that requires UTF-8 support, so LANG=C still works,
+   # bug 430402
+   #sed -i -e '/uses maximum terminal width/,/end/ s:^:#:' 
spec/shell/basic_spec.rb || die
+
+   # Avoid specs depending on git, bug 724058
+   rm -f spec/quality_spec.rb || die
+
+   # Avoid currently broken readline specs (already fixed upstream)
+   rm -f spec/line_editor/readline_spec.rb spec/line_editor_spec.rb || die
+
+   # Avoid spec failing on whitespace difference in error message
+   sed -i -e '/raises an error for unknown switches/askip "whitespace 
differences"' spec/parser/options_spec.rb || die
+}
+
+each_ruby_test() {
+   case ${RUBY} in
+   *ruby33)
+   einfo "Skipping tests due to circular dependencies"
+   ;;
+   *)
+   RSPEC_VERSION=3 ruby-ng_rspec spec || die
+   ;;
+   esac
+}



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

2023-10-19 Thread Hans de Graaff
commit: a35cb7d6e678394792c71f12c68415f29d7526dc
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Oct 20 05:35:05 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Oct 20 05:35:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a35cb7d6

www-servers/adsf: update upstream metadata

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

 www-servers/adsf/metadata.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/www-servers/adsf/metadata.xml b/www-servers/adsf/metadata.xml
index 6381229cfdd5..df40fbbe0775 100644
--- a/www-servers/adsf/metadata.xml
+++ b/www-servers/adsf/metadata.xml
@@ -5,6 +5,7 @@
gra...@gentoo.org


-   ddfreyne/adsf
+   denisdefreyne/adsf
+   adsf

 



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

2023-10-19 Thread Hans de Graaff
commit: e40298bbbe43e95e109f89f418ae15fbc6159d35
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Oct 20 05:22:49 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Oct 20 05:22:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e40298bb

dev-ruby/thor: update upstream metadata

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

 dev-ruby/thor/metadata.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/thor/metadata.xml b/dev-ruby/thor/metadata.xml
index f5ad206d6531..c7f8669f3557 100644
--- a/dev-ruby/thor/metadata.xml
+++ b/dev-ruby/thor/metadata.xml
@@ -13,6 +13,7 @@
should be familiar to most Rake users.


-   erikhuda/thor
+   rails/thor
+   thor

 



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

2023-10-19 Thread Hans de Graaff
commit: b503c0605cffa15897e63093d712d9f38298970f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Oct 20 05:29:47 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Oct 20 05:29:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b503c060

dev-ruby/selenium-webdriver: add 4.14.0

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

 dev-ruby/selenium-webdriver/Manifest   |  1 +
 .../selenium-webdriver-4.14.0.ebuild   | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/dev-ruby/selenium-webdriver/Manifest 
b/dev-ruby/selenium-webdriver/Manifest
index b2031a70ddda..f57779ee6841 100644
--- a/dev-ruby/selenium-webdriver/Manifest
+++ b/dev-ruby/selenium-webdriver/Manifest
@@ -3,3 +3,4 @@ DIST selenium-webdriver-4.10.0.gem 5803008 BLAKE2B 
898e795bbad23aca1343fa49c0599
 DIST selenium-webdriver-4.11.0.gem 6300672 BLAKE2B 
bedbc18c14ab67c1bde05a35b5b66f1fb6da576d616a40d5293358efc51dfaa00f816d70e92578b1bee82de0a17ee39950eb69542ef2e661bd6a015f5f01032a
 SHA512 
6f24440c44eb9a1276e1d016788b14bdf41fd466ed688ca7dbdc19b0e7163ff2354a508733f0903ede70fc6b49fbd05bd2ec9c5d0e0b70567823c4d07e3d1a9d
 DIST selenium-webdriver-4.12.0.gem 8457728 BLAKE2B 
34e76ce5b17f533bef9c1628f4b2af5982ed8517dcb0e2a642cafdc688c23ece9bcb87272c8561128cd5871af3cb60f3f708169defc85cecc346f2f5f5d56f92
 SHA512 
0b0407871d679246b50e51a5dd8cff9b0380a19565a5d5d1cd12699099d30c5a460eb9ceda7572cfbbf881aea752af8aa6d0ee9ce488a0276d01637ba5885ace
 DIST selenium-webdriver-4.13.1.gem 12038656 BLAKE2B 
7a50f5515e65312a75b9a2c2d845c7e3f7f27b31eafd5d48419b5b346c59bedd94b3a6e53670a774a27ba0883dff0cdb9b49dd5e947dcfa5095d95d63a458156
 SHA512 
7d27c86980c3cfde85b4cf9d6db6459c320f85cbd18866c6b0fe53101fc39d467fab7220aa5241ce832496c74dc930f7e2d5a58674e549226b002c78ea4557db
+DIST selenium-webdriver-4.14.0.gem 9017344 BLAKE2B 
03e211398b79849c42e18928897f9ed847905d3e92edac35ba0ca1e4b7afa67ffa860a8c27617f8f06b4244fb6d637073a305b72b5422b3a3a372631c766f759
 SHA512 
72c8b68e387c0b02f3b4de617989eb813a67eb66457fcf3b6d098579c54aaba476aead5ba52bf86870ca857071da0d095b1fd97613bb961636a0f9ea8969e795

diff --git a/dev-ruby/selenium-webdriver/selenium-webdriver-4.14.0.ebuild 
b/dev-ruby/selenium-webdriver/selenium-webdriver-4.14.0.ebuild
new file mode 100644
index ..27f311e8c8f2
--- /dev/null
+++ b/dev-ruby/selenium-webdriver/selenium-webdriver-4.14.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby31 ruby32"
+
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="CHANGES README.md"
+
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_GEMSPEC="selenium-webdriver.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="This gem provides Ruby bindings for WebDriver"
+HOMEPAGE="https://github.com/seleniumhq/selenium;
+
+LICENSE="Apache-2.0"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND+=" >=dev-util/selenium-manager-$(ver_cut 1-2)"
+
+ruby_add_rdepend "
+   >=dev-ruby/rexml-3.2.5:3
+   >=dev-ruby/rubyzip-1.2.2:*
+   dev-ruby/websocket:0
+"
+
+PATCHES=( "${FILESDIR}/${PN}-4.13.1-selenium-manager.patch" )
+
+all_ruby_prepare() {
+   # Remove the pre-compiled selenium-manager executables
+   rm -fr bin || die
+}



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

2023-10-19 Thread Hans de Graaff
commit: 44e166261fc3619d79123e609082f28d8aca1602
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Oct 20 05:34:32 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Oct 20 05:34:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44e16626

www-servers/adsf: add 1.4.8

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

 www-servers/adsf/Manifest  |  1 +
 www-servers/adsf/adsf-1.4.8.ebuild | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/www-servers/adsf/Manifest b/www-servers/adsf/Manifest
index bb3beb362df0..6e310198ffcc 100644
--- a/www-servers/adsf/Manifest
+++ b/www-servers/adsf/Manifest
@@ -1 +1,2 @@
 DIST adsf-1.4.6.tar.gz 172010 BLAKE2B 
ebe73723403f60d6eb98719e3149e401a70016ca4693d452ba02fc67bd48b176507ee67ebee36aed96046b13c2b194ac920f4ad87f069a379bdacdb5899e1d94
 SHA512 
22c579cb47917ccf85de2b459bd7bac681b77929e89ab5ba701515d2b44897513cf953db12b85b821f56c1594ed20c156498a35d1a463307a7b9959f54dd419d
+DIST adsf-1.4.8.tar.gz 174680 BLAKE2B 
b9b17992d88867e7d1681bec40ab200030f964bd47988661f85bad91492255a093bee393ea17f25acec69395260b0dc93eb0ee4c0e36f9d0b14fc04a00278eea
 SHA512 
2cdb530620fe1f50703ce6a06be2d537b5ca6b9c684964c21ee531fac683655537dfee670f18271c6428a053f12a9cea1247f5deef6b96562b35b3cc20cf61fc

diff --git a/www-servers/adsf/adsf-1.4.8.ebuild 
b/www-servers/adsf/adsf-1.4.8.ebuild
new file mode 100644
index ..409a4354929d
--- /dev/null
+++ b/www-servers/adsf/adsf-1.4.8.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32"
+
+RUBY_FAKEGEM_EXTRADOC="NEWS.md ../README.md"
+
+RUBY_FAKEGEM_RECIPE_DOC="none"
+
+RUBY_FAKEGEM_GEMSPEC="adsf.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Dead Simple Fileserver is a static file server that can launch 
in a directory"
+HOMEPAGE="https://github.com/denisdefreyne/adsf/;
+SRC_URI="https://github.com/denisdefreyne/adsf/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+RUBY_S="${P}/adsf"
+LICENSE="MIT"
+
+KEYWORDS="~amd64 ~riscv"
+SLOT="0"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/rack-1.0.0:* >=dev-ruby/rackup-2.1:2"
+
+ruby_add_bdepend "test? ( dev-ruby/rack-test )"
+
+all_ruby_prepare() {
+   sed -i -e '/simplecov/,/SimpleCov.command_name/ s:^:#:' \
+   -e '/websocket/ s:^:#:' test/helper.rb || die
+   sed -e '/test_receives_update/,/^  end/ s:^:#:' \
+   -e '/test_non_local_interfaces/askip "networking"' \
+   -e 
'/test_default_config__serve_index_html_in_subdir_missing_slash/askip 
"encoding"' \
+   -i test/test_server.rb || die
+   sed -i -e '/rubocop/I s:^:#:' Rakefile || die
+   rm -f test/test_version.rb || die
+
+   sed -i -e "s:require_relative ':require './:" ${RUBY_FAKEGEM_GEMSPEC} 
|| die
+}



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

2023-10-19 Thread Hans de Graaff
commit: a362ce3ceb35e376dfabdc1bbae09c9dfc5df1cb
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Oct 20 05:26:42 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Oct 20 05:26:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a362ce3c

dev-util/selenium-manager: add 4.14.0

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

 dev-util/selenium-manager/Manifest |   8 +
 .../selenium-manager-4.14.0.ebuild | 312 +
 2 files changed, 320 insertions(+)

diff --git a/dev-util/selenium-manager/Manifest 
b/dev-util/selenium-manager/Manifest
index 0a0e2e2b62e9..0a128f05cbf0 100644
--- a/dev-util/selenium-manager/Manifest
+++ b/dev-util/selenium-manager/Manifest
@@ -9,6 +9,9 @@ DIST anstyle-1.0.1.crate 13977 BLAKE2B 
35be03a7de78737592528967e8ad4851436a74c78
 DIST anstyle-parse-0.2.1.crate 24802 BLAKE2B 
6304a56c6a9fbaf1bb4d1d177b2315684345dc9d71c35836f9544145364f8d6eb56e25c03076690c594ab7db5914501acb569f6c136952e59c93179ced527fb2
 SHA512 
5c8fc7d88ffc3a6e78340ffe0f3c2d72e865512030ade4509de9c673eba955c536bb1873dac11f6ba11cc8367fb30c67451ed65d19f81507c9e917c702bfd176
 DIST anstyle-query-1.0.0.crate 8620 BLAKE2B 
2d296b5066fd6284a2410923215571e6df650c5ef892d6de7a7088a0996ca30608797feabc84f3c325ff4d07001dac80ac5067d2a9c9d15d9ba59a276b399f53
 SHA512 
2781be5c82293b7ae338ec5046fbeb130de9eb2dbf2e4dfaa73ca5233032e1e52c133e141b02f33d4bc36d996a0a3f680ac82d42d614a5305005f60547133c7a
 DIST anstyle-wincon-1.0.1.crate 11718 BLAKE2B 
2500845a23edfb47ecd156424a89789c713a7c367c3fef98d26e4e7b2acb3c6433d39a1c2a59813a98266b0993d4b750e9b6b68b7ced7ec5a04a8b13bad174e7
 SHA512 
00c380fc0198c49776c40aeef419be2fd2d6809bd2e5d86457f1658c6f4b2e83ebe8feee95855c3bbedd4200a917f582bd41b0ee0cf5d7d1d5017228885a58e6
+DIST anyhow-1.0.75.crate 43901 BLAKE2B 
6353557d7ec2cbfdd001c039fad62c95fea9e02b113149f726fd14bb36b31e637e8609dd5ee20a900e9c11bb783d9958d664b31ba7c467382fa7f51d477ad3aa
 SHA512 
190d6be8ede0af9808210db53e4dc31ce69b126a26b0357220c4705a11e83cab2c2c09c59964a35794f3c434f717eaa6bb669e9e8f16012535c14246b17e8d40
+DIST ar-0.9.0.crate 14636 BLAKE2B 
969106d12ea0aceeced14f42a6b71dbd10f4216c2111d4ea2d1c2c4d136741ac27ab8b0c59cf8304a33c0e2788321f5ba23b6b053eaf6f6142538714133a4b8c
 SHA512 
437ba014dd01cfb69837a12db2104119ac1c76ffe89436421aa4f671dc109a1f4f39271a12d08979dddeca89ffe8bd967efbd31592f8f3421a0391208a6ea781
+DIST arrayvec-0.7.4.crate 29856 BLAKE2B 
81ffac1db340e919618351819def3880ab1ef70d0acc47d680f15298eb749bcbc3bf7944ba14159be46b1e734c91b4c0f8cbaf774fd864c17caa3c9fb1fc2e9b
 SHA512 
91e8f70330c515c966d78ae235e890594f9607381ac738a2c3586b53f01411e98d1687494f39ccc365948ae60497df3dfb2be18e26ab7e69bc0966b6c250e1ac
 DIST assert_cmd-2.0.12.crate 25347 BLAKE2B 
7ff952782a86203c1dd06611f1c644d8eaa6d85c8aa635bb2cac0423050f0af3c3687dcc82235041fb44e748ed06db16ed7c413d0f31305b6e3d208880494fac
 SHA512 
d14783933521ffbcc0bcad8e52e7e0e4fb58cb609123b2a50e20dbee10d7f2df4eb020cdfde386c8cde6b7e0696a3f98e0dbd698c82c99a2c6903c437ec907e4
 DIST autocfg-1.1.0.crate 13272 BLAKE2B 
7724055c337d562103f191f4e36cab469e578f0c51cc24d33624dea155d108a07578703766341fd6a4cc1ef52acda406e7dba1650d59115f18261281e5b40203
 SHA512 
df972c09abbdc0b6cb6bb55b1e29c7fed706ece38a62613d9e275bac46a19574a7f96f0152cccb0239efea04ee90083a146b58b15307696c4c81878cd12de28f
 DIST backtrace-0.3.67.crate 78564 BLAKE2B 
8c77d3d182c7e1ec3840fd6c7f4214322e473ba79a71b2d11d98696f8ae4440350f3c84a891b2ec79fffde107fb2ebb99fffca202d6ed235d3abd68215a1089b
 SHA512 
8603a3b63f4f08be315176908134243680bf1a4b0e6cb26ed81f5fc1060279126ca0ef28f209a10289e1a85214b35db6b496affd71ad21524094f3ee3acd31b6
@@ -45,6 +48,7 @@ DIST crc-catalog-2.2.0.crate 9931 BLAKE2B 
b9c36e7f41e67daafc31f6ee6bf37ef7898017
 DIST crc32fast-1.3.2.crate 38661 BLAKE2B 
ce3762b03d24d5367d89738991c060f4b3af7840e0a7ac7fc17d01ed438caf964bbaefad0fc4d0c438dafa5a578429ddd353c71197f8b54b1ec441395f2f7ee0
 SHA512 
a683943e252afdb1b9d626a07533ed11cf7a63af603c19640056c5d2b9c884ad9aff33ac54c0853ffca2f6cf94b0730eae6c05abf3e53e55e709d180c8152357
 DIST crossbeam-utils-0.8.15.crate 42326 BLAKE2B 
23e6bd2a6535c6fccf7b7d17487fdd4095c92a3f3ae383a72dd6d90c1c49c2ec8d96dc01a94c7127b2681bfaef843585b3ae8665ecbc43b2e7db8434e31c6c8b
 SHA512 
adb9ce1886396bc637299cb8122d102bcc9e561f25d67ef73e98c9ed8a8b13b78bc0f5bbacab19d015e1a7690bc0201f08b3d8e82393ec347e7f2933eb622533
 DIST crypto-common-0.1.6.crate 8760 BLAKE2B 
f2422bfb89c15d47a8f91c8f6695e05eb56990a922e3cdf3d426044736f9932324c0d899a151a6df4d6683e6a6b21659c657d3988734014c02cd854bb4b924e7
 SHA512 
471dbc43f517089d2cfe0868e29510c6ca579875b3bb5d013c70796db969b609b6c4bb35c9a07b9a2917012dc5708b717d48e317a20038adbe7e7039bf3ada6f
+DIST debpkg-0.6.0.crate 119369 BLAKE2B 
9c48c976572e1ec071551ea3fd83cb6a508eac5ce5d4fa36cdf400c34908bf2c15095766fa940dc1f93268897391fb544de29184674d9fd4764f0d7f8a6b65e0
 SHA512 

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

2023-10-19 Thread Michał Górny
commit: 9f36b4699a6ff8492181a1958958b0423f912d90
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 20 04:28:49 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 20 04:41:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f36b469

dev-python/openstacksdk: Bump to 2.0.0

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

 dev-python/openstacksdk/Manifest  |  1 +
 dev-python/openstacksdk/openstacksdk-2.0.0.ebuild | 84 +++
 2 files changed, 85 insertions(+)

diff --git a/dev-python/openstacksdk/Manifest b/dev-python/openstacksdk/Manifest
index acc27a57d3c7..566fdcf141f4 100644
--- a/dev-python/openstacksdk/Manifest
+++ b/dev-python/openstacksdk/Manifest
@@ -1 +1,2 @@
 DIST openstacksdk-1.5.0.tar.gz 1194014 BLAKE2B 
c1855c6000452d3909b8dfc1990941d8f6c440cec8bac95757ea66023a44696ecda2c049cb1d8252696b2e1be633e7855f9a01ccb5ff52b50766803b15e34b23
 SHA512 
8c65700b08ddf2b8eaad627f98f84050b1fb3495030e2a43f78378b3a040351ce41bc1b74ee1344612f1b61cede7ef45d8a15c70d9ef7a69fc696bf9edec384b
+DIST openstacksdk-2.0.0.tar.gz 1201657 BLAKE2B 
5b1f2cf4958ace5b90b95b8c4789f70b3ab53809792ddb0337dd87d0ebb0a1bea93a3495f20e7413222cee63c1b60536c704405f683910099272ca46033e9810
 SHA512 
29f963aa5dce97b6bf7a90b9e82c341b6e027fd6e7937e76d98e87d05933890b0f110efbae2d03c7bc0a04feb3acf954ff0ec7d0ad28af5f0373a27e8d956683

diff --git a/dev-python/openstacksdk/openstacksdk-2.0.0.ebuild 
b/dev-python/openstacksdk/openstacksdk-2.0.0.ebuild
new file mode 100644
index ..82c8c46ed07a
--- /dev/null
+++ b/dev-python/openstacksdk/openstacksdk-2.0.0.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A collection of libraries for building applications to work with 
OpenStack"
+HOMEPAGE="
+   https://opendev.org/openstack/openstacksdk/
+   https://github.com/openstack/openstacksdk/
+   https://pypi.org/project/openstacksdk/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-python/cryptography-2.7.0[${PYTHON_USEDEP}]
+   >=dev-python/decorator-4.4.1[${PYTHON_USEDEP}]
+   >=dev-python/dogpile-cache-0.6.5[${PYTHON_USEDEP}]
+   dev-python/importlib-metadata[${PYTHON_USEDEP}]
+   >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
+   >=dev-python/jmespath-0.9.0[${PYTHON_USEDEP}]
+   >=dev-python/jsonpatch-1.20[${PYTHON_USEDEP}]
+   >=dev-python/keystoneauth1-3.18.0[${PYTHON_USEDEP}]
+   >=dev-python/netifaces-0.10.4[${PYTHON_USEDEP}]
+   >=dev-python/os-service-types-1.7.0[${PYTHON_USEDEP}]
+   >=dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
+   >=dev-python/platformdirs-3[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-3.13[${PYTHON_USEDEP}]
+   >=dev-python/requestsexceptions-1.2.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   >=dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
+   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/prometheus-client-0.4.2[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-6.1.0[${PYTHON_USEDEP}]
+   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/statsd-3.3.0[${PYTHON_USEDEP}]
+   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+   >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests unittest
+
+src_prepare() {
+   # Internet?
+   sed -e 's:test_create_dynamic_large_object:_&:' \
+   -i openstack/tests/unit/cloud/test_object.py || die
+
+   # TODO
+   sed -e 's:test_generate_form:_&:' \
+   -e 's:test_create_static_large_object:_&:' \
+   -e 's:test_object_segment_retries:_&:' \
+   -e 's:test_object_segment_retry_failure:_&:' \
+   -e 's:test_slo_manifest_retry:_&:' \
+   -i openstack/tests/unit/cloud/test_object.py || die
+
+   # unhappy about paths due to test runner
+   sed -e 's:test_method_not_supported:_&:' \
+   -i openstack/tests/unit/test_exceptions.py || die
+   sed -e 's:test_repr:_&:' \
+   -i openstack/tests/unit/test_resource.py || die
+
+   # requires hacking
+   rm openstack/tests/unit/test_hacking.py || die
+
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   # functional tests require cloud instance access
+   eunittest -b openstack/tests/unit
+}



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

2023-10-19 Thread Michał Górny
commit: be8ae3d84f7995cbce7bfd1dd038ebd61159c7fb
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 20 04:26:56 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 20 04:41:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be8ae3d8

dev-python/pyghmi: Bump to 1.5.64

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

 dev-python/pyghmi/Manifest |  1 +
 dev-python/pyghmi/pyghmi-1.5.64.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/dev-python/pyghmi/Manifest b/dev-python/pyghmi/Manifest
index e276e71dc201..b6788bc29c80 100644
--- a/dev-python/pyghmi/Manifest
+++ b/dev-python/pyghmi/Manifest
@@ -1,3 +1,4 @@
 DIST pyghmi-1.5.61.tar.gz 252058 BLAKE2B 
468805d478f665b1e516f9362c00519a5d82965158f5e829610eff81addf92860d69273f1e4d9708c245e33956a8e239e873b86a37f58c3d65a049bdd1a7a183
 SHA512 
783491d5ec76568a8c07c85d24e013aa9b532e06269c0c6efcddd6362fc184545fe8ce22c0ac5b447171163c88ec4656cea7435fa517e8dd5dc53b460bf8368e
 DIST pyghmi-1.5.62.tar.gz 254190 BLAKE2B 
1dd80e75688b66413c2b4168c082bb34a2f92123b8f5599794948e92b23defaab4a12885dba7bfefc1c4a0ba8bc21690dba0836cf3a2c38363c1c3c67672aca8
 SHA512 
d1c68f6c153948c5532581dd869b59e462be9027bb8c935147a61091e9c5f64b76f33119181f87ada755857fac6cd7671583dd737340b222b04d18e2db17e7a5
 DIST pyghmi-1.5.63.tar.gz 254851 BLAKE2B 
08135260a090e82617ade86f603ff764bc0f3b36c2f57ce1005d5b7eea44ed4cc465eddb9f0b12c224e2872abc29288263eb42ecb02462cfd545972f5e237f84
 SHA512 
a80a6c367a8b4a13702628ada180aabe4d26786d420fb0f52b0f1e6f72e3ef8028043fb04bc8bb31da97495a49994956a5b1dc13e2313f0517ed36ce2b4fc9d7
+DIST pyghmi-1.5.64.tar.gz 254957 BLAKE2B 
c340dc6ace02330132f12a508170bc12b4b3343936c8d7f295024884fc4bd9b70a0620a0d2e2da7726e3ec18da53dd1de67ed07adda18a8311fb3fa1b9774f07
 SHA512 
eac671db551be38ed250051fbef19ea182aa784c88353ad98568687aaa405075cab6abc230cbde732cf349e5f7218057835f6a20d229f3de0dbcac41978edf8e

diff --git a/dev-python/pyghmi/pyghmi-1.5.64.ebuild 
b/dev-python/pyghmi/pyghmi-1.5.64.ebuild
new file mode 100644
index ..385e2b0dd253
--- /dev/null
+++ b/dev-python/pyghmi/pyghmi-1.5.64.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A pure python implementation of IPMI protocol"
+HOMEPAGE="
+   https://opendev.org/x/pyghmi/
+   https://pypi.org/project/pyghmi/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-python/cryptography-2.1[${PYTHON_USEDEP}]
+   dev-python/pbr[${PYTHON_USEDEP}]
+   >=dev-python/python-dateutil-2.8.1[${PYTHON_USEDEP}]
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-1.6.5[${PYTHON_USEDEP}]
+   >=dev-python/subunit-1.0.0[${PYTHON_USEDEP}]
+   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+   >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests unittest



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

2023-10-19 Thread Michał Górny
commit: aa7d318e99c38094db28a0749e83e45882217b7c
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 20 04:23:22 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 20 04:23:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa7d318e

dev-python/sqlglot: Bump to 18.15.1

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

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

diff --git a/dev-python/sqlglot/Manifest b/dev-python/sqlglot/Manifest
index c09c5175b4ca..e18f33070051 100644
--- a/dev-python/sqlglot/Manifest
+++ b/dev-python/sqlglot/Manifest
@@ -2,3 +2,4 @@ DIST sqlglot-18.12.0.tar.gz 8854252 BLAKE2B 
30bd8a7a8d4dd2337c61b4bddcce74a35a75
 DIST sqlglot-18.13.0.tar.gz 8873766 BLAKE2B 
4dfe6d3d6332bedf13229d2820a12ead44ffcaad0f3f68bb1578d62c325173fddd73f9033277cb0ed8cdfa8e919464ce0efa51ba7dc2a946e725c1698f2afdf8
 SHA512 
6ed3d4eca1496b800c677b45df5499f96266e09b3c0909b8af9c4512a1bab7b7cfabaf89dad6353af2f579211364597b1ffb0f55975ffcd8c3f520802621e9aa
 DIST sqlglot-18.14.0.tar.gz 8880297 BLAKE2B 
f5036816e165ca8f6d65ed21db618b216444578b5a0d403f4674d878a02fae6d9dfc5ce67cef3398d040f4cc44eaff7e5f62bcb1521f244a1fa5b9b127dd666a
 SHA512 
1da34636a92238c0cf67230da3fb5551bd6b9e2a252f252e8fdb0a0b237c7bea2435ecd2852f66a4427628445b25ffe78cd86b46f3939a798612f72efd884148
 DIST sqlglot-18.15.0.tar.gz 074 BLAKE2B 
22082ddd15eb6245c05495b4202e9fab5d3ab1085cc74139a5ba3f909fbde1487e2cd9501bb218efe9e72748e8b2f7d04a247e357c27e6a9027169b809fe7136
 SHA512 
25df8fdf1ba2e2022ed82ba7d7a6f2c861b96cc5e440bf23488b75f861ee93504ad1d706cd88cdb74a652070c328abe52e4790cc4020059f27129720c0fa4be8
+DIST sqlglot-18.15.1.tar.gz 8895777 BLAKE2B 
7aa5d7269c2e9d17ed68130d0129cc0a5abcd101a28ce5b85f5636dfa215934309cf7bf2d56ab6c2a819fe1a6128cd33355b39b29f76db32f84ea88034098502
 SHA512 
487646147ed2084c54e93326ba8df0225ae26e780e1ed3375f3eb2fc7fc6c82f0a4bf41a1967ce7719df1bd92b09b0fc175cd70659fe692507b6bfc4eafe6791

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



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

2023-10-19 Thread Michał Górny
commit: 9c09e35aebd3d8611beb5b84acb2831e52dc33d0
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 20 04:24:00 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 20 04:24:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c09e35a

dev-python/pymdown-extensions: Bump to 10.3.1

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

 dev-python/pymdown-extensions/Manifest |  1 +
 .../pymdown-extensions-10.3.1.ebuild   | 32 ++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/pymdown-extensions/Manifest 
b/dev-python/pymdown-extensions/Manifest
index a3a174c6e18c..45f8f1d988ba 100644
--- a/dev-python/pymdown-extensions/Manifest
+++ b/dev-python/pymdown-extensions/Manifest
@@ -1 +1,2 @@
+DIST pymdown_extensions-10.3.1.tar.gz 785369 BLAKE2B 
ac87db5df4505cd59663a2b9e770250522444e7dca6964625cd5fe4a969f5eb4efad1a2469ab2086f73fe2d7534386843167fb3e787d5bb300e33e98952c319a
 SHA512 
07703acd18d018ece3f35003e65111482976ed1eb0473e39037dc5051b94a9003591c72b518a62a25219833dcd795d5bab5e961245998c93ad7277c00cb189cb
 DIST pymdown_extensions-10.3.tar.gz 784920 BLAKE2B 
25b859dcba00d690bea3c9830542af52391f4941e8470d541e9bc0fdad12b6f20cf7350df237962fba502dbe72c8e4934446e3e5fdb6712ef9701f3654a4fda5
 SHA512 
28f1942baf0ed67b4d6bf80d1ac095a034d0afecd508ce13c8a8deabde4c7f6f89895c1a0509c576fa4884fc04f8800839b4a9a622910d3ed8914e0ac7f0ca27

diff --git a/dev-python/pymdown-extensions/pymdown-extensions-10.3.1.ebuild 
b/dev-python/pymdown-extensions/pymdown-extensions-10.3.1.ebuild
new file mode 100644
index ..4ed08497d644
--- /dev/null
+++ b/dev-python/pymdown-extensions/pymdown-extensions-10.3.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Extensions for Python Markdown"
+HOMEPAGE="
+   https://github.com/facelessuser/pymdown-extensions/
+   https://pypi.org/project/pymdown-extensions/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-python/markdown-3.2[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   test? (
+   >=dev-python/pygments-2.12.0[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2023-10-19 Thread Michał Górny
commit: 073a0de81e76099e3a5ab33f9d031cb240e73125
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 20 04:26:20 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 20 04:41:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=073a0de8

dev-python/ruamel-yaml: Bump to 0.17.39

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

 dev-python/ruamel-yaml/Manifest   |  1 +
 dev-python/ruamel-yaml/ruamel-yaml-0.17.39.ebuild | 58 +++
 2 files changed, 59 insertions(+)

diff --git a/dev-python/ruamel-yaml/Manifest b/dev-python/ruamel-yaml/Manifest
index 60fcbf912004..f56105d44f40 100644
--- a/dev-python/ruamel-yaml/Manifest
+++ b/dev-python/ruamel-yaml/Manifest
@@ -3,3 +3,4 @@ DIST ruamel.yaml-0.17.33.tar.xz 190420 BLAKE2B 
93a91f1ad6e17bf0a4f6d90e782786aaf
 DIST ruamel.yaml-0.17.34.tar.xz 190824 BLAKE2B 
e396b59f94a18e77e7bd3d42cc8f934b8b2c8adbd1292861dde18136bc6aa585e4ba90db0b4631f15737c9c2d8fc49ca8fd2d12bc7b5a96e6a2672db7c87ba0f
 SHA512 
7b5098b3e3aa6aa38158626a139fe98e1c90d37870a81ade50b0dd446a5b772623a7759ff0dccee2a1346ed442bcaabe4be34af9f5760b4bfb91cce46673b5c1
 DIST ruamel.yaml-0.17.35.tar.xz 191432 BLAKE2B 
7fe4a44aeebe4e82202277139056f4046c6c7636b75c77202fd3bd4d71b3276890bd4ea30997c3acc634f0a8f7e482f4c81145749e1e37ac59ad53421aaa518a
 SHA512 
4f5218b8ad9172a925e29e0b46d055b6b6dc57b9685a31e7e4147d1f7bcc908c73a05a350fd6d85016ea4d8bde13705e5f8d5866aa9087a34e3f648ff0460311
 DIST ruamel.yaml-0.17.36.tar.xz 193148 BLAKE2B 
20c7389b29a34a917049c1ef1081ac7d349608435b2bdea03a390a6db979feefe1a1926db73bdee4cff100c605fa594c65ee23c64a0db45ce8230745d10945da
 SHA512 
dce0cefec0b89cfb48d2124e2f18d4dbd9d67cca1af2cb556c308548f25dba932b129e62d3b5b666bfbed52838e0e16e3e4ae549689155b6314667d565b7bae2
+DIST ruamel.yaml-0.17.39.tar.xz 192916 BLAKE2B 
23553af89c3083837a54805097c2c59eb2bff96e200acd12fcc646bf346eab20d87f58e6c9553598615a750d408dc855886fe4251ba128e3325cecb953f18275
 SHA512 
ee534cff9a6b72b617faf3fb4044bff0ae2d3c29508ef8df948774db45d39c8f80362f7ed8c8091319718a221b9d462838d521d97603d9cb18c38a008ebec8e5

diff --git a/dev-python/ruamel-yaml/ruamel-yaml-0.17.39.ebuild 
b/dev-python/ruamel-yaml/ruamel-yaml-0.17.39.ebuild
new file mode 100644
index ..128dbc52c0bb
--- /dev/null
+++ b/dev-python/ruamel-yaml/ruamel-yaml-0.17.39.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1
+
+MY_P="${P/-/.}"
+DESCRIPTION="YAML parser/emitter that supports roundtrip comment preservation"
+HOMEPAGE="
+   https://pypi.org/project/ruamel.yaml/
+   https://sourceforge.net/projects/ruamel-yaml/
+"
+# PyPI tarballs do not include tests
+SRC_URI="mirror://sourceforge/ruamel-dl-tagged-releases/${MY_P}.tar.xz"
+S="${WORKDIR}"/${MY_P}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+   dev-python/ruamel-yaml-clib[${PYTHON_USEDEP}]
+   !dev-python/namespace-ruamel
+"
+BDEPEND="
+   test? (
+   dev-python/ruamel-std-pathlib[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_compile() {
+   distutils-r1_python_compile
+   find "${BUILD_DIR}" -name '*.pth' -delete || die
+}
+
+python_test() {
+   local EPYTEST_DESELECT=()
+   [[ ${EPYTHON} == pypy3 ]] && EPYTEST_DESELECT+=(
+   _test/test_deprecation.py::test_collections_deprecation
+   )
+   local EPYTEST_IGNORE=(
+   # Old PyYAML tests from lib/ require special set-up and are
+   # invoked indirectly via test_z_olddata, tell pytest itself
+   # to leave the subdir alone.
+   _test/lib/
+   )
+
+   # this is needed to keep the tests working while
+   # dev-python/namespace-ruamel is still installed
+   distutils_write_namespace ruamel
+   epytest
+}



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

2023-10-19 Thread Michał Górny
commit: c97d4317c8b8c85cef16df291c03b8e1412c0cf7
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 20 04:24:16 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 20 04:24:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c97d4317

dev-python/pytest-mock: Bump to 3.12.0

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

 dev-python/pytest-mock/Manifest  |  1 +
 dev-python/pytest-mock/pytest-mock-3.12.0.ebuild | 54 
 2 files changed, 55 insertions(+)

diff --git a/dev-python/pytest-mock/Manifest b/dev-python/pytest-mock/Manifest
index fc86437af047..4dbcca6fe769 100644
--- a/dev-python/pytest-mock/Manifest
+++ b/dev-python/pytest-mock/Manifest
@@ -1 +1,2 @@
 DIST pytest-mock-3.11.1.tar.gz 31251 BLAKE2B 
26655487947d614483f082f17c9f3a9fc2688c016d07c6d4c4e34c369f87f3d914cf82d966a655e1eee501088d27d711f1b65f0c777678254dcfffa5c8c7585f
 SHA512 
f52147498657d35f4616ea788b500a68ffcf1c2c066047fb973308b54e11bd7fe5a3961115bab99ae6858000ebb68b35cc489e81221a0bd26afae8426092ff6b
+DIST pytest-mock-3.12.0.tar.gz 32139 BLAKE2B 
4bc2289579686b8ca9e840440b21b7299817e803f108726692cda6f1a138564462b04b9ae6a3038a5e36ec4d665bb7c8f54c26d231d6b17188b8d830d553b20d
 SHA512 
6da429e646a4e3a825f699969dbc87033136918bd9aa111ff334fac324e5ac89ef6516e82ffeeb20cb6a857fbbe904d8ee985acefba2d2b7bd0ffe4b9227ad82

diff --git a/dev-python/pytest-mock/pytest-mock-3.12.0.ebuild 
b/dev-python/pytest-mock/pytest-mock-3.12.0.ebuild
new file mode 100644
index ..fffc7a4e5350
--- /dev/null
+++ b/dev-python/pytest-mock/pytest-mock-3.12.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_TESTED=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Thin-wrapper around the mock package for easier use with pytest"
+HOMEPAGE="
+   https://github.com/pytest-dev/pytest-mock/
+   https://pypi.org/project/pytest-mock/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+
+RDEPEND="
+   >=dev-python/pytest-6[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/setuptools-scm[${PYTHON_USEDEP}]
+   test? (
+   $(python_gen_cond_dep '
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   ' "${PYTHON_TESTED[@]}")
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   if ! has "${EPYTHON/./_}" "${PYTHON_TESTED[@]}"; then
+   einfo "Skipping tests on ${EPYTHON}"
+   return
+   fi
+
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   local -x PYTEST_PLUGINS=pytest_mock,pytest_asyncio.plugin
+   local EPYTEST_DESELECT=()
+
+   if has_version dev-python/mock; then
+   EPYTEST_DESELECT+=(
+   tests/test_pytest_mock.py::test_standalone_mock
+   )
+   fi
+
+   epytest --assert=plain
+}



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

2023-10-19 Thread Michał Górny
commit: 404d0c22a839dd91ed536238a951861def5f58c6
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 20 04:24:48 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 20 04:41:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=404d0c22

dev-python/pylatex: Bump to 1.4.2

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

 dev-python/pylatex/Manifest |  1 +
 dev-python/pylatex/pylatex-1.4.2.ebuild | 69 +
 2 files changed, 70 insertions(+)

diff --git a/dev-python/pylatex/Manifest b/dev-python/pylatex/Manifest
index a532a7052bb2..1b21a4292d95 100644
--- a/dev-python/pylatex/Manifest
+++ b/dev-python/pylatex/Manifest
@@ -1 +1,2 @@
+DIST PyLaTeX-1.4.2.gh.tar.gz 307158 BLAKE2B 
bc20478759fc8315fd7fa2161d1638035c0dad4731c4cb254c78dfc45da2b361b3864d2ec04d6eb8fd7947e9908610eb010edff95666abba6a9f6da4cb4b
 SHA512 
dcbe58de0ab715d6fbb571a7ad3981c875eacd08d06244b8715fa240df6f8f072417ae076a5caee204e000bf7eb55097b9ba49eddb5ce666470e494c15aa88ed
 DIST pylatex-1.4.1.tar.gz 301482 BLAKE2B 
c68c8bbf70c5099b3c3146922afe94dcf4f90bfc8644fa165ee27835f4a24642645f9849f2f9fd69656dc07dcc4807869275aacf33a1e5b9c59e539801f8e821
 SHA512 
55a5734e4d239cef4bcaafa0ba64eea013ba3e86d137de5a5f8311d70c949d783e2e7aad24d39d16a6febbe4bddc34e47248068e1328fe3f95f39a7c7019a3a9

diff --git a/dev-python/pylatex/pylatex-1.4.2.ebuild 
b/dev-python/pylatex/pylatex-1.4.2.ebuild
new file mode 100644
index ..64beb6cf7322
--- /dev/null
+++ b/dev-python/pylatex/pylatex-1.4.2.ebuild
@@ -0,0 +1,69 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 optfeature
+
+MY_P="PyLaTeX-${PV}"
+DESCRIPTION="A Python library for creating LaTeX files and snippets"
+HOMEPAGE="
+   https://github.com/JelteF/PyLaTeX/
+   https://pypi.org/project/PyLaTeX/
+"
+SRC_URI="
+   https://github.com/JelteF/PyLaTeX/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples"
+
+RDEPEND="
+   dev-python/ordered-set[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   test? (
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/quantities[${PYTHON_USEDEP}]
+   app-text/texlive
+   dev-texlive/texlive-latexextra
+   )
+"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # bug 798381
+   sed -i -e 's:description-file:description_file:' setup.cfg || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_install_all() {
+   if use examples ; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/"${PF}"/examples
+   fi
+
+   distutils-r1_python_install_all
+}
+
+pkg_postinst() {
+   optfeature "compiling generated files" "
+   app-text/texlive
+   dev-texlive/texlive-latexextra
+   dev-texlive/texlive-mathscience
+   "
+   optfeature "matplotlib support" dev-python/matplotlib
+   optfeature "numpy support" dev-python/numpy
+   optfeature "quantities support" dev-python/quantities
+}



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

2023-10-19 Thread Michał Górny
commit: 623bc6163d018c9b173dbda78080af2fdf91fd4d
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 20 03:41:01 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 20 04:19:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=623bc616

app-admin/awscli: Bump to 1.29.67

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

 app-admin/awscli/Manifest  |  1 +
 app-admin/awscli/awscli-1.29.67.ebuild | 85 ++
 2 files changed, 86 insertions(+)

diff --git a/app-admin/awscli/Manifest b/app-admin/awscli/Manifest
index 084981a0327f..c396050dd952 100644
--- a/app-admin/awscli/Manifest
+++ b/app-admin/awscli/Manifest
@@ -6,3 +6,4 @@ DIST aws-cli-1.29.63.gh.tar.gz 2561207 BLAKE2B 
83d1bf59c565ae5035eea0bfff91b2ac4
 DIST aws-cli-1.29.64.gh.tar.gz 2561807 BLAKE2B 
a4423549d6bd5789ebbd027febc411a7ab5be46bbcf1b407dc40fa95005c00bf413205c47099bb17e1f26f9d693a1af34479cbf29881dfa1544c42cc5193c0d6
 SHA512 
1238881d78483f7e5bd06c4653471406f7c5da8904bf5ef1a9fa3c4f8b44138313289ea626e411b2827b89a779bd1990a99a43b909b59ba022f95e38b3a025ff
 DIST aws-cli-1.29.65.gh.tar.gz 2562601 BLAKE2B 
4c88ae2dcd37685f6908e027dc960d14e08f268f4f0784763b2e371f598d848c055847e27540c14d1ac745e4d87ce894e1e5a375c46ea522c384cb377146816a
 SHA512 
b2bbcb989602be9b4f513cf8c0feddd2c680d005568d0f82a82206ebf13f2235fd0650d85502738bd0f2410e5a006d14fafa1873b7d9ba453843e8f055985a51
 DIST aws-cli-1.29.66.gh.tar.gz 2563105 BLAKE2B 
547b401269b8ea5431c3ff831c513306fa4d4c9fe21a15cba74528e460e626b900f0e29ddcb93c6735d1b85f8ad89528de576a87c0bcc2f31147f047add2449d
 SHA512 
1114e1c2279d59ee1396716ccc619e8073ff425c1eaa88cf7ee5274ebfac0361646ad8d17a4a4bc565714e5dbd6537767d91ea039fa163761cb7f38c20760c24
+DIST aws-cli-1.29.67.gh.tar.gz 2564759 BLAKE2B 
d73e71c37372a2bef0c2338b38d67f52e15619d3611cd664111d173e31e8ab9b3d87dbd0d1e94f7df3cbb0005410dadc748c95042143c7a0822705318e1ac25c
 SHA512 
c9651ba2db96e4823aa7a3cdc9a3632f666dc3589e15f16c82fce7eb9b21a59468912f330255b379b47dec0c25c5c9d05536e61f4036a64259534860081e8e5b

diff --git a/app-admin/awscli/awscli-1.29.67.ebuild 
b/app-admin/awscli/awscli-1.29.67.ebuild
new file mode 100644
index ..941051349113
--- /dev/null
+++ b/app-admin/awscli/awscli-1.29.67.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit bash-completion-r1 distutils-r1 multiprocessing
+
+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.7.0[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   !app-admin/awscli-bin
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-forked[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   )
+"
+
+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 EPYTEST_DESELECT=(
+   # broken xdist (signal() works only in main thread)
+   
tests/functional/ecs/test_execute_command.py::TestExecuteCommand::test_execute_command_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/test_compat.py::TestIgnoreUserSignals
+   tests/unit/test_help.py::TestHelpPager::test_can_handle_ctrl_c
+   

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

2023-10-19 Thread Michał Górny
commit: fbed2dba8d6d952d2d1d47e3ffdfe364e5cb950b
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 20 03:40:42 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 20 04:19:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbed2dba

dev-python/botocore: Bump to 1.31.67

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

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

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 8f6ff230fe81..82736ee2f528 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -6,3 +6,4 @@ DIST botocore-1.31.63.gh.tar.gz 11975759 BLAKE2B 
3e757c6303f3390d3d563187c471400
 DIST botocore-1.31.64.gh.tar.gz 11983429 BLAKE2B 
636f0c394a3af8bf174f992444e3e352893f3e8cf11e9732a6e73af3f155b638e9ee3060617bbf184b5872768257ad81aa95379b48452a1fe8a6bc100f601074
 SHA512 
375b406eb16f93d0ca9631fe9943959d24b62ac579b70f0782f6b386933fb3de25343c05bda7667c441c050ccd10c9c5a254bfd8a620610adb7669ed326a0203
 DIST botocore-1.31.65.gh.tar.gz 11988384 BLAKE2B 
38c563e13e4205af8f41622eb0715ae11ac2214979d367894afc75a872e2d2d38be57f8b8a10efcd847bc8751b09e5d4394f21aa8bf4358d8ec55888adcb68d9
 SHA512 
1919efbf6d807a23d33050c7d306cc63bf85f088b84b6ea18a58b40eb0acec4e2bb6acd3150bd7b2939bed594cfc3fa681c094b35b8ca049ef2299c60502c3d0
 DIST botocore-1.31.66.gh.tar.gz 11990356 BLAKE2B 
d7cd9963a5911bd14efe10fc44bd723c353f1f1dba92ee201f7bd93c304d6ead63cdcfd2811636b3b5a40b1b4b803391f409093077c273e251de24727d60ee19
 SHA512 
133ddb2350c350808b553c9d778f2d9f7a5ac3837b94b9475bccdba1f1c90365d4e85f92630d75f2afca865b56ad320eb995ebed23b4a5207f4aa2230eb9636b
+DIST botocore-1.31.67.gh.tar.gz 11987709 BLAKE2B 
e979d458be428a844978980d4da616df031df579a2cccee848a0b9f54aef8f3589b94cbff27f012aa0da7b847b7cb5bf944366e6d9a5daa975e3c7d1833a0c69
 SHA512 
1a5cbab845399e738f2c66862aff4b488e25f47bbf97b93d81b9c3586b6f295dd84a9564a07d538672bbfed9df3ab1f9cbc1ed7fcd24c08d6fcd9262e6b88c8e

diff --git a/dev-python/botocore/botocore-1.31.67.ebuild 
b/dev-python/botocore/botocore-1.31.67.ebuild
new file mode 100644
index ..7cacb5c3f634
--- /dev/null
+++ b/dev-python/botocore/botocore-1.31.67.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 multiprocessing
+
+DESCRIPTION="Low-level, data-driven core of boto 3"
+HOMEPAGE="
+   https://github.com/boto/botocore/
+   https://pypi.org/project/botocore/
+"
+LICENSE="Apache-2.0"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/boto/botocore;
+   inherit git-r3
+else
+   SRC_URI="
+   https://github.com/boto/botocore/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+   "
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+fi
+
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+   =dev-python/urllib3-1.25.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/jsonschema[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   )
+"
+
+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 EPYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest tests/{functional,unit} -p xdist -n "$(makeopts_jobs)"
+}



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

2023-10-19 Thread Michał Górny
commit: f2dd3d2d73fb9a0a4c5a95bbec2edbab124f578e
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 20 03:40:49 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 20 04:19:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2dd3d2d

dev-python/boto3: Bump to 1.28.67

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

 dev-python/boto3/Manifest |  1 +
 dev-python/boto3/boto3-1.28.67.ebuild | 68 +++
 2 files changed, 69 insertions(+)

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index b9e5911a8e6d..2d59355cad2c 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -6,3 +6,4 @@ DIST boto3-1.28.63.gh.tar.gz 713769 BLAKE2B 
f2e300458934893bb6d2186e900c4ba9abbd
 DIST boto3-1.28.64.gh.tar.gz 714823 BLAKE2B 
b051c57d2852699d2c18472629934b97e76f30b1e6e0f398fde113771146cd65f8042bb8622884294fb802424b7beb498648d558f6d5cfc3dd48b1100dafc2d2
 SHA512 
ca0042e173c4a35dc9d6ab8ed362d3308753d3722bb4cf25302fd0018c5d94e66a2ea288610192ad5a353ca54f0ab8f1942224269935b1fe3444b2e70842da13
 DIST boto3-1.28.65.gh.tar.gz 715573 BLAKE2B 
24cf962b2b9e5c52f0e8d86e9acd730c4fe48bd7634ac65ccdf344985e82c51af05ff10f903cbde5048e8510adc5a83992cf2ad4ddf880435c121b20f981a6f6
 SHA512 
ea8ff1b72b5b8db00c959abf522a7aaf53bccf9b1e06f8ce70052cc752d18b73a8bc75d6bd97bd0740acac5bf3fd68f6fa39fc8aa084128291940c93d6745bf1
 DIST boto3-1.28.66.gh.tar.gz 715939 BLAKE2B 
4fda459ac4b066eae30a9f12ea53f2842dff2e4055cac8462ce147cbf2a77d4283ce6d814cefd0ecaff609d3b9401fe9216a1f54d464d2a1d64514ffebbc8352
 SHA512 
e44a59e124cac7d817a8fcc09004b557387369d5d02e55675e3ef5345a54f1ec5b60dc9558e1a1ae778841dbe7c4d29f27ca8ff066128c351349109d6f95aeab
+DIST boto3-1.28.67.gh.tar.gz 717144 BLAKE2B 
6d09aaf4974ea022e2eece1ff6287f9fbc9e8bc3befafe6a0590521e2ba87954e94ac3ed9a38469d84e5f37cc36e2355546d6f391acb674223d47527bea4b214
 SHA512 
d4390d0e60f1f2a4cdaff660e2a4f13f65ae12a3e5b4db181cb34c0766874875fff068221bdf9bdcc63506fab2ebb6f74c016d10b088ace611f8876db88121be

diff --git a/dev-python/boto3/boto3-1.28.67.ebuild 
b/dev-python/boto3/boto3-1.28.67.ebuild
new file mode 100644
index ..a37cc38af2f3
--- /dev/null
+++ b/dev-python/boto3/boto3-1.28.67.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 multiprocessing
+
+DESCRIPTION="The AWS SDK for Python"
+HOMEPAGE="
+   https://github.com/boto/boto3/
+   https://pypi.org/project/boto3/
+"
+LICENSE="Apache-2.0"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/boto/boto3;
+   inherit git-r3
+   BOTOCORE_PV=${PV}
+else
+   SRC_URI="
+   https://github.com/boto/boto3/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+   "
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+
+   # botocore is x.(y+3).z
+   BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 3)).$(ver_cut 3-)"
+fi
+
+RDEPEND="
+   >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
+   >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
+   >=dev-python/s3transfer-0.7.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   )
+"
+
+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} \
+   -p xdist -n "$(makeopts_jobs)" --dist=worksteal
+}



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

2023-10-19 Thread Michał Górny
commit: 177b699f9c7982bea38c4357152217d2c7f48845
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 20 03:42:12 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 20 04:19:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=177b699f

dev-python/xarray: Bump to 2023.10.1

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

 dev-python/xarray/Manifest|  1 +
 dev-python/xarray/xarray-2023.10.1.ebuild | 62 +++
 2 files changed, 63 insertions(+)

diff --git a/dev-python/xarray/Manifest b/dev-python/xarray/Manifest
index 3ffd1641fe6c..5664437ec371 100644
--- a/dev-python/xarray/Manifest
+++ b/dev-python/xarray/Manifest
@@ -1,3 +1,4 @@
+DIST xarray-2023.10.1.tar.gz 3796343 BLAKE2B 
8c4bcccf977bf22dcb7495a35b507b113cf19c202f4bdd90fb0146b1a8c75d79337f7dedad5d248330a2cc2dcfb07dae4faa60d90e611e1418be530c2ee4
 SHA512 
1fe193fc2fbd31d7478bd3152f8322f0c20e312518d1f607b483d2b9c3c19d84fb175319fa55fc01d5da13ee471c60c1976617e33760d10168d6fc7b556aeac4
 DIST xarray-2023.7.0.tar.gz 3725483 BLAKE2B 
814af19a4c24eb0179441d07bcd6165dee2ed5430a6fd94f4014387b7b7fd4ae250b64124bdda8ca411124ab2276075af65bde2a3ed3dc6d081dd466a485007e
 SHA512 
88863770b22978ba681a2d970453ae087a234fcfb68f047b6020b39841a91207e8d92e01486d58bbeadac8d14608aa0c744ee9b6d54890f52fe3537b28292239
 DIST xarray-2023.8.0.tar.gz 3757528 BLAKE2B 
f94bcf90ee06273e82400f4786af97d5cf0db32ff4070929863d5072056fa4e0a33feaf3d378d9d67eed61f349df3ac96efcd1bb3b455043e01af0abf96bb6b3
 SHA512 
1d712e9fbf266906ac35c199eead77cec76ba5b4b4462140bef2fffd227a52d2cba9670a042cb669b0567320e9308bf81fe4e84c1cfcff234ad2332d72e895a3
 DIST xarray-2023.9.0.tar.gz 3776743 BLAKE2B 
38433f7898db2b53f31db134b110fea743ea5886c33f8f8390b85cda18c1a1d7d178681e4e442ecc39f2f19ae4b761f94b38ccab27e8e20c3463f4364f1222dd
 SHA512 
d6c1e6ff438415766dedada5841413b9c7514dc2b1bf71a4adb17df4d78b68f5f22cded09c20511e4e2e85ac3284c447fc13191397b7ae77d1294d7867e3ac3f

diff --git a/dev-python/xarray/xarray-2023.10.1.ebuild 
b/dev-python/xarray/xarray-2023.10.1.ebuild
new file mode 100644
index ..927a172c75ba
--- /dev/null
+++ b/dev-python/xarray/xarray-2023.10.1.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 multiprocessing pypi
+
+DESCRIPTION="N-D labeled arrays and datasets in Python"
+HOMEPAGE="
+   https://xarray.pydata.org/
+   https://github.com/pydata/xarray/
+   https://pypi.org/project/xarray/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/numpy-1.22[${PYTHON_USEDEP}]
+   >=dev-python/pandas-1.4[${PYTHON_USEDEP}]
+   >=dev-python/packaging-21.3[${PYTHON_USEDEP}]
+"
+# note: most of the test dependencies are optional
+BDEPEND="
+   dev-python/setuptools-scm[${PYTHON_USEDEP}]
+   test? (
+   dev-python/bottleneck[${PYTHON_USEDEP}]
+   dev-python/hypothesis[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   dev-python/toolz[${PYTHON_USEDEP}]
+   !hppa? ( >=dev-python/scipy-1.4[${PYTHON_USEDEP}] )
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # warning-targeted tests are fragile and not important to end users
+   xarray/tests/test_backends.py::test_no_warning_from_dask_effective_get
+   # TODO: segv in netcdf4-python
+   
'xarray/tests/test_backends.py::test_open_mfdataset_manyfiles[netcdf4-20-True-5-5]'
+   
'xarray/tests/test_backends.py::test_open_mfdataset_manyfiles[netcdf4-20-True-5-None]'
+   
'xarray/tests/test_backends.py::test_open_mfdataset_manyfiles[netcdf4-20-True-None-5]'
+   
'xarray/tests/test_backends.py::test_open_mfdataset_manyfiles[netcdf4-20-True-None-None]'
+   
xarray/tests/test_backends.py::TestDask::test_save_mfdataset_compute_false_roundtrip
+   # hangs
+   xarray/tests/test_backends.py::TestDask::test_dask_roundtrip
+   # mismatches when pyarrow is installed
+   # https://github.com/pydata/xarray/issues/8092
+   
xarray/tests/test_dask.py::TestToDaskDataFrame::test_to_dask_dataframe_2D
+   
xarray/tests/test_dask.py::TestToDaskDataFrame::test_to_dask_dataframe_not_daskarray
+)
+
+python_test() {
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest -p xdist.plugin -n "$(makeopts_jobs)" --dist=worksteal
+}



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

2023-10-19 Thread Sam James
commit: 77d8300ef52dd44b43b1505401927fba9ca658db
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 20 01:33:28 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 20 01:33:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77d8300e

app-emulation/qemu: drop 8.0.0-r1, 8.0.2, 8.0.2-r2, 8.0.3

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

 app-emulation/qemu/Manifest |   3 -
 app-emulation/qemu/qemu-8.0.0-r1.ebuild | 963 ---
 app-emulation/qemu/qemu-8.0.2-r2.ebuild | 964 ---
 app-emulation/qemu/qemu-8.0.2.ebuild| 963 ---
 app-emulation/qemu/qemu-8.0.3.ebuild| 970 
 5 files changed, 3863 deletions(-)

diff --git a/app-emulation/qemu/Manifest b/app-emulation/qemu/Manifest
index 3cf819e1855c..5aa320c9a0f7 100644
--- a/app-emulation/qemu/Manifest
+++ b/app-emulation/qemu/Manifest
@@ -7,9 +7,6 @@ DIST qemu-7.2.3.tar.xz 122395692 BLAKE2B 
4e65cac7505a56da85c1d98dc6029d516dd4f07
 DIST qemu-7.2.4.tar.xz 121849100 BLAKE2B 
a9c5ffce9ff0fac4e2d1fa4be1a1dcee2f5d7f793ddf726871c5ae9a68c22f7ba03692a8a5096de3051030d3c2f34e46697d5af2d66c34984b8161ae3bb07b42
 SHA512 
fa765673833a1f2cbecdb9d47dc7dc29d7613be5a5c8fc63925ae70e1f5aafb4f9f02e45b212a329f17b689351b8a9cdf5f5235ab6adb71bb40e41868898d95b
 DIST qemu-7.2.6.tar.xz 121322888 BLAKE2B 
c3f51cc1647f5c75774513f624c2e1a1e4badd7275c9f9a64a175809daf17d0b3c58eab0c36fa98fc46834d4d79f8552d1c9f34e840ee21ddd049cc3adba480a
 SHA512 
534fffe2d751a707a7cf15db8d5b9eddc2468fd7fe875715e79ee879fb20d7370553588384d345b586eeaddf9284de36f2d0d69f747380ee55161cc6eb09bf30
 DIST qemu-8.0.0-docs.tar.xz 3218024 BLAKE2B 
b764a625024e78a39470048355471e12cfb57ab3c34e764dc4200fdf5c1aea635d26095ec961979bf46f177101c5bd38618bacf7e98e04bd64688ab5e29591aa
 SHA512 
d9dfe191372e105fe16fe8f66f41ed793ade4c89b5ab1d84b39459f3419a1ca61bd49422a83981965cc257c05eca7fd49054703f58f179f5c7b656e9473a1054
-DIST qemu-8.0.0.tar.xz 127835148 BLAKE2B 
9b54aae10fe09691a26e68374723ded5fdda6409673b4de9461a25ee060cfd03968a16ddeadc21d48b9262e53aa6d4e5eb645376969f97c65807fad19607b04f
 SHA512 
1f31d1e653dec2d35f1b7a5468ee3f471553b48eca8c8afafffcf9243c6b2260e78a5b73da3fe567f9b85d4133573eebd397747b3aec501fb24076263eb07b27
-DIST qemu-8.0.2.tar.xz 126707132 BLAKE2B 
f2b1a63e10c42aabfe39722c7732d0f04818ad367b769b3deb29c5bf9adcabc3aca1706f3c40fafeeb57ac1f7a61ded5066de32134c483e2fd27bc65b4b7d30a
 SHA512 
4e915d33a662bf55b09247fb85150be376c92270d3764e3d6470c452cb70cc558f54e84de5610dd60a9eb3ea02d5d4277b1ec75c9804967d278fa8361c7f9b9a
-DIST qemu-8.0.3.tar.xz 126710536 BLAKE2B 
071cc1a35209a02e8c5dd4f43cb112f110b4655adb0f870a04fdf9a6e2c761699574e8c9426f70f60787a99acf252d7a64d94a8e837cdfeda93d89428d7866f3
 SHA512 
18b2ccb65f7ec2ae92f0e04406539620c881e2b75f63816588c86043a07464bb99d16a83e792ed9508de393f4b694c46d52f4d07edf52741e85224c8b8d5d5c3
 DIST qemu-8.0.4.tar.xz 126179324 BLAKE2B 
dfb98964c629b251f0004b4630ae4500a52465579417d6f5c7dbbb1f672e10d8d7ffb98a4b00e26fb98b3c867208146dbdca026e4d30cbf1752ac733c4d9b915
 SHA512 
bd5ed682d51f974abd4be93f949701f9b5bfb87fd9929e31df130534da2f2c03b99adc9f924b3efd47d3b254e0e3c0046f4e69fbe9f6d0c4ac1f6babecb29449
 DIST qemu-8.0.5.tar.xz 126175064 BLAKE2B 
1d1f78c185ab64b4ca946a44ad04d0bbb6ea48de058037e4ba18176abeb0f0528754c6e832f742f93227182bbce145544eca5b908a366006e7ee58876aca0bda
 SHA512 
ec9679473dda84a2f56ae8ee0039ec4dafb056414bfc5a3a147b2b6bb45ae3b130dd80f6385e8567b5d18f4be94f3536bc8acc45c61eddf40c9678b46cb8bddc
 DIST qemu-8.1.0-docs.tar.xz 2129912 BLAKE2B 
8aaf7b748538afdb5bcb6da15dbd96572d086824377c4b0e93f1ddc695f9a4775471e360a9616d2d481dbf8113e91d2601c69d92cef565fb90b65ffacfdb304e
 SHA512 
905515742bb56a439fc8117ec48ea668e7b2bf0244587673e4352d9e8e49911eb84ff093596ff566e44787197cf9789ec8950e3d75fb7a670c5546394a322ac9

diff --git a/app-emulation/qemu/qemu-8.0.0-r1.ebuild 
b/app-emulation/qemu/qemu-8.0.0-r1.ebuild
deleted file mode 100644
index 3000130b6f90..
--- a/app-emulation/qemu/qemu-8.0.0-r1.ebuild
+++ /dev/null
@@ -1,963 +0,0 @@
-# Copyright 1999-2023 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-qemu-docs
-# Set to 1 if prebuilt, 0 if not
-# (the construct below is to allow overriding from env for script)
-QEMU_DOCS_PREBUILT=${QEMU_DOCS_PREBUILT:-1}
-QEMU_DOCS_PREBUILT_DEV=sam
-QEMU_DOCS_VERSION="8.0.0"
-# Default to generating docs (inc. man pages) if no prebuilt; overridden later
-# bug #830088
-QEMU_DOC_USEFLAG="+doc"
-
-PYTHON_COMPAT=( python3_{9,10,11} )
-PYTHON_REQ_USE="ncurses,readline"
-
-FIRMWARE_ABI_VERSION="7.2.0"
-
-inherit linux-info toolchain-funcs python-r1 udev fcaps readme.gentoo-r1 \
-   pax-utils xdg-utils
-
-if [[ ${PV} == ** ]]; then
-   QEMU_DOCS_PREBUILT=0
-
-   EGIT_REPO_URI="https://gitlab.com/qemu-project/qemu.git/;
-   

[gentoo-commits] repo/gentoo:master commit in: sys-process/procs/

2023-10-19 Thread Sam James
commit: df1a928dd14a23fd9131f5ea9a062f361e90f995
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 20 01:04:20 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 20 01:24:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df1a928d

sys-process/procs: add 0.14.2

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

 sys-process/procs/Manifest|  31 
 sys-process/procs/procs-0.14.2.ebuild | 291 ++
 2 files changed, 322 insertions(+)

diff --git a/sys-process/procs/Manifest b/sys-process/procs/Manifest
index e0bd02700d00..ba8358711467 100644
--- a/sys-process/procs/Manifest
+++ b/sys-process/procs/Manifest
@@ -2,6 +2,7 @@ DIST addr2line-0.21.0.crate 40807 BLAKE2B 
9796b9a1177a299797902b7f64247d81d63d3f
 DIST adler-1.0.2.crate 12778 BLAKE2B 
a1dc17786adae945ac09d3525e609ed944e6465690787bbb831a1b9d53793cba1989793d0a5606d5d23ee20d36457923d451b1b3530c9ec7072a487aa3e55bbd
 SHA512 
7ab190d31890fc05b0b55d8e2c6527a505e06793d5496be0b3831e0513412f9ba97f8148f6f68ed0770fa9cd980a5092d885e058becf1d5506b7c74b82674aa1
 DIST aho-corasick-0.7.20.crate 111440 BLAKE2B 
3f5d54fea2793ce1c2c4d5b3049b910f45a5721e7538cb2557df63dc3069ab3f6b66aceb5e9a48f21c43ae29778fd045428ea103b2a6de81659e605e30e64ca6
 SHA512 
ad31f3d1b3fe41e593d4ca7e721bbad62936f2e6a17fd1e0997353edb6fc906d1bef2b79f0ac7c7676abe637bbabb23ff22059947be379a2441011f8178983c5
 DIST aho-corasick-1.1.1.crate 182812 BLAKE2B 
df74c2cfa0ae392a8d466e370ba761c4cd37c65773affba9a3cdcf7f5797b34b4a25e1646be3de5081644b34db2dce273609edb4f18a1ce7fdbf31ac28a10b88
 SHA512 
a894e1cefbb63a3b7b78a3676874d0b7a507c27970f48cdfbda1e5deefbf6b20ed4271b660a12eea77b318cd2fa0f80850a0b1ddfe0d0731ffa326c0fc295692
+DIST aho-corasick-1.1.2.crate 183136 BLAKE2B 
2d4306d8968061b9f7e50190be6a92b3f668169ba1b9f9691de08a57c96185f7a4288d20c64cb8488a260eb18d3ed4b0e8358b0cca47aa44759b2e448049cbaa
 SHA512 
61ef5092673ab5a60bec4e92df28a91fe6171ba59d5829ffe41fc55aff3bfb755533a4ad53dc7bf827a0b789fcce593b17e69d1fcfb3694f06ed3b1bd535d40c
 DIST android-tzdata-0.1.1.crate 7674 BLAKE2B 
4385a4875aadaacd5284a9ca7d1bf8a7bf14bf8925d1563d52fbabacc3af2c1ea08bfcf77106f3648f4fa052ac295158a21e7a0131d31eb9aecd99ea4ba20055
 SHA512 
4294024c21ddd0090c42c8eedf708d40d917f55ad5a4cb7aa3e64cfb6551b6df60f2e36bc08620c1d2fc8c7ba7207411518ee5c8635f60ed8ad9efdd458a2077
 DIST android_system_properties-0.1.5.crate 5243 BLAKE2B 
86f68ec3bdabf8c6ec47881d794970f08a9eefc7417fc8a2bf4fe9faf9bdd2a2024a94adb0cbf96673409f5fbbd4d0111a1ac371339e7a90a277b6cd5003524e
 SHA512 
b09f51339f9772c0e2e4241b36cf51573c6b96b19ffc1fbbc94b1c1d1d2fdfe8eac3134af54174a675ab05d18ef4f6bcb2c7fcc20114bbeef6e17e3692202191
 DIST anyhow-1.0.69.crate 43576 BLAKE2B 
deb44b3110aee1314dd599b730df8c2f03b7d13c0d945d4ef00a0e30ca74257269e43107be19868adfea331a8c730e0aec2dff3abea704e56bc6a35b9581fe14
 SHA512 
d65e5c9404a70b1e0af90dd66af157f8c31ad0858f703765d5fc6c828f1fc8db690b17451c4108e3a52a7da2d6c2366e745d7b4bd7d19e6dba3485f7c3a43071
@@ -10,6 +11,7 @@ DIST async-channel-1.7.1.crate 12855 BLAKE2B 
f7762c5d3fa880da7e31f176fc28d9997fc
 DIST async-channel-1.9.0.crate 13664 BLAKE2B 
52455c1c9f82bede902a96de0526ce4563184a9da303477110b556b4c877b563c21c32bfd9c6ded446ea0bad416af81a07e5df5a62e7c8f40c8183c1d09ac4f5
 SHA512 
cc624b87dbf34e4be4e219a82b96036396b92042025eeed2362d91f414ca17884365470fca5014b02659be44b77f20530ca33236dc427f0a2fcff2704c46c3dc
 DIST async-executor-1.4.1.crate 15490 BLAKE2B 
2d85825f9deec4a89eae4be6c2899d22bd96f095413598abe2a58ca07e6b8745ee02a6e1db6a3be034159c7844e55009d6da9845116647c0b021dca115acf6be
 SHA512 
24f8403f7cf7639a9477c0a4ee6fba8ebf73fc64b5c896ff07b5b9ea787ca65fa2e642e46a0ba3796e76774d46373e6ea6a20309feaf1f801281aea20cf82578
 DIST async-executor-1.5.4.crate 21325 BLAKE2B 
d015fd9eaf570726fa82a7cbce96ecd4eb829659966f37bf48511e1d18fe3156827f1082ab6eb7b00d457964e6216238ee4aa4ec36c2ef300407277df83a5c30
 SHA512 
bb458b997462c28bb11d83a372d336c682039d0b3b43fd82a1ab9889dc982d14b29198aeff3861447efe55c06107dc4a0901025f492d305f6f4122fc83a5af7a
+DIST async-executor-1.6.0.crate 21342 BLAKE2B 
48b9a700f207422c61c416d91b2a3d96f438296b3664c4a74dd74e92b9cd4fd9b6d6732bd7be78c1c63c9ed01dfd519f0f5cc344f1f61adfcfdde450d7fb2cd5
 SHA512 
afca7c776c5b05246c020c9945fffb05787325bd4af493b4c543be194f8e408e9a147ab319acd7e9833aa80694286d861aa490e1d997557ac7a506e08b85d55f
 DIST async-global-executor-2.3.0.crate 11784 BLAKE2B 
08481034b204a9b1016043ba240aae1f2c1a0228a4d268ba4fc5f68b71fdf92badc91830a97b1033fe632a72c79f7456a4fea02d33cd605379be68e13693f91c
 SHA512 
4b5436c058c73e116dbde346b72658f53541cbda2f89b81ffce90f7132234ef71bd2067b39aa157236255191e460258c7acaa609196395a2c7c99ee73a0f38b9
 DIST async-global-executor-2.3.1.crate 11790 BLAKE2B 
601d2551fb5b93a40495f5fe5edd787defda8ab91fcd7a80bbac046d837b42690c1a2d154cf7f7cc47c928eb7baa042b9cbbf4f152fabd93d7ce74b2e29a47fa
 SHA512 
91adf1a880b8508de4edafa5590e8ef426c2569789e93956f447ce088b02e203475a5b5d110d31baf6ff63a0012aeefc5dd25737ebc9d2edfdf78b7fc1a4f04e
 

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

2023-10-19 Thread Sam James
commit: 1fd6a0b5b0d4ffcfb823a26dbb4955095e228f57
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 20 01:33:41 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 20 01:33:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fd6a0b5

app-emulation/qemu: drop 8.1.0-r1, 8.1.1

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

 app-emulation/qemu/Manifest |   2 -
 app-emulation/qemu/qemu-8.1.0-r1.ebuild | 966 ---
 app-emulation/qemu/qemu-8.1.1.ebuild| 967 
 3 files changed, 1935 deletions(-)

diff --git a/app-emulation/qemu/Manifest b/app-emulation/qemu/Manifest
index 5aa320c9a0f7..c7a9ac42888d 100644
--- a/app-emulation/qemu/Manifest
+++ b/app-emulation/qemu/Manifest
@@ -10,6 +10,4 @@ DIST qemu-8.0.0-docs.tar.xz 3218024 BLAKE2B 
b764a625024e78a39470048355471e12cfb5
 DIST qemu-8.0.4.tar.xz 126179324 BLAKE2B 
dfb98964c629b251f0004b4630ae4500a52465579417d6f5c7dbbb1f672e10d8d7ffb98a4b00e26fb98b3c867208146dbdca026e4d30cbf1752ac733c4d9b915
 SHA512 
bd5ed682d51f974abd4be93f949701f9b5bfb87fd9929e31df130534da2f2c03b99adc9f924b3efd47d3b254e0e3c0046f4e69fbe9f6d0c4ac1f6babecb29449
 DIST qemu-8.0.5.tar.xz 126175064 BLAKE2B 
1d1f78c185ab64b4ca946a44ad04d0bbb6ea48de058037e4ba18176abeb0f0528754c6e832f742f93227182bbce145544eca5b908a366006e7ee58876aca0bda
 SHA512 
ec9679473dda84a2f56ae8ee0039ec4dafb056414bfc5a3a147b2b6bb45ae3b130dd80f6385e8567b5d18f4be94f3536bc8acc45c61eddf40c9678b46cb8bddc
 DIST qemu-8.1.0-docs.tar.xz 2129912 BLAKE2B 
8aaf7b748538afdb5bcb6da15dbd96572d086824377c4b0e93f1ddc695f9a4775471e360a9616d2d481dbf8113e91d2601c69d92cef565fb90b65ffacfdb304e
 SHA512 
905515742bb56a439fc8117ec48ea668e7b2bf0244587673e4352d9e8e49911eb84ff093596ff566e44787197cf9789ec8950e3d75fb7a670c5546394a322ac9
-DIST qemu-8.1.0.tar.xz 123550284 BLAKE2B 
b0fd87a19b13d4bbc6526caa46533073cb4dee6004df5d4fbbef204ee3bc8c2f10ec1eaff554adbb25c9f3143dd68abd09d4a0519c4766299a3ff261d03c73f2
 SHA512 
c5f5e7ce2d8e3c93a02012b136c866e8577df07da4705a0045916c71caeaa21fa1b2d59a4b22a660789a4159b192e12a443e7cbb0724ee85fea258251731724c
-DIST qemu-8.1.1.tar.xz 123558860 BLAKE2B 
71220fad7c9f74bed6211879f01566ac1e52835feb3d45eaa1b2fe1d5f95d9fa5db53b7aec72b4ef098c03d0c4070076c907fb3e6b839002de6f56ee5ab44340
 SHA512 
199db58f9a413cbe4449ff557bc362e666c6c0291f9963cb74e5542e8abd1edcd65001fa1fd453b850a376de455f93258707ce6feee5a44bf40753b12a2e956c
 DIST qemu-8.1.2.tar.xz 123553328 BLAKE2B 
8f48638cd1f0285356aae2d14862f56cc79da09bb9ff9f09e90221fdca851e9c3f8a3d940039f578d24d0b4435baf19cb52a3e927e97bf978ea674d148ecd746
 SHA512 
d95ba8b294115b86b7f3bd1b438b059e38c7ccc68f14e76b455b355b4b68ec84fb799bef44dbf96befcad7c40a15f4660096b5ad5be4396d54dfeaba34c89db8

diff --git a/app-emulation/qemu/qemu-8.1.0-r1.ebuild 
b/app-emulation/qemu/qemu-8.1.0-r1.ebuild
deleted file mode 100644
index 785f98ee1281..
--- a/app-emulation/qemu/qemu-8.1.0-r1.ebuild
+++ /dev/null
@@ -1,966 +0,0 @@
-# Copyright 1999-2023 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-qemu-docs
-# Set to 1 if prebuilt, 0 if not
-# (the construct below is to allow overriding from env for script)
-QEMU_DOCS_PREBUILT=${QEMU_DOCS_PREBUILT:-1}
-QEMU_DOCS_PREBUILT_DEV=sam
-QEMU_DOCS_VERSION=$(ver_cut 1-3)
-# Default to generating docs (inc. man pages) if no prebuilt; overridden later
-# bug #830088
-QEMU_DOC_USEFLAG="+doc"
-
-PYTHON_COMPAT=( python3_{10..12} )
-PYTHON_REQ_USE="ncurses,readline"
-
-FIRMWARE_ABI_VERSION="7.2.0"
-
-inherit linux-info toolchain-funcs python-r1 udev fcaps readme.gentoo-r1 \
-   pax-utils xdg-utils
-
-if [[ ${PV} == ** ]]; then
-   QEMU_DOCS_PREBUILT=0
-
-   EGIT_REPO_URI="https://gitlab.com/qemu-project/qemu.git/;
-   EGIT_SUBMODULES=(
-   tests/fp/berkeley-softfloat-3
-   tests/fp/berkeley-testfloat-3
-   subprojects/keycodemapdb
-   )
-   inherit git-r3
-   SRC_URI=""
-else
-   MY_P="${PN}-${PV/_rc/-rc}"
-   SRC_URI="https://download.qemu.org/${MY_P}.tar.xz;
-
-   if [[ ${QEMU_DOCS_PREBUILT} == 1 ]] ; then
-   SRC_URI+=" !doc? ( 
https://dev.gentoo.org/~${QEMU_DOCS_PREBUILT_DEV}/distfiles/${CATEGORY}/${PN}/${PN}-${QEMU_DOCS_VERSION}-docs.tar.xz
 )"
-   fi
-
-   S="${WORKDIR}/${MY_P}"
-   [[ "${PV}" != *_rc* ]] && KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc 
~ppc64 ~riscv ~x86"
-fi
-
-DESCRIPTION="QEMU + Kernel-based Virtual Machine userland tools"
-HOMEPAGE="https://www.qemu.org https://www.linux-kvm.org;
-
-LICENSE="GPL-2 LGPL-2 BSD-2"
-SLOT="0"
-
-[[ ${QEMU_DOCS_PREBUILT} == 1 ]] && QEMU_DOC_USEFLAG="doc"
-
-IUSE="accessibility +aio alsa bpf bzip2 capstone +curl debug 
${QEMU_DOC_USEFLAG}
-   +fdt fuse glusterfs +gnutls gtk infiniband iscsi io-uring
-   jack jemalloc +jpeg
-   lzo multipath
-   

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

2023-10-19 Thread Sam James
commit: bfe2307d6a5903bd9ddce174bb7c24e040198cff
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 20 01:33:07 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 20 01:33:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfe2307d

app-emulation/qemu: drop 7.2.1, 7.2.3-r1

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

 app-emulation/qemu/Manifest |   1 -
 app-emulation/qemu/qemu-7.2.1.ebuild| 972 ---
 app-emulation/qemu/qemu-7.2.3-r1.ebuild | 973 
 3 files changed, 1946 deletions(-)

diff --git a/app-emulation/qemu/Manifest b/app-emulation/qemu/Manifest
index 97e76bf76928..3cf819e1855c 100644
--- a/app-emulation/qemu/Manifest
+++ b/app-emulation/qemu/Manifest
@@ -3,7 +3,6 @@ DIST 
berkeley-testfloat-3-40619cbb3bf32872df8c53cc457039229428a263.tar.bz2 90086
 DIST keycodemapdb-f5772a62ec52591ff6870b7e8ef32482371f22c6.tar.bz2 27971 
BLAKE2B 
0ed69ad24c53bd459c8753565814bcc1cd858f20d3a046c38912a35bcb0ba6d388ef5d2b93157cd028959284b330caf5467d82071c3df56a405dd8e08fd177c7
 SHA512 
8f2cc14e8bd46cb045e3ebfe32e463793ab7472ebda9b57b8ea0b06fa107a1a99c3ebcacb9c4548e30698d8ec154c0e56f789385201182b680819b8068a103f2
 DIST qemu-7.2.0-docs.tar.xz 1984184 BLAKE2B 
103900fb7903ed8d75f7f012bf61fa2d6fce345b657c851d0437c3384f5735bd1cfd3129320683ea7846ea0b0940e5af5b2663c9320f12fee74b058523a8ea06
 SHA512 
a7edd448982865e07533c300d3e44a8b50cefbdde1982b73c24d0b2aa74315439252c59b634c75de312860874c7b06c75aa72629da681b5105f28ee936794585
 DIST qemu-7.2.0.tar.xz 122408576 BLAKE2B 
415ff621356c59f88b29cfe3ef5db1e282b26bbafbee3d535477c6125ccb060ec9762d9e3ab9f70ce5478804dca0a46a59bcf12c112a2462029a93e578e61530
 SHA512 
f3cfa00da739ba819a218d7e6e95c77fb79a8e0f487b024ddd281602e785249b81144595e3f8c746c32a4f5c4d1a88c6aebae3c162603edfbb50ae3722d7ed13
-DIST qemu-7.2.1.tar.xz 122400592 BLAKE2B 
bae1df5d332beaca313c4bac88f06dd5992988d7c1b6fdc6ced4043d858f437339cd7d0009ae667f9e66705117697bee7ee44ec4e911cc203d34eecc3d8f139b
 SHA512 
e286dc66c923a5df77eb02d69235d048e80a7cced638fae52fbed385b4c3cd736cfea66bb3c9843bebf0a33e81ea141fc015e0bd82108df304f148ce59d9ae8a
 DIST qemu-7.2.3.tar.xz 122395692 BLAKE2B 
4e65cac7505a56da85c1d98dc6029d516dd4f07f0211ea5213724d231d448d9b49cc91a3058a2a89908608078854d97da480e6f0bc7ce47d9555c2bb1177fbdc
 SHA512 
09523d456175da47d58d8d56fe9a95416ee3e6fd8aa7766383033396a1e5bd10f7758832f7f2b8662068ef94b21ab6a3a351c9158fb6bde0e1d7d5fb393bf6c7
 DIST qemu-7.2.4.tar.xz 121849100 BLAKE2B 
a9c5ffce9ff0fac4e2d1fa4be1a1dcee2f5d7f793ddf726871c5ae9a68c22f7ba03692a8a5096de3051030d3c2f34e46697d5af2d66c34984b8161ae3bb07b42
 SHA512 
fa765673833a1f2cbecdb9d47dc7dc29d7613be5a5c8fc63925ae70e1f5aafb4f9f02e45b212a329f17b689351b8a9cdf5f5235ab6adb71bb40e41868898d95b
 DIST qemu-7.2.6.tar.xz 121322888 BLAKE2B 
c3f51cc1647f5c75774513f624c2e1a1e4badd7275c9f9a64a175809daf17d0b3c58eab0c36fa98fc46834d4d79f8552d1c9f34e840ee21ddd049cc3adba480a
 SHA512 
534fffe2d751a707a7cf15db8d5b9eddc2468fd7fe875715e79ee879fb20d7370553588384d345b586eeaddf9284de36f2d0d69f747380ee55161cc6eb09bf30

diff --git a/app-emulation/qemu/qemu-7.2.1.ebuild 
b/app-emulation/qemu/qemu-7.2.1.ebuild
deleted file mode 100644
index 2218435d4f6e..
--- a/app-emulation/qemu/qemu-7.2.1.ebuild
+++ /dev/null
@@ -1,972 +0,0 @@
-# Copyright 1999-2023 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-qemu-docs
-# Set to 1 if prebuilt, 0 if not
-# (the construct below is to allow overriding from env for script)
-QEMU_DOCS_PREBUILT=${QEMU_DOCS_PREBUILT:-1}
-QEMU_DOCS_PREBUILT_DEV=ajak
-QEMU_DOCS_VERSION="7.2.0"
-# Default to generating docs (inc. man pages) if no prebuilt; overridden later
-# bug #830088
-QEMU_DOC_USEFLAG="+doc"
-
-PYTHON_COMPAT=( python3_{9,10,11} )
-PYTHON_REQ_USE="ncurses,readline"
-
-FIRMWARE_ABI_VERSION="7.2.0"
-
-inherit linux-info toolchain-funcs python-r1 udev fcaps readme.gentoo-r1 \
-   pax-utils xdg-utils
-
-if [[ ${PV} == ** ]]; then
-   QEMU_DOCS_PREBUILT=0
-
-   EGIT_REPO_URI="https://gitlab.com/qemu-project/qemu.git/;
-   EGIT_SUBMODULES=(
-   tests/fp/berkeley-softfloat-3
-   tests/fp/berkeley-testfloat-3
-   ui/keycodemapdb
-   )
-   inherit git-r3
-   SRC_URI=""
-else
-   MY_P="${PN}-${PV/_rc/-rc}"
-   SRC_URI="https://download.qemu.org/${MY_P}.tar.xz;
-
-   if [[ ${QEMU_DOCS_PREBUILT} == 1 ]] ; then
-   SRC_URI+=" !doc? ( 
https://dev.gentoo.org/~${QEMU_DOCS_PREBUILT_DEV}/distfiles/${CATEGORY}/${PN}/${PN}-${QEMU_DOCS_VERSION}-docs.tar.xz
 )"
-   fi
-
-   S="${WORKDIR}/${MY_P}"
-   [[ "${PV}" != *_rc* ]] && KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc 
~ppc64 ~riscv ~x86"
-fi
-
-DESCRIPTION="QEMU + Kernel-based Virtual Machine userland tools"
-HOMEPAGE="https://www.qemu.org 

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

2023-10-19 Thread Sam James
commit: 64641599d78bca2b7c0d9423593ab0e362bd25da
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 20 03:48:44 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 20 03:48:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64641599

sys-kernel/gentoo-kernel-bin: Bump to 6.1.59

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

 sys-kernel/gentoo-kernel-bin/Manifest  |   6 +
 .../gentoo-kernel-bin-6.1.59.ebuild| 127 +
 2 files changed, 133 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index 3208834336f4..698126718321 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -6,6 +6,8 @@ DIST genpatches-6.1-64.base.tar.xz 3729008 BLAKE2B 
10f4366a8fe83ca0609c0e2654e6c
 DIST genpatches-6.1-64.extras.tar.xz 3816 BLAKE2B 
315826af9d3e7abbef0314f962e2df50f9d183555ec5fb956fa7c9820435042e3c3a72a5ad766a3441543c54986ffbfdae8ff0a4deecb2a72851237108eaee71
 SHA512 
5a384aa4f6aff1a3410090873f9321ca1c6bcdb48dfefeaf7c2746b950ad22c7a745c60389ec49b99a249cb62c91d517389d5d91c844509dce5cd45a67b47edb
 DIST genpatches-6.1-65.base.tar.xz 3729228 BLAKE2B 
e2f41ebb95ca74bc5d37f950e088d2d790c09613728d86a58c31867954748d5ce57f484acfde262bb70c2d42538241b6b05cb9befd7efd6ee10a276fa79e4c3b
 SHA512 
815a57b87978d2a0196146ff4e2ff6a7e95d10c74727d458f9cbaeddded3c99c78a24524b8cf1fa0f1297e5bc7f3c9cd743b19f12938478f3f3faa3a68c7e431
 DIST genpatches-6.1-65.extras.tar.xz 3816 BLAKE2B 
78f99a28e607a207731a34036931d663c1815ba00bbbf0d83dcac5597733b705f2239baf44b1b454da38303c7b9b4663c8de9024f7bb51d71f155d5b3d948cb5
 SHA512 
e228dde9f67ff74e02dfeac5ddea5f2f0122f4a7f09a6499ff8ee27ca1eafbdfbf09a756fac212de49702f01bcef8e25be1872c62986d393aa55cc7274d906a4
+DIST genpatches-6.1-66.base.tar.xz 3766288 BLAKE2B 
3cf0a62fbfcd492e5c16b4158bcf7dfaecf7cc8df376e308ad606d8203022e04a0375a2c9a4fe58bf37bafbfd4a1ccacbb8939fc166590089884ba9989929430
 SHA512 
69418fe7fe88958d95bdcfb142e6350363180ede26cc44e035a0fdba12d2a8cc542a0ed7789572677eba29f9905af8720c8ddfa13e8257b129bfa95641e72f50
+DIST genpatches-6.1-66.extras.tar.xz 3816 BLAKE2B 
8b2f2aa2f65d427c4ec39cdb988200d31d360f2ffde6f633838b0c3437c4efe8438e01ccd8e2de57d7f164c32d509e35a8be1ac4818841a7719a3cdce9e47717
 SHA512 
7f40e6153812cfe74de8ce376d4ae02868b6f246027cbce67e0714a139e60b4aa32743876c180f3b7b07e9b6fd07d2138e21ff5e6ced9571d29bf3e647b615c4
 DIST genpatches-6.5-10.base.tar.xz 631564 BLAKE2B 
7a9fe483c7a6a040af5a1fc0fd99dd7d575a380240268bb61d68caf95613d53fac46edf6cb18633b6dd2e803c9360d3cc13f0160e6ccaf811ac8420f7dd30771
 SHA512 
506abb2a66c51e45ad3ebab0c3b921faaa890640c7236eed377aeb27dff9da552088ea8d8192b4f2e142c510c7d565a5c8431444fb39bd82948ec0e696c4b083
 DIST genpatches-6.5-10.extras.tar.xz 3704 BLAKE2B 
4bfee3cf5f3af32c02f4df2b91437258a4bed38c4cd1fc8f8467020ffe1835ec86dee58a10d2e1775fdd6392c6a28552ea3a90ff5fd36504ed43cb7787ea7e5e
 SHA512 
48589be11fcc969fd3f46475f8aa53047f191c5fec66918e84d178e14f531c209300808f7c2ddb479fb8409a344f205f59b72dd18b6d79d1ca924eab10f81f85
 DIST genpatches-6.5-9.base.tar.xz 574412 BLAKE2B 
339dc1d19a323c2143fdd394b324e8d73b6e21b833e48096b6ae312b188bd9f39811fcd7b93f900c6ceb6982eb6ca108b2ec617b8dc98fe2ec255ec3b002e31a
 SHA512 
42873d29784c0d85434d7eee81ef2000a42164e20ef74c875b81ed8df96ec3632261485c38e17ffa41d94df200b69d8d0e663eb8c90ea741234e860aad9026e3
@@ -26,6 +28,10 @@ DIST gentoo-kernel-6.1.58-1.amd64.gpkg.tar 72437760 BLAKE2B 
662048de9aef0751618d
 DIST gentoo-kernel-6.1.58-1.arm64.gpkg.tar 65413120 BLAKE2B 
6967c9828e3e1fc939fb205d81a086fd760e824b34362834be8c90106c81331a75fcaf7470d22d316b1ee95b5ad12969383e4b56dbb607ba80ba6885b3afc43d
 SHA512 
dc23e02e7c737d87a532c120a5bce9da7ef852c83f72897835362c422f2b6adc1f8d6dede2c35eb854974d83f681dd34194575333d8df88ccc2d8733a6349818
 DIST gentoo-kernel-6.1.58-1.ppc64le.gpkg.tar 59760640 BLAKE2B 
9e48e35f83b3cb0ee3136f1dfc9d2d1a08335cde4be3537de1ed727ed22e8f23ea12ac869bf5f30ac5ebcb679f5e384e114a3f6c2d04873c408ce80623186dea
 SHA512 
ec360285463651a63fb8b0524b685ac8235ed1480f5c96ae0fbbd1646e3114f307f5b87846befd146116796d050968b734ff128d184a8319eb4c9f0659eb0782
 DIST gentoo-kernel-6.1.58-1.x86.gpkg.tar 61931520 BLAKE2B 
72b223b0eb8fcdf160b08e7d66d6b0237fb1b1f1794edeb0ac87e44c7fbbc79730060f56d0d51ff5829d177b5a9fd535e1e6b9ae261c435fa7e2622e052d584e
 SHA512 
21fa3cc2ff3e0cbd7ee70d1d24e08061afe2bfc99d49d4fcd02333fa412d6f67dc0ed2c6a11402b2c7bb0c83fa22042dbc8c3c031728595dac42a7d5debec31e
+DIST gentoo-kernel-6.1.59-1.amd64.gpkg.tar 72417280 BLAKE2B 
19c2c593f3b792d8a019c3859d7e643c1d6ef09089247bbe663ff1bb3fe9f12bbd0b00be9d0e61b774c0af5df78a45e2d6c7c2df1b818df17e9bfcc63cabf4af
 SHA512 
f727ca7bf4b8041c39d4b383707ef8ecf8b796a5c230d20c8a5e275ce7d260b921a5d645b973f3aa6f547332e10c0a3ceccc24ba3ff53b490e4363359af9
+DIST gentoo-kernel-6.1.59-1.arm64.gpkg.tar 65402880 BLAKE2B 

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

2023-10-19 Thread Sam James
commit: 05bb385e191f95c145b4ce23bcfc6bb17b168bfa
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 20 01:22:25 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 20 01:24:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05bb385e

sys-devel/gcc: drop old 13 snapshots

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

 sys-devel/gcc/Manifest|  4 --
 sys-devel/gcc/gcc-13.2.1_p20230923.ebuild | 65 ---
 sys-devel/gcc/gcc-13.2.1_p20230930.ebuild | 65 ---
 sys-devel/gcc/gcc-13.2.1_p20231007.ebuild | 65 ---
 4 files changed, 199 deletions(-)

diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index 60cc6936fc17..285e40f42708 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -17,13 +17,9 @@ DIST gcc-12-20231013.tar.xz 79793868 BLAKE2B 
39844a7ff9b5bfd1201816b5758aa9937fb
 DIST gcc-12.3.0-musl-patches-1.tar.xz 3572 BLAKE2B 
c7bf65f7c9ea8023ddaac821ee2b778622fa310ac72a72b2f7032494a8f304eac86217f9204622e6c21aaef9952bece0d09bc126facd4f42b602927909815ab5
 SHA512 
babc279fea2c1fd4c018815f2f5630214fd46015ce9f365c28af242681d51818eaca30ce298eddcab1eed5ac5f2759e2b47b2335afab9d722b4469a6d4fec326
 DIST gcc-12.3.0-patches-2.tar.xz 14236 BLAKE2B 
06c43662c9abb0fa3cf90d5e2273c69aecb9158e6cf6f23c04754ed5d686be2616e81e2502eb16f4298ddd50518ca7677e13249da9e9b091162d3931ff65e4fe
 SHA512 
b0d4b85dbf1a541997203b872e3106906b4ad49cde57e1428bc22b2f8e2d73b8cb10ae0d0b792aebaf664594da4d1dea04c44ddc34e59047410766db04d1
 DIST gcc-13-20230826.tar.xz 84285788 BLAKE2B 
c25be594e322dd7145245c42ae21b98aa9e3e6ae69f1fa313830e40bf2e8fcb8435762f1c9d3f1ca1dbf31653bdc76a658bec708b7850fe40a7c55504ac30618
 SHA512 
3d47632e90651bd50a881c727c1ef2aa3322b4fc3e082919ae430270901abf8a05a34fe93f8b678c10dc9a0758f93dc3b33ed5947c8743dab453d2b50c063722
-DIST gcc-13-20230923.tar.xz 84304612 BLAKE2B 
3820746f13c5b0dd741506c758ed8de4650fa5330b60802b627a7254f5b4b08da2493f12120aa24b712f98ae39fe2f188f05c79ad22ffdb3de67b2ebe49005aa
 SHA512 
12c0aafb7e91a18224b9b94e7e7e34b57c2e447cc85f51c8ddab672fa3fe31c784d42c15a8a1eb0da8fc9cc321c24163b12fb4f71e7da91b0169a278f2b83713
-DIST gcc-13-20230930.tar.xz 84312516 BLAKE2B 
f2d44c7a5a9d1996cfb02c1b08e4a4758434d39dde204f3acd5917828130d234ea6af3ec594aaa9aa60cd7cd4ce09dcf873c69ee801bae0de2b3c719515235cd
 SHA512 
ca1c59c53af51c3e46a340210516594184fdfcb97bbb693c59a675d54239d8386732537632e486ed7c6030dbf3d836d07917d6dc9808071a55b1f411e46d3d10
-DIST gcc-13-20231007.tar.xz 84313608 BLAKE2B 
7c91f0e9329986df113c73f94325300918afcc58c5d2f2a8d4818d5f8c600c385160dd083f9a993138ede53f9e2163a84b8886e62cf6b83b03089c2c5c55f7b5
 SHA512 
5e3c7f4ec2b1d9f0f65097b0d992bf5acfafb2830b1394a832a4e95163a369b9beb42681cd0fd09aa25494d8b83bc377f1f03f0319dd785d4eea372b8477074b
 DIST gcc-13-20231014.tar.xz 84317080 BLAKE2B 
18c2326f203951d16904e4f2bf7fa0cd55da0460b19a9c9ce45de94b41fa71f8c1b8eb9d08700de427b3e02c2e61d3cbcc85cb6f27236717dca8359bfaf4c534
 SHA512 
406673a62deba759fc0532a801b3f57cabf894ea328587b23e62a707ba5767b0e3ae9b3f86bf3c6fcf13e8a3c30bc470e6598b625c8231efb629034211c162c2
 DIST gcc-13.2.0-musl-patches-2.tar.xz 5292 BLAKE2B 
c057d6574d03c05854edaa9f3fd40e9149662b04f3ac7a7db3eb078d73a7b535726d1bf52e5b12736dedb2f9898ad731f2e48a6421fcfbf7b90f929dee072fcb
 SHA512 
a691da0c87c443a5e9d23731f4005f27871c5b12bc9102873ffa24d374aa7b9fbd187c4f5635d23fa9ffb17e351e76173c2d3fdf40646e355c4cb314b538de69
 DIST gcc-13.2.0-patches-7.tar.xz 37064 BLAKE2B 
4a8700a8d44bfaa84926f8bfd0da4c5b0c0377f47fc0679456e909f7c9029b9cf1b72c0ba0bc505d9035d5c38e27f7e5b029727eaf2bc7aca417a6be966b2f43
 SHA512 
f440c97e6782ecb8581d41608e31a648ac426e2d870bc1d171da7794cdeff2fd0546cae0c7214e72fd3a00ead8a5c66f3f633b670b74553a2f3a40378b51f20c
-DIST gcc-13.2.0-patches-8.tar.xz 34872 BLAKE2B 
58e8229384c7b1bfdf3b576c240599e4e9feece94dd39dfbe5e94f9978ca6f165edfa00579bbd2d5410c295d9114e3575a5efc78fa4f976b43bb8c3fb3bfb07f
 SHA512 
bc5cfeef5e8053dbdb1e336f3374dbf37233e08b5f2a0635accf2ae746fa9658f2201971901c73f1332f2f36f21916709ff4ca1e3be7d1e05a0774fc6c7ecd4d
 DIST gcc-13.2.0-patches-9.tar.xz 45724 BLAKE2B 
5135f00ed2ac0db8b1e295f2ba9abb44fd4b5e26037083f012c5c104c301fd11c1b04179a7f777f1433d3e6e3e50e64d79a7f9ff263269cde52ded7ca5416448
 SHA512 
81158d7b260d2ca457553f2749333aea69b40b4896a156a2b81168124bf91469b8124c788e54b44cadc1215bbb69590d013385fbab2b4962ed5e36c697710165
 DIST gcc-14-20230917.tar.xz 85875468 BLAKE2B 
afd39683b7ae9e84c6fa81d6ba6059a1411463ab45fce81eccf34dfafb29ff633a287826063da547014c12b9e0244d2a022ddb1fef1c73edd882249c5be695e3
 SHA512 
a1f79805278e61c9feb4020c62e07c666fa724d872fc55dd0372a7d17cc2c2e2e8d2d149e748499e75331bcb28a6b1a6641c20111a6d8b871dddc1efe957608d
 DIST gcc-14-20230924.tar.xz 85950048 BLAKE2B 
cc353b46f963eca7ad820fe35fb14ece3d76714466ee6ac227433fddc101e76c40d71ce4bc6363e2bc5c3fdf233ab7479bf18542be3df6e1f77690090d08d351
 SHA512 

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

2023-10-19 Thread Sam James
commit: 2a1d8653018554d37b0ebb1cf90a132d6cf5f9a7
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 20 01:23:27 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 20 01:24:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a1d8653

sys-devel/kgcc64: drop 10.4.0

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

 sys-devel/kgcc64/Manifest |  3 ---
 sys-devel/kgcc64/kgcc64-10.4.0.ebuild | 48 ---
 2 files changed, 51 deletions(-)

diff --git a/sys-devel/kgcc64/Manifest b/sys-devel/kgcc64/Manifest
index 44c6726d3d13..cc8cceb2488c 100644
--- a/sys-devel/kgcc64/Manifest
+++ b/sys-devel/kgcc64/Manifest
@@ -1,6 +1,3 @@
-DIST gcc-10.4.0-musl-patches-1.tar.xz 3808 BLAKE2B 
804d1fcc451dcd03be71240dd498ec2d179869571d44012967c48dccf5a478dd8c55000a964a80fdd5584d739a777dee1c83241cffce514ef002df2572854a67
 SHA512 
83e4a9c0f7062baf0c606a2bcc56a818494991403d7577dea65f04bbc25bdb786a5889b80d45d80e7f4be07c1aef786802cbfcfafd1a17ec255a2d4e93a77570
-DIST gcc-10.4.0-patches-5.tar.xz 17056 BLAKE2B 
f336d69a8ad105b8c4a84e8248a5b8a88175d3f1d67d32c6bee1780d252d86947059bd624992e6292610e86c9012f4d901a1a54df0d184dd023d404a0707700e
 SHA512 
aa8fb42f20587f8519e7b06037da4d8f7d386b63e228b239a0445a51df4e401940fcd81482381d966622054aef3e0db06d1def5c74ac3d3dcc9c75c3b966c758
-DIST gcc-10.4.0.tar.xz 75018092 BLAKE2B 
ec1169025d3896b70ab80a4b8ce5040763a95529fc7e120c6bc3a3eb1db5cf938ebde347c1e595a8ff7d4081e79ded6252702d7a1a09648449b7a0783188e434
 SHA512 
440c08ca746da450d9a1b35e8fd2305cb27e7e6987cd9d0f7d375f3b1fc9e4b0bd7acb3cd7bf795e72fcbead59cdef5b6c152862f5d35cd9fbfe6902101ce648
 DIST gcc-10.5.0-musl-patches-2.tar.xz 3452 BLAKE2B 
5387e516d07d81477b3f39b8b3bd986bf861d32cd25dc5481c97bd3620d00c918c5661e86857f66dbf28a655401a53e43417f638c443e44cbfdbf5e950caac4d
 SHA512 
86f2ce31cc4fc4fb5a6043fb527bf822d895e1a6220652024f78a1cbd5a962edb6be8dc5f43c32053e075f39bb2350ea8f14e7d57e0473dd2933a7b44676bde5
 DIST gcc-10.5.0-patches-6.tar.xz 18208 BLAKE2B 
4cac3340108fb378c76ad62b728429f3c97f348d178744e7536575f3576ca8aa682b878b7df3b1c162dccae64a3cb56c66d8d60eae323e1ece2de4278084fdbd
 SHA512 
9d6c84325fbc118cee01347468ce729c278e5b026b16da945fe54050726e26f86a46ee7b71a01a47cf927b70bfcce459c49a6bc4fb93dcfaa047c76d4c5bc5bc
 DIST gcc-10.5.0.tar.xz 77846412 BLAKE2B 
9b71761f4015649514677784443886e59733ac3845f7dfaa4343f46327d36c08c403c444b9e492b870ac0b3f2e3568f972b7700a0ef05a497fb4066079b3143b
 SHA512 
d86dbc18b978771531f4039465e7eb7c19845bf607dc513c97abf8e45ffe1086a99d98f83dfb7b37204af22431574186de9d5ff80c8c3c3a98dbe3983195bffd

diff --git a/sys-devel/kgcc64/kgcc64-10.4.0.ebuild 
b/sys-devel/kgcc64/kgcc64-10.4.0.ebuild
deleted file mode 100644
index c78e173424f2..
--- a/sys-devel/kgcc64/kgcc64-10.4.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-case ${CHOST} in
-   hppa*)CTARGET=hppa64-${CHOST#*-};;
-   mips*)CTARGET=${CHOST/mips/mips64};;
-   powerpc*) CTARGET=${CHOST/powerpc/powerpc64};;
-   s390*)CTARGET=${CHOST/s390/s390x};;
-   sparc*)   CTARGET=${CHOST/sparc/sparc64};;
-   i?86*)CTARGET=x86_64-${CHOST#*-};;
-esac
-export CTARGET
-TOOLCHAIN_ALLOWED_LANGS="c"
-TOOLCHAIN_PATCH_DEV="sam"
-TOOLCHAIN_PATCH_SUFFIX="xz"
-#TOOLCHAIN_GCC_RC=1
-PATCH_GCC_VER="10.4.0"
-PATCH_VER="5"
-MUSL_VER="1"
-MUSL_GCC_VER="10.4.0"
-GCC_TARGET_NO_MULTILIB=true
-
-inherit toolchain
-
-DESCRIPTION="64bit kernel compiler"
-
-# Works on hppa and mips; all other archs, refer to bug #228115
-KEYWORDS="hppa"
-
-# unlike every other target, hppa has not unified the 32/64 bit
-# ports in binutils yet
-DEPEND="hppa? ( sys-devel/binutils-hppa64 )"
-
-pkg_postinst() {
-   toolchain_pkg_postinst
-
-   cd "${ROOT}"/usr/bin
-   local x
-   for x in gcc cpp ; do
-   cat <<-EOF >${CTARGET%%-*}-linux-${x}
-   #!/bin/sh
-   exec ${CTARGET}-${x} "\$@"
-   EOF
-   chmod a+rx ${CTARGET%%-*}-linux-${x}
-   done
-}



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

2023-10-19 Thread Sam James
commit: f9f8d94c207acb8a4cf3004db1f7e353bca532a2
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 20 01:22:57 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 20 01:24:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9f8d94c

sys-devel/gcc: drop old 14 snapshots

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

 sys-devel/gcc/Manifest  |  6 ---
 sys-devel/gcc/gcc-14.0.0_pre20230917.ebuild | 64 
 sys-devel/gcc/gcc-14.0.0_pre20230924.ebuild | 64 
 sys-devel/gcc/gcc-14.0.0_pre20231001.ebuild | 65 -
 sys-devel/gcc/gcc-14.0.0_pre20231008.ebuild | 64 
 5 files changed, 263 deletions(-)

diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index 285e40f42708..f660c4f3b0ca 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -21,14 +21,8 @@ DIST gcc-13-20231014.tar.xz 84317080 BLAKE2B 
18c2326f203951d16904e4f2bf7fa0cd55d
 DIST gcc-13.2.0-musl-patches-2.tar.xz 5292 BLAKE2B 
c057d6574d03c05854edaa9f3fd40e9149662b04f3ac7a7db3eb078d73a7b535726d1bf52e5b12736dedb2f9898ad731f2e48a6421fcfbf7b90f929dee072fcb
 SHA512 
a691da0c87c443a5e9d23731f4005f27871c5b12bc9102873ffa24d374aa7b9fbd187c4f5635d23fa9ffb17e351e76173c2d3fdf40646e355c4cb314b538de69
 DIST gcc-13.2.0-patches-7.tar.xz 37064 BLAKE2B 
4a8700a8d44bfaa84926f8bfd0da4c5b0c0377f47fc0679456e909f7c9029b9cf1b72c0ba0bc505d9035d5c38e27f7e5b029727eaf2bc7aca417a6be966b2f43
 SHA512 
f440c97e6782ecb8581d41608e31a648ac426e2d870bc1d171da7794cdeff2fd0546cae0c7214e72fd3a00ead8a5c66f3f633b670b74553a2f3a40378b51f20c
 DIST gcc-13.2.0-patches-9.tar.xz 45724 BLAKE2B 
5135f00ed2ac0db8b1e295f2ba9abb44fd4b5e26037083f012c5c104c301fd11c1b04179a7f777f1433d3e6e3e50e64d79a7f9ff263269cde52ded7ca5416448
 SHA512 
81158d7b260d2ca457553f2749333aea69b40b4896a156a2b81168124bf91469b8124c788e54b44cadc1215bbb69590d013385fbab2b4962ed5e36c697710165
-DIST gcc-14-20230917.tar.xz 85875468 BLAKE2B 
afd39683b7ae9e84c6fa81d6ba6059a1411463ab45fce81eccf34dfafb29ff633a287826063da547014c12b9e0244d2a022ddb1fef1c73edd882249c5be695e3
 SHA512 
a1f79805278e61c9feb4020c62e07c666fa724d872fc55dd0372a7d17cc2c2e2e8d2d149e748499e75331bcb28a6b1a6641c20111a6d8b871dddc1efe957608d
-DIST gcc-14-20230924.tar.xz 85950048 BLAKE2B 
cc353b46f963eca7ad820fe35fb14ece3d76714466ee6ac227433fddc101e76c40d71ce4bc6363e2bc5c3fdf233ab7479bf18542be3df6e1f77690090d08d351
 SHA512 
19a93b35660f8960b5a9385b9312d9555d83bb8ca8662492b54ece3c1d634da0fd6614e677ce6f1738ac2eadc5dd18b2ce311d2adde6c41f34db8598373bd335
-DIST gcc-14-20231001.tar.xz 85968476 BLAKE2B 
3a3749b1c5346472977e436d09aff6cf44e372b2a05a6227df34b054070de9a438ead20f4da114525bc3e9d7d13bc111fa292ffd03fefb4428a22d00884aaa5f
 SHA512 
bc342152c7d70ddc4b6b3a7c8fb769aca971d0f8432eb842b53e9c7e3075f6f57295fbcfae14f288709fa846e58eabdb07e6e3185195f6d1820cee69e9a2a586
-DIST gcc-14-20231008.tar.xz 86002968 BLAKE2B 
9b59a66e269b3a80f344e96619ed4fa99c5a1f03036b6fd577edac22cf8dfb2b4aa970bb30214dc4a32476c5b22970deea975f808e9a788e5cef8482d704f2c0
 SHA512 
6cc3030a16111eb57e02d40920e34b967ce1c006eae353f6d969722ce2c0cd3ed711036f826b61858e568a749f9c97ba9550283a5ba8a6c8d41a7024b475f32b
 DIST gcc-14-20231015.tar.xz 86138880 BLAKE2B 
e6dece3d6c4337c5ac85fec3fcd31117baf06a7c510440d2433d7750d4559ce5ccfb36edf1ed7dd003d55322dccf42ca811f16a9d22b19e3c784f48f804f688d
 SHA512 
e0de6cd24278998138df8ac1e7e0ea2fe8f062f3bd4e1c88be5da3e468959dc3df41f076c1ce1ed6c919a4ddbd6cfff638cd101e6bd6a3a9ae0d67ded360a700
 DIST gcc-14.0.0-musl-patches-1.tar.xz 3576 BLAKE2B 
692baee8a7709905d53aeb150d73a3721c4ba47ee5f397cfb1b5be905cf003ca02b60c94ee294d90ac39645cd5cdf186c7a3aa950c47d8cf680c128ed705b807
 SHA512 
0592ab98a7142e404623a6511c67dff61e9ade32c3fb2c0e75b456306e0af3799ad13252b50b3d2fdd31e5815d7f0b16b0ad63ab8386fe4d78729fc9c182d617
-DIST gcc-14.0.0-patches-2.tar.xz 11484 BLAKE2B 
6ff968051d286f21eb7f4ec80303b232530c153cca8d9e61ddfdf3675ef8c5740223a8b720ec9d5c4561b505993c675cc6fc7a9bab659ee1db99e1d97911eb74
 SHA512 
b255338d6110d9bfe211ba14da7b186f69b81503dba6e4ec19ee6fa37d44c0690e713c763abe27ce934ff7f9e5d0c8788a54c30587f07f65858b1e817cbf7247
-DIST gcc-14.0.0-patches-3.tar.xz 11500 BLAKE2B 
508ac2fc1d15cba29921c5faf96f45ad77fc3aae05bcdb4a9eb3114ad23a2afa4810cfafd71ff3b77ea2bae9ed809f9de615396486acb6086ddf316a008fa1c8
 SHA512 
cac927be1ca191b98963bda65b5fb4eda3f6449d5f4e9c42a0db3e4036ec4963ba7675523cfa823a5938b7e6a5260c4c5e2f9b268414a94fab7418dc1cbbfd58
 DIST gcc-14.0.0-patches-4.tar.xz 24132 BLAKE2B 
95f382ff1232bc681f4fbd28134a5e781bbce0e472d36b9348f54153791ce2b942c9ca3ea0931df8ed5ef48fb0e71f5a5a941e90dfcbd7162f52a4a6a2df9133
 SHA512 
867c982ee4ce6e10bc76949d30749427e8d070261fd9253cd1ca6b21273f04303c317057176ad7a58ecde06104d295c3af7526151bab7339851f9b06214bba3d
 DIST gcc-8.5.0-patches-4.tar.xz 18616 BLAKE2B 
7594cbaea5daecf1a0b3d526c06aeba0a84c6da66aee2e105a51fda6be8d30a37ccc3814281b284a4582d892a1d556bca063551584edfc2525bed8ea5b6888e7
 

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

2023-10-19 Thread Sam James
commit: dedbe0d6397f3badfe41523e5e9607e58ded966a
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 20 03:48:48 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 20 03:48:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dedbe0d6

sys-kernel/gentoo-kernel-bin: Bump to 5.15.136

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

 sys-kernel/gentoo-kernel-bin/Manifest  |   6 +
 .../gentoo-kernel-bin-5.15.136.ebuild  | 127 +
 2 files changed, 133 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index 698126718321..4cd9884ca8bd 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -2,6 +2,8 @@ DIST genpatches-5.10-208.base.tar.xz 6093152 BLAKE2B 
39bf2d32114ec581c28770ebfa3
 DIST genpatches-5.10-208.extras.tar.xz 3876 BLAKE2B 
f288ba384e0871c7ceaca2f20fa324ef69e032e21847770e13b95d85d67f2de40780c5e30a2eb2c75c77f142f8417bef66bc6f82f7dfb46fa4e98555c96cc71b
 SHA512 
adad7c912629058889705cd77f684df2ceba3f02add3aefc3103f44484f996e8b42b320ca8697782fcbab24c00dc712fad0b852b8538f68c3ed258fe90550aa7
 DIST genpatches-5.15-141.base.tar.xz 5572792 BLAKE2B 
e062086d50d08b67c21c785b086c4bc0878f078ac6c10cabace2ebfe388af3497d2b98bb2e5d19d4b5791e78456bdf0e8c479121eb8c41b4ca2fcd362ebffe4f
 SHA512 
1835684a7737d61423ec0778316b46fedea491a8f5254d9a2d630e5a78519d61d22dfa0d9d6ea1ece563f165c0d54c748f23bca5df304ad45338c27327e8b2c3
 DIST genpatches-5.15-141.extras.tar.xz 3936 BLAKE2B 
c51e1f9dcf3995a2e178d8763407dc94595e513f02d96d54dc1b71a34ada0eaf46b6cb1cf4bebd39b4776605532df529cf8ed361480181af516ab889f915ee5b
 SHA512 
5eb1f68368de87df9236bcf10726cd3abcb75a9f59579e9810b9ea53f3ad332d345a3da7c1be61826b6b739aabb11a838d12ba7be3ce2cb890e094433176b02b
+DIST genpatches-5.15-142.base.tar.xz 5603000 BLAKE2B 
2c04fd46f173dc82421edddecd0efdd6d6df46534e1d7ceb6d2f34081e3a5d558b8444f92e2f9e14e3836734c32f60413d3777e7f490b06b3cbbb5c1e85c1792
 SHA512 
c548e4ca832f4a1d90fb639581c382fd16292b5f8b24b1ecd32aef2eb36c79c7f8f4083ae09b1e105be55e406f8b7a09233637a48f493ab139706334b1056ca0
+DIST genpatches-5.15-142.extras.tar.xz 3936 BLAKE2B 
76f3aba69251c7c30f2e21b450ae6977c10630448b380552191295d89be761d243b7cdaabf80ae52468327a009d1cb00841e8d15469909363a9683a58126ab30
 SHA512 
2dce221525460ca2065f102e447672291fed39c21fccefa5d9ca0c2486fd389fe4bce259674ecaa3b6f7dd52d04b677463bbb73543c8ce610b4b729bba55db66
 DIST genpatches-6.1-64.base.tar.xz 3729008 BLAKE2B 
10f4366a8fe83ca0609c0e2654e6c64ad47f3a3f1744ca637d8801ec9c8a8c541d74e21e020de0a6de18c98de640810d6934092b2b983b332e92514c2b6443a7
 SHA512 
1dda1ba93fea4c18ecaae6ec5a3cfea1fbe7f89fa9412e793b7cd0beff43894650167c77d1b85eb280f7754c85179dc3c72e32ca18f4d8a95667501c61958656
 DIST genpatches-6.1-64.extras.tar.xz 3816 BLAKE2B 
315826af9d3e7abbef0314f962e2df50f9d183555ec5fb956fa7c9820435042e3c3a72a5ad766a3441543c54986ffbfdae8ff0a4deecb2a72851237108eaee71
 SHA512 
5a384aa4f6aff1a3410090873f9321ca1c6bcdb48dfefeaf7c2746b950ad22c7a745c60389ec49b99a249cb62c91d517389d5d91c844509dce5cd45a67b47edb
 DIST genpatches-6.1-65.base.tar.xz 3729228 BLAKE2B 
e2f41ebb95ca74bc5d37f950e088d2d790c09613728d86a58c31867954748d5ce57f484acfde262bb70c2d42538241b6b05cb9befd7efd6ee10a276fa79e4c3b
 SHA512 
815a57b87978d2a0196146ff4e2ff6a7e95d10c74727d458f9cbaeddded3c99c78a24524b8cf1fa0f1297e5bc7f3c9cd743b19f12938478f3f3faa3a68c7e431
@@ -20,6 +22,10 @@ DIST gentoo-kernel-5.15.135-1.amd64.gpkg.tar 66232320 
BLAKE2B 84dedba1da241bc168
 DIST gentoo-kernel-5.15.135-1.arm64.gpkg.tar 59566080 BLAKE2B 
39b213d78c68f96dac90a31ba6cc72d2a7ea5131e63adcc928a695d9e516ac5bb58af043b09043a78f05417f7ec9290b0b9e0e97127ad9713ffe85e8055eeceb
 SHA512 
63b519140ac339702248b9a1a86e9f9e4477c26bb8716cd9a7bb748cc0f974e477d1fab84cdf02025b600a1df44bac438e4321ba577ea7394c991fc424a40437
 DIST gentoo-kernel-5.15.135-1.ppc64le.gpkg.tar 54855680 BLAKE2B 
ceebd35008845871190742af97ffe053c831db5780f76fbc74baa641590fc6a6e618a4fbcf0846f934a1d0406cdff11e52aa3ec872dc2b788e88fa0882d7f133
 SHA512 
e846b404bcec42b28e401b1db785adc5ff9e500809051533e07c068136c8e76ed0fe172f6612446949f3e5388c372816f06c1a4b70a7ab2f7b70461af3419bc3
 DIST gentoo-kernel-5.15.135-1.x86.gpkg.tar 55910400 BLAKE2B 
750b67f5deebc1a7f3592eb70a59699dae9ba0d5e8b0b7d3d0821072b4355d35f41abed1ff39ac7637fd339f7aa6b9e90ce7a4eeff9a0d62442fe19e186f20c0
 SHA512 
da4b66932fa89a91e6855f4f8d283f8c69e73d6482332de67f303576867ba1c304ea9c09585041ffecd8d78a2d17270d13f4e53e2b9b140d27ccee7c51aa7130
+DIST gentoo-kernel-5.15.136-1.amd64.gpkg.tar 66222080 BLAKE2B 
8f3a51dd4f4e37744275d9bb59a3d00a42393408fb325c15322f3bbb1750bc3ebb7ced5f30a5ee4f99866c264c295a0fc0e12b2da4500d5ce1264ed228b2dda1
 SHA512 
f81b725a4bcf1dbd06d35e41ed93dbc8eecc2143a5d767899ce1babcfc310720c0834fccee429d8aa3c839790f0305d71b454418920deb430c4947439656
+DIST gentoo-kernel-5.15.136-1.arm64.gpkg.tar 59576320 BLAKE2B 

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

2023-10-19 Thread Sam James
commit: f1f216dc5f43a9d9348589bdad5a24618009959b
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 20 03:48:40 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 20 03:48:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1f216dc

sys-kernel/gentoo-kernel-bin: Bump to 6.5.8

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

 sys-kernel/gentoo-kernel-bin/Manifest  |   6 +
 .../gentoo-kernel-bin-6.5.8.ebuild | 132 +
 2 files changed, 138 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index 967c2a2a5426..3208834336f4 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -6,6 +6,8 @@ DIST genpatches-6.1-64.base.tar.xz 3729008 BLAKE2B 
10f4366a8fe83ca0609c0e2654e6c
 DIST genpatches-6.1-64.extras.tar.xz 3816 BLAKE2B 
315826af9d3e7abbef0314f962e2df50f9d183555ec5fb956fa7c9820435042e3c3a72a5ad766a3441543c54986ffbfdae8ff0a4deecb2a72851237108eaee71
 SHA512 
5a384aa4f6aff1a3410090873f9321ca1c6bcdb48dfefeaf7c2746b950ad22c7a745c60389ec49b99a249cb62c91d517389d5d91c844509dce5cd45a67b47edb
 DIST genpatches-6.1-65.base.tar.xz 3729228 BLAKE2B 
e2f41ebb95ca74bc5d37f950e088d2d790c09613728d86a58c31867954748d5ce57f484acfde262bb70c2d42538241b6b05cb9befd7efd6ee10a276fa79e4c3b
 SHA512 
815a57b87978d2a0196146ff4e2ff6a7e95d10c74727d458f9cbaeddded3c99c78a24524b8cf1fa0f1297e5bc7f3c9cd743b19f12938478f3f3faa3a68c7e431
 DIST genpatches-6.1-65.extras.tar.xz 3816 BLAKE2B 
78f99a28e607a207731a34036931d663c1815ba00bbbf0d83dcac5597733b705f2239baf44b1b454da38303c7b9b4663c8de9024f7bb51d71f155d5b3d948cb5
 SHA512 
e228dde9f67ff74e02dfeac5ddea5f2f0122f4a7f09a6499ff8ee27ca1eafbdfbf09a756fac212de49702f01bcef8e25be1872c62986d393aa55cc7274d906a4
+DIST genpatches-6.5-10.base.tar.xz 631564 BLAKE2B 
7a9fe483c7a6a040af5a1fc0fd99dd7d575a380240268bb61d68caf95613d53fac46edf6cb18633b6dd2e803c9360d3cc13f0160e6ccaf811ac8420f7dd30771
 SHA512 
506abb2a66c51e45ad3ebab0c3b921faaa890640c7236eed377aeb27dff9da552088ea8d8192b4f2e142c510c7d565a5c8431444fb39bd82948ec0e696c4b083
+DIST genpatches-6.5-10.extras.tar.xz 3704 BLAKE2B 
4bfee3cf5f3af32c02f4df2b91437258a4bed38c4cd1fc8f8467020ffe1835ec86dee58a10d2e1775fdd6392c6a28552ea3a90ff5fd36504ed43cb7787ea7e5e
 SHA512 
48589be11fcc969fd3f46475f8aa53047f191c5fec66918e84d178e14f531c209300808f7c2ddb479fb8409a344f205f59b72dd18b6d79d1ca924eab10f81f85
 DIST genpatches-6.5-9.base.tar.xz 574412 BLAKE2B 
339dc1d19a323c2143fdd394b324e8d73b6e21b833e48096b6ae312b188bd9f39811fcd7b93f900c6ceb6982eb6ca108b2ec617b8dc98fe2ec255ec3b002e31a
 SHA512 
42873d29784c0d85434d7eee81ef2000a42164e20ef74c875b81ed8df96ec3632261485c38e17ffa41d94df200b69d8d0e663eb8c90ea741234e860aad9026e3
 DIST genpatches-6.5-9.extras.tar.xz 3704 BLAKE2B 
f45e43b281c9ad49870e72a7d4e3790f316076f438a5b45fbc53bf3fc29173675fae1e1b8ec170aa7609e0a87e79afbe033ffe7ee64d1ebdf2c1200fcdcbebca
 SHA512 
888a87e165c64ee71b04b6f103666b4f699f790aadb58314253f63e82b0c245646f29fc3f139da2eb6a08db7c8f40c5239a359e81e3d7ff2b0d60b219f8756a8
 DIST gentoo-kernel-5.10.198-1.amd64.gpkg.tar 63139840 BLAKE2B 
ef7840035ca70fa40147551529e6fea01ec8a0a21b20d92eee53d38f65543c29dea9a1425680becb4944eed2cebc8404baa2d4463e0cd543358e015c10b17ccd
 SHA512 
f5ce69bb2ed049a155b02e0ee6605fb6c62b91f9edb62e1a673a3b12a4d33f6e5ea7ef5e068b6fc909b1480dacfb5c32658be99ac591d6cd4c75a23ea20ee872
@@ -28,6 +30,10 @@ DIST gentoo-kernel-6.5.7-1.amd64.gpkg.tar 83537920 BLAKE2B 
90f9ab1b3214bfbfbad84
 DIST gentoo-kernel-6.5.7-1.arm64.gpkg.tar 73390080 BLAKE2B 
cc4e26bc1a73405e4039c943cb0ba73bf215694cf5936e0f20bc9356c9dc3adf042901c9db771cfb586ccc6f524fa444539fc49019c77b4ac2ee0cd29dd97ebb
 SHA512 
4a55ef7726e114f180627d3c0b1d7077812f7920a7bfc726e28e44d810f2a9af1bff74a8c0ff73d396247ea865c0045c49fbf054961e620127f12d483a9630ce
 DIST gentoo-kernel-6.5.7-1.ppc64le.gpkg.tar 64430080 BLAKE2B 
a79c67c1bef8d40eba08a9afde1919276eece3748ba35940609c2380c09926751bcfcfb6c415f869183e39e82758f9ec55feb401a40f5040c707ff1c879c6497
 SHA512 
9934976e2d009e72c63efeee9deba67fcef7a2e624d9660cdaa812a0479144931efe0663aa5e07124e0105277f8930a6bb9ae3f2fc90fb9069da71c51055
 DIST gentoo-kernel-6.5.7-1.x86.gpkg.tar 67328000 BLAKE2B 
70cf6f4cb3ef663bdfb387bb2ec1235e94d21053e44598ed845e97231c3db6b0cfebc444303548b7138495cb4664d095e1870184e392f49a924bc6291d460ab0
 SHA512 
6f96233a442a5ee130d56ed4b8db9cfa1bd75338fef330f496188ca5db4c2a77b9530228fdc216a89c021b5c0a0f58299d03c23c60666c43c8eed6661e29416c
+DIST gentoo-kernel-6.5.8-1.amd64.gpkg.tar 83578880 BLAKE2B 
b35cf26de55b6473a8dcf689743cc8f243716bdc06f965a1238155084382a09c7617f12ebb6b688922efc19208169dd2c7f2364573b659d552b2a14355aba6ed
 SHA512 
6c31e96463b9fe31ed1bb15444e5567aa4599f0e08c82c7452aabe9d819ea30f52394ea63050e656d91a1e9e5501d9ccdb6b55947375d8ba29a710ade817d251
+DIST gentoo-kernel-6.5.8-1.arm64.gpkg.tar 73390080 BLAKE2B 

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

2023-10-19 Thread Sam James
commit: cb6525ec0e4834f17b853272e2f9bdd14d08bd7e
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 20 01:23:37 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 20 01:24:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb6525ec

sys-devel/kgcc64: drop 13.1.0, 13.2.0

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

 sys-devel/kgcc64/Manifest |  4 
 sys-devel/kgcc64/kgcc64-13.1.0.ebuild | 45 ---
 sys-devel/kgcc64/kgcc64-13.2.0.ebuild | 45 ---
 3 files changed, 94 deletions(-)

diff --git a/sys-devel/kgcc64/Manifest b/sys-devel/kgcc64/Manifest
index cc8cceb2488c..faf703beeebe 100644
--- a/sys-devel/kgcc64/Manifest
+++ b/sys-devel/kgcc64/Manifest
@@ -16,9 +16,5 @@ DIST gcc-12.2.0.tar.xz 84645292 BLAKE2B 
715574af9ad678f9dc8cfd19c866bf910c7edfd4
 DIST gcc-12.3.0-musl-patches-1.tar.xz 3572 BLAKE2B 
c7bf65f7c9ea8023ddaac821ee2b778622fa310ac72a72b2f7032494a8f304eac86217f9204622e6c21aaef9952bece0d09bc126facd4f42b602927909815ab5
 SHA512 
babc279fea2c1fd4c018815f2f5630214fd46015ce9f365c28af242681d51818eaca30ce298eddcab1eed5ac5f2759e2b47b2335afab9d722b4469a6d4fec326
 DIST gcc-12.3.0-patches-2.tar.xz 14236 BLAKE2B 
06c43662c9abb0fa3cf90d5e2273c69aecb9158e6cf6f23c04754ed5d686be2616e81e2502eb16f4298ddd50518ca7677e13249da9e9b091162d3931ff65e4fe
 SHA512 
b0d4b85dbf1a541997203b872e3106906b4ad49cde57e1428bc22b2f8e2d73b8cb10ae0d0b792aebaf664594da4d1dea04c44ddc34e59047410766db04d1
 DIST gcc-13-20230826.tar.xz 84285788 BLAKE2B 
c25be594e322dd7145245c42ae21b98aa9e3e6ae69f1fa313830e40bf2e8fcb8435762f1c9d3f1ca1dbf31653bdc76a658bec708b7850fe40a7c55504ac30618
 SHA512 
3d47632e90651bd50a881c727c1ef2aa3322b4fc3e082919ae430270901abf8a05a34fe93f8b678c10dc9a0758f93dc3b33ed5947c8743dab453d2b50c063722
-DIST gcc-13.1.0.tar.xz 87451196 BLAKE2B 
b956a773cffe8b43bd6c9a99fe614f53f665438925a6b320975d301f547923e45d4d6fa577a143467fb03e0a9c1bab2b6719a1011d672367f3e644433a2d7606
 SHA512 
6cf06dfc48f57f5e67f7efe3248019329a14d690c728d9f2f7ef5fa0d58f1816f309586ba7ea2eac20d0b60a2d1b701f68392e9067dd46f827ba0efd7192db33
 DIST gcc-13.2.0-musl-patches-2.tar.xz 5292 BLAKE2B 
c057d6574d03c05854edaa9f3fd40e9149662b04f3ac7a7db3eb078d73a7b535726d1bf52e5b12736dedb2f9898ad731f2e48a6421fcfbf7b90f929dee072fcb
 SHA512 
a691da0c87c443a5e9d23731f4005f27871c5b12bc9102873ffa24d374aa7b9fbd187c4f5635d23fa9ffb17e351e76173c2d3fdf40646e355c4cb314b538de69
-DIST gcc-13.2.0-patches-1.tar.xz 15792 BLAKE2B 
2ffa9ac013c0f9a91eb93e87e3bc6c378d02cca32ad3f8a84d1249e257eb02b206ec10fa425738a4bae2ffb7db8506afcee2a8dd855357e4b48636608aa24e50
 SHA512 
917ea178f3696724f9ec08aebb6976f03c5edf8ee21bb4bad7e2d820507452f6dace6e847c4f342a52870642550f34da0346ee635a60ba0c1bff667e0e31d195
-DIST gcc-13.2.0-patches-3.tar.xz 30956 BLAKE2B 
29ce043b46645640ca1e983397af3e158588ad87575f0bc59451ea4a7dd5e3bb5b190ed031de6a22cd790d423ba111e95d222187dd09985dceb12db9f0a2d907
 SHA512 
4ffecae7be320124ad0c4e71e39e142b7aa8db0e70b5f486f491d7a33ea31efc6464c6abeea77df02a8bd5cf81f08225d625c8af5c27f9afa32c0d7d989f7a3c
 DIST gcc-13.2.0-patches-7.tar.xz 37064 BLAKE2B 
4a8700a8d44bfaa84926f8bfd0da4c5b0c0377f47fc0679456e909f7c9029b9cf1b72c0ba0bc505d9035d5c38e27f7e5b029727eaf2bc7aca417a6be966b2f43
 SHA512 
f440c97e6782ecb8581d41608e31a648ac426e2d870bc1d171da7794cdeff2fd0546cae0c7214e72fd3a00ead8a5c66f3f633b670b74553a2f3a40378b51f20c
-DIST gcc-13.2.0.tar.xz 87858592 BLAKE2B 
0034b29d3d6cc05821f0c4253ce077805943aff7b370729dd203bda57d89c107edd657eeddc2fb1e69ea15c7b0323b961f46516c7f4af89a3ccf7fea84701be2
 SHA512 
d99e4826a70db04504467e349e9fbaedaa5870766cda7c5cab50cdebedc4be755ebca5b789e1232a34a20be1a0b60097de9280efe47bdb71c73251e30b0862a2

diff --git a/sys-devel/kgcc64/kgcc64-13.1.0.ebuild 
b/sys-devel/kgcc64/kgcc64-13.1.0.ebuild
deleted file mode 100644
index ebb15a3712fb..
--- a/sys-devel/kgcc64/kgcc64-13.1.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-case ${CHOST} in
-   hppa*)CTARGET=hppa64-${CHOST#*-};;
-   mips*)CTARGET=${CHOST/mips/mips64};;
-   powerpc*) CTARGET=${CHOST/powerpc/powerpc64};;
-   s390*)CTARGET=${CHOST/s390/s390x};;
-   sparc*)   CTARGET=${CHOST/sparc/sparc64};;
-   i?86*)CTARGET=x86_64-${CHOST#*-};;
-esac
-export CTARGET
-TOOLCHAIN_ALLOWED_LANGS="c"
-TOOLCHAIN_PATCH_DEV="sam"
-PATCH_VER="1"
-PATCH_GCC_VER="13.2.0"
-MUSL_VER="2"
-MUSL_GCC_VER="13.2.0"
-GCC_TARGET_NO_MULTILIB=true
-inherit toolchain
-
-DESCRIPTION="64bit kernel compiler"
-
-# Works on hppa and mips; all other archs, refer to bug #228115
-KEYWORDS="~hppa"
-
-# unlike every other target, hppa has not unified the 32/64 bit
-# ports in binutils yet
-BDEPEND="hppa? ( sys-devel/binutils-hppa64 )"
-
-pkg_postinst() {
-   toolchain_pkg_postinst
-
-   cd "${ROOT}"/usr/bin
-   local x
-   for x in gcc cpp ; do
-   cat <<-EOF 

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

2023-10-19 Thread Sam James
commit: b4a4cf8ec0a4a676ee0c8cf9dc92cd3c30c36834
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 20 01:39:20 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 20 01:39:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4a4cf8e

net-libs/nodejs: crank ICU dep for 

Cranked in 162a0652ab1a2198dc4eadee4134cbf84710a734.

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

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

diff --git a/net-libs/nodejs/nodejs-.ebuild 
b/net-libs/nodejs/nodejs-.ebuild
index 6dc0d26fdd27..19e8df2ef0a4 100644
--- a/net-libs/nodejs/nodejs-.ebuild
+++ b/net-libs/nodejs/nodejs-.ebuild
@@ -40,7 +40,7 @@ RDEPEND=">=app-arch/brotli-1.0.9:=
>=net-libs/nghttp2-1.41.0:=
sys-libs/zlib
corepack? ( !sys-apps/yarn )
-   system-icu? ( >=dev-libs/icu-71:= )
+   system-icu? ( >=dev-libs/icu-73:= )
system-ssl? ( >=dev-libs/openssl-1.1.1:0= )
sys-devel/gcc:*"
 BDEPEND="${PYTHON_DEPS}



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

2023-10-19 Thread Sam James
commit: e83dea8598f269bd1644a1700e9212e2331df8f1
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 20 01:22:11 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 20 01:24:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e83dea85

sys-devel/gcc: drop 12.3.1_p20230922, 12.3.1_p20230929

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

 sys-devel/gcc/Manifest|  2 -
 sys-devel/gcc/gcc-12.3.1_p20230922.ebuild | 64 ---
 sys-devel/gcc/gcc-12.3.1_p20230929.ebuild | 64 ---
 3 files changed, 130 deletions(-)

diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index 014bcb2b0929..60cc6936fc17 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -12,8 +12,6 @@ DIST gcc-11.4.0-patches-10.tar.xz 13852 BLAKE2B 
54937d13e30e2a5303c7e197fae09eee
 DIST gcc-11.4.0-patches-9.tar.xz 14704 BLAKE2B 
9aa2ecbac493d3040694e9930738e57d59a764b90ab92b91709c319b883f28ad108767e5d11e8b62af40bf1e583d5ff83a03e8c895f904bc6f41315ce9ab4f0a
 SHA512 
ac8b7c6c382ffacc4e9d08299440fc237fa366ec36fb8eb7a8d426b64a4186384a262e6380dc83ed7f7240125ce26a8435c8a4e0e13976ef2652067a7129bd17
 DIST gcc-12-20230526.tar.xz 79780444 BLAKE2B 
6f6eca272ab506e16a231003c399e28572595c82fbaaec9deb14b78ff9fc493fb24afe1c375d4f2fd75e9813805934857ef2ceb6c05b7977dbfe2e50abdc3ec9
 SHA512 
fb190ce5bf3d38a1899016475c1551550d44c6f71f1f1a71ced545cbb2aff0446bd2765230b0920379579a13103a507ffc1e197ac69afb0a4f08efe11b50918d
 DIST gcc-12-20230825.tar.xz 79804260 BLAKE2B 
4d3eb40eb5954d497b3e9586dad0d18c9e561d3fdd0bdccc5c9572edfbe024a235e30371a10116d98c77f0b6042739600c57ac99253d34f0fbb8b8465b187e1f
 SHA512 
a6cd868f474c356886460b95263807828f9a379ce97524611ec504d6a9149ca1f92585128e6ffd03fa2647442e72fde6ebe987fd49f2fc49d8df39ab056905c5
-DIST gcc-12-20230922.tar.xz 79801244 BLAKE2B 
9b7681a742ed7aa81f06f726d765d4b1259c199ec3fb5c3072b789491b99c966f1a5d90fbe357136b5f1dd8b046653c51653b8a7049ef0768049534b5364816a
 SHA512 
41542d2ab1ebd3c5a342159bc58a2f891d89a6b87533a928193dd28dc8dc3e3b3e3e4e547be20c930f8e85014c76128cbedbe6f846524b67acd3af16e93c3189
-DIST gcc-12-20230929.tar.xz 79799412 BLAKE2B 
b4290ca0c9dd115e7e893c49ee205ab6c310f5c2b3087a6f619dca1838aef4c813fad349a0b618cbd8d107ae8d1a2307bc3499f32bf53c78d3dbda67a4991c99
 SHA512 
98bd7fe68d3ddd565c56182331129c5270e6a8b02bcb687e58af55e4a82644e6429e2ef7171216a19841fa8fc6fd605c0fabb38d7844daf278fc3bbb634cfc08
 DIST gcc-12-20231006.tar.xz 79786912 BLAKE2B 
09da5378d449b6d1d5d5af82bfa18b6d073a4f255afef5e19a086e72d41ba0a204705353a4ef7df8c89ace4de639573fe98ab37f90e0f0761743336fcfb023b2
 SHA512 
21975c70bc7958a44e4785881cc4c64bc842ec28e34a10880ef7369299af0bccdeb54ceb6e303ca031795a678e1649100a6924110268ba53147ae6e7da6acb91
 DIST gcc-12-20231013.tar.xz 79793868 BLAKE2B 
39844a7ff9b5bfd1201816b5758aa9937fb69f28f43a6c6f3aba1debbc24e0908b0af20fd1257cfbddf5bfd23c3d8ea264a1743822443f8ed12c03b874732e76
 SHA512 
52ec9815535634db0ea47521a416b2be4fc483b1b90e10cac5d6235e661a5c142d8d5c9f3d06cc856572fc38d3a9abe601b9c1fa918f115dc7d1dc81db9d9ceb
 DIST gcc-12.3.0-musl-patches-1.tar.xz 3572 BLAKE2B 
c7bf65f7c9ea8023ddaac821ee2b778622fa310ac72a72b2f7032494a8f304eac86217f9204622e6c21aaef9952bece0d09bc126facd4f42b602927909815ab5
 SHA512 
babc279fea2c1fd4c018815f2f5630214fd46015ce9f365c28af242681d51818eaca30ce298eddcab1eed5ac5f2759e2b47b2335afab9d722b4469a6d4fec326

diff --git a/sys-devel/gcc/gcc-12.3.1_p20230922.ebuild 
b/sys-devel/gcc/gcc-12.3.1_p20230922.ebuild
deleted file mode 100644
index 1ffe2b97a4bf..
--- a/sys-devel/gcc/gcc-12.3.1_p20230922.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-TOOLCHAIN_PATCH_DEV="sam"
-PATCH_GCC_VER="12.3.0"
-PATCH_VER="2"
-MUSL_VER="1"
-MUSL_GCC_VER="12.3.0"
-
-if [[ ${PV} == *. ]] ; then
-   MY_PV_2=$(ver_cut 2)
-   MY_PV_3=1
-   if [[ ${MY_PV_2} == 0 ]] ; then
-   MY_PV_2=0
-   MY_PV_3=0
-   else
-   MY_PV_2=$((${MY_PV_2} - 1))
-   fi
-
-   # e.g. 12.2. -> 12.1.1
-   TOOLCHAIN_GCC_PV=$(ver_cut 1).${MY_PV_2}.${MY_PV_3}
-elif [[ -n ${TOOLCHAIN_GCC_RC} ]] ; then
-   # Cheesy hack for RCs
-   MY_PV=$(ver_cut 1).$((($(ver_cut 2) + 1))).$((($(ver_cut 3) - 
1)))-RC-$(ver_cut 5)
-   MY_P=${PN}-${MY_PV}
-   GCC_TARBALL_SRC_URI="mirror://gcc/snapshots/${MY_PV}/${MY_P}.tar.xz"
-   TOOLCHAIN_SET_S=no
-   S="${WORKDIR}"/${MY_P}
-fi
-
-inherit toolchain
-
-if tc_is_live ; then
-   # Needs to be after inherit (for now?), bug #830908
-   EGIT_BRANCH=releases/gcc-$(ver_cut 1)
-elif [[ -z ${TOOLCHAIN_USE_GIT_PATCHES} ]] ; then
-   # Don't keyword live ebuilds
-   #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
-   :;
-fi
-
-if [[ ${CATEGORY} != cross-* ]] ; then
-   # Technically only if USE=hardened *too* right now, 

[gentoo-commits] repo/gentoo:master commit in: virtual/dist-kernel/

2023-10-19 Thread Sam James
commit: 00ada372a0a16dbe6870cd77585e8a17f8c737e9
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct 19 23:06:03 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 20 01:24:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00ada372

virtual/dist-kernel: Bump to 6.1.59

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

 virtual/dist-kernel/dist-kernel-6.1.59.ebuild | 19 +++
 1 file changed, 19 insertions(+)

diff --git a/virtual/dist-kernel/dist-kernel-6.1.59.ebuild 
b/virtual/dist-kernel/dist-kernel-6.1.59.ebuild
new file mode 100644
index ..8012e544096f
--- /dev/null
+++ b/virtual/dist-kernel/dist-kernel-6.1.59.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Virtual to depend on any Distribution Kernel"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+   || (
+   ~sys-kernel/gentoo-kernel-${PV}
+   ~sys-kernel/gentoo-kernel-bin-${PV}
+   ~sys-kernel/vanilla-kernel-${PV}
+   )"



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

2023-10-19 Thread Sam James
commit: f4647123bdf5a75fcad066796a825a8f606297ba
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 20 01:21:41 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 20 01:24:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4647123

sys-devel/gcc: drop old 11 snapshots

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

 sys-devel/gcc/Manifest|  3 --
 sys-devel/gcc/gcc-11.4.1_p20230921.ebuild | 64 ---
 sys-devel/gcc/gcc-11.4.1_p20230928.ebuild | 64 ---
 sys-devel/gcc/gcc-11.4.1_p20231005.ebuild | 64 ---
 4 files changed, 195 deletions(-)

diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index 331f33022bb7..014bcb2b0929 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -5,9 +5,6 @@ DIST gcc-10.5.0.tar.xz 77846412 BLAKE2B 
9b71761f4015649514677784443886e59733ac38
 DIST gcc-11-20230427.tar.xz 76165128 BLAKE2B 
dd896b418c1fce35a61005d5b5c90cfd1246d37d23c2a8fc08bacd7d7ca84c353f3ccf5de2370ae5e5ca95c7ae3deab3565b3f65eb78b611dbe5ad4a256516f0
 SHA512 
fada917a832be5d2e15ee32f24e19fc87b851dc8e6fc75d1be6d25d3510dba408ae3ef3b245ff239c51aa3d243c95f12269695611e5c8965ba55f5aa4730778d
 DIST gcc-11-20230622.tar.xz 76199316 BLAKE2B 
a769dc6be63eabca3bc33944b471d727bf230e506773c85977156b187f12664f2cd3e0992a1faefda8ec88ff85d1a8d12795121baadc7e8b9653d69a8025e46e
 SHA512 
8dbc5a4b54f2bc52458914705af40a00b33e46061dd5b335b4b4a6e96d17206fe480d3fec564dd11ebcca6168f054984d706b1b26b7e694e8b327692a13ae7d1
 DIST gcc-11-20230824.tar.xz 76202120 BLAKE2B 
243ce16e28c66d681bb27df32866947309f8fa386e258896651b6853e390da79304250669096fd55cafe0a9d5adf4b3a3cf5989302f4ad13660ece80639b545a
 SHA512 
a9cab8bf61f2a572baba73a2a11271eeb61d43f07411df376a8568820c1373f64f635d747933fda1e942ae717b0ae9f1c810f662fc09ccb075940248bc48b582
-DIST gcc-11-20230921.tar.xz 76227940 BLAKE2B 
b086b35bc7192be078d08f6c9363a9b343f8d97a1bc781870796cf564b829febeccb5f94739fb14a88357f7f66530ff3c23f298eed9341ffb6927a5ac4a40546
 SHA512 
20fd7e680303a8328e9c017ab21dc3cab46fe5684a08bfc48a342ec4e95cc94675db2e450483499f126b2d5943e3ef8115287a5b4da8718b966c0ffe9f79b925
-DIST gcc-11-20230928.tar.xz 76217292 BLAKE2B 
d0c58f0e8e15a4efaa3faba9b83efdac9b96749836f776f2ef438cd0bcf74601e5d24b2c45e7edfb2cc44e5aee32c5a2b23c8efcb370e4cf902c98d930664157
 SHA512 
ddbc362d8b3177432886861da89e68b187deeaae7d40aa03881f8135931475ba688688fd3217d95dfb9d01d62a634808a04ab0a4c37f12332155bdabce459115
-DIST gcc-11-20231005.tar.xz 76222664 BLAKE2B 
f5671cdb01df00bd917f59ad33ac91a4904514ed25b9879e6c10cad15a8709dd7ff9425ba99de45b811e3a1afde977a5683b6e9c8de91da8080f37dc9cce
 SHA512 
4f0f0543655f398ea32c08f2b18be2430652ef3537b1d46ecbb9e522a7701bea2ffe04ed6fe6a179596a5f8da02fbd5fdc4758c6b9e8e2e9d9f0805383c4fc1e
 DIST gcc-11-20231012.tar.xz 76228876 BLAKE2B 
f48d440cefdad9eb021116b72ba41a7cb8b3af904abafb26bd49113f3bdaacbeab86f3d7a783130ea1a1f8c6556d1dc83b8176ae96973c524dc8606443e0be0a
 SHA512 
7cae1a36a113e0184b1c10c7892a808a6ec38ecd4b1c482d589717c68474873093eebd68465694344ee1208d0e118f5d91b3a19f981da22dfa95ee86663572bb
 DIST gcc-11-20231019.tar.xz 76228604 BLAKE2B 
cc1278eb4beb598d81b1629fe72095487709f9e1a7229dba0512ba8273767b05e79c7c02104a1aa28b699d42ef0f10f7b960f1a37693c1508df9846edfe80b82
 SHA512 
f98ce83e0d75fe4459e1852d900924e8e3c31853ba54e38e46f040f4d109726b6c171bbb51e9230c459d617c3c8ac37708ef65997d6797a1686b60cdca3107a0
 DIST gcc-11.4.0-musl-patches-2.tar.xz 4308 BLAKE2B 
a2335e155fc57816fed822a648e0eaefafcba9d04e1ad0fd7baeea5a694ab6f5e3c1678cb406f2a1bd17bab25cb01699d032713a1ccf337948dfda2093844607
 SHA512 
17b84f907cb1bd763873655e6f35fd3ed55a40b602b70a626f04f83b4cc89c6261db1661de78d4d969187a8c56e9f6305b742515a3836b962248a21df0df5d0c

diff --git a/sys-devel/gcc/gcc-11.4.1_p20230921.ebuild 
b/sys-devel/gcc/gcc-11.4.1_p20230921.ebuild
deleted file mode 100644
index 02c58f02f0a6..
--- a/sys-devel/gcc/gcc-11.4.1_p20230921.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-TOOLCHAIN_PATCH_DEV="sam"
-PATCH_GCC_VER="11.4.0"
-PATCH_VER="10"
-MUSL_VER="2"
-MUSL_GCC_VER="11.4.0"
-
-if [[ ${PV} == *. ]] ; then
-   MY_PV_2=$(ver_cut 2)
-   MY_PV_3=1
-   if [[ ${MY_PV_2} == 0 ]] ; then
-   MY_PV_2=0
-   MY_PV_3=0
-   else
-   MY_PV_2=$((${MY_PV_2} - 1))
-   fi
-
-   # e.g. 12.2. -> 12.1.1
-   TOOLCHAIN_GCC_PV=$(ver_cut 1).${MY_PV_2}.${MY_PV_3}
-elif [[ -n ${TOOLCHAIN_GCC_RC} ]] ; then
-   # Cheesy hack for RCs
-   MY_PV=$(ver_cut 1).$((($(ver_cut 2) + 1))).$((($(ver_cut 3) - 
1)))-RC-$(ver_cut 5)
-   MY_P=${PN}-${MY_PV}
-   GCC_TARBALL_SRC_URI="mirror://gcc/snapshots/${MY_PV}/${MY_P}.tar.xz"
-   TOOLCHAIN_SET_S=no
-   S="${WORKDIR}"/${MY_P}
-fi
-
-inhe

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

2023-10-19 Thread Sam James
commit: 1d8ff1e639f18dbe75f7c3cc2367a71900d2f650
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 20 01:16:54 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 20 01:24:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d8ff1e6

app-editors/micro: fix syntax highlighting

Closes: https://bugs.gentoo.org/915628
Signed-off-by: Sam James  gentoo.org>

 .../micro/files/micro-2.0.12-no-strip.patch| 25 +
 app-editors/micro/micro-2.0.12-r1.ebuild   | 43 ++
 2 files changed, 68 insertions(+)

diff --git a/app-editors/micro/files/micro-2.0.12-no-strip.patch 
b/app-editors/micro/files/micro-2.0.12-no-strip.patch
new file mode 100644
index ..48700182bd18
--- /dev/null
+++ b/app-editors/micro/files/micro-2.0.12-no-strip.patch
@@ -0,0 +1,25 @@
+--- a/Makefile
 b/Makefile
+@@ -16,18 +16,18 @@ VSCODE_TESTS_BASE_URL = 
'https://raw.githubusercontent.com/microsoft/vscode/e6a4
+ build: generate build-quick
+ 
+ build-quick:
+-  go build -trimpath -ldflags "-s -w $(GOVARS) 
$(ADDITIONAL_GO_LINKER_FLAGS)" ./cmd/micro
++  go build -trimpath -ldflags "-w $(GOVARS) 
$(ADDITIONAL_GO_LINKER_FLAGS)" ./cmd/micro
+ 
+ build-dbg:
+-  go build -trimpath -ldflags "-s -w $(ADDITIONAL_GO_LINKER_FLAGS) 
$(DEBUGVAR)" ./cmd/micro
++  go build -trimpath -ldflags "-w $(ADDITIONAL_GO_LINKER_FLAGS) 
$(DEBUGVAR)" ./cmd/micro
+ 
+ build-tags: fetch-tags generate
+-  go build -trimpath -ldflags "-s -w $(GOVARS) 
$(ADDITIONAL_GO_LINKER_FLAGS)" ./cmd/micro
++  go build -trimpath -ldflags "-w $(GOVARS) 
$(ADDITIONAL_GO_LINKER_FLAGS)" ./cmd/micro
+ 
+ build-all: build
+ 
+ install: generate
+-  go install -ldflags "-s -w $(GOVARS) $(ADDITIONAL_GO_LINKER_FLAGS)" 
./cmd/micro
++  go install -ldflags "-w $(GOVARS) $(ADDITIONAL_GO_LINKER_FLAGS)" 
./cmd/micro
+ 
+ install-all: install
+ 

diff --git a/app-editors/micro/micro-2.0.12-r1.ebuild 
b/app-editors/micro/micro-2.0.12-r1.ebuild
new file mode 100644
index ..5ccf1af373bf
--- /dev/null
+++ b/app-editors/micro/micro-2.0.12-r1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module optfeature desktop xdg
+
+DESCRIPTION="Modern and intuitive terminal-based text editor"
+HOMEPAGE="https://github.com/zyedidia/micro;
+SRC_URI="https://github.com/zyedidia/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+SRC_URI+=" 
https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-deps.tar.xz;
+
+LICENSE="MIT Apache-2.0 BSD MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+
+BDEPEND="dev-vcs/git"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.0.12-no-strip.patch
+)
+
+src_compile() {
+   # We build/install this way for bug #915628 (highlighting)
+   emake VERSION=${PV} build
+}
+
+src_install() {
+   dodir /usr/bin
+   emake GOBIN="${ED}"/usr/bin install
+   doman ./assets/packaging/micro.1
+   domenu assets/packaging/micro.desktop
+   einstalldocs
+}
+
+pkg_postinst() {
+   # Update desktop file mime cache
+   xdg_pkg_postinst
+
+   optfeature_header "Clipboard support with display servers:"
+   optfeature "Xorg" x11-misc/xsel x11-misc/xclip
+   optfeature "Wayland" gui-apps/wl-clipboard
+}



[gentoo-commits] repo/gentoo:master commit in: virtual/dist-kernel/

2023-10-19 Thread Sam James
commit: 7c377f002af1f7b97f9284da19096394f24820aa
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct 19 23:09:08 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 20 01:24:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c377f00

virtual/dist-kernel: Bump to 5.15.136

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

 virtual/dist-kernel/dist-kernel-5.15.136.ebuild | 19 +++
 1 file changed, 19 insertions(+)

diff --git a/virtual/dist-kernel/dist-kernel-5.15.136.ebuild 
b/virtual/dist-kernel/dist-kernel-5.15.136.ebuild
new file mode 100644
index ..6e4e4714e283
--- /dev/null
+++ b/virtual/dist-kernel/dist-kernel-5.15.136.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Virtual to depend on any Distribution Kernel"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0/${PVR}"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="
+   || (
+   ~sys-kernel/gentoo-kernel-${PV}
+   ~sys-kernel/gentoo-kernel-bin-${PV}
+   ~sys-kernel/vanilla-kernel-${PV}
+   )"



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

2023-10-19 Thread Sam James
commit: ad140291cc73416f515456c86f8dfc6a187ec132
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 20 01:21:18 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 20 01:24:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad140291

sys-devel/gcc: add 11.4.1_p20231019

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

 sys-devel/gcc/Manifest|  1 +
 sys-devel/gcc/gcc-11.4.1_p20231019.ebuild | 64 +++
 2 files changed, 65 insertions(+)

diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index 35d5d03373cc..331f33022bb7 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -9,6 +9,7 @@ DIST gcc-11-20230921.tar.xz 76227940 BLAKE2B 
b086b35bc7192be078d08f6c9363a9b343f
 DIST gcc-11-20230928.tar.xz 76217292 BLAKE2B 
d0c58f0e8e15a4efaa3faba9b83efdac9b96749836f776f2ef438cd0bcf74601e5d24b2c45e7edfb2cc44e5aee32c5a2b23c8efcb370e4cf902c98d930664157
 SHA512 
ddbc362d8b3177432886861da89e68b187deeaae7d40aa03881f8135931475ba688688fd3217d95dfb9d01d62a634808a04ab0a4c37f12332155bdabce459115
 DIST gcc-11-20231005.tar.xz 76222664 BLAKE2B 
f5671cdb01df00bd917f59ad33ac91a4904514ed25b9879e6c10cad15a8709dd7ff9425ba99de45b811e3a1afde977a5683b6e9c8de91da8080f37dc9cce
 SHA512 
4f0f0543655f398ea32c08f2b18be2430652ef3537b1d46ecbb9e522a7701bea2ffe04ed6fe6a179596a5f8da02fbd5fdc4758c6b9e8e2e9d9f0805383c4fc1e
 DIST gcc-11-20231012.tar.xz 76228876 BLAKE2B 
f48d440cefdad9eb021116b72ba41a7cb8b3af904abafb26bd49113f3bdaacbeab86f3d7a783130ea1a1f8c6556d1dc83b8176ae96973c524dc8606443e0be0a
 SHA512 
7cae1a36a113e0184b1c10c7892a808a6ec38ecd4b1c482d589717c68474873093eebd68465694344ee1208d0e118f5d91b3a19f981da22dfa95ee86663572bb
+DIST gcc-11-20231019.tar.xz 76228604 BLAKE2B 
cc1278eb4beb598d81b1629fe72095487709f9e1a7229dba0512ba8273767b05e79c7c02104a1aa28b699d42ef0f10f7b960f1a37693c1508df9846edfe80b82
 SHA512 
f98ce83e0d75fe4459e1852d900924e8e3c31853ba54e38e46f040f4d109726b6c171bbb51e9230c459d617c3c8ac37708ef65997d6797a1686b60cdca3107a0
 DIST gcc-11.4.0-musl-patches-2.tar.xz 4308 BLAKE2B 
a2335e155fc57816fed822a648e0eaefafcba9d04e1ad0fd7baeea5a694ab6f5e3c1678cb406f2a1bd17bab25cb01699d032713a1ccf337948dfda2093844607
 SHA512 
17b84f907cb1bd763873655e6f35fd3ed55a40b602b70a626f04f83b4cc89c6261db1661de78d4d969187a8c56e9f6305b742515a3836b962248a21df0df5d0c
 DIST gcc-11.4.0-patches-10.tar.xz 13852 BLAKE2B 
54937d13e30e2a5303c7e197fae09eeed35ca0b9783625e02578fcee829b5503fb22d664366322b304df7d01ae807d00af7c93db3e3ceebe4851e15647724f87
 SHA512 
31b4d7a2e7cc589e92e12c3583d13d41c523cafbd309bc0532df9b68ea2473c89daef4c0edd3ce2917b5823d81a7792f145b9449f16277d0d64c22ceff50bbb9
 DIST gcc-11.4.0-patches-9.tar.xz 14704 BLAKE2B 
9aa2ecbac493d3040694e9930738e57d59a764b90ab92b91709c319b883f28ad108767e5d11e8b62af40bf1e583d5ff83a03e8c895f904bc6f41315ce9ab4f0a
 SHA512 
ac8b7c6c382ffacc4e9d08299440fc237fa366ec36fb8eb7a8d426b64a4186384a262e6380dc83ed7f7240125ce26a8435c8a4e0e13976ef2652067a7129bd17

diff --git a/sys-devel/gcc/gcc-11.4.1_p20231019.ebuild 
b/sys-devel/gcc/gcc-11.4.1_p20231019.ebuild
new file mode 100644
index ..02c58f02f0a6
--- /dev/null
+++ b/sys-devel/gcc/gcc-11.4.1_p20231019.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+TOOLCHAIN_PATCH_DEV="sam"
+PATCH_GCC_VER="11.4.0"
+PATCH_VER="10"
+MUSL_VER="2"
+MUSL_GCC_VER="11.4.0"
+
+if [[ ${PV} == *. ]] ; then
+   MY_PV_2=$(ver_cut 2)
+   MY_PV_3=1
+   if [[ ${MY_PV_2} == 0 ]] ; then
+   MY_PV_2=0
+   MY_PV_3=0
+   else
+   MY_PV_2=$((${MY_PV_2} - 1))
+   fi
+
+   # e.g. 12.2. -> 12.1.1
+   TOOLCHAIN_GCC_PV=$(ver_cut 1).${MY_PV_2}.${MY_PV_3}
+elif [[ -n ${TOOLCHAIN_GCC_RC} ]] ; then
+   # Cheesy hack for RCs
+   MY_PV=$(ver_cut 1).$((($(ver_cut 2) + 1))).$((($(ver_cut 3) - 
1)))-RC-$(ver_cut 5)
+   MY_P=${PN}-${MY_PV}
+   GCC_TARBALL_SRC_URI="mirror://gcc/snapshots/${MY_PV}/${MY_P}.tar.xz"
+   TOOLCHAIN_SET_S=no
+   S="${WORKDIR}"/${MY_P}
+fi
+
+inherit toolchain
+
+if tc_is_live ; then
+   # Needs to be after inherit (for now?), bug #830908
+   EGIT_BRANCH=releases/gcc-$(ver_cut 1)
+elif [[ -z ${TOOLCHAIN_USE_GIT_PATCHES} ]] ; then
+   # Don't keyword live ebuilds
+   #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
+   :;
+fi
+
+if [[ ${CATEGORY} != cross-* ]] ; then
+   # Technically only if USE=hardened *too* right now, but no point in 
complicating it further.
+   # If GCC is enabling CET by default, we need glibc to be built with 
support for it.
+   # bug #830454
+   RDEPEND="elibc_glibc? ( sys-libs/glibc[cet(-)?] )"
+   DEPEND="${RDEPEND}"
+   BDEPEND=">=${CATEGORY}/binutils-2.30[cet(-

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

2023-10-19 Thread Sam James
commit: 2c29d3245367eafe515c483de205347decda21c6
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 20 00:59:35 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 20 01:24:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c29d324

sys-apps/moar: drop 1.16.2, 1.18.0, 1.18.1

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

 sys-apps/moar/Manifest   |  6 --
 sys-apps/moar/moar-1.16.2.ebuild | 41 
 sys-apps/moar/moar-1.18.0.ebuild | 41 
 sys-apps/moar/moar-1.18.1.ebuild | 41 
 4 files changed, 129 deletions(-)

diff --git a/sys-apps/moar/Manifest b/sys-apps/moar/Manifest
index c316ff184909..ba3f1f0e9dde 100644
--- a/sys-apps/moar/Manifest
+++ b/sys-apps/moar/Manifest
@@ -1,10 +1,4 @@
-DIST moar-1.16.2-deps.tar.xz 4760036 BLAKE2B 
6fd72d710a620fdf104766be84f3fa68652c760818cdee66bb8475cc8949872c82be026c04b54cb61c0108c5977cb1f787f9a4fa0316bde0293cdedb1f6f94f8
 SHA512 
f40520a1b2e94f4a3e97d6a4e19191484b66e13a57c7b30416c813d84cad3d29295e862d5b75870313cc905112425c731d052619d49e78b33fb3d5d8750df3df
-DIST moar-1.16.2.tar.gz 2782878 BLAKE2B 
f713e13f9729ab6fb17a1f297551b765ee4a19d1fd7ae2da949d489a37fb2e91c0958cfe4ce4c4a57339dedadc1b77d276464a87522ede1c451cc906ed9a4d51
 SHA512 
934696264082d72b202339d2b30b0f382cb7ef7a1b3985d5fb23f8dd81306c657c4bd24c59c1338a090a56ae2af53dc0d576f2c482b33f782f27434add50b222
 DIST moar-1.17.1-deps.tar.xz 4760036 BLAKE2B 
6fd72d710a620fdf104766be84f3fa68652c760818cdee66bb8475cc8949872c82be026c04b54cb61c0108c5977cb1f787f9a4fa0316bde0293cdedb1f6f94f8
 SHA512 
f40520a1b2e94f4a3e97d6a4e19191484b66e13a57c7b30416c813d84cad3d29295e862d5b75870313cc905112425c731d052619d49e78b33fb3d5d8750df3df
 DIST moar-1.17.1.tar.gz 2784584 BLAKE2B 
486520a89969bde12bed683e28fd37a90d32b35ecc80261901595ccfe9d12deb26c307404ba0505919b1a35c237e07b59aa5469f04b51bd12d6e71e39571b648
 SHA512 
f502e930cf78c86eccacb4c23b1d4874bb39d5add2b36dbaa5426d269b5a315204782e1f539262f04adab510d177e374fcf9ff79df5ba2974f32e513e8d56fd6
-DIST moar-1.18.0-deps.tar.xz 4760036 BLAKE2B 
6fd72d710a620fdf104766be84f3fa68652c760818cdee66bb8475cc8949872c82be026c04b54cb61c0108c5977cb1f787f9a4fa0316bde0293cdedb1f6f94f8
 SHA512 
f40520a1b2e94f4a3e97d6a4e19191484b66e13a57c7b30416c813d84cad3d29295e862d5b75870313cc905112425c731d052619d49e78b33fb3d5d8750df3df
-DIST moar-1.18.0.tar.gz 2784174 BLAKE2B 
3d9ee7fda27419b419f47bae3336d9f0d7ae48bbdad1fb8c501c85b4ea34aaaf6cf1c865f1b56d195ec6e129333d63e552d96b147fb9c26c739482a546d6286e
 SHA512 
a76f19465d03deec8f778fda213be6ab33fdd48d309231f4f0ad0cdd8ea2facc41e2bdb1b74771c4a9ce3a31c30a72754f790e5eb9edb06e19d26fe3e224b507
-DIST moar-1.18.1-deps.tar.xz 4760036 BLAKE2B 
6fd72d710a620fdf104766be84f3fa68652c760818cdee66bb8475cc8949872c82be026c04b54cb61c0108c5977cb1f787f9a4fa0316bde0293cdedb1f6f94f8
 SHA512 
f40520a1b2e94f4a3e97d6a4e19191484b66e13a57c7b30416c813d84cad3d29295e862d5b75870313cc905112425c731d052619d49e78b33fb3d5d8750df3df
-DIST moar-1.18.1.tar.gz 2784232 BLAKE2B 
eee1b0d805150f5a0e09b3038dd13189d20886fbe8159e9fddea4ea97edfafba400b5ab542795ba222c2757e684e41e2db95774ad33a8039e62e1244cd69c16e
 SHA512 
2dbe3b4f461f6ee77b8093e1783a06cf1703ec8c5682565cfb3d28d296296b562fd1032126f0f3ad835de9236d31e2930456b59ed8efb168c5243f4265c6b355
 DIST moar-1.18.2-deps.tar.xz 4893264 BLAKE2B 
48ac9d4992c2f6d1aa0f9160bde87bd19d66acfe912753645c9dbb6e5bc007eb68caf1fff53bae84b03e4a6607858717666b1527bf8d0080b0aca6dbb37a894e
 SHA512 
bf141777d4fee5c14e76130671862f255675da3c628c21cb892d53a469a0872d4c7f47699c16c50728df76ba4d9e467e9b8744a322c1acc8d0151f9eb5987b66
 DIST moar-1.18.2.tar.gz 2784141 BLAKE2B 
0ed2df0926390ef1de11cefb8933d39e90b704d943afe83e578adee745c0e27411e7f8b3741766176b6d66b44ee56592d8d0b84484d5e83d360dc4039428b3d4
 SHA512 
552e9fb635c554f16c250db1702314e34d2f961cbbd50106b696c096b31f2e7f86109e99c843911829905bb5390716f642ce0ebe70f0f1b71cada1b47c53e17a

diff --git a/sys-apps/moar/moar-1.16.2.ebuild b/sys-apps/moar/moar-1.16.2.ebuild
deleted file mode 100644
index 091d314e2ac3..
--- a/sys-apps/moar/moar-1.16.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-
-DESCRIPTION="Pager designed to do the right thing without any configuration"
-HOMEPAGE="https://github.com/walles/moar;
-SRC_URI="https://github.com/walles/moar/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
-SRC_URI+=" 
https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-deps.tar.xz;
-
-LICENSE="BSD-2 BSD MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="!dev-lang/moarvm"
-BDEPEND="
-   test? (
-   app-arch/bzip2
-   app-arch/xz-utils
-   )
-"
-
-src_compile() {
-   # https://github.com/walles/moar/blob/master/build.sh#L28
-   ego build -ldflags="-w -X 

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

2023-10-19 Thread Sam James
commit: ccb1a8224f33749cb8df11b05ed02a32bf50d358
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct 19 23:08:31 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 20 01:24:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccb1a822

sys-kernel/vanilla-kernel: Bump to 5.15.136

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

 sys-kernel/vanilla-kernel/Manifest |   2 +
 .../vanilla-kernel/vanilla-kernel-5.15.136.ebuild  | 137 +
 2 files changed, 139 insertions(+)

diff --git a/sys-kernel/vanilla-kernel/Manifest 
b/sys-kernel/vanilla-kernel/Manifest
index 8cb6c07ce3f6..b51992a285d5 100644
--- a/sys-kernel/vanilla-kernel/Manifest
+++ b/sys-kernel/vanilla-kernel/Manifest
@@ -25,6 +25,8 @@ DIST linux-5.10.198.tar.sign 993 BLAKE2B 
37837e3f112bec045edc490c64c8182b96d9dbf
 DIST linux-5.10.198.tar.xz 120618524 BLAKE2B 
d463367f0e9d9e1cd426bae13571d36f739cea3de54a222894c4f837c56576c8d0f2e83f6c9c3a8fb2644340859a335403d9b91837b0754729a5270f34dc3a19
 SHA512 
3ccfbaff9b45d3239024e6c29e3a33af05460997971d767293e45f22c4db66f99595285d5dac1071f19926f35cdd90d323bd6e57809b57954f4988152ebe6342
 DIST linux-5.15.135.tar.sign 993 BLAKE2B 
a3558f5e466ce41ad38ddf0da970ef87614630dfe90ffbb60cf26ca159bd8e2d4ec09e55225201bc7c541139243607232f65536d4000ac4ca3ea2cf1d3322e3d
 SHA512 
2ef6d6bf7b730402305ced9c5ca403619ac8879e99f2071d3c72ed7ebf0f42ce5a008da7d1acefb195e9c5a157e3d24b8c5e7675e68eee9f8e440ebf2c536b9e
 DIST linux-5.15.135.tar.xz 126555708 BLAKE2B 
13579733de339520faafd1e80fa0a8c7e43c7321483f0519de713864b44699f64a439e819c9901e60921973b6db182063517cd4c4ac0aa876c68a7c50cecd967
 SHA512 
c5993103523ddda31893fe69a1bb6c77d6f20e9cacefc6041453072ac8c0294353ddc4eeaea0464b097d7c41c0a6339a225b3b029da771dce0652c637fd19777
+DIST linux-5.15.136.tar.sign 993 BLAKE2B 
d72d98b6557ac356e9eb2c994e86c25ad0e56fcf6c1dbe012e11d2ca6f9b54dcfae328d919e00378547a3a439d858610fb16460bcae9fb1ebbab5fa97f1332f7
 SHA512 
e1551b696e623a0485f98b104ad22c49ef7db4165a84c4946105e950b87aef77181dfaab70cae72f821c850e6a6da4e24c9e86a18389e9ec143b444707a9
+DIST linux-5.15.136.tar.xz 126553260 BLAKE2B 
ff3c5009b2e3dbb37c972cb28fbf1734864d488b54a715eab517b0842795015228daf9887a9114f1dd1e65957b99061086bc83a75bee19dc686b140e212223e4
 SHA512 
07d8023a69cf145f2b0ab3ce782b8e469508cee08d615517fe8874f3e782f9979ba7b0aa5149d812a0d0f96a2fd114f4c5b0a2a6c51a2001ee6f40804f2d9bd8
 DIST linux-6.1.57.tar.sign 989 BLAKE2B 
90c9f151c97c1794632cbb60a94ecf4071ea566bebe0dfd676455f7f90145bd96711bc8679f1bcd86f859c775e22c00ed36e5bc95acb9bdae8e6ab98b65d749a
 SHA512 
c49065affd1fec362a677b7aa17fa428ca9ed4008951525d14c47764fdf759151643d416321237856fc120898d382c0bb7db6d715103c2308c416eaeb2f17426
 DIST linux-6.1.57.tar.xz 134983816 BLAKE2B 
9fd3b4ffdc392d2bedf1b9366fdd773e006c7148756420ae621285874bb2ec9461199871579ba713ce5df1831ace7392969a97f2d5b90b08695f632b97655f9d
 SHA512 
4ab0c0d2b2c6879c044fe18a1fe8472207f27bb596f7cc12d530aab7910fcbd5d672aa8cedfcecb7794d6a4dfff9d60746f19958703af472e5ecbd3287b67f08
 DIST linux-6.1.58.tar.sign 989 BLAKE2B 
122d097f99a6697f767aa4023bcf3b46cac6d139654d3259741aa55c6b13533e7db932cc069866d544199d1afed89e536c1700f761d5649e6c615071df66de92
 SHA512 
67c926518b5549d9446559568e860299d15abd9f656b3ab49329c4cd6ee281f17a0676b9b97b95edb42cc86949b042e99808864ad83448f130a84187e9537a29

diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-5.15.136.ebuild 
b/sys-kernel/vanilla-kernel/vanilla-kernel-5.15.136.ebuild
new file mode 100644
index ..09401b1d4561
--- /dev/null
+++ b/sys-kernel/vanilla-kernel/vanilla-kernel-5.15.136.ebuild
@@ -0,0 +1,137 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit kernel-build toolchain-funcs verify-sig
+
+MY_P=linux-${PV}
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+CONFIG_VER=5.15.19
+CONFIG_HASH=ec69da7a42b5b7c3da91572ef22097b069ddbd01
+GENTOO_CONFIG_VER=g9
+
+DESCRIPTION="Linux kernel built from vanilla upstream sources"
+HOMEPAGE="
+   https://wiki.gentoo.org/wiki/Project:Distribution_Kernel
+   https://www.kernel.org/
+"
+SRC_URI+="
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${MY_P}.tar.xz
+   
https://github.com/projg2/gentoo-kernel-config/archive/${GENTOO_CONFIG_VER}.tar.gz
+   -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz
+   verify-sig? (
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.sign
+   )
+   amd64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-x86_64-fedora.config
+   -> kernel-x86_64-fedora.config.${CONFIG_VER}
+   )
+   arm64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-aarch64-fedora.config
+   -> kernel-aarch64-fedora.config.${CONFIG_VER}
+   )
+   ppc64? (
+   

[gentoo-commits] repo/gentoo:master commit in: virtual/dist-kernel/

2023-10-19 Thread Sam James
commit: 46d55ca2928bbc3f9c267b83e3b0cb94a1a96940
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct 19 23:02:40 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 20 01:24:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46d55ca2

virtual/dist-kernel: Bump to 6.5.8

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

 virtual/dist-kernel/dist-kernel-6.5.8.ebuild | 19 +++
 1 file changed, 19 insertions(+)

diff --git a/virtual/dist-kernel/dist-kernel-6.5.8.ebuild 
b/virtual/dist-kernel/dist-kernel-6.5.8.ebuild
new file mode 100644
index ..8012e544096f
--- /dev/null
+++ b/virtual/dist-kernel/dist-kernel-6.5.8.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Virtual to depend on any Distribution Kernel"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+   || (
+   ~sys-kernel/gentoo-kernel-${PV}
+   ~sys-kernel/gentoo-kernel-bin-${PV}
+   ~sys-kernel/vanilla-kernel-${PV}
+   )"



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

2023-10-19 Thread Sam James
commit: cec2b32bdaae81cc4ba004715f3a29a4fe9810f4
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct 19 23:06:02 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 20 01:24:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cec2b32b

sys-kernel/gentoo-kernel: Bump to 6.1.59

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

 sys-kernel/gentoo-kernel/Manifest  |   2 +
 .../gentoo-kernel/gentoo-kernel-6.1.59.ebuild  | 146 +
 2 files changed, 148 insertions(+)

diff --git a/sys-kernel/gentoo-kernel/Manifest 
b/sys-kernel/gentoo-kernel/Manifest
index 85affd0f298e..7e954acac1fd 100644
--- a/sys-kernel/gentoo-kernel/Manifest
+++ b/sys-kernel/gentoo-kernel/Manifest
@@ -6,6 +6,8 @@ DIST genpatches-6.1-64.base.tar.xz 3729008 BLAKE2B 
10f4366a8fe83ca0609c0e2654e6c
 DIST genpatches-6.1-64.extras.tar.xz 3816 BLAKE2B 
315826af9d3e7abbef0314f962e2df50f9d183555ec5fb956fa7c9820435042e3c3a72a5ad766a3441543c54986ffbfdae8ff0a4deecb2a72851237108eaee71
 SHA512 
5a384aa4f6aff1a3410090873f9321ca1c6bcdb48dfefeaf7c2746b950ad22c7a745c60389ec49b99a249cb62c91d517389d5d91c844509dce5cd45a67b47edb
 DIST genpatches-6.1-65.base.tar.xz 3729228 BLAKE2B 
e2f41ebb95ca74bc5d37f950e088d2d790c09613728d86a58c31867954748d5ce57f484acfde262bb70c2d42538241b6b05cb9befd7efd6ee10a276fa79e4c3b
 SHA512 
815a57b87978d2a0196146ff4e2ff6a7e95d10c74727d458f9cbaeddded3c99c78a24524b8cf1fa0f1297e5bc7f3c9cd743b19f12938478f3f3faa3a68c7e431
 DIST genpatches-6.1-65.extras.tar.xz 3816 BLAKE2B 
78f99a28e607a207731a34036931d663c1815ba00bbbf0d83dcac5597733b705f2239baf44b1b454da38303c7b9b4663c8de9024f7bb51d71f155d5b3d948cb5
 SHA512 
e228dde9f67ff74e02dfeac5ddea5f2f0122f4a7f09a6499ff8ee27ca1eafbdfbf09a756fac212de49702f01bcef8e25be1872c62986d393aa55cc7274d906a4
+DIST genpatches-6.1-66.base.tar.xz 3766288 BLAKE2B 
3cf0a62fbfcd492e5c16b4158bcf7dfaecf7cc8df376e308ad606d8203022e04a0375a2c9a4fe58bf37bafbfd4a1ccacbb8939fc166590089884ba9989929430
 SHA512 
69418fe7fe88958d95bdcfb142e6350363180ede26cc44e035a0fdba12d2a8cc542a0ed7789572677eba29f9905af8720c8ddfa13e8257b129bfa95641e72f50
+DIST genpatches-6.1-66.extras.tar.xz 3816 BLAKE2B 
8b2f2aa2f65d427c4ec39cdb988200d31d360f2ffde6f633838b0c3437c4efe8438e01ccd8e2de57d7f164c32d509e35a8be1ac4818841a7719a3cdce9e47717
 SHA512 
7f40e6153812cfe74de8ce376d4ae02868b6f246027cbce67e0714a139e60b4aa32743876c180f3b7b07e9b6fd07d2138e21ff5e6ced9571d29bf3e647b615c4
 DIST genpatches-6.5-10.base.tar.xz 631564 BLAKE2B 
7a9fe483c7a6a040af5a1fc0fd99dd7d575a380240268bb61d68caf95613d53fac46edf6cb18633b6dd2e803c9360d3cc13f0160e6ccaf811ac8420f7dd30771
 SHA512 
506abb2a66c51e45ad3ebab0c3b921faaa890640c7236eed377aeb27dff9da552088ea8d8192b4f2e142c510c7d565a5c8431444fb39bd82948ec0e696c4b083
 DIST genpatches-6.5-10.extras.tar.xz 3704 BLAKE2B 
4bfee3cf5f3af32c02f4df2b91437258a4bed38c4cd1fc8f8467020ffe1835ec86dee58a10d2e1775fdd6392c6a28552ea3a90ff5fd36504ed43cb7787ea7e5e
 SHA512 
48589be11fcc969fd3f46475f8aa53047f191c5fec66918e84d178e14f531c209300808f7c2ddb479fb8409a344f205f59b72dd18b6d79d1ca924eab10f81f85
 DIST genpatches-6.5-9.base.tar.xz 574412 BLAKE2B 
339dc1d19a323c2143fdd394b324e8d73b6e21b833e48096b6ae312b188bd9f39811fcd7b93f900c6ceb6982eb6ca108b2ec617b8dc98fe2ec255ec3b002e31a
 SHA512 
42873d29784c0d85434d7eee81ef2000a42164e20ef74c875b81ed8df96ec3632261485c38e17ffa41d94df200b69d8d0e663eb8c90ea741234e860aad9026e3

diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-6.1.59.ebuild 
b/sys-kernel/gentoo-kernel/gentoo-kernel-6.1.59.ebuild
new file mode 100644
index ..803053479832
--- /dev/null
+++ b/sys-kernel/gentoo-kernel/gentoo-kernel-6.1.59.ebuild
@@ -0,0 +1,146 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit kernel-build toolchain-funcs
+
+MY_P=linux-${PV%.*}
+GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 7 ))
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+# forked to https://github.com/projg2/fedora-kernel-config-for-gentoo
+CONFIG_VER=6.1.7-gentoo
+GENTOO_CONFIG_VER=g9
+
+DESCRIPTION="Linux kernel built with Gentoo patches"
+HOMEPAGE="
+   https://wiki.gentoo.org/wiki/Project:Distribution_Kernel
+   https://www.kernel.org/
+"
+SRC_URI+="
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${MY_P}.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.base.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.extras.tar.xz
+   
https://github.com/projg2/gentoo-kernel-config/archive/${GENTOO_CONFIG_VER}.tar.gz
+   -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz
+   amd64? (
+   
https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-x86_64-fedora.config
+   -> kernel-x86_64-fedora.config.${CONFIG_VER}
+   )
+   arm64? (
+   

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

2023-10-19 Thread Sam James
commit: 94ebd8ef9443e3995d0ea96cba51678c74d02279
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct 19 23:01:50 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 20 01:24:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94ebd8ef

sys-kernel/vanilla-kernel: Bump to 6.5.8

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

 sys-kernel/vanilla-kernel/Manifest |   2 +
 .../vanilla-kernel/vanilla-kernel-6.5.8.ebuild | 140 +
 2 files changed, 142 insertions(+)

diff --git a/sys-kernel/vanilla-kernel/Manifest 
b/sys-kernel/vanilla-kernel/Manifest
index aec03ea7e23c..f17a45e686b5 100644
--- a/sys-kernel/vanilla-kernel/Manifest
+++ b/sys-kernel/vanilla-kernel/Manifest
@@ -31,3 +31,5 @@ DIST linux-6.1.58.tar.sign 989 BLAKE2B 
122d097f99a6697f767aa4023bcf3b46cac6d1396
 DIST linux-6.1.58.tar.xz 134984500 BLAKE2B 
64d90b1be8b75385f3019d4f9e1bf807c7e2b0923d3575abe2ccef05a451b5742719ab6c76bcb03765ab7ea0dd15e8dc372d1841dc3132011cf04512c62b0182
 SHA512 
bbf1e0a41d10ec23485bf99d239dd08f2914660fc8ae6858ca01cea8689d9a3ccbb5e9dfae6d5b8283485055f9b1aaf35f98ff3ef80599a654885b317527121a
 DIST linux-6.5.7.tar.sign 987 BLAKE2B 
e6cdbc33ee1f522ed3f30e144902f3a62bc10763e55047637c647445db29faa4014eefdd7beb92d700ba79d6bbbcf22b682883afbb2a1f16a6541c854c061d7d
 SHA512 
35ef9733fd0233ba60c693f49d7b8c7d08ef9bf6eabe601ac37fbb6310ed2174813b3b4f8cb0804a1e80d276e8871b249b0fdca4f730d26b96472dbd0269b333
 DIST linux-6.5.7.tar.xz 138955500 BLAKE2B 
a9bed9907bf4b22c08df8a8beaaf923648e4f0f1a4b00c11012871094e7c06a127e54bc1935edb8afc92999456c01ebabd04bc542a0e2fa16de0852a5f4be681
 SHA512 
38eeff75ad99f43cf230cc440e53988646b86a5f06c08b8390722fa765c12cb97bd51ef39d28d7c2fcd982712bf76aec41e8dab9c3774d148dd9f0a33de10c8d
+DIST linux-6.5.8.tar.sign 987 BLAKE2B 
a5cc0238804fd53c50b60c5919f81ce14ca70777d9687342bd50dc6ee7ce8d2bb3d513c7f40403b4766e00bdada0fdb808334011186232a9d696948d0058cef5
 SHA512 
3e3702923e4990f4b52c69a77f22da4d12b4e041f7e988b284e4d64e1346605d220449ba0e4ce8f9f87024a9b72f548aceb697a8d9f69736e50084d4402e4cfb
+DIST linux-6.5.8.tar.xz 138985892 BLAKE2B 
5d104cfd8f1f08b181ab85bb251e0a2fc1b37a791f396e83fab82ff5aeadc0c69a746359a6005dc766546c5a880235e1b4c477d67bd7b33ef6c4aaf4a8ea488b
 SHA512 
d13b24b49b337238b09f7fba865082935836e6f3322694576b71776fd999b9ef45a5e4779bac4d0ce5303f0627ccb2889864a93532e9c20699acf0b35917beef

diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-6.5.8.ebuild 
b/sys-kernel/vanilla-kernel/vanilla-kernel-6.5.8.ebuild
new file mode 100644
index ..4e53cde8ab8c
--- /dev/null
+++ b/sys-kernel/vanilla-kernel/vanilla-kernel-6.5.8.ebuild
@@ -0,0 +1,140 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KERNEL_IUSE_MODULES_SIGN=1
+inherit kernel-build toolchain-funcs verify-sig
+
+MY_P=linux-${PV}
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+# forked to https://github.com/projg2/fedora-kernel-config-for-gentoo
+CONFIG_VER=6.5.4-gentoo
+GENTOO_CONFIG_VER=g9
+
+DESCRIPTION="Linux kernel built from vanilla upstream sources"
+HOMEPAGE="
+   https://wiki.gentoo.org/wiki/Project:Distribution_Kernel
+   https://www.kernel.org/
+"
+SRC_URI+="
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${MY_P}.tar.xz
+   
https://github.com/projg2/gentoo-kernel-config/archive/${GENTOO_CONFIG_VER}.tar.gz
+   -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz
+   verify-sig? (
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.sign
+   )
+   amd64? (
+   
https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-x86_64-fedora.config
+   -> kernel-x86_64-fedora.config.${CONFIG_VER}
+   )
+   arm64? (
+   
https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-aarch64-fedora.config
+   -> kernel-aarch64-fedora.config.${CONFIG_VER}
+   )
+   ppc64? (
+   
https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-ppc64le-fedora.config
+   -> kernel-ppc64le-fedora.config.${CONFIG_VER}
+   )
+   x86? (
+   
https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-i686-fedora.config
+   -> kernel-i686-fedora.config.${CONFIG_VER}
+   )
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+IUSE="debug hardened"
+REQUIRED_USE="arm? ( savedconfig )"
+
+BDEPEND="
+   debug? ( dev-util/pahole )
+   verify-sig? ( sec-keys/openpgp-keys-kernel )
+"
+PDEPEND="
+   >=virtual/dist-kernel-${PV}
+"
+
+VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/kernel.org.asc
+
+src_unpack() {
+   if use verify-sig; then
+   einfo 

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

2023-10-19 Thread Sam James
commit: 9d9d5e988e82fe2a847e16d9fef059bc007007a5
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct 19 23:09:07 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 20 01:24:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d9d5e98

sys-kernel/gentoo-kernel: Bump to 5.15.136

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

 sys-kernel/gentoo-kernel/Manifest  |   2 +
 .../gentoo-kernel/gentoo-kernel-5.15.136.ebuild| 141 +
 2 files changed, 143 insertions(+)

diff --git a/sys-kernel/gentoo-kernel/Manifest 
b/sys-kernel/gentoo-kernel/Manifest
index 7e954acac1fd..9d7d3eed6a07 100644
--- a/sys-kernel/gentoo-kernel/Manifest
+++ b/sys-kernel/gentoo-kernel/Manifest
@@ -2,6 +2,8 @@ DIST genpatches-5.10-208.base.tar.xz 6093152 BLAKE2B 
39bf2d32114ec581c28770ebfa3
 DIST genpatches-5.10-208.extras.tar.xz 3876 BLAKE2B 
f288ba384e0871c7ceaca2f20fa324ef69e032e21847770e13b95d85d67f2de40780c5e30a2eb2c75c77f142f8417bef66bc6f82f7dfb46fa4e98555c96cc71b
 SHA512 
adad7c912629058889705cd77f684df2ceba3f02add3aefc3103f44484f996e8b42b320ca8697782fcbab24c00dc712fad0b852b8538f68c3ed258fe90550aa7
 DIST genpatches-5.15-141.base.tar.xz 5572792 BLAKE2B 
e062086d50d08b67c21c785b086c4bc0878f078ac6c10cabace2ebfe388af3497d2b98bb2e5d19d4b5791e78456bdf0e8c479121eb8c41b4ca2fcd362ebffe4f
 SHA512 
1835684a7737d61423ec0778316b46fedea491a8f5254d9a2d630e5a78519d61d22dfa0d9d6ea1ece563f165c0d54c748f23bca5df304ad45338c27327e8b2c3
 DIST genpatches-5.15-141.extras.tar.xz 3936 BLAKE2B 
c51e1f9dcf3995a2e178d8763407dc94595e513f02d96d54dc1b71a34ada0eaf46b6cb1cf4bebd39b4776605532df529cf8ed361480181af516ab889f915ee5b
 SHA512 
5eb1f68368de87df9236bcf10726cd3abcb75a9f59579e9810b9ea53f3ad332d345a3da7c1be61826b6b739aabb11a838d12ba7be3ce2cb890e094433176b02b
+DIST genpatches-5.15-142.base.tar.xz 5603000 BLAKE2B 
2c04fd46f173dc82421edddecd0efdd6d6df46534e1d7ceb6d2f34081e3a5d558b8444f92e2f9e14e3836734c32f60413d3777e7f490b06b3cbbb5c1e85c1792
 SHA512 
c548e4ca832f4a1d90fb639581c382fd16292b5f8b24b1ecd32aef2eb36c79c7f8f4083ae09b1e105be55e406f8b7a09233637a48f493ab139706334b1056ca0
+DIST genpatches-5.15-142.extras.tar.xz 3936 BLAKE2B 
76f3aba69251c7c30f2e21b450ae6977c10630448b380552191295d89be761d243b7cdaabf80ae52468327a009d1cb00841e8d15469909363a9683a58126ab30
 SHA512 
2dce221525460ca2065f102e447672291fed39c21fccefa5d9ca0c2486fd389fe4bce259674ecaa3b6f7dd52d04b677463bbb73543c8ce610b4b729bba55db66
 DIST genpatches-6.1-64.base.tar.xz 3729008 BLAKE2B 
10f4366a8fe83ca0609c0e2654e6c64ad47f3a3f1744ca637d8801ec9c8a8c541d74e21e020de0a6de18c98de640810d6934092b2b983b332e92514c2b6443a7
 SHA512 
1dda1ba93fea4c18ecaae6ec5a3cfea1fbe7f89fa9412e793b7cd0beff43894650167c77d1b85eb280f7754c85179dc3c72e32ca18f4d8a95667501c61958656
 DIST genpatches-6.1-64.extras.tar.xz 3816 BLAKE2B 
315826af9d3e7abbef0314f962e2df50f9d183555ec5fb956fa7c9820435042e3c3a72a5ad766a3441543c54986ffbfdae8ff0a4deecb2a72851237108eaee71
 SHA512 
5a384aa4f6aff1a3410090873f9321ca1c6bcdb48dfefeaf7c2746b950ad22c7a745c60389ec49b99a249cb62c91d517389d5d91c844509dce5cd45a67b47edb
 DIST genpatches-6.1-65.base.tar.xz 3729228 BLAKE2B 
e2f41ebb95ca74bc5d37f950e088d2d790c09613728d86a58c31867954748d5ce57f484acfde262bb70c2d42538241b6b05cb9befd7efd6ee10a276fa79e4c3b
 SHA512 
815a57b87978d2a0196146ff4e2ff6a7e95d10c74727d458f9cbaeddded3c99c78a24524b8cf1fa0f1297e5bc7f3c9cd743b19f12938478f3f3faa3a68c7e431

diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-5.15.136.ebuild 
b/sys-kernel/gentoo-kernel/gentoo-kernel-5.15.136.ebuild
new file mode 100644
index ..eca1afb33d22
--- /dev/null
+++ b/sys-kernel/gentoo-kernel/gentoo-kernel-5.15.136.ebuild
@@ -0,0 +1,141 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit kernel-build toolchain-funcs
+
+MY_P=linux-${PV%.*}
+GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 6 ))
+CONFIG_VER=5.15.19
+CONFIG_HASH=ec69da7a42b5b7c3da91572ef22097b069ddbd01
+GENTOO_CONFIG_VER=g9
+
+DESCRIPTION="Linux kernel built with Gentoo patches"
+HOMEPAGE="
+   https://wiki.gentoo.org/wiki/Project:Distribution_Kernel
+   https://www.kernel.org/
+"
+SRC_URI+="
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${MY_P}.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.base.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.extras.tar.xz
+   
https://github.com/projg2/gentoo-kernel-config/archive/${GENTOO_CONFIG_VER}.tar.gz
+   -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz
+   amd64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-x86_64-fedora.config
+   -> kernel-x86_64-fedora.config.${CONFIG_VER}
+   )
+   arm64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-aarch64-fedora.config
+   -> 

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

2023-10-19 Thread Sam James
commit: 9dc0ab21ca61660ab5466b9cad4da091d6170f41
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct 19 23:02:37 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 20 01:24:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dc0ab21

sys-kernel/gentoo-kernel: Bump to 6.5.8

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

 sys-kernel/gentoo-kernel/Manifest  |   2 +
 .../gentoo-kernel/gentoo-kernel-6.5.8.ebuild   | 149 +
 2 files changed, 151 insertions(+)

diff --git a/sys-kernel/gentoo-kernel/Manifest 
b/sys-kernel/gentoo-kernel/Manifest
index 671c25aa0fa0..85affd0f298e 100644
--- a/sys-kernel/gentoo-kernel/Manifest
+++ b/sys-kernel/gentoo-kernel/Manifest
@@ -6,6 +6,8 @@ DIST genpatches-6.1-64.base.tar.xz 3729008 BLAKE2B 
10f4366a8fe83ca0609c0e2654e6c
 DIST genpatches-6.1-64.extras.tar.xz 3816 BLAKE2B 
315826af9d3e7abbef0314f962e2df50f9d183555ec5fb956fa7c9820435042e3c3a72a5ad766a3441543c54986ffbfdae8ff0a4deecb2a72851237108eaee71
 SHA512 
5a384aa4f6aff1a3410090873f9321ca1c6bcdb48dfefeaf7c2746b950ad22c7a745c60389ec49b99a249cb62c91d517389d5d91c844509dce5cd45a67b47edb
 DIST genpatches-6.1-65.base.tar.xz 3729228 BLAKE2B 
e2f41ebb95ca74bc5d37f950e088d2d790c09613728d86a58c31867954748d5ce57f484acfde262bb70c2d42538241b6b05cb9befd7efd6ee10a276fa79e4c3b
 SHA512 
815a57b87978d2a0196146ff4e2ff6a7e95d10c74727d458f9cbaeddded3c99c78a24524b8cf1fa0f1297e5bc7f3c9cd743b19f12938478f3f3faa3a68c7e431
 DIST genpatches-6.1-65.extras.tar.xz 3816 BLAKE2B 
78f99a28e607a207731a34036931d663c1815ba00bbbf0d83dcac5597733b705f2239baf44b1b454da38303c7b9b4663c8de9024f7bb51d71f155d5b3d948cb5
 SHA512 
e228dde9f67ff74e02dfeac5ddea5f2f0122f4a7f09a6499ff8ee27ca1eafbdfbf09a756fac212de49702f01bcef8e25be1872c62986d393aa55cc7274d906a4
+DIST genpatches-6.5-10.base.tar.xz 631564 BLAKE2B 
7a9fe483c7a6a040af5a1fc0fd99dd7d575a380240268bb61d68caf95613d53fac46edf6cb18633b6dd2e803c9360d3cc13f0160e6ccaf811ac8420f7dd30771
 SHA512 
506abb2a66c51e45ad3ebab0c3b921faaa890640c7236eed377aeb27dff9da552088ea8d8192b4f2e142c510c7d565a5c8431444fb39bd82948ec0e696c4b083
+DIST genpatches-6.5-10.extras.tar.xz 3704 BLAKE2B 
4bfee3cf5f3af32c02f4df2b91437258a4bed38c4cd1fc8f8467020ffe1835ec86dee58a10d2e1775fdd6392c6a28552ea3a90ff5fd36504ed43cb7787ea7e5e
 SHA512 
48589be11fcc969fd3f46475f8aa53047f191c5fec66918e84d178e14f531c209300808f7c2ddb479fb8409a344f205f59b72dd18b6d79d1ca924eab10f81f85
 DIST genpatches-6.5-9.base.tar.xz 574412 BLAKE2B 
339dc1d19a323c2143fdd394b324e8d73b6e21b833e48096b6ae312b188bd9f39811fcd7b93f900c6ceb6982eb6ca108b2ec617b8dc98fe2ec255ec3b002e31a
 SHA512 
42873d29784c0d85434d7eee81ef2000a42164e20ef74c875b81ed8df96ec3632261485c38e17ffa41d94df200b69d8d0e663eb8c90ea741234e860aad9026e3
 DIST genpatches-6.5-9.extras.tar.xz 3704 BLAKE2B 
f45e43b281c9ad49870e72a7d4e3790f316076f438a5b45fbc53bf3fc29173675fae1e1b8ec170aa7609e0a87e79afbe033ffe7ee64d1ebdf2c1200fcdcbebca
 SHA512 
888a87e165c64ee71b04b6f103666b4f699f790aadb58314253f63e82b0c245646f29fc3f139da2eb6a08db7c8f40c5239a359e81e3d7ff2b0d60b219f8756a8
 DIST gentoo-kernel-config-g9.tar.gz 4981 BLAKE2B 
1881cb550ea9e274cb5bcc3bff5b1aa6f28bc218a09825c5ab3ba2bff4ee1826398c9fbecc513b6dd20d195fd5cf26e1e7c631bf66100ab1887705a8e04fc79d
 SHA512 
9dc2f30a33aa19fed3006e93330210c9db613febd842467e40d51c47eccac1dbdcb5a7037e9174e92c29e2a85a52ef2c31bbe2a87a22320b3dccb8aab17a

diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-6.5.8.ebuild 
b/sys-kernel/gentoo-kernel/gentoo-kernel-6.5.8.ebuild
new file mode 100644
index ..1576a940ed34
--- /dev/null
+++ b/sys-kernel/gentoo-kernel/gentoo-kernel-6.5.8.ebuild
@@ -0,0 +1,149 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KERNEL_IUSE_MODULES_SIGN=1
+inherit kernel-build toolchain-funcs
+
+MY_P=linux-${PV%.*}
+GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 2 ))
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+# forked to https://github.com/projg2/fedora-kernel-config-for-gentoo
+CONFIG_VER=6.5.4-gentoo
+GENTOO_CONFIG_VER=g9
+
+DESCRIPTION="Linux kernel built with Gentoo patches"
+HOMEPAGE="
+   https://wiki.gentoo.org/wiki/Project:Distribution_Kernel
+   https://www.kernel.org/
+"
+SRC_URI+="
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${MY_P}.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.base.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.extras.tar.xz
+   
https://github.com/projg2/gentoo-kernel-config/archive/${GENTOO_CONFIG_VER}.tar.gz
+   -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz
+   amd64? (
+   
https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-x86_64-fedora.config
+   -> kernel-x86_64-fedora.config.${CONFIG_VER}
+   )
+   arm64? (
+   

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

2023-10-19 Thread Sam James
commit: 7cd1f07ab7a0379ffd34d967c33ce1ad4700115a
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct 19 23:05:44 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 20 01:24:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cd1f07a

sys-kernel/vanilla-kernel: Bump to 6.1.59

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

 sys-kernel/vanilla-kernel/Manifest |   2 +
 .../vanilla-kernel/vanilla-kernel-6.1.59.ebuild| 137 +
 2 files changed, 139 insertions(+)

diff --git a/sys-kernel/vanilla-kernel/Manifest 
b/sys-kernel/vanilla-kernel/Manifest
index f17a45e686b5..8cb6c07ce3f6 100644
--- a/sys-kernel/vanilla-kernel/Manifest
+++ b/sys-kernel/vanilla-kernel/Manifest
@@ -29,6 +29,8 @@ DIST linux-6.1.57.tar.sign 989 BLAKE2B 
90c9f151c97c1794632cbb60a94ecf4071ea566be
 DIST linux-6.1.57.tar.xz 134983816 BLAKE2B 
9fd3b4ffdc392d2bedf1b9366fdd773e006c7148756420ae621285874bb2ec9461199871579ba713ce5df1831ace7392969a97f2d5b90b08695f632b97655f9d
 SHA512 
4ab0c0d2b2c6879c044fe18a1fe8472207f27bb596f7cc12d530aab7910fcbd5d672aa8cedfcecb7794d6a4dfff9d60746f19958703af472e5ecbd3287b67f08
 DIST linux-6.1.58.tar.sign 989 BLAKE2B 
122d097f99a6697f767aa4023bcf3b46cac6d139654d3259741aa55c6b13533e7db932cc069866d544199d1afed89e536c1700f761d5649e6c615071df66de92
 SHA512 
67c926518b5549d9446559568e860299d15abd9f656b3ab49329c4cd6ee281f17a0676b9b97b95edb42cc86949b042e99808864ad83448f130a84187e9537a29
 DIST linux-6.1.58.tar.xz 134984500 BLAKE2B 
64d90b1be8b75385f3019d4f9e1bf807c7e2b0923d3575abe2ccef05a451b5742719ab6c76bcb03765ab7ea0dd15e8dc372d1841dc3132011cf04512c62b0182
 SHA512 
bbf1e0a41d10ec23485bf99d239dd08f2914660fc8ae6858ca01cea8689d9a3ccbb5e9dfae6d5b8283485055f9b1aaf35f98ff3ef80599a654885b317527121a
+DIST linux-6.1.59.tar.sign 989 BLAKE2B 
39c2986f32d44ecb44abb3ad2142bb704bec809693b6bd172d7d2383dbe5c79170ab3220632e90db63819b1bd341c285c3f45b96a63af53860ce423e38bf6e37
 SHA512 
7150ff6f6ea6b732caf5305aec76ee4950ddcc681d889385fe786dd00e911e16f3e8bdaebe8621a4e850b3ae1a5b211306c2c043ccd944a64b1d40a84e36c116
+DIST linux-6.1.59.tar.xz 134985728 BLAKE2B 
8b805f75f745e6fff9d7628fb1702475ad4c94010f764d733e1c1b4d860f6e593a79ccb8aa3a8c6c0de2ffdc2c192aaa661966549a7383ceb026a59e0d949e49
 SHA512 
0dbaa1d4363ef0ae25bdcbbf3a330aa8a2a9383939584954653223c58b142e8074f0e25e195c522b44e150e2153b746c43c2eed5fa1309aae2839cb2446cc7a4
 DIST linux-6.5.7.tar.sign 987 BLAKE2B 
e6cdbc33ee1f522ed3f30e144902f3a62bc10763e55047637c647445db29faa4014eefdd7beb92d700ba79d6bbbcf22b682883afbb2a1f16a6541c854c061d7d
 SHA512 
35ef9733fd0233ba60c693f49d7b8c7d08ef9bf6eabe601ac37fbb6310ed2174813b3b4f8cb0804a1e80d276e8871b249b0fdca4f730d26b96472dbd0269b333
 DIST linux-6.5.7.tar.xz 138955500 BLAKE2B 
a9bed9907bf4b22c08df8a8beaaf923648e4f0f1a4b00c11012871094e7c06a127e54bc1935edb8afc92999456c01ebabd04bc542a0e2fa16de0852a5f4be681
 SHA512 
38eeff75ad99f43cf230cc440e53988646b86a5f06c08b8390722fa765c12cb97bd51ef39d28d7c2fcd982712bf76aec41e8dab9c3774d148dd9f0a33de10c8d
 DIST linux-6.5.8.tar.sign 987 BLAKE2B 
a5cc0238804fd53c50b60c5919f81ce14ca70777d9687342bd50dc6ee7ce8d2bb3d513c7f40403b4766e00bdada0fdb808334011186232a9d696948d0058cef5
 SHA512 
3e3702923e4990f4b52c69a77f22da4d12b4e041f7e988b284e4d64e1346605d220449ba0e4ce8f9f87024a9b72f548aceb697a8d9f69736e50084d4402e4cfb

diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-6.1.59.ebuild 
b/sys-kernel/vanilla-kernel/vanilla-kernel-6.1.59.ebuild
new file mode 100644
index ..aaebef705bd8
--- /dev/null
+++ b/sys-kernel/vanilla-kernel/vanilla-kernel-6.1.59.ebuild
@@ -0,0 +1,137 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit kernel-build toolchain-funcs verify-sig
+
+MY_P=linux-${PV}
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+# forked to https://github.com/projg2/fedora-kernel-config-for-gentoo
+CONFIG_VER=6.1.7-gentoo
+GENTOO_CONFIG_VER=g9
+
+DESCRIPTION="Linux kernel built from vanilla upstream sources"
+HOMEPAGE="
+   https://wiki.gentoo.org/wiki/Project:Distribution_Kernel
+   https://www.kernel.org/
+"
+SRC_URI+="
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${MY_P}.tar.xz
+   
https://github.com/projg2/gentoo-kernel-config/archive/${GENTOO_CONFIG_VER}.tar.gz
+   -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz
+   verify-sig? (
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.sign
+   )
+   amd64? (
+   
https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-x86_64-fedora.config
+   -> kernel-x86_64-fedora.config.${CONFIG_VER}
+   )
+   arm64? (
+   
https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-aarch64-fedora.config
+   -> kernel-aarch64-fedora.config.${CONFIG_VER}
+   )
+   ppc64? (

[gentoo-commits] proj/portage:master commit in: /

2023-10-19 Thread Sam James
commit: 7ac176dfdb5fc81f73825fb598dbe24c1e183bd5
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 20 01:30:53 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 20 01:30:53 2023 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=7ac176df

NEWS: post-release template

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

 NEWS | 5 +
 1 file changed, 5 insertions(+)

diff --git a/NEWS b/NEWS
index 8e23e411d1..0a7ca7d9f1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+portage-3.0.54 (UNRELEASED)
+--
+
+TODO
+
 portage-3.0.53 (2023-10-20)
 --
 



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/nvidia-drivers/files/

2023-10-19 Thread Ionen Wolkens
commit: 0e1b66032c97ecd84382d227382cbaf22ba99412
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Thu Oct 19 16:42:55 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Oct 20 01:13:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e1b6603

x11-drivers/nvidia-drivers: emphasise that fbdev=1 is experimental

Console works fine but personally had a poor experience where Xorg
applications were crashing (once) after a mode switch. Imagine
mileage may vary, but nvidia themselves call it experimental.

Untested, but I believe this actually works better with wayland.

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

 x11-drivers/nvidia-drivers/files/nvidia-545.conf | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/x11-drivers/nvidia-drivers/files/nvidia-545.conf 
b/x11-drivers/nvidia-drivers/files/nvidia-545.conf
index 9748d8312c66..6de5577d5bf9 100644
--- a/x11-drivers/nvidia-drivers/files/nvidia-545.conf
+++ b/x11-drivers/nvidia-drivers/files/nvidia-545.conf
@@ -11,7 +11,8 @@ blacklist nouveau
 
 # Enable experimental framebuffer console support (^ requires modeset=1).
 # Replaces efifb or similar once loaded. Note that unloading nvidia modules
-# to, e.g. load a new version, would result in losing console display.
+# to, e.g. load a new version, would result in losing console display
+# (emphasis on being experimental, mode switch could cause issues with X).
 #options nvidia-drm fbdev=1
 
 # Suspend options. Allocations=0 recommended over =1 unless enable nvidia's



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

2023-10-19 Thread Ionen Wolkens
commit: d979c16f62833da4e009dab5db8257737363604a
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Fri Oct 20 01:05:53 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Oct 20 01:13:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d979c16f

www-client/qutebrowser: add 3.0.2

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

 www-client/qutebrowser/Manifest |   2 +
 www-client/qutebrowser/qutebrowser-3.0.2.ebuild | 206 
 2 files changed, 208 insertions(+)

diff --git a/www-client/qutebrowser/Manifest b/www-client/qutebrowser/Manifest
index f985470fac4a..6f44a498049f 100644
--- a/www-client/qutebrowser/Manifest
+++ b/www-client/qutebrowser/Manifest
@@ -1,2 +1,4 @@
 DIST qutebrowser-3.0.0.tar.gz 6030459 BLAKE2B 
05e1f3c87fe572ec66d199b9c255178c7e7358321c44255b9191624fa4fede0525b16ff0740df5051390f4e3b2a2c3ee99d53fcf6c44279689f9ea0427df13ca
 SHA512 
2aa361b418adad1e2c2dd068148215f3eaea29c70e00634fd1a2370d584ffa2a66b0a0e22623656fc5f634d35ba99a178c269a3accd25edf778b7e3077ceb373
 DIST qutebrowser-3.0.0.tar.gz.asc 659 BLAKE2B 
19d736ede7cfb2ac4d3ebaea7f4f8a6da722e3eac0c1693d487ed16f2bc5a5cce13bbc69604cd7c34e266c345f3149f2f2250aba71555f3290cd63216adc0b98
 SHA512 
25c9cd3fa44f712b98ef3f8d1821f61d5f2b96d8bf108ff2277dc6609343237876124f7587cf906127b8d6161923bda0946c6ef75f3cbf6c401cf5d72b7a6ffd
+DIST qutebrowser-3.0.2.tar.gz 6036377 BLAKE2B 
e7e20eacae745fb6a2c30e16667f1db55dc744d63cc20d287d563b1a69741797a2d473c8a450a93bae700db6798f9dd7549c3bec5497ffc67679d8f63e82d5fb
 SHA512 
fb980d3d55bb6f6ecdb79f3d38e616399828c647b9fbf16c791e8964ba3e6f350ffced0944bbec60b60a2451c60e383ecdd93e535f41292d2dc2b75830049a66
+DIST qutebrowser-3.0.2.tar.gz.asc 659 BLAKE2B 
ed789a18a5221143632f0abcc112526910952eccfd01c01cc418ef2175b2ca42b1ae7b0a21ac4194789b0ce5713628b328dc36a5328e3e01084672839fcef184
 SHA512 
b01276f073498f9ef982706b1b8048db22e3fa017d99b9ebe2f4f75615a12c5614ea2b047577632e558e4f3c860fa9a84429a47f0dfa75a287b24fb86a8af950

diff --git a/www-client/qutebrowser/qutebrowser-3.0.2.ebuild 
b/www-client/qutebrowser/qutebrowser-3.0.2.ebuild
new file mode 100644
index ..e6b161f1ee7b
--- /dev/null
+++ b/www-client/qutebrowser/qutebrowser-3.0.2.ebuild
@@ -0,0 +1,206 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_SINGLE_IMPL=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+inherit distutils-r1 xdg
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/qutebrowser/qutebrowser.git;
+else
+   inherit verify-sig
+   SRC_URI="
+   
https://github.com/qutebrowser/qutebrowser/releases/download/v${PV}/${P}.tar.gz
+   verify-sig? ( 
https://github.com/qutebrowser/qutebrowser/releases/download/v${PV}/${P}.tar.gz.asc
 )
+   "
+   KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+DESCRIPTION="Keyboard-driven, vim-like browser based on Python and Qt"
+HOMEPAGE="https://qutebrowser.org/;
+
+LICENSE="GPL-3+"
+SLOT="0"
+IUSE="+adblock pdf +qt6 widevine"
+
+RDEPEND="
+   $(python_gen_cond_dep '
+   dev-python/colorama[${PYTHON_USEDEP}]
+   dev-python/jinja[${PYTHON_USEDEP}]
+   dev-python/markupsafe[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dev-python/zipp[${PYTHON_USEDEP}]
+   adblock? ( dev-python/adblock[${PYTHON_USEDEP}] )
+   qt6? (
+   dev-qt/qtbase:6[icu,sqlite]
+   
dev-python/PyQt6[${PYTHON_USEDEP},dbus,gui,network,opengl,printsupport,qml,sql,widgets]
+   dev-python/PyQt6-WebEngine[${PYTHON_USEDEP},widgets]
+   pdf? ( www-plugins/pdfjs )
+   )
+   !qt6? (
+   dev-qt/qtcore:5[icu]
+   dev-qt/qtgui:5[png]
+   dev-qt/qtsql:5[sqlite]
+   
dev-python/PyQt5[${PYTHON_USEDEP},dbus,declarative,gui,network,opengl,printsupport,sql,widgets]
+   dev-python/PyQtWebEngine[${PYTHON_USEDEP}]
+   pdf? ( https://github.com/qutebrowser/qutebrowser/issues/7620
+   rm tests/unit/scripts/test_problemmatchers.py || die
+   fi
+   fi
+}
+
+python_test() {
+   local -x PYTEST_QT_API=pyqt$(usex qt6 6 5)
+
+   local EPYTEST_DESELECT=(
+   # end2end/IPC tests are broken with "Name error" if socket path 
is over
+   # ~108 characters (>124 in /var/tmp/portage) due to Linux 
limitations,
+   # skip rather than bother using /tmp+cleanup over ${T} (end2end 
tests
+   # are important, but the other tests should be enough for 
downstream)
+   tests/end2end
+   tests/unit/misc/test_ipc.py
+   # python eclasses 

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

2023-10-19 Thread Sam James
commit: 122ee4d7e65a6a1ba60a508a99f4d93632bda5dd
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 20 00:57:42 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 20 00:58:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=122ee4d7

app-portage/gentoolkit: add 0.6.3

Bug: https://bugs.gentoo.org/900224
Closes: https://bugs.gentoo.org/909888
Signed-off-by: Sam James  gentoo.org>

 app-portage/gentoolkit/Manifest | 1 +
 .../gentoolkit/{gentoolkit-.ebuild => gentoolkit-0.6.3.ebuild}  | 6 +++---
 app-portage/gentoolkit/gentoolkit-.ebuild   | 6 +++---
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/app-portage/gentoolkit/Manifest b/app-portage/gentoolkit/Manifest
index dfcc1e98765b..870f7ec80eaf 100644
--- a/app-portage/gentoolkit/Manifest
+++ b/app-portage/gentoolkit/Manifest
@@ -1,2 +1,3 @@
 DIST gentoolkit-0.6.1.tar.gz 3195781 BLAKE2B 
27e370de77586b375dc70caa1abba4c2bc4207e8f08e0a7ea2953097135506949db71ff9102a0ead198e4dea425440c57b94ac7a811ca2d5e0016fc7e234bb0d
 SHA512 
1ffc466b69a9c53f1bbd40f6f4d1eb33d5f0f4287bb65ba1a7b1b2675ad61ecffa55ed9fda7c1ae8148744f0a77e224315eb1903dfd61a2a3dab1600fc672d2d
 DIST gentoolkit-0.6.2.tar.bz2 3186974 BLAKE2B 
48f388962e70842b7959467b7697b98121ee2a27bca6e2fc2ebb69782ece1df9b63b4451e19ebacf5a627a9c6feb17f7af395229d2eb870d8bbde1da80262593
 SHA512 
a1c9157758453f214e6131237df2bc91c49c28a4411ecbb0f74768ae0dd7c4fe8272cfc354a424f6acc8cc322d4eaa35ef98147fe749bc41cb680bb3acfdc2ac
+DIST gentoolkit-0.6.3.tar.bz2 3186163 BLAKE2B 
0f9befac53faa2b578b461a55c7113934a60478fc5d8d5ab0e06cb836ff5a2de75bb290ed797a2b085ec9f33c8494e3c3d5d0d6b643c525fff4dd0a82657118f
 SHA512 
cf51480213fd4bac45d44f5eb5e4be4cb5c5b97ad63ecd832eb54fc7043ab8e974491005431f0897d6c41d251ae0f9fc95cfdfc4d613fc56340630a094bfc61d

diff --git a/app-portage/gentoolkit/gentoolkit-.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.6.3.ebuild
similarity index 94%
copy from app-portage/gentoolkit/gentoolkit-.ebuild
copy to app-portage/gentoolkit/gentoolkit-0.6.3.ebuild
index e4a3125c8852..82c6182f649e 100644
--- a/app-portage/gentoolkit/gentoolkit-.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.6.3.ebuild
@@ -12,8 +12,8 @@ if [[ ${PV} = * ]]; then
EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/gentoolkit.git;
inherit git-r3
 else
-   
SRC_URI="https://gitweb.gentoo.org/proj/gentoolkit.git/snapshot/${P}.tar.gz;
-   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"
+   
SRC_URI="https://gitweb.gentoo.org/proj/gentoolkit.git/snapshot/${P}.tar.bz2;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 fi
 
 DESCRIPTION="Collection of administration scripts for Gentoo"
@@ -25,7 +25,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 # Need newer Portage for eclean-pkg API, bug #900224
 DEPEND="
-   >=sys-apps/portage-3.0.52[${PYTHON_USEDEP}]
+   >=sys-apps/portage-3.0.53[${PYTHON_USEDEP}]
 "
 RDEPEND="
${DEPEND}

diff --git a/app-portage/gentoolkit/gentoolkit-.ebuild 
b/app-portage/gentoolkit/gentoolkit-.ebuild
index e4a3125c8852..82c6182f649e 100644
--- a/app-portage/gentoolkit/gentoolkit-.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-.ebuild
@@ -12,8 +12,8 @@ if [[ ${PV} = * ]]; then
EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/gentoolkit.git;
inherit git-r3
 else
-   
SRC_URI="https://gitweb.gentoo.org/proj/gentoolkit.git/snapshot/${P}.tar.gz;
-   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"
+   
SRC_URI="https://gitweb.gentoo.org/proj/gentoolkit.git/snapshot/${P}.tar.bz2;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 fi
 
 DESCRIPTION="Collection of administration scripts for Gentoo"
@@ -25,7 +25,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 # Need newer Portage for eclean-pkg API, bug #900224
 DEPEND="
-   >=sys-apps/portage-3.0.52[${PYTHON_USEDEP}]
+   >=sys-apps/portage-3.0.53[${PYTHON_USEDEP}]
 "
 RDEPEND="
${DEPEND}



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

2023-10-19 Thread Sam James
commit: 0d2420bb1e12b129424cff19980b028e40898394
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 20 00:53:57 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 20 00:58:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d2420bb

media-libs/libjpeg-turbo: drop stale comment

That was already fixed in f1262eb805ad6edd39cdff9fa0a84c9874c342e5.

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

 media-libs/libjpeg-turbo/libjpeg-turbo-3.0.0.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/media-libs/libjpeg-turbo/libjpeg-turbo-3.0.0.ebuild 
b/media-libs/libjpeg-turbo/libjpeg-turbo-3.0.0.ebuild
index f24323d4f8e1..f5f0c16cacd1 100644
--- a/media-libs/libjpeg-turbo/libjpeg-turbo-3.0.0.ebuild
+++ b/media-libs/libjpeg-turbo/libjpeg-turbo-3.0.0.ebuild
@@ -14,7 +14,6 @@ SRC_URI="
 
 LICENSE="BSD IJG ZLIB"
 SLOT="0/0.2"
-# Unkeyworded for test failures: 
https://github.com/libjpeg-turbo/libjpeg-turbo/issues/705
 if [[ $(ver_cut 3) -lt 90 ]] ; then
KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos 
~x64-solaris"
 fi



[gentoo-commits] proj/gentoolkit: New tag: gentoolkit-0.6.3

2023-10-19 Thread Sam James
commit: 
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 20 00:55:56 2023 +

New tag: gentoolkit-0.6.3




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

2023-10-19 Thread Sam James
commit: 725855b51f163d5d89e9b10ee1a911fa2cf83c0d
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 20 00:19:51 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 20 00:50:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=725855b5

net-misc/dhcpcd: drop 9.4.1, 10.0.1, 10.0.2

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

 net-misc/dhcpcd/Manifest |   3 -
 net-misc/dhcpcd/dhcpcd-10.0.1.ebuild | 154 ---
 net-misc/dhcpcd/dhcpcd-10.0.2.ebuild | 154 ---
 net-misc/dhcpcd/dhcpcd-9.4.1.ebuild  | 154 ---
 4 files changed, 465 deletions(-)

diff --git a/net-misc/dhcpcd/Manifest b/net-misc/dhcpcd/Manifest
index 1c119db6fd3c..63f0aa3769bd 100644
--- a/net-misc/dhcpcd/Manifest
+++ b/net-misc/dhcpcd/Manifest
@@ -1,6 +1,3 @@
-DIST dhcpcd-10.0.1.tar.xz 263564 BLAKE2B 
f1e93285d040b98bede86bb2e87e372afc0d1d124e7a6580c23d8d228a34ee17001fc3c2d9091b16fb082fe2f2ad7ba50c0dd7b0db2b2237ab1cff9ca152100a
 SHA512 
31b0ac780b8592d3d40437837fd759a357b0200dbdc7fd8c62287a4fedc052f324fb8006daff84455906c82d5a4cb6a04916b94a0ad9b17899532f83daf51d3d
-DIST dhcpcd-10.0.2.tar.xz 264324 BLAKE2B 
999033b4c0bc46943332b0b7ed3f1869ad54e2c37346523a15fbd3d9f29db1e01c1ddd0a300826021d3e20493ea06358ef47ac6a02c50331ca0d90e31a123b85
 SHA512 
1231caba6b6a2264ba80be0c888f52ce1c8de21289c3a4452b5319dae76d8c1c78331a822372e77ee1419d12c23c1d57df712499d43983eb535e79c6a8e78f42
 DIST dhcpcd-10.0.3.tar.xz 268872 BLAKE2B 
c063fbb44b4a6928ffd84c109c1ed8ae0345c81b732fc75ce1c1aebc51c190fa512de9822c1c6865794db126f4ad2aceef97c4da28d6922cca082b1aeedb4760
 SHA512 
f4437e9aa094ab38f077c455b012f46cc84a39f97a19eae896a0954f24f2064e91407dc7f7be7fae00faf3455a8e50695e94c406f476f88a61b980169a778560
 DIST dhcpcd-10.0.4.tar.xz 269212 BLAKE2B 
770ee398eccff20cd4a37f89b841f8d580d9a42b456d93673ab3bf6ddf1ed0e49feda47ea8c1206a8a8582bccde80f45c3efbf2e1d0e493b06f04e2c6df876af
 SHA512 
8af26c4a42ce63e9cae72de68774807b8739aabd19cc2a0260148f3baa25c587bf34a5a0b80239b54d8ab9b79661744e61b0e316d2c510c4da65615268d3e8cf
-DIST dhcpcd-9.4.1.tar.xz 257092 BLAKE2B 
847c7451918ac89fe384e180ec52ee4624c0f2dc73354ecb4c63b02d8d9cf0a6d164b33e5d083a05d4868079dcf6208a820b4263c80337a12be40a27517ecf87
 SHA512 
530e6a5bddab4f91bd66f8d47ccd8d6cac4bc2998ddd36da7e257c83270b558016e9e1fc2f815fb99c0d86ed4bbc2a3a1b78788e69fe151fddaf94428a47fa45
 DIST dhcpcd-9.5.1.tar.xz 258280 BLAKE2B 
355a98d415253608e8f586809d41e7654c1973d956cb3951218e1ff8c928ee414aa1b9854180c78e975898d9eb0f4cb9cc0fe64eefd5690b371989093e1bcb5a
 SHA512 
979c180743d3e01d1996033d42c5606792e3acaef4e600f0ea51c362643a5b2743c6dc2792314c3b66edfa99c3b98d17f46cf3421e2088b37804e6e2167037ee

diff --git a/net-misc/dhcpcd/dhcpcd-10.0.1.ebuild 
b/net-misc/dhcpcd/dhcpcd-10.0.1.ebuild
deleted file mode 100644
index 1ea2577fd47a..
--- a/net-misc/dhcpcd/dhcpcd-10.0.1.ebuild
+++ /dev/null
@@ -1,154 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit systemd toolchain-funcs
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/NetworkConfiguration/dhcpcd.git;
-else
-   MY_P="${P/_alpha/-alpha}"
-   MY_P="${MY_P/_beta/-beta}"
-   MY_P="${MY_P/_rc/-rc}"
-   
SRC_URI="https://github.com/NetworkConfiguration/dhcpcd/releases/download/v${PV}/${MY_P}.tar.xz;
-   S="${WORKDIR}/${MY_P}"
-
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
-fi
-
-DESCRIPTION="A fully featured, yet light weight RFC2131 compliant DHCP client"
-HOMEPAGE="https://github.com/NetworkConfiguration/dhcpcd/ 
https://roy.marples.name/projects/dhcpcd/;
-
-LICENSE="BSD-2"
-SLOT="0"
-IUSE="debug +embedded ipv6 privsep +udev"
-
-DEPEND="udev? ( virtual/udev )"
-RDEPEND="
-   ${DEPEND}
-   privsep? (
-   acct-group/dhcpcd
-   acct-user/dhcpcd
-   )
-"
-
-src_configure() {
-   local myeconfargs=(
-   --dbdir="${EPREFIX}/var/lib/dhcpcd"
-   --libexecdir="${EPREFIX}/lib/dhcpcd"
-   --localstatedir="${EPREFIX}/var"
-   --prefix="${EPREFIX}"
-   --with-hook=ntp.conf
-   $(use_enable debug)
-   $(use_enable embedded)
-   $(use_enable ipv6)
-   $(use_enable privsep)
-   $(usex elibc_glibc '--with-hook=yp.conf' '')
-   --rundir=$(usex kernel_linux "${EPREFIX}/run/dhcpcd" 
"${EPREFIX}/var/run/dhcpcd")
-   $(usex privsep '--privsepuser=dhcpcd' '')
-   $(usex udev '' '--without-dev --without-udev')
-   CC="$(tc-getCC)"
-   )
-   econf "${myeconfargs[@]}"
-}
-
-src_install() {
-   default
-   keepdir /var/lib/dhcpcd
-   newinitd "${FILESDIR}"/dhcpcd.initd-r1 dhcpcd
-   systemd_newunit 

[gentoo-commits] repo/gentoo:master commit in: net-nds/gssproxy/files/, net-nds/gssproxy/

2023-10-19 Thread Sam James
commit: dd11618dfbfb067a8e61194050266c0adb8c2092
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 20 00:41:48 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 20 00:50:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd11618d

net-nds/gssproxy: add 0.9.2

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

 net-nds/gssproxy/Manifest  |   1 +
 .../files/gssproxy-0.9.2-docbook-upgrade.patch |  46 
 .../gssproxy/files/gssproxy-0.9.2-no-git-log.patch |  13 +++
 net-nds/gssproxy/gssproxy-0.9.2.ebuild | 116 +
 4 files changed, 176 insertions(+)

diff --git a/net-nds/gssproxy/Manifest b/net-nds/gssproxy/Manifest
index 6fc2a26a1c4b..5bbb2130220d 100644
--- a/net-nds/gssproxy/Manifest
+++ b/net-nds/gssproxy/Manifest
@@ -1 +1,2 @@
 DIST gssproxy-0.9.1.tar.gz 579038 BLAKE2B 
a17e673876b4acf480b23a8086720f507cd3a85c2f328469b726ab1653a94cd9a3eb9dd9369dee30b57457b6e8125b67a86fc4186c387e58d2d96b1da7c55089
 SHA512 
767c4e73d5240a43a0586e836e7dc199b8baf0adbc5a1a2cbb6ffc6f0a7ca574a4fc541ca474ef696d78956724eb24c465760f680e7170f8d77d056513b6226b
+DIST gssproxy-0.9.2.tar.gz 586240 BLAKE2B 
4480070740ce77a9ed8714bbe8cb24684292317cc61e6c13e06b368bef6d722fdefb3c5230d15773050960851382435a15a0106e5d920c74b13afbbab9ff9194
 SHA512 
6de484c9c1715e8b845106e1b16e1c29805e4104db296eb44ea15e6b6973fd1df0b043d2cdc2798f04c7a0ce66279e356a285684bc3573ef847532ab2b87aca3

diff --git a/net-nds/gssproxy/files/gssproxy-0.9.2-docbook-upgrade.patch 
b/net-nds/gssproxy/files/gssproxy-0.9.2-docbook-upgrade.patch
new file mode 100644
index ..d8aba58b2823
--- /dev/null
+++ b/net-nds/gssproxy/files/gssproxy-0.9.2-docbook-upgrade.patch
@@ -0,0 +1,46 @@
+https://github.com/gssapi/gssproxy/commit/d4004e67cb399054c07b34517e8f0eaee83c55de
+
+From d4004e67cb399054c07b34517e8f0eaee83c55de Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Tomasz=20K=C5=82oczko?= 
+Date: Fri, 1 Sep 2023 18:19:23 +
+Subject: [PATCH] upgrade xml DTD to 4.5
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Trival change which upgardes xml DTD version to latest stable 4.5.
+
+Signed-off-by: Tomasz Kłoczko 
+--- a/man/gssproxy-mech.8.xml.in
 b/man/gssproxy-mech.8.xml.in
+@@ -1,6 +1,6 @@
+ 
+-http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd;>
++http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd;>
+ 
+ GssProxy GSSAPI mechanism manual page
+ 
+--- a/man/gssproxy.8.xml
 b/man/gssproxy.8.xml
+@@ -1,6 +1,6 @@
+ 
+-http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd;>
++http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd;>
+ 
+ GssProxy Manual pages
+ 
+--- a/man/gssproxy.conf.5.xml
 b/man/gssproxy.conf.5.xml
+@@ -1,6 +1,6 @@
+ 
+-http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd;>
++http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd;>
+ 
+ GssProxy Manual pages
+ 

diff --git a/net-nds/gssproxy/files/gssproxy-0.9.2-no-git-log.patch 
b/net-nds/gssproxy/files/gssproxy-0.9.2-no-git-log.patch
new file mode 100644
index ..2d12d7d738f9
--- /dev/null
+++ b/net-nds/gssproxy/files/gssproxy-0.9.2-no-git-log.patch
@@ -0,0 +1,13 @@
+Don't try to call 'git log' during configure. This leads to especially 
confusing
+output if the WORKDIR or S is a git repo for development.
+--- a/configure.ac
 b/configure.ac
+@@ -29,7 +29,7 @@ AC_SUBST([PRERELEASE_VERSION],
+ AC_DEFINE([PRERELEASE_VERSION], "PRERELEASE_VERSION_NUMBER",
+   [Prerelease version number of package])
+ 
+-AM_CONDITIONAL([GIT_CHECKOUT], [git log -1 &>/dev/null])
++AM_CONDITIONAL([GIT_CHECKOUT], [false &>/dev/null])
+ 
+ m4_pattern_allow([AM_SILENT_RULES])
+ AM_SILENT_RULES

diff --git a/net-nds/gssproxy/gssproxy-0.9.2.ebuild 
b/net-nds/gssproxy/gssproxy-0.9.2.ebuild
new file mode 100644
index ..50180329
--- /dev/null
+++ b/net-nds/gssproxy/gssproxy-0.9.2.ebuild
@@ -0,0 +1,116 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Daemon to proxy GSSAPI context establishment and channel handling"
+HOMEPAGE="https://github.com/gssapi/gssproxy;
+SRC_URI="https://github.com/gssapi/${PN}/releases/download/v${PV}/${P}.tar.gz;
+
+LICENSE="BSD-1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+IUSE="debug selinux systemd"
+
+DEPEND="
+   >=dev-libs/libverto-0.2.2
+   >=dev-libs/ding-libs-0.6.1
+   virtual/krb5
+   selinux? ( sys-libs/libselinux )
+"
+RDEPEND="
+   ${DEPEND}
+   selinux? ( sec-policy/selinux-gssproxy )
+"
+# We need xml stuff to build the man pages, and people really want/need
+# the man pages for this package :), bug #585200
+BDEPEND="
+   app-text/docbook-xml-dtd:4.5
+   dev-libs/libxslt
+   virtual/pkgconfig
+"
+
+# Many requirements to run tests, including running slapd as root, hence
+# unfeasible.

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

2023-10-19 Thread Sam James
commit: 0725b7d7b1c1020b915125a6cec2c1bff748a81d
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 20 00:44:33 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 20 00:51:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0725b7d7

sys-libs/zlib-ng: add 2.1.4

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

 sys-libs/zlib-ng/Manifest |  1 +
 sys-libs/zlib-ng/zlib-ng-2.1.4.ebuild | 86 +++
 2 files changed, 87 insertions(+)

diff --git a/sys-libs/zlib-ng/Manifest b/sys-libs/zlib-ng/Manifest
index 8fc02a3e816d..76892de9c128 100644
--- a/sys-libs/zlib-ng/Manifest
+++ b/sys-libs/zlib-ng/Manifest
@@ -1 +1,2 @@
 DIST zlib-ng-2.1.3.tar.gz 2404446 BLAKE2B 
f3c93e1ed6aa6d008915a69de92d58b1646fd41ae6c97fbdab9d921fd30c7931a42cf5dccd8911d52142960174a04df54d6ab557cc7c902930fc8609c31fbee9
 SHA512 
cb987c0b20a11fca5361dce94e53dead7364e739a984545c38ad4bf0c7fedd83d5d62530d979eca2182da88d7507a9bec8d3f5abff41e92ab5a63ac61001502e
+DIST zlib-ng-2.1.4.tar.gz 2408377 BLAKE2B 
0b5aff9671b43bda2adfc84987c6baa108fa444978d465f12516f13f32b88e6bbe52f7d3e48ff93c720229842062fe71c38ff7c1e7591e18fc7351c943fd2a6b
 SHA512 
5afda5ea4be84f7d7b016416a6eed18e2aab6c698f006cdfbc8f8b43ce3dc73c7994ab9d1ca090c1b93cb1aadc8747bfd8216afb22b44633d49127f01b77cfa2

diff --git a/sys-libs/zlib-ng/zlib-ng-2.1.4.ebuild 
b/sys-libs/zlib-ng/zlib-ng-2.1.4.ebuild
new file mode 100644
index ..cfef9b1cc843
--- /dev/null
+++ b/sys-libs/zlib-ng/zlib-ng-2.1.4.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# Worth keeping an eye on 'develop' branch upstream for possible backports,
+# as they copied this practice from sys-libs/zlib upstream.
+
+inherit cmake-multilib
+
+DESCRIPTION="Fork of the zlib data compression library"
+HOMEPAGE="https://github.com/zlib-ng/zlib-ng;
+SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+
+CPU_USE=(
+   x86_{avx2,avx512f,sse2,ssse3,sse4_2,pclmul}
+   arm_{crc32,neon}
+   ppc_{altivec,vsx2,vsx3}
+)
+IUSE="compat ${CPU_USE[@]/#/cpu_flags_} test"
+
+RESTRICT="!test? ( test )"
+
+RDEPEND="compat? ( !sys-libs/zlib )"
+
+multilib_src_configure() {
+   local mycmakeargs=(
+   -DZLIB_COMPAT=$(usex compat)
+   -DZLIB_ENABLE_TESTS=$(usex test)
+   -DWITH_GTEST=$(usex test)
+
+   # Unaligned access is controversial and undefined behaviour
+   # Let's keep it off for now
+   # https://github.com/gentoo/gentoo/pull/17167
+   -DWITH_UNALIGNED=OFF
+   )
+
+   # The intrinsics options are all defined conditionally, so we need
+   # to enable them on/off per-arch here for now.
+   # TODO: There's no s390x USE_EXPAND yet
+   if use amd64 || use x86 ; then
+   mycmakeargs+=(
+   -DWITH_AVX2=$(usex cpu_flags_x86_avx2)
+   -DWITH_AVX512=$(usex cpu_flags_x86_avx512f)
+   -DWITH_AVX512VNNI=OFF # TODO, see bug #908556
+   -DWITH_SSE2=$(usex cpu_flags_x86_sse2)
+   -DWITH_SSSE3=$(usex cpu_flags_x86_ssse3)
+   -DWITH_SSE42=$(usex cpu_flags_x86_sse4_2)
+   -DWITH_PCLMULQDQ=$(usex cpu_flags_x86_pclmul)
+   -DWITH_VPCLMULQDQ=OFF # TODO, see bug #908556
+   )
+   fi
+
+   if use arm || use arm64 ; then
+   mycmakeargs+=(
+   -DWITH_ACLE=$(usex cpu_flags_arm_crc32)
+   -DWITH_NEON=$(usex cpu_flags_arm_neon)
+   )
+   fi
+
+   if use ppc || use ppc64 ; then
+   # The POWER8 support is VSX which was introduced
+   # VSX2 was introduced with POWER8, so use that as a proxy for it
+   mycmakeargs+=(
+   -DWITH_ALTIVEC=$(usex cpu_flags_ppc_altivec)
+   -DWITH_POWER8=$(usex cpu_flags_ppc_vsx2)
+   -DWITH_POWER9=$(usex cpu_flags_ppc_vsx3)
+   )
+   fi
+
+   cmake_src_configure
+}
+
+pkg_postinst() {
+   if use compat ; then
+   ewarn "zlib-ng is experimental and replacing the system zlib is 
dangerous"
+   ewarn "Please be careful!"
+   ewarn
+   ewarn "The following link explains the guarantees (and what is 
NOT guaranteed):"
+   ewarn "https://github.com/zlib-ng/zlib-ng/blob/2.0.x/PORTING.md;
+   fi
+}



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

2023-10-19 Thread Sam James
commit: 31cf192b13e4c7ef58dda94e3a713a3bb7a8457a
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 20 00:15:48 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 20 00:50:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31cf192b

app-text/highlight: add 4.9

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

 app-text/highlight/Manifest |   2 +
 app-text/highlight/highlight-4.9.ebuild | 111 
 2 files changed, 113 insertions(+)

diff --git a/app-text/highlight/Manifest b/app-text/highlight/Manifest
index 070203ad8228..f5802d9c528c 100644
--- a/app-text/highlight/Manifest
+++ b/app-text/highlight/Manifest
@@ -2,3 +2,5 @@ DIST highlight-4.1.tar.bz2 1469115 BLAKE2B 
9ee4c61ea5ebdfd04c2bb341838cc66a755d5
 DIST highlight-4.6.tar.bz2 1488327 BLAKE2B 
952171929aa021c80690b2ddcd5adba3b6c7e54425cfc851368b768a53c749e34495b0832d4ce5546b5bc68c0ea4e3b5bd6df4f379e02702fd3a497adc52d60b
 SHA512 
0214f2141ecf2ab350368ff165dc5f58eb3a23b31142b9d1c443a35f8ea72b9e33770c2de185cd2e3645e298ad41ec1fd45db5ebf546da3144e1dc93da32b811
 DIST highlight-4.8.tar.bz2 1492966 BLAKE2B 
f0bc746cb671037c2a5f1557c6114c143448de8fe295f4b74d38daecc615bfb50e50b5f3f3ee488488f1bc52dc11b283f13cbaa956959946d2dcaca91a6ef804
 SHA512 
c04e94b2fdb1ebda37937a8bdcdb1bb5afe171a74ca58ddf40b1972bc62a07dc02d628bc962b1db654805a446f32da8d7af41a0c162476cf47a3535128ca6ace
 DIST highlight-4.8.tar.bz2.asc 488 BLAKE2B 
466905e2a4b1b577feba593e2d6e855e09764cdb08ddbd5aa3b4c62c4b06bc19a013df16aa1dfc81d4e52765641d5f98615233609d7b4f039f6f8c6a929d345a
 SHA512 
929c5b0a25a2f5a0b9204afb03b5456b2b62d07e519799602b06a0ad2d4bc1d9eac92965571732b0eaffe780904321ebffb31cdf61b6fe644ecc39ddb983c7b8
+DIST highlight-4.9.tar.bz2 1498248 BLAKE2B 
09ff0a5cc81da45270a8382dc6b2a2d3b44d1f084e661fae4a3d39d2ded9af6c77b1fb0d51d32c59f22ccba1612ab7faf68b5e918dda70c9f2e25b29b5c44ecd
 SHA512 
280abd98182c5b95f629ca126e8a59ca6bf6f9e301fc7678aa3e4cb37b714827dfdfab1e008c798e203c7408355be63e01e88f93eacfcf2c5fad95afc6e22112
+DIST highlight-4.9.tar.bz2.asc 488 BLAKE2B 
cbd3541f65ec714ff1fda17fb141aa19f53952634a2027819fdbf50f7cf781f875b76ebd9a82119347f17940d8200f856082dfff51ff994a71a2ece04d654764
 SHA512 
04c2aca4050cae0dde97340a1ebafd968526e2d811e4551e8895acca50613f7e5902e31d735a0da1427d69e85e152530776fa1b9f5896efe410d8f9437768298

diff --git a/app-text/highlight/highlight-4.9.ebuild 
b/app-text/highlight/highlight-4.9.ebuild
new file mode 100644
index ..d6dffaa6f8af
--- /dev/null
+++ b/app-text/highlight/highlight-4.9.ebuild
@@ -0,0 +1,111 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+LUA_COMPAT=( lua5-{1..4} luajit )
+VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/andresimon.asc
+inherit lua-single qmake-utils toolchain-funcs verify-sig xdg
+
+DESCRIPTION="Converts source code to formatted text (HTML, LaTeX, etc.) with 
syntax highlight"
+HOMEPAGE="http://www.andre-simon.de/;
+SRC_URI="
+   http://www.andre-simon.de/zip/${P}.tar.bz2
+   verify-sig? ( http://www.andre-simon.de/zip/${P}.tar.bz2.asc )
+"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+IUSE="examples gui"
+
+REQUIRED_USE="${LUA_REQUIRED_USE}"
+
+RDEPEND="
+   ${LUA_DEPS}
+   gui? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   )
+"
+DEPEND="
+   ${RDEPEND}
+   dev-libs/boost
+"
+BDEPEND="
+   virtual/pkgconfig
+   gui? ( dev-qt/linguist-tools:5 )
+   verify-sig? ( sec-keys/openpgp-keys-andresimon )
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-3.57-qt_libs_lua.patch
+)
+
+myhlopts=(
+   CXX="$(tc-getCXX)"
+   AR="$(tc-getAR)"
+   LDFLAGS="${LDFLAGS}"
+   CFLAGS="${CXXFLAGS} -DNDEBUG"
+   DESTDIR="${D}"
+   PREFIX="${EPREFIX}/usr"
+   HL_CONFIG_DIR="${EPREFIX}/etc/highlight/"
+   HL_DATA_DIR="${EPREFIX}/usr/share/highlight/"
+   doc_dir="${EPREFIX}/usr/share/doc/${PF}/"
+   conf_dir="${EPREFIX}/etc/highlight/"
+   examples_dir="${EPREFIX}/usr/share/doc/${PF}/extras"
+)
+
+src_prepare() {
+   default
+
+   # Disable man page compression
+   sed \
+   -e "/GZIP/d" \
+   -e "/COPYING/d" \
+   -i makefile || die
+
+   sed -e "/LSB_DOC_DIR/s:doc/${PN}:doc/${PF}:" \
+   -i src/core/datadir.cpp || die
+
+   sed -r -i \
+   -e "/^LUA_.*pkg-config/s,\,${ELUA},g" \
+   "${S}"/extras/tcl/makefile \
+   "${S}"/extras/swig/makefile \
+   || die "Failed to set Lua implementation"
+
+   # We set it via eqmake5, otherwise it forces clang...
+   sed -e "s/QMAKE_CC/#QMAKE_CC/g" \
+   -e "s/QMAKE_CXX /#QMAKE_CXX /g" \
+   -i src/gui-qt/highlight.pro || die
+}
+
+src_configure() 

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

2023-10-19 Thread Sam James
commit: b3068dae27987ad0a46602001efc433f03459e35
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 20 00:21:57 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 20 00:50:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3068dae

net-misc/netifrc: add 0.7.7

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

 net-misc/netifrc/Manifest |  1 +
 net-misc/netifrc/netifrc-0.7.7.ebuild | 91 +++
 2 files changed, 92 insertions(+)

diff --git a/net-misc/netifrc/Manifest b/net-misc/netifrc/Manifest
index 912e655ee1ab..8c1bd2bdd95b 100644
--- a/net-misc/netifrc/Manifest
+++ b/net-misc/netifrc/Manifest
@@ -1,2 +1,3 @@
 DIST netifrc-0.7.5.tar.gz 86884 BLAKE2B 
6ca9b8034fe69767910814021df783710cf6b6a4edb5a877142e6be67b57556fee2e9e3fefb8d22c03b1460ce45bf7e490a1a0862dd6ce7b9beb247c942341b0
 SHA512 
a043df2850362da5f6d8620c4c76ca0644e97c64c0223bfe50e31d20fd8a3e5cf8afa1234d99946631868eab77a8816d24f8cb05b3e4cf4bec101478d162e8a4
 DIST netifrc-0.7.6.tar.gz 86771 BLAKE2B 
814e97630a84a2f9531aa81754f3ea20a561f19d055e4a6652a1374925c4ff6e7279e161a817e3c50059b2c40b7b1a7602bad3dbcb68836882e4fe5ad754
 SHA512 
ec8d44254106a38b16c52ef33a5064db40db565cef7b7499d38c7636f2b9c01305329d77ac6298621f3b55a1401345c108374a691ae41129b8fe9d5a7e35
+DIST netifrc-0.7.7.tar.bz2 75823 BLAKE2B 
e2d99ac347e9a449b39981b1aa1585ff83d05af1bafe09f7e2e25954360df1e76f53ce4a5c8e08777ba45baf697a307697576835df4c4b4ae010ab84dbe8bb2b
 SHA512 
995f89beece9e7ff0b558b466c06a476f22d3161f31622a232c382d81e74399aeb0a39cb4a95080829120c527a1a93757425671e2ca3639d8637e5e905ad3e80

diff --git a/net-misc/netifrc/netifrc-0.7.7.ebuild 
b/net-misc/netifrc/netifrc-0.7.7.ebuild
new file mode 100644
index ..a05e5bb7a079
--- /dev/null
+++ b/net-misc/netifrc/netifrc-0.7.7.ebuild
@@ -0,0 +1,91 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit systemd udev
+
+DESCRIPTION="Gentoo Network Interface Management Scripts"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Netifrc;
+
+if [[ ${PV} ==  ]]; then
+   EGIT_REPO_URI="
+   https://anongit.gentoo.org/git/proj/netifrc.git
+   https://github.com/gentoo/${PN}
+   "
+   inherit git-r3
+else
+   SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.bz2;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
+fi
+
+LICENSE="BSD-2 GPL-2"
+SLOT="0"
+IUSE="+dhcp"
+
+RDEPEND="
+   sys-apps/gentoo-functions
+   >=sys-apps/openrc-0.15
+   dhcp? (
+   || (
+   net-misc/dhcpcd
+   net-misc/dhcp[client]
+   sys-apps/busybox
+   )
+   )
+"
+BDEPEND="
+   kernel_linux? ( virtual/pkgconfig )
+"
+
+src_prepare() {
+   if [[ ${PV} ==  ]] ; then
+   local ver="git-${EGIT_VERSION:0:6}"
+   sed -i "/^GITVER[[:space:]]*=/s:=.*:=${ver}:" mk/git.mk || die
+   einfo "Producing ChangeLog from Git history"
+   GIT_DIR="${S}/.git" git log >"${S}"/ChangeLog
+   fi
+
+   default
+}
+
+src_compile() {
+   MAKE_ARGS=(
+   PREFIX="${EPREFIX}"
+   UPREFIX="${EPREFIX}/usr"
+   UDEVDIR="${EPREFIX}$(get_udevdir)"
+   LIBEXECDIR="${EPREFIX}/lib/${PN}"
+   PF="${PF}"
+   )
+
+   emake "${MAKE_ARGS[@]}" all
+}
+
+src_install() {
+   emake "${MAKE_ARGS[@]}" DESTDIR="${D}" install
+   dodoc README CREDITS FEATURE-REMOVAL-SCHEDULE STYLE TODO
+
+   # Install the service file
+   local LIBEXECDIR="${EPREFIX}/lib/${PN}"
+   sed "s:@LIBEXECDIR@:${LIBEXECDIR}:" "${S}/systemd/net_at.service.in" > 
"${T}/net_at.service" || die
+   systemd_newunit "${T}/net_at.service" 'net@.service'
+
+   local UNIT_DIR="$(systemd_get_systemunitdir)"
+   UNIT_DIR="${UNIT_DIR#"${EPREFIX}"}"
+   dosym net@.service "${UNIT_DIR}/net@lo.service"
+}
+
+pkg_postinst() {
+   udev_reload
+
+   if [[ ! -e "${EROOT}"/etc/conf.d/net && -z ${REPLACING_VERSIONS} ]]; 
then
+   elog "The network configuration scripts will use dhcp by"
+   elog "default to set up your interfaces."
+   elog "If you need to set up something more complete, see"
+   elog "${EROOT}/usr/share/doc/${P}/README"
+   fi
+}
+
+pkg_postrm() {
+   udev_reload
+}



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

2023-10-19 Thread Sam James
commit: 3500483f75789c36e379c1b6546a09df7c11e2b1
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 20 00:49:33 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 20 00:51:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3500483f

sys-apps/portage: add 3.0.53

Closes: https://bugs.gentoo.org/915120
Closes: https://bugs.gentoo.org/821529
Closes: https://bugs.gentoo.org/914441
Closes: https://bugs.gentoo.org/914722
Closes: https://bugs.gentoo.org/914873
Closes: https://bugs.gentoo.org/915099
Closes: https://bugs.gentoo.org/915123
Closes: https://bugs.gentoo.org/915128
Closes: https://bugs.gentoo.org/915136
Closes: https://bugs.gentoo.org/915330
Closes: https://bugs.gentoo.org/915494
Closes: https://bugs.gentoo.org/915834
Closes: https://bugs.gentoo.org/915903
Closes: https://bugs.gentoo.org/900224
Signed-off-by: Sam James  gentoo.org>

 sys-apps/portage/Manifest  |   1 +
 sys-apps/portage/portage-3.0.53.ebuild | 238 +
 2 files changed, 239 insertions(+)

diff --git a/sys-apps/portage/Manifest b/sys-apps/portage/Manifest
index bea896890a8d..a129b71c24e3 100644
--- a/sys-apps/portage/Manifest
+++ b/sys-apps/portage/Manifest
@@ -4,3 +4,4 @@ DIST portage-3.0.49.tar.bz2 1152449 BLAKE2B 
a47f951a35828ba9c8fc88c2eab5222c98ed
 DIST portage-3.0.50.tar.bz2 1153508 BLAKE2B 
b90d93f8922acdb5486a52c1354c6c9829fac608971078a641b604b57240065eec4e82cc9cb2fb8b4ba485a7f2d52473c0a90295b29eb578638ad11cd3cf2943
 SHA512 
355841af862077f9203d6f8cbe904f4966516597444f38ef535fc06d0fe5c21d9c1da139a44407fdd69b56eb9c49c286187d856ef4e9b9bc6b21bab5b772a88f
 DIST portage-3.0.51.tar.bz2 1155503 BLAKE2B 
1095ab616993951da8f4d43cef4cf815672c67cb48ea2fe5aeb6b7c629058bfab1557d2b9508f2e3e9f38676733b5d60ec6a3686bc57840065c428508769cb1c
 SHA512 
bf237819173bed9df3b63ada067a2a99700618d88fd4b528146c56bdd592f2452003db6cc6da4a445b647eb4d8bb591260ea0d2a5627ad540526a2e802025836
 DIST portage-3.0.52.tar.bz2 1157447 BLAKE2B 
61e4d32f9713b9b0a2df6ca636b2d756dacdb93f862eeab8a8b46d436b9c90d3d5d04989023dc5580ce0c4a6827fa623e5b32ce3d5094ff56ccde7a53c1af81c
 SHA512 
1a249b140cc24b6d83314ad0b3f4ca73fcff3df01f1207c2fe661b16e78ab1155bb6dca4fb89100910fce13bf0fc21636232f9560360cf12f2c43b803d2a0429
+DIST portage-3.0.53.tar.bz2 1162321 BLAKE2B 
1c38bc97d9aca2ce4062ed0fc2ef9297911379a32f1ed32b4d5ced760970edbfb9579471efd69c0fc16e3227ef6444d60c2bb19be6d809eabe832250d340b4b5
 SHA512 
d747acc922da2d6f2dc10a8b5a6c7cf4b325ab903b3c5634d5aa1927bbfffa306076ad780a4634d7bcf6092b763b753b02c14f1a21197706559d370c6eee00a1

diff --git a/sys-apps/portage/portage-3.0.53.ebuild 
b/sys-apps/portage/portage-3.0.53.ebuild
new file mode 100644
index ..5bf30b190b87
--- /dev/null
+++ b/sys-apps/portage/portage-3.0.53.ebuild
@@ -0,0 +1,238 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_REQ_USE='bzip2(+),threads(+)'
+TMPFILES_OPTIONAL=1
+
+inherit meson linux-info multiprocessing python-r1 tmpfiles
+
+DESCRIPTION="The package management and distribution system for Gentoo"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage;
+
+if [[ ${PV} ==  ]] ; then
+   EGIT_REPO_URI="
+   https://anongit.gentoo.org/git/proj/portage.git
+   https://github.com/gentoo/portage.git
+   "
+   inherit git-r3
+else
+   
SRC_URI="https://gitweb.gentoo.org/proj/portage.git/snapshot/${P}.tar.bz2;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="apidoc build doc gentoo-dev +ipc +native-extensions +rsync-verify 
selinux test xattr"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+RESTRICT="!test? ( test )"
+
+# setuptools is still needed as a workaround for Python 3.12+ for now.
+# https://github.com/mesonbuild/meson/issues/7702
+#
+# >=meson-1.2.1-r1 for bug #912051
+BDEPEND="
+   ${PYTHON_DEPS}
+   >=dev-util/meson-1.2.1-r1
+   $(python_gen_cond_dep '
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   ' python3_12)
+   test? (
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   dev-vcs/git
+   )
+"
+DEPEND="
+   ${PYTHON_DEPS}
+   >=app-arch/tar-1.27
+   dev-lang/python-exec:2
+   >=sys-apps/sed-4.0.5
+   sys-devel/patch
+   !build? ( $(python_gen_impl_dep 'ssl(+)') )
+   apidoc? (
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/sphinx-epytext[${PYTHON_USEDEP}]
+   )
+   doc? (
+   ~app-text/docbook-xml-dtd-4.4
+   app-text/xmlto
+   )
+"
+# Require sandbox-2.2 for bug #288863.
+# For whirlpool hash, require python[ssl] (bug #425046).
+RDEPEND="
+   ${PYTHON_DEPS}
+   acct-user/portage
+   >=app-arch/tar-1.27
+   app-arch/zstd
+   >=app-misc/pax-utils-0.1.17
+   

[gentoo-commits] repo/gentoo:master commit in: net-firewall/nftables/

2023-10-19 Thread Sam James
commit: c537b3488f60d0bffb657726b91d08643b5ccd71
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 20 00:29:11 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 20 00:50:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c537b348

net-firewall/nftables: add 1.0.9

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

 net-firewall/nftables/Manifest |  2 ++
 ...{nftables-.ebuild => nftables-1.0.9.ebuild} | 27 ++
 net-firewall/nftables/nftables-.ebuild | 27 ++
 3 files changed, 38 insertions(+), 18 deletions(-)

diff --git a/net-firewall/nftables/Manifest b/net-firewall/nftables/Manifest
index 9efdba0b9910..0f38f5b23c9d 100644
--- a/net-firewall/nftables/Manifest
+++ b/net-firewall/nftables/Manifest
@@ -2,3 +2,5 @@ DIST nftables-1.0.7.tar.xz 857140 BLAKE2B 
972adbb958f36b300618ce03fbbfc1fdb6fd55
 DIST nftables-1.0.7.tar.xz.sig 566 BLAKE2B 
53abe2598e9b362912d3e2e94ea6e04352d0484b9d1d645c8f18b6133be53d63a8d71d500e57528a57aededb84dedaf61010236afda560b16e7642db45e2f45c
 SHA512 
b5821aa6939dc5b4d16065d9d7083e4ff40b9f99417354efbcbc95a8ccde43108b99a5b8a75a24086cd3df2291a049cad3adb7b06e2c098f0eb7861f85c5c768
 DIST nftables-1.0.8.tar.xz 882980 BLAKE2B 
cdf174846cbc3e581993cdee3a24e5ead3fdbb3d6b24d51473ed88affb7fcf70279a8374a4963b31044a9e64cb72ddb28ca1f1686bbaa3101eed4d623fb67d05
 SHA512 
06053c05a0d7c84a5cc4d22733836dadf9880c3552df3dace6d30aea95c7e1edb5528ea45df8576f282c15bf58f23407e26efb22257bd98a478849a8bdd4f8d5
 DIST nftables-1.0.8.tar.xz.sig 566 BLAKE2B 
2f22b9467a55a46ec9e8caf13efe3cd59a6a1a867174602b583549ccaff54576b5f80b5ad9b1cefd208c3f49bc6ce07072626218f479628df369ed7294e1b83b
 SHA512 
0ddd8f29dc5ba891069c63715719f11c0a4745f1e3cd9cd7f9e388ac35835cfbe8f34b371a2ce2a06cbda42384cc72d0bf57746fb02757d68a9b053bbbd67a77
+DIST nftables-1.0.9.tar.xz 971968 BLAKE2B 
1dfd1e79d3a7b645fd0995dad10893d70dbd13c92805c5cf30825acbbeb45071b2095072cecbd14b4f66cf0c284d2937a996c6b8013213438f53b92731af039d
 SHA512 
dc34099658e283d9fd4d06264b593710121074558305ea23ab298c5f6a6b564a826f186241b6e106fbaa4e11160cf77e68bb52b4ce401b28d8d2e403cd4b88e8
+DIST nftables-1.0.9.tar.xz.sig 566 BLAKE2B 
d4bb0a1f629d2950753799fba18f6c3ce50e5ff242816e392245a714bfeccb3408583added4362f1e0da47cc6e30b0b95f864cf8443a1872d59ae40b15b5f706
 SHA512 
9b96ce8539700713ff4802fb2deff5b2ea0dd3155c45f5a8f49a45f70226893c7449e0b79504833b2e63e5290290e693c962128a226ca8f6ca281185bdcd7b51

diff --git a/net-firewall/nftables/nftables-.ebuild 
b/net-firewall/nftables/nftables-1.0.9.ebuild
similarity index 94%
copy from net-firewall/nftables/nftables-.ebuild
copy to net-firewall/nftables/nftables-1.0.9.ebuild
index db4ad6e3feb7..7a679d809706 100644
--- a/net-firewall/nftables/nftables-.ebuild
+++ b/net-firewall/nftables/nftables-1.0.9.ebuild
@@ -17,8 +17,10 @@ if [[ ${PV} =~ ^[9]{4,}$ ]]; then
EGIT_REPO_URI="https://git.netfilter.org/${PN};
BDEPEND="sys-devel/bison"
 else
-   SRC_URI="https://netfilter.org/projects/nftables/files/${P}.tar.xz
-   verify-sig? ( 
https://netfilter.org/projects/nftables/files/${P}.tar.xz.sig )"
+   SRC_URI="
+   https://netfilter.org/projects/nftables/files/${P}.tar.xz
+   verify-sig? ( 
https://netfilter.org/projects/nftables/files/${P}.tar.xz.sig )
+   "
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86"
BDEPEND="verify-sig? ( sec-keys/openpgp-keys-netfilter )"
 fi
@@ -70,9 +72,6 @@ src_prepare() {
 
 src_configure() {
local myeconfargs=(
-   # We handle python separately
-   --disable-python
-   --disable-static
--sbindir="${EPREFIX}"/sbin
$(use_enable debug)
$(use_enable doc man-doc)
@@ -83,6 +82,7 @@ src_configure() {
$(use_enable static-libs static)
$(use_with xtables)
)
+
econf "${myeconfargs[@]}"
 
if use python; then
@@ -111,10 +111,19 @@ src_test() {
ewarn "Skipping shell tests (requires root)"
fi
 
-   # Need to rig up Python eclass if using this, but it doesn't seem to 
work
-   # for me anyway.
-   #cd tests/py || die
-   #"${EPYTHON}" nft-test.py || die
+   if use python; then
+   pushd tests/py >/dev/null || die
+   distutils-r1_src_test
+   popd >/dev/null || die
+   fi
+}
+
+python_test() {
+   if [[ ${EUID} == 0 ]]; then
+   edo "${EPYTHON}" nft-test.py
+   else
+   ewarn "Skipping Python tests (requires root)"
+   fi
 }
 
 src_install() {

diff --git a/net-firewall/nftables/nftables-.ebuild 
b/net-firewall/nftables/nftables-.ebuild
index db4ad6e3feb7..7a679d809706 100644
--- a/net-firewall/nftables/nftables-.ebuild
+++ b/net-firewall/nftables/nftables-.ebuild
@@ -17,8 +17,10 @@ if [[ ${PV} =~ ^[9]{4,}$ ]]; 

[gentoo-commits] repo/gentoo:master commit in: sys-libs/zlib-ng/files/, sys-libs/zlib-ng/

2023-10-19 Thread Sam James
commit: d1791778d4b4ce775c99522be3456a35149f6b13
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 20 00:42:18 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 20 00:51:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1791778

sys-libs/zlib-ng: drop 2.0.7, 2.1.2-r1

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

 sys-libs/zlib-ng/Manifest|  2 -
 sys-libs/zlib-ng/files/zlib-ng-2.1.2-cmake.patch | 35 -
 sys-libs/zlib-ng/zlib-ng-2.0.7.ebuild| 78 
 sys-libs/zlib-ng/zlib-ng-2.1.2-r1.ebuild | 90 
 4 files changed, 205 deletions(-)

diff --git a/sys-libs/zlib-ng/Manifest b/sys-libs/zlib-ng/Manifest
index 6680cee82115..8fc02a3e816d 100644
--- a/sys-libs/zlib-ng/Manifest
+++ b/sys-libs/zlib-ng/Manifest
@@ -1,3 +1 @@
-DIST zlib-ng-2.0.7.tar.gz 853381 BLAKE2B 
89672bd35ee54df72ff995c1b4ed188538011be4cd077e464f21a088b0b70b3f95b4259dc546a65e8d4900dc5bd5bb98041875e361000898b34518f7e008b99b
 SHA512 
1c19a62bb00727ac49049c299fb70060da95b5fafa448144ae4133372ec8c3da15cef6c1303485290f269b23c580696554ca0383dba3e1f9609f65c332981988
-DIST zlib-ng-2.1.2.tar.gz 2404176 BLAKE2B 
bc0b65520562827b10216110e2020a3341ee0dd853874c19ddb6f9df776fc74a542c1239f77dc3ec2ccb3f92e75f1de7ef104edfecfe37312149b1bc29ae7403
 SHA512 
2b3073df4eb13d8318f8fa2b7674e4729642488f65dad49d3080ccd830f29e9e3f32a673b42634443ddf9e9ef85cfff4f2f3e182506f950b9ee0a208a92c0465
 DIST zlib-ng-2.1.3.tar.gz 2404446 BLAKE2B 
f3c93e1ed6aa6d008915a69de92d58b1646fd41ae6c97fbdab9d921fd30c7931a42cf5dccd8911d52142960174a04df54d6ab557cc7c902930fc8609c31fbee9
 SHA512 
cb987c0b20a11fca5361dce94e53dead7364e739a984545c38ad4bf0c7fedd83d5d62530d979eca2182da88d7507a9bec8d3f5abff41e92ab5a63ac61001502e

diff --git a/sys-libs/zlib-ng/files/zlib-ng-2.1.2-cmake.patch 
b/sys-libs/zlib-ng/files/zlib-ng-2.1.2-cmake.patch
deleted file mode 100644
index 8deb07a60515..
--- a/sys-libs/zlib-ng/files/zlib-ng-2.1.2-cmake.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-https://github.com/zlib-ng/zlib-ng/issues/1515
-https://github.com/zlib-ng/zlib-ng/pull/1519
-https://github.com/zlib-ng/zlib-ng/commit/39136c20716a94188c1d041b9656315371d35a47
-
-From 39136c20716a94188c1d041b9656315371d35a47 Mon Sep 17 00:00:00 2001
-From: "Mika T. Lindqvist" 
-Date: Sun, 11 Jun 2023 18:38:12 +0300
-Subject: [PATCH] Try to find system copy of googletest before trying to
- download it. * Don't use system copy if memory sanitizer is enabled
-
 a/test/CMakeLists.txt
-+++ b/test/CMakeLists.txt
-@@ -111,8 +111,6 @@ if(WITH_BENCHMARKS)
- endif()
- 
- if(WITH_GTEST)
--include(FetchContent)
--
- # Google test requires at least C++11
- set(CMAKE_CXX_STANDARD 11)
- 
-@@ -125,9 +123,13 @@ if(WITH_GTEST)
- # Must set include and compile options before fetching googletest
- include_directories($ENV{LLVM_BUILD_DIR}/include 
$ENV{LLVM_BUILD_DIR}/include/c++/v1)
- add_compile_options(-stdlib=libc++ -g)
-+elseif(NOT TARGET GTest::GTest)
-+find_package(GTest)
- endif()
- 
- if(NOT TARGET GTest::GTest)
-+include(FetchContent)
-+
- # Prevent overriding the parent project's compiler/linker settings 
for Windows
- set(gtest_force_shared_crt ON CACHE BOOL
- "Use shared (DLL) run-time lib even when Google Test is built as 
static lib." FORCE)

diff --git a/sys-libs/zlib-ng/zlib-ng-2.0.7.ebuild 
b/sys-libs/zlib-ng/zlib-ng-2.0.7.ebuild
deleted file mode 100644
index 641a623a64aa..
--- a/sys-libs/zlib-ng/zlib-ng-2.0.7.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# Worth keeping an eye on 'develop' branch upstream for possible backports,
-# as they copied this practice from sys-libs/zlib upstream.
-
-inherit cmake
-
-DESCRIPTION="Fork of the zlib data compression library"
-HOMEPAGE="https://github.com/zlib-ng/zlib-ng;
-SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-
-CPU_USE=( 
cpu_flags_{x86_{avx2,sse2,ssse3,sse4a,pclmul},arm_{crc32,neon},ppc_vsx2} )
-IUSE="compat ${CPU_USE[@]} test"
-
-RESTRICT="!test? ( test )"
-
-RDEPEND="compat? ( !sys-libs/zlib )"
-
-src_configure() {
-   local mycmakeargs=(
-   -DZLIB_COMPAT="$(usex compat)"
-   -DZLIB_ENABLE_TESTS="$(usex test)"
-   # Unaligned access is controversial and undefined behaviour
-   # Let's keep it off for now
-   # https://github.com/gentoo/gentoo/pull/17167
-   -DWITH_UNALIGNED="OFF"
-   )
-
-   # The intrinsics options are all defined conditionally, so we need
-   # to enable them on/off per-arch here for now.
-   if use amd64 || use x86 ; then
-   mycmakeargs+=(
-   -DWITH_AVX2=$(usex 

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

2023-10-19 Thread Sam James
commit: fc74cec9629ff0ed4a84f125364cacbc5aff61ed
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 20 00:17:17 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 20 00:50:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc74cec9

dev-util/astyle: add 3.4.9

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

 dev-util/astyle/Manifest|  2 +
 dev-util/astyle/astyle-3.4.9.ebuild | 83 +
 2 files changed, 85 insertions(+)

diff --git a/dev-util/astyle/Manifest b/dev-util/astyle/Manifest
index 15bcc718d663..859fef9e3ae1 100644
--- a/dev-util/astyle/Manifest
+++ b/dev-util/astyle/Manifest
@@ -1,3 +1,5 @@
 DIST astyle-3.4.8.tar.bz2 229679 BLAKE2B 
413204c5f53276ff533300bcb86c8c8ef8cf91371b2ac70431957dee1e713acd64eee6da18e2919ab51ca6757b30363997eeb2baae621a8cb302011adfc80c97
 SHA512 
8c0c79eea04ecdbc24f6e673a1a848d8682dc4e4f83949887eca5be98d5c485298fb44b0e9c70444c41ed09eb62662335138058bcfc9d3de21978149bc1b6ddc
 DIST astyle-3.4.8.tar.bz2.asc 488 BLAKE2B 
cb3aada25bb5f6f9c433bdc0a5ee6464ff2266f38a0b0a847349b4d56e7fed5ff055e296a0502c77d7f120aeaf3c7cfbd898850b455f927218cf8a66406e1ce7
 SHA512 
29085bf168435072c98ea4238798e7123e8ca9595b1a036a1d91dee128718d9c500d010be4cd0f6f7039abffce8341728ba1cdb01b7a06d77500c1e6b0cab873
+DIST astyle-3.4.9.tar.bz2 229873 BLAKE2B 
f698ec0f3447caf64f324760f9d9feabeb9588f603fb1bfd60b5272cc12525e8c942c084b325f7be1bfe93663de360727ddf8bdc65d38c84512852106cb2f70b
 SHA512 
6538e1e9464564819bd1d8eef041de063a74e8974d2cc5942046a03fa70bd5472c20438bfd270dcf1f00d250d961129ce53b5ad18646505837e176c4e0e3f00a
+DIST astyle-3.4.9.tar.bz2.asc 488 BLAKE2B 
a5ed720e7c87f3603ba514e0fd15fb3a6687d913ec6cb41323aa5b1b38e76ac4ece310307ad23f8ba4c5d3e7b0cc00b78684d0c219fc50cd9e5db9c327c4f04b
 SHA512 
b9f18e2c20b431b98859b996c52b31edbd9368d3a7ada1324f3139984f5480af860981f3b72802f548f2a73e53232f35fc2256a8a3eb7cc6a31685921682d9e4
 DIST astyle_3.1_linux.tar.gz 185589 BLAKE2B 
d0bc9bf3403de89d207f33ac885c7cd57fd1e71314c947e1593ee24ade9ce36c83c6fd8e7021f44d8d3b344ea3add63fa5a7b246c40f10193dc38b51e7ad36bc
 SHA512 
2e8f13d291abda66bbba30174c364c81a81a490e0a21376f7da7cf471644c22caa37b9eefb100d093bf26d1a8bfa9d2f14b4c2a9b75b3cb84428b4514e277ff2

diff --git a/dev-util/astyle/astyle-3.4.9.ebuild 
b/dev-util/astyle/astyle-3.4.9.ebuild
new file mode 100644
index ..126f56e4b4a4
--- /dev/null
+++ b/dev-util/astyle/astyle-3.4.9.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/andresimon.asc
+inherit toolchain-funcs java-pkg-opt-2 verify-sig
+
+DESCRIPTION="Artistic Style is a re-indenter and reformatter for C++, C and 
Java source code"
+HOMEPAGE="https://astyle.sourceforge.net/ https://gitlab.com/saalen/astyle;
+SRC_URI="
+   mirror://sourceforge/astyle/${P}.tar.bz2
+   http://www.andre-simon.de/zip/${P}.tar.bz2
+   verify-sig? ( http://www.andre-simon.de/zip/${P}.tar.bz2.asc )
+"
+
+LICENSE="MIT"
+SLOT="0/3.2"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux 
~ppc-macos"
+IUSE="examples java static-libs"
+
+DEPEND="
+   app-arch/xz-utils
+   java? ( >=virtual/jdk-1.6:= )
+"
+RDEPEND="${DEPEND}"
+BDEPEND="verify-sig? ( sec-keys/openpgp-keys-andresimon )"
+
+src_prepare() {
+   if use java ; then
+   java-pkg-opt-2_src_prepare
+   sed -e "s:^\(JAVAINCS\s*\)=.*$:\1= 
$(java-pkg_get-jni-cflags):" \
+   -e "s:ar crs:$(tc-getAR) crs:" \
+   -i build/gcc/Makefile || die
+   else
+   default
+   fi
+}
+
+src_configure() {
+   tc-export CXX
+   default
+}
+
+src_compile() {
+   # ../build/clang/Makefile is identical except for CXX line.
+   emake CXX="$(tc-getCXX)" -f ../build/gcc/Makefile -C src \
+   ${PN} \
+   shared \
+   $(usev java) \
+   $(usev static-libs static)
+}
+
+src_install() {
+   doheader src/${PN}.h
+
+   pushd src/bin >/dev/null || die
+   dobin ${PN}
+
+   local libastylename="lib${PN}.so.${SLOT##*/}.0"
+   local libastylejname="lib${PN}j.so.${SLOT##*/}.0"
+   local libdestdir="/usr/$(get_libdir)"
+
+   dolib.so "${libastylename}"
+   dosym "${libastylename}" "${libdestdir}/lib${PN}.so.$(ver_cut 1 
${SLOT##*/})"
+   dosym "${libastylename}" "${libdestdir}/lib${PN}.so"
+   if use java ; then
+   dolib.so "${libastylejname}"
+   dosym "${libastylejname}" "${libdestdir}/lib${PN}j.so.$(ver_cut 
1 ${SLOT##*/})"
+   dosym "${libastylejname}" "${libdestdir}/lib${PN}j.so"
+   fi
+   if use static-libs ; then
+   dolib.a lib${PN}.a
+   fi
+   popd >/dev/null || die
+   if use examples ; then
+   docinto examples
+   dodoc -r file/.
+   

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

2023-10-19 Thread Sam James
commit: 56373ebfc480ef27de994651d481e97aa96783d4
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 20 00:11:45 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 20 00:50:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56373ebf

media-libs/libjpeg-turbo: add 3.0.1

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

 media-libs/libjpeg-turbo/Manifest  |   1 +
 .../libjpeg-turbo/libjpeg-turbo-3.0.1.ebuild   | 128 +
 2 files changed, 129 insertions(+)

diff --git a/media-libs/libjpeg-turbo/Manifest 
b/media-libs/libjpeg-turbo/Manifest
index a7ec91fb7eb7..45bf6489c001 100644
--- a/media-libs/libjpeg-turbo/Manifest
+++ b/media-libs/libjpeg-turbo/Manifest
@@ -2,4 +2,5 @@ DIST libjpeg-turbo-2.1.3.tar.gz 2260756 BLAKE2B 
87ef47105e66b2ee918e95962ac59963
 DIST libjpeg-turbo-2.1.4.tar.gz 2261822 BLAKE2B 
80ffd77d58a37eae0bdc1868d994f34ea52c13e2624c720b1d0b6ec4d6d14b16911163ccd4009c8d6eda214f31e1fff78bb7eb4739ae6589d0fd8c7008c0e972
 SHA512 
511f065767c022da06b6c36299686fa44f83441646f7e33b766c6cfab03f91b0e6bfa456962184071dadaed4057ba9a29cba685383f3eb86a4370a1a53731a70
 DIST libjpeg-turbo-2.1.5.1.tar.gz 2264936 BLAKE2B 
9583a0a91e45347d651de6bf5192a23bfe4e64cef67cdbb18f5b578b424fc46fc114e5649e93a467906cf047948e43a11b6d17b48c47f879c51cff1a4ef356ff
 SHA512 
86a7248d064043b26b09755633ef4872a2a6133c9e677a9fe4be6645b2e0fde102cf01e09119967b3b6b85f4cb93f3f7c49ec4973944d5eff99b5b90ce8b0be6
 DIST libjpeg-turbo-3.0.0.tar.gz 2799663 BLAKE2B 
9a4b74aad81c2999ab7f3cd7d8695e1132edda141f4cc8a57e671f42cad4ac16b66b0f19cf4b874b61a82c008287ad88cd81d85547c195ed30456e29cb505285
 SHA512 
2307a2e240faf5b3119cdc5cf6a0255813d74591d4a4201fd2374940683cb9de90cb5926367e633f3624b27edd292209c7cd3c38d64522716e83fc81361289b4
+DIST libjpeg-turbo-3.0.1.tar.gz 2800900 BLAKE2B 
9d2c784edd6493c4d9e2379fc4a8f0844e440d7afe774b231f611034d481dcf1be35979fb7d731a5a8f99000780f1343b7934a59df22c1dcaef295b6294ea494
 SHA512 
26a2c821a023579e82a7c2a00582747f5f24089aa0820ba304f1ff71c6894b7a6bd0468acc5ff90e2655e0a1c23a5a35a779df51f5cfa3e9eba527c709fab55b
 DIST libjpeg8_8d-2.debian.tar.gz 14764 BLAKE2B 
e93d12afa062da28b717b540492221f70e8d9ccf3885371647cf85a2937f938ca723d4a27d5e1c5d79c26aa25dddf69b38754558851a1704172e8b52baf8e17c
 SHA512 
8c5959fb7583a2d61e9442187f67b91b45e72d9dd30db3360d583a3b5d8e1a908db5659f760bdd455b3056e6ae3535b2fd3b847df3d58b140a1816b754003675

diff --git a/media-libs/libjpeg-turbo/libjpeg-turbo-3.0.1.ebuild 
b/media-libs/libjpeg-turbo/libjpeg-turbo-3.0.1.ebuild
new file mode 100644
index ..16167b03a643
--- /dev/null
+++ b/media-libs/libjpeg-turbo/libjpeg-turbo-3.0.1.ebuild
@@ -0,0 +1,128 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake-multilib java-pkg-opt-2
+
+DESCRIPTION="MMX, SSE, and SSE2 SIMD accelerated JPEG library"
+HOMEPAGE="https://libjpeg-turbo.org/ 
https://sourceforge.net/projects/libjpeg-turbo/;
+SRC_URI="
+   mirror://sourceforge/${PN}/${P}.tar.gz
+   mirror://gentoo/libjpeg8_8d-2.debian.tar.gz
+"
+
+LICENSE="BSD IJG ZLIB"
+SLOT="0/0.2"
+if [[ $(ver_cut 3) -lt 90 ]] ; then
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos 
~x64-solaris"
+fi
+IUSE="cpu_flags_arm_neon java static-libs"
+
+ASM_DEPEND="|| ( dev-lang/nasm dev-lang/yasm )"
+COMMON_DEPEND="
+   !media-libs/jpeg:0
+   !media-libs/jpeg:62
+"
+DEPEND="
+   ${COMMON_DEPEND}
+   java? ( >=virtual/jdk-1.8:*[-headless-awt] )
+"
+RDEPEND="
+   ${COMMON_DEPEND}
+   java? ( >=virtual/jre-1.8:* )
+"
+BDEPEND="
+   amd64? ( ${ASM_DEPEND} )
+   x86? ( ${ASM_DEPEND} )
+   amd64-linux? ( ${ASM_DEPEND} )
+   x86-linux? ( ${ASM_DEPEND} )
+   x64-macos? ( ${ASM_DEPEND} )
+"
+
+MULTILIB_WRAPPED_HEADERS=( /usr/include/jconfig.h )
+
+src_prepare() {
+   local FILE
+   ln -snf ../debian/extra/*.c . || die
+
+   for FILE in ../debian/extra/*.c; do
+   FILE=${FILE##*/}
+   cat >> CMakeLists.txt <<-EOF || die
+   add_executable(${FILE%.c} ${FILE})
+   install(TARGETS ${FILE%.c})
+   EOF
+   done
+
+   cmake_src_prepare
+   java-pkg-opt-2_src_prepare
+}
+
+multilib_src_configure() {
+   if multilib_is_native_abi && use java ; then
+   export JAVACFLAGS="$(java-pkg_javac-args)"
+   export JNI_CFLAGS="$(java-pkg_get-jni-cflags)"
+   fi
+
+   local mycmakeargs=(
+   -DCMAKE_INSTALL_DEFAULT_DOCDIR="${EPREFIX}/usr/share/doc/${PF}"
+   -DENABLE_STATIC="$(usex static-libs)"
+   -DWITH_JAVA="$(multilib_native_usex java)"
+   )
+
+   # Avoid ARM ABI issues by disabling SIMD for CPUs without NEON, bug 
#792810
+   if use arm || use arm64; then
+   

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

2023-10-19 Thread Sam James
commit: efcaa42c22c119eb89cc215d83901c08203bffcd
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 20 00:18:35 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 20 00:50:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efcaa42c

sys-apps/moar: add 1.18.2

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

 sys-apps/moar/Manifest   |  2 ++
 sys-apps/moar/moar-1.18.2.ebuild | 41 
 2 files changed, 43 insertions(+)

diff --git a/sys-apps/moar/Manifest b/sys-apps/moar/Manifest
index bfe2fdeafc8d..c316ff184909 100644
--- a/sys-apps/moar/Manifest
+++ b/sys-apps/moar/Manifest
@@ -6,3 +6,5 @@ DIST moar-1.18.0-deps.tar.xz 4760036 BLAKE2B 
6fd72d710a620fdf104766be84f3fa68652
 DIST moar-1.18.0.tar.gz 2784174 BLAKE2B 
3d9ee7fda27419b419f47bae3336d9f0d7ae48bbdad1fb8c501c85b4ea34aaaf6cf1c865f1b56d195ec6e129333d63e552d96b147fb9c26c739482a546d6286e
 SHA512 
a76f19465d03deec8f778fda213be6ab33fdd48d309231f4f0ad0cdd8ea2facc41e2bdb1b74771c4a9ce3a31c30a72754f790e5eb9edb06e19d26fe3e224b507
 DIST moar-1.18.1-deps.tar.xz 4760036 BLAKE2B 
6fd72d710a620fdf104766be84f3fa68652c760818cdee66bb8475cc8949872c82be026c04b54cb61c0108c5977cb1f787f9a4fa0316bde0293cdedb1f6f94f8
 SHA512 
f40520a1b2e94f4a3e97d6a4e19191484b66e13a57c7b30416c813d84cad3d29295e862d5b75870313cc905112425c731d052619d49e78b33fb3d5d8750df3df
 DIST moar-1.18.1.tar.gz 2784232 BLAKE2B 
eee1b0d805150f5a0e09b3038dd13189d20886fbe8159e9fddea4ea97edfafba400b5ab542795ba222c2757e684e41e2db95774ad33a8039e62e1244cd69c16e
 SHA512 
2dbe3b4f461f6ee77b8093e1783a06cf1703ec8c5682565cfb3d28d296296b562fd1032126f0f3ad835de9236d31e2930456b59ed8efb168c5243f4265c6b355
+DIST moar-1.18.2-deps.tar.xz 4893264 BLAKE2B 
48ac9d4992c2f6d1aa0f9160bde87bd19d66acfe912753645c9dbb6e5bc007eb68caf1fff53bae84b03e4a6607858717666b1527bf8d0080b0aca6dbb37a894e
 SHA512 
bf141777d4fee5c14e76130671862f255675da3c628c21cb892d53a469a0872d4c7f47699c16c50728df76ba4d9e467e9b8744a322c1acc8d0151f9eb5987b66
+DIST moar-1.18.2.tar.gz 2784141 BLAKE2B 
0ed2df0926390ef1de11cefb8933d39e90b704d943afe83e578adee745c0e27411e7f8b3741766176b6d66b44ee56592d8d0b84484d5e83d360dc4039428b3d4
 SHA512 
552e9fb635c554f16c250db1702314e34d2f961cbbd50106b696c096b31f2e7f86109e99c843911829905bb5390716f642ce0ebe70f0f1b71cada1b47c53e17a

diff --git a/sys-apps/moar/moar-1.18.2.ebuild b/sys-apps/moar/moar-1.18.2.ebuild
new file mode 100644
index ..091d314e2ac3
--- /dev/null
+++ b/sys-apps/moar/moar-1.18.2.ebuild
@@ -0,0 +1,41 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Pager designed to do the right thing without any configuration"
+HOMEPAGE="https://github.com/walles/moar;
+SRC_URI="https://github.com/walles/moar/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
+SRC_URI+=" 
https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-deps.tar.xz;
+
+LICENSE="BSD-2 BSD MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="!dev-lang/moarvm"
+BDEPEND="
+   test? (
+   app-arch/bzip2
+   app-arch/xz-utils
+   )
+"
+
+src_compile() {
+   # https://github.com/walles/moar/blob/master/build.sh#L28
+   ego build -ldflags="-w -X main.versionString=${PV}" -o moar
+}
+
+src_test() {
+   # From test.sh (we don't run that because it has some linting etc)
+   ego test -timeout 20s ./...
+}
+
+src_install() {
+   dobin moar
+   doman moar.1
+   einstalldocs
+}



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

2023-10-19 Thread Sam James
commit: b97788fe681e5b4422ccfb4b4705e91233019063
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 20 00:19:37 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 20 00:50:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b97788fe

net-misc/dhcpcd: add 10.0.4

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

 net-misc/dhcpcd/Manifest |   1 +
 net-misc/dhcpcd/dhcpcd-10.0.4.ebuild | 154 +++
 2 files changed, 155 insertions(+)

diff --git a/net-misc/dhcpcd/Manifest b/net-misc/dhcpcd/Manifest
index bbbcd238440e..1c119db6fd3c 100644
--- a/net-misc/dhcpcd/Manifest
+++ b/net-misc/dhcpcd/Manifest
@@ -1,5 +1,6 @@
 DIST dhcpcd-10.0.1.tar.xz 263564 BLAKE2B 
f1e93285d040b98bede86bb2e87e372afc0d1d124e7a6580c23d8d228a34ee17001fc3c2d9091b16fb082fe2f2ad7ba50c0dd7b0db2b2237ab1cff9ca152100a
 SHA512 
31b0ac780b8592d3d40437837fd759a357b0200dbdc7fd8c62287a4fedc052f324fb8006daff84455906c82d5a4cb6a04916b94a0ad9b17899532f83daf51d3d
 DIST dhcpcd-10.0.2.tar.xz 264324 BLAKE2B 
999033b4c0bc46943332b0b7ed3f1869ad54e2c37346523a15fbd3d9f29db1e01c1ddd0a300826021d3e20493ea06358ef47ac6a02c50331ca0d90e31a123b85
 SHA512 
1231caba6b6a2264ba80be0c888f52ce1c8de21289c3a4452b5319dae76d8c1c78331a822372e77ee1419d12c23c1d57df712499d43983eb535e79c6a8e78f42
 DIST dhcpcd-10.0.3.tar.xz 268872 BLAKE2B 
c063fbb44b4a6928ffd84c109c1ed8ae0345c81b732fc75ce1c1aebc51c190fa512de9822c1c6865794db126f4ad2aceef97c4da28d6922cca082b1aeedb4760
 SHA512 
f4437e9aa094ab38f077c455b012f46cc84a39f97a19eae896a0954f24f2064e91407dc7f7be7fae00faf3455a8e50695e94c406f476f88a61b980169a778560
+DIST dhcpcd-10.0.4.tar.xz 269212 BLAKE2B 
770ee398eccff20cd4a37f89b841f8d580d9a42b456d93673ab3bf6ddf1ed0e49feda47ea8c1206a8a8582bccde80f45c3efbf2e1d0e493b06f04e2c6df876af
 SHA512 
8af26c4a42ce63e9cae72de68774807b8739aabd19cc2a0260148f3baa25c587bf34a5a0b80239b54d8ab9b79661744e61b0e316d2c510c4da65615268d3e8cf
 DIST dhcpcd-9.4.1.tar.xz 257092 BLAKE2B 
847c7451918ac89fe384e180ec52ee4624c0f2dc73354ecb4c63b02d8d9cf0a6d164b33e5d083a05d4868079dcf6208a820b4263c80337a12be40a27517ecf87
 SHA512 
530e6a5bddab4f91bd66f8d47ccd8d6cac4bc2998ddd36da7e257c83270b558016e9e1fc2f815fb99c0d86ed4bbc2a3a1b78788e69fe151fddaf94428a47fa45
 DIST dhcpcd-9.5.1.tar.xz 258280 BLAKE2B 
355a98d415253608e8f586809d41e7654c1973d956cb3951218e1ff8c928ee414aa1b9854180c78e975898d9eb0f4cb9cc0fe64eefd5690b371989093e1bcb5a
 SHA512 
979c180743d3e01d1996033d42c5606792e3acaef4e600f0ea51c362643a5b2743c6dc2792314c3b66edfa99c3b98d17f46cf3421e2088b37804e6e2167037ee

diff --git a/net-misc/dhcpcd/dhcpcd-10.0.4.ebuild 
b/net-misc/dhcpcd/dhcpcd-10.0.4.ebuild
new file mode 100644
index ..a320e843768a
--- /dev/null
+++ b/net-misc/dhcpcd/dhcpcd-10.0.4.ebuild
@@ -0,0 +1,154 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit systemd toolchain-funcs
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/NetworkConfiguration/dhcpcd.git;
+else
+   MY_P="${P/_alpha/-alpha}"
+   MY_P="${MY_P/_beta/-beta}"
+   MY_P="${MY_P/_rc/-rc}"
+   
SRC_URI="https://github.com/NetworkConfiguration/dhcpcd/releases/download/v${PV}/${MY_P}.tar.xz;
+   S="${WORKDIR}/${MY_P}"
+
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+fi
+
+DESCRIPTION="A fully featured, yet light weight RFC2131 compliant DHCP client"
+HOMEPAGE="https://github.com/NetworkConfiguration/dhcpcd/ 
https://roy.marples.name/projects/dhcpcd/;
+
+LICENSE="BSD-2 BSD ISC MIT"
+SLOT="0"
+IUSE="debug +embedded ipv6 privsep +udev"
+
+DEPEND="udev? ( virtual/udev )"
+RDEPEND="
+   ${DEPEND}
+   privsep? (
+   acct-group/dhcpcd
+   acct-user/dhcpcd
+   )
+"
+
+src_configure() {
+   local myeconfargs=(
+   --dbdir="${EPREFIX}/var/lib/dhcpcd"
+   --libexecdir="${EPREFIX}/lib/dhcpcd"
+   --localstatedir="${EPREFIX}/var"
+   --prefix="${EPREFIX}"
+   --with-hook=ntp.conf
+   $(use_enable debug)
+   $(use_enable embedded)
+   $(use_enable ipv6)
+   $(use_enable privsep)
+   $(usex elibc_glibc '--with-hook=yp.conf' '')
+   --rundir=$(usex kernel_linux "${EPREFIX}/run/dhcpcd" 
"${EPREFIX}/var/run/dhcpcd")
+   $(usex privsep '--privsepuser=dhcpcd' '')
+   $(usex udev '' '--without-dev --without-udev')
+   CC="$(tc-getCC)"
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+   keepdir /var/lib/dhcpcd
+   newinitd "${FILESDIR}"/dhcpcd.initd-r1 dhcpcd
+   systemd_newunit "${FILESDIR}"/dhcpcd.service-r1 dhcpcd.service
+}
+
+pkg_postinst() {
+   local dbdir="${EROOT}"/var/lib/dhcpcd old_files=()
+
+   local 

[gentoo-commits] repo/gentoo:master commit in: dev-db/etcd/files/, dev-db/etcd/

2023-10-19 Thread Zac Medico
commit: 8e796be5df2187467fe4e1bff71f6f085adf8f9b
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Oct 20 00:49:13 2023 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Oct 20 00:49:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e796be5

dev-db/etcd: drop vulnerable 3.4.16-r1

Bug: https://bugs.gentoo.org/906656
Signed-off-by: Zac Medico  gentoo.org>

 dev-db/etcd/Manifest  |  2 -
 dev-db/etcd/etcd-3.4.16-r1.ebuild | 79 ---
 dev-db/etcd/files/etcd.confd  |  7 
 dev-db/etcd/files/etcd.initd  | 36 --
 dev-db/etcd/files/etcd.service| 17 -
 5 files changed, 141 deletions(-)

diff --git a/dev-db/etcd/Manifest b/dev-db/etcd/Manifest
index fa35b2130c23..ef54e978af04 100644
--- a/dev-db/etcd/Manifest
+++ b/dev-db/etcd/Manifest
@@ -1,4 +1,2 @@
-DIST etcd-3.4.16-deps.tar.xz 36600528 BLAKE2B 
3c8cbaef04b673962858cde9846a6a118eec785c0fc76b6e600b1686fd6e684f4b73af4aedb5886dfca51434e5738fb9bd0a39cdb81eda922e374c7668f0c0d0
 SHA512 
9119e09fc50bb916c3e436b9a4eea4b041184384865955f9b1a0f12e1334d9a143d49cc241ee51229e04fdfaedbbce24a66159107f52519b88a1e95cd64222df
-DIST etcd-3.4.16.tar.gz 8853228 BLAKE2B 
576d3f038f6e9e3eadaa9ba3935f8372271e9fd2cfb8ab193ce16ee57a55419daad4d8496f6ad27dcb833566e6eb077052422e1c86053d176a86b4305c8cc525
 SHA512 
3f413debe8bd723a00a3e39db05f6dbf414b7dc02f40f07d3037445c63b31c7bd8adaf77152ae01aa6aae3966f65393c5c8e352bbc2b86d01e5e2dd979c1c2e1
 DIST etcd-3.4.26-deps.tar.xz 39352316 BLAKE2B 
8b1a30d645b1ea756ac944d2d3f7e0c5b9491bab54d4d74c6525c519e5297a1e8e2a97f70a50a5681cf8941d2e4978d5c3717fccb552042bcd42e7c4bd2b29a8
 SHA512 
eb3af2910030a165699158a3dfe7e1267f29c0720865026da2a95941c7e1e19db793e177e9ca5a9f3b134c1a9a83b4a0613a32a30282b68fe3aef75b8dacae59
 DIST etcd-3.4.26.tar.gz 6043999 BLAKE2B 
03f3bd0388e59dea9300b9a811b426ce03f1001750259dcd8386566efaa64783746f0353f83c1d01960004a77cea08a194aba394d91808aad15b5d4bb8f151cf
 SHA512 
b2048070adb1df6e98c06e0e951f7940815dab238fe4ba49c36681a638f39eb7e40fed691baf70410d01467965094d70f008d0046b1b550b2ac1ed19ac89ca47

diff --git a/dev-db/etcd/etcd-3.4.16-r1.ebuild 
b/dev-db/etcd/etcd-3.4.16-r1.ebuild
deleted file mode 100644
index 17e8c25e01fe..
--- a/dev-db/etcd/etcd-3.4.16-r1.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit go-module systemd tmpfiles
-GIT_COMMIT=cf54fab42
-
-DESCRIPTION="Highly-available key value store for shared configuration and 
service discovery"
-HOMEPAGE="https://github.com/etcd-io/etcd;
-SRC_URI="https://github.com/etcd-io/etcd/archive/v${PV}.tar.gz -> ${P}.tar.gz
-   https://dev.gentoo.org/~zmedico/dist/${P}-deps.tar.xz;
-
-LICENSE="Apache-2.0 BSD BSD-2 MIT"
-SLOT="0"
-KEYWORDS="amd64 ~riscv"
-IUSE="doc +server"
-
-COMMON_DEPEND="server? (
-   acct-group/etcd
-   acct-user/etcd
-   )"
-DEPEND="${COMMON_DEPEND}"
-RDEPEND="${COMMON_DEPEND}"
-
-# Tests fail with this error:
-# fatal error: checkptr: unsafe pointer conversion
-RESTRICT="test"
-
-src_prepare() {
-   export GO_BUILD_FLAGS="-v -x"
-   default
-   sed -e "s|GIT_SHA=.*|GIT_SHA=${GIT_COMMIT}|"\
-   -i "${S}"/build || die
-   sed -e 's:\(for p in \)shellcheck :\1 :' \
-   -e 's:^ gofmt \\$:\\:' \
-   -e 's:^ govet \\$:\\:' \
-   -e 's:^ govet_shadow \\$:\\:' \
-   -i "${S}"/test || die
-
-   sed -e 
"s|GO_BUILD_FLAGS=\"[^\"]*\"|GO_BUILD_FLAGS=\"${GO_BUILD_FLAGS}\"|" \
-   -e "s|go test |go test ${GO_BUILD_FLAGS} |" \
-   -i ./test || die
-}
-
-src_compile() {
-   ./build || die
-}
-
-src_test() {
-   ./test || die
-}
-
-src_install() {
-   dobin bin/etcdctl
-   use doc && dodoc -r Documentation
-   if use server; then
-   insinto /etc/${PN}
-   sed -e 's|^data-dir:|\0 /var/lib/etcd|' -i etcd.conf.yml.sample 
|| die
-   newins etcd.conf.yml.sample etcd.conf.yml
-   dobin bin/etcd
-   dodoc README.md
-   systemd_newunit "${FILESDIR}/${PN}.service-r1" "${PN}.service"
-   newtmpfiles "${FILESDIR}/${PN}.tmpfiles.d.conf" ${PN}.conf
-   newinitd "${FILESDIR}"/${PN}.initd-r1 ${PN}
-   newconfd "${FILESDIR}"/${PN}.confd-r1 ${PN}
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}/${PN}.logrotated" "${PN}"
-   keepdir /var/lib/${PN} /var/log/${PN}
-   fowners ${PN}:${PN} /var/lib/${PN} /var/log/${PN}
-   fperms 0700 /var/lib/${PN}
-   fperms 0755 /var/log/${PN}
-   fi
-}
-
-pkg_postinst() {
-   if use server; then
-   tmpfiles_process ${PN}.conf
-   fi
-}

diff --git a/dev-db/etcd/files/etcd.confd b/dev-db/etcd/files/etcd.confd
deleted file mode 

[gentoo-commits] proj/portage: New tag: portage-3.0.53

2023-10-19 Thread Sam James
commit: 
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 20 00:48:14 2023 +

New tag: portage-3.0.53




[gentoo-commits] proj/portage:master commit in: /

2023-10-19 Thread Sam James
commit: 089d2426c5f7f63c711e8b9ce00fec971376adee
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 20 00:47:48 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 20 00:47:48 2023 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=089d2426

NEWS, meson.build: prepare for portage-3.0.53

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

 NEWS| 2 +-
 meson.build | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index be60d83d57..8e23e411d1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-portage-3.0.53 (UNRELEASED)
+portage-3.0.53 (2023-10-20)
 --
 
 Features:

diff --git a/meson.build b/meson.build
index 56788a3dbb..4735205492 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
 project(
 'portage',
 'c',
-version : '3.0.52',
+version : '3.0.53',
 license : 'GPL-2.0-or-later',
 meson_version : '>=0.58.0'
 )



[gentoo-commits] proj/portage:master commit in: lib/portage/dbapi/

2023-10-19 Thread Zac Medico
commit: d92d69a52b2b127a0934656163f7075015ef7c85
Author: Zac Medico  gentoo  org>
AuthorDate: Tue Oct 17 19:05:07 2023 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Oct 17 19:14:54 2023 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=d92d69a5

MergeProcess: Use multiprocessing.Pipe to decouple fd_pipes

Use multiprocessing.Pipe to decouple from the fd_pipes implementation
since that currently only works for the multiprocessing "fork" start
method.

Bug: https://bugs.gentoo.org/915903
Signed-off-by: Zac Medico  gentoo.org>

 lib/portage/dbapi/_MergeProcess.py | 25 ++---
 lib/portage/dbapi/vartree.py   |  2 +-
 2 files changed, 11 insertions(+), 16 deletions(-)

diff --git a/lib/portage/dbapi/_MergeProcess.py 
b/lib/portage/dbapi/_MergeProcess.py
index c1085270da..cf8e6513d1 100644
--- a/lib/portage/dbapi/_MergeProcess.py
+++ b/lib/portage/dbapi/_MergeProcess.py
@@ -96,7 +96,7 @@ class MergeProcess(ForkProcess):
 self._locked_vdb = False
 
 def _elog_output_handler(self):
-output = self._read_buf(self._elog_reader_fd)
+output = self._read_buf(self._elog_reader_fd.fileno())
 if output:
 lines = _unicode_decode(output).split("\n")
 if len(lines) == 1:
@@ -112,8 +112,8 @@ class MergeProcess(ForkProcess):
 reporter(msg, phase=phase, key=key, out=out)
 
 elif output is not None:  # EIO/POLLHUP
-self.scheduler.remove_reader(self._elog_reader_fd)
-os.close(self._elog_reader_fd)
+self.scheduler.remove_reader(self._elog_reader_fd.fileno())
+self._elog_reader_fd.close()
 self._elog_reader_fd = None
 return False
 
@@ -136,16 +136,15 @@ class MergeProcess(ForkProcess):
 post-fork actions.
 """
 
-elog_reader_fd, elog_writer_fd = os.pipe()
+elog_reader_fd, elog_writer_fd = multiprocessing.Pipe(duplex=False)
 
 fcntl.fcntl(
-elog_reader_fd,
+elog_reader_fd.fileno(),
 fcntl.F_SETFL,
-fcntl.fcntl(elog_reader_fd, fcntl.F_GETFL) | os.O_NONBLOCK,
+fcntl.fcntl(elog_reader_fd.fileno(), fcntl.F_GETFL) | 
os.O_NONBLOCK,
 )
 
 mtime_reader, mtime_writer = multiprocessing.Pipe(duplex=False)
-fd_pipes[mtime_writer.fileno()] = mtime_writer.fileno()
 self.scheduler.add_reader(mtime_reader.fileno(), self._mtime_handler)
 self._mtime_reader = mtime_reader
 
@@ -166,8 +165,7 @@ class MergeProcess(ForkProcess):
 pipe=elog_writer_fd,
 mtime_pipe=mtime_writer,
 )
-fd_pipes[elog_writer_fd] = elog_writer_fd
-self.scheduler.add_reader(elog_reader_fd, self._elog_output_handler)
+self.scheduler.add_reader(elog_reader_fd.fileno(), 
self._elog_output_handler)
 
 # If a concurrent emerge process tries to install a package
 # in the same SLOT as this one at the same time, there is an
@@ -185,7 +183,6 @@ class MergeProcess(ForkProcess):
 self.target = functools.partial(
 self._target,
 self._counter,
-self._elog_reader_fd,
 self._dblink,
 self.infloc,
 self.mydbapi,
@@ -198,7 +195,7 @@ class MergeProcess(ForkProcess):
 )
 
 pids = super()._spawn(args, fd_pipes, **kwargs)
-os.close(elog_writer_fd)
+elog_writer_fd.close()
 mtime_writer.close()
 self._buf = ""
 self._elog_keys = set()
@@ -217,7 +214,6 @@ class MergeProcess(ForkProcess):
 @staticmethod
 def _target(
 counter,
-elog_reader_fd,
 mylink,
 infloc,
 mydbapi,
@@ -231,7 +227,6 @@ class MergeProcess(ForkProcess):
 """
 TODO: Make all arguments picklable for the multiprocessing spawn start 
method.
 """
-os.close(elog_reader_fd)
 portage.output.havecolor = not no_color(settings)
 # Avoid wastful updates of the vdb cache.
 vardb._flush_cache_enabled = False
@@ -301,8 +296,8 @@ class MergeProcess(ForkProcess):
 
 self._unlock_vdb()
 if self._elog_reader_fd is not None:
-self.scheduler.remove_reader(self._elog_reader_fd)
-os.close(self._elog_reader_fd)
+self.scheduler.remove_reader(self._elog_reader_fd.fileno())
+self._elog_reader_fd.close()
 self._elog_reader_fd = None
 if self._elog_keys is not None:
 for key in self._elog_keys:

diff --git a/lib/portage/dbapi/vartree.py b/lib/portage/dbapi/vartree.py
index 835cbb8092..88fc525771 100644
--- a/lib/portage/dbapi/vartree.py
+++ b/lib/portage/dbapi/vartree.py
@@ -4198,7 +4198,7 @@ class dblink:
 if str_buffer:
 str_buffer = _unicode_encode("".join(str_buffer))
 while str_buffer:
-str_buffer = 

[gentoo-commits] proj/netifrc: New tag: 0.7.7

2023-10-19 Thread Sam James
commit: 
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 20 00:21:05 2023 +

New tag: 0.7.7




[gentoo-commits] proj/netifrc:master commit in: /

2023-10-19 Thread Sam James
commit: ed541fbe97fa22066030faaba051fe8d8a4b168a
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 20 00:20:20 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 20 00:20:20 2023 +
URL:https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=ed541fbe

Makefile.inc: prepare for 0.7.7

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

 Makefile.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.inc b/Makefile.inc
index 49ba250..811b0d4 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -1,3 +1,3 @@
 NAME=  netifrc
-VERSION=   0.7.6
+VERSION=   0.7.7
 PKG=   ${NAME}-${VERSION}



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

2023-10-19 Thread Alexey Zapparov
commit: cbd044cdb91e8f8453e78a97508538eae1e104eb
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Thu Oct 19 22:50:07 2023 +
Commit: Alexey Zapparov  zapparov  com>
CommitDate: Thu Oct 19 22:50:07 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cbd044cd

app-admin/pulumi-bin: add 3.89.0, drop 3.81.0

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

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

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index 35ac2bc5cc..139a4a4494 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1,3 +1,3 @@
-DIST pulumi-v3.81.0-linux-x64.tar.gz 162663777 BLAKE2B 
95ab73b4f8d3695bf90b9cd5068692908e89e0e931b1d580f847de74871b6e5ca5e39196d4d3e6e010cf91843f6649b39e77d4b278e32302d22730d6eb7efbec
 SHA512 
8a3b680cc348385c32c1069338e7d710b696e26c6f4b60dea963848b0df4298c8b08262938d2e93460c77cb620ce6495b60da97145a347b50fd71619173585f8
 DIST pulumi-v3.86.0-linux-x64.tar.gz 163524936 BLAKE2B 
9a5865f85a6e835c91ac4b2b3a66a8eb97b6f85026cdd314614d9ffea9a3a7ec01d8d6571d9b2a8cbb13cd26c4b5df73cf4bef443ece841ce31d78a8147b5ffd
 SHA512 
6328207c6cbddd08824334a55906ad37c724335757298586fd9e0a3f50979b08bbb4754e1b34745f559b7fd285a99f8d0d615c49f9ca2fba43d7e3e25f28a93f
 DIST pulumi-v3.88.0-linux-x64.tar.gz 168130870 BLAKE2B 
876f03ae240f338a5a258cd0ddfca089837b55a29d1ded333b5c89cdcf5abcc4f7561cd31ccb7bd5a679d2a7e29dec1102e3a77cff5061d90e48570c0bfb3688
 SHA512 
bc85f4362cf0665b706aab731d079797e1eca9a064d5cf411891e5aa2e2cf50eefb76a7f1e156799754ec51548db17e9438ee6e0be077e692e0b25a6e0017d96
+DIST pulumi-v3.89.0-linux-x64.tar.gz 168161986 BLAKE2B 
0720c66fe5a64e8c988d54bd8775af2498ad75512b3b01962a4200d305afe8e58d7ea30864f9fac652c08aff3859b1d444b24e38719a2a0fa1e85be5ee3f53b4
 SHA512 
cc2e10e9bcb6c6cdbca18081668c9e8eda45f885cd65f4b0e27d4de5a8446c9a523c08a3b57759686eda0bb0513dd30589ecbc639cf32c7f8ccb178d9b620f2e

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



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

2023-10-19 Thread Mike Pagano
commit: 03a21f52c61c1e355bede12b28d52b6e002a1502
Author: Mike Pagano  gentoo  org>
AuthorDate: Thu Oct 19 22:59:16 2023 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Thu Oct 19 22:59:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03a21f52

sys-kernel/gentoo-sources: add 6.5.8,gcc 14 rn func and tar override patch

gcc-plugins: Rename last_stmt() for GCC 14+
kheaders: make it possible to override TAR

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

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-6.5.8.ebuild | 29 ++
 2 files changed, 32 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 1c31ceaefa4b..549d9455f01d 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -28,6 +28,9 @@ DIST genpatches-6.1-65.extras.tar.xz 3816 BLAKE2B 
78f99a28e607a207731a34036931d6
 DIST genpatches-6.1-66.base.tar.xz 3766288 BLAKE2B 
3cf0a62fbfcd492e5c16b4158bcf7dfaecf7cc8df376e308ad606d8203022e04a0375a2c9a4fe58bf37bafbfd4a1ccacbb8939fc166590089884ba9989929430
 SHA512 
69418fe7fe88958d95bdcfb142e6350363180ede26cc44e035a0fdba12d2a8cc542a0ed7789572677eba29f9905af8720c8ddfa13e8257b129bfa95641e72f50
 DIST genpatches-6.1-66.experimental.tar.xz 17456 BLAKE2B 
7c0f81f869ce0abdddcb58a798edcb877c5b1064b95b9238869fdb768ceec0d10960117d6072254a191c0790cc56f72254e0ec5e52c6d6e635d540a08385e044
 SHA512 
483534e577897063f5f663f6f6c430389f81e672cf396f2ed75d8da6a78ece32b167d9c501ab33a27020b012859a52e8d6abca1d0d20f9b414be21c5aacdec35
 DIST genpatches-6.1-66.extras.tar.xz 3816 BLAKE2B 
8b2f2aa2f65d427c4ec39cdb988200d31d360f2ffde6f633838b0c3437c4efe8438e01ccd8e2de57d7f164c32d509e35a8be1ac4818841a7719a3cdce9e47717
 SHA512 
7f40e6153812cfe74de8ce376d4ae02868b6f246027cbce67e0714a139e60b4aa32743876c180f3b7b07e9b6fd07d2138e21ff5e6ced9571d29bf3e647b615c4
+DIST genpatches-6.5-10.base.tar.xz 631564 BLAKE2B 
7a9fe483c7a6a040af5a1fc0fd99dd7d575a380240268bb61d68caf95613d53fac46edf6cb18633b6dd2e803c9360d3cc13f0160e6ccaf811ac8420f7dd30771
 SHA512 
506abb2a66c51e45ad3ebab0c3b921faaa890640c7236eed377aeb27dff9da552088ea8d8192b4f2e142c510c7d565a5c8431444fb39bd82948ec0e696c4b083
+DIST genpatches-6.5-10.experimental.tar.xz 78444 BLAKE2B 
3dec853885b6e91a632494e107d8057dbf654fa9958f0255650971fb416ca62d99225da4870b72d5c33dfeab9403aaf172df79a4ae7bc65a9df8657f4185b50c
 SHA512 
0352cf5947a9dcdf46d1e26f216cff31d7b3dd01a044a7e3fca0cea85a83b4297890a95a3c6ab193f590dd69ff317575720fc5fc65625c726defc422a404c203
+DIST genpatches-6.5-10.extras.tar.xz 3704 BLAKE2B 
4bfee3cf5f3af32c02f4df2b91437258a4bed38c4cd1fc8f8467020ffe1835ec86dee58a10d2e1775fdd6392c6a28552ea3a90ff5fd36504ed43cb7787ea7e5e
 SHA512 
48589be11fcc969fd3f46475f8aa53047f191c5fec66918e84d178e14f531c209300808f7c2ddb479fb8409a344f205f59b72dd18b6d79d1ca924eab10f81f85
 DIST genpatches-6.5-7.base.tar.xz 428224 BLAKE2B 
9038c1beda5e3778508a29ccb0f906520f93a505f9a45f7050c47814eaf2e474d46e3cb8760dcf5a3bfbc504c5c133f8dcd8b55261a3d0c824cb374a42d98801
 SHA512 
89942e28ec1c594401a4ecfd6ba240e334356be0f1f35e48dd9abb1f4ffd122a044a76079f214c534a6acada0db4b735a8fa8face05feeeba82e2b51231c0472
 DIST genpatches-6.5-7.experimental.tar.xz 78468 BLAKE2B 
a4a3000e1153e52df61ef7bdc699f801e65651734687139df14a2264fa92b3ca5f208e97c1c20099307b01655f9cd6efa02df8e60b44136a97099ad5154d0418
 SHA512 
f8cebf4608ed555e7652264f8496f9d88a80af8e81f21003b9f3733e074265f26c477b26e7e9727488b2467cb2403a6f36c1cddfc9f39de8b0c07c3204e47231
 DIST genpatches-6.5-7.extras.tar.xz 3696 BLAKE2B 
0cba288c1d1c753e5a317e87432dbdc2e711635cd074b1daac3b40af683da939981eaa40b8d4291ad59d4abb92aba5fc97be134524e02b1c2c29653382d7f402
 SHA512 
ea3bcaffbf58f981388c2021baeea809a35a1b270cff6a0613dce2da8ff8431886612d22073c7a8d6462d20eb1f27d0c0518164c14e4af96b9393bb6a1a038e4

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-6.5.8.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-6.5.8.ebuild
new file mode 100644
index ..a1062a2001ac
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-6.5.8.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2023 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="10"
+SLOT="6.5"
+
+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-kernel/gentoo-sources/

2023-10-19 Thread Mike Pagano
commit: 69a792886bb97d1ded7fe890ab09c0ed5f1de1c3
Author: Mike Pagano  gentoo  org>
AuthorDate: Thu Oct 19 22:58:38 2023 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Thu Oct 19 22:58:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69a79288

sys-kernel/gentoo-sources: add 5.15.136,gcc 14 rn func and tar override patch

gcc-plugins: Rename last_stmt() for GCC 14+
kheaders: make it possible to override TAR

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

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-5.15.136.ebuild  | 29 ++
 2 files changed, 32 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 02ca24a5694b..1c31ceaefa4b 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -10,6 +10,9 @@ DIST genpatches-5.15-128.extras.tar.xz 3932 BLAKE2B 
64d34eee4a4ee36c8d2431d83417
 DIST genpatches-5.15-141.base.tar.xz 5572792 BLAKE2B 
e062086d50d08b67c21c785b086c4bc0878f078ac6c10cabace2ebfe388af3497d2b98bb2e5d19d4b5791e78456bdf0e8c479121eb8c41b4ca2fcd362ebffe4f
 SHA512 
1835684a7737d61423ec0778316b46fedea491a8f5254d9a2d630e5a78519d61d22dfa0d9d6ea1ece563f165c0d54c748f23bca5df304ad45338c27327e8b2c3
 DIST genpatches-5.15-141.experimental.tar.xz 5424 BLAKE2B 
4993c0ce76ba36b42e43aa695664809069ab6029ad009c9ab6139428813c69c201a751d790d7abb79373d0bc3f89da7661ffbe3465b08440efa85c5f8790f37d
 SHA512 
3d0d70f7b33787d94693a885d5dcba32765ac50a851a0eb3f625c68a4608d3e714fde76d32d05bc23434c5504ee057f02094a9928beb35a25dc02303da35bfae
 DIST genpatches-5.15-141.extras.tar.xz 3936 BLAKE2B 
c51e1f9dcf3995a2e178d8763407dc94595e513f02d96d54dc1b71a34ada0eaf46b6cb1cf4bebd39b4776605532df529cf8ed361480181af516ab889f915ee5b
 SHA512 
5eb1f68368de87df9236bcf10726cd3abcb75a9f59579e9810b9ea53f3ad332d345a3da7c1be61826b6b739aabb11a838d12ba7be3ce2cb890e094433176b02b
+DIST genpatches-5.15-142.base.tar.xz 5603000 BLAKE2B 
2c04fd46f173dc82421edddecd0efdd6d6df46534e1d7ceb6d2f34081e3a5d558b8444f92e2f9e14e3836734c32f60413d3777e7f490b06b3cbbb5c1e85c1792
 SHA512 
c548e4ca832f4a1d90fb639581c382fd16292b5f8b24b1ecd32aef2eb36c79c7f8f4083ae09b1e105be55e406f8b7a09233637a48f493ab139706334b1056ca0
+DIST genpatches-5.15-142.experimental.tar.xz 5420 BLAKE2B 
8780e288e401354cebe32517dcc3905fc5076975325ea16011145d86b35aa13374f9a50da59ecb751a9c2643a25219df7b1c1dca5db26779906eeb5fef4e88e8
 SHA512 
7dd79319468274f44bfe8acf088e07cb8b82513c94c912b62afd3b5c95e2baa94d451739b5d6b5d53c40d3059d76fa8b475155a2f361633c8d46a34f971e50db
+DIST genpatches-5.15-142.extras.tar.xz 3936 BLAKE2B 
76f3aba69251c7c30f2e21b450ae6977c10630448b380552191295d89be761d243b7cdaabf80ae52468327a009d1cb00841e8d15469909363a9683a58126ab30
 SHA512 
2dce221525460ca2065f102e447672291fed39c21fccefa5d9ca0c2486fd389fe4bce259674ecaa3b6f7dd52d04b677463bbb73543c8ce610b4b729bba55db66
 DIST genpatches-6.1-60.base.tar.xz 3489052 BLAKE2B 
528e6ddde93a9699899b0130c0f1fb3d4107c40e10ecee9a1ed813f6ebb2831f4b2340bc5932e98a7cacb79886d14b5ef5cab9f66b207f1304caba6200775be6
 SHA512 
05de7c393477abce8633185c588ced4568c3c7d5394d5db1a052942e4c417814149fd99f669521917847db482c442ad54b886b018c9edf20028cade120ae37b0
 DIST genpatches-6.1-60.experimental.tar.xz 17452 BLAKE2B 
24020fc073ea8a546a17e2d2ebf759862bf48735de0163474c3d7b9d88eed26d251ec6513fb0cfc8c60cb3e2ef747a05d8bc52d4336d45558019336d98f74de5
 SHA512 
8749f4e5a946e69d38316c0e39ddf14024cd107da98909a661c9215612a5ff7e0cdaf7d165508643f8e94d036b1ba1776f1b4aaf49c8c26711746682104ad509
 DIST genpatches-6.1-60.extras.tar.xz 3808 BLAKE2B 
fd36141eca7e2e6c1f70b12af7ed21442b3b79ca63ce8dda25a7a090e94d752cdde9d6d3dd1b548c629820779126a78a774d071790d936fcf8668757111c22ae
 SHA512 
a2a0affb5af269512403178d90f25d1776948d20c640fc29743846a44a0aca98f3883a5270dcbdec9eef99006b919769f6c702279647af159fedfd6e236acefe

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-5.15.136.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-5.15.136.ebuild
new file mode 100644
index ..8ff7d76e7308
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-5.15.136.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2023 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="142"
+SLOT="5.15"
+
+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/

2023-10-19 Thread Mike Pagano
commit: 1ebed4bf3903887b0975c026cf83f7ccb5a96933
Author: Mike Pagano  gentoo  org>
AuthorDate: Thu Oct 19 22:57:38 2023 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Thu Oct 19 22:57:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ebed4bf

sys-kernel/gentoo-sources: add 6.1.59,gcc 14 rn func and tar override patch

gcc-plugins: Rename last_stmt() for GCC 14+
kheaders: make it possible to override TAR

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

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-6.1.59.ebuild| 29 ++
 2 files changed, 32 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 7c441064724e..02ca24a5694b 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -22,6 +22,9 @@ DIST genpatches-6.1-64.extras.tar.xz 3816 BLAKE2B 
315826af9d3e7abbef0314f962e2df
 DIST genpatches-6.1-65.base.tar.xz 3729228 BLAKE2B 
e2f41ebb95ca74bc5d37f950e088d2d790c09613728d86a58c31867954748d5ce57f484acfde262bb70c2d42538241b6b05cb9befd7efd6ee10a276fa79e4c3b
 SHA512 
815a57b87978d2a0196146ff4e2ff6a7e95d10c74727d458f9cbaeddded3c99c78a24524b8cf1fa0f1297e5bc7f3c9cd743b19f12938478f3f3faa3a68c7e431
 DIST genpatches-6.1-65.experimental.tar.xz 17460 BLAKE2B 
7c796595ac5d1224585f6376db7e893c8e2da5e1e955ecb536bb000418b1f2f9e0295d2efe6f0c1695f573df0daeb2dfba90fd28962874a7844607a740dae249
 SHA512 
08daa177ff2ed4beee75ad8ca9476894530db9f10c4e1b72d2d933ab29ef3a74910d9bab207fc93821198ccadc1a7796db324a87f269c1e715a21ff7fdb87beb
 DIST genpatches-6.1-65.extras.tar.xz 3816 BLAKE2B 
78f99a28e607a207731a34036931d663c1815ba00bbbf0d83dcac5597733b705f2239baf44b1b454da38303c7b9b4663c8de9024f7bb51d71f155d5b3d948cb5
 SHA512 
e228dde9f67ff74e02dfeac5ddea5f2f0122f4a7f09a6499ff8ee27ca1eafbdfbf09a756fac212de49702f01bcef8e25be1872c62986d393aa55cc7274d906a4
+DIST genpatches-6.1-66.base.tar.xz 3766288 BLAKE2B 
3cf0a62fbfcd492e5c16b4158bcf7dfaecf7cc8df376e308ad606d8203022e04a0375a2c9a4fe58bf37bafbfd4a1ccacbb8939fc166590089884ba9989929430
 SHA512 
69418fe7fe88958d95bdcfb142e6350363180ede26cc44e035a0fdba12d2a8cc542a0ed7789572677eba29f9905af8720c8ddfa13e8257b129bfa95641e72f50
+DIST genpatches-6.1-66.experimental.tar.xz 17456 BLAKE2B 
7c0f81f869ce0abdddcb58a798edcb877c5b1064b95b9238869fdb768ceec0d10960117d6072254a191c0790cc56f72254e0ec5e52c6d6e635d540a08385e044
 SHA512 
483534e577897063f5f663f6f6c430389f81e672cf396f2ed75d8da6a78ece32b167d9c501ab33a27020b012859a52e8d6abca1d0d20f9b414be21c5aacdec35
+DIST genpatches-6.1-66.extras.tar.xz 3816 BLAKE2B 
8b2f2aa2f65d427c4ec39cdb988200d31d360f2ffde6f633838b0c3437c4efe8438e01ccd8e2de57d7f164c32d509e35a8be1ac4818841a7719a3cdce9e47717
 SHA512 
7f40e6153812cfe74de8ce376d4ae02868b6f246027cbce67e0714a139e60b4aa32743876c180f3b7b07e9b6fd07d2138e21ff5e6ced9571d29bf3e647b615c4
 DIST genpatches-6.5-7.base.tar.xz 428224 BLAKE2B 
9038c1beda5e3778508a29ccb0f906520f93a505f9a45f7050c47814eaf2e474d46e3cb8760dcf5a3bfbc504c5c133f8dcd8b55261a3d0c824cb374a42d98801
 SHA512 
89942e28ec1c594401a4ecfd6ba240e334356be0f1f35e48dd9abb1f4ffd122a044a76079f214c534a6acada0db4b735a8fa8face05feeeba82e2b51231c0472
 DIST genpatches-6.5-7.experimental.tar.xz 78468 BLAKE2B 
a4a3000e1153e52df61ef7bdc699f801e65651734687139df14a2264fa92b3ca5f208e97c1c20099307b01655f9cd6efa02df8e60b44136a97099ad5154d0418
 SHA512 
f8cebf4608ed555e7652264f8496f9d88a80af8e81f21003b9f3733e074265f26c477b26e7e9727488b2467cb2403a6f36c1cddfc9f39de8b0c07c3204e47231
 DIST genpatches-6.5-7.extras.tar.xz 3696 BLAKE2B 
0cba288c1d1c753e5a317e87432dbdc2e711635cd074b1daac3b40af683da939981eaa40b8d4291ad59d4abb92aba5fc97be134524e02b1c2c29653382d7f402
 SHA512 
ea3bcaffbf58f981388c2021baeea809a35a1b270cff6a0613dce2da8ff8431886612d22073c7a8d6462d20eb1f27d0c0518164c14e4af96b9393bb6a1a038e4

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-6.1.59.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-6.1.59.ebuild
new file mode 100644
index ..c74cbd213a7e
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-6.1.59.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2023 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="66"
+SLOT="6.1"
+
+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] proj/netifrc:master commit in: net/

2023-10-19 Thread Sam James
commit: bf02831a7a59f5552c916dde7dd47296a7bce0b1
Author: kmartin36  gtri  gatech  edu>
AuthorDate: Fri Sep 15 01:29:27 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct 19 22:57:19 2023 +
URL:https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=bf02831a

dhcpcd: Fixing the handling of dhcpcd arguments with spaces

Bug: https://bugs.gentoo.org/881039
Signed-off-by: Kevin Martin  gmail.com>
Fixes: bd8ff4aa89e1d56e9886dad32bb2406c8f43c747
Closes: https://github.com/gentoo/netifrc/pull/48
Signed-off-by: Sam James  gentoo.org>

 net/dhcpcd.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net/dhcpcd.sh b/net/dhcpcd.sh
index 6bd44ba..2493f27 100644
--- a/net/dhcpcd.sh
+++ b/net/dhcpcd.sh
@@ -90,8 +90,8 @@ dhcpcd_stop()
eval opts=\$dhcp_${IFVAR}
[ -z "${opts}" ] && opts=${dhcp}
case " ${opts} " in
-   *" release "*) dhcpcd -k "${args}" "${IFACE}" ;;
-   *) dhcpcd -x "${args}" "${IFACE}" ;;
+   *" release "*) dhcpcd -k ${args} "${IFACE}" ;;
+   *) dhcpcd -x ${args} "${IFACE}" ;;
esac
[ -f "${argsfile}" ] && rm -f "${argsfile}"
eend $?



[gentoo-commits] proj/linux-patches: New tag: 6.5-10

2023-10-19 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Thu Oct 19 22:41:02 2023 +

New tag: 6.5-10




[gentoo-commits] proj/linux-patches: New tag: 6.1-66

2023-10-19 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Thu Oct 19 22:39:06 2023 +

New tag: 6.1-66




[gentoo-commits] repo/gentoo:master commit in: app-emacs/mmm-mode/

2023-10-19 Thread Sam James
commit: 5c71e3c951dd3470305596f2f75f211ea5aa2160
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct 19 22:35:31 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct 19 22:35:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c71e3c9

app-emacs/mmm-mode: Stabilize 0.5.10 ALLARCHES, #916022

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

 app-emacs/mmm-mode/mmm-mode-0.5.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/mmm-mode/mmm-mode-0.5.10.ebuild 
b/app-emacs/mmm-mode/mmm-mode-0.5.10.ebuild
index eb4ac623a02f..ff1f2a71aad5 100644
--- a/app-emacs/mmm-mode/mmm-mode-0.5.10.ebuild
+++ b/app-emacs/mmm-mode/mmm-mode-0.5.10.ebuild
@@ -17,7 +17,7 @@ else
SRC_URI="https://github.com/dgutov/${PN}/archive/${PV}.tar.gz
-> ${P}.tar.gz"
 
-   KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+   KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 fi
 
 LICENSE="GPL-2+ Texinfo-manual"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/magit/

2023-10-19 Thread Sam James
commit: 2db8e3546579a374da35d853d77616e04394b0c7
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct 19 22:35:30 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct 19 22:35:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2db8e354

app-emacs/magit: Stabilize 3.3.0.50_p20230912 ALLARCHES, #916021

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

 app-emacs/magit/magit-3.3.0.50_p20230912.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/magit/magit-3.3.0.50_p20230912.ebuild 
b/app-emacs/magit/magit-3.3.0.50_p20230912.ebuild
index e3ec1a1224e8..6f07c5add9b2 100644
--- a/app-emacs/magit/magit-3.3.0.50_p20230912.ebuild
+++ b/app-emacs/magit/magit-3.3.0.50_p20230912.ebuild
@@ -21,7 +21,7 @@ else
-> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${COMMIT}/lisp"
 
-   KEYWORDS="~amd64 ~arm ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 ~arm ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-3+"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/helm/

2023-10-19 Thread Sam James
commit: cb13015695f91ff609e4bfcaf24059ca3c53e1ea
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct 19 22:35:29 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct 19 22:35:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb130156

app-emacs/helm: Stabilize 3.9.5 ALLARCHES, #916020

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

 app-emacs/helm/helm-3.9.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/helm/helm-3.9.5.ebuild b/app-emacs/helm/helm-3.9.5.ebuild
index 76671b3b26bc..afb4c7ddeceb 100644
--- a/app-emacs/helm/helm-3.9.5.ebuild
+++ b/app-emacs/helm/helm-3.9.5.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/emacs-helm/${PN}/archive/v${PV}.tar.gz
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
app-emacs/async



[gentoo-commits] proj/linux-patches: New tag: 5.15-142

2023-10-19 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Thu Oct 19 22:34:22 2023 +

New tag: 5.15-142




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

2023-10-19 Thread Mike Pagano
commit: ed50cd2f4b9f8e6155e61c038bcc797bc1c57cb5
Author: Mike Pagano  gentoo  org>
AuthorDate: Thu Oct 19 22:31:55 2023 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Thu Oct 19 22:31:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed50cd2f

sys-kernel/vanilla-sources: drop 6.5.7

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

 sys-kernel/vanilla-sources/Manifest |  2 --
 sys-kernel/vanilla-sources/vanilla-sources-6.5.7.ebuild | 16 
 2 files changed, 18 deletions(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index f17db6a05fa9..5a95b8be9c4a 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -4,11 +4,9 @@ DIST linux-5.10.tar.xz 116606704 BLAKE2B 
b923d7b66309224f42f35f8a5fa219421b0a936
 DIST linux-5.15.tar.xz 121913744 BLAKE2B 
3921274b23f7938abdf3ed9334534b4581e13d7484303d3a5280eddb038999aaa8b83a487472d9c4a219af0f06b9fecccaf348fb5510ab8762f4ef4b7e83
 SHA512 
d25ad40b5bcd6a4c6042fd0fd84e196e7a58024734c3e9a484fd0d5d54a0c1d87db8a3c784eff55e43b6f021709dc685eb0efa18d2aec327e4f88a79f405705a
 DIST linux-5.4.tar.xz 109441440 BLAKE2B 
193bc4a3147e147d5529956164ec4912fad5d5c6fb07f909ff1056e57235834173194afc686993ccd785c1ff15804de0961b625f3008cca0e27493efc8f27b13
 SHA512 
9f60f77e8ab972b9438ac648bed17551c8491d6585a5e85f694b2eaa4c623fbc61eb18419b2656b6795eac5deec0edaa04547fc6723fbda52256bd7f3486898f
 DIST linux-6.1.tar.xz 134728520 BLAKE2B 
ae60257860b2bd1bd708d183f0443afc60ebbd2b3d535c45e44c2e541bd0928530a3b62de6385dd4e4726ebbedcc0a871d4f3ffb4105b9f1f6d8ed7467f5688e
 SHA512 
6ed2a73c2699d0810e54753715635736fc370288ad5ce95c594f2379959b0e418665cd71bc512a0273fe226fe90074d8b10d14c209080a6466498417a4fdda68
-DIST linux-6.5.tar.xz 138898084 BLAKE2B 
2e641b79a080e8f4ce283bcf6b74e2c6f15a374367f1c4c875c663868dbe801317340824fb3adb46b3a51d3b7e1f67cc4e8144d367621ec43ffba5c4eb8abb39
 SHA512 
1b59dc5e65d4922c3217a8c8f19022dfd6595ae89747861d825bfeb51a4ae6c85449d05db69635a712bef7b355b80318195665582d8933b1fed6ba582f6ff257
 DIST patch-4.14.327.xz 5293772 BLAKE2B 
2e86e224b7a5487d5a85e52177f33949f3c76e747e97c5f342223d853d3e040fde09225f3322024a45cc021f98a798717814bbe400fbba23d02e14ba7af86287
 SHA512 
f4cf20e33202386bcb302d77dd41beb454c240657b477030589f61aac0b67d0bc8f936d9a00a2b1eb128da142f091dc89dbfd0d7b4269af6d1a25f6837bbb08e
 DIST patch-4.19.296.xz 5689752 BLAKE2B 
42ef00c0deb86800aada4f7fc8f51653db4caae31725de2a91579c1763caabd790068043374b5a87cf06b5a6347a22aedb360851143b0337e3dc78277ec9a40b
 SHA512 
64d594e7590c489fe62133ba580eede70223da1cb499014c313816dc3b0530e5ff6d949095c22fc988f895caa01bd696c1268b3ded29b90442e9c04818357391
 DIST patch-5.10.198.xz 5252556 BLAKE2B 
60b4e363b8fe6a4ecd6456db23aba2958f2efc1a59a662199756b907a4b26386cc5f85943b133c9f8e5bba563b6991c812b78bbff4383e1ffa112962b2336e0b
 SHA512 
9a90773d29a17f04bd31dbbb7bf5d3c6e5c9bc74e334ea7519be62d87878c54097c73ad213e73238e02441ecde4f1895f6e556b954446a7d69afea5cb8f9aca4
 DIST patch-5.15.136.xz 4870544 BLAKE2B 
b6fa3af848b4f2fddc62f560cf305f777b1d73c8d648c2a889f66762fc300209c3d8943575a27b1a21b2a1709257f4973dfc6d8d824a0981e07146866f8bb334
 SHA512 
ce081bb4eca40c6422d6efddca65a4791b036e4cd1351ab8778ba71ce3af5d0b2a5f1f25e892014fa3c5a9927db606b925d470183c054cb70fea9dd961e3a56e
 DIST patch-5.4.258.xz 5174512 BLAKE2B 
9a850cb39744b2473371ad685abad966c39a86b8c10c2837c42e947ae94f0978f72cc4e3934f558be3a190a6760937a8173a768337a61019aee0b8ffd5c47f2e
 SHA512 
8a0c9e8a94a0d4084f3057e562e6c9ca3a8827cdb6da4fb38be5647acd361afcbd36a6edf8dfcb6bdcd25d1094e424714640e17299efe88b092d69031fdcb06b
 DIST patch-6.1.59.xz 3414984 BLAKE2B 
3d3e78caa34086f7f25c026f07035cf383fd672c8351705bc565c815f4ca5b668f2180a5d92dcfb4a902bf43f2da332d1eda86506e5093731b660c412f6451da
 SHA512 
21bd020f21124fa9e016a4c58aee9f4a7cef50a889bd468adcf020557214da989fd29ee3765c60f15dc8e236c4733ce5a63db06a5284591e022ddcf021682600
-DIST patch-6.5.7.xz 561404 BLAKE2B 
98f6fe0a43562cc60ada3596443e56966742de6ec2ef243331d22a4f345ad5741a5fe136e03ae0a5016fec4234bb89e6a6262076d3e5a449c53bb78ee7fb1175
 SHA512 
4c77a595fa76e8b0a07aff0aa681af7ae3d91231964662158b6a484ba477679d85dae8e12152ea95893d0794c6cef4f1394f908b7da6d6bf34b59d8b33d8c392

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-6.5.7.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-6.5.7.ebuild
deleted file mode 100644
index 424a2f9b0f9d..
--- a/sys-kernel/vanilla-sources/vanilla-sources-6.5.7.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-K_NOUSENAME="yes"
-K_NOSETEXTRAVERSION="yes"
-K_SECURITY_UNSUPPORTED="1"
-ETYPE="sources"
-inherit kernel-2
-detect_version
-
-DESCRIPTION="Full sources for the Linux kernel"
-HOMEPAGE="https://www.kernel.org;
-SRC_URI="${KERNEL_URI}"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc ~x86"



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

2023-10-19 Thread Mike Pagano
commit: 2ddcb4af06d26b70ea3939645e389f1fb3549964
Author: Mike Pagano  gentoo  org>
AuthorDate: Thu Oct 19 22:31:57 2023 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Thu Oct 19 22:31:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ddcb4af

sys-kernel/vanilla-sources: add 6.5.8

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

 sys-kernel/vanilla-sources/Manifest |  2 ++
 sys-kernel/vanilla-sources/vanilla-sources-6.5.8.ebuild | 16 
 2 files changed, 18 insertions(+)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index 5a95b8be9c4a..319fee562bba 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -4,9 +4,11 @@ DIST linux-5.10.tar.xz 116606704 BLAKE2B 
b923d7b66309224f42f35f8a5fa219421b0a936
 DIST linux-5.15.tar.xz 121913744 BLAKE2B 
3921274b23f7938abdf3ed9334534b4581e13d7484303d3a5280eddb038999aaa8b83a487472d9c4a219af0f06b9fecccaf348fb5510ab8762f4ef4b7e83
 SHA512 
d25ad40b5bcd6a4c6042fd0fd84e196e7a58024734c3e9a484fd0d5d54a0c1d87db8a3c784eff55e43b6f021709dc685eb0efa18d2aec327e4f88a79f405705a
 DIST linux-5.4.tar.xz 109441440 BLAKE2B 
193bc4a3147e147d5529956164ec4912fad5d5c6fb07f909ff1056e57235834173194afc686993ccd785c1ff15804de0961b625f3008cca0e27493efc8f27b13
 SHA512 
9f60f77e8ab972b9438ac648bed17551c8491d6585a5e85f694b2eaa4c623fbc61eb18419b2656b6795eac5deec0edaa04547fc6723fbda52256bd7f3486898f
 DIST linux-6.1.tar.xz 134728520 BLAKE2B 
ae60257860b2bd1bd708d183f0443afc60ebbd2b3d535c45e44c2e541bd0928530a3b62de6385dd4e4726ebbedcc0a871d4f3ffb4105b9f1f6d8ed7467f5688e
 SHA512 
6ed2a73c2699d0810e54753715635736fc370288ad5ce95c594f2379959b0e418665cd71bc512a0273fe226fe90074d8b10d14c209080a6466498417a4fdda68
+DIST linux-6.5.tar.xz 138898084 BLAKE2B 
2e641b79a080e8f4ce283bcf6b74e2c6f15a374367f1c4c875c663868dbe801317340824fb3adb46b3a51d3b7e1f67cc4e8144d367621ec43ffba5c4eb8abb39
 SHA512 
1b59dc5e65d4922c3217a8c8f19022dfd6595ae89747861d825bfeb51a4ae6c85449d05db69635a712bef7b355b80318195665582d8933b1fed6ba582f6ff257
 DIST patch-4.14.327.xz 5293772 BLAKE2B 
2e86e224b7a5487d5a85e52177f33949f3c76e747e97c5f342223d853d3e040fde09225f3322024a45cc021f98a798717814bbe400fbba23d02e14ba7af86287
 SHA512 
f4cf20e33202386bcb302d77dd41beb454c240657b477030589f61aac0b67d0bc8f936d9a00a2b1eb128da142f091dc89dbfd0d7b4269af6d1a25f6837bbb08e
 DIST patch-4.19.296.xz 5689752 BLAKE2B 
42ef00c0deb86800aada4f7fc8f51653db4caae31725de2a91579c1763caabd790068043374b5a87cf06b5a6347a22aedb360851143b0337e3dc78277ec9a40b
 SHA512 
64d594e7590c489fe62133ba580eede70223da1cb499014c313816dc3b0530e5ff6d949095c22fc988f895caa01bd696c1268b3ded29b90442e9c04818357391
 DIST patch-5.10.198.xz 5252556 BLAKE2B 
60b4e363b8fe6a4ecd6456db23aba2958f2efc1a59a662199756b907a4b26386cc5f85943b133c9f8e5bba563b6991c812b78bbff4383e1ffa112962b2336e0b
 SHA512 
9a90773d29a17f04bd31dbbb7bf5d3c6e5c9bc74e334ea7519be62d87878c54097c73ad213e73238e02441ecde4f1895f6e556b954446a7d69afea5cb8f9aca4
 DIST patch-5.15.136.xz 4870544 BLAKE2B 
b6fa3af848b4f2fddc62f560cf305f777b1d73c8d648c2a889f66762fc300209c3d8943575a27b1a21b2a1709257f4973dfc6d8d824a0981e07146866f8bb334
 SHA512 
ce081bb4eca40c6422d6efddca65a4791b036e4cd1351ab8778ba71ce3af5d0b2a5f1f25e892014fa3c5a9927db606b925d470183c054cb70fea9dd961e3a56e
 DIST patch-5.4.258.xz 5174512 BLAKE2B 
9a850cb39744b2473371ad685abad966c39a86b8c10c2837c42e947ae94f0978f72cc4e3934f558be3a190a6760937a8173a768337a61019aee0b8ffd5c47f2e
 SHA512 
8a0c9e8a94a0d4084f3057e562e6c9ca3a8827cdb6da4fb38be5647acd361afcbd36a6edf8dfcb6bdcd25d1094e424714640e17299efe88b092d69031fdcb06b
 DIST patch-6.1.59.xz 3414984 BLAKE2B 
3d3e78caa34086f7f25c026f07035cf383fd672c8351705bc565c815f4ca5b668f2180a5d92dcfb4a902bf43f2da332d1eda86506e5093731b660c412f6451da
 SHA512 
21bd020f21124fa9e016a4c58aee9f4a7cef50a889bd468adcf020557214da989fd29ee3765c60f15dc8e236c4733ce5a63db06a5284591e022ddcf021682600
+DIST patch-6.5.8.xz 614428 BLAKE2B 
19f77d6944f16504d9b767809488439977fb93f80c833404d96a2506be0b96c8e094bbbdd6b0f3306c23c9aa89d5823a0e20530d00b39dbfaab0bff16f81ab83
 SHA512 
e8946210a13a2f55d2e05130df1aac371f81ed07b82daf5ba033e4a5278e0e6cbdb6e5878a8e92a06772118e840944140551169ecfd671f866e10dbbc59f181a

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-6.5.8.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-6.5.8.ebuild
new file mode 100644
index ..424a2f9b0f9d
--- /dev/null
+++ b/sys-kernel/vanilla-sources/vanilla-sources-6.5.8.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+K_NOUSENAME="yes"
+K_NOSETEXTRAVERSION="yes"
+K_SECURITY_UNSUPPORTED="1"
+ETYPE="sources"
+inherit kernel-2
+detect_version
+
+DESCRIPTION="Full sources for the Linux kernel"
+HOMEPAGE="https://www.kernel.org;
+SRC_URI="${KERNEL_URI}"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc ~x86"



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

2023-10-19 Thread Mike Pagano
commit: 8aaeccd41efc5fa5250ec76c147398f1a961de75
Author: Mike Pagano  gentoo  org>
AuthorDate: Thu Oct 19 22:31:48 2023 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Thu Oct 19 22:31:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aaeccd4

sys-kernel/vanilla-sources: add 6.1.59

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

 sys-kernel/vanilla-sources/Manifest  |  2 ++
 sys-kernel/vanilla-sources/vanilla-sources-6.1.59.ebuild | 16 
 2 files changed, 18 insertions(+)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index b1f13d6e2880..f17db6a05fa9 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -3,10 +3,12 @@ DIST linux-4.19.tar.xz 103117552 BLAKE2B 
1dbf16cf410867412d17568fe42bc1e90c03418
 DIST linux-5.10.tar.xz 116606704 BLAKE2B 
b923d7b66309224f42f35f8a5fa219421b0a9362d2adacdadd8d96251f61f7230878ea297a269a7f3b3c56830f0b177e068691e1d7f88501a05653b0a13274d1
 SHA512 
95bc137d0cf9148da6a9d1f1a878698dc27b40f68e22c597544010a6c591ce1b256f083489d3ff45ff77753289b535135590194d88ef9f007d0ddab3d74de70e
 DIST linux-5.15.tar.xz 121913744 BLAKE2B 
3921274b23f7938abdf3ed9334534b4581e13d7484303d3a5280eddb038999aaa8b83a487472d9c4a219af0f06b9fecccaf348fb5510ab8762f4ef4b7e83
 SHA512 
d25ad40b5bcd6a4c6042fd0fd84e196e7a58024734c3e9a484fd0d5d54a0c1d87db8a3c784eff55e43b6f021709dc685eb0efa18d2aec327e4f88a79f405705a
 DIST linux-5.4.tar.xz 109441440 BLAKE2B 
193bc4a3147e147d5529956164ec4912fad5d5c6fb07f909ff1056e57235834173194afc686993ccd785c1ff15804de0961b625f3008cca0e27493efc8f27b13
 SHA512 
9f60f77e8ab972b9438ac648bed17551c8491d6585a5e85f694b2eaa4c623fbc61eb18419b2656b6795eac5deec0edaa04547fc6723fbda52256bd7f3486898f
+DIST linux-6.1.tar.xz 134728520 BLAKE2B 
ae60257860b2bd1bd708d183f0443afc60ebbd2b3d535c45e44c2e541bd0928530a3b62de6385dd4e4726ebbedcc0a871d4f3ffb4105b9f1f6d8ed7467f5688e
 SHA512 
6ed2a73c2699d0810e54753715635736fc370288ad5ce95c594f2379959b0e418665cd71bc512a0273fe226fe90074d8b10d14c209080a6466498417a4fdda68
 DIST linux-6.5.tar.xz 138898084 BLAKE2B 
2e641b79a080e8f4ce283bcf6b74e2c6f15a374367f1c4c875c663868dbe801317340824fb3adb46b3a51d3b7e1f67cc4e8144d367621ec43ffba5c4eb8abb39
 SHA512 
1b59dc5e65d4922c3217a8c8f19022dfd6595ae89747861d825bfeb51a4ae6c85449d05db69635a712bef7b355b80318195665582d8933b1fed6ba582f6ff257
 DIST patch-4.14.327.xz 5293772 BLAKE2B 
2e86e224b7a5487d5a85e52177f33949f3c76e747e97c5f342223d853d3e040fde09225f3322024a45cc021f98a798717814bbe400fbba23d02e14ba7af86287
 SHA512 
f4cf20e33202386bcb302d77dd41beb454c240657b477030589f61aac0b67d0bc8f936d9a00a2b1eb128da142f091dc89dbfd0d7b4269af6d1a25f6837bbb08e
 DIST patch-4.19.296.xz 5689752 BLAKE2B 
42ef00c0deb86800aada4f7fc8f51653db4caae31725de2a91579c1763caabd790068043374b5a87cf06b5a6347a22aedb360851143b0337e3dc78277ec9a40b
 SHA512 
64d594e7590c489fe62133ba580eede70223da1cb499014c313816dc3b0530e5ff6d949095c22fc988f895caa01bd696c1268b3ded29b90442e9c04818357391
 DIST patch-5.10.198.xz 5252556 BLAKE2B 
60b4e363b8fe6a4ecd6456db23aba2958f2efc1a59a662199756b907a4b26386cc5f85943b133c9f8e5bba563b6991c812b78bbff4383e1ffa112962b2336e0b
 SHA512 
9a90773d29a17f04bd31dbbb7bf5d3c6e5c9bc74e334ea7519be62d87878c54097c73ad213e73238e02441ecde4f1895f6e556b954446a7d69afea5cb8f9aca4
 DIST patch-5.15.136.xz 4870544 BLAKE2B 
b6fa3af848b4f2fddc62f560cf305f777b1d73c8d648c2a889f66762fc300209c3d8943575a27b1a21b2a1709257f4973dfc6d8d824a0981e07146866f8bb334
 SHA512 
ce081bb4eca40c6422d6efddca65a4791b036e4cd1351ab8778ba71ce3af5d0b2a5f1f25e892014fa3c5a9927db606b925d470183c054cb70fea9dd961e3a56e
 DIST patch-5.4.258.xz 5174512 BLAKE2B 
9a850cb39744b2473371ad685abad966c39a86b8c10c2837c42e947ae94f0978f72cc4e3934f558be3a190a6760937a8173a768337a61019aee0b8ffd5c47f2e
 SHA512 
8a0c9e8a94a0d4084f3057e562e6c9ca3a8827cdb6da4fb38be5647acd361afcbd36a6edf8dfcb6bdcd25d1094e424714640e17299efe88b092d69031fdcb06b
+DIST patch-6.1.59.xz 3414984 BLAKE2B 
3d3e78caa34086f7f25c026f07035cf383fd672c8351705bc565c815f4ca5b668f2180a5d92dcfb4a902bf43f2da332d1eda86506e5093731b660c412f6451da
 SHA512 
21bd020f21124fa9e016a4c58aee9f4a7cef50a889bd468adcf020557214da989fd29ee3765c60f15dc8e236c4733ce5a63db06a5284591e022ddcf021682600
 DIST patch-6.5.7.xz 561404 BLAKE2B 
98f6fe0a43562cc60ada3596443e56966742de6ec2ef243331d22a4f345ad5741a5fe136e03ae0a5016fec4234bb89e6a6262076d3e5a449c53bb78ee7fb1175
 SHA512 
4c77a595fa76e8b0a07aff0aa681af7ae3d91231964662158b6a484ba477679d85dae8e12152ea95893d0794c6cef4f1394f908b7da6d6bf34b59d8b33d8c392

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-6.1.59.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-6.1.59.ebuild
new file mode 100644
index ..424a2f9b0f9d
--- /dev/null
+++ b/sys-kernel/vanilla-sources/vanilla-sources-6.1.59.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+K_NOUSENAME="yes"

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

2023-10-19 Thread Mike Pagano
commit: 5c186e137da2d4bdcae4e25c295fdd755e0bcf16
Author: Mike Pagano  gentoo  org>
AuthorDate: Thu Oct 19 22:31:40 2023 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Thu Oct 19 22:31:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c186e13

sys-kernel/vanilla-sources: add 5.15.136

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

 sys-kernel/vanilla-sources/Manifest  |  2 ++
 .../vanilla-sources/vanilla-sources-5.15.136.ebuild  | 16 
 2 files changed, 18 insertions(+)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index 4a3785619a05..bfe0d84b0a5d 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -1,12 +1,14 @@
 DIST linux-4.14.tar.xz 100770500 BLAKE2B 
85dc4aa953fe65e273a24473d8de98e4f204f97c43be9fc87cf5be01f796f94cfde5c8f9c84619751f1cac51f83ce0b4681fb19c5f2965a72d4a94fe5577846a
 SHA512 
77e43a02d766c3d73b7e25c4aafb2e931d6b16e870510c22cef0cdb05c3acb7952b8908ebad12b10ef982c6efbe286364b1544586e715cf38390e483927904d8
 DIST linux-4.19.tar.xz 103117552 BLAKE2B 
1dbf16cf410867412d17568fe42bc1e90c034183b654d270b650621ff7664a321950943d0639205bc1ee7ef6210be170c1f2c785a042ed8a4ec5e3a486d890e0
 SHA512 
ab67cc746b375a8b135e8b23e35e1d6787930d19b3c26b2679787d62951cbdbc3bb66f8ededeb9b890e5008b2459397f9018f1a6772fdef67780b06a4cb9f6f4
 DIST linux-5.10.tar.xz 116606704 BLAKE2B 
b923d7b66309224f42f35f8a5fa219421b0a9362d2adacdadd8d96251f61f7230878ea297a269a7f3b3c56830f0b177e068691e1d7f88501a05653b0a13274d1
 SHA512 
95bc137d0cf9148da6a9d1f1a878698dc27b40f68e22c597544010a6c591ce1b256f083489d3ff45ff77753289b535135590194d88ef9f007d0ddab3d74de70e
+DIST linux-5.15.tar.xz 121913744 BLAKE2B 
3921274b23f7938abdf3ed9334534b4581e13d7484303d3a5280eddb038999aaa8b83a487472d9c4a219af0f06b9fecccaf348fb5510ab8762f4ef4b7e83
 SHA512 
d25ad40b5bcd6a4c6042fd0fd84e196e7a58024734c3e9a484fd0d5d54a0c1d87db8a3c784eff55e43b6f021709dc685eb0efa18d2aec327e4f88a79f405705a
 DIST linux-5.4.tar.xz 109441440 BLAKE2B 
193bc4a3147e147d5529956164ec4912fad5d5c6fb07f909ff1056e57235834173194afc686993ccd785c1ff15804de0961b625f3008cca0e27493efc8f27b13
 SHA512 
9f60f77e8ab972b9438ac648bed17551c8491d6585a5e85f694b2eaa4c623fbc61eb18419b2656b6795eac5deec0edaa04547fc6723fbda52256bd7f3486898f
 DIST linux-6.1.tar.xz 134728520 BLAKE2B 
ae60257860b2bd1bd708d183f0443afc60ebbd2b3d535c45e44c2e541bd0928530a3b62de6385dd4e4726ebbedcc0a871d4f3ffb4105b9f1f6d8ed7467f5688e
 SHA512 
6ed2a73c2699d0810e54753715635736fc370288ad5ce95c594f2379959b0e418665cd71bc512a0273fe226fe90074d8b10d14c209080a6466498417a4fdda68
 DIST linux-6.5.tar.xz 138898084 BLAKE2B 
2e641b79a080e8f4ce283bcf6b74e2c6f15a374367f1c4c875c663868dbe801317340824fb3adb46b3a51d3b7e1f67cc4e8144d367621ec43ffba5c4eb8abb39
 SHA512 
1b59dc5e65d4922c3217a8c8f19022dfd6595ae89747861d825bfeb51a4ae6c85449d05db69635a712bef7b355b80318195665582d8933b1fed6ba582f6ff257
 DIST patch-4.14.327.xz 5293772 BLAKE2B 
2e86e224b7a5487d5a85e52177f33949f3c76e747e97c5f342223d853d3e040fde09225f3322024a45cc021f98a798717814bbe400fbba23d02e14ba7af86287
 SHA512 
f4cf20e33202386bcb302d77dd41beb454c240657b477030589f61aac0b67d0bc8f936d9a00a2b1eb128da142f091dc89dbfd0d7b4269af6d1a25f6837bbb08e
 DIST patch-4.19.296.xz 5689752 BLAKE2B 
42ef00c0deb86800aada4f7fc8f51653db4caae31725de2a91579c1763caabd790068043374b5a87cf06b5a6347a22aedb360851143b0337e3dc78277ec9a40b
 SHA512 
64d594e7590c489fe62133ba580eede70223da1cb499014c313816dc3b0530e5ff6d949095c22fc988f895caa01bd696c1268b3ded29b90442e9c04818357391
 DIST patch-5.10.198.xz 5252556 BLAKE2B 
60b4e363b8fe6a4ecd6456db23aba2958f2efc1a59a662199756b907a4b26386cc5f85943b133c9f8e5bba563b6991c812b78bbff4383e1ffa112962b2336e0b
 SHA512 
9a90773d29a17f04bd31dbbb7bf5d3c6e5c9bc74e334ea7519be62d87878c54097c73ad213e73238e02441ecde4f1895f6e556b954446a7d69afea5cb8f9aca4
+DIST patch-5.15.136.xz 4870544 BLAKE2B 
b6fa3af848b4f2fddc62f560cf305f777b1d73c8d648c2a889f66762fc300209c3d8943575a27b1a21b2a1709257f4973dfc6d8d824a0981e07146866f8bb334
 SHA512 
ce081bb4eca40c6422d6efddca65a4791b036e4cd1351ab8778ba71ce3af5d0b2a5f1f25e892014fa3c5a9927db606b925d470183c054cb70fea9dd961e3a56e
 DIST patch-5.4.258.xz 5174512 BLAKE2B 
9a850cb39744b2473371ad685abad966c39a86b8c10c2837c42e947ae94f0978f72cc4e3934f558be3a190a6760937a8173a768337a61019aee0b8ffd5c47f2e
 SHA512 
8a0c9e8a94a0d4084f3057e562e6c9ca3a8827cdb6da4fb38be5647acd361afcbd36a6edf8dfcb6bdcd25d1094e424714640e17299efe88b092d69031fdcb06b
 DIST patch-6.1.58.xz 3387204 BLAKE2B 
068d85cf4eda1f832c322ab2ab42233c62738df4694783827a709edc9dfb15a08ddffbae70d211adcf78605e19eb4e30e6b81ab30beae87dcad436e6ebb7fe95
 SHA512 
205d165f16a95cd675dfb577906f12cbd40a0049cf2c83575a01eb9378146b10f86404d86552759597bb57f2272f74b0cb4098b896b8c2647cf759a59c47a30c
 DIST patch-6.5.7.xz 561404 BLAKE2B 
98f6fe0a43562cc60ada3596443e56966742de6ec2ef243331d22a4f345ad5741a5fe136e03ae0a5016fec4234bb89e6a6262076d3e5a449c53bb78ee7fb1175
 SHA512 

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

2023-10-19 Thread Mike Pagano
commit: ca35c955341f674b88207c69477a5afa7ad76e93
Author: Mike Pagano  gentoo  org>
AuthorDate: Thu Oct 19 22:31:44 2023 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Thu Oct 19 22:31:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca35c955

sys-kernel/vanilla-sources: drop 6.1.58

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

 sys-kernel/vanilla-sources/Manifest  |  2 --
 sys-kernel/vanilla-sources/vanilla-sources-6.1.58.ebuild | 16 
 2 files changed, 18 deletions(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index bfe0d84b0a5d..b1f13d6e2880 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -3,12 +3,10 @@ DIST linux-4.19.tar.xz 103117552 BLAKE2B 
1dbf16cf410867412d17568fe42bc1e90c03418
 DIST linux-5.10.tar.xz 116606704 BLAKE2B 
b923d7b66309224f42f35f8a5fa219421b0a9362d2adacdadd8d96251f61f7230878ea297a269a7f3b3c56830f0b177e068691e1d7f88501a05653b0a13274d1
 SHA512 
95bc137d0cf9148da6a9d1f1a878698dc27b40f68e22c597544010a6c591ce1b256f083489d3ff45ff77753289b535135590194d88ef9f007d0ddab3d74de70e
 DIST linux-5.15.tar.xz 121913744 BLAKE2B 
3921274b23f7938abdf3ed9334534b4581e13d7484303d3a5280eddb038999aaa8b83a487472d9c4a219af0f06b9fecccaf348fb5510ab8762f4ef4b7e83
 SHA512 
d25ad40b5bcd6a4c6042fd0fd84e196e7a58024734c3e9a484fd0d5d54a0c1d87db8a3c784eff55e43b6f021709dc685eb0efa18d2aec327e4f88a79f405705a
 DIST linux-5.4.tar.xz 109441440 BLAKE2B 
193bc4a3147e147d5529956164ec4912fad5d5c6fb07f909ff1056e57235834173194afc686993ccd785c1ff15804de0961b625f3008cca0e27493efc8f27b13
 SHA512 
9f60f77e8ab972b9438ac648bed17551c8491d6585a5e85f694b2eaa4c623fbc61eb18419b2656b6795eac5deec0edaa04547fc6723fbda52256bd7f3486898f
-DIST linux-6.1.tar.xz 134728520 BLAKE2B 
ae60257860b2bd1bd708d183f0443afc60ebbd2b3d535c45e44c2e541bd0928530a3b62de6385dd4e4726ebbedcc0a871d4f3ffb4105b9f1f6d8ed7467f5688e
 SHA512 
6ed2a73c2699d0810e54753715635736fc370288ad5ce95c594f2379959b0e418665cd71bc512a0273fe226fe90074d8b10d14c209080a6466498417a4fdda68
 DIST linux-6.5.tar.xz 138898084 BLAKE2B 
2e641b79a080e8f4ce283bcf6b74e2c6f15a374367f1c4c875c663868dbe801317340824fb3adb46b3a51d3b7e1f67cc4e8144d367621ec43ffba5c4eb8abb39
 SHA512 
1b59dc5e65d4922c3217a8c8f19022dfd6595ae89747861d825bfeb51a4ae6c85449d05db69635a712bef7b355b80318195665582d8933b1fed6ba582f6ff257
 DIST patch-4.14.327.xz 5293772 BLAKE2B 
2e86e224b7a5487d5a85e52177f33949f3c76e747e97c5f342223d853d3e040fde09225f3322024a45cc021f98a798717814bbe400fbba23d02e14ba7af86287
 SHA512 
f4cf20e33202386bcb302d77dd41beb454c240657b477030589f61aac0b67d0bc8f936d9a00a2b1eb128da142f091dc89dbfd0d7b4269af6d1a25f6837bbb08e
 DIST patch-4.19.296.xz 5689752 BLAKE2B 
42ef00c0deb86800aada4f7fc8f51653db4caae31725de2a91579c1763caabd790068043374b5a87cf06b5a6347a22aedb360851143b0337e3dc78277ec9a40b
 SHA512 
64d594e7590c489fe62133ba580eede70223da1cb499014c313816dc3b0530e5ff6d949095c22fc988f895caa01bd696c1268b3ded29b90442e9c04818357391
 DIST patch-5.10.198.xz 5252556 BLAKE2B 
60b4e363b8fe6a4ecd6456db23aba2958f2efc1a59a662199756b907a4b26386cc5f85943b133c9f8e5bba563b6991c812b78bbff4383e1ffa112962b2336e0b
 SHA512 
9a90773d29a17f04bd31dbbb7bf5d3c6e5c9bc74e334ea7519be62d87878c54097c73ad213e73238e02441ecde4f1895f6e556b954446a7d69afea5cb8f9aca4
 DIST patch-5.15.136.xz 4870544 BLAKE2B 
b6fa3af848b4f2fddc62f560cf305f777b1d73c8d648c2a889f66762fc300209c3d8943575a27b1a21b2a1709257f4973dfc6d8d824a0981e07146866f8bb334
 SHA512 
ce081bb4eca40c6422d6efddca65a4791b036e4cd1351ab8778ba71ce3af5d0b2a5f1f25e892014fa3c5a9927db606b925d470183c054cb70fea9dd961e3a56e
 DIST patch-5.4.258.xz 5174512 BLAKE2B 
9a850cb39744b2473371ad685abad966c39a86b8c10c2837c42e947ae94f0978f72cc4e3934f558be3a190a6760937a8173a768337a61019aee0b8ffd5c47f2e
 SHA512 
8a0c9e8a94a0d4084f3057e562e6c9ca3a8827cdb6da4fb38be5647acd361afcbd36a6edf8dfcb6bdcd25d1094e424714640e17299efe88b092d69031fdcb06b
-DIST patch-6.1.58.xz 3387204 BLAKE2B 
068d85cf4eda1f832c322ab2ab42233c62738df4694783827a709edc9dfb15a08ddffbae70d211adcf78605e19eb4e30e6b81ab30beae87dcad436e6ebb7fe95
 SHA512 
205d165f16a95cd675dfb577906f12cbd40a0049cf2c83575a01eb9378146b10f86404d86552759597bb57f2272f74b0cb4098b896b8c2647cf759a59c47a30c
 DIST patch-6.5.7.xz 561404 BLAKE2B 
98f6fe0a43562cc60ada3596443e56966742de6ec2ef243331d22a4f345ad5741a5fe136e03ae0a5016fec4234bb89e6a6262076d3e5a449c53bb78ee7fb1175
 SHA512 
4c77a595fa76e8b0a07aff0aa681af7ae3d91231964662158b6a484ba477679d85dae8e12152ea95893d0794c6cef4f1394f908b7da6d6bf34b59d8b33d8c392

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-6.1.58.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-6.1.58.ebuild
deleted file mode 100644
index 424a2f9b0f9d..
--- a/sys-kernel/vanilla-sources/vanilla-sources-6.1.58.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-K_NOUSENAME="yes"

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

2023-10-19 Thread Mike Pagano
commit: 65be93310a38a53201da50e191e35dae0e52243b
Author: Mike Pagano  gentoo  org>
AuthorDate: Thu Oct 19 22:31:38 2023 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Thu Oct 19 22:31:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65be9331

sys-kernel/vanilla-sources: drop 5.15.135

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

 sys-kernel/vanilla-sources/Manifest  |  2 --
 .../vanilla-sources/vanilla-sources-5.15.135.ebuild  | 16 
 2 files changed, 18 deletions(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index 651cbbd16696..4a3785619a05 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -1,14 +1,12 @@
 DIST linux-4.14.tar.xz 100770500 BLAKE2B 
85dc4aa953fe65e273a24473d8de98e4f204f97c43be9fc87cf5be01f796f94cfde5c8f9c84619751f1cac51f83ce0b4681fb19c5f2965a72d4a94fe5577846a
 SHA512 
77e43a02d766c3d73b7e25c4aafb2e931d6b16e870510c22cef0cdb05c3acb7952b8908ebad12b10ef982c6efbe286364b1544586e715cf38390e483927904d8
 DIST linux-4.19.tar.xz 103117552 BLAKE2B 
1dbf16cf410867412d17568fe42bc1e90c034183b654d270b650621ff7664a321950943d0639205bc1ee7ef6210be170c1f2c785a042ed8a4ec5e3a486d890e0
 SHA512 
ab67cc746b375a8b135e8b23e35e1d6787930d19b3c26b2679787d62951cbdbc3bb66f8ededeb9b890e5008b2459397f9018f1a6772fdef67780b06a4cb9f6f4
 DIST linux-5.10.tar.xz 116606704 BLAKE2B 
b923d7b66309224f42f35f8a5fa219421b0a9362d2adacdadd8d96251f61f7230878ea297a269a7f3b3c56830f0b177e068691e1d7f88501a05653b0a13274d1
 SHA512 
95bc137d0cf9148da6a9d1f1a878698dc27b40f68e22c597544010a6c591ce1b256f083489d3ff45ff77753289b535135590194d88ef9f007d0ddab3d74de70e
-DIST linux-5.15.tar.xz 121913744 BLAKE2B 
3921274b23f7938abdf3ed9334534b4581e13d7484303d3a5280eddb038999aaa8b83a487472d9c4a219af0f06b9fecccaf348fb5510ab8762f4ef4b7e83
 SHA512 
d25ad40b5bcd6a4c6042fd0fd84e196e7a58024734c3e9a484fd0d5d54a0c1d87db8a3c784eff55e43b6f021709dc685eb0efa18d2aec327e4f88a79f405705a
 DIST linux-5.4.tar.xz 109441440 BLAKE2B 
193bc4a3147e147d5529956164ec4912fad5d5c6fb07f909ff1056e57235834173194afc686993ccd785c1ff15804de0961b625f3008cca0e27493efc8f27b13
 SHA512 
9f60f77e8ab972b9438ac648bed17551c8491d6585a5e85f694b2eaa4c623fbc61eb18419b2656b6795eac5deec0edaa04547fc6723fbda52256bd7f3486898f
 DIST linux-6.1.tar.xz 134728520 BLAKE2B 
ae60257860b2bd1bd708d183f0443afc60ebbd2b3d535c45e44c2e541bd0928530a3b62de6385dd4e4726ebbedcc0a871d4f3ffb4105b9f1f6d8ed7467f5688e
 SHA512 
6ed2a73c2699d0810e54753715635736fc370288ad5ce95c594f2379959b0e418665cd71bc512a0273fe226fe90074d8b10d14c209080a6466498417a4fdda68
 DIST linux-6.5.tar.xz 138898084 BLAKE2B 
2e641b79a080e8f4ce283bcf6b74e2c6f15a374367f1c4c875c663868dbe801317340824fb3adb46b3a51d3b7e1f67cc4e8144d367621ec43ffba5c4eb8abb39
 SHA512 
1b59dc5e65d4922c3217a8c8f19022dfd6595ae89747861d825bfeb51a4ae6c85449d05db69635a712bef7b355b80318195665582d8933b1fed6ba582f6ff257
 DIST patch-4.14.327.xz 5293772 BLAKE2B 
2e86e224b7a5487d5a85e52177f33949f3c76e747e97c5f342223d853d3e040fde09225f3322024a45cc021f98a798717814bbe400fbba23d02e14ba7af86287
 SHA512 
f4cf20e33202386bcb302d77dd41beb454c240657b477030589f61aac0b67d0bc8f936d9a00a2b1eb128da142f091dc89dbfd0d7b4269af6d1a25f6837bbb08e
 DIST patch-4.19.296.xz 5689752 BLAKE2B 
42ef00c0deb86800aada4f7fc8f51653db4caae31725de2a91579c1763caabd790068043374b5a87cf06b5a6347a22aedb360851143b0337e3dc78277ec9a40b
 SHA512 
64d594e7590c489fe62133ba580eede70223da1cb499014c313816dc3b0530e5ff6d949095c22fc988f895caa01bd696c1268b3ded29b90442e9c04818357391
 DIST patch-5.10.198.xz 5252556 BLAKE2B 
60b4e363b8fe6a4ecd6456db23aba2958f2efc1a59a662199756b907a4b26386cc5f85943b133c9f8e5bba563b6991c812b78bbff4383e1ffa112962b2336e0b
 SHA512 
9a90773d29a17f04bd31dbbb7bf5d3c6e5c9bc74e334ea7519be62d87878c54097c73ad213e73238e02441ecde4f1895f6e556b954446a7d69afea5cb8f9aca4
-DIST patch-5.15.135.xz 4850292 BLAKE2B 
8ccdb4c4f9df91e4bb6b9856189e471ec3dc3011ebea7ea77a8c3f0b42721d375abe9505551f3e532bff4804fa70e92cfeaefd9b8380b672527b70ec60a3b616
 SHA512 
aa3dd70c6930eeea1199a3e07c1ca45a11545a2dd084fd511b2bfeb6df3ef1c1ac8c33948a53c09cf31c9f6f0c090a6ee713da3c0c1465e517ea0d9557b0b31e
 DIST patch-5.4.258.xz 5174512 BLAKE2B 
9a850cb39744b2473371ad685abad966c39a86b8c10c2837c42e947ae94f0978f72cc4e3934f558be3a190a6760937a8173a768337a61019aee0b8ffd5c47f2e
 SHA512 
8a0c9e8a94a0d4084f3057e562e6c9ca3a8827cdb6da4fb38be5647acd361afcbd36a6edf8dfcb6bdcd25d1094e424714640e17299efe88b092d69031fdcb06b
 DIST patch-6.1.58.xz 3387204 BLAKE2B 
068d85cf4eda1f832c322ab2ab42233c62738df4694783827a709edc9dfb15a08ddffbae70d211adcf78605e19eb4e30e6b81ab30beae87dcad436e6ebb7fe95
 SHA512 
205d165f16a95cd675dfb577906f12cbd40a0049cf2c83575a01eb9378146b10f86404d86552759597bb57f2272f74b0cb4098b896b8c2647cf759a59c47a30c
 DIST patch-6.5.7.xz 561404 BLAKE2B 
98f6fe0a43562cc60ada3596443e56966742de6ec2ef243331d22a4f345ad5741a5fe136e03ae0a5016fec4234bb89e6a6262076d3e5a449c53bb78ee7fb1175
 SHA512 

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

2023-10-19 Thread Patrick McLean
commit: ae043c2eb5441b960ca0979e0240098365df9aa9
Author: Patrick McLean  gentoo  org>
AuthorDate: Thu Oct 19 22:06:42 2023 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu Oct 19 22:06:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae043c2e

dev-util/ruff: add 0.1.1, drop 0.1.0

Signed-off-by: Patrick McLean  gentoo.org>

 dev-util/ruff/Manifest | 8 
 dev-util/ruff/{ruff-0.1.0.ebuild => ruff-0.1.1.ebuild} | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/dev-util/ruff/Manifest b/dev-util/ruff/Manifest
index 65519343f1ed..ac196a759915 100644
--- a/dev-util/ruff/Manifest
+++ b/dev-util/ruff/Manifest
@@ -215,7 +215,7 @@ DIST regex-syntax-0.8.2.crate 347228 BLAKE2B 
211fd1c35ad0f28874d4b4d276e0fb0a27e
 DIST result-like-0.4.6.crate 4311 BLAKE2B 
612ad606f331449907b9c0c99b525aedd53b46b5143b21472eb34d38ac64026498712de7c774183c358531b8296952eb39067c0bc5da07fee5483c28d78de37b
 SHA512 
81b202903a90058a993315253099748c69b9caa42e62121f3fdd63b7d4f22878c81133d0b09f28f3366f180615241cfadf3e055ac86fb9662b9c982e5cc06a91
 DIST result-like-derive-0.4.6.crate 5814 BLAKE2B 
2598173bb8920e6b8143e034a77eeab17dea379f947098c35054c928db567513da4043d0830a8dbc40d3660e1257b90b18309f36cd83ac03e018921ae48343da
 SHA512 
1097cfd81fe99472c0c308df7ba64ebd20497b0f855b66839c2a81ce8a179a305d04e7eb4d17be9d1dcc3e90f5fec7d59cf6d3093924354a6e02aa4ac2bfcbb5
 DIST ring-0.16.20.crate 5082615 BLAKE2B 
6011eb7148c2d2ab410e564a06604f4350e07ea030e4d7dcb30574b977f0b0c7e53e09f6e6dbb2d068cdf110262876c48dfaeeef1b691932a056fe149916d934
 SHA512 
d97d1b08eb796d4c107426ff2c015ab1f221612500c8a57fca8e3f064e8c0f5ae2a5e6071d013313cd9f4be8fed4ba03beae84bd446f56b2b2ca5d483c328191
-DIST ruff-0.1.0.gh.tar.gz 3179556 BLAKE2B 
b3cf28efa36c4b06e7fe2d1338e136142a5df7b52ba47500dcd39789012b22278f8f088c7c5f686266d4a43b8326a43b13fe3f42c41842adb6b77c06b809f2b6
 SHA512 
888704c4e708d12f63da9bda67018595a3b50e9f4929c221a7356a2add8020de5146d9aa80c2a5c5f0e250f3e31aa37f250e6120cdfdd29587d1b7efd5d4677c
+DIST ruff-0.1.1.gh.tar.gz 3199879 BLAKE2B 
d47c5920de8687f5e8b19c62e3be8c69cc11c1bfb8d7999c33216a8a285ca844ff7b530c5019da1c69e99e3821f49187f8d0122e61a44b911b1d14bce5ab894b
 SHA512 
57e5679e83b0e6725662fd762af7581226eec72626eb7789e36de73bf291a70cb88f51cad64872d779ec7a4bf23f77991068697b11de29019514bbf1f1c2c766
 DIST rust-stemmers-1.2.0.crate 2351301 BLAKE2B 
d633c0d7091fd05e55a521670104831bed89deef7a2fb7c1eed3528246e65b67a97888fed48b134b10c477e7b95c034e8bbad70500c779b1ff7b0c334de0b37b
 SHA512 
b9453a0984d41e5a692e5ea1a8a7bc6142de30f7b345a269489b8d4ebe3b3d442e7fe5f338c72a790521dea7a2ad9605c0ca8218a6b76d8bc5e19ae02cf711d7
 DIST rustc-hash-1.1.0.crate 9331 BLAKE2B 
16ac56622897f47a06b661fb59a196b08d48e782ab87549c8bd5c6fe92f374c9bfd44dcb36588512bd9b6125c2fd79a12d648aaa308fd9694bcca3a7c1b49ac9
 SHA512 
84e673ea9b046f7b989d47f2c4505557fbd5de991e6fc9f56a03605d40e0b4ba5427cd566954890153cc033ccbec6c984306634571935bfe0d4cdfbe56f39544
 DIST rustix-0.38.10.crate 342427 BLAKE2B 
6b65b3b8d7ceba7e606bb1a2b07d447b8110c728c0b3a81838be8b0ad04ff01f4a6d9b6fc1a4725a392eeb0d455a06b6f7abf40b0990a7dbdf4a632199ccde95
 SHA512 
4329ad809994cb377f2bade3673a3cc829062f4c9977019735b90df17af92c22d3f036a13a3fe7073872dcac8f5e424db7bc56b0d2530e5e7b468a9d92a867c9
@@ -277,9 +277,9 @@ DIST tinyvec_macros-0.1.1.crate 5865 BLAKE2B 
2bf4f68ca11dc19c72232951605a4c809b3
 DIST toml-0.7.8.crate 49671 BLAKE2B 
47988292efa682f34b5295ee15524d9603d7884a0ebdc50aff93823bc9bb565569097b6aa0c622976cb23688aff73e41c0a19b0ab72ca55676cc86d7ae3db693
 SHA512 
84479acfa305aa682ed6ba655208c245d442d61028c422fefd6174371ec214e88912c257a3e2527e14646b655b18d55ac2d5482b0b4fd8cc2a9f66575ff1c84b
 DIST toml_datetime-0.6.3.crate 10770 BLAKE2B 
fc1754eb7c3a7073cfe41e5ccba152ff09891a8de8afe38991cf2dd7b93aacf07f1075fd24d7aa643238cf31e3df1fc3162335b2c475438178b4a4d8a2055471
 SHA512 
cabf5dce24ed3bf4674008743180a21e86286d999cdce79f934de48b1e1fe0f16a7f3d2498bf059acdb823b51bc01986faf47139f8100ae272e6bd19095cfa9b
 DIST toml_edit-0.19.15.crate 95324 BLAKE2B 
f989f96d571693ff81572af6c05a6f51b673e478f22d20a6b166c45909902ac80280ea92ec5c3567327df90100a47fb7504845fc39bbcff6756af6c1a89e2221
 SHA512 
46d6bd2fea957392ae0ad7e687dad7743b76ee8e8ec76c80d6374ea294d3d09b6f73df0a82c821b9ee3b5268987a4136aa825034309f3cbc1947dbd1af1505dc
-DIST tracing-0.1.37.crate 73888 BLAKE2B 
60c74379bf84d7b152f0b4d5b4d4669a1227dce0f3b5c10210338193853ca332de7eed3cc3b6160ee3719da7fdfe565665a887f2f82fb1e1c716c421048a2e87
 SHA512 
2116045f51b35e90fc933cc136d045d09c0aaa33400a9056051d887fea2d2982b394830e4d4c3bcb4b831e62b9c19f6c751c2d216169f663aa18c4067aed7d75
-DIST tracing-attributes-0.1.26.crate 32060 BLAKE2B 
80e96f77194d90c324867155a22ad4b6831551ace5832434eb83268cc1919b5aedd7d193e00ce7b8764724d446bbcf0f94d01a94e1347321df8eb6858c4132c3
 SHA512 
ddb9f5efb33627586cef49e3bd45d45b643cdc0e280c970a32f92c8ebe3bd51428ee395c43613911e23841ffab36daad322f2a874732491aaf6a95bd5035fb44
-DIST 

[gentoo-commits] repo/gentoo:master commit in: app-emacs/clojure-mode/

2023-10-19 Thread Maciej Barć
commit: c2393a8f6ab7b828648578b875aa1dc20d7ec5d6
Author: Maciej Barć  gentoo  org>
AuthorDate: Thu Oct 19 21:30:18 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu Oct 19 21:33:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2393a8f

app-emacs/clojure-mode: drop old 5.16.2

Signed-off-by: Maciej Barć  gentoo.org>

 app-emacs/clojure-mode/Manifest   |  1 -
 app-emacs/clojure-mode/clojure-mode-5.16.2.ebuild | 32 ---
 2 files changed, 33 deletions(-)

diff --git a/app-emacs/clojure-mode/Manifest b/app-emacs/clojure-mode/Manifest
index 81966542b996..0555098e6b31 100644
--- a/app-emacs/clojure-mode/Manifest
+++ b/app-emacs/clojure-mode/Manifest
@@ -1,3 +1,2 @@
-DIST clojure-mode-5.16.2.tar.gz 23408915 BLAKE2B 
c19770487660050b7c560deecbafaf1a708cf54692ce48465890e27be60f68c43d55bd141a03d94ea1bd7e6385c9bcbc4aafa35d6ac2f893414ef1256a5c6808
 SHA512 
cfffe08293bb47d83f7152be8405bcab1281000f86c0a001ed807683ccec1750a0465c98f66fc75bffc64bfdde696f81308a4111ec946bb7e1ffc5eaf9b42853
 DIST clojure-mode-5.17.0.tar.gz 23409187 BLAKE2B 
58cf80924467dfa523bc1049463b1ab67199deb3da90476fb44e2e477b52470e0fb7607b2cb21457607b18a04f77b4a5a93c447bb5d511f81dc984a20df4f882
 SHA512 
33575215c1f1a8000bfb6741a8a27fadc092b53244dc743a44bfbcdd15cd12e9b8918ecb015e35a380539916cfa112cdbde593b266e3221869bf13f2b9cfda19
 DIST clojure-mode-5.18.0.tar.gz 23409229 BLAKE2B 
03664c4693aaa45a846b4a2fadb18fe7351c8599a06690798c497aca3b9a044c030f4601ccd7de3bbe6ee3e1c45da3eb0e57b9daceaec88a74359733d59dfc76
 SHA512 
493f258d2a95c146da297949daeb0505467e18e111a312041ea3a121306e56b9265ed0ce44a7c30c97b0c369b96cc4584c8a1b0478f937e924ddfe06201c83e6

diff --git a/app-emacs/clojure-mode/clojure-mode-5.16.2.ebuild 
b/app-emacs/clojure-mode/clojure-mode-5.16.2.ebuild
deleted file mode 100644
index 3fd67bd1f3f2..
--- a/app-emacs/clojure-mode/clojure-mode-5.16.2.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
-
-inherit elisp
-
-DESCRIPTION="Major mode for Clojure code"
-HOMEPAGE="https://github.com/clojure-emacs/clojure-mode/;
-SRC_URI="https://github.com/clojure-emacs/${PN}/archive/v${PV}.tar.gz
-   -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-KEYWORDS="amd64 ~x86"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   test? (
-   app-emacs/s
-   app-emacs/buttercup
-   app-emacs/paredit
-   )
-"
-
-DOCS=( README.md doc )
-SITEFILE="50${PN}-gentoo.el"
-
-src_test() {
-   buttercup -L . -L test --traceback full || die
-}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/clojure-mode/

2023-10-19 Thread Maciej Barć
commit: f4da826db0e78563ad4309334c9caeb1c863f4ac
Author: Maciej Barć  gentoo  org>
AuthorDate: Thu Oct 19 21:29:23 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu Oct 19 21:33:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4da826d

app-emacs/clojure-mode: drop old 5.17.1

Signed-off-by: Maciej Barć  gentoo.org>

 app-emacs/clojure-mode/Manifest   |  1 -
 app-emacs/clojure-mode/clojure-mode-5.17.1.ebuild | 32 ---
 2 files changed, 33 deletions(-)

diff --git a/app-emacs/clojure-mode/Manifest b/app-emacs/clojure-mode/Manifest
index 4a91d399cb3a..81966542b996 100644
--- a/app-emacs/clojure-mode/Manifest
+++ b/app-emacs/clojure-mode/Manifest
@@ -1,4 +1,3 @@
 DIST clojure-mode-5.16.2.tar.gz 23408915 BLAKE2B 
c19770487660050b7c560deecbafaf1a708cf54692ce48465890e27be60f68c43d55bd141a03d94ea1bd7e6385c9bcbc4aafa35d6ac2f893414ef1256a5c6808
 SHA512 
cfffe08293bb47d83f7152be8405bcab1281000f86c0a001ed807683ccec1750a0465c98f66fc75bffc64bfdde696f81308a4111ec946bb7e1ffc5eaf9b42853
 DIST clojure-mode-5.17.0.tar.gz 23409187 BLAKE2B 
58cf80924467dfa523bc1049463b1ab67199deb3da90476fb44e2e477b52470e0fb7607b2cb21457607b18a04f77b4a5a93c447bb5d511f81dc984a20df4f882
 SHA512 
33575215c1f1a8000bfb6741a8a27fadc092b53244dc743a44bfbcdd15cd12e9b8918ecb015e35a380539916cfa112cdbde593b266e3221869bf13f2b9cfda19
-DIST clojure-mode-5.17.1.tar.gz 23409210 BLAKE2B 
ab898b0a1b9f9c32071e1a90414175927dacb22d18cfbf3d67c6d923d1f10a1621c2dae899b7bc197e32c42a5f847133f34fdef5d2cb756364dc4dd90265206e
 SHA512 
d218b0739f3482bef6eb39fa899636f29d34f938fcb6a49c2fc022bff6c567ba1035634dd4d4b721d10277356e5849ff9f0140281244fa2d814ab791b5930e19
 DIST clojure-mode-5.18.0.tar.gz 23409229 BLAKE2B 
03664c4693aaa45a846b4a2fadb18fe7351c8599a06690798c497aca3b9a044c030f4601ccd7de3bbe6ee3e1c45da3eb0e57b9daceaec88a74359733d59dfc76
 SHA512 
493f258d2a95c146da297949daeb0505467e18e111a312041ea3a121306e56b9265ed0ce44a7c30c97b0c369b96cc4584c8a1b0478f937e924ddfe06201c83e6

diff --git a/app-emacs/clojure-mode/clojure-mode-5.17.1.ebuild 
b/app-emacs/clojure-mode/clojure-mode-5.17.1.ebuild
deleted file mode 100644
index 56641b38dafa..
--- a/app-emacs/clojure-mode/clojure-mode-5.17.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Major mode for Clojure code"
-HOMEPAGE="https://github.com/clojure-emacs/clojure-mode/;
-SRC_URI="https://github.com/clojure-emacs/${PN}/archive/v${PV}.tar.gz
-   -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   test? (
-   app-emacs/s
-   app-emacs/buttercup
-   app-emacs/paredit
-   )
-"
-
-DOCS=( README.md doc )
-SITEFILE="50${PN}-gentoo.el"
-
-src_test() {
-   buttercup -L . -L test --traceback full || die
-}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/web-mode/

2023-10-19 Thread Maciej Barć
commit: 53d772571f59022b1be1df13039a2e7a6049f1c6
Author: Maciej Barć  gentoo  org>
AuthorDate: Thu Oct 19 21:31:43 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu Oct 19 21:33:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53d77257

app-emacs/web-mode: Stabilize 17.3.13 amd64, #916023

Signed-off-by: Maciej Barć  gentoo.org>

 app-emacs/web-mode/web-mode-17.3.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/web-mode/web-mode-17.3.13.ebuild 
b/app-emacs/web-mode/web-mode-17.3.13.ebuild
index 72a0b299219c..5e4e3d763009 100644
--- a/app-emacs/web-mode/web-mode-17.3.13.ebuild
+++ b/app-emacs/web-mode/web-mode-17.3.13.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://web-mode.org/ 
https://github.com/fxbois/web-mode/;
 SRC_URI="https://github.com/fxbois/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 SLOT="0"
 
 DOCS=( README.md )



[gentoo-commits] repo/gentoo:master commit in: app-emacs/web-mode/

2023-10-19 Thread Maciej Barć
commit: 5e930cc5b8ec6c8841049e8a80ee163f6286161d
Author: Maciej Barć  gentoo  org>
AuthorDate: Thu Oct 19 21:33:19 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu Oct 19 21:33:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e930cc5

app-emacs/web-mode: drop old 17.2.1

Signed-off-by: Maciej Barć  gentoo.org>

 app-emacs/web-mode/Manifest   |  1 -
 app-emacs/web-mode/web-mode-17.2.1.ebuild | 17 -
 2 files changed, 18 deletions(-)

diff --git a/app-emacs/web-mode/Manifest b/app-emacs/web-mode/Manifest
index 83e7af400984..47ee1965b626 100644
--- a/app-emacs/web-mode/Manifest
+++ b/app-emacs/web-mode/Manifest
@@ -1,2 +1 @@
-DIST web-mode-17.2.1.tar.gz 155440 BLAKE2B 
bae77ca300f77ad4dd520b048194eb66b592e57086e9720ec98c59c30e06a4f86e55f74f427b5ae1bf7e8a2c7f243168ad9c38c9911dc3ab4f98bad0ee8632a2
 SHA512 
bfd68cae6a79f9a77b512c94cdb1ce0ffedb763ee741c4c5b1e59caaedf46b40ee2920dce5d1023689b9382d4573975f5d397fc9fc96232deb558d0952d7beef
 DIST web-mode-17.3.13.tar.gz 168143 BLAKE2B 
efa5b78e774ad023a3f2508e64317b76b15748369dc311ebcd65c98021b2fa75a9c85d54d897a2a4d2580d8c95a609df3bc8bb265afe89ea5219885d4e9c78d0
 SHA512 
c325b45ba88406e9dcfc19ddd8951bd7075a9c5157bf85e4c7a857d93b756c76a6e8e03524cbb8465c4109001397414db25178f0158556f2b872b5930e7014b9

diff --git a/app-emacs/web-mode/web-mode-17.2.1.ebuild 
b/app-emacs/web-mode/web-mode-17.2.1.ebuild
deleted file mode 100644
index 5e4e3d763009..
--- a/app-emacs/web-mode/web-mode-17.2.1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Web template editing mode for Emacs"
-HOMEPAGE="https://web-mode.org/ https://github.com/fxbois/web-mode/;
-SRC_URI="https://github.com/fxbois/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-KEYWORDS="amd64 ~x86"
-SLOT="0"
-
-DOCS=( README.md )
-SITEFILE="50${PN}-gentoo.el"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/yaml/

2023-10-19 Thread Maciej Barć
commit: c91d6b0d15f95d50979ea8a1fc0637678c70dffe
Author: Maciej Barć  gentoo  org>
AuthorDate: Thu Oct 19 21:33:00 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu Oct 19 21:33:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c91d6b0d

app-emacs/yaml: drop old 0.5.2

Signed-off-by: Maciej Barć  gentoo.org>

 app-emacs/yaml/Manifest  |  1 -
 app-emacs/yaml/yaml-0.5.2.ebuild | 23 ---
 2 files changed, 24 deletions(-)

diff --git a/app-emacs/yaml/Manifest b/app-emacs/yaml/Manifest
index bb7aa6a44121..be2dc1b91d96 100644
--- a/app-emacs/yaml/Manifest
+++ b/app-emacs/yaml/Manifest
@@ -1,3 +1,2 @@
-DIST yaml-0.5.2.tar.gz 44466 BLAKE2B 
9f754a43bb427ea3a76de6f6fecf44701f329a0072bd060d93a437f76564faeb1ffe4a0aeb109ac491e4a664de5faf738fec69a97cf872ddbfc91796dcf4355a
 SHA512 
4f50585a7ce4304df1b65cde6e295ecb42c401a8eb07f45b22cee8d77e6fdcf954266adb89b6c1cf495142fd32298346703164393f98ac0164beaceb779ceac3
 DIST yaml-0.5.3.tar.gz 44503 BLAKE2B 
f0d92e51b0098137b20829eeb276b6e0632dcd14e9e21036dd2b55264ae8efabdb2f831bed6ad2ea6898f0c45f730dec8ae3af854eb97dc19db29b662353006d
 SHA512 
ae80ad86e4e54b22707eb19181e04479497416355161e026a18706ba7885dff02f641e37cf0d57d24f0be165043cddf2adbdc97a8871aee34cb35e00c40062d2
 DIST yaml-0.5.4.tar.gz 44606 BLAKE2B 
42e632f6949a981075b3734f19204d20e158da3949a8c8499d09e024b208e34689e966681018ef6d2021e26bf17686abfc4600c5819cb02c1b7652e007727f10
 SHA512 
c7f543fff4fbb42766a7b39d7922738b61c60eab2b6504ed33681d45ef656b64610ba489787bb7a51138d66b31ff2ff4d7f046ab18d9f2c0a9cfa1839f07e0a1

diff --git a/app-emacs/yaml/yaml-0.5.2.ebuild b/app-emacs/yaml/yaml-0.5.2.ebuild
deleted file mode 100644
index 99585ec64302..
--- a/app-emacs/yaml/yaml-0.5.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="YAML parser in Emacs Lisp"
-HOMEPAGE="https://github.com/zkry/yaml.el/;
-SRC_URI="https://github.com/zkry/yaml.el/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}"/yaml.el-${PV}
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-
-DOCS=( README.md )
-SITEFILE="50${PN}-gentoo.el"
-
-src_test() {
-   # "test/string-inflection-test.el" calls "(ert-run-tests-batch t)"
-   ${EMACS} ${EMACSFLAGS} -L . -l yaml-tests.el || die
-}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/yaml/

2023-10-19 Thread Maciej Barć
commit: cbdbfb23fcb6ad4b14a45835350a5716fdfdd27d
Author: Maciej Barć  gentoo  org>
AuthorDate: Thu Oct 19 21:31:32 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu Oct 19 21:33:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbdbfb23

app-emacs/yaml: Stabilize 0.5.3 amd64, #916024

Signed-off-by: Maciej Barć  gentoo.org>

 app-emacs/yaml/yaml-0.5.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/yaml/yaml-0.5.3.ebuild b/app-emacs/yaml/yaml-0.5.3.ebuild
index c553097ceca3..99585ec64302 100644
--- a/app-emacs/yaml/yaml-0.5.3.ebuild
+++ b/app-emacs/yaml/yaml-0.5.3.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"/yaml.el-${PV}
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 DOCS=( README.md )
 SITEFILE="50${PN}-gentoo.el"



[gentoo-commits] repo/gentoo:master commit in: dev-lang/ats2/, dev-lang/ats2/files/

2023-10-19 Thread Maciej Barć
commit: dfb5ad025d2de886f99407e245d640ea6845c9e7
Author: Maciej Barć  gentoo  org>
AuthorDate: Thu Oct 19 21:22:25 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu Oct 19 21:33:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfb5ad02

dev-lang/ats2: new package; add 0.4.2

Signed-off-by: Maciej Barć  gentoo.org>

 dev-lang/ats2/Manifest   |  1 +
 dev-lang/ats2/ats2-0.4.2.ebuild  | 94 
 dev-lang/ats2/files/50ats2-gentoo.el |  4 ++
 dev-lang/ats2/metadata.xml   | 22 +
 4 files changed, 121 insertions(+)

diff --git a/dev-lang/ats2/Manifest b/dev-lang/ats2/Manifest
new file mode 100644
index ..d4fffea70473
--- /dev/null
+++ b/dev-lang/ats2/Manifest
@@ -0,0 +1 @@
+DIST ATS2-Postiats-gmp-0.4.2.tgz 4532277 BLAKE2B 
3263ab8790c737a2a4f30d2acb770e4f5d3bbedd40136bbf07283541f5b6678aaba7031cf4a2e77552755e5510fcc65446dfc3499645f5c7f4c4e5bc52e8942d
 SHA512 
cfc3f15b1365badcdce535afc7e71ffe25471f2661bdc47294b77c917049566eee4eeb8ec373f4121ad474b8528263d7b3ff8627c1f5b7f3ea7475cb95ca7597

diff --git a/dev-lang/ats2/ats2-0.4.2.ebuild b/dev-lang/ats2/ats2-0.4.2.ebuild
new file mode 100644
index ..e4f7eae958af
--- /dev/null
+++ b/dev-lang/ats2/ats2-0.4.2.ebuild
@@ -0,0 +1,94 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp-common toolchain-funcs
+
+DESCRIPTION="Functional programming language with dependent types"
+HOMEPAGE="https://www.cs.bu.edu/~hwxi/atslangweb/
+   https://sourceforge.net/projects/ats2-lang/;
+SRC_URI="http://downloads.sourceforge.net/sourceforge/ats2-lang/ATS2-Postiats-gmp-${PV}.tgz;
+S="${WORKDIR}/ATS2-Postiats-gmp-${PV}"
+
+LICENSE="GPL-3+"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="emacs"
+
+RDEPEND="
+   dev-libs/gmp:=
+   emacs? ( >=app-editors/emacs-25.3:* )
+"
+DEPEND="
+   ${RDEPEND}
+"
+
+SITEFILE="50${PN}-gentoo.el"
+
+src_prepare() {
+   default
+
+   sed -i Makefile 
\
+   -e "/^CFLAGS/s|=| = ${CFLAGS}|" \
+   -e "/^LDFLAGS/s|=| = ${LDFLAGS}|"   \
+   -e "/^MAKE/s|=make| ?= \$(MAKE)|g"  \
+   -e "/^MAKEJ4/s|-j4||"   \
+   || die
+
+   sed -i ccomp/atslib/Makefile\
+   -i src/CBOOT/Makefile   \
+   -i utils/atscc/Makefile_build   \
+   -i utils/myatscc/Makefile_build \
+   -e "s|ld |$(tc-getLD) |g"   \
+   -e "s|-O2|${CFLAGS} ${LDFLAGS}|g"   \
+   || die
+
+   sed -i ccomp/atslib/Makefile\
+   -i src/Makefile 
\
+   -e "s|ar -r|$(tc-getAR) ${ARFLAGS} -r|g"\
+   || die
+
+   rm utils/emacs/flycheck-ats2.el || die
+}
+
+src_compile() {
+   emake -j1 CC="$(tc-getCC)" GCC="$(tc-getCC)" CCOMP="$(tc-getCC)" all
+
+   if use emacs ; then
+   cd utils/emacs || die
+
+   elisp-compile ./*.el
+   fi
+}
+
+src_install() {
+   default
+
+   if use emacs ; then
+   cd utils/emacs || die
+
+   elisp-install "${PN}" ./*.el{,c}
+   elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+   fi
+
+   local ats2_dir="/usr/lib/${PN}-postiats-${PV}"
+   local contrib_dir="${ats2_dir}/contrib"
+
+   # Randomly generated.
+   local libatslib="${ED}${ats2_dir}/ccomp/atslib/lib/libatslib.a"
+   if [[ -f "${libatslib}" ]] ; then
+   rm "${libatslib}" || die
+   fi
+
+   # Broken symlinks.
+   rm "${ED}${contrib_dir}"/*/*/SATS/DOCUGEN/Makefile.gen || die
+}
+
+pkg_postinst() {
+   use emacs && elisp-site-regen
+}
+
+pkg_postrm() {
+   use emacs && elisp-site-regen
+}

diff --git a/dev-lang/ats2/files/50ats2-gentoo.el 
b/dev-lang/ats2/files/50ats2-gentoo.el
new file mode 100644
index ..2171d0efefa7
--- /dev/null
+++ b/dev-lang/ats2/files/50ats2-gentoo.el
@@ -0,0 +1,4 @@
+(add-to-list 'load-path "@SITELISP@")
+(autoload 'ats-mode "@SITELISP@/ats2-mode.el"
+  "Major mode to edit ATS2 source code." t)
+(add-to-list 'auto-mode-alist '("\\.\\(s\\|d\\|h\\)ats\\'" . ats-mode))

diff --git a/dev-lang/ats2/metadata.xml b/dev-lang/ats2/metadata.xml
new file mode 100644
index ..4410a5199d1c
--- /dev/null
+++ b/dev-lang/ats2/metadata.xml
@@ -0,0 +1,22 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+
+  
+x...@gentoo.org
+Maciej Barć
+  
+  
+ATS is a statically typed programming language that unifies implementation
+with formal specification. It is equipped with a highly 

[gentoo-commits] repo/gentoo:master commit in: app-emacs/cider/

2023-10-19 Thread Maciej Barć
commit: 445b7cdc3978f4c4e3982a261a0a891d2c159566
Author: Maciej Barć  gentoo  org>
AuthorDate: Thu Oct 19 21:26:19 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu Oct 19 21:33:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=445b7cdc

app-emacs/cider: bump to 1.8.3

Signed-off-by: Maciej Barć  gentoo.org>

 app-emacs/cider/Manifest   |  1 +
 app-emacs/cider/cider-1.8.3.ebuild | 59 ++
 2 files changed, 60 insertions(+)

diff --git a/app-emacs/cider/Manifest b/app-emacs/cider/Manifest
index 1c17cdc8f929..0044c8ae349a 100644
--- a/app-emacs/cider/Manifest
+++ b/app-emacs/cider/Manifest
@@ -1,2 +1,3 @@
 DIST cider-1.7.0.tar.gz 6731090 BLAKE2B 
f569491c3279f34f07abb84c76d81fe61917d0d438a94bd7e6a1d55a20194d38c85566a12d23d4255feef54c9df22fcd5a5946226f18051571354fae0ff9dd8a
 SHA512 
f86cb5791c8949bf175dc27d59c324163d2d05c63d19b2e2a563b9a870bf78bf0832a895f28a30b6f76385e3d86142178820cde4b9dcd2c91c54e879b6b9cd19
 DIST cider-1.8.2.tar.gz 7279725 BLAKE2B 
ee2d94e780ae943d2f2fa8193a91a14650da6f405469ff1e2cdc59e601e599879b6f3ab3a0bffd9e2be15077af87f95742b582d9647067a599846472928ea6e4
 SHA512 
93436af2d90f5c976e48d00bd9ed4e5791a86e5d9609ffbda98df37227e349ec9e9872efec3646f785665fec4ae50a9eae54a8b844b1a0a234a9ec1794f671d5
+DIST cider-1.8.3.tar.gz 7282998 BLAKE2B 
a0c596decbed17fd7056d371cf68de1939d29256fc4e0180fb8bd8ed41f37803b3aa4ad533aedd6321ebc1547ee645bb6e503e0dba939c1ec694137e87d1ba65
 SHA512 
b703c0a35e27f7de4d87b0e4a58d5a6b3fcdae41262ca47dab22ad74ecce73510d57f3ab135e83edd7df447a91fbaaa994c60f5dbcec611feb3c7b5e8141b42f

diff --git a/app-emacs/cider/cider-1.8.3.ebuild 
b/app-emacs/cider/cider-1.8.3.ebuild
new file mode 100644
index ..0159835af876
--- /dev/null
+++ b/app-emacs/cider/cider-1.8.3.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=26
+
+inherit elisp optfeature
+
+DESCRIPTION="Clojure Interactive Development Environment for GNU Emacs"
+HOMEPAGE="https://cider.mx/
+   https://github.com/clojure-emacs/cider/;
+
+if [[ "${PV}" == ** ]] ; then
+   inherit git-r3
+
+   EGIT_REPO_URI="https://github.com/clojure-emacs/${PN}.git;
+else
+   SRC_URI="https://github.com/clojure-emacs/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+   KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   app-emacs/clojure-mode
+   app-emacs/parseedn
+   app-emacs/queue
+   app-emacs/sesman
+   app-emacs/spinner
+"
+BDEPEND="
+   ${RDEPEND}
+   test? ( app-emacs/buttercup )
+"
+
+ELISP_REMOVE="
+   test/${PN}-jar-tests.el
+   test/enrich/${PN}-docstring-tests.el
+   test/integration/integration-tests.el
+"
+DOCS=( CHANGELOG.md README.md ROADMAP.md refcard )
+SITEFILE="50${PN}-gentoo.el"
+
+src_test() {
+   buttercup -L . -L test --traceback full || die "tests failed"
+}
+
+src_install() {
+   elisp_src_install
+
+   optfeature "Connecting to leiningen REPL"   \
+   dev-java/leiningen dev-java/leiningen-bin
+}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/clojure-mode/

2023-10-19 Thread Maciej Barć
commit: 9ef7ca5aa0add9f3253c6ab8770511341608fb71
Author: Maciej Barć  gentoo  org>
AuthorDate: Thu Oct 19 21:30:03 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu Oct 19 21:33:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ef7ca5a

app-emacs/clojure-mode: Stabilize 5.17.0 amd64, #916019

Signed-off-by: Maciej Barć  gentoo.org>

 app-emacs/clojure-mode/clojure-mode-5.17.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/clojure-mode/clojure-mode-5.17.0.ebuild 
b/app-emacs/clojure-mode/clojure-mode-5.17.0.ebuild
index 56641b38dafa..3fd67bd1f3f2 100644
--- a/app-emacs/clojure-mode/clojure-mode-5.17.0.ebuild
+++ b/app-emacs/clojure-mode/clojure-mode-5.17.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/clojure-emacs/${PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 SLOT="0"
 IUSE="test"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/clojure-mode/

2023-10-19 Thread Maciej Barć
commit: d14136a22e0e63b6479d9a0f5ba14b5e6da5a28d
Author: Maciej Barć  gentoo  org>
AuthorDate: Thu Oct 19 21:28:37 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu Oct 19 21:33:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d14136a2

app-emacs/clojure-mode: bump to 5.18.0

Signed-off-by: Maciej Barć  gentoo.org>

 app-emacs/clojure-mode/Manifest   |  1 +
 app-emacs/clojure-mode/clojure-mode-5.18.0.ebuild | 32 +++
 2 files changed, 33 insertions(+)

diff --git a/app-emacs/clojure-mode/Manifest b/app-emacs/clojure-mode/Manifest
index 00834cc22ab1..4a91d399cb3a 100644
--- a/app-emacs/clojure-mode/Manifest
+++ b/app-emacs/clojure-mode/Manifest
@@ -1,3 +1,4 @@
 DIST clojure-mode-5.16.2.tar.gz 23408915 BLAKE2B 
c19770487660050b7c560deecbafaf1a708cf54692ce48465890e27be60f68c43d55bd141a03d94ea1bd7e6385c9bcbc4aafa35d6ac2f893414ef1256a5c6808
 SHA512 
cfffe08293bb47d83f7152be8405bcab1281000f86c0a001ed807683ccec1750a0465c98f66fc75bffc64bfdde696f81308a4111ec946bb7e1ffc5eaf9b42853
 DIST clojure-mode-5.17.0.tar.gz 23409187 BLAKE2B 
58cf80924467dfa523bc1049463b1ab67199deb3da90476fb44e2e477b52470e0fb7607b2cb21457607b18a04f77b4a5a93c447bb5d511f81dc984a20df4f882
 SHA512 
33575215c1f1a8000bfb6741a8a27fadc092b53244dc743a44bfbcdd15cd12e9b8918ecb015e35a380539916cfa112cdbde593b266e3221869bf13f2b9cfda19
 DIST clojure-mode-5.17.1.tar.gz 23409210 BLAKE2B 
ab898b0a1b9f9c32071e1a90414175927dacb22d18cfbf3d67c6d923d1f10a1621c2dae899b7bc197e32c42a5f847133f34fdef5d2cb756364dc4dd90265206e
 SHA512 
d218b0739f3482bef6eb39fa899636f29d34f938fcb6a49c2fc022bff6c567ba1035634dd4d4b721d10277356e5849ff9f0140281244fa2d814ab791b5930e19
+DIST clojure-mode-5.18.0.tar.gz 23409229 BLAKE2B 
03664c4693aaa45a846b4a2fadb18fe7351c8599a06690798c497aca3b9a044c030f4601ccd7de3bbe6ee3e1c45da3eb0e57b9daceaec88a74359733d59dfc76
 SHA512 
493f258d2a95c146da297949daeb0505467e18e111a312041ea3a121306e56b9265ed0ce44a7c30c97b0c369b96cc4584c8a1b0478f937e924ddfe06201c83e6

diff --git a/app-emacs/clojure-mode/clojure-mode-5.18.0.ebuild 
b/app-emacs/clojure-mode/clojure-mode-5.18.0.ebuild
new file mode 100644
index ..56641b38dafa
--- /dev/null
+++ b/app-emacs/clojure-mode/clojure-mode-5.18.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Major mode for Clojure code"
+HOMEPAGE="https://github.com/clojure-emacs/clojure-mode/;
+SRC_URI="https://github.com/clojure-emacs/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   app-emacs/s
+   app-emacs/buttercup
+   app-emacs/paredit
+   )
+"
+
+DOCS=( README.md doc )
+SITEFILE="50${PN}-gentoo.el"
+
+src_test() {
+   buttercup -L . -L test --traceback full || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/cider/

2023-10-19 Thread Maciej Barć
commit: b2cb7947407a5417bd3d1f7c722672250541eaf6
Author: Maciej Barć  gentoo  org>
AuthorDate: Thu Oct 19 21:26:46 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu Oct 19 21:33:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2cb7947

app-emacs/cider: drop old 1.8.2

Signed-off-by: Maciej Barć  gentoo.org>

 app-emacs/cider/Manifest   |  1 -
 app-emacs/cider/cider-1.8.2.ebuild | 59 --
 2 files changed, 60 deletions(-)

diff --git a/app-emacs/cider/Manifest b/app-emacs/cider/Manifest
index 0044c8ae349a..961eafc51d11 100644
--- a/app-emacs/cider/Manifest
+++ b/app-emacs/cider/Manifest
@@ -1,3 +1,2 @@
 DIST cider-1.7.0.tar.gz 6731090 BLAKE2B 
f569491c3279f34f07abb84c76d81fe61917d0d438a94bd7e6a1d55a20194d38c85566a12d23d4255feef54c9df22fcd5a5946226f18051571354fae0ff9dd8a
 SHA512 
f86cb5791c8949bf175dc27d59c324163d2d05c63d19b2e2a563b9a870bf78bf0832a895f28a30b6f76385e3d86142178820cde4b9dcd2c91c54e879b6b9cd19
-DIST cider-1.8.2.tar.gz 7279725 BLAKE2B 
ee2d94e780ae943d2f2fa8193a91a14650da6f405469ff1e2cdc59e601e599879b6f3ab3a0bffd9e2be15077af87f95742b582d9647067a599846472928ea6e4
 SHA512 
93436af2d90f5c976e48d00bd9ed4e5791a86e5d9609ffbda98df37227e349ec9e9872efec3646f785665fec4ae50a9eae54a8b844b1a0a234a9ec1794f671d5
 DIST cider-1.8.3.tar.gz 7282998 BLAKE2B 
a0c596decbed17fd7056d371cf68de1939d29256fc4e0180fb8bd8ed41f37803b3aa4ad533aedd6321ebc1547ee645bb6e503e0dba939c1ec694137e87d1ba65
 SHA512 
b703c0a35e27f7de4d87b0e4a58d5a6b3fcdae41262ca47dab22ad74ecce73510d57f3ab135e83edd7df447a91fbaaa994c60f5dbcec611feb3c7b5e8141b42f

diff --git a/app-emacs/cider/cider-1.8.2.ebuild 
b/app-emacs/cider/cider-1.8.2.ebuild
deleted file mode 100644
index 0159835af876..
--- a/app-emacs/cider/cider-1.8.2.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-NEED_EMACS=26
-
-inherit elisp optfeature
-
-DESCRIPTION="Clojure Interactive Development Environment for GNU Emacs"
-HOMEPAGE="https://cider.mx/
-   https://github.com/clojure-emacs/cider/;
-
-if [[ "${PV}" == ** ]] ; then
-   inherit git-r3
-
-   EGIT_REPO_URI="https://github.com/clojure-emacs/${PN}.git;
-else
-   SRC_URI="https://github.com/clojure-emacs/${PN}/archive/v${PV}.tar.gz
-   -> ${P}.tar.gz"
-
-   KEYWORDS="~amd64"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   app-emacs/clojure-mode
-   app-emacs/parseedn
-   app-emacs/queue
-   app-emacs/sesman
-   app-emacs/spinner
-"
-BDEPEND="
-   ${RDEPEND}
-   test? ( app-emacs/buttercup )
-"
-
-ELISP_REMOVE="
-   test/${PN}-jar-tests.el
-   test/enrich/${PN}-docstring-tests.el
-   test/integration/integration-tests.el
-"
-DOCS=( CHANGELOG.md README.md ROADMAP.md refcard )
-SITEFILE="50${PN}-gentoo.el"
-
-src_test() {
-   buttercup -L . -L test --traceback full || die "tests failed"
-}
-
-src_install() {
-   elisp_src_install
-
-   optfeature "Connecting to leiningen REPL"   \
-   dev-java/leiningen dev-java/leiningen-bin
-}



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

2023-10-19 Thread Maciej Barć
commit: f0e8e4879d63d96b55c622056e6570ad652a3975
Author: Maciej Barć  gentoo  org>
AuthorDate: Thu Oct 19 07:30:20 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu Oct 19 21:33:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0e8e487

dev-lang/crystal: fix libpcre dep, use libpcre2

Closes: https://bugs.gentoo.org/915988
Signed-off-by: Maciej Barć  gentoo.org>

 dev-lang/crystal/{crystal-1.10.0.ebuild => crystal-1.10.0-r1.ebuild}  | 2 +-
 dev-lang/crystal/{crystal-1.10.1.ebuild => crystal-1.10.1-r1.ebuild}  | 2 +-
 dev-lang/crystal/{crystal-1.9.2-r1.ebuild => crystal-1.9.2-r2.ebuild} | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-lang/crystal/crystal-1.10.0.ebuild 
b/dev-lang/crystal/crystal-1.10.0-r1.ebuild
similarity index 98%
rename from dev-lang/crystal/crystal-1.10.0.ebuild
rename to dev-lang/crystal/crystal-1.10.0-r1.ebuild
index fc6fe6558b18..281f3e30f477 100644
--- a/dev-lang/crystal/crystal-1.10.0.ebuild
+++ b/dev-lang/crystal/crystal-1.10.0-r1.ebuild
@@ -33,7 +33,7 @@ DEPEND="
dev-libs/gmp:=
dev-libs/libatomic_ops:=
dev-libs/libevent:=
-   dev-libs/libpcre:=
+   dev-libs/libpcre2:=[unicode]
dev-libs/pcl:=


[gentoo-commits] repo/gentoo:master commit in: net-im/telegram-desktop/

2023-10-19 Thread Yixun Lan
commit: 6fa5bdce32d90612b33e67edf40489d4f0d4053b
Author: Esteve Varela Colominas  gmail  com>
AuthorDate: Thu Oct 19 09:05:38 2023 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Oct 19 21:15:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fa5bdce

net-im/telegram-desktop: Remove redundant dependency

Bug: https://bugs.gentoo.org/915109
Closes: https://github.com/gentoo/gentoo/pull/33405
Thanks-to: Ionen Wolkens  gentoo.org>
Signed-off-by: Esteve Varela Colominas  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 ...{telegram-desktop-4.10.3.ebuild => telegram-desktop-4.10.3-r1.ebuild} | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-im/telegram-desktop/telegram-desktop-4.10.3.ebuild 
b/net-im/telegram-desktop/telegram-desktop-4.10.3-r1.ebuild
similarity index 99%
rename from net-im/telegram-desktop/telegram-desktop-4.10.3.ebuild
rename to net-im/telegram-desktop/telegram-desktop-4.10.3-r1.ebuild
index b923733fe744..f2e0f095d515 100644
--- a/net-im/telegram-desktop/telegram-desktop-4.10.3.ebuild
+++ b/net-im/telegram-desktop/telegram-desktop-4.10.3-r1.ebuild
@@ -66,7 +66,6 @@ CDEPEND="

>=dev-qt/qtbase-6.5:6=[dbus?,gui,network,opengl,wayland?,widgets,X?]
>=dev-qt/qtimageformats-6.5:6
>=dev-qt/qtsvg-6.5:6
-   wayland? ( >=dev-qt/qtwayland-6.5:6[compositor] )
webkit? (
>=dev-qt/qtdeclarative-6.5:6
>=dev-qt/qtwayland-6.5:6[compositor]



  1   2   3   4   5   >