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

2024-02-28 Thread Sam James
commit: c30f795e25db71ca03d85a7ccfd0a085f5e9a1c6
Author: Eli Schwartz  gmail  com>
AuthorDate: Thu Feb 29 00:05:16 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 29 00:27:48 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c30f795e

www-client/elinks: mark LTO-unsafe

Upstream acknowledges the project is a walking strict-aliasing
violation, and activates -fno-strict-aliasing.

Given this, we shouldn't trust it to generate valid code with LTO
either.

Bug: https://bugs.gentoo.org/864127
Signed-off-by: Eli Schwartz  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 www-client/elinks/elinks-0.16.1.1-r2.ebuild | 11 +--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/www-client/elinks/elinks-0.16.1.1-r2.ebuild 
b/www-client/elinks/elinks-0.16.1.1-r2.ebuild
index ecccac8216f0..d2c680bb33b6 100644
--- a/www-client/elinks/elinks-0.16.1.1-r2.ebuild
+++ b/www-client/elinks/elinks-0.16.1.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -6,7 +6,7 @@ EAPI=8
 PYTHON_COMPAT=( python3_{10..11} )
 LUA_COMPAT=( lua5-{1,2,3,4} luajit )
 
-inherit meson lua-single python-any-r1
+inherit flag-o-matic meson lua-single python-any-r1
 
 DESCRIPTION="Advanced and well-established text-mode web browser"
 HOMEPAGE="http://elinks.or.cz/;
@@ -79,6 +79,13 @@ pkg_setup() {
 }
 
 src_configure() {
+   # This file is severely broken w.r.t. strict-aliasing and upstream 
acknowledges it:
+   # 
https://github.com/rkd77/elinks/blob/d05ce90b35d82109aab320b490e3ca54aa6df057/src/util/lists.h#L14
+   # 
https://github.com/rkd77/elinks/blob/d05ce90b35d82109aab320b490e3ca54aa6df057/src/meson.build#L44
+   #
+   # Although they force fno-strict-aliasing, we should also not trust the 
LTO either.
+   filter-lto
+
local emesonargs=(
-Ddocdir="${EPREFIX}"/usr/share/doc/${PF}
-Dhtmldoc=false



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

2024-02-28 Thread Sam James
commit: 8a156e7c89b329928b09eb17f140fd37bc9d2234
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 29 00:21:42 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 29 00:21:42 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a156e7c

app-emulation/libvirt: update init.d for nfsmount removal

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

 app-emulation/libvirt/files/libvirtd.init-r19   | 2 +-
 app-emulation/libvirt/files/virtlockd.init-r2   | 2 +-
 app-emulation/libvirt/files/virtlogd.init-r2| 2 +-
 .../libvirt/{libvirt-10.0.0.ebuild => libvirt-10.0.0-r1.ebuild} | 0
 .../libvirt/{libvirt-9.3.0-r1.ebuild => libvirt-9.3.0-r2.ebuild}| 0
 .../libvirt/{libvirt-9.4.0-r4.ebuild => libvirt-9.4.0-r5.ebuild}| 0
 .../libvirt/{libvirt-9.5.0-r1.ebuild => libvirt-9.5.0-r2.ebuild}| 0
 app-emulation/libvirt/{libvirt-9.6.0.ebuild => libvirt-9.6.0-r1.ebuild} | 0
 app-emulation/libvirt/{libvirt-9.8.0.ebuild => libvirt-9.8.0-r1.ebuild} | 0
 app-emulation/libvirt/{libvirt-9.9.0.ebuild => libvirt-9.9.0-r1.ebuild} | 0
 10 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-emulation/libvirt/files/libvirtd.init-r19 
b/app-emulation/libvirt/files/libvirtd.init-r19
index bbfe6766317c..12bd1d34fa2b 100644
--- a/app-emulation/libvirt/files/libvirtd.init-r19
+++ b/app-emulation/libvirt/files/libvirtd.init-r19
@@ -16,7 +16,7 @@ retry="${LIBVIRTD_TERMTIMEOUT}"
 depend() {
need virtlogd
use ceph dbus iscsid virtlockd
-   after cgconfig corosync ebtables iptables ip6tables shorewall nfs 
nfsmount ntp-client ntpdportmap rpc.statd sanlock xenconsoled
+   after cgconfig corosync ebtables iptables ip6tables shorewall nfs 
ntp-client ntpdportmap rpc.statd sanlock xenconsoled
USE_FLAG_FIREWALLD
 }
 

diff --git a/app-emulation/libvirt/files/virtlockd.init-r2 
b/app-emulation/libvirt/files/virtlockd.init-r2
index 385dc1e62319..0445b9d02261 100644
--- a/app-emulation/libvirt/files/virtlockd.init-r2
+++ b/app-emulation/libvirt/files/virtlockd.init-r2
@@ -12,7 +12,7 @@ description_reload="re-exec the daemon, while maintaining 
locks and clients"
 
 
 depend() {
-after ntp-client ntpd nfs nfsmount corosync
+after ntp-client ntpd nfs corosync
 }
 
 reload() {

diff --git a/app-emulation/libvirt/files/virtlogd.init-r2 
b/app-emulation/libvirt/files/virtlogd.init-r2
index 442dcb8de48c..abc293e13ae5 100644
--- a/app-emulation/libvirt/files/virtlogd.init-r2
+++ b/app-emulation/libvirt/files/virtlogd.init-r2
@@ -12,7 +12,7 @@ description_reload="re-exec the daemon, while maintaining 
open connections"
 
 
 depend() {
-after ntp-client ntpd nfs nfsmount corosync
+after ntp-client ntpd nfs corosync
 }
 
 reload() {

diff --git a/app-emulation/libvirt/libvirt-10.0.0.ebuild 
b/app-emulation/libvirt/libvirt-10.0.0-r1.ebuild
similarity index 100%
rename from app-emulation/libvirt/libvirt-10.0.0.ebuild
rename to app-emulation/libvirt/libvirt-10.0.0-r1.ebuild

diff --git a/app-emulation/libvirt/libvirt-9.3.0-r1.ebuild 
b/app-emulation/libvirt/libvirt-9.3.0-r2.ebuild
similarity index 100%
rename from app-emulation/libvirt/libvirt-9.3.0-r1.ebuild
rename to app-emulation/libvirt/libvirt-9.3.0-r2.ebuild

diff --git a/app-emulation/libvirt/libvirt-9.4.0-r4.ebuild 
b/app-emulation/libvirt/libvirt-9.4.0-r5.ebuild
similarity index 100%
rename from app-emulation/libvirt/libvirt-9.4.0-r4.ebuild
rename to app-emulation/libvirt/libvirt-9.4.0-r5.ebuild

diff --git a/app-emulation/libvirt/libvirt-9.5.0-r1.ebuild 
b/app-emulation/libvirt/libvirt-9.5.0-r2.ebuild
similarity index 100%
rename from app-emulation/libvirt/libvirt-9.5.0-r1.ebuild
rename to app-emulation/libvirt/libvirt-9.5.0-r2.ebuild

diff --git a/app-emulation/libvirt/libvirt-9.6.0.ebuild 
b/app-emulation/libvirt/libvirt-9.6.0-r1.ebuild
similarity index 100%
rename from app-emulation/libvirt/libvirt-9.6.0.ebuild
rename to app-emulation/libvirt/libvirt-9.6.0-r1.ebuild

diff --git a/app-emulation/libvirt/libvirt-9.8.0.ebuild 
b/app-emulation/libvirt/libvirt-9.8.0-r1.ebuild
similarity index 100%
rename from app-emulation/libvirt/libvirt-9.8.0.ebuild
rename to app-emulation/libvirt/libvirt-9.8.0-r1.ebuild

diff --git a/app-emulation/libvirt/libvirt-9.9.0.ebuild 
b/app-emulation/libvirt/libvirt-9.9.0-r1.ebuild
similarity index 100%
rename from app-emulation/libvirt/libvirt-9.9.0.ebuild
rename to app-emulation/libvirt/libvirt-9.9.0-r1.ebuild



[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet-agent/files/, app-admin/puppet-agent/

2024-02-28 Thread Sam James
commit: b06991798a65f4e849ef12f838cf73757eb0f75c
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 29 00:19:10 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 29 00:19:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0699179

app-admin/puppet-agent: update init.d for nfsmount removal

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

 app-admin/puppet-agent/files/puppet.initd2 |  2 +-
 ...7.24.0.ebuild => puppet-agent-7.24.0-r1.ebuild} |  2 +-
 ...t-8.4.0.ebuild => puppet-agent-8.3.1-r1.ebuild} |  0
 app-admin/puppet-agent/puppet-agent-8.3.1.ebuild   | 91 --
 ...t-8.4.0.ebuild => puppet-agent-8.4.0-r1.ebuild} |  0
 5 files changed, 2 insertions(+), 93 deletions(-)

diff --git a/app-admin/puppet-agent/files/puppet.initd2 
b/app-admin/puppet-agent/files/puppet.initd2
index 90ebd0481701..c8949013918d 100644
--- a/app-admin/puppet-agent/files/puppet.initd2
+++ b/app-admin/puppet-agent/files/puppet.initd2
@@ -14,7 +14,7 @@ command_args="agent --pidfile ${pidfile} --confdir 
/etc/puppetlabs/puppet ${PUPP
 
 depend() {
need localmount
-   use dns logger puppetserver netmount nfsmount
+   use dns logger puppetserver netmount
 }
 
 start_pre() {

diff --git a/app-admin/puppet-agent/puppet-agent-7.24.0.ebuild 
b/app-admin/puppet-agent/puppet-agent-7.24.0-r1.ebuild
similarity index 98%
rename from app-admin/puppet-agent/puppet-agent-7.24.0.ebuild
rename to app-admin/puppet-agent/puppet-agent-7.24.0-r1.ebuild
index 81bc5f74414a..455e04b0f0d6 100644
--- a/app-admin/puppet-agent/puppet-agent-7.24.0.ebuild
+++ b/app-admin/puppet-agent/puppet-agent-7.24.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7

diff --git a/app-admin/puppet-agent/puppet-agent-8.4.0.ebuild 
b/app-admin/puppet-agent/puppet-agent-8.3.1-r1.ebuild
similarity index 100%
copy from app-admin/puppet-agent/puppet-agent-8.4.0.ebuild
copy to app-admin/puppet-agent/puppet-agent-8.3.1-r1.ebuild

diff --git a/app-admin/puppet-agent/puppet-agent-8.3.1.ebuild 
b/app-admin/puppet-agent/puppet-agent-8.3.1.ebuild
deleted file mode 100644
index 7544b551c95b..
--- a/app-admin/puppet-agent/puppet-agent-8.3.1.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit systemd unpacker tmpfiles
-
-DESCRIPTION="general puppet client utils along with hiera and facter"
-HOMEPAGE="https://puppetlabs.com/;
-SRC_URI="amd64? ( 
http://apt.puppetlabs.com/pool/focal/puppet8/${PN:0:1}/${PN}/${PN}_${PV}-1focal_amd64.deb
 )
-arm64? ( 
http://apt.puppetlabs.com/pool/focal/puppet8/${PN:0:1}/${PN}/${PN}_${PV}-1focal_arm64.deb
 )"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64"
-IUSE="puppetdb selinux"
-RESTRICT="strip"
-
-# virtual/libcrypt:= is in here despite being a pre-built package
-# to ensure that the has_version logic for the symlink doesn't become stale
-CDEPEND="!app-admin/puppet
-   !dev-ruby/hiera
-   !dev-ruby/facter
-   app-emulation/virt-what
-   acct-user/puppet
-   acct-group/puppet
-   virtual/libcrypt:="
-
-DEPEND="
-   ${CDEPEND}
-   app-admin/augeas"
-RDEPEND="${CDEPEND}
-   app-portage/eix
-   sys-apps/dmidecode
-   sys-libs/libselinux
-   sys-libs/glibc
-   sys-libs/readline:0/8
-   sys-libs/libxcrypt[compat]
-   sys-libs/ncurses:0[tinfo]
-   selinux? (
-   sys-libs/libselinux[ruby]
-   sec-policy/selinux-puppet
-   )
-   puppetdb? ( >=dev-ruby/puppetdb-termini-5.0.1 )"
-
-S=${WORKDIR}
-
-QA_PREBUILT="*"
-
-src_install() {
-   # conf.d
-   doconfd etc/default/puppet
-   doconfd etc/default/pxp-agent
-   # logrotate.d
-   insinto /etc/logrotate.d
-   doins etc/logrotate.d/pxp-agent
-   # puppet itself
-   insinto /etc/puppetlabs
-   doins -r etc/puppetlabs/*
-   # logdir for systemd
-   keepdir var/log/puppetlabs/puppet/
-   chmod 0750 var/log/puppetlabs/puppet/
-   # the rest
-   insinto /opt
-   dodir opt/puppetlabs/puppet/cache
-   doins -r opt/*
-   fperms 0750 /opt/puppetlabs/puppet/cache
-   # init
-   newinitd "${FILESDIR}/puppet.initd2" puppet
-   systemd_dounit lib/systemd/system/puppet.service
-   systemd_dounit lib/systemd/system/pxp-agent.service
-   newtmpfiles usr/lib/tmpfiles.d/puppet-agent.conf puppet-agent.conf
-   # symlinks
-   chmod 0755 -R "${D}/opt/puppetlabs/puppet/bin/"
-   dosym ../../opt/puppetlabs/bin/facter /usr/bin/facter
-   dosym ../../opt/puppetlabs/bin/hiera /usr/bin/hiera
-   dosym ../../opt/puppetlabs/bin/puppet /usr/bin/puppet
-
-   # Handling of the path to the crypt library during the ongoing migration
-   # from glibc[crypt] to libxcrypt

[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet/, app-admin/puppet/files/

2024-02-28 Thread Sam James
commit: 027f61ab53740d605f10d5e72af3ccea9d2866cf
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 29 00:18:32 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 29 00:18:32 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=027f61ab

app-admin/puppet: update init.d for nfsmount removal

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

 app-admin/puppet/files/puppet.init |   2 +-
 ...uppet-7.24.0.ebuild => puppet-7.24.0-r1.ebuild} |   2 +-
 ...uppet-7.28.0.ebuild => puppet-7.27.0-r1.ebuild} |   0
 app-admin/puppet/puppet-7.27.0.ebuild  | 128 -
 ...uppet-7.28.0.ebuild => puppet-7.28.0-r1.ebuild} |   0
 ...{puppet-8.4.0.ebuild => puppet-8.3.1-r1.ebuild} |   0
 app-admin/puppet/puppet-8.3.1.ebuild   | 125 
 ...{puppet-8.4.0.ebuild => puppet-8.4.0-r1.ebuild} |   0
 8 files changed, 2 insertions(+), 255 deletions(-)

diff --git a/app-admin/puppet/files/puppet.init 
b/app-admin/puppet/files/puppet.init
index ad7a638bebb8..9821134c8ae3 100644
--- a/app-admin/puppet/files/puppet.init
+++ b/app-admin/puppet/files/puppet.init
@@ -14,7 +14,7 @@ command_args="agent --pidfile ${pidfile} --confdir 
/etc/puppetlabs/puppet ${PUPP
 
 depend() {
need localmount
-   use dns logger puppetmaster netmount nfsmount
+   use dns logger puppetmaster netmount
 }
 
 start_pre() {

diff --git a/app-admin/puppet/puppet-7.24.0.ebuild 
b/app-admin/puppet/puppet-7.24.0-r1.ebuild
similarity index 98%
rename from app-admin/puppet/puppet-7.24.0.ebuild
rename to app-admin/puppet/puppet-7.24.0-r1.ebuild
index 491d52e9696e..e6415c71f2b2 100644
--- a/app-admin/puppet/puppet-7.24.0.ebuild
+++ b/app-admin/puppet/puppet-7.24.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"

diff --git a/app-admin/puppet/puppet-7.28.0.ebuild 
b/app-admin/puppet/puppet-7.27.0-r1.ebuild
similarity index 100%
copy from app-admin/puppet/puppet-7.28.0.ebuild
copy to app-admin/puppet/puppet-7.27.0-r1.ebuild

diff --git a/app-admin/puppet/puppet-7.27.0.ebuild 
b/app-admin/puppet/puppet-7.27.0.ebuild
deleted file mode 100644
index 92afd365eb3f..
--- a/app-admin/puppet/puppet-7.27.0.ebuild
+++ /dev/null
@@ -1,128 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-USE_RUBY="ruby27 ruby30 ruby31"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_TASK_DOC="doc:all"
-RUBY_FAKEGEM_EXTRAINSTALL="locales"
-
-inherit ruby-fakegem systemd tmpfiles
-
-DESCRIPTION="A system automation and configuration management software"
-HOMEPAGE="https://puppet.com/;
-SRC_URI="http://downloads.puppetlabs.com/puppet/${P}.tar.gz;
-
-LICENSE="Apache-2.0 GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
-IUSE="augeas diff doc emacs ldap rrdtool selinux shadow sqlite vim-syntax"
-RESTRICT="test"
-
-ruby_add_rdepend "
-   dev-ruby/hiera
-   dev-ruby/json:=
-   dev-ruby/semantic_puppet
-   >=dev-ruby/facter-3.0.0
-   dev-ruby/concurrent-ruby
-   augeas? ( dev-ruby/ruby-augeas )
-   diff? ( dev-ruby/diff-lcs )
-   doc? ( dev-ruby/rdoc )
-   ldap? ( dev-ruby/ruby-ldap )
-   shadow? ( dev-ruby/ruby-shadow )
-   sqlite? ( dev-ruby/sqlite3 )
-   virtual/ruby-ssl
-   dev-ruby/hocon"
-
-ruby_add_bdepend "
-   doc? ( dev-ruby/yard )
-   test? (
-   dev-ruby/mocha
-   dev-ruby/rack
-   dev-ruby/rspec-its
-   )"
-# this should go in the above lists, but isn't because of test deps not being 
keyworded
-#   dev-ruby/rspec-collection_matchers
-
-RDEPEND+=" ${RDEPEND}
-   rrdtool? ( >=net-analyzer/rrdtool-1.2.23[ruby] )
-   selinux? (
-   sys-libs/libselinux[ruby]
-   sec-policy/selinux-puppet
-   )
-   vim-syntax? ( >=app-vim/puppet-syntax-3.0.1 )
-   >=app-portage/eix-0.18.0
-   acct-user/puppet
-   acct-group/puppet"
-PDEPEND="emacs? ( >=app-emacs/puppet-mode-0.3-r1 )"
-
-all_ruby_prepare() {
-   # Avoid spec that require unpackaged json-schema.
-   rm spec/lib/matchers/json.rb $( grep -Rl matchers/json spec) || die
-
-   # fix systemd path
-   eapply -p0 "${FILESDIR}/puppet-systemd.patch"
-
-   # Avoid specs that can only run in the puppet.git repository. This
-   # should be narrowed down to the specific specs.
-   rm spec/integration/parser/compiler_spec.rb || die
-
-   # Avoid failing spec that need further investigation.
-   rm spec/unit/module_tool/metadata_spec.rb || die
-}
-
-each_ruby_install() {
-   each_fakegem_install
-#  dosym "/usr/$(get_libdir)/ruby/gems/$(ruby_get_version)/gems/${P}" \
-#  "/usr/$(get_libdir)/ruby/gems/$(ruby_get_version)/gems/${PN}"
-}
-
-all_ruby_install() {
-   

[gentoo-commits] repo/gentoo:master commit in: app-emulation/xen-tools/files/

2024-02-28 Thread Sam James
commit: dd27404faf24c9b0575a2a107d6286386c4c53aa
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 29 00:22:13 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 29 00:22:13 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd27404f

app-emulation/xen-tools: update init.d for nfsmount removal

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

 app-emulation/xen-tools/files/xenstored.initd-r1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/xen-tools/files/xenstored.initd-r1 
b/app-emulation/xen-tools/files/xenstored.initd-r1
index 88d3ad7ba890..0c420851937e 100644
--- a/app-emulation/xen-tools/files/xenstored.initd-r1
+++ b/app-emulation/xen-tools/files/xenstored.initd-r1
@@ -3,7 +3,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 depend() {
-   before xendomains xend sshd ntp-client ntpd nfs nfsmount rsyncd portmap 
dhcp
+   before xendomains xend sshd ntp-client ntpd nfs rsyncd portmap dhcp
need xencommons
 }
 



[gentoo-commits] repo/gentoo:master commit in: sys-fs/cachefilesd/files/, sys-fs/cachefilesd/

2024-02-28 Thread Sam James
commit: f0e9fc7cbe6d70fa8cc0e13a47c0f2b79df1e31d
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 29 00:17:10 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 29 00:17:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0e9fc7c

sys-fs/cachefilesd: update init.d for nfsmount removal

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

 .../{cachefilesd-0.10.10-r1.ebuild => cachefilesd-0.10.10-r2.ebuild}| 2 +-
 sys-fs/cachefilesd/files/cachefilesd-3.init | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/sys-fs/cachefilesd/cachefilesd-0.10.10-r1.ebuild 
b/sys-fs/cachefilesd/cachefilesd-0.10.10-r2.ebuild
similarity index 97%
rename from sys-fs/cachefilesd/cachefilesd-0.10.10-r1.ebuild
rename to sys-fs/cachefilesd/cachefilesd-0.10.10-r2.ebuild
index 8347767ca534..449a77a3d002 100644
--- a/sys-fs/cachefilesd/cachefilesd-0.10.10-r1.ebuild
+++ b/sys-fs/cachefilesd/cachefilesd-0.10.10-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8

diff --git a/sys-fs/cachefilesd/files/cachefilesd-3.init 
b/sys-fs/cachefilesd/files/cachefilesd-3.init
index 665fab3b369d..2e9205e4b218 100644
--- a/sys-fs/cachefilesd/files/cachefilesd-3.init
+++ b/sys-fs/cachefilesd/files/cachefilesd-3.init
@@ -5,7 +5,6 @@
 depend() {
need localmount
use logger
-   before nfsmount
 }
 
 checkxattr() {



[gentoo-commits] repo/gentoo:master commit in: media-sound/mpd/files/, media-sound/mpd/

2024-02-28 Thread Sam James
commit: 347d62f740c37083097deefe16ef36aa9852509e
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 29 00:20:12 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 29 00:20:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=347d62f7

media-sound/mpd: update init.d for nfsmount removal

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

 media-sound/mpd/files/mpd-0.21.4.init| 2 +-
 media-sound/mpd/files/mpd-0.23.15.init   | 2 +-
 media-sound/mpd/{mpd-0.23.12-r2.ebuild => mpd-0.23.12-r3.ebuild} | 2 +-
 media-sound/mpd/{mpd-0.23.13.ebuild => mpd-0.23.13-r1.ebuild}| 0
 media-sound/mpd/{mpd-0.23.15.ebuild => mpd-0.23.15-r1.ebuild}| 0
 5 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-sound/mpd/files/mpd-0.21.4.init 
b/media-sound/mpd/files/mpd-0.21.4.init
index 72fede85765a..31336a5b1254 100644
--- a/media-sound/mpd/files/mpd-0.21.4.init
+++ b/media-sound/mpd/files/mpd-0.21.4.init
@@ -6,7 +6,7 @@
 
 depend() {
need localmount
-   use net netmount nfsmount alsasound esound pulseaudio
+   use net netmount alsasound esound pulseaudio
config ${CFGFILE}
 }
 

diff --git a/media-sound/mpd/files/mpd-0.23.15.init 
b/media-sound/mpd/files/mpd-0.23.15.init
index 2cd176302e1f..8a0a18af9b21 100644
--- a/media-sound/mpd/files/mpd-0.23.15.init
+++ b/media-sound/mpd/files/mpd-0.23.15.init
@@ -6,7 +6,7 @@
 
 depend() {
need localmount
-   use net netmount nfsmount alsasound esound pulseaudio
+   use net netmount alsasound esound pulseaudio
config ${CFGFILE}
 }
 

diff --git a/media-sound/mpd/mpd-0.23.12-r2.ebuild 
b/media-sound/mpd/mpd-0.23.12-r3.ebuild
similarity index 99%
rename from media-sound/mpd/mpd-0.23.12-r2.ebuild
rename to media-sound/mpd/mpd-0.23.12-r3.ebuild
index e7f354cf3140..abec625c27fa 100644
--- a/media-sound/mpd/mpd-0.23.12-r2.ebuild
+++ b/media-sound/mpd/mpd-0.23.12-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8

diff --git a/media-sound/mpd/mpd-0.23.13.ebuild 
b/media-sound/mpd/mpd-0.23.13-r1.ebuild
similarity index 100%
rename from media-sound/mpd/mpd-0.23.13.ebuild
rename to media-sound/mpd/mpd-0.23.13-r1.ebuild

diff --git a/media-sound/mpd/mpd-0.23.15.ebuild 
b/media-sound/mpd/mpd-0.23.15-r1.ebuild
similarity index 100%
rename from media-sound/mpd/mpd-0.23.15.ebuild
rename to media-sound/mpd/mpd-0.23.15-r1.ebuild



[gentoo-commits] repo/gentoo:master commit in: media-sound/gnump3d/, media-sound/gnump3d/files/

2024-02-28 Thread Sam James
commit: a281d64685db953da8812f16e324b0faefe2dfe6
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 29 00:16:00 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 29 00:16:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a281d646

media-sound/gnump3d: update init.d for nfsmount removal

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

 media-sound/gnump3d/files/gnump3d.init.d-r1  | 2 +-
 media-sound/gnump3d/{gnump3d-3.0-r5.ebuild => gnump3d-3.0-r6.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/gnump3d/files/gnump3d.init.d-r1 
b/media-sound/gnump3d/files/gnump3d.init.d-r1
index 2ead467d7882..6a644d6c5346 100644
--- a/media-sound/gnump3d/files/gnump3d.init.d-r1
+++ b/media-sound/gnump3d/files/gnump3d.init.d-r1
@@ -6,7 +6,7 @@ extra_commands="index"
 
 depend() {
need net
-   after netmount nfsmount
+   after netmount
 }
 
 start() {

diff --git a/media-sound/gnump3d/gnump3d-3.0-r5.ebuild 
b/media-sound/gnump3d/gnump3d-3.0-r6.ebuild
similarity index 98%
rename from media-sound/gnump3d/gnump3d-3.0-r5.ebuild
rename to media-sound/gnump3d/gnump3d-3.0-r6.ebuild
index eb01124fbbc2..4b8beef479f8 100644
--- a/media-sound/gnump3d/gnump3d-3.0-r5.ebuild
+++ b/media-sound/gnump3d/gnump3d-3.0-r6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8



[gentoo-commits] proj/binhost:master commit in: builders/milou/gnome-v3-23/portage/package.use/, ...

2024-02-28 Thread Andreas K. Hüttel
commit: 06dc0d41db3408f5b752a4b8799c30a360ecb614
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Feb 29 00:11:01 2024 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu Feb 29 00:11:01 2024 +
URL:https://gitweb.gentoo.org/proj/binhost.git/commit/?id=06dc0d41

Yup, blender needs openmp.

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 builders/milou/gnome-23/portage/package.use/blender| 2 ++
 builders/milou/gnome-v3-23/portage/package.use/blender | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/builders/milou/gnome-23/portage/package.use/blender 
b/builders/milou/gnome-23/portage/package.use/blender
index a363b10..50c800e 100644
--- a/builders/milou/gnome-23/portage/package.use/blender
+++ b/builders/milou/gnome-23/portage/package.use/blender
@@ -3,3 +3,5 @@ media-video/ffmpeg opus theora vpx
 
 # circ
 media-libs/opencolorio -opengl
+
+sys-devel/gcc openmp

diff --git a/builders/milou/gnome-v3-23/portage/package.use/blender 
b/builders/milou/gnome-v3-23/portage/package.use/blender
index a363b10..50c800e 100644
--- a/builders/milou/gnome-v3-23/portage/package.use/blender
+++ b/builders/milou/gnome-v3-23/portage/package.use/blender
@@ -3,3 +3,5 @@ media-video/ffmpeg opus theora vpx
 
 # circ
 media-libs/opencolorio -opengl
+
+sys-devel/gcc openmp



[gentoo-commits] proj/binhost:master commit in: builders/milou/gnome-v3-23/portage/package.use/, ...

2024-02-28 Thread Andreas K. Hüttel
commit: 684c95e45ab62c38e469fb110294cd6506f914d4
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Feb 29 00:09:32 2024 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu Feb 29 00:09:32 2024 +
URL:https://gitweb.gentoo.org/proj/binhost.git/commit/?id=684c95e4

Add some more multilib for 23.0

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 builders/milou/gnome-23/portage/package.use/multilib| 4 
 builders/milou/gnome-v3-23/portage/package.use/multilib | 4 
 2 files changed, 8 insertions(+)

diff --git a/builders/milou/gnome-23/portage/package.use/multilib 
b/builders/milou/gnome-23/portage/package.use/multilib
index 9537596..44b292a 100644
--- a/builders/milou/gnome-23/portage/package.use/multilib
+++ b/builders/milou/gnome-23/portage/package.use/multilib
@@ -25,3 +25,7 @@ sys-libs/libomp abi_x86_32
 sys-libs/llvm-libunwind abi_x86_32
 sys-libs/ncurses abi_x86_32 -gpm
 sys-libs/zlib abi_x86_32
+
+# for 23.0
+app-arch/xz-utils abi_x86_32
+app-arch/zstd abi_x86_32

diff --git a/builders/milou/gnome-v3-23/portage/package.use/multilib 
b/builders/milou/gnome-v3-23/portage/package.use/multilib
index 9537596..44b292a 100644
--- a/builders/milou/gnome-v3-23/portage/package.use/multilib
+++ b/builders/milou/gnome-v3-23/portage/package.use/multilib
@@ -25,3 +25,7 @@ sys-libs/libomp abi_x86_32
 sys-libs/llvm-libunwind abi_x86_32
 sys-libs/ncurses abi_x86_32 -gpm
 sys-libs/zlib abi_x86_32
+
+# for 23.0
+app-arch/xz-utils abi_x86_32
+app-arch/zstd abi_x86_32



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

2024-02-28 Thread Sam James
commit: cd55c361c84bf224b09ac7b848a477273ac40dd9
Author: Eli Schwartz  gmail  com>
AuthorDate: Wed Feb 28 23:37:51 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 28 23:54:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd55c361

sys-apps/ipmiutil: mark as LTO-unsafe

Closes: https://bugs.gentoo.org/863590
Signed-off-by: Eli Schwartz  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 sys-apps/ipmiutil/ipmiutil-3.1.9.ebuild | 9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/sys-apps/ipmiutil/ipmiutil-3.1.9.ebuild 
b/sys-apps/ipmiutil/ipmiutil-3.1.9.ebuild
index ce6d19a65aa6..c18cffdd971c 100644
--- a/sys-apps/ipmiutil/ipmiutil-3.1.9.ebuild
+++ b/sys-apps/ipmiutil/ipmiutil-3.1.9.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-inherit autotools systemd
+inherit autotools flag-o-matic systemd
 
 DESCRIPTION="IPMI Management Utilities"
 HOMEPAGE="https://ipmiutil.sourceforge.net/;
@@ -48,6 +48,11 @@ src_prepare() {
 }
 
 src_configure() {
+   # -Werror=lto-type-mismatch
+   # https://bugs.gentoo.org/863590
+   # https://github.com/arcress0/ipmiutil/issues/21
+   filter-lto
+
local myeconfargs=(
--disable-systemd
--enable-sha256



[gentoo-commits] proj/sci:master commit in: sci-biology/afni/, sci-biology/afni/files/

2024-02-28 Thread Horea Christian
commit: fa3769352840642eb37e6125ee2fa69fef802cd4
Author: Horea Christian  chymera  eu>
AuthorDate: Wed Feb 28 23:30:07 2024 +
Commit: Horea Christian  gmail  com>
CommitDate: Wed Feb 28 23:30:07 2024 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=fa376935

sci-biology/afni: drop 20.1.16, 20.3.03, 22.0.21

Signed-off-by: Horea Christian  chymera.eu>

 sci-biology/afni/afni-20.1.16.ebuild | 73 ---
 sci-biology/afni/afni-20.3.03.ebuild | 73 ---
 sci-biology/afni/afni-22.0.21.ebuild | 75 
 sci-biology/afni/files/afni-20.1.16-python.patch | 11 
 4 files changed, 232 deletions(-)

diff --git a/sci-biology/afni/afni-20.1.16.ebuild 
b/sci-biology/afni/afni-20.1.16.ebuild
deleted file mode 100644
index e3e16f834..0
--- a/sci-biology/afni/afni-20.1.16.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="An open-source environment for processing and displaying 
functional MRI data"
-HOMEPAGE="http://afni.nimh.nih.gov/;
-SRC_URI="https://github.com/afni/afni/archive/AFNI_${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-libs/expat
-   media-libs/glu
-   media-libs/netpbm
-   media-libs/qhull
-   media-video/mpeg-tools
-   sci-libs/gsl
-   sys-devel/llvm:*
-   media-libs/libjpeg-turbo:0
-   x11-libs/libGLw
-   x11-libs/libXft
-   x11-libs/libXi
-   x11-libs/libXpm
-   x11-libs/motif[-static-libs]"
-
-# x11-libs/motif[static-libs] breaks the build.
-# See upstream discussion
-# 
http://afni.nimh.nih.gov/afni/community/board/read.php?1,85348,85348#msg-85348
-
-DEPEND="${RDEPEND}
-   app-shells/tcsh"
-
-S="${WORKDIR}/${PN}-AFNI_${PV}/src"
-BUILD="linux_fedora_19_64"
-BIN_CONFLICTS=(qdelaunay whirlgif djpeg cjpeg qhull rbox count mpeg_encode)
-
-src_prepare() {
-   eapply "${FILESDIR}/${P}-python.patch" || die
-   find -type f -exec sed -i -e "s/-lXp //g" {} +
-   cp other_builds/Makefile.${BUILD} Makefile || die "Could not copy 
Makefile"
-   # Unbundle imcat
-   sed -e "s/ imcat / /g" \
-   -i Makefile.INCLUDE || die "Could not edit includes files."
-   sed -e "s~CC = /usr/bin/gcc -O2 -m64~CC  = $(tc-getCC) 
\$(CFLAGS)~" \
-   -e "s~CCMIN  = /usr/bin/gcc -m64~CCMIN  = $(tc-getCC) 
\$(CFLAGS)~" \
-   -e "s~LD = /usr/bin/gcc~LD   = $(tc-getCC)~" \
-   -e "s~AR = /usr/bin/ar~AR= $(tc-getAR)~" \
-   -e "s~RANLIB = /usr/bin/ranlib~RANLIB = $(tc-getRANLIB)~" \
-   -i Makefile || die "Could not edit Makefile"
-   # they provide somewhat problematic makefiles :(
-   sed -e "s~ifeq ($(CC),gcc)~ifeq (1,1)~"\
-   -i SUMA/SUMA_Makefile || die "Could not edit SUMA/SUMA_Makefile"
-   # upstream checks if $CC is EXACTLY gcc, else sets variables 
for Mac
-   find "${S}" -iname "*Makefile*" | xargs sed -e 
"s~/usr/~${EPREFIX}/usr/~g;" -i
-   default
-}
-
-src_compile() {
-   emake -j1 all plugins suma_exec
-}
-
-src_install() {
-   emake INSTALLDIR="${ED}/usr/bin" -j1 install install_plugins
-   emake INSTALLDIR="${ED}/usr/$(get_libdir)" install_lib
-   for CONFLICT in ${BIN_CONFLICTS[@]}; do
-   rm "${ED}/usr/bin/${CONFLICT}"
-   done
-}

diff --git a/sci-biology/afni/afni-20.3.03.ebuild 
b/sci-biology/afni/afni-20.3.03.ebuild
deleted file mode 100644
index 1d9043ebb..0
--- a/sci-biology/afni/afni-20.3.03.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="An open-source environment for processing and displaying 
functional MRI data"
-HOMEPAGE="http://afni.nimh.nih.gov/;
-SRC_URI="https://github.com/afni/afni/archive/AFNI_${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-libs/expat
-   media-libs/glu
-   media-libs/netpbm
-   media-libs/qhull
-   media-video/mpeg-tools
-   sci-libs/gsl
-   sys-devel/llvm:*
-   media-libs/libjpeg-turbo:0
-   x11-libs/libGLw
-   x11-libs/libXft
-   x11-libs/libXi
-   x11-libs/libXpm
-   x11-libs/motif[-static-libs]"
-
-# x11-libs/motif[static-libs] breaks the build.
-# See upstream discussion
-# 
http://afni.nimh.nih.gov/afni/community/board/read.php?1,85348,85348#msg-85348
-
-DEPEND="${RDEPEND}
-   app-shells/tcsh"
-
-S="${WORKDIR}/${PN}-AFNI_${PV}/src"
-BUILD="linux_fedora_19_64"
-BIN_CONFLICTS=(qdelaunay whirlgif djpeg cjpeg qhull rbox count mpeg_encode)
-
-src_prepare() {
-   eapply "${FILESDIR}/${PN}-20.1.16-python.patch" || die
- 

[gentoo-commits] proj/sci:master commit in: sci-biology/afni/, sci-biology/afni/files/

2024-02-28 Thread Horea Christian
commit: 19c71d97b19391b8797187494008509914db24ed
Author: Horea Christian  chymera  eu>
AuthorDate: Wed Feb 28 22:43:04 2024 +
Commit: Horea Christian  gmail  com>
CommitDate: Wed Feb 28 22:43:04 2024 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=19c71d97

sci-biology/afni: add 24.0.04, 24.0.08

Signed-off-by: Horea Christian  chymera.eu>

 sci-biology/afni/afni-24.0.04.ebuild   | 111 
 sci-biology/afni/afni-24.0.08.ebuild   | 115 +
 sci-biology/afni/files/afni-24.0.04-whirlgif.patch |  39 +++
 sci-biology/afni/metadata.xml  |   3 +
 4 files changed, 268 insertions(+)

diff --git a/sci-biology/afni/afni-24.0.04.ebuild 
b/sci-biology/afni/afni-24.0.04.ebuild
new file mode 100644
index 0..c00ef846f
--- /dev/null
+++ b/sci-biology/afni/afni-24.0.04.ebuild
@@ -0,0 +1,111 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+
+DISTUTILS_USE_PEP517=setuptools
+inherit cmake distutils-r1 toolchain-funcs
+
+GTS_HASH="962155a01f5a1b87bd64e3e3d880b4dbc2347ac7"
+NIFTI_HASH="da476fd27f46098f37f5c9c4c1baee01e559572c"
+GIFTI_HASH="d3e873d8539d9b469daf7db04093da1d7e73d4f7"
+
+DESCRIPTION="Advanced Normalitazion Tools for neuroimaging"
+HOMEPAGE="http://stnava.github.io/ANTs/;
+SRC_URI="
+   https://github.com/afni/afni/archive/refs/tags/AFNI_${PV}.tar.gz -> 
${P}.gh.tar.gz
+   
https://github.com/NIFTI-Imaging/nifti_clib/archive/${NIFTI_HASH}.tar.gz -> 
nifti-${NIFTI_HASH}.tar.gz
+   
https://github.com/NIFTI-Imaging/gifti_clib/archive/${GIFTI_HASH}.tar.gz -> 
gifti-${GIFTI_HASH}.tar.gz
+   "
+
+SLOT="0"
+LICENSE="GPL-3+"
+KEYWORDS="~amd64 ~x86"
+IUSE="test whirlgif"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-libs/glib:2
+   dev-libs/libf2c
+   dev-libs/expat
+   dev-build/ninja
+   media-libs/freeglut
+   media-libs/glu
+   media-libs/netpbm
+   media-libs/qhull
+   media-video/mpeg-tools
+   sci-libs/gsl
+   sci-libs/gts
+   sys-devel/llvm:*
+   sys-libs/libomp
+   dev-libs/libpthread-stubs
+   virtual/jpeg-compat:62
+   x11-libs/libGLw
+   x11-libs/libXft
+   x11-libs/libXi
+   x11-libs/libXmu
+   x11-libs/libXpm
+   x11-libs/libXt
+   x11-libs/motif[-static-libs]
+   "
+DEPEND="
+   ${RDEPEND}
+   app-shells/tcsh
+   "
+
+S="${WORKDIR}/afni-AFNI_${PV}"
+
+src_prepare() {
+   tar xf "${DISTDIR}/nifti-${NIFTI_HASH}.tar.gz" || die
+   tar xf "${DISTDIR}/gifti-${GIFTI_HASH}.tar.gz" || die
+   cmake_src_prepare
+   default
+   }
+
+src_configure() {
+   if use !whirlgif; then
+   eapply "${FILESDIR}/${P}-whirlgif.patch"
+   fi
+   export CFLAGS="-pthread ${CFLAGS}"
+   export GIT_REPO_VERSION=3.0.1.1
+   local mycmakeargs=(
+   -DLIBDIR=/usr/$(get_libdir)
+   -DNIFTI_INSTALL_LIBRARY_DIR=/usr/$(get_libdir)
+   -DGIFTI_INSTALL_LIBRARY_DIR=/usr/$(get_libdir)
+   -DGIFTI_INSTALL_LIB_DIR=/usr/$(get_libdir)
+   -DAFNI_INSTALL_LIBRARY_DIR=/usr/$(get_libdir)
+   -DCMAKE_INSTALL_LIBDIR=/usr/$(get_libdir)
+   -DCOMP_COREBINARIES=ON
+   -DUSE_SYSTEM_NIFTI=OFF
+   -DUSE_SYSTEM_GIFTI=OFF
+   -DUSE_SYSTEM_XMHTML=OFF
+   -DUSE_SYSTEM_GTS=ON
+   
-DFETCHCONTENT_SOURCE_DIR_NIFTI_CLIB="${WORKDIR}/nifti_clib-${NIFTI_HASH}"
+   
-DFETCHCONTENT_SOURCE_DIR_GIFTI_CLIB="${WORKDIR}/gifti_clib-${GIFTI_HASH}"
+   -DCOMP_GUI=ON
+   -DCOMP_PLUGINS=ON
+   -DUSE_OMP=ON
+   -DCOMP_PYTHON=OFF
+   -DUSE_SYSTEM_F2C=ON
+   )
+   tc-export CC
+   cmake_src_configure
+}
+
+src_compile() {
+   cmake_src_compile
+   pushd src/python_scripts
+   distutils-r1_src_compile
+   popd
+}
+
+src_install() {
+   cmake_src_install
+   pushd src/python_scripts
+   distutils-r1_src_install
+   popd
+   cd "${D}"
+   rm usr/bin/mpeg_encode
+}

diff --git a/sci-biology/afni/afni-24.0.08.ebuild 
b/sci-biology/afni/afni-24.0.08.ebuild
new file mode 100644
index 0..75ff5b6b6
--- /dev/null
+++ b/sci-biology/afni/afni-24.0.08.ebuild
@@ -0,0 +1,115 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+
+DISTUTILS_USE_PEP517=setuptools
+inherit cmake distutils-r1 toolchain-funcs
+
+GTS_HASH="962155a01f5a1b87bd64e3e3d880b4dbc2347ac7"
+NIFTI_HASH="da476fd27f46098f37f5c9c4c1baee01e559572c"
+GIFTI_HASH="d3e873d8539d9b469daf7db04093da1d7e73d4f7"
+
+DESCRIPTION="Advanced Normalitazion Tools for neuroimaging"
+HOMEPAGE="http://stnava.github.io/ANTs/;
+SRC_URI="
+   

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

2024-02-28 Thread Sam James
commit: a12b76d2d9ba6f7ae3798f94743e2d2f6ab42dfb
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 28 23:16:32 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 28 23:16:32 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a12b76d2

dev-python/cramjam: Keyword 2.8.1 arm, #925721

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

 dev-python/cramjam/cramjam-2.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/cramjam/cramjam-2.8.1.ebuild 
b/dev-python/cramjam/cramjam-2.8.1.ebuild
index c8bfc535a398..881364a23c08 100644
--- a/dev-python/cramjam/cramjam-2.8.1.ebuild
+++ b/dev-python/cramjam/cramjam-2.8.1.ebuild
@@ -179,7 +179,7 @@ LICENSE+="
Unicode-DFS-2016
 "
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
 
 BDEPEND="
test? (



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

2024-02-28 Thread Sam James
commit: 0cf232e6dfe09673efeffcc44fb971332dfe29b6
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 28 23:16:31 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 28 23:16:31 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cf232e6

dev-python/crc32c: Keyword 2.4 arm, #925721

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

 dev-python/crc32c/crc32c-2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/crc32c/crc32c-2.4.ebuild 
b/dev-python/crc32c/crc32c-2.4.ebuild
index d45e750173a0..ebd1dabaa90d 100644
--- a/dev-python/crc32c/crc32c-2.4.ebuild
+++ b/dev-python/crc32c/crc32c-2.4.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
 # NB: these don't affect the build, they are only used for tests
 IUSE="cpu_flags_arm_crc32 cpu_flags_x86_sse4_2"
 



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

2024-02-28 Thread Sam James
commit: 0a4f2da3ded942de6205d5c89860529ffe122807
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 28 23:16:30 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 28 23:16:30 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a4f2da3

dev-python/python-snappy: Keyword 0.7.0 arm, #925721

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

 dev-python/python-snappy/python-snappy-0.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-snappy/python-snappy-0.7.0.ebuild 
b/dev-python/python-snappy/python-snappy-0.7.0.ebuild
index 9d2fcf326033..c87644147ff5 100644
--- a/dev-python/python-snappy/python-snappy-0.7.0.ebuild
+++ b/dev-python/python-snappy/python-snappy-0.7.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 "
 
 LICENSE="BSD"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
 SLOT="0"
 
 RDEPEND="



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

2024-02-28 Thread Sam James
commit: d76a2cff990028e249d92d195f002174df3f58d3
Author: Eli Schwartz  gmail  com>
AuthorDate: Wed Feb 28 21:48:25 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 28 22:57:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d76a2cff

dev-python/shiboken6: mark as LTO-unsafe

Closes: https://bugs.gentoo.org/925479
Signed-off-by: Eli Schwartz  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 dev-python/shiboken6/shiboken6-6.6.2.ebuild | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/dev-python/shiboken6/shiboken6-6.6.2.ebuild 
b/dev-python/shiboken6/shiboken6-6.6.2.ebuild
index 428293079631..4187835e2818 100644
--- a/dev-python/shiboken6/shiboken6-6.6.2.ebuild
+++ b/dev-python/shiboken6/shiboken6-6.6.2.ebuild
@@ -16,7 +16,7 @@ PYTHON_COMPAT=( python3_{10..12} )
 
 LLVM_COMPAT=( {15..17} )
 
-inherit cmake llvm-r1 python-r1 toolchain-funcs
+inherit cmake flag-o-matic llvm-r1 python-r1 toolchain-funcs
 
 MY_PN="pyside-setup-everywhere-src"
 
@@ -109,6 +109,11 @@ src_prepare() {
 }
 
 src_configure() {
+   # -Werror=odr
+   # https://bugs.gentoo.org/925479
+   # https://bugreports.qt.io/browse/PYSIDE-2619
+   filter-lto
+
# Minimal tests for now, 2 failing with the extended version
# FIXME Subscripted generics cannot be used with class and instance 
checks
local mycmakeargs=(



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

2024-02-28 Thread Sam James
commit: 19a3b024ad4252574c2a4b5de394f1d102544556
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 28 22:55:50 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 28 22:57:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19a3b024

sys-fs/cryfs: filter LTO (ODR violations)

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

 sys-fs/cryfs/cryfs-0.10.3-r1.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sys-fs/cryfs/cryfs-0.10.3-r1.ebuild 
b/sys-fs/cryfs/cryfs-0.10.3-r1.ebuild
index 6ec74214a5c7..3bfd41cfff20 100644
--- a/sys-fs/cryfs/cryfs-0.10.3-r1.ebuild
+++ b/sys-fs/cryfs/cryfs-0.10.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -82,6 +82,9 @@ src_prepare() {
 }
 
 src_configure() {
+   # ODR violations (bug #880563)
+   filter-lto
+
local mycmakeargs=(
-DBoost_USE_STATIC_LIBS=OFF
-DCRYFS_UPDATE_CHECKS=OFF



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

2024-02-28 Thread Sam James
commit: aec66421746a0ac2dc2b2eebed6e0f0d2abe3405
Author: Eli Schwartz  gmail  com>
AuthorDate: Wed Feb 28 22:30:22 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 28 22:57:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aec66421

media-libs/plib: mark LTO-unsafe, mark strict-aliasing unsafe

This code is formally terrible. It is so terrible, because upstream
claims: "PLIB has been obsolete and unmaintained for at LEAST 15
years!!"

https://sourceforge.net/p/plib/bugs/55/#88e9

And that was already 3 years ago. We can't fix it so limit the extent to
which compilers are allowed to misinterpret it.

Closes: https://bugs.gentoo.org/860048
Signed-off-by: Eli Schwartz  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 media-libs/plib/plib-1.8.5-r4.ebuild | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/media-libs/plib/plib-1.8.5-r4.ebuild 
b/media-libs/plib/plib-1.8.5-r4.ebuild
index 3e4494514020..b5769bd1ab11 100644
--- a/media-libs/plib/plib-1.8.5-r4.ebuild
+++ b/media-libs/plib/plib-1.8.5-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -32,6 +32,12 @@ src_prepare() {
 src_configure() {
append-cxxflags -std=c++03
 
+   # violates strict aliasing rules and is LTO-unsafe: 
https://bugs.gentoo.org/860048
+   # Per upstream in 2021, "PLIB has been obsolete and unmaintained for at 
LEAST 15 years!!"
+   # so this is getting fixed exactly never and getting worse.
+   append-cxxflags -fno-strict-aliasing
+   filter-lto
+
local myconf=(
--enable-shared
)



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-vault/

2024-02-28 Thread Sam James
commit: a4d528629033a354ddb7f91b1a9628360aad4ac1
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 28 22:32:45 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 28 22:34:48 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a4d52862

kde-plasma/plasma-vault: filter LTO (ODR violations)

We really need to see if we can remove cryfs entirely really,
as the new versions are hard to package (conan..).

KDE-bug: https://bugs.kde.org/show_bug.cgi?id=471836
Closes: https://bugs.gentoo.org/909446
Signed-off-by: Sam James  gentoo.org>

 kde-plasma/plasma-vault/plasma-vault-6.0.49..ebuild | 5 -
 kde-plasma/plasma-vault/plasma-vault-.ebuild| 5 -
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/kde-plasma/plasma-vault/plasma-vault-6.0.49..ebuild 
b/kde-plasma/plasma-vault/plasma-vault-6.0.49..ebuild
index 662dc6b210..04fe8f54ca 100644
--- a/kde-plasma/plasma-vault/plasma-vault-6.0.49..ebuild
+++ b/kde-plasma/plasma-vault/plasma-vault-6.0.49..ebuild
@@ -6,7 +6,7 @@ EAPI=8
 KFMIN=6.0
 PVCUT=$(ver_cut 1-3)
 QTMIN=6.6.2
-inherit ecm plasma.kde.org
+inherit ecm flag-o-matic plasma.kde.org
 
 DESCRIPTION="Plasma applet and services for creating encrypted vaults"
 HOMEPAGE+=" https://cukic.co/2017/02/03/vaults-encryption-in-plasma/;
@@ -39,6 +39,9 @@ RDEPEND="${DEPEND}
 "
 
 src_configure() {
+   # ODR violations (bug #909446, kde#471836)
+   filter-lto
+
local mycmakeargs=(
$(cmake_use_find_package networkmanager KF6NetworkManagerQt)
)

diff --git a/kde-plasma/plasma-vault/plasma-vault-.ebuild 
b/kde-plasma/plasma-vault/plasma-vault-.ebuild
index 3555da1bf3..b42cc84b11 100644
--- a/kde-plasma/plasma-vault/plasma-vault-.ebuild
+++ b/kde-plasma/plasma-vault/plasma-vault-.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 KFMIN=
 PVCUT=$(ver_cut 1-3)
 QTMIN=6.6.2
-inherit ecm plasma.kde.org
+inherit ecm flag-o-matic plasma.kde.org
 
 DESCRIPTION="Plasma applet and services for creating encrypted vaults"
 HOMEPAGE+=" https://cukic.co/2017/02/03/vaults-encryption-in-plasma/;
@@ -39,6 +39,9 @@ RDEPEND="${DEPEND}
 "
 
 src_configure() {
+   # ODR violations (bug #909446, kde#471836)
+   filter-lto
+
local mycmakeargs=(
$(cmake_use_find_package networkmanager KF6NetworkManagerQt)
)



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-vault/

2024-02-28 Thread Sam James
commit: 391896628d04bd9c8910b96b1270257f503d2878
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 28 22:32:45 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 28 22:32:45 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39189662

kde-plasma/plasma-vault: filter LTO (ODR violations)

We really need to see if we can remove cryfs entirely really,
as the new versions are hard to package (conan..).

KDE-bug: https://bugs.kde.org/show_bug.cgi?id=471836
Closes: https://bugs.gentoo.org/909446
Signed-off-by: Sam James  gentoo.org>

 kde-plasma/plasma-vault/plasma-vault-5.27.10.ebuild | 5 -
 kde-plasma/plasma-vault/plasma-vault-6.0.0.ebuild   | 5 -
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/kde-plasma/plasma-vault/plasma-vault-5.27.10.ebuild 
b/kde-plasma/plasma-vault/plasma-vault-5.27.10.ebuild
index 8b4c58e8d3be..018fbaf45b59 100644
--- a/kde-plasma/plasma-vault/plasma-vault-5.27.10.ebuild
+++ b/kde-plasma/plasma-vault/plasma-vault-5.27.10.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 KFMIN=5.106.0
 PVCUT=$(ver_cut 1-3)
 QTMIN=5.15.9
-inherit ecm plasma.kde.org
+inherit ecm flag-o-matic plasma.kde.org
 
 DESCRIPTION="Plasma applet and services for creating encrypted vaults"
 HOMEPAGE+=" https://cukic.co/2017/02/03/vaults-encryption-in-plasma/;
@@ -41,6 +41,9 @@ RDEPEND="${DEPEND}
 "
 
 src_configure() {
+   # ODR violations (bug #909446, kde#471836)
+   filter-lto
+
local mycmakeargs=(
$(cmake_use_find_package networkmanager KF5NetworkManagerQt)
)

diff --git a/kde-plasma/plasma-vault/plasma-vault-6.0.0.ebuild 
b/kde-plasma/plasma-vault/plasma-vault-6.0.0.ebuild
index 5b2aca45f6cb..a5e5dd80e4e4 100644
--- a/kde-plasma/plasma-vault/plasma-vault-6.0.0.ebuild
+++ b/kde-plasma/plasma-vault/plasma-vault-6.0.0.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 KFMIN=6.0
 PVCUT=$(ver_cut 1-3)
 QTMIN=6.6.2
-inherit ecm plasma.kde.org
+inherit ecm flag-o-matic plasma.kde.org
 
 DESCRIPTION="Plasma applet and services for creating encrypted vaults"
 HOMEPAGE+=" https://cukic.co/2017/02/03/vaults-encryption-in-plasma/;
@@ -39,6 +39,9 @@ RDEPEND="${DEPEND}
 "
 
 src_configure() {
+   # ODR violations (bug #909446, kde#471836)
+   filter-lto
+
local mycmakeargs=(
$(cmake_use_find_package networkmanager KF6NetworkManagerQt)
)



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

2024-02-28 Thread Craig Andrews
commit: bfc6b932596c006c32ea1f47925cd657037e001c
Author: Craig Andrews  gentoo  org>
AuthorDate: Wed Feb 28 21:56:11 2024 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Wed Feb 28 21:57:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfc6b932

net-analyzer/netdata: disable go plugin

Netdata integrated the go plugin with the main netdata build system, but
this ebuild doesn't get handle that.
Until the ebuild is updated to support building the go plugin,
disable it.

See: 
https://github.com/netdata/netdata/commit/4b7d920b44302adcc7c733bcea3bc5cf8fc3c63f
Signed-off-by: Craig Andrews  gentoo.org>

 net-analyzer/netdata/netdata-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-analyzer/netdata/netdata-.ebuild 
b/net-analyzer/netdata/netdata-.ebuild
index e6d230c74a3e..56ca10202a2c 100644
--- a/net-analyzer/netdata/netdata-.ebuild
+++ b/net-analyzer/netdata/netdata-.ebuild
@@ -107,6 +107,7 @@ src_configure() {
-DENABLE_EXPORTER_PROMETHEUS_REMOTE_WRITE=$(usex prometheus)
-DENABLE_PLUGIN_XENSTAT=$(usex xen)
-DENABLE_PLUGIN_EBPF=$(usex bpf)
+   -DENABLE_PLUGIN_GO=FALSE
)
cmake_src_configure
 }



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

2024-02-28 Thread Marek Szuba
commit: 07e1f3e359b3cfe01d8ef3a1e263af2f8acc23b4
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Feb 28 21:34:39 2024 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Feb 28 21:46:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07e1f3e3

net-analyzer/suricata: drop 6.0.15

No versions affected by the latest batch of CVEs left in the tree.

Signed-off-by: Marek Szuba  gentoo.org>

 net-analyzer/suricata/Manifest |   2 -
 6_configure-no-sphinx-pdflatex-automagic.patch |  26 ---
 net-analyzer/suricata/suricata-6.0.15.ebuild   | 212 -
 3 files changed, 240 deletions(-)

diff --git a/net-analyzer/suricata/Manifest b/net-analyzer/suricata/Manifest
index 241154b314b8..9e0bba5db148 100644
--- a/net-analyzer/suricata/Manifest
+++ b/net-analyzer/suricata/Manifest
@@ -1,4 +1,2 @@
-DIST suricata-6.0.15.tar.gz 27903106 BLAKE2B 
cf5c2d5760e52f0b4eb0276feb89e056d74ef5478e3158a047fbdec14022aa6e0ba986b7ee9f9ec49e2ebb3f206c7d71ad8ce8dc4eb9a6b48b4ba38c96c2f1c6
 SHA512 
ec9904fdc57e594653e3f48794c602429412fc85377630600b96081cfeb21361c353ce54d564c01ef0400885c508b49bd8c7a5d8b4482d45155b2007907107a9
-DIST suricata-6.0.15.tar.gz.sig 566 BLAKE2B 
f9f5fd9df55c9854f4da3765673df094a3979324714b0f81f787abc3eaa811d01e42cf8b892c5ae558e5f453b82f84dcebd4548a0cfafca00582adc595a11bbf
 SHA512 
e938715fe22699b623d70bcd70e69d3acb2bfa322ecb9a8a19b272eb5ba378b34974c3114419bbb07fb46b805bc160344d0bdb567acb887832e4c18734fef9a8
 DIST suricata-7.0.3.tar.gz 23599903 BLAKE2B 
b42044428ae5ac4ecd6b41d083f0f3ac5839bf9a0734c3a64bb5e9a6f1a0ffe0c1f5da262f4e167461836bd26ebf9238ec9c0c213ba61f6419b6af1314f3becb
 SHA512 
5a19a00118b86cd9c9b8a4b8399d8deda23beb19a6a6ed49e82240a1a5d4549490f3ce72743f5990c200850e8a64e3a51f45b8c1b8088bdd16aa12341dbf64aa
 DIST suricata-7.0.3.tar.gz.sig 566 BLAKE2B 
3befe75463a26493b660dc21721e2628a4889d5397d0ada6aa51bd9c748487130dfb56f3fa25b5514411adeaf0b385ee7e9d664ab0af9b6b0a2bef719bdc904f
 SHA512 
a08274708f3aee891b018da613fa60cf66ca09b41f70ed1e89b57d5e778bf97058d71c6ad8c529926783287ddd0f20337957e03ff59b3500c207a4ef7936bfdf

diff --git 
a/net-analyzer/suricata/files/suricata-5.0.6_configure-no-sphinx-pdflatex-automagic.patch
 
b/net-analyzer/suricata/files/suricata-5.0.6_configure-no-sphinx-pdflatex-automagic.patch
deleted file mode 100644
index be5805e67f87..
--- 
a/net-analyzer/suricata/files/suricata-5.0.6_configure-no-sphinx-pdflatex-automagic.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-No configure options to disable looking for these, redundant for releases
-because the tarballs already contain both PDF documentation and man pages,
-and as of 2021-05-11 doc generation is not compatible with sphinx-4.0.0+
-due to conf.py calling long-deprecated app.add_stylesheet() rather
-than app.add_css_file().
-
 a/configure.ac
-+++ b/configure.ac
-@@ -2423,7 +2423,7 @@
- fi
- 
- # sphinx for documentation
--AC_PATH_PROG(HAVE_SPHINXBUILD, sphinx-build, "no")
-+HAVE_SPHINXBUILD="no"
- if test "$HAVE_SPHINXBUILD" = "no"; then
-enable_sphinxbuild=no
-if test -e "$srcdir/doc/userguide/suricata.1"; then
-@@ -2434,7 +2434,7 @@
- AM_CONDITIONAL([HAVE_SURICATA_MAN], [test "x$have_suricata_man" = "xyes"])
- 
- # pdflatex for the pdf version of the user manual
--AC_PATH_PROG(HAVE_PDFLATEX, pdflatex, "no")
-+HAVE_PDFLATEX="no"
- if test "$HAVE_PDFLATEX" = "no"; then
-enable_pdflatex=no
- fi

diff --git a/net-analyzer/suricata/suricata-6.0.15.ebuild 
b/net-analyzer/suricata/suricata-6.0.15.ebuild
deleted file mode 100644
index 045ebbc38788..
--- a/net-analyzer/suricata/suricata-6.0.15.ebuild
+++ /dev/null
@@ -1,212 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-LUA_COMPAT=( lua5-1 luajit )
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit autotools flag-o-matic linux-info lua-single python-single-r1 systemd 
tmpfiles verify-sig
-
-DESCRIPTION="High performance Network IDS, IPS and Network Security Monitoring 
engine"
-HOMEPAGE="https://suricata.io/;
-SRC_URI="https://www.openinfosecfoundation.org/download/${P}.tar.gz
-   verify-sig? ( 
https://www.openinfosecfoundation.org/download/${P}.tar.gz.sig )"
-
-LICENSE="GPL-2"
-SLOT="0/6"
-KEYWORDS="~amd64 ~riscv ~x86"
-IUSE="+af-packet bpf control-socket cuda debug +detection geoip hardened 
hyperscan lua lz4 nflog +nfqueue redis systemd test"
-VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/openinfosecfoundation.org.asc"
-
-RESTRICT="!test? ( test )"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}
-   bpf? ( af-packet )
-   lua? ( ${LUA_REQUIRED_USE} )"
-
-RDEPEND="${PYTHON_DEPS}
-   acct-group/suricata
-   acct-user/suricata
-   dev-libs/jansson:=
-   dev-libs/libpcre
-   dev-libs/libyaml
-   net-libs/libnet:*
-   net-libs/libnfnetlink
-   dev-libs/nspr
-   dev-libs/nss
-   $(python_gen_cond_dep '
-   

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

2024-02-28 Thread Marek Szuba
commit: 4c54d76e8fab4063a74490103bace21d972a4d9d
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Feb 28 21:25:33 2024 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Feb 28 21:46:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c54d76e

net-analyzer/suricata: add 7.0.3, remove 7.0.2 and 7.0.2-r1

Includes Brahmajit's patch for the gcc-14 issue, as it is yet to be
fixed upstream.

Closes: https://bugs.gentoo.org/925011
Signed-off-by: Marek Szuba  gentoo.org>

 net-analyzer/suricata/Manifest |   4 +-
 .../suricata-7.0.3_fix-build-with-gcc14.patch  |  39 
 net-analyzer/suricata/suricata-7.0.2.ebuild| 221 -
 ...icata-7.0.2-r1.ebuild => suricata-7.0.3.ebuild} |   3 +-
 4 files changed, 43 insertions(+), 224 deletions(-)

diff --git a/net-analyzer/suricata/Manifest b/net-analyzer/suricata/Manifest
index adabc7aa76bc..241154b314b8 100644
--- a/net-analyzer/suricata/Manifest
+++ b/net-analyzer/suricata/Manifest
@@ -1,4 +1,4 @@
 DIST suricata-6.0.15.tar.gz 27903106 BLAKE2B 
cf5c2d5760e52f0b4eb0276feb89e056d74ef5478e3158a047fbdec14022aa6e0ba986b7ee9f9ec49e2ebb3f206c7d71ad8ce8dc4eb9a6b48b4ba38c96c2f1c6
 SHA512 
ec9904fdc57e594653e3f48794c602429412fc85377630600b96081cfeb21361c353ce54d564c01ef0400885c508b49bd8c7a5d8b4482d45155b2007907107a9
 DIST suricata-6.0.15.tar.gz.sig 566 BLAKE2B 
f9f5fd9df55c9854f4da3765673df094a3979324714b0f81f787abc3eaa811d01e42cf8b892c5ae558e5f453b82f84dcebd4548a0cfafca00582adc595a11bbf
 SHA512 
e938715fe22699b623d70bcd70e69d3acb2bfa322ecb9a8a19b272eb5ba378b34974c3114419bbb07fb46b805bc160344d0bdb567acb887832e4c18734fef9a8
-DIST suricata-7.0.2.tar.gz 23445403 BLAKE2B 
5af50f6f0d91ba233b1cc373c073e72824f10d6df20c27041d5fd11d25c7be6b1941beccf0fb18612d6277eaa7bb1d47d8fedbd34f580ba87d352c45d4d51725
 SHA512 
bca6eb64495d36fcc83522e29a8ec24653752930d001191fca1d72de5513537fdb8c1805fc45afe55b5fb3a68cf3747af609eec46070505dcd5d9e53c0ed9b95
-DIST suricata-7.0.2.tar.gz.sig 566 BLAKE2B 
8a931361acfa5e945fe9a3a03b38c65ff7f59da88a9af9c3f5a4b15ec880de6f22038a45d27c480c75489df0a90373f3cee44c48a266226fae89c00ed78b6e5f
 SHA512 
0a46c8fef1d68f76c08c314613e558027dc7700a72628b5708dbc36c5c1943d816120c569692103d75d284cd7027cdda0d4ef9ab436992d7d2ec101e18aa5056
+DIST suricata-7.0.3.tar.gz 23599903 BLAKE2B 
b42044428ae5ac4ecd6b41d083f0f3ac5839bf9a0734c3a64bb5e9a6f1a0ffe0c1f5da262f4e167461836bd26ebf9238ec9c0c213ba61f6419b6af1314f3becb
 SHA512 
5a19a00118b86cd9c9b8a4b8399d8deda23beb19a6a6ed49e82240a1a5d4549490f3ce72743f5990c200850e8a64e3a51f45b8c1b8088bdd16aa12341dbf64aa
+DIST suricata-7.0.3.tar.gz.sig 566 BLAKE2B 
3befe75463a26493b660dc21721e2628a4889d5397d0ada6aa51bd9c748487130dfb56f3fa25b5514411adeaf0b385ee7e9d664ab0af9b6b0a2bef719bdc904f
 SHA512 
a08274708f3aee891b018da613fa60cf66ca09b41f70ed1e89b57d5e778bf97058d71c6ad8c529926783287ddd0f20337957e03ff59b3500c207a4ef7936bfdf

diff --git 
a/net-analyzer/suricata/files/suricata-7.0.3_fix-build-with-gcc14.patch 
b/net-analyzer/suricata/files/suricata-7.0.3_fix-build-with-gcc14.patch
new file mode 100644
index ..7ebacf76852c
--- /dev/null
+++ b/net-analyzer/suricata/files/suricata-7.0.3_fix-build-with-gcc14.patch
@@ -0,0 +1,39 @@
+Bug: From b5280929c58559c178415ce199157b5c87171258 Mon Sep 17 00:00:00 2001
+From: Brahmajit Das 
+Date: Tue, 20 Feb 2024 12:05:57 +0530
+Subject: [PATCH 1/1] Fix passing incompatible pointer type with GCC 14
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+GCC 14 (and newer compilers like Clang 16) enables
+-Wincompatible-pointer-types by default, along with some other flags.
+Thus resulting in build errors such as
+
+util-host-info.c: In function ‘SCKernelVersionIsAtLeast’:
+util-host-info.c:94:31: error: passing argument 1 of 
‘pcre2_substring_list_free_8’ from incompatible pointer type 
[-Wincompatible-pointer-types]
+   94 | pcre2_substring_list_free((PCRE2_SPTR *)list);
+  |   ^~
+  |   |
+  |   const PCRE2_UCHAR8 ** {aka const 
unsigned char **}
+
+Removing the casting make suricata build with GCC 14.
+
+First discovered on Gentoo Linux with GCC 14
+
+Bug: https://bugs.gentoo.org/925011
+Signed-off-by: Brahmajit Das 
+--- a/src/util-host-info.c
 b/src/util-host-info.c
+@@ -91,7 +91,7 @@ int SCKernelVersionIsAtLeast(int major, int minor)
+ err = true;
+ }
+ 
+-pcre2_substring_list_free((PCRE2_SPTR *)list);
++pcre2_substring_list_free(list);
+ pcre2_match_data_free(version_regex_match);
+ pcre2_code_free(version_regex);
+ 
+-- 
+2.43.2
+

diff --git a/net-analyzer/suricata/suricata-7.0.2.ebuild 
b/net-analyzer/suricata/suricata-7.0.2.ebuild
deleted file mode 100644
index 93fe2558be37..
--- a/net-analyzer/suricata/suricata-7.0.2.ebuild
+++ /dev/null
@@ -1,221 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed 

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

2024-02-28 Thread Marek Szuba
commit: 28e6fb6d16914f69f854123fdb2a61591500513e
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Feb 28 21:04:58 2024 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Feb 28 21:46:08 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28e6fb6d

sys-apps/fwupd: add 1.9.14

Closes: https://bugs.gentoo.org/921587
Signed-off-by: Marek Szuba  gentoo.org>

 sys-apps/fwupd/Manifest|   1 +
 sys-apps/fwupd/fwupd-1.9.14.ebuild | 209 +
 2 files changed, 210 insertions(+)

diff --git a/sys-apps/fwupd/Manifest b/sys-apps/fwupd/Manifest
index a68331deab8d..08160565bf9e 100644
--- a/sys-apps/fwupd/Manifest
+++ b/sys-apps/fwupd/Manifest
@@ -1,2 +1,3 @@
 DIST fwupd-1.9.10.tar.xz 3901816 BLAKE2B 
d8a0931188bf494e1b916f5bdebaf290b8e4b81a314e899f7b7e2aeec2dc37240b40c9fbf6259662fd2d92abca477460d630af0d8d95363027aa00ce46021789
 SHA512 
308bcd3af84d82157492a2ee8dc6fa4d7df6a66cca64e45b3dff9b46d0367f7d3122671388b627f67ab59a69bac1cb36feeccd1668cce0487fe466736dd8b8cc
+DIST fwupd-1.9.14.tar.xz 4367612 BLAKE2B 
d2e8ef60d751e56279428cd681769b8b6132148d87ad18beb8b355d10d03519da3d520f7f3f5a72b50591957b00176e80a4b26a472ed2305d39986b56adbbbc3
 SHA512 
582813ce5d61e10d0774195bc0e5abdf0f0ce103417df4a90a0c94ed6c124cd1bcad3118ba6f9f2054b156c0b85fc66edcbcced70dfefe616c2689257e8beeb1
 DIST fwupd-1.9.6.tar.xz 3863452 BLAKE2B 
8b54efef5947dc4766a24b8501100f7e24707944b5c9aae3c3fcd88dfce230667507af8816203b0ececa0510485661f5f599c1cdc2285df72683ede4b7a6d15c
 SHA512 
c65d795268e0e36fd2572ce3d4f2fb811412c16d583fa5463bee017a70b5d0f8b1b92460efa977a7d70bb5e3f6b5b02756e795e5f8ab7e7ac7874dc1ab5a0bfb

diff --git a/sys-apps/fwupd/fwupd-1.9.14.ebuild 
b/sys-apps/fwupd/fwupd-1.9.14.ebuild
new file mode 100644
index ..800a75b349ba
--- /dev/null
+++ b/sys-apps/fwupd/fwupd-1.9.14.ebuild
@@ -0,0 +1,209 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit meson python-single-r1 vala udev xdg
+
+DESCRIPTION="Aims to make updating firmware on Linux automatic, safe and 
reliable"
+HOMEPAGE="https://fwupd.org;
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.xz;
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="amdgpu amt +archive bash-completion bluetooth cbor elogind fastboot 
flashrom gnutls gtk-doc +gusb introspection logitech lzma minimal modemmanager 
nvme policykit spi +sqlite synaptics systemd test test-full tpm uefi"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}
+   ^^ ( elogind minimal systemd )
+   fastboot? ( gusb )
+   logitech? ( gusb )
+   minimal? ( !introspection )
+   modemmanager? ( gusb )
+   spi? ( lzma )
+   synaptics? ( gnutls )
+   test? ( archive gusb )
+   test-full? ( test )
+   uefi? ( gnutls )
+"
+RESTRICT="!test? ( test )"
+
+BDEPEND="$(vala_depend)
+   $(python_gen_cond_dep '
+   dev-python/jinja[${PYTHON_USEDEP}]
+   ')
+   >=dev-build/meson-0.60.0
+   virtual/pkgconfig
+   gtk-doc? (
+   $(python_gen_cond_dep '
+   >=dev-python/markdown-3.2[${PYTHON_USEDEP}]
+   ')
+   >=dev-util/gi-docgen-2021.1
+   )
+   bash-completion? ( >=app-shells/bash-completion-2.0 )
+   introspection? ( dev-libs/gobject-introspection )
+   test? (
+   net-libs/gnutls[tools]
+   test-full? ( dev-util/umockdev )
+   )
+"
+COMMON_DEPEND="${PYTHON_DEPS}
+   >=app-arch/gcab-1.0
+   app-arch/xz-utils
+   >=dev-libs/glib-2.68:2
+   >=dev-libs/json-glib-1.6.0
+   >=dev-libs/libgudev-232:=
+   >=dev-libs/libjcat-0.1.4[gpg,pkcs7]
+   >=dev-libs/libxmlb-0.3.6:=[introspection?]
+   $(python_gen_cond_dep '
+   dev-python/pygobject:3[cairo,${PYTHON_USEDEP}]
+   ')
+   >=net-misc/curl-7.62.0
+   archive? ( app-arch/libarchive:= )
+   cbor? ( >=dev-libs/libcbor-0.7.0:= )
+   elogind? ( >=sys-auth/elogind-211 )
+   flashrom? ( >=sys-apps/flashrom-1.2-r3 )
+   gnutls? ( >=net-libs/gnutls-3.6.0 )
+   gusb? ( >=dev-libs/libgusb-0.3.8[introspection?] )
+   logitech? ( dev-libs/protobuf-c:= )
+   lzma? ( app-arch/xz-utils )
+   modemmanager? ( net-misc/modemmanager[mbim,qmi] )
+   policykit? ( >=sys-auth/polkit-0.114 )
+   sqlite? ( dev-db/sqlite )
+   systemd? ( >=sys-apps/systemd-211 )
+   tpm? ( app-crypt/tpm2-tss:= )
+   uefi? (
+   sys-apps/fwupd-efi
+   sys-boot/efibootmgr
+   sys-fs/udisks
+   sys-libs/efivar
+   )
+"
+RDEPEND="
+   ${COMMON_DEPEND}
+   sys-apps/dbus
+"
+
+DEPEND="
+   ${COMMON_DEPEND}
+   x11-libs/pango[introspection]
+   amdgpu? (
+   sys-kernel/linux-headers
+   x11-libs/libdrm[video_cards_amdgpu]
+   )

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

2024-02-28 Thread Marek Szuba
commit: 1f526d277e5f1e9992995656f0d3b4d616f3f4da
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Feb 28 20:38:19 2024 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Feb 28 21:46:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f526d27

app-admin/ansible-lint: drop 6.21.1

Signed-off-by: Marek Szuba  gentoo.org>

 app-admin/ansible-lint/Manifest   |  1 -
 app-admin/ansible-lint/ansible-lint-6.21.1.ebuild | 60 ---
 2 files changed, 61 deletions(-)

diff --git a/app-admin/ansible-lint/Manifest b/app-admin/ansible-lint/Manifest
index 182492429ad8..6a7b426a5e91 100644
--- a/app-admin/ansible-lint/Manifest
+++ b/app-admin/ansible-lint/Manifest
@@ -1,3 +1,2 @@
 DIST ansible-lint-24.2.0.tar.gz 513719 BLAKE2B 
54e05acf982cf13cb2142a10bf04250171f07936df14933525dfae68b312a0d92ceb30867603dc7ce686206b7de010f6ca4eb9ab532ca000fc3c15c77c354c81
 SHA512 
3276d28c7b85a6087a0142cc56442efddf9ff3e81155455c74686015a2ab45ece64847b0243373ad01145e67599d8449866c122efe8ae404cd819011e41c5235
-DIST ansible-lint-6.21.1.tar.gz 508487 BLAKE2B 
9a29a5d192675a8801846fc29641651c35be5cc4d120aad128ae248a86c8493aa9125b2abb428e0fa41b233cd669a8496c85a22de7d9bac99760bbcff222066c
 SHA512 
538735ef89bcbb65077a0e02d6c9143c0aab2ce2160679d85c8dc5d222815230893f7c9bc4ee539c20d82cd7a8c1f72d3d7ee63666c49de603f4fa99964c260e
 DIST ansible-lint-6.22.2.tar.gz 513988 BLAKE2B 
b46764751a84ff2a699203bf07f4a04362faa99d7433af6ead9f7ada9e581ff8b3d9bbf205a0127950e15e4413a72fc057cd10588dffec2fb9621f58620ae1ca
 SHA512 
b48dec138a37754135e48007636f020524947342ab40f2b9dea36e10989e88ee6899e4742f1715feecfd7e239c80d3bed0581558c39eac783a84523507740180

diff --git a/app-admin/ansible-lint/ansible-lint-6.21.1.ebuild 
b/app-admin/ansible-lint/ansible-lint-6.21.1.ebuild
deleted file mode 100644
index 1bfe1dd81b97..
--- a/app-admin/ansible-lint/ansible-lint-6.21.1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Checks ansible playbooks for practices and behaviour that can be 
improved"
-HOMEPAGE="https://github.com/ansible/ansible-lint;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv"
-
-# Upstream has stated explicitly that all tests require Internet access
-PROPERTIES="test_network"
-RESTRICT="test"
-
-RDEPEND="
-   >=app-admin/ansible-core-2.12.0[${PYTHON_USEDEP}]
-   >=dev-python/ansible-compat-4.1.10[${PYTHON_USEDEP}]
-   >=dev-python/black-22.8.0[${PYTHON_USEDEP}]
-   >=dev-python/filelock-3.8.0[${PYTHON_USEDEP}]
-   >=dev-python/jsonschema-4.17.0[${PYTHON_USEDEP}]
-   >=dev-python/packaging-21.3[${PYTHON_USEDEP}]
-   >=dev-python/pathspec-0.10.3[${PYTHON_USEDEP}]
-   >=dev-python/pyyaml-5.4.1[${PYTHON_USEDEP}]
-   >=dev-python/rich-12.0.0[${PYTHON_USEDEP}]
-   >=dev-python/ruamel-yaml-0.17.31[${PYTHON_USEDEP}]
-   =dev-python/wcmatch-8.3.2[${PYTHON_USEDEP}]
-   >=dev-util/yamllint-1.30.0[${PYTHON_USEDEP}]
-   dev-vcs/git"
-BDEPEND="
-   >=dev-python/setuptools-scm-7.0.5[${PYTHON_USEDEP}]
-   test? (
-   dev-python/mypy[${PYTHON_USEDEP}]
-   dev-python/jmespath[${PYTHON_USEDEP}]
-   dev-python/pytest-mock[${PYTHON_USEDEP}]
-   >=dev-python/pytest-plus-0.2[${PYTHON_USEDEP}]
-   >=dev-python/pytest-xdist-2.5.0[${PYTHON_USEDEP}]
-   >=dev-python/spdx-tools-0.7.1:0/0.7[${PYTHON_USEDEP}]
-   )"
-
-# test_call_from_outside_venv doesn't play nicely with the sandbox
-# irrespective of whether Internet access is allowed or not
-EPYTEST_DESELECT=(
-   test/test_main.py::test_call_from_outside_venv
-)
-
-distutils_enable_tests pytest
-
-# Test suite fails to start without this
-python_test() {
-   epytest test
-}



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

2024-02-28 Thread Marek Szuba
commit: a4d06ff4b20ad4787867071720eb20a32325ba69
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Feb 28 21:35:38 2024 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Feb 28 21:46:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4d06ff4

net-libs/libhtp: drop 0.5.45

No versions affected by CVE-2024-23837 left in the tree.

Signed-off-by: Marek Szuba  gentoo.org>

 net-libs/libhtp/Manifest |  1 -
 net-libs/libhtp/libhtp-0.5.45.ebuild | 41 
 2 files changed, 42 deletions(-)

diff --git a/net-libs/libhtp/Manifest b/net-libs/libhtp/Manifest
index 2ce38167969a..449228c33f17 100644
--- a/net-libs/libhtp/Manifest
+++ b/net-libs/libhtp/Manifest
@@ -1,2 +1 @@
-DIST libhtp-0.5.45.tar.gz 501108 BLAKE2B 
faa5a05844a959b00b1f53c26d8c9167d91998c2b4d71b9ce85f1822f431d40d46513a596d804dee3290bdfad5a27d93755bb6e39fb5c36fc90472637cc3caad
 SHA512 
b4bc6cc209d8d8833082ade7d4257da3a449344ed29a3fd20b5100f3c983163cd3e537d154748a116ff22b9a79b245ba2e6d0f5960c37b4ca9867506b8ed13ed
 DIST libhtp-0.5.46.tar.gz 503286 BLAKE2B 
326246433b3d8525cd211fec73bc0fdd9fb61a65001fc55d1fed4e966c53b16a1052ef0597990681d805c2c560e670b8b2d2558851971df6c31910dea571d0cc
 SHA512 
8dac8ea13b550046d9f4463087b72ea1de019329bc94468b73923146271275a04b0dd971e5949913503e04247a19e145fb900e2f709c0f552efae177ebe10e78

diff --git a/net-libs/libhtp/libhtp-0.5.45.ebuild 
b/net-libs/libhtp/libhtp-0.5.45.ebuild
deleted file mode 100644
index 7f787459dab5..
--- a/net-libs/libhtp/libhtp-0.5.45.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION="security-aware parser for the HTTP protocol and the related bits 
and pieces"
-HOMEPAGE="https://github.com/OISF/libhtp;
-SRC_URI="https://github.com/OISF/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~riscv ~x86"
-IUSE="debug"
-
-RDEPEND="sys-libs/zlib"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.5.43-configure_fortify_source.patch
-)
-
-# false positive -- function specific to dev-libs/libiconv, which is only used
-# in Windows-based Prefix installations
-QA_CONFIG_IMPL_DECL_SKIP=( iconvctl )
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   # The debug configure logic is broken.
-   econf $(usev debug '--enable-debug')
-}
-
-src_install() {
-   default
-   find "${ED}" -name '*.la' -delete || die "Failed to remove .la files"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/cctz/

2024-02-28 Thread Jakov Smolić
commit: 26ca7926b134780e3c820663f1a3a799f047aec4
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Feb 28 21:39:18 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Feb 28 21:39:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26ca7926

dev-cpp/cctz: Keyword 2.4 riscv, #925664

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-cpp/cctz/cctz-2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/cctz/cctz-2.4.ebuild b/dev-cpp/cctz/cctz-2.4.ebuild
index 72ff7bafef43..18994d1290b8 100644
--- a/dev-cpp/cctz/cctz-2.4.ebuild
+++ b/dev-cpp/cctz/cctz-2.4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/google/cctz/archive/refs/tags/v${PV}.tar.gz -> ${P}.
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2024-02-28 Thread Jakov Smolić
commit: a5a1a1d54edaae4e528fbd0db4c18845f03dc51f
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Feb 28 21:39:14 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Feb 28 21:39:14 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5a1a1d5

dev-python/python-snappy: Keyword 0.7.0 riscv, #925721

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/python-snappy/python-snappy-0.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-snappy/python-snappy-0.7.0.ebuild 
b/dev-python/python-snappy/python-snappy-0.7.0.ebuild
index e48344cc53ef..9d2fcf326033 100644
--- a/dev-python/python-snappy/python-snappy-0.7.0.ebuild
+++ b/dev-python/python-snappy/python-snappy-0.7.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 "
 
 LICENSE="BSD"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
 SLOT="0"
 
 RDEPEND="



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

2024-02-28 Thread Jakov Smolić
commit: 1a5b4f5286036f1263f63acfb28e2da49f43d410
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Feb 28 21:39:13 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Feb 28 21:39:13 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a5b4f52

dev-python/crc32c: Keyword 2.4 riscv, #925721

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/crc32c/crc32c-2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/crc32c/crc32c-2.4.ebuild 
b/dev-python/crc32c/crc32c-2.4.ebuild
index 5ce958612888..d45e750173a0 100644
--- a/dev-python/crc32c/crc32c-2.4.ebuild
+++ b/dev-python/crc32c/crc32c-2.4.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
 # NB: these don't affect the build, they are only used for tests
 IUSE="cpu_flags_arm_crc32 cpu_flags_x86_sse4_2"
 



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

2024-02-28 Thread Jakov Smolić
commit: 8f1ab375a542b6955c7ba679febd5254267aa043
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Feb 28 21:39:12 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Feb 28 21:39:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f1ab375

dev-python/cramjam: Keyword 2.8.1 riscv, #925721

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/cramjam/cramjam-2.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/cramjam/cramjam-2.8.1.ebuild 
b/dev-python/cramjam/cramjam-2.8.1.ebuild
index 99a9c45e46d6..c8bfc535a398 100644
--- a/dev-python/cramjam/cramjam-2.8.1.ebuild
+++ b/dev-python/cramjam/cramjam-2.8.1.ebuild
@@ -179,7 +179,7 @@ LICENSE+="
Unicode-DFS-2016
 "
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
 
 BDEPEND="
test? (



[gentoo-commits] repo/gentoo:master commit in: mail-filter/rspamd/

2024-02-28 Thread Petr Vaněk
commit: 29e1cdf39be0abeb24c8facdbd54bfc3eb4d66d8
Author: Petr Vaněk  gentoo  org>
AuthorDate: Wed Feb 28 21:24:52 2024 +
Commit: Petr Vaněk  gentoo  org>
CommitDate: Wed Feb 28 21:32:17 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29e1cdf3

mail-filter/rspamd: add libarchive dep to live ebuild

Signed-off-by: Petr Vaněk  gentoo.org>

 mail-filter/rspamd/rspamd-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mail-filter/rspamd/rspamd-.ebuild 
b/mail-filter/rspamd/rspamd-.ebuild
index 7763299004ae..16b59dbaef8d 100644
--- a/mail-filter/rspamd/rspamd-.ebuild
+++ b/mail-filter/rspamd/rspamd-.ebuild
@@ -38,6 +38,7 @@ RDEPEND="
')
acct-group/rspamd
acct-user/rspamd
+   app-arch/libarchive:=
app-arch/zstd:=
dev-db/sqlite:3
dev-libs/glib:2



[gentoo-commits] repo/gentoo:master commit in: mail-filter/rspamd/

2024-02-28 Thread Petr Vaněk
commit: f5c90a7a7e87a2629c20b05cfb5f0847fb706a22
Author: Petr Vaněk  gentoo  org>
AuthorDate: Wed Feb 28 21:29:10 2024 +
Commit: Petr Vaněk  gentoo  org>
CommitDate: Wed Feb 28 21:32:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5c90a7a

mail-filter/rspamd: drop 3.8.2, 3.8.3

Both versions has known bugs, which were addressed promptly in 3.8.4.

Signed-off-by: Petr Vaněk  gentoo.org>

 mail-filter/rspamd/Manifest|   2 -
 mail-filter/rspamd/rspamd-3.8.2.ebuild | 163 -
 mail-filter/rspamd/rspamd-3.8.3.ebuild | 163 -
 3 files changed, 328 deletions(-)

diff --git a/mail-filter/rspamd/Manifest b/mail-filter/rspamd/Manifest
index 75fb4e5bf878..8929872819e4 100644
--- a/mail-filter/rspamd/Manifest
+++ b/mail-filter/rspamd/Manifest
@@ -2,6 +2,4 @@ DIST rspamd-3.6.tar.gz 5843907 BLAKE2B 
2ccb3e65a14624d48540bd3e2d034fec0dd89cd75
 DIST rspamd-3.7.4.tar.gz 5903754 BLAKE2B 
d13b3451b4a6a7c5e8644ba57196190065edda2fc48e7245ef7e0094cb90838760cc124a2cf8d0b4b7519c7583284f6883fbcd4bf3a6489496b5e52234a36c21
 SHA512 
a82696957417f7197b59e614012176626b4fdf1464ed38ce57552c8a02fe2e426504e0b0780ab4f36d208a11ae4d1921bacee52341c8a906b4ab19c1719fd116
 DIST rspamd-3.7.5.tar.gz 5903689 BLAKE2B 
29fecbc3a813fbc898360289aef2a8634fc15df38b28c47279eefa0afd836b2d3e95d83076190d9c1f0123402ea95f7c9b94fe2322996e37a529841cc55def8f
 SHA512 
d8d25cda2dee80e0c1e627c96e56ade97fc44ca0cf9410d21bd3a82fc2a4004e09c0bbb8c89eb81e835c0be5cd748f468910c3be67f5e4cdb50d56d9f8cda672
 DIST rspamd-3.8.1.tar.gz 5910993 BLAKE2B 
c3c29cb380fa09a33173bb6f51ff76eaf88cf459eda0c6f19f890148eb97703a8f43f34443a6d4b28cb1cbcf2c6f47321203556d265a0b2f0b0050b5575c5851
 SHA512 
b87c1cba11faca278db85426ed527832c34d1beff56e0993543a05fcc2d5d72675cf31bbc4241f52da9122787d24f8b955218988a198a3c29dee5db3be2c7e99
-DIST rspamd-3.8.2.tar.gz 5915793 BLAKE2B 
df375fd2d3272a43bf5e9bfe3cec7352a92e5df319d973a59299317a5e199e8e2936d1e81fbb2b8f669d23a0fac2d51830a06f577d4d5751eb93404e6f08b0cd
 SHA512 
75d46197720c556ae04de2898a788e704385195785cf6c505dfdadcdb837dc7abbb2a4285acf8d19575f01ccb5c83b5c9847424d4cabf3a645799ad1f35c7f2a
-DIST rspamd-3.8.3.tar.gz 5915102 BLAKE2B 
7c8a8055ffa190ea7f0d34cdb504e3d70fd526f546d39fdb118f8c151d5ac21fc1c2bfb9c226454f39a5c4f3e5bb73de7b9f8612fb390c5a49de48bd1593bada
 SHA512 
f325f533f333b50799699532dbc22e183c4f76ade14e5b47c1e3234ee8c3bde9304a9f28f26c23ccff99c7a82ea1253d15c5687d07f0682a2a4d61d6fbba665c
 DIST rspamd-3.8.4.tar.gz 5915680 BLAKE2B 
a6674c5175a10dffa440b9f4227fc4f2e7c497bf8a5a6c87c9f042ca870380a61be63405f4d2714103f49679edd5a28c4eb30807b8acb22998c7dbba72f19cb3
 SHA512 
dda099dd9a17699d143fc8018b89fbecfa9659eccc26b5fb88bc3f40c47e935993dfc81f1f93bb69880d17af40870e6ea20edbeed7e3f4c12c278f5c12b56a51

diff --git a/mail-filter/rspamd/rspamd-3.8.2.ebuild 
b/mail-filter/rspamd/rspamd-3.8.2.ebuild
deleted file mode 100644
index d1d6da7bf192..
--- a/mail-filter/rspamd/rspamd-3.8.2.ebuild
+++ /dev/null
@@ -1,163 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-LUA_COMPAT=( lua5-{1..4} luajit )
-
-inherit cmake lua-single pax-utils systemd tmpfiles
-
-if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="https://github.com/rspamd/rspamd.git;
-   inherit git-r3
-else
-   SRC_URI="https://github.com/rspamd/rspamd/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Rapid spam filtering system"
-HOMEPAGE="
-   https://rspamd.com
-   https://github.com/rspamd/rspamd
-"
-
-LICENSE="Apache-2.0 Boost-1.0 BSD BSD-1 BSD-2 CC0-1.0 LGPL-3 MIT public-domain 
unicode ZLIB"
-SLOT="0"
-IUSE="blas +hyperscan jemalloc +jit selinux test"
-RESTRICT="!test? ( test )"
-
-# A part of tests use ffi luajit extension
-REQUIRED_USE="${LUA_REQUIRED_USE}
-   test? ( lua_single_target_luajit )"
-
-RDEPEND="
-   ${LUA_DEPS}
-   $(lua_gen_cond_dep '
-   dev-lua/LuaBitOp[${LUA_USEDEP}]
-   dev-lua/lua-argparse[${LUA_USEDEP}]
-   ')
-   acct-group/rspamd
-   acct-user/rspamd
-   app-arch/zstd:=
-   dev-db/sqlite:3
-   dev-libs/glib:2
-   dev-libs/icu:=
-   dev-libs/libpcre2:=[jit=]
-   dev-libs/libsodium:=
-   dev-libs/openssl:0=[-bindist(-)]
-   dev-libs/snowball-stemmer:=
-   sys-libs/zlib
-   blas? (
-   virtual/blas
-   virtual/lapack
-   )
-   hyperscan? ( dev-libs/vectorscan:= )
-   jemalloc? ( dev-libs/jemalloc:= )
-   selinux? ( sec-policy/selinux-spamassassin )
-"
-DEPEND="
-   ${RDEPEND}
-   dev-cpp/doctest
-   dev-libs/libfmt:=
-   >=dev-libs/xxhash-0.8.0
-"
-BDEPEND="
-   dev-lang/perl
-   dev-util/ragel
-   virtual/pkgconfig
-"
-
-PATCHES=(
-   "${FILESDIR}/rspamd-3.6-cmake-lua-version.patch"
-   "${FILESDIR}/rspamd-3.6-unbundle-lua.patch"
-   

[gentoo-commits] repo/gentoo:master commit in: dev-scheme/guile-ssh/

2024-02-28 Thread Maciej Barć
commit: 7c870ac392a563624935a0883c3a3f5e13d7f9ab
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Feb 28 20:45:00 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Feb 28 21:23:43 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c870ac3

dev-scheme/guile-ssh: drop old 0.16.3

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

 dev-scheme/guile-ssh/Manifest|  1 -
 dev-scheme/guile-ssh/guile-ssh-0.16.3.ebuild | 50 
 2 files changed, 51 deletions(-)

diff --git a/dev-scheme/guile-ssh/Manifest b/dev-scheme/guile-ssh/Manifest
index 0d8707f3748e..caaccc630092 100644
--- a/dev-scheme/guile-ssh/Manifest
+++ b/dev-scheme/guile-ssh/Manifest
@@ -1,2 +1 @@
-DIST guile-ssh-0.16.3.tar.gz 524546 BLAKE2B 
e8cbe500493d80962f31b1d9ab97f5dc45c2e3612f419244528676b6cc3cf517a7dd84022b84356b0da456cdca404cca3ee25bef1762da9f0e126e086f34a721
 SHA512 
7b66dd5a29d47f3f7beaefb6576f74f62fe30736ddf97870a72612b44a608d61edd5ba9bc520e577b6f19a9de9044743e880601bae26b9645dafbef2c3134609
 DIST guile-ssh-0.16.4.tar.gz 532702 BLAKE2B 
47dd2fde37aa2047d836f464d567736208bfed8afee668bf76d35910a866b1c3e869f346b89b4fce7b747d5806a004933cd673851015f8d76afc61c06a398ad2
 SHA512 
1c70d4885a6f821c3018650d2537316de981ad5f76eadc51ed2c5dd51225e39e67ad1b979769b1b81a0f061ddeecd11d878b3844d9f8e78fdd0915e2f1a28838

diff --git a/dev-scheme/guile-ssh/guile-ssh-0.16.3.ebuild 
b/dev-scheme/guile-ssh/guile-ssh-0.16.3.ebuild
deleted file mode 100644
index bda391d671fb..
--- a/dev-scheme/guile-ssh/guile-ssh-0.16.3.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION="Library providing access to the SSH protocol for GNU Guile"
-HOMEPAGE="https://memory-heap.org/~avp/projects/guile-ssh/
-   https://github.com/artyom-poptsov/guile-ssh/;
-SRC_URI="https://github.com/artyom-poptsov/${PN}/archive/v${PV}.tar.gz
-   -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   >=dev-scheme/guile-2.0.0:=
-   net-libs/libssh:0=[server,sftp]
-"
-DEPEND="${RDEPEND}"
-
-DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.16.2-tests.patch
-)
-
-# guile generates ELF files without use of C or machine code
-# It's a portage's false positive. bug #677600
-QA_PREBUILT='*[.]go'
-
-src_prepare() {
-   default
-
-   # http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38112
-   find "${S}" -name "*.scm" -exec touch {} + || die
-
-   eautoreconf
-}
-
-src_install() {
-   default
-
-   find "${ED}" -name "*.la" -delete || die
-
-   # Workaround llvm-strip problem of mangling guile ELF debug
-   # sections: https://bugs.gentoo.org/905898
-   dostrip -x "/usr/$(get_libdir)/guile"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-scheme/guile-lzlib/

2024-02-28 Thread Maciej Barć
commit: 4c0589861958de1fd899eea81fc78fdcffa96b14
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Feb 28 20:43:22 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Feb 28 21:21:22 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c058986

dev-scheme/guile-lzlib: add missing pkgconfig dependencies

as also declared inside this pkg guix.scm

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

 ...0.0.2-r1.ebuild => guile-lzlib-0.0.2-r2.ebuild} | 28 +++---
 1 file changed, 20 insertions(+), 8 deletions(-)

diff --git a/dev-scheme/guile-lzlib/guile-lzlib-0.0.2-r1.ebuild 
b/dev-scheme/guile-lzlib/guile-lzlib-0.0.2-r2.ebuild
similarity index 70%
rename from dev-scheme/guile-lzlib/guile-lzlib-0.0.2-r1.ebuild
rename to dev-scheme/guile-lzlib/guile-lzlib-0.0.2-r2.ebuild
index 099b269f0587..228c3c646d40 100644
--- a/dev-scheme/guile-lzlib/guile-lzlib-0.0.2-r1.ebuild
+++ b/dev-scheme/guile-lzlib/guile-lzlib-0.0.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -7,19 +7,32 @@ inherit autotools
 
 DESCRIPTION="GNU Guile library providing bindings to lzlib"
 HOMEPAGE="https://notabug.org/guile-lzlib/guile-lzlib/;
-SRC_URI="https://notabug.org/${PN}/${PN}/archive/${PV}.tar.gz
-   -> ${P}.tar.gz"
-S="${WORKDIR}"/${PN}
+
+if [[ "${PV}" == ** ]] ; then
+   inherit git-r3
+
+   EGIT_REPO_URI="https://notabug.org/${PN}/${PN}.git;
+else
+   SRC_URI="https://notabug.org/${PN}/${PN}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+   S="${WORKDIR}/${PN}"
+
+   KEYWORDS="~amd64 ~x86"
+fi
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
 
 RDEPEND="
>=dev-scheme/guile-2.0.0:=
app-arch/lzlib
 "
-DEPEND="${RDEPEND}"
+DEPEND="
+   ${RDEPEND}
+"
+BDEPEND="
+   virtual/pkgconfig
+"
 
 DOCS=( AUTHORS ChangeLog HACKING NEWS README.org )
 
@@ -29,11 +42,10 @@ QA_PREBUILT='*[.]go'
 
 src_prepare() {
default
+   eautoreconf
 
# http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38112
find "${S}" -name "*.scm" -exec touch {} + || die
-
-   eautoreconf
 }
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: dev-scheme/guile-gnutls/

2024-02-28 Thread Maciej Barć
commit: 72c8a61bd790186814d104074d9741edeac7112e
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Feb 28 20:37:12 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Feb 28 21:21:22 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72c8a61b

dev-scheme/guile-gnutls: add missing pkgconfig dependencies

as also declared inside this pkg guix.scm

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

 ...s-4.0.0.ebuild => guile-gnutls-4.0.0-r1.ebuild} | 28 +++---
 1 file changed, 20 insertions(+), 8 deletions(-)

diff --git a/dev-scheme/guile-gnutls/guile-gnutls-4.0.0.ebuild 
b/dev-scheme/guile-gnutls/guile-gnutls-4.0.0-r1.ebuild
similarity index 72%
rename from dev-scheme/guile-gnutls/guile-gnutls-4.0.0.ebuild
rename to dev-scheme/guile-gnutls/guile-gnutls-4.0.0-r1.ebuild
index 2ddce6cbaeee..ca5e5aab27ac 100644
--- a/dev-scheme/guile-gnutls/guile-gnutls-4.0.0.ebuild
+++ b/dev-scheme/guile-gnutls/guile-gnutls-4.0.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -8,19 +8,32 @@ inherit autotools
 DESCRIPTION="Guile-GnuTLS provides Guile bindings for the GnuTLS library"
 HOMEPAGE="https://gnutls.gitlab.io/guile/manual/
https://gitlab.com/gnutls/guile/;
-SRC_URI="https://gitlab.com/gnutls/guile/-/archive/v${PV}/guile-v${PV}.tar.bz2
-   -> ${P}.tar.bz2"
-S="${WORKDIR}"/guile-v${PV}
+
+if [[ "${PV}" == ** ]] ; then
+   inherit git-r3
+
+   EGIT_REPO_URI="https://gitlab.com/gnutls/guile.git;
+else
+   
SRC_URI="https://gitlab.com/gnutls/guile/-/archive/v${PV}/guile-v${PV}.tar.bz2
+   -> ${P}.tar.bz2"
+   S="${WORKDIR}/guile-v${PV}"
+
+   KEYWORDS="~amd64 ~x86"
+fi
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
 
 RDEPEND="
>=dev-scheme/guile-2.0.0:=
net-libs/gnutls:=[-guile(-)]
 "
-DEPEND="${RDEPEND}"
+DEPEND="
+   ${RDEPEND}
+"
+BDEPEND="
+   virtual/pkgconfig
+"
 
 # guile generates ELF files without use of C or machine code
 # It's a portage's false positive. bug #677600
@@ -28,11 +41,10 @@ QA_PREBUILT='*[.]go'
 
 src_prepare() {
default
+   eautoreconf
 
# http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38112
find "${S}" -name "*.scm" -exec touch {} + || die
-
-   eautoreconf
 }
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: dev-scheme/guile-gnutls/

2024-02-28 Thread Maciej Barć
commit: eb40df18ea18f85bff8934d2204ff7ab1b05682d
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Feb 28 20:33:53 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Feb 28 21:21:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb40df18

dev-scheme/guile-gnutls: drop old 3.7.14

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

 dev-scheme/guile-gnutls/Manifest   |  1 -
 dev-scheme/guile-gnutls/guile-gnutls-3.7.14.ebuild | 50 --
 2 files changed, 51 deletions(-)

diff --git a/dev-scheme/guile-gnutls/Manifest b/dev-scheme/guile-gnutls/Manifest
index d92422bfdccf..b12a9218d720 100644
--- a/dev-scheme/guile-gnutls/Manifest
+++ b/dev-scheme/guile-gnutls/Manifest
@@ -1,2 +1 @@
-DIST guile-gnutls-3.7.14.tar.bz2 176631 BLAKE2B 
9d21a90e066d4360a329b5bd8f4375856b90fd0c262250064fa8ec92a76372b2c8cb746c10c5d8465353e49d1e8dae0a5897eba4831e1f947b9102b72b05b756
 SHA512 
7f690ea7c09e5017eef2a660f9db022d627fd562b90d1ce663915e5f28c38cafd3c8fdb459afe98a6ae973cc25283ec5dac00e590ba674f4af2f955abdb75ae7
 DIST guile-gnutls-4.0.0.tar.bz2 177122 BLAKE2B 
a427c0bb84fd6bb937c52930b6281c8f1b691a728d93475774b4d490c6418595deb15483716bcab1e3b03949633d0604112ebae4be8921791b257234e8d31870
 SHA512 
15cbfff19b9cd799a8a1bb344d0ab4a098707e8544a84047fdd5b919349f02018c39aaa927b6bbff86ec24620df8f7b343b4b4854ec26585edc66f6a8e442887

diff --git a/dev-scheme/guile-gnutls/guile-gnutls-3.7.14.ebuild 
b/dev-scheme/guile-gnutls/guile-gnutls-3.7.14.ebuild
deleted file mode 100644
index 2ddce6cbaeee..
--- a/dev-scheme/guile-gnutls/guile-gnutls-3.7.14.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION="Guile-GnuTLS provides Guile bindings for the GnuTLS library"
-HOMEPAGE="https://gnutls.gitlab.io/guile/manual/
-   https://gitlab.com/gnutls/guile/;
-SRC_URI="https://gitlab.com/gnutls/guile/-/archive/v${PV}/guile-v${PV}.tar.bz2
-   -> ${P}.tar.bz2"
-S="${WORKDIR}"/guile-v${PV}
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   >=dev-scheme/guile-2.0.0:=
-   net-libs/gnutls:=[-guile(-)]
-"
-DEPEND="${RDEPEND}"
-
-# guile generates ELF files without use of C or machine code
-# It's a portage's false positive. bug #677600
-QA_PREBUILT='*[.]go'
-
-src_prepare() {
-   default
-
-   # http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38112
-   find "${S}" -name "*.scm" -exec touch {} + || die
-
-   eautoreconf
-}
-
-src_configure() {
-   econf --disable-srp-authentication  # bug #894050
-}
-
-src_install() {
-   default
-
-   find "${ED}" -type f -name "*.la" -delete || die
-
-   # Workaround llvm-strip problem of mangling guile ELF debug
-   # sections: https://bugs.gentoo.org/905898
-   dostrip -x "/usr/$(get_libdir)/guile"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-scheme/guile-ssh/

2024-02-28 Thread Maciej Barć
commit: f129b754cc1545f29bfeca95272ca78307216987
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Feb 28 20:53:14 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Feb 28 21:24:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f129b754

dev-scheme/guile-ssh: add missing pkgconfig dependencies

as also declared inside this pkg guix.scm

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

 ...sh-0.16.4.ebuild => guile-ssh-0.16.4-r1.ebuild} | 28 +++---
 1 file changed, 20 insertions(+), 8 deletions(-)

diff --git a/dev-scheme/guile-ssh/guile-ssh-0.16.4.ebuild 
b/dev-scheme/guile-ssh/guile-ssh-0.16.4-r1.ebuild
similarity index 71%
rename from dev-scheme/guile-ssh/guile-ssh-0.16.4.ebuild
rename to dev-scheme/guile-ssh/guile-ssh-0.16.4-r1.ebuild
index bda391d671fb..5a331431ce4e 100644
--- a/dev-scheme/guile-ssh/guile-ssh-0.16.4.ebuild
+++ b/dev-scheme/guile-ssh/guile-ssh-0.16.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -8,22 +8,35 @@ inherit autotools
 DESCRIPTION="Library providing access to the SSH protocol for GNU Guile"
 HOMEPAGE="https://memory-heap.org/~avp/projects/guile-ssh/
https://github.com/artyom-poptsov/guile-ssh/;
-SRC_URI="https://github.com/artyom-poptsov/${PN}/archive/v${PV}.tar.gz
-   -> ${P}.tar.gz"
+
+if [[ "${PV}" == ** ]] ; then
+   inherit git-r3
+
+   EGIT_REPO_URI="https://github.com/artyom-poptsov/${PN}.git;
+else
+   SRC_URI="https://github.com/artyom-poptsov/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+   KEYWORDS="~amd64 ~x86"
+fi
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
 
 RDEPEND="
>=dev-scheme/guile-2.0.0:=
net-libs/libssh:0=[server,sftp]
 "
-DEPEND="${RDEPEND}"
+DEPEND="
+   ${RDEPEND}
+"
+BDEPEND="
+   virtual/pkgconfig
+"
 
 DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )
 PATCHES=(
-   "${FILESDIR}"/${PN}-0.16.2-tests.patch
+   "${FILESDIR}/${PN}-0.16.2-tests.patch"
 )
 
 # guile generates ELF files without use of C or machine code
@@ -32,11 +45,10 @@ QA_PREBUILT='*[.]go'
 
 src_prepare() {
default
+   eautoreconf
 
# http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38112
find "${S}" -name "*.scm" -exec touch {} + || die
-
-   eautoreconf
 }
 
 src_install() {



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

2024-02-28 Thread Maciej Barć
commit: b7e7b66dacbff19196ef733134c807c29a7dc1d2
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Feb 28 20:30:44 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Feb 28 21:21:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7e7b66d

dev-scheme/guile-git: drop old 0.5.2

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

 dev-scheme/guile-git/Manifest   |  1 -
 dev-scheme/guile-git/guile-git-0.5.2.ebuild | 62 -
 2 files changed, 63 deletions(-)

diff --git a/dev-scheme/guile-git/Manifest b/dev-scheme/guile-git/Manifest
index 24dfb4d5230b..fe2f5ce6a405 100644
--- a/dev-scheme/guile-git/Manifest
+++ b/dev-scheme/guile-git/Manifest
@@ -1,2 +1 @@
-DIST guile-git-0.5.2.tar.gz 305493 BLAKE2B 
03fa85e1943fadc5e7e2da4bed2b6476e5a275856ed087a1730815defc17586f43eb2006bc3970d6f97d42822bcf83ef3d57a74c9a7ddb2fb877f5f0f8237a49
 SHA512 
4ac55c04c555f1a343f842bbda80d54314697d5bbc28bc3967edfdfacb8afa07c673ef7fd651388a6c55b6977b041174732cde14359a0127f0b931364a7eeda9
 DIST guile-git-v0.6.0.tar.bz2 99833 BLAKE2B 
51109cc5f037cffd5e8a6dd1b0ce99631ffb524e209a8b081c33a188ead78d26c76dbb9590e3891c056eb7853da57b7e3f3f08ef3723465bd7ab43671c3d018b
 SHA512 
519b5dafd83b5967403929e347fa2b81fcec97136459722fdc95357cbeba9d519807b8863b17a85fc426e53e8f78f5d3979f96bbb32548bcf598827f3f228219

diff --git a/dev-scheme/guile-git/guile-git-0.5.2.ebuild 
b/dev-scheme/guile-git/guile-git-0.5.2.ebuild
deleted file mode 100644
index 2aac37120828..
--- a/dev-scheme/guile-git/guile-git-0.5.2.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# I extract those manually from 
https://gitlab.com/guile-git/guile-git/-/releases
-# from 'source tarball' link. Is there a better stable link?
-UPLOAD_PV=0.5.2
-UPLOAD_ID=6450f3991aa524484038cdcea3fb248d
-
-[[ $PV == ${UPLOAD_PV} ]] || die "${CATEGORY}/${P}: update 'UPLOAD_ID' to 
match ${PV}"
-
-DESCRIPTION="Guile bindings of git"
-HOMEPAGE="https://gitlab.com/guile-git/guile-git;
-SRC_URI="https://gitlab.com/guile-git/guile-git/uploads/${UPLOAD_ID}/guile-git-${PV}.tar.gz;
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-# Works without sandbox. But under sandbox sshd claims to break the protocol.
-RESTRICT="test"
-
-# older libgit seems to be incompatible with guile-git bindings
-# https://github.com/trofi/nix-guix-gentoo/issues/7
-RDEPEND="
-   >=dev-scheme/guile-2.0.11:=
-   dev-scheme/bytestructures
-   >=dev-libs/libgit2-1:=
-"
-DEPEND="${RDEPEND}"
-
-# guile generates ELF files without use of C or machine code
-# It's a portage's false positive. bug #677600
-QA_PREBUILT='*[.]go'
-
-src_prepare() {
-   default
-
-   # guile is trying to avoid recompilation by checking if file
-   # /usr/lib64/guile/2.2/site-ccache/
-   # is newer than
-   # 
-   # In case it is instead of using  guile
-   # loads system one (from potentially older version of package).
-   # To work it around we bump last modification timestamp of
-   # '*.scm' files.
-   # http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38112
-   find "${S}" -name "*.scm" -exec touch {} + || die
-}
-
-src_test() {
-   emake check VERBOSE=1
-}
-
-src_install() {
-   default
-
-   # Workaround llvm-strip problem of mangling guile ELF debug
-   # sections: https://bugs.gentoo.org/905898
-   dostrip -x "/usr/$(get_libdir)/guile"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-scheme/guile-gcrypt/

2024-02-28 Thread Maciej Barć
commit: 964f79950bc01433d5795bb51668265ee77c296a
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Feb 28 20:29:26 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Feb 28 21:21:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=964f7995

dev-scheme/guile-gcrypt: add missing pkgconfig dependencies

as also declared inside this pkg guix.scm

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

 ...t-0.4.0.ebuild => guile-gcrypt-0.4.0-r1.ebuild} | 28 +++---
 1 file changed, 20 insertions(+), 8 deletions(-)

diff --git a/dev-scheme/guile-gcrypt/guile-gcrypt-0.4.0.ebuild 
b/dev-scheme/guile-gcrypt/guile-gcrypt-0.4.0-r1.ebuild
similarity index 68%
rename from dev-scheme/guile-gcrypt/guile-gcrypt-0.4.0.ebuild
rename to dev-scheme/guile-gcrypt/guile-gcrypt-0.4.0-r1.ebuild
index 925cd6308503..e435603ff2d5 100644
--- a/dev-scheme/guile-gcrypt/guile-gcrypt-0.4.0.ebuild
+++ b/dev-scheme/guile-gcrypt/guile-gcrypt-0.4.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -7,18 +7,32 @@ inherit autotools
 
 DESCRIPTION="Guile bindings of libgcrypt"
 HOMEPAGE="https://notabug.org/cwebber/guile-gcrypt;
-SRC_URI="https://notabug.org/cwebber/guile-gcrypt/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-S="${WORKDIR}/${PN}"
+
+if [[ "${PV}" == ** ]] ; then
+   inherit git-r3
+
+   EGIT_REPO_URI="https://notabug.org/cwebber/${PN}.git;
+else
+   SRC_URI="https://notabug.org/cwebber/guile-gcrypt/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz"
+   S="${WORKDIR}/${PN}"
+
+   KEYWORDS="~amd64 ~x86"
+fi
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
 
 RDEPEND="
>=dev-scheme/guile-2.0.11:=
dev-libs/libgcrypt:0=
 "
-DEPEND="${RDEPEND}"
+DEPEND="
+   ${RDEPEND}
+"
+BDEPEND="
+   virtual/pkgconfig
+"
 
 # guile generates ELF files without use of C or machine code
 # It's a portage's false positive. bug #677600
@@ -26,12 +40,10 @@ QA_PREBUILT='*[.]go'
 
 src_prepare() {
default
+   eautoreconf
 
# http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38112
find "${S}" -name "*.scm" -exec touch {} + || die
-
-   # upstream tag on top of source tree. has no autogenerated files
-   eautoreconf
 }
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: dev-scheme/guile-zstd/

2024-02-28 Thread Maciej Barć
commit: 07eabe284e7b0a7103986293690229aebd4d8afe
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Feb 28 20:22:38 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Feb 28 21:21:20 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07eabe28

dev-scheme/guile-zstd: add missing pkgconfig dependencies

as also declared inside this pkg guix.scm

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

 .../{guile-zstd-0.1.1-r2.ebuild => guile-zstd-0.1.1-r3.ebuild} | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-scheme/guile-zstd/guile-zstd-0.1.1-r2.ebuild 
b/dev-scheme/guile-zstd/guile-zstd-0.1.1-r3.ebuild
similarity index 97%
rename from dev-scheme/guile-zstd/guile-zstd-0.1.1-r2.ebuild
rename to dev-scheme/guile-zstd/guile-zstd-0.1.1-r3.ebuild
index 553530bd3a34..72aca48dc92f 100644
--- a/dev-scheme/guile-zstd/guile-zstd-0.1.1-r2.ebuild
+++ b/dev-scheme/guile-zstd/guile-zstd-0.1.1-r3.ebuild
@@ -31,6 +31,9 @@ RDEPEND="
 DEPEND="
${RDEPEND}
 "
+BDEPEND="
+   virtual/pkgconfig
+"
 
 DOCS=( AUTHORS ChangeLog NEWS README )
 



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

2024-02-28 Thread Maciej Barć
commit: f9955adbd4acbf8329e900921a44d5985851782e
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Feb 28 20:33:22 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Feb 28 21:21:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9955adb

dev-scheme/guile-git: add missing pkgconfig dependencies

as also declared inside this pkg guix.scm

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

 .../{guile-git-0.6.0.ebuild => guile-git-0.6.0-r1.ebuild}  | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/dev-scheme/guile-git/guile-git-0.6.0.ebuild 
b/dev-scheme/guile-git/guile-git-0.6.0-r1.ebuild
similarity index 96%
rename from dev-scheme/guile-git/guile-git-0.6.0.ebuild
rename to dev-scheme/guile-git/guile-git-0.6.0-r1.ebuild
index 69f8ffc6fe95..7bf4dc097034 100644
--- a/dev-scheme/guile-git/guile-git-0.6.0.ebuild
+++ b/dev-scheme/guile-git/guile-git-0.6.0-r1.ebuild
@@ -32,7 +32,12 @@ RDEPEND="
>=dev-scheme/guile-2.0.11:=
dev-scheme/bytestructures
 "
-DEPEND="${RDEPEND}"
+DEPEND="
+   ${RDEPEND}
+"
+BDEPEND="
+   virtual/pkgconfig
+"
 
 # guile generates ELF files without use of C or machine code
 # It's a portage's false positive. bug #677600



[gentoo-commits] repo/gentoo:master commit in: dev-scheme/guile-zlib/

2024-02-28 Thread Maciej Barć
commit: 81e2f85bf3be7de84e8f74b152a8cd6fe4a24fbb
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Feb 28 20:26:38 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Feb 28 21:21:20 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81e2f85b

dev-scheme/guile-zlib: add missing pkgconfig dependencies

as also declared inside this pkg guix.scm

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

 .../{guile-zlib-0.1.0-r2.ebuild => guile-zlib-0.1.0-r3.ebuild}   | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-scheme/guile-zlib/guile-zlib-0.1.0-r2.ebuild 
b/dev-scheme/guile-zlib/guile-zlib-0.1.0-r3.ebuild
similarity index 94%
rename from dev-scheme/guile-zlib/guile-zlib-0.1.0-r2.ebuild
rename to dev-scheme/guile-zlib/guile-zlib-0.1.0-r3.ebuild
index 6a0b2a379b87..b9ab27ef9a39 100644
--- a/dev-scheme/guile-zlib/guile-zlib-0.1.0-r2.ebuild
+++ b/dev-scheme/guile-zlib/guile-zlib-0.1.0-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -30,6 +30,9 @@ RDEPEND="
 DEPEND="
${RDEPEND}
 "
+BDEPEND="
+   virtual/pkgconfig
+"
 
 DOCS=( AUTHORS ChangeLog HACKING NEWS README.org )
 PATCHES=( "${FILESDIR}/${PN}-0.1.0-gentoo.patch" )



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

2024-02-28 Thread Sam James
commit: c765669739dcdf7a0a65d21588451990ea82acd8
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 28 20:55:19 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 28 20:55:19 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7656697

dev-python/crc32c: Keyword 2.4 arm64, #925721

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

 dev-python/crc32c/crc32c-2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/crc32c/crc32c-2.4.ebuild 
b/dev-python/crc32c/crc32c-2.4.ebuild
index 9370301ce186..5ce958612888 100644
--- a/dev-python/crc32c/crc32c-2.4.ebuild
+++ b/dev-python/crc32c/crc32c-2.4.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 # NB: these don't affect the build, they are only used for tests
 IUSE="cpu_flags_arm_crc32 cpu_flags_x86_sse4_2"
 



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

2024-02-28 Thread Sam James
commit: b9dbccf33be0c734195754a41fbf5fa9952f98b9
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 28 20:55:04 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 28 20:55:04 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9dbccf3

dev-python/python-snappy: Keyword 0.7.0 arm64, #925721

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

 dev-python/python-snappy/python-snappy-0.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-snappy/python-snappy-0.7.0.ebuild 
b/dev-python/python-snappy/python-snappy-0.7.0.ebuild
index b99223c8cb38..e48344cc53ef 100644
--- a/dev-python/python-snappy/python-snappy-0.7.0.ebuild
+++ b/dev-python/python-snappy/python-snappy-0.7.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 "
 
 LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 SLOT="0"
 
 RDEPEND="



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

2024-02-28 Thread Sam James
commit: 212af90137348cd5cc9ed20b78e5c653d804d9ce
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 28 20:55:35 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 28 20:55:35 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=212af901

dev-python/cramjam: Keyword 2.8.1 arm64, #925721

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

 dev-python/cramjam/cramjam-2.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/cramjam/cramjam-2.8.1.ebuild 
b/dev-python/cramjam/cramjam-2.8.1.ebuild
index 276e244a0e4c..99a9c45e46d6 100644
--- a/dev-python/cramjam/cramjam-2.8.1.ebuild
+++ b/dev-python/cramjam/cramjam-2.8.1.ebuild
@@ -179,7 +179,7 @@ LICENSE+="
Unicode-DFS-2016
 "
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 BDEPEND="
test? (



[gentoo-commits] repo/gentoo:master commit in: app-arch/xz-utils/, app-arch/xz-utils/files/

2024-02-28 Thread Sam James
commit: 7be3cdcb6f30cd95a7f5a754a48c664e1fad0a3f
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 28 20:51:48 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 28 20:52:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7be3cdcb

app-arch/xz-utils: backport verbosity improvement for thread auto-adjustment

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

 ...tils-5.6.0-logging-verbosity-threads-auto.patch |  43 ++
 app-arch/xz-utils/xz-utils-5.6.0-r1.ebuild | 145 +
 2 files changed, 188 insertions(+)

diff --git 
a/app-arch/xz-utils/files/xz-utils-5.6.0-logging-verbosity-threads-auto.patch 
b/app-arch/xz-utils/files/xz-utils-5.6.0-logging-verbosity-threads-auto.patch
new file mode 100644
index ..a203ecf2aa97
--- /dev/null
+++ 
b/app-arch/xz-utils/files/xz-utils-5.6.0-logging-verbosity-threads-auto.patch
@@ -0,0 +1,43 @@
+https://github.com/tukaani-project/xz/commit/5c91b454c24e043ca8f2cc7d2b09bd091dafe655
+
+From 5c91b454c24e043ca8f2cc7d2b09bd091dafe655 Mon Sep 17 00:00:00 2001
+From: Jia Tan 
+Date: Tue, 27 Feb 2024 23:42:41 +0800
+Subject: [PATCH] xz: Change logging level for thread reduction to highest
+ verbosity only.
+
+Now that multi threaded encoding is the default, users do not need to
+see a warning message everytime the number of threads is reduced. On
+some machines, this could happen very often. It is not unreasonable for
+users to need to set double verbose mode to see this kind of
+information.
+
+To see these warning messages -vv or --verbose --verbose must be passed
+to set xz into the highest possible verbosity mode.
+
+These warnings had caused automated testing frameworks to fail when they
+expected no output to stderr.
+
+Thanks to Sebastian Andrzej Siewior for reporting this and for the
+initial version of the patch.
+--- a/src/xz/coder.c
 b/src/xz/coder.c
+@@ -581,7 +581,7 @@ coder_set_compression_settings(void)
+ 
+   if (memory_usage <= memory_limit) {
+   // The memory usage is now low enough.
+-  message(V_WARNING, _("Reduced the number of "
++  message(V_DEBUG, _("Reduced the number of "
+   "threads from %s to %s to not exceed "
+   "the memory usage limit of %s MiB"),
+   uint64_to_str(
+@@ -601,7 +601,7 @@ coder_set_compression_settings(void)
+   // time the soft limit will never make xz fail and never make
+   // xz change settings that would affect the compressed output.
+   if (hardware_memlimit_mtenc_is_default()) {
+-  message(V_WARNING, _("Reduced the number of threads "
++  message(V_DEBUG, _("Reduced the number of threads "
+   "from %s to one. The automatic memory usage "
+   "limit of %s MiB is still being exceeded. "
+   "%s MiB of memory is required. "
+

diff --git a/app-arch/xz-utils/xz-utils-5.6.0-r1.ebuild 
b/app-arch/xz-utils/xz-utils-5.6.0-r1.ebuild
new file mode 100644
index ..26708cb6aea1
--- /dev/null
+++ b/app-arch/xz-utils/xz-utils-5.6.0-r1.ebuild
@@ -0,0 +1,145 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Remember: we cannot leverage autotools in this ebuild in order
+#   to avoid circular deps with autotools
+
+EAPI=8
+
+inherit flag-o-matic libtool multilib multilib-minimal preserve-libs 
toolchain-funcs
+
+if [[ ${PV} ==  ]] ; then
+   # Per tukaani.org, git.tukaani.org is a mirror of github and
+   # may be behind.
+   EGIT_REPO_URI="
+   https://github.com/tukaani-project/xz
+   https://git.tukaani.org/xz.git
+   "
+   inherit git-r3 autotools
+
+   # bug #272880 and bug #286068
+   BDEPEND="sys-devel/gettext >=dev-build/libtool-2"
+else
+   VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/jiatan.asc
+   inherit verify-sig
+
+   MY_P="${PN/-utils}-${PV/_}"
+   SRC_URI="
+   
https://github.com/tukaani-project/xz/releases/download/v${PV/_}/${MY_P}.tar.gz
+   mirror://sourceforge/lzmautils/${MY_P}.tar.gz
+   https://tukaani.org/xz/${MY_P}.tar.gz
+   verify-sig? (
+   
https://github.com/tukaani-project/xz/releases/download/v${PV/_}/${MY_P}.tar.gz.sig
+   https://tukaani.org/xz/${MY_P}.tar.gz.sig
+   )
+   "
+
+   if [[ ${PV} != *_alpha* && ${PV} != *_beta* ]] ; then
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k 
~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos 
~ppc-macos ~x64-macos ~x64-solaris"
+   fi
+
+   S="${WORKDIR}/${MY_P}"
+fi
+

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

2024-02-28 Thread Jakov Smolić
commit: 80aecc704cf8e9fdf051f936a43afa91e1380d5f
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Feb 28 20:50:19 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Feb 28 20:50:19 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80aecc70

dev-python/python-snappy: Keyword 0.7.0 x86, #925721

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/python-snappy/python-snappy-0.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-snappy/python-snappy-0.7.0.ebuild 
b/dev-python/python-snappy/python-snappy-0.7.0.ebuild
index 288dc6bc1522..b99223c8cb38 100644
--- a/dev-python/python-snappy/python-snappy-0.7.0.ebuild
+++ b/dev-python/python-snappy/python-snappy-0.7.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 "
 
 LICENSE="BSD"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 SLOT="0"
 
 RDEPEND="



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

2024-02-28 Thread Jakov Smolić
commit: 38fd9504602989a1b1308c109e25430f5c0cb37f
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Feb 28 20:50:20 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Feb 28 20:50:20 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38fd9504

dev-python/crc32c: Keyword 2.4 x86, #925721

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/crc32c/crc32c-2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/crc32c/crc32c-2.4.ebuild 
b/dev-python/crc32c/crc32c-2.4.ebuild
index ff64329bc4ad..9370301ce186 100644
--- a/dev-python/crc32c/crc32c-2.4.ebuild
+++ b/dev-python/crc32c/crc32c-2.4.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 # NB: these don't affect the build, they are only used for tests
 IUSE="cpu_flags_arm_crc32 cpu_flags_x86_sse4_2"
 



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

2024-02-28 Thread Jakov Smolić
commit: a5918ee2a04b7f03e08bf27399f47c90eee52e01
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Feb 28 20:50:02 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Feb 28 20:50:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5918ee2

net-analyzer/gvm: Stabilize 22.4-r1 amd64, #925668

Signed-off-by: Jakov Smolić  gentoo.org>

 net-analyzer/gvm/gvm-22.4-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/gvm/gvm-22.4-r1.ebuild 
b/net-analyzer/gvm/gvm-22.4-r1.ebuild
index 4639c27b5590..1fce1de5e626 100644
--- a/net-analyzer/gvm/gvm-22.4-r1.ebuild
+++ b/net-analyzer/gvm/gvm-22.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -10,7 +10,7 @@ HOMEPAGE="https://www.greenbone.net;
 
 SLOT="0"
 LICENSE="AGPL-3+"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="cli doc +gsa ldap ospd snmp radius"
 
 RDEPEND="



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

2024-02-28 Thread Jakov Smolić
commit: fd6560c8e9ec8a70e14298105285594e01dd9cf1
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Feb 28 20:50:16 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Feb 28 20:50:16 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd6560c8

dev-python/colorful: Stabilize 0.5.6 amd64, #925668

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/colorful/colorful-0.5.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/colorful/colorful-0.5.6.ebuild 
b/dev-python/colorful/colorful-0.5.6.ebuild
index 55d9fa2e9996..cc1761288e91 100644
--- a/dev-python/colorful/colorful-0.5.6.ebuild
+++ b/dev-python/colorful/colorful-0.5.6.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/ospd-openvas/

2024-02-28 Thread Jakov Smolić
commit: 16a5cb94091c9b8063a6c34770a11c45e49b9f98
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Feb 28 20:50:08 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Feb 28 20:50:08 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16a5cb94

net-analyzer/ospd-openvas: Stabilize 22.6.2 amd64, #925668

Signed-off-by: Jakov Smolić  gentoo.org>

 net-analyzer/ospd-openvas/ospd-openvas-22.6.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/ospd-openvas/ospd-openvas-22.6.2.ebuild 
b/net-analyzer/ospd-openvas/ospd-openvas-22.6.2.ebuild
index 80d1b420e22e..d202b6f35bd0 100644
--- a/net-analyzer/ospd-openvas/ospd-openvas-22.6.2.ebuild
+++ b/net-analyzer/ospd-openvas/ospd-openvas-22.6.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020-2023 Gentoo Authors
+# Copyright 2020-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/greenbone/ospd-openvas/archive/v${PV}.tar.gz -> ${P}
 
 LICENSE="AGPL-3+ GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="doc +notus"
 
 DEPEND="



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

2024-02-28 Thread Jakov Smolić
commit: 875fc5ef675a238ebeb03b7e49bc92e42217e14f
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Feb 28 20:50:17 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Feb 28 20:50:17 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=875fc5ef

dev-python/semver: Stabilize 3.0.2 amd64, #925668

Signed-off-by: Jakov Smolić  gentoo.org>

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

diff --git a/dev-python/semver/semver-3.0.2.ebuild 
b/dev-python/semver/semver-3.0.2.ebuild
index 385401fa732a..787614d74535 100644
--- a/dev-python/semver/semver-3.0.2.ebuild
+++ b/dev-python/semver/semver-3.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2023 Gentoo Authors
+# Copyright 2019-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86"
 
 BDEPEND="
dev-python/setuptools-scm[${PYTHON_USEDEP}]



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

2024-02-28 Thread Jakov Smolić
commit: 8850f67eade9cbb2fa943b351456deca2e0d15a3
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Feb 28 20:50:09 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Feb 28 20:50:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8850f67e

dev-libs/cgreen: Stabilize 1.3.0 amd64, #925668

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-libs/cgreen/cgreen-1.3.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/cgreen/cgreen-1.3.0.ebuild 
b/dev-libs/cgreen/cgreen-1.3.0.ebuild
index 1b1189420def..b4427d60ba65 100644
--- a/dev-libs/cgreen/cgreen-1.3.0.ebuild
+++ b/dev-libs/cgreen/cgreen-1.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/cgreen-devs/cgreen/archive/${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 DEPEND="sys-libs/glibc:="
 RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Package-Variant/

2024-02-28 Thread Jakov Smolić
commit: 887aeaabc4c9f27d581e1b59a3722e004af30ab2
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Feb 28 20:50:14 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Feb 28 20:50:14 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=887aeaab

dev-perl/Package-Variant: Stabilize 1.3.2-r1 amd64, #925668

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-perl/Package-Variant/Package-Variant-1.3.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Package-Variant/Package-Variant-1.3.2-r1.ebuild 
b/dev-perl/Package-Variant/Package-Variant-1.3.2-r1.ebuild
index 8f41f75ce36a..4f98a615c77f 100644
--- a/dev-perl/Package-Variant/Package-Variant-1.3.2-r1.ebuild
+++ b/dev-perl/Package-Variant/Package-Variant-1.3.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Parameterizable packages"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~x86"
 
 RDEPEND="
virtual/perl-Carp



[gentoo-commits] repo/gentoo:master commit in: net-libs/paho-mqtt-c/

2024-02-28 Thread Jakov Smolić
commit: e91062ed00afefedb7c845eef2e24d2b37163fd4
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Feb 28 20:50:14 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Feb 28 20:50:14 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e91062ed

net-libs/paho-mqtt-c: Stabilize 1.3.13 amd64, #925668

Signed-off-by: Jakov Smolić  gentoo.org>

 net-libs/paho-mqtt-c/paho-mqtt-c-1.3.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/paho-mqtt-c/paho-mqtt-c-1.3.13.ebuild 
b/net-libs/paho-mqtt-c/paho-mqtt-c-1.3.13.ebuild
index 842492849073..c86ad8b20189 100644
--- a/net-libs/paho-mqtt-c/paho-mqtt-c-1.3.13.ebuild
+++ b/net-libs/paho-mqtt-c/paho-mqtt-c-1.3.13.ebuild
@@ -20,7 +20,7 @@ S="${WORKDIR}/paho.mqtt.c-${PV}"
 
 LICENSE="EPL-2.0"
 SLOT="1.3"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="doc examples +high-performance +ssl test"
 
 # Building samples needs ssl: #912262



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

2024-02-28 Thread Jakov Smolić
commit: 67dba3a74981fa80d09e1d2ca0dca94d35ad34a3
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Feb 28 20:50:21 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Feb 28 20:50:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67dba3a7

dev-python/cramjam: Keyword 2.8.1 x86, #925721

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/cramjam/cramjam-2.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/cramjam/cramjam-2.8.1.ebuild 
b/dev-python/cramjam/cramjam-2.8.1.ebuild
index 1963f2830c0b..276e244a0e4c 100644
--- a/dev-python/cramjam/cramjam-2.8.1.ebuild
+++ b/dev-python/cramjam/cramjam-2.8.1.ebuild
@@ -179,7 +179,7 @@ LICENSE+="
Unicode-DFS-2016
 "
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 
 BDEPEND="
test? (



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

2024-02-28 Thread Jakov Smolić
commit: a23c62017dff39d0020ba8e1e0a15eab2bf4cfaf
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Feb 28 20:50:21 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Feb 28 20:50:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a23c6201

dev-python/kafka-python: Keyword 2.0.2-r2 x86, #925721

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/kafka-python/kafka-python-2.0.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/kafka-python/kafka-python-2.0.2-r2.ebuild 
b/dev-python/kafka-python/kafka-python-2.0.2-r2.ebuild
index 5160f55b74f9..bd58114eed30 100644
--- a/dev-python/kafka-python/kafka-python-2.0.2-r2.ebuild
+++ b/dev-python/kafka-python/kafka-python-2.0.2-r2.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 
 RDEPEND="
dev-python/xxhash[${PYTHON_USEDEP}]



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

2024-02-28 Thread Jakov Smolić
commit: ba08f0cf2a388d241167df98976b0987242ef590
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Feb 28 20:50:11 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Feb 28 20:50:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba08f0cf

net-analyzer/gsa: Stabilize 23.0.0 amd64, #925668

Signed-off-by: Jakov Smolić  gentoo.org>

 net-analyzer/gsa/gsa-23.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/gsa/gsa-23.0.0.ebuild 
b/net-analyzer/gsa/gsa-23.0.0.ebuild
index 1904c1691642..34f8965050e2 100644
--- a/net-analyzer/gsa/gsa-23.0.0.ebuild
+++ b/net-analyzer/gsa/gsa-23.0.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 SLOT="0"
 LICENSE="AGPL-3+"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 BDEPEND="
>=net-libs/nodejs-18.0.0[ssl]



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

2024-02-28 Thread Jakov Smolić
commit: 63051e678d748c0349883d84651b4f993c12f0b5
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Feb 28 20:50:15 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Feb 28 20:50:15 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63051e67

net-analyzer/pontos: Stabilize 24.1.2 amd64, #925668

Signed-off-by: Jakov Smolić  gentoo.org>

 net-analyzer/pontos/pontos-24.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/pontos/pontos-24.1.2.ebuild 
b/net-analyzer/pontos/pontos-24.1.2.ebuild
index 6d1c9629e587..251e78ef2d3a 100644
--- a/net-analyzer/pontos/pontos-24.1.2.ebuild
+++ b/net-analyzer/pontos/pontos-24.1.2.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://github.com/greenbone/pontos/archive/refs/tags/v${PV}.tar.gz ->
 
 SLOT="0"
 LICENSE="GPL-3+"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="
>=dev-python/colorful-0.5.4[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/python-gvm/

2024-02-28 Thread Jakov Smolić
commit: 653dba93b463a1befa68f0a7cd4c1004e9f051f2
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Feb 28 20:50:13 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Feb 28 20:50:13 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=653dba93

net-analyzer/python-gvm: Stabilize 24.1.0 amd64, #925668

Signed-off-by: Jakov Smolić  gentoo.org>

 net-analyzer/python-gvm/python-gvm-24.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/python-gvm/python-gvm-24.1.0.ebuild 
b/net-analyzer/python-gvm/python-gvm-24.1.0.ebuild
index 5ded27fa294e..8ec792cbd495 100644
--- a/net-analyzer/python-gvm/python-gvm-24.1.0.ebuild
+++ b/net-analyzer/python-gvm/python-gvm-24.1.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/greenbone/python-gvm/archive/v${PV}.tar.gz -> ${P}.t
 
 SLOT="0"
 LICENSE="GPL-3+"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="
>=dev-python/defusedxml-0.6[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-perl/SQL-Translator/

2024-02-28 Thread Jakov Smolić
commit: a0453a740fcb3cb9354526a871e8793db19b0988
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Feb 28 20:50:10 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Feb 28 20:50:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0453a74

dev-perl/SQL-Translator: Stabilize 1.630.0 amd64, #925668

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-perl/SQL-Translator/SQL-Translator-1.630.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/SQL-Translator/SQL-Translator-1.630.0.ebuild 
b/dev-perl/SQL-Translator/SQL-Translator-1.630.0.ebuild
index 75b36bd49e95..2509b4395b98 100644
--- a/dev-perl/SQL-Translator/SQL-Translator-1.630.0.ebuild
+++ b/dev-perl/SQL-Translator/SQL-Translator-1.630.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Manipulate structured data definitions (SQL and more)"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~x86"
 
 RDEPEND="
dev-perl/Carp-Clan



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/notus-scanner/

2024-02-28 Thread Jakov Smolić
commit: 9653a73ec02b46edfe03253bcd06ad863c87eed1
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Feb 28 20:50:12 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Feb 28 20:50:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9653a73e

net-analyzer/notus-scanner: Stabilize 22.6.2 amd64, #925668

Signed-off-by: Jakov Smolić  gentoo.org>

 net-analyzer/notus-scanner/notus-scanner-22.6.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/notus-scanner/notus-scanner-22.6.2.ebuild 
b/net-analyzer/notus-scanner/notus-scanner-22.6.2.ebuild
index 81f845b916f0..1e63401e469d 100644
--- a/net-analyzer/notus-scanner/notus-scanner-22.6.2.ebuild
+++ b/net-analyzer/notus-scanner/notus-scanner-22.6.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/greenbone/notus-scanner/archive/refs/tags/v${PV}.tar
 
 SLOT="0"
 LICENSE="AGPL-3 AGPL-3+"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 DEPEND="
acct-user/gvm



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

2024-02-28 Thread Jakov Smolić
commit: 820603abe54bc7119071a3ce71ddf8f4e2ae294c
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Feb 28 20:50:09 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Feb 28 20:50:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=820603ab

dev-db/pg-gvm: Stabilize 22.6.4 amd64, #925668

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-db/pg-gvm/pg-gvm-22.6.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/pg-gvm/pg-gvm-22.6.4.ebuild 
b/dev-db/pg-gvm/pg-gvm-22.6.4.ebuild
index ef7c1acf6b0e..e4c533212b83 100644
--- a/dev-db/pg-gvm/pg-gvm-22.6.4.ebuild
+++ b/dev-db/pg-gvm/pg-gvm-22.6.4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/greenbone/pg-gvm/archive/refs/tags/v${PV}.tar.gz ->
 
 SLOT="0"
 LICENSE="GPL-3"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 # Tests requires a running database that match up with the current
 # testing slot. Won't run from ${ED}, want's to install too early.



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/greenbone-feed-sync/

2024-02-28 Thread Jakov Smolić
commit: 4ffb09445ac1dd9df791db76f2092955bbcc6157
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Feb 28 20:50:03 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Feb 28 20:50:03 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ffb0944

net-analyzer/greenbone-feed-sync: Stabilize 23.10.0 amd64, #925668

Signed-off-by: Jakov Smolić  gentoo.org>

 net-analyzer/greenbone-feed-sync/greenbone-feed-sync-23.10.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/net-analyzer/greenbone-feed-sync/greenbone-feed-sync-23.10.0.ebuild 
b/net-analyzer/greenbone-feed-sync/greenbone-feed-sync-23.10.0.ebuild
index 6fe9ba987609..53a297aa1af6 100644
--- a/net-analyzer/greenbone-feed-sync/greenbone-feed-sync-23.10.0.ebuild
+++ b/net-analyzer/greenbone-feed-sync/greenbone-feed-sync-23.10.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/greenbone/greenbone-feed-sync/archive/refs/tags/v${P
 
 SLOT="0"
 LICENSE="GPL-3+"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="cron"
 RESTRICT="test"
 



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

2024-02-28 Thread Jakov Smolić
commit: d424e531dfe8febbf20643d86a83c546413fdf2c
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Feb 28 20:50:04 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Feb 28 20:50:04 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d424e531

net-analyzer/gvm-libs: Stabilize 22.8.0 amd64, #925668

Signed-off-by: Jakov Smolić  gentoo.org>

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

diff --git a/net-analyzer/gvm-libs/gvm-libs-22.8.0.ebuild 
b/net-analyzer/gvm-libs/gvm-libs-22.8.0.ebuild
index 445a62fcabeb..5c0ad0faa80c 100644
--- a/net-analyzer/gvm-libs/gvm-libs-22.8.0.ebuild
+++ b/net-analyzer/gvm-libs/gvm-libs-22.8.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/greenbone/gvm-libs/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="doc ldap test radius"
 RESTRICT="!test? ( test )"
 



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

2024-02-28 Thread Jakov Smolić
commit: f8bc8adb923b97c9e61ae4ba63a6943aa95637aa
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Feb 28 20:50:03 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Feb 28 20:50:03 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8bc8adb

net-analyzer/gsad: Stabilize 22.9.1 amd64, #925668

Signed-off-by: Jakov Smolić  gentoo.org>

 net-analyzer/gsad/gsad-22.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/gsad/gsad-22.9.1.ebuild 
b/net-analyzer/gsad/gsad-22.9.1.ebuild
index 2230d3f5a627..1dcd0909a14a 100644
--- a/net-analyzer/gsad/gsad-22.9.1.ebuild
+++ b/net-analyzer/gsad/gsad-22.9.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/greenbone/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 SLOT="0"
 LICENSE="AGPL-3+"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="brotli doc"
 
 DEPEND="



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

2024-02-28 Thread Jakov Smolić
commit: 0147a99462838b7cd93c03880fbbd7144718ff05
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Feb 28 20:50:06 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Feb 28 20:50:06 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0147a994

net-analyzer/gvmd: Stabilize 23.1.0 amd64, #925668

Signed-off-by: Jakov Smolić  gentoo.org>

 net-analyzer/gvmd/gvmd-23.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/gvmd/gvmd-23.1.0.ebuild 
b/net-analyzer/gvmd/gvmd-23.1.0.ebuild
index dd9ed0e3ce9f..0730bd7ff8ed 100644
--- a/net-analyzer/gvmd/gvmd-23.1.0.ebuild
+++ b/net-analyzer/gvmd/gvmd-23.1.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/greenbone/gvmd/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 SLOT="0"
 LICENSE="AGPL-3+"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="doc test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/openvas-scanner/

2024-02-28 Thread Jakov Smolić
commit: 2d1c65a5305f65defaeb80e1b0b69b45c02508e8
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Feb 28 20:50:07 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Feb 28 20:50:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d1c65a5

net-analyzer/openvas-scanner: Stabilize 22.7.9 amd64, #925668

Signed-off-by: Jakov Smolić  gentoo.org>

 net-analyzer/openvas-scanner/openvas-scanner-22.7.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/openvas-scanner/openvas-scanner-22.7.9.ebuild 
b/net-analyzer/openvas-scanner/openvas-scanner-22.7.9.ebuild
index 57daa813f540..5c8c16dce1d2 100644
--- a/net-analyzer/openvas-scanner/openvas-scanner-22.7.9.ebuild
+++ b/net-analyzer/openvas-scanner/openvas-scanner-22.7.9.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 SLOT="0"
 LICENSE="GPL-2 GPL-2+"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="doc snmp test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/gvm-tools/

2024-02-28 Thread Jakov Smolić
commit: 80c191ba1ed1aebbfb06b041a9d58c13cb29c43d
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Feb 28 20:50:05 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Feb 28 20:50:05 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80c191ba

net-analyzer/gvm-tools: Stabilize 24.1.0 amd64, #925668

Signed-off-by: Jakov Smolić  gentoo.org>

 net-analyzer/gvm-tools/gvm-tools-24.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/gvm-tools/gvm-tools-24.1.0.ebuild 
b/net-analyzer/gvm-tools/gvm-tools-24.1.0.ebuild
index 945878c4edea..486de1f6273a 100644
--- a/net-analyzer/gvm-tools/gvm-tools-24.1.0.ebuild
+++ b/net-analyzer/gvm-tools/gvm-tools-24.1.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/greenbone/gvm-tools/archive/v${PV}.tar.gz -> ${P}.ta
 
 SLOT="0"
 LICENSE="GPL-3"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="
>=net-analyzer/python-gvm-23.4.2[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/cctz/

2024-02-28 Thread Jakov Smolić
commit: cbedf27f90c5f09bd86b76ba437779bf97b87388
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Feb 28 20:50:00 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Feb 28 20:50:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbedf27f

dev-cpp/cctz: Keyword 2.4 x86, #925664

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-cpp/cctz/cctz-2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/cctz/cctz-2.4.ebuild b/dev-cpp/cctz/cctz-2.4.ebuild
index b6ed58c99b68..72ff7bafef43 100644
--- a/dev-cpp/cctz/cctz-2.4.ebuild
+++ b/dev-cpp/cctz/cctz-2.4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/google/cctz/archive/refs/tags/v${PV}.tar.gz -> ${P}.
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2024-02-28 Thread Alfredo Tupone
commit: 408574bcdc3ff37ccade301b8b3340c54b4c5b2b
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Wed Feb 28 20:46:02 2024 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Wed Feb 28 20:46:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=408574bc

dev-vcs/tkcvs: EmptyGlobalAssignment

Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-vcs/tkcvs/tkcvs-9.3.2.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-vcs/tkcvs/tkcvs-9.3.2.ebuild b/dev-vcs/tkcvs/tkcvs-9.3.2.ebuild
index c10d6e3ab38f..a4494b53476b 100644
--- a/dev-vcs/tkcvs/tkcvs-9.3.2.ebuild
+++ b/dev-vcs/tkcvs/tkcvs-9.3.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,6 @@ SRC_URI="mirror://sourceforge/${PN}/${MYP}.tar.gz"
 SLOT="0"
 LICENSE="GPL-2"
 KEYWORDS="amd64 ppc x86"
-IUSE=""
 
 DEPEND="dev-lang/tk"
 RDEPEND="${DEPEND}



[gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tclpython/

2024-02-28 Thread Alfredo Tupone
commit: bc86881d64608b16274b4df3f5cd1de6cee108c8
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Wed Feb 28 20:44:44 2024 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Wed Feb 28 20:46:51 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc86881d

dev-tcltk/tclpython: EmptyGlobalAssignment

Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-tcltk/tclpython/tclpython-5.0-r1.ebuild | 44 -
 dev-tcltk/tclpython/tclpython-5.0-r2.ebuild |  3 +-
 2 files changed, 1 insertion(+), 46 deletions(-)

diff --git a/dev-tcltk/tclpython/tclpython-5.0-r1.ebuild 
b/dev-tcltk/tclpython/tclpython-5.0-r1.ebuild
deleted file mode 100644
index 8fb61a8065b1..
--- a/dev-tcltk/tclpython/tclpython-5.0-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..10} )
-
-inherit python-single-r1 toolchain-funcs
-
-DESCRIPTION="Python package for Tcl"
-HOMEPAGE="http://jfontain.free.fr/tclpython.htm;
-SRC_URI="https://github.com/amykyta3/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="${PYTHON_DEPS}
-   dev-lang/tcl:0="
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
-
-src_compile() {
-   emake PKG_NAME=tclpython3 CC="$(tc-getCC)" \
-   MYCFLAGS="${CFLAGS}" \
-   MYLDFLAGS="${LDFLAGS} $(python_get_library_path)"
-}
-
-src_test() {
-   emake PKG_NAME=tclpython3 CC="$(tc-getCC)" test
-}
-
-src_install() {
-   insinto /usr/$(get_libdir)
-   doins -r build/tclpython3/tclpython3
-   fperms 775 /usr/$(get_libdir)/tclpython3/tclpython3.so.${PV}
-   dosym tclpython3.so.${PV} /usr/$(get_libdir)/tclpython3/tclpython3.so
-
-   dodoc README.md VERSION.md
-}

diff --git a/dev-tcltk/tclpython/tclpython-5.0-r2.ebuild 
b/dev-tcltk/tclpython/tclpython-5.0-r2.ebuild
index 8bdb8a174f15..26060b8ec2d6 100644
--- a/dev-tcltk/tclpython/tclpython-5.0-r2.ebuild
+++ b/dev-tcltk/tclpython/tclpython-5.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -14,7 +14,6 @@ 
SRC_URI="https://github.com/amykyta3/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ppc x86"
-IUSE=""
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: dev-tcltk/scwoop/

2024-02-28 Thread Alfredo Tupone
commit: c17658ef99d1de7c0f55b2a0217b0b098a35236c
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Wed Feb 28 20:42:59 2024 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Wed Feb 28 20:46:47 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c17658ef

dev-tcltk/scwoop: EmptyGlobalAssignment

Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-tcltk/scwoop/scwoop-4.1-r1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-tcltk/scwoop/scwoop-4.1-r1.ebuild 
b/dev-tcltk/scwoop/scwoop-4.1-r1.ebuild
index 9576b7603884..bf25372e0b22 100644
--- a/dev-tcltk/scwoop/scwoop-4.1-r1.ebuild
+++ b/dev-tcltk/scwoop/scwoop-4.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,6 @@ SRC_URI="http://jfontain.free.fr/${P}.tar.gz;
 LICENSE="jfontain"
 KEYWORDS="amd64 ~ppc x86"
 SLOT="0"
-IUSE=""
 
 DEPEND="dev-tcltk/tcllib"
 RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tkpiechart/

2024-02-28 Thread Alfredo Tupone
commit: e022f82a0a1874bb684dd420723060f3063f54fa
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Wed Feb 28 20:45:24 2024 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Wed Feb 28 20:46:56 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e022f82a

dev-tcltk/tkpiechart: EmptyGlobalAssignment

Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-tcltk/tkpiechart/tkpiechart-6.5-r2.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-tcltk/tkpiechart/tkpiechart-6.5-r2.ebuild 
b/dev-tcltk/tkpiechart/tkpiechart-6.5-r2.ebuild
index 9428e0439395..86f30c70ecea 100644
--- a/dev-tcltk/tkpiechart/tkpiechart-6.5-r2.ebuild
+++ b/dev-tcltk/tkpiechart/tkpiechart-6.5-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,6 @@ SRC_URI="http://jfontain.free.fr/${P}.tar.bz2;
 LICENSE="jfontain"
 KEYWORDS="amd64 ~ppc x86"
 SLOT="0"
-IUSE=""
 
 DEPEND="dev-lang/tk:*
dev-tcltk/tcllib"



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

2024-02-28 Thread Sam James
commit: 1916f9cc0cf325911b783e970f13c30469ef6ce2
Author: David Roman  gmail  com>
AuthorDate: Wed Feb 28 19:52:05 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 28 20:41:33 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1916f9cc

app-misc/binwalk: verbump to 2.3.6, update live ebuild

Signed-off-by: David Roman  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 app-misc/binwalk/Manifest   |  1 +
 .../{binwalk-.ebuild => binwalk-2.3.6.ebuild}   | 17 +
 app-misc/binwalk/binwalk-.ebuild| 17 +
 3 files changed, 11 insertions(+), 24 deletions(-)

diff --git a/app-misc/binwalk/Manifest b/app-misc/binwalk/Manifest
index bc1bd0f85a9d..fdee3584aa95 100644
--- a/app-misc/binwalk/Manifest
+++ b/app-misc/binwalk/Manifest
@@ -1 +1,2 @@
 DIST binwalk-2.3.4.tar.gz 39723471 BLAKE2B 
a5eac4242402c5034c293432131950bed9aff762c5db86b200a1f555bdfeeb1c6fda225393149f7beca2923141f2ae7930738038f2d039513cb06dfae9601b81
 SHA512 
5a5e16035dfc05b94ae4ee3969a337336c550606b71e20fcb1f150c4b38ef2084b6a823ce2a8050f4b41616b7d7c31cfb04bf43e7f2c977ab1a634aba9d67fec
+DIST binwalk-2.3.6.tar.gz 39723335 BLAKE2B 
20710dc32f67981b1ba69ced649bfddc0247b9054a30ba9a8ab17710094fa4f45a44b32b18e2de6e0c63d632044432e8d4a8ec8cdacb007996b7d91b983547bc
 SHA512 
05e06682a9b8aa6b68b580b6818a2f08d8d81d89961f6cacfd9d14185c26727bbdf6dedb2f26079fffebf7de6f45002944ed8f3475ba04e4b05ac6d5c19560ea

diff --git a/app-misc/binwalk/binwalk-.ebuild 
b/app-misc/binwalk/binwalk-2.3.6.ebuild
similarity index 64%
copy from app-misc/binwalk/binwalk-.ebuild
copy to app-misc/binwalk/binwalk-2.3.6.ebuild
index b21509dda458..3faee6d44b5c 100644
--- a/app-misc/binwalk/binwalk-.ebuild
+++ b/app-misc/binwalk/binwalk-2.3.6.ebuild
@@ -1,18 +1,18 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{9..12} pypy3 )
 
 inherit distutils-r1
 
 if [[ ${PV} ==  ]] ; then
-   EGIT_REPO_URI="https://github.com/ReFirmLabs/binwalk.git;
+   EGIT_REPO_URI="https://github.com/OSPG/binwalk.git;
inherit git-r3
 else
-   SRC_URI="https://github.com/ReFirmLabs/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   SRC_URI="https://github.com/OSPG/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~x64-macos"
 fi
 
@@ -22,14 +22,7 @@ HOMEPAGE="https://github.com/ReFirmLabs/binwalk;
 LICENSE="MIT"
 SLOT="0"
 
-PATCHES=(
-   "${FILESDIR}"/${PN}-2.2.0-disable-test-coverage.patch
-   "${FILESDIR}"/2.3.3-tests.patch
-   "${FILESDIR}"/${PN}-2.3.3-syntax-fix.patch
-
-)
-
-distutils_enable_tests nose
+distutils_enable_tests pytest
 
 python_install_all() {
local DOCS=( API.md INSTALL.md README.md )

diff --git a/app-misc/binwalk/binwalk-.ebuild 
b/app-misc/binwalk/binwalk-.ebuild
index b21509dda458..3faee6d44b5c 100644
--- a/app-misc/binwalk/binwalk-.ebuild
+++ b/app-misc/binwalk/binwalk-.ebuild
@@ -1,18 +1,18 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{9..12} pypy3 )
 
 inherit distutils-r1
 
 if [[ ${PV} ==  ]] ; then
-   EGIT_REPO_URI="https://github.com/ReFirmLabs/binwalk.git;
+   EGIT_REPO_URI="https://github.com/OSPG/binwalk.git;
inherit git-r3
 else
-   SRC_URI="https://github.com/ReFirmLabs/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   SRC_URI="https://github.com/OSPG/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~x64-macos"
 fi
 
@@ -22,14 +22,7 @@ HOMEPAGE="https://github.com/ReFirmLabs/binwalk;
 LICENSE="MIT"
 SLOT="0"
 
-PATCHES=(
-   "${FILESDIR}"/${PN}-2.2.0-disable-test-coverage.patch
-   "${FILESDIR}"/2.3.3-tests.patch
-   "${FILESDIR}"/${PN}-2.3.3-syntax-fix.patch
-
-)
-
-distutils_enable_tests nose
+distutils_enable_tests pytest
 
 python_install_all() {
local DOCS=( API.md INSTALL.md README.md )



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

2024-02-28 Thread Sam James
commit: c03a6c92c95c67345011baeb78e7672cb24c1e63
Author: David Roman  gmail  com>
AuthorDate: Wed Feb 28 19:54:34 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 28 20:41:34 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c03a6c92

profiles: unmask app-misc/binwalk

Signed-off-by: David Roman  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/35571
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 29a7e42a6299..f0ca1861c8b3 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -442,12 +442,6 @@ app-misc/rmlint
 # Removal on 2024-03-28.  Bug #888235.
 dev-python/boto
 
-# Michał Górny  (2024-02-27)
-# Unmaintained upstream.  Already carries a few patches.
-# Depends on dev-python/nose.
-# Removal on 2024-03-28.  Bug #878693.
-app-misc/binwalk
-
 # Michał Górny  (2024-02-27)
 # Still depends on dev-python/nose.  No reverse dependencies.
 # Removal on 2024-03-28.  Bug #878721.



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

2024-02-28 Thread Sam James
commit: 5246f1f1bbaaf20fe212640f059cc121cf0f41ed
Author: David Roman  gmail  com>
AuthorDate: Wed Feb 28 19:53:10 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 28 20:41:34 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5246f1f1

app-misc/binwalk: drop 2.3.4

Closes: https://bugs.gentoo.org/878693
Signed-off-by: David Roman  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 app-misc/binwalk/Manifest |  1 -
 app-misc/binwalk/binwalk-2.3.4.ebuild | 44 ---
 2 files changed, 45 deletions(-)

diff --git a/app-misc/binwalk/Manifest b/app-misc/binwalk/Manifest
index fdee3584aa95..1fac58ce22fa 100644
--- a/app-misc/binwalk/Manifest
+++ b/app-misc/binwalk/Manifest
@@ -1,2 +1 @@
-DIST binwalk-2.3.4.tar.gz 39723471 BLAKE2B 
a5eac4242402c5034c293432131950bed9aff762c5db86b200a1f555bdfeeb1c6fda225393149f7beca2923141f2ae7930738038f2d039513cb06dfae9601b81
 SHA512 
5a5e16035dfc05b94ae4ee3969a337336c550606b71e20fcb1f150c4b38ef2084b6a823ce2a8050f4b41616b7d7c31cfb04bf43e7f2c977ab1a634aba9d67fec
 DIST binwalk-2.3.6.tar.gz 39723335 BLAKE2B 
20710dc32f67981b1ba69ced649bfddc0247b9054a30ba9a8ab17710094fa4f45a44b32b18e2de6e0c63d632044432e8d4a8ec8cdacb007996b7d91b983547bc
 SHA512 
05e06682a9b8aa6b68b580b6818a2f08d8d81d89961f6cacfd9d14185c26727bbdf6dedb2f26079fffebf7de6f45002944ed8f3475ba04e4b05ac6d5c19560ea

diff --git a/app-misc/binwalk/binwalk-2.3.4.ebuild 
b/app-misc/binwalk/binwalk-2.3.4.ebuild
deleted file mode 100644
index 49bb4746edb9..
--- a/app-misc/binwalk/binwalk-2.3.4.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-inherit distutils-r1
-
-if [[ ${PV} ==  ]] ; then
-   EGIT_REPO_URI="https://github.com/ReFirmLabs/binwalk.git;
-   inherit git-r3
-else
-   SRC_URI="https://github.com/ReFirmLabs/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~riscv x86 ~x64-macos"
-fi
-
-DESCRIPTION="A tool for identifying files embedded inside firmware images"
-HOMEPAGE="https://github.com/ReFirmLabs/binwalk;
-
-LICENSE="MIT"
-SLOT="0"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-2.2.0-disable-test-coverage.patch
-   "${FILESDIR}"/2.3.3-tests.patch
-   "${FILESDIR}"/${PN}-2.3.3-syntax-fix.patch
-
-)
-
-distutils_enable_tests nose
-
-python_install_all() {
-   local DOCS=( API.md INSTALL.md README.md )
-   distutils-r1_python_install_all
-}
-
-pkg_postinst() {
-   if [[ -z ${REPLACING_VERSIONS} ]]; then
-   elog "binwalk has many optional dependencies to automatically"
-   elog "extract/decompress data, see INSTALL.md for more details."
-   fi
-}



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

2024-02-28 Thread Sam James
commit: 39ce3910c6b0da21d3918cbd3eefeaa8fcf85189
Author: David Roman  gmail  com>
AuthorDate: Wed Feb 28 19:52:32 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 28 20:41:33 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39ce3910

app-misc/binwalk: add myself as a maintainer

Signed-off-by: David Roman  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 app-misc/binwalk/metadata.xml | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/app-misc/binwalk/metadata.xml b/app-misc/binwalk/metadata.xml
index a204d448c593..aa1867c8002e 100644
--- a/app-misc/binwalk/metadata.xml
+++ b/app-misc/binwalk/metadata.xml
@@ -1,7 +1,14 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   davidroma...@gmail.com
+   David Roman
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   

Binwalk is a tool for searching a given binary image for 
embedded files.
Specifically, it is designed for identifying files embedded 
inside of firmware



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

2024-02-28 Thread Michał Górny
commit: 97db698f43386c651915acba9f717c3e96394628
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 28 20:09:06 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 28 20:40:22 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97db698f

sys-devel/llvm: Remove old

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

 sys-devel/llvm/Manifest   |   4 -
 sys-devel/llvm/llvm-18.1.0_rc2.ebuild | 535 --
 sys-devel/llvm/llvm-19.0.0_pre20240210.ebuild | 535 --
 sys-devel/llvm/llvm-19.0.0_pre20240218.ebuild | 535 --
 4 files changed, 1609 deletions(-)

diff --git a/sys-devel/llvm/Manifest b/sys-devel/llvm/Manifest
index 5e27bf91b63e..62b8224a107d 100644
--- a/sys-devel/llvm/Manifest
+++ b/sys-devel/llvm/Manifest
@@ -10,12 +10,8 @@ DIST llvm-project-16.0.6.src.tar.xz 118013488 BLAKE2B 
95192d39cbd2914e5609db3659
 DIST llvm-project-16.0.6.src.tar.xz.sig 566 BLAKE2B 
2060cebd5ed57cb8a86a44238c43dfd4b921649298b10c3d19da308374c1e49869174294e29943c2af459fe06428264e26881d6c1288ebbc48686cc2cf467c7a
 SHA512 
ca249262c7102e0889ec1bdc6f71a3a6f0e7e5d5fbab8abcd6fccd2871e7955eff7af5b055a76006097baf0dfaf2f5069eff3035b3107fc552abdb2481b21447
 DIST llvm-project-17.0.6.src.tar.xz 127838860 BLAKE2B 
d6ede1a9fda8756995c3e0654111941649e15794179641806f18919f1dc68c41ca0cabd5693b5096d05dccc3a391cd20d34af1137bf8af92ed3117a1ce84d1b2
 SHA512 
6d85bf749e0d77553cc215cbfa61cec4ac4f4f652847f56f946b6a892a99a5ea40b6ab8b39a9708a035001f007986941ccf17e4635260a8b0c1fa59e78d41e30
 DIST llvm-project-17.0.6.src.tar.xz.sig 438 BLAKE2B 
186e75b6a0fbfe1e85408589c149e1800fcc47d685b74e4260018e05cd08bc793d1d1197c9c50e177eea941a3d0c65cb0c583ce6dae449099b920adf8a508ef7
 SHA512 
f78c55053a6450625f3e95f52c305110b4468a9854fec75831b65b8d6ceee3c9206ab9e63c4b5fda8be9bd344f72cfbdaae0520ed240abd505e08ebeaa25d340
-DIST llvm-project-18.1.0rc2.src.tar.xz 131993176 BLAKE2B 
8df1e34a54214975efe1b9a649753a2dc20c04e3c763bd8648000f48dd18f27ccfdc597ff6e68e0f408310493dfa92f48c7eee53376501e8ebc3b7c614809c15
 SHA512 
b595bb5d029723fee4e8f8edeaddd6fdcd48d668f66f4239e3208fd19d3a3622e8e4f90ae3fa4b1216fca1621d6c6b6ebf4d99dec7febff2457d0ceb79e8617a
-DIST llvm-project-18.1.0rc2.src.tar.xz.sig 566 BLAKE2B 
c765549386a92883bd348d9be25a3c92b1e66a1bac71385ef99978ec2af413a7616a2d9699c57554d927f95b80a3584572557d26e3df16b2ff6678359d5fd6b0
 SHA512 
83bb4c133f34faec8a0109689ed7aa18222c9a803ba8c95c571a18e854726024f106a1c8e3a820020255c426b7fa8bda26789ff1546972e233fbe3e3ab3a8e91
 DIST llvm-project-18.1.0rc3.src.tar.xz 132011280 BLAKE2B 
482a0e1b806292598bd646f225705140a463706ec391e4e42f203606b85673601a65fe55f2432d77f4c2f4c6584b35e53eeaded42e0b67aa6538c37d7cceb4ff
 SHA512 
6c0adcf6e4057de8fb1dcd062845d14d725833d23d8e1362cbccab176931f55600a3971f01690179b795ff3feca0af9141b16dee4d4159755596cc9c904bf099
 DIST llvm-project-18.1.0rc3.src.tar.xz.sig 566 BLAKE2B 
dac9c174e2eeda5e0af0153d78a2e9c8f145efe03250582a27df1bd6a89ba70afdcfa1ed6aa46adb1f7f21077cadb6e43963758358ff17122c36781ee4018c05
 SHA512 
91a2778f9b66bc80172172f36d6027fb2455f3ffd03b06ad0dd376471c4d4e2e34c8bee69c76cfe95003ae34f0d28c394c7d135fbbb75686ff89aee56b6c45c3
 DIST llvm-project-18.1.0rc4.src.tar.xz 132041940 BLAKE2B 
1379efd68f765a70e088ac356f69d792c210003c76b15f28b40273aa64825d7a7c7aa03d2d5016b2607626fd63f656ad88402506f23e836c72474be2032d3224
 SHA512 
3018a843f8e615ee0a4c742d5fafcc67eb6d6a40f81212ce045bdff7012b5acec006ee89c321baf59209daabe66b838709cdaed4e11a34c34b821cfdb77e8a61
 DIST llvm-project-18.1.0rc4.src.tar.xz.sig 566 BLAKE2B 
cc089aadc50d874b575c23b8c22a5472c8507acd3352786d3ac2ee0ec06f07e99eee81b94c6b5bdca569ccffa8b867eb2265b57d5d07b8ec31e3cfce89bf8fc1
 SHA512 
2ce82201b7c673884815898069f18cf1e4ab13a0a9ed535339d9c4132b7b0edb6b748b03499e383f8f0268d904589e6aebb9a204ef95d14f56a3fb9dca24571c
-DIST llvm-project-3496927edcd0685807351ba88a7e2cfb006e1c0d.tar.gz 206227842 
BLAKE2B 
cd27e9e9bca3622c2241bfa91c78eb8443df7465c1efcec57d5e701e2c61d3b2d3619483199e67b56deed9410f5382fc3164cdc7e864dcd77f4d12f3f9d2b159
 SHA512 
156d441074aff4d85af956b9abf89f9aefbe5b39e315c9c7c249ad01f95b42a303c23e9142292e7746f691c2ee704a7cd4a60916594ea1d468240c9b8152
 DIST llvm-project-60a904b2ad9842b93cc5fa0ad5bda5e22c550b7e.tar.gz 206511075 
BLAKE2B 
501924562c3e49eb921adcf3175d55ce0a47992b3b6b8b512ad8f1cc7b7e5f7bc3e2e278b7817c5924fdf8328f97be2f9c5037b1b6414d49e3b525739ecec6da
 SHA512 
b05fcb4600645befb07f2da1efba463389df3fd1d9a26cb0e6ff9ab51edc2d8c5f51a9d44fe4b7f5f29d67cd4dbd15382fdf97f51ddc2c209196533c40611078
-DIST llvm-project-8884ba43a8485bebef5c4d41e7ed457e3fa84f07.tar.gz 205853916 
BLAKE2B 
115809efbf062ced32ffe61b25e65e44a0b3c293f68bf40fc4d9e596cd077fc4781a059ad24c4dc7a139c6ec884a6a183ebac06535f2498116266695e19daf00
 SHA512 
cb496111ec72163a1872fa9a14f8963108d3185f4464a74cc45d26ccc5071bc36895618b81c29063cde0564a50017a0194da4dc559a046a12550d9ab0d9b8347

diff --git a/sys-devel/llvm/llvm-18.1.0_rc2.ebuild 

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

2024-02-28 Thread Michał Górny
commit: 87c6ef84cd09d92f23bb9d1bab6df9866e2f1a24
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 28 20:09:01 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 28 20:40:20 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87c6ef84

sys-devel/clang-common: Remove old

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

 sys-devel/clang-common/Manifest|   4 -
 .../clang-common/clang-common-18.1.0_rc2.ebuild| 290 -
 .../clang-common-19.0.0_pre20240210.ebuild | 290 -
 .../clang-common-19.0.0_pre20240218.ebuild | 290 -
 4 files changed, 874 deletions(-)

diff --git a/sys-devel/clang-common/Manifest b/sys-devel/clang-common/Manifest
index 4cbd0bee0bc4..1180df60ba55 100644
--- a/sys-devel/clang-common/Manifest
+++ b/sys-devel/clang-common/Manifest
@@ -4,12 +4,8 @@ DIST llvm-project-16.0.6.src.tar.xz 118013488 BLAKE2B 
95192d39cbd2914e5609db3659
 DIST llvm-project-16.0.6.src.tar.xz.sig 566 BLAKE2B 
2060cebd5ed57cb8a86a44238c43dfd4b921649298b10c3d19da308374c1e49869174294e29943c2af459fe06428264e26881d6c1288ebbc48686cc2cf467c7a
 SHA512 
ca249262c7102e0889ec1bdc6f71a3a6f0e7e5d5fbab8abcd6fccd2871e7955eff7af5b055a76006097baf0dfaf2f5069eff3035b3107fc552abdb2481b21447
 DIST llvm-project-17.0.6.src.tar.xz 127838860 BLAKE2B 
d6ede1a9fda8756995c3e0654111941649e15794179641806f18919f1dc68c41ca0cabd5693b5096d05dccc3a391cd20d34af1137bf8af92ed3117a1ce84d1b2
 SHA512 
6d85bf749e0d77553cc215cbfa61cec4ac4f4f652847f56f946b6a892a99a5ea40b6ab8b39a9708a035001f007986941ccf17e4635260a8b0c1fa59e78d41e30
 DIST llvm-project-17.0.6.src.tar.xz.sig 438 BLAKE2B 
186e75b6a0fbfe1e85408589c149e1800fcc47d685b74e4260018e05cd08bc793d1d1197c9c50e177eea941a3d0c65cb0c583ce6dae449099b920adf8a508ef7
 SHA512 
f78c55053a6450625f3e95f52c305110b4468a9854fec75831b65b8d6ceee3c9206ab9e63c4b5fda8be9bd344f72cfbdaae0520ed240abd505e08ebeaa25d340
-DIST llvm-project-18.1.0rc2.src.tar.xz 131993176 BLAKE2B 
8df1e34a54214975efe1b9a649753a2dc20c04e3c763bd8648000f48dd18f27ccfdc597ff6e68e0f408310493dfa92f48c7eee53376501e8ebc3b7c614809c15
 SHA512 
b595bb5d029723fee4e8f8edeaddd6fdcd48d668f66f4239e3208fd19d3a3622e8e4f90ae3fa4b1216fca1621d6c6b6ebf4d99dec7febff2457d0ceb79e8617a
-DIST llvm-project-18.1.0rc2.src.tar.xz.sig 566 BLAKE2B 
c765549386a92883bd348d9be25a3c92b1e66a1bac71385ef99978ec2af413a7616a2d9699c57554d927f95b80a3584572557d26e3df16b2ff6678359d5fd6b0
 SHA512 
83bb4c133f34faec8a0109689ed7aa18222c9a803ba8c95c571a18e854726024f106a1c8e3a820020255c426b7fa8bda26789ff1546972e233fbe3e3ab3a8e91
 DIST llvm-project-18.1.0rc3.src.tar.xz 132011280 BLAKE2B 
482a0e1b806292598bd646f225705140a463706ec391e4e42f203606b85673601a65fe55f2432d77f4c2f4c6584b35e53eeaded42e0b67aa6538c37d7cceb4ff
 SHA512 
6c0adcf6e4057de8fb1dcd062845d14d725833d23d8e1362cbccab176931f55600a3971f01690179b795ff3feca0af9141b16dee4d4159755596cc9c904bf099
 DIST llvm-project-18.1.0rc3.src.tar.xz.sig 566 BLAKE2B 
dac9c174e2eeda5e0af0153d78a2e9c8f145efe03250582a27df1bd6a89ba70afdcfa1ed6aa46adb1f7f21077cadb6e43963758358ff17122c36781ee4018c05
 SHA512 
91a2778f9b66bc80172172f36d6027fb2455f3ffd03b06ad0dd376471c4d4e2e34c8bee69c76cfe95003ae34f0d28c394c7d135fbbb75686ff89aee56b6c45c3
 DIST llvm-project-18.1.0rc4.src.tar.xz 132041940 BLAKE2B 
1379efd68f765a70e088ac356f69d792c210003c76b15f28b40273aa64825d7a7c7aa03d2d5016b2607626fd63f656ad88402506f23e836c72474be2032d3224
 SHA512 
3018a843f8e615ee0a4c742d5fafcc67eb6d6a40f81212ce045bdff7012b5acec006ee89c321baf59209daabe66b838709cdaed4e11a34c34b821cfdb77e8a61
 DIST llvm-project-18.1.0rc4.src.tar.xz.sig 566 BLAKE2B 
cc089aadc50d874b575c23b8c22a5472c8507acd3352786d3ac2ee0ec06f07e99eee81b94c6b5bdca569ccffa8b867eb2265b57d5d07b8ec31e3cfce89bf8fc1
 SHA512 
2ce82201b7c673884815898069f18cf1e4ab13a0a9ed535339d9c4132b7b0edb6b748b03499e383f8f0268d904589e6aebb9a204ef95d14f56a3fb9dca24571c
-DIST llvm-project-3496927edcd0685807351ba88a7e2cfb006e1c0d.tar.gz 206227842 
BLAKE2B 
cd27e9e9bca3622c2241bfa91c78eb8443df7465c1efcec57d5e701e2c61d3b2d3619483199e67b56deed9410f5382fc3164cdc7e864dcd77f4d12f3f9d2b159
 SHA512 
156d441074aff4d85af956b9abf89f9aefbe5b39e315c9c7c249ad01f95b42a303c23e9142292e7746f691c2ee704a7cd4a60916594ea1d468240c9b8152
 DIST llvm-project-60a904b2ad9842b93cc5fa0ad5bda5e22c550b7e.tar.gz 206511075 
BLAKE2B 
501924562c3e49eb921adcf3175d55ce0a47992b3b6b8b512ad8f1cc7b7e5f7bc3e2e278b7817c5924fdf8328f97be2f9c5037b1b6414d49e3b525739ecec6da
 SHA512 
b05fcb4600645befb07f2da1efba463389df3fd1d9a26cb0e6ff9ab51edc2d8c5f51a9d44fe4b7f5f29d67cd4dbd15382fdf97f51ddc2c209196533c40611078
-DIST llvm-project-8884ba43a8485bebef5c4d41e7ed457e3fa84f07.tar.gz 205853916 
BLAKE2B 
115809efbf062ced32ffe61b25e65e44a0b3c293f68bf40fc4d9e596cd077fc4781a059ad24c4dc7a139c6ec884a6a183ebac06535f2498116266695e19daf00
 SHA512 
cb496111ec72163a1872fa9a14f8963108d3185f4464a74cc45d26ccc5071bc36895618b81c29063cde0564a50017a0194da4dc559a046a12550d9ab0d9b8347

diff --git 

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

2024-02-28 Thread Michał Górny
commit: 1ece4dccf595197e6a3c13e10d5d122bc625af6c
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 28 20:08:38 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 28 20:40:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ece4dcc

dev-libs/libclc: Remove old

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

 dev-libs/libclc/Manifest |  4 --
 dev-libs/libclc/libclc-18.1.0_rc2.ebuild | 61 
 dev-libs/libclc/libclc-19.0.0_pre20240210.ebuild | 61 
 dev-libs/libclc/libclc-19.0.0_pre20240218.ebuild | 61 
 4 files changed, 187 deletions(-)

diff --git a/dev-libs/libclc/Manifest b/dev-libs/libclc/Manifest
index 4cbd0bee0bc4..1180df60ba55 100644
--- a/dev-libs/libclc/Manifest
+++ b/dev-libs/libclc/Manifest
@@ -4,12 +4,8 @@ DIST llvm-project-16.0.6.src.tar.xz 118013488 BLAKE2B 
95192d39cbd2914e5609db3659
 DIST llvm-project-16.0.6.src.tar.xz.sig 566 BLAKE2B 
2060cebd5ed57cb8a86a44238c43dfd4b921649298b10c3d19da308374c1e49869174294e29943c2af459fe06428264e26881d6c1288ebbc48686cc2cf467c7a
 SHA512 
ca249262c7102e0889ec1bdc6f71a3a6f0e7e5d5fbab8abcd6fccd2871e7955eff7af5b055a76006097baf0dfaf2f5069eff3035b3107fc552abdb2481b21447
 DIST llvm-project-17.0.6.src.tar.xz 127838860 BLAKE2B 
d6ede1a9fda8756995c3e0654111941649e15794179641806f18919f1dc68c41ca0cabd5693b5096d05dccc3a391cd20d34af1137bf8af92ed3117a1ce84d1b2
 SHA512 
6d85bf749e0d77553cc215cbfa61cec4ac4f4f652847f56f946b6a892a99a5ea40b6ab8b39a9708a035001f007986941ccf17e4635260a8b0c1fa59e78d41e30
 DIST llvm-project-17.0.6.src.tar.xz.sig 438 BLAKE2B 
186e75b6a0fbfe1e85408589c149e1800fcc47d685b74e4260018e05cd08bc793d1d1197c9c50e177eea941a3d0c65cb0c583ce6dae449099b920adf8a508ef7
 SHA512 
f78c55053a6450625f3e95f52c305110b4468a9854fec75831b65b8d6ceee3c9206ab9e63c4b5fda8be9bd344f72cfbdaae0520ed240abd505e08ebeaa25d340
-DIST llvm-project-18.1.0rc2.src.tar.xz 131993176 BLAKE2B 
8df1e34a54214975efe1b9a649753a2dc20c04e3c763bd8648000f48dd18f27ccfdc597ff6e68e0f408310493dfa92f48c7eee53376501e8ebc3b7c614809c15
 SHA512 
b595bb5d029723fee4e8f8edeaddd6fdcd48d668f66f4239e3208fd19d3a3622e8e4f90ae3fa4b1216fca1621d6c6b6ebf4d99dec7febff2457d0ceb79e8617a
-DIST llvm-project-18.1.0rc2.src.tar.xz.sig 566 BLAKE2B 
c765549386a92883bd348d9be25a3c92b1e66a1bac71385ef99978ec2af413a7616a2d9699c57554d927f95b80a3584572557d26e3df16b2ff6678359d5fd6b0
 SHA512 
83bb4c133f34faec8a0109689ed7aa18222c9a803ba8c95c571a18e854726024f106a1c8e3a820020255c426b7fa8bda26789ff1546972e233fbe3e3ab3a8e91
 DIST llvm-project-18.1.0rc3.src.tar.xz 132011280 BLAKE2B 
482a0e1b806292598bd646f225705140a463706ec391e4e42f203606b85673601a65fe55f2432d77f4c2f4c6584b35e53eeaded42e0b67aa6538c37d7cceb4ff
 SHA512 
6c0adcf6e4057de8fb1dcd062845d14d725833d23d8e1362cbccab176931f55600a3971f01690179b795ff3feca0af9141b16dee4d4159755596cc9c904bf099
 DIST llvm-project-18.1.0rc3.src.tar.xz.sig 566 BLAKE2B 
dac9c174e2eeda5e0af0153d78a2e9c8f145efe03250582a27df1bd6a89ba70afdcfa1ed6aa46adb1f7f21077cadb6e43963758358ff17122c36781ee4018c05
 SHA512 
91a2778f9b66bc80172172f36d6027fb2455f3ffd03b06ad0dd376471c4d4e2e34c8bee69c76cfe95003ae34f0d28c394c7d135fbbb75686ff89aee56b6c45c3
 DIST llvm-project-18.1.0rc4.src.tar.xz 132041940 BLAKE2B 
1379efd68f765a70e088ac356f69d792c210003c76b15f28b40273aa64825d7a7c7aa03d2d5016b2607626fd63f656ad88402506f23e836c72474be2032d3224
 SHA512 
3018a843f8e615ee0a4c742d5fafcc67eb6d6a40f81212ce045bdff7012b5acec006ee89c321baf59209daabe66b838709cdaed4e11a34c34b821cfdb77e8a61
 DIST llvm-project-18.1.0rc4.src.tar.xz.sig 566 BLAKE2B 
cc089aadc50d874b575c23b8c22a5472c8507acd3352786d3ac2ee0ec06f07e99eee81b94c6b5bdca569ccffa8b867eb2265b57d5d07b8ec31e3cfce89bf8fc1
 SHA512 
2ce82201b7c673884815898069f18cf1e4ab13a0a9ed535339d9c4132b7b0edb6b748b03499e383f8f0268d904589e6aebb9a204ef95d14f56a3fb9dca24571c
-DIST llvm-project-3496927edcd0685807351ba88a7e2cfb006e1c0d.tar.gz 206227842 
BLAKE2B 
cd27e9e9bca3622c2241bfa91c78eb8443df7465c1efcec57d5e701e2c61d3b2d3619483199e67b56deed9410f5382fc3164cdc7e864dcd77f4d12f3f9d2b159
 SHA512 
156d441074aff4d85af956b9abf89f9aefbe5b39e315c9c7c249ad01f95b42a303c23e9142292e7746f691c2ee704a7cd4a60916594ea1d468240c9b8152
 DIST llvm-project-60a904b2ad9842b93cc5fa0ad5bda5e22c550b7e.tar.gz 206511075 
BLAKE2B 
501924562c3e49eb921adcf3175d55ce0a47992b3b6b8b512ad8f1cc7b7e5f7bc3e2e278b7817c5924fdf8328f97be2f9c5037b1b6414d49e3b525739ecec6da
 SHA512 
b05fcb4600645befb07f2da1efba463389df3fd1d9a26cb0e6ff9ab51edc2d8c5f51a9d44fe4b7f5f29d67cd4dbd15382fdf97f51ddc2c209196533c40611078
-DIST llvm-project-8884ba43a8485bebef5c4d41e7ed457e3fa84f07.tar.gz 205853916 
BLAKE2B 
115809efbf062ced32ffe61b25e65e44a0b3c293f68bf40fc4d9e596cd077fc4781a059ad24c4dc7a139c6ec884a6a183ebac06535f2498116266695e19daf00
 SHA512 
cb496111ec72163a1872fa9a14f8963108d3185f4464a74cc45d26ccc5071bc36895618b81c29063cde0564a50017a0194da4dc559a046a12550d9ab0d9b8347

diff --git a/dev-libs/libclc/libclc-18.1.0_rc2.ebuild 

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

2024-02-28 Thread Michał Górny
commit: f3210003fcc3fe1ce29b92c5cc4ccb8eb4da8540
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 28 20:08:56 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 28 20:40:19 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3210003

dev-python/clang-python: Remove old

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

 dev-python/clang-python/Manifest   |  4 --
 .../clang-python/clang-python-18.1.0_rc2.ebuild| 53 --
 .../clang-python-19.0.0_pre20240210.ebuild | 53 --
 .../clang-python-19.0.0_pre20240218.ebuild | 53 --
 4 files changed, 163 deletions(-)

diff --git a/dev-python/clang-python/Manifest b/dev-python/clang-python/Manifest
index 4cbd0bee0bc4..1180df60ba55 100644
--- a/dev-python/clang-python/Manifest
+++ b/dev-python/clang-python/Manifest
@@ -4,12 +4,8 @@ DIST llvm-project-16.0.6.src.tar.xz 118013488 BLAKE2B 
95192d39cbd2914e5609db3659
 DIST llvm-project-16.0.6.src.tar.xz.sig 566 BLAKE2B 
2060cebd5ed57cb8a86a44238c43dfd4b921649298b10c3d19da308374c1e49869174294e29943c2af459fe06428264e26881d6c1288ebbc48686cc2cf467c7a
 SHA512 
ca249262c7102e0889ec1bdc6f71a3a6f0e7e5d5fbab8abcd6fccd2871e7955eff7af5b055a76006097baf0dfaf2f5069eff3035b3107fc552abdb2481b21447
 DIST llvm-project-17.0.6.src.tar.xz 127838860 BLAKE2B 
d6ede1a9fda8756995c3e0654111941649e15794179641806f18919f1dc68c41ca0cabd5693b5096d05dccc3a391cd20d34af1137bf8af92ed3117a1ce84d1b2
 SHA512 
6d85bf749e0d77553cc215cbfa61cec4ac4f4f652847f56f946b6a892a99a5ea40b6ab8b39a9708a035001f007986941ccf17e4635260a8b0c1fa59e78d41e30
 DIST llvm-project-17.0.6.src.tar.xz.sig 438 BLAKE2B 
186e75b6a0fbfe1e85408589c149e1800fcc47d685b74e4260018e05cd08bc793d1d1197c9c50e177eea941a3d0c65cb0c583ce6dae449099b920adf8a508ef7
 SHA512 
f78c55053a6450625f3e95f52c305110b4468a9854fec75831b65b8d6ceee3c9206ab9e63c4b5fda8be9bd344f72cfbdaae0520ed240abd505e08ebeaa25d340
-DIST llvm-project-18.1.0rc2.src.tar.xz 131993176 BLAKE2B 
8df1e34a54214975efe1b9a649753a2dc20c04e3c763bd8648000f48dd18f27ccfdc597ff6e68e0f408310493dfa92f48c7eee53376501e8ebc3b7c614809c15
 SHA512 
b595bb5d029723fee4e8f8edeaddd6fdcd48d668f66f4239e3208fd19d3a3622e8e4f90ae3fa4b1216fca1621d6c6b6ebf4d99dec7febff2457d0ceb79e8617a
-DIST llvm-project-18.1.0rc2.src.tar.xz.sig 566 BLAKE2B 
c765549386a92883bd348d9be25a3c92b1e66a1bac71385ef99978ec2af413a7616a2d9699c57554d927f95b80a3584572557d26e3df16b2ff6678359d5fd6b0
 SHA512 
83bb4c133f34faec8a0109689ed7aa18222c9a803ba8c95c571a18e854726024f106a1c8e3a820020255c426b7fa8bda26789ff1546972e233fbe3e3ab3a8e91
 DIST llvm-project-18.1.0rc3.src.tar.xz 132011280 BLAKE2B 
482a0e1b806292598bd646f225705140a463706ec391e4e42f203606b85673601a65fe55f2432d77f4c2f4c6584b35e53eeaded42e0b67aa6538c37d7cceb4ff
 SHA512 
6c0adcf6e4057de8fb1dcd062845d14d725833d23d8e1362cbccab176931f55600a3971f01690179b795ff3feca0af9141b16dee4d4159755596cc9c904bf099
 DIST llvm-project-18.1.0rc3.src.tar.xz.sig 566 BLAKE2B 
dac9c174e2eeda5e0af0153d78a2e9c8f145efe03250582a27df1bd6a89ba70afdcfa1ed6aa46adb1f7f21077cadb6e43963758358ff17122c36781ee4018c05
 SHA512 
91a2778f9b66bc80172172f36d6027fb2455f3ffd03b06ad0dd376471c4d4e2e34c8bee69c76cfe95003ae34f0d28c394c7d135fbbb75686ff89aee56b6c45c3
 DIST llvm-project-18.1.0rc4.src.tar.xz 132041940 BLAKE2B 
1379efd68f765a70e088ac356f69d792c210003c76b15f28b40273aa64825d7a7c7aa03d2d5016b2607626fd63f656ad88402506f23e836c72474be2032d3224
 SHA512 
3018a843f8e615ee0a4c742d5fafcc67eb6d6a40f81212ce045bdff7012b5acec006ee89c321baf59209daabe66b838709cdaed4e11a34c34b821cfdb77e8a61
 DIST llvm-project-18.1.0rc4.src.tar.xz.sig 566 BLAKE2B 
cc089aadc50d874b575c23b8c22a5472c8507acd3352786d3ac2ee0ec06f07e99eee81b94c6b5bdca569ccffa8b867eb2265b57d5d07b8ec31e3cfce89bf8fc1
 SHA512 
2ce82201b7c673884815898069f18cf1e4ab13a0a9ed535339d9c4132b7b0edb6b748b03499e383f8f0268d904589e6aebb9a204ef95d14f56a3fb9dca24571c
-DIST llvm-project-3496927edcd0685807351ba88a7e2cfb006e1c0d.tar.gz 206227842 
BLAKE2B 
cd27e9e9bca3622c2241bfa91c78eb8443df7465c1efcec57d5e701e2c61d3b2d3619483199e67b56deed9410f5382fc3164cdc7e864dcd77f4d12f3f9d2b159
 SHA512 
156d441074aff4d85af956b9abf89f9aefbe5b39e315c9c7c249ad01f95b42a303c23e9142292e7746f691c2ee704a7cd4a60916594ea1d468240c9b8152
 DIST llvm-project-60a904b2ad9842b93cc5fa0ad5bda5e22c550b7e.tar.gz 206511075 
BLAKE2B 
501924562c3e49eb921adcf3175d55ce0a47992b3b6b8b512ad8f1cc7b7e5f7bc3e2e278b7817c5924fdf8328f97be2f9c5037b1b6414d49e3b525739ecec6da
 SHA512 
b05fcb4600645befb07f2da1efba463389df3fd1d9a26cb0e6ff9ab51edc2d8c5f51a9d44fe4b7f5f29d67cd4dbd15382fdf97f51ddc2c209196533c40611078
-DIST llvm-project-8884ba43a8485bebef5c4d41e7ed457e3fa84f07.tar.gz 205853916 
BLAKE2B 
115809efbf062ced32ffe61b25e65e44a0b3c293f68bf40fc4d9e596cd077fc4781a059ad24c4dc7a139c6ec884a6a183ebac06535f2498116266695e19daf00
 SHA512 
cb496111ec72163a1872fa9a14f8963108d3185f4464a74cc45d26ccc5071bc36895618b81c29063cde0564a50017a0194da4dc559a046a12550d9ab0d9b8347

diff --git 

[gentoo-commits] repo/gentoo:master commit in: dev-ml/llvm-ocaml/

2024-02-28 Thread Michał Górny
commit: 9b5c3511333bb168c3788a28a3a1077f97a083bd
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 28 20:09:02 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 28 20:40:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b5c3511

dev-ml/llvm-ocaml: Remove old

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

 dev-ml/llvm-ocaml/Manifest |   4 -
 dev-ml/llvm-ocaml/llvm-ocaml-18.1.0_rc2.ebuild | 107 -
 .../llvm-ocaml-19.0.0_pre20240210.ebuild   | 107 -
 .../llvm-ocaml-19.0.0_pre20240218.ebuild   | 107 -
 4 files changed, 325 deletions(-)

diff --git a/dev-ml/llvm-ocaml/Manifest b/dev-ml/llvm-ocaml/Manifest
index 4cbd0bee0bc4..1180df60ba55 100644
--- a/dev-ml/llvm-ocaml/Manifest
+++ b/dev-ml/llvm-ocaml/Manifest
@@ -4,12 +4,8 @@ DIST llvm-project-16.0.6.src.tar.xz 118013488 BLAKE2B 
95192d39cbd2914e5609db3659
 DIST llvm-project-16.0.6.src.tar.xz.sig 566 BLAKE2B 
2060cebd5ed57cb8a86a44238c43dfd4b921649298b10c3d19da308374c1e49869174294e29943c2af459fe06428264e26881d6c1288ebbc48686cc2cf467c7a
 SHA512 
ca249262c7102e0889ec1bdc6f71a3a6f0e7e5d5fbab8abcd6fccd2871e7955eff7af5b055a76006097baf0dfaf2f5069eff3035b3107fc552abdb2481b21447
 DIST llvm-project-17.0.6.src.tar.xz 127838860 BLAKE2B 
d6ede1a9fda8756995c3e0654111941649e15794179641806f18919f1dc68c41ca0cabd5693b5096d05dccc3a391cd20d34af1137bf8af92ed3117a1ce84d1b2
 SHA512 
6d85bf749e0d77553cc215cbfa61cec4ac4f4f652847f56f946b6a892a99a5ea40b6ab8b39a9708a035001f007986941ccf17e4635260a8b0c1fa59e78d41e30
 DIST llvm-project-17.0.6.src.tar.xz.sig 438 BLAKE2B 
186e75b6a0fbfe1e85408589c149e1800fcc47d685b74e4260018e05cd08bc793d1d1197c9c50e177eea941a3d0c65cb0c583ce6dae449099b920adf8a508ef7
 SHA512 
f78c55053a6450625f3e95f52c305110b4468a9854fec75831b65b8d6ceee3c9206ab9e63c4b5fda8be9bd344f72cfbdaae0520ed240abd505e08ebeaa25d340
-DIST llvm-project-18.1.0rc2.src.tar.xz 131993176 BLAKE2B 
8df1e34a54214975efe1b9a649753a2dc20c04e3c763bd8648000f48dd18f27ccfdc597ff6e68e0f408310493dfa92f48c7eee53376501e8ebc3b7c614809c15
 SHA512 
b595bb5d029723fee4e8f8edeaddd6fdcd48d668f66f4239e3208fd19d3a3622e8e4f90ae3fa4b1216fca1621d6c6b6ebf4d99dec7febff2457d0ceb79e8617a
-DIST llvm-project-18.1.0rc2.src.tar.xz.sig 566 BLAKE2B 
c765549386a92883bd348d9be25a3c92b1e66a1bac71385ef99978ec2af413a7616a2d9699c57554d927f95b80a3584572557d26e3df16b2ff6678359d5fd6b0
 SHA512 
83bb4c133f34faec8a0109689ed7aa18222c9a803ba8c95c571a18e854726024f106a1c8e3a820020255c426b7fa8bda26789ff1546972e233fbe3e3ab3a8e91
 DIST llvm-project-18.1.0rc3.src.tar.xz 132011280 BLAKE2B 
482a0e1b806292598bd646f225705140a463706ec391e4e42f203606b85673601a65fe55f2432d77f4c2f4c6584b35e53eeaded42e0b67aa6538c37d7cceb4ff
 SHA512 
6c0adcf6e4057de8fb1dcd062845d14d725833d23d8e1362cbccab176931f55600a3971f01690179b795ff3feca0af9141b16dee4d4159755596cc9c904bf099
 DIST llvm-project-18.1.0rc3.src.tar.xz.sig 566 BLAKE2B 
dac9c174e2eeda5e0af0153d78a2e9c8f145efe03250582a27df1bd6a89ba70afdcfa1ed6aa46adb1f7f21077cadb6e43963758358ff17122c36781ee4018c05
 SHA512 
91a2778f9b66bc80172172f36d6027fb2455f3ffd03b06ad0dd376471c4d4e2e34c8bee69c76cfe95003ae34f0d28c394c7d135fbbb75686ff89aee56b6c45c3
 DIST llvm-project-18.1.0rc4.src.tar.xz 132041940 BLAKE2B 
1379efd68f765a70e088ac356f69d792c210003c76b15f28b40273aa64825d7a7c7aa03d2d5016b2607626fd63f656ad88402506f23e836c72474be2032d3224
 SHA512 
3018a843f8e615ee0a4c742d5fafcc67eb6d6a40f81212ce045bdff7012b5acec006ee89c321baf59209daabe66b838709cdaed4e11a34c34b821cfdb77e8a61
 DIST llvm-project-18.1.0rc4.src.tar.xz.sig 566 BLAKE2B 
cc089aadc50d874b575c23b8c22a5472c8507acd3352786d3ac2ee0ec06f07e99eee81b94c6b5bdca569ccffa8b867eb2265b57d5d07b8ec31e3cfce89bf8fc1
 SHA512 
2ce82201b7c673884815898069f18cf1e4ab13a0a9ed535339d9c4132b7b0edb6b748b03499e383f8f0268d904589e6aebb9a204ef95d14f56a3fb9dca24571c
-DIST llvm-project-3496927edcd0685807351ba88a7e2cfb006e1c0d.tar.gz 206227842 
BLAKE2B 
cd27e9e9bca3622c2241bfa91c78eb8443df7465c1efcec57d5e701e2c61d3b2d3619483199e67b56deed9410f5382fc3164cdc7e864dcd77f4d12f3f9d2b159
 SHA512 
156d441074aff4d85af956b9abf89f9aefbe5b39e315c9c7c249ad01f95b42a303c23e9142292e7746f691c2ee704a7cd4a60916594ea1d468240c9b8152
 DIST llvm-project-60a904b2ad9842b93cc5fa0ad5bda5e22c550b7e.tar.gz 206511075 
BLAKE2B 
501924562c3e49eb921adcf3175d55ce0a47992b3b6b8b512ad8f1cc7b7e5f7bc3e2e278b7817c5924fdf8328f97be2f9c5037b1b6414d49e3b525739ecec6da
 SHA512 
b05fcb4600645befb07f2da1efba463389df3fd1d9a26cb0e6ff9ab51edc2d8c5f51a9d44fe4b7f5f29d67cd4dbd15382fdf97f51ddc2c209196533c40611078
-DIST llvm-project-8884ba43a8485bebef5c4d41e7ed457e3fa84f07.tar.gz 205853916 
BLAKE2B 
115809efbf062ced32ffe61b25e65e44a0b3c293f68bf40fc4d9e596cd077fc4781a059ad24c4dc7a139c6ec884a6a183ebac06535f2498116266695e19daf00
 SHA512 
cb496111ec72163a1872fa9a14f8963108d3185f4464a74cc45d26ccc5071bc36895618b81c29063cde0564a50017a0194da4dc559a046a12550d9ab0d9b8347

diff --git 

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

2024-02-28 Thread Michał Górny
commit: 570e064dbe098d9c0ed4c7fd3aba8a0b4a8e9935
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 28 20:09:24 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 28 20:40:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=570e064d

llvm.org.eclass: Remove old snapshot support

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

 eclass/llvm.org.eclass | 6 --
 1 file changed, 6 deletions(-)

diff --git a/eclass/llvm.org.eclass b/eclass/llvm.org.eclass
index 5dec284fe366..515d8adf3af2 100644
--- a/eclass/llvm.org.eclass
+++ b/eclass/llvm.org.eclass
@@ -75,12 +75,6 @@ if [[ -z ${_LLVM_SOURCE_TYPE+1} ]]; then
19.0.0_pre20240224)

EGIT_COMMIT=60a904b2ad9842b93cc5fa0ad5bda5e22c550b7e
;;
-   19.0.0_pre20240218)
-   
EGIT_COMMIT=3496927edcd0685807351ba88a7e2cfb006e1c0d
-   ;;
-   19.0.0_pre20240210)
-   
EGIT_COMMIT=8884ba43a8485bebef5c4d41e7ed457e3fa84f07
-   ;;
*)
die "Unknown snapshot: ${PV}"
;;



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

2024-02-28 Thread Michał Górny
commit: f3be1295e9f1cacea58dfb00fd92b048f240ed36
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 28 20:08:59 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 28 20:40:20 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3be1295

sys-devel/clang: Remove old

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

 sys-devel/clang/Manifest|   4 -
 sys-devel/clang/clang-18.1.0_rc2.ebuild | 474 
 sys-devel/clang/clang-19.0.0_pre20240210.ebuild | 474 
 sys-devel/clang/clang-19.0.0_pre20240218.ebuild | 474 
 4 files changed, 1426 deletions(-)

diff --git a/sys-devel/clang/Manifest b/sys-devel/clang/Manifest
index b6ae3ebf1b5f..01262d180ad6 100644
--- a/sys-devel/clang/Manifest
+++ b/sys-devel/clang/Manifest
@@ -10,12 +10,8 @@ DIST llvm-project-16.0.6.src.tar.xz 118013488 BLAKE2B 
95192d39cbd2914e5609db3659
 DIST llvm-project-16.0.6.src.tar.xz.sig 566 BLAKE2B 
2060cebd5ed57cb8a86a44238c43dfd4b921649298b10c3d19da308374c1e49869174294e29943c2af459fe06428264e26881d6c1288ebbc48686cc2cf467c7a
 SHA512 
ca249262c7102e0889ec1bdc6f71a3a6f0e7e5d5fbab8abcd6fccd2871e7955eff7af5b055a76006097baf0dfaf2f5069eff3035b3107fc552abdb2481b21447
 DIST llvm-project-17.0.6.src.tar.xz 127838860 BLAKE2B 
d6ede1a9fda8756995c3e0654111941649e15794179641806f18919f1dc68c41ca0cabd5693b5096d05dccc3a391cd20d34af1137bf8af92ed3117a1ce84d1b2
 SHA512 
6d85bf749e0d77553cc215cbfa61cec4ac4f4f652847f56f946b6a892a99a5ea40b6ab8b39a9708a035001f007986941ccf17e4635260a8b0c1fa59e78d41e30
 DIST llvm-project-17.0.6.src.tar.xz.sig 438 BLAKE2B 
186e75b6a0fbfe1e85408589c149e1800fcc47d685b74e4260018e05cd08bc793d1d1197c9c50e177eea941a3d0c65cb0c583ce6dae449099b920adf8a508ef7
 SHA512 
f78c55053a6450625f3e95f52c305110b4468a9854fec75831b65b8d6ceee3c9206ab9e63c4b5fda8be9bd344f72cfbdaae0520ed240abd505e08ebeaa25d340
-DIST llvm-project-18.1.0rc2.src.tar.xz 131993176 BLAKE2B 
8df1e34a54214975efe1b9a649753a2dc20c04e3c763bd8648000f48dd18f27ccfdc597ff6e68e0f408310493dfa92f48c7eee53376501e8ebc3b7c614809c15
 SHA512 
b595bb5d029723fee4e8f8edeaddd6fdcd48d668f66f4239e3208fd19d3a3622e8e4f90ae3fa4b1216fca1621d6c6b6ebf4d99dec7febff2457d0ceb79e8617a
-DIST llvm-project-18.1.0rc2.src.tar.xz.sig 566 BLAKE2B 
c765549386a92883bd348d9be25a3c92b1e66a1bac71385ef99978ec2af413a7616a2d9699c57554d927f95b80a3584572557d26e3df16b2ff6678359d5fd6b0
 SHA512 
83bb4c133f34faec8a0109689ed7aa18222c9a803ba8c95c571a18e854726024f106a1c8e3a820020255c426b7fa8bda26789ff1546972e233fbe3e3ab3a8e91
 DIST llvm-project-18.1.0rc3.src.tar.xz 132011280 BLAKE2B 
482a0e1b806292598bd646f225705140a463706ec391e4e42f203606b85673601a65fe55f2432d77f4c2f4c6584b35e53eeaded42e0b67aa6538c37d7cceb4ff
 SHA512 
6c0adcf6e4057de8fb1dcd062845d14d725833d23d8e1362cbccab176931f55600a3971f01690179b795ff3feca0af9141b16dee4d4159755596cc9c904bf099
 DIST llvm-project-18.1.0rc3.src.tar.xz.sig 566 BLAKE2B 
dac9c174e2eeda5e0af0153d78a2e9c8f145efe03250582a27df1bd6a89ba70afdcfa1ed6aa46adb1f7f21077cadb6e43963758358ff17122c36781ee4018c05
 SHA512 
91a2778f9b66bc80172172f36d6027fb2455f3ffd03b06ad0dd376471c4d4e2e34c8bee69c76cfe95003ae34f0d28c394c7d135fbbb75686ff89aee56b6c45c3
 DIST llvm-project-18.1.0rc4.src.tar.xz 132041940 BLAKE2B 
1379efd68f765a70e088ac356f69d792c210003c76b15f28b40273aa64825d7a7c7aa03d2d5016b2607626fd63f656ad88402506f23e836c72474be2032d3224
 SHA512 
3018a843f8e615ee0a4c742d5fafcc67eb6d6a40f81212ce045bdff7012b5acec006ee89c321baf59209daabe66b838709cdaed4e11a34c34b821cfdb77e8a61
 DIST llvm-project-18.1.0rc4.src.tar.xz.sig 566 BLAKE2B 
cc089aadc50d874b575c23b8c22a5472c8507acd3352786d3ac2ee0ec06f07e99eee81b94c6b5bdca569ccffa8b867eb2265b57d5d07b8ec31e3cfce89bf8fc1
 SHA512 
2ce82201b7c673884815898069f18cf1e4ab13a0a9ed535339d9c4132b7b0edb6b748b03499e383f8f0268d904589e6aebb9a204ef95d14f56a3fb9dca24571c
-DIST llvm-project-3496927edcd0685807351ba88a7e2cfb006e1c0d.tar.gz 206227842 
BLAKE2B 
cd27e9e9bca3622c2241bfa91c78eb8443df7465c1efcec57d5e701e2c61d3b2d3619483199e67b56deed9410f5382fc3164cdc7e864dcd77f4d12f3f9d2b159
 SHA512 
156d441074aff4d85af956b9abf89f9aefbe5b39e315c9c7c249ad01f95b42a303c23e9142292e7746f691c2ee704a7cd4a60916594ea1d468240c9b8152
 DIST llvm-project-60a904b2ad9842b93cc5fa0ad5bda5e22c550b7e.tar.gz 206511075 
BLAKE2B 
501924562c3e49eb921adcf3175d55ce0a47992b3b6b8b512ad8f1cc7b7e5f7bc3e2e278b7817c5924fdf8328f97be2f9c5037b1b6414d49e3b525739ecec6da
 SHA512 
b05fcb4600645befb07f2da1efba463389df3fd1d9a26cb0e6ff9ab51edc2d8c5f51a9d44fe4b7f5f29d67cd4dbd15382fdf97f51ddc2c209196533c40611078
-DIST llvm-project-8884ba43a8485bebef5c4d41e7ed457e3fa84f07.tar.gz 205853916 
BLAKE2B 
115809efbf062ced32ffe61b25e65e44a0b3c293f68bf40fc4d9e596cd077fc4781a059ad24c4dc7a139c6ec884a6a183ebac06535f2498116266695e19daf00
 SHA512 
cb496111ec72163a1872fa9a14f8963108d3185f4464a74cc45d26ccc5071bc36895618b81c29063cde0564a50017a0194da4dc559a046a12550d9ab0d9b8347

diff --git a/sys-devel/clang/clang-18.1.0_rc2.ebuild 

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

2024-02-28 Thread Michał Górny
commit: 0a1104a3501d95f5ddd0697abdbde8359879e90b
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 28 20:08:53 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 28 20:40:17 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a1104a3

sys-devel/lld: Remove old

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

 sys-devel/lld/Manifest  |  4 --
 sys-devel/lld/lld-18.1.0_rc2.ebuild | 90 -
 sys-devel/lld/lld-19.0.0_pre20240210.ebuild | 90 -
 sys-devel/lld/lld-19.0.0_pre20240218.ebuild | 90 -
 4 files changed, 274 deletions(-)

diff --git a/sys-devel/lld/Manifest b/sys-devel/lld/Manifest
index 467133b867db..29032e2a6af8 100644
--- a/sys-devel/lld/Manifest
+++ b/sys-devel/lld/Manifest
@@ -5,12 +5,8 @@ DIST llvm-project-16.0.6.src.tar.xz 118013488 BLAKE2B 
95192d39cbd2914e5609db3659
 DIST llvm-project-16.0.6.src.tar.xz.sig 566 BLAKE2B 
2060cebd5ed57cb8a86a44238c43dfd4b921649298b10c3d19da308374c1e49869174294e29943c2af459fe06428264e26881d6c1288ebbc48686cc2cf467c7a
 SHA512 
ca249262c7102e0889ec1bdc6f71a3a6f0e7e5d5fbab8abcd6fccd2871e7955eff7af5b055a76006097baf0dfaf2f5069eff3035b3107fc552abdb2481b21447
 DIST llvm-project-17.0.6.src.tar.xz 127838860 BLAKE2B 
d6ede1a9fda8756995c3e0654111941649e15794179641806f18919f1dc68c41ca0cabd5693b5096d05dccc3a391cd20d34af1137bf8af92ed3117a1ce84d1b2
 SHA512 
6d85bf749e0d77553cc215cbfa61cec4ac4f4f652847f56f946b6a892a99a5ea40b6ab8b39a9708a035001f007986941ccf17e4635260a8b0c1fa59e78d41e30
 DIST llvm-project-17.0.6.src.tar.xz.sig 438 BLAKE2B 
186e75b6a0fbfe1e85408589c149e1800fcc47d685b74e4260018e05cd08bc793d1d1197c9c50e177eea941a3d0c65cb0c583ce6dae449099b920adf8a508ef7
 SHA512 
f78c55053a6450625f3e95f52c305110b4468a9854fec75831b65b8d6ceee3c9206ab9e63c4b5fda8be9bd344f72cfbdaae0520ed240abd505e08ebeaa25d340
-DIST llvm-project-18.1.0rc2.src.tar.xz 131993176 BLAKE2B 
8df1e34a54214975efe1b9a649753a2dc20c04e3c763bd8648000f48dd18f27ccfdc597ff6e68e0f408310493dfa92f48c7eee53376501e8ebc3b7c614809c15
 SHA512 
b595bb5d029723fee4e8f8edeaddd6fdcd48d668f66f4239e3208fd19d3a3622e8e4f90ae3fa4b1216fca1621d6c6b6ebf4d99dec7febff2457d0ceb79e8617a
-DIST llvm-project-18.1.0rc2.src.tar.xz.sig 566 BLAKE2B 
c765549386a92883bd348d9be25a3c92b1e66a1bac71385ef99978ec2af413a7616a2d9699c57554d927f95b80a3584572557d26e3df16b2ff6678359d5fd6b0
 SHA512 
83bb4c133f34faec8a0109689ed7aa18222c9a803ba8c95c571a18e854726024f106a1c8e3a820020255c426b7fa8bda26789ff1546972e233fbe3e3ab3a8e91
 DIST llvm-project-18.1.0rc3.src.tar.xz 132011280 BLAKE2B 
482a0e1b806292598bd646f225705140a463706ec391e4e42f203606b85673601a65fe55f2432d77f4c2f4c6584b35e53eeaded42e0b67aa6538c37d7cceb4ff
 SHA512 
6c0adcf6e4057de8fb1dcd062845d14d725833d23d8e1362cbccab176931f55600a3971f01690179b795ff3feca0af9141b16dee4d4159755596cc9c904bf099
 DIST llvm-project-18.1.0rc3.src.tar.xz.sig 566 BLAKE2B 
dac9c174e2eeda5e0af0153d78a2e9c8f145efe03250582a27df1bd6a89ba70afdcfa1ed6aa46adb1f7f21077cadb6e43963758358ff17122c36781ee4018c05
 SHA512 
91a2778f9b66bc80172172f36d6027fb2455f3ffd03b06ad0dd376471c4d4e2e34c8bee69c76cfe95003ae34f0d28c394c7d135fbbb75686ff89aee56b6c45c3
 DIST llvm-project-18.1.0rc4.src.tar.xz 132041940 BLAKE2B 
1379efd68f765a70e088ac356f69d792c210003c76b15f28b40273aa64825d7a7c7aa03d2d5016b2607626fd63f656ad88402506f23e836c72474be2032d3224
 SHA512 
3018a843f8e615ee0a4c742d5fafcc67eb6d6a40f81212ce045bdff7012b5acec006ee89c321baf59209daabe66b838709cdaed4e11a34c34b821cfdb77e8a61
 DIST llvm-project-18.1.0rc4.src.tar.xz.sig 566 BLAKE2B 
cc089aadc50d874b575c23b8c22a5472c8507acd3352786d3ac2ee0ec06f07e99eee81b94c6b5bdca569ccffa8b867eb2265b57d5d07b8ec31e3cfce89bf8fc1
 SHA512 
2ce82201b7c673884815898069f18cf1e4ab13a0a9ed535339d9c4132b7b0edb6b748b03499e383f8f0268d904589e6aebb9a204ef95d14f56a3fb9dca24571c
-DIST llvm-project-3496927edcd0685807351ba88a7e2cfb006e1c0d.tar.gz 206227842 
BLAKE2B 
cd27e9e9bca3622c2241bfa91c78eb8443df7465c1efcec57d5e701e2c61d3b2d3619483199e67b56deed9410f5382fc3164cdc7e864dcd77f4d12f3f9d2b159
 SHA512 
156d441074aff4d85af956b9abf89f9aefbe5b39e315c9c7c249ad01f95b42a303c23e9142292e7746f691c2ee704a7cd4a60916594ea1d468240c9b8152
 DIST llvm-project-60a904b2ad9842b93cc5fa0ad5bda5e22c550b7e.tar.gz 206511075 
BLAKE2B 
501924562c3e49eb921adcf3175d55ce0a47992b3b6b8b512ad8f1cc7b7e5f7bc3e2e278b7817c5924fdf8328f97be2f9c5037b1b6414d49e3b525739ecec6da
 SHA512 
b05fcb4600645befb07f2da1efba463389df3fd1d9a26cb0e6ff9ab51edc2d8c5f51a9d44fe4b7f5f29d67cd4dbd15382fdf97f51ddc2c209196533c40611078
-DIST llvm-project-8884ba43a8485bebef5c4d41e7ed457e3fa84f07.tar.gz 205853916 
BLAKE2B 
115809efbf062ced32ffe61b25e65e44a0b3c293f68bf40fc4d9e596cd077fc4781a059ad24c4dc7a139c6ec884a6a183ebac06535f2498116266695e19daf00
 SHA512 
cb496111ec72163a1872fa9a14f8963108d3185f4464a74cc45d26ccc5071bc36895618b81c29063cde0564a50017a0194da4dc559a046a12550d9ab0d9b8347

diff --git a/sys-devel/lld/lld-18.1.0_rc2.ebuild 

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

2024-02-28 Thread Michał Górny
commit: 06d8e8e775c806f25052e7824f17cad08576fb85
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 28 20:08:55 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 28 20:40:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06d8e8e7

dev-python/lit: Remove old

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

 dev-python/lit/Manifest  |  4 ---
 dev-python/lit/lit-18.1.0_rc2.ebuild | 45 
 dev-python/lit/lit-19.0.0_pre20240210.ebuild | 45 
 dev-python/lit/lit-19.0.0_pre20240218.ebuild | 45 
 4 files changed, 139 deletions(-)

diff --git a/dev-python/lit/Manifest b/dev-python/lit/Manifest
index 4cbd0bee0bc4..1180df60ba55 100644
--- a/dev-python/lit/Manifest
+++ b/dev-python/lit/Manifest
@@ -4,12 +4,8 @@ DIST llvm-project-16.0.6.src.tar.xz 118013488 BLAKE2B 
95192d39cbd2914e5609db3659
 DIST llvm-project-16.0.6.src.tar.xz.sig 566 BLAKE2B 
2060cebd5ed57cb8a86a44238c43dfd4b921649298b10c3d19da308374c1e49869174294e29943c2af459fe06428264e26881d6c1288ebbc48686cc2cf467c7a
 SHA512 
ca249262c7102e0889ec1bdc6f71a3a6f0e7e5d5fbab8abcd6fccd2871e7955eff7af5b055a76006097baf0dfaf2f5069eff3035b3107fc552abdb2481b21447
 DIST llvm-project-17.0.6.src.tar.xz 127838860 BLAKE2B 
d6ede1a9fda8756995c3e0654111941649e15794179641806f18919f1dc68c41ca0cabd5693b5096d05dccc3a391cd20d34af1137bf8af92ed3117a1ce84d1b2
 SHA512 
6d85bf749e0d77553cc215cbfa61cec4ac4f4f652847f56f946b6a892a99a5ea40b6ab8b39a9708a035001f007986941ccf17e4635260a8b0c1fa59e78d41e30
 DIST llvm-project-17.0.6.src.tar.xz.sig 438 BLAKE2B 
186e75b6a0fbfe1e85408589c149e1800fcc47d685b74e4260018e05cd08bc793d1d1197c9c50e177eea941a3d0c65cb0c583ce6dae449099b920adf8a508ef7
 SHA512 
f78c55053a6450625f3e95f52c305110b4468a9854fec75831b65b8d6ceee3c9206ab9e63c4b5fda8be9bd344f72cfbdaae0520ed240abd505e08ebeaa25d340
-DIST llvm-project-18.1.0rc2.src.tar.xz 131993176 BLAKE2B 
8df1e34a54214975efe1b9a649753a2dc20c04e3c763bd8648000f48dd18f27ccfdc597ff6e68e0f408310493dfa92f48c7eee53376501e8ebc3b7c614809c15
 SHA512 
b595bb5d029723fee4e8f8edeaddd6fdcd48d668f66f4239e3208fd19d3a3622e8e4f90ae3fa4b1216fca1621d6c6b6ebf4d99dec7febff2457d0ceb79e8617a
-DIST llvm-project-18.1.0rc2.src.tar.xz.sig 566 BLAKE2B 
c765549386a92883bd348d9be25a3c92b1e66a1bac71385ef99978ec2af413a7616a2d9699c57554d927f95b80a3584572557d26e3df16b2ff6678359d5fd6b0
 SHA512 
83bb4c133f34faec8a0109689ed7aa18222c9a803ba8c95c571a18e854726024f106a1c8e3a820020255c426b7fa8bda26789ff1546972e233fbe3e3ab3a8e91
 DIST llvm-project-18.1.0rc3.src.tar.xz 132011280 BLAKE2B 
482a0e1b806292598bd646f225705140a463706ec391e4e42f203606b85673601a65fe55f2432d77f4c2f4c6584b35e53eeaded42e0b67aa6538c37d7cceb4ff
 SHA512 
6c0adcf6e4057de8fb1dcd062845d14d725833d23d8e1362cbccab176931f55600a3971f01690179b795ff3feca0af9141b16dee4d4159755596cc9c904bf099
 DIST llvm-project-18.1.0rc3.src.tar.xz.sig 566 BLAKE2B 
dac9c174e2eeda5e0af0153d78a2e9c8f145efe03250582a27df1bd6a89ba70afdcfa1ed6aa46adb1f7f21077cadb6e43963758358ff17122c36781ee4018c05
 SHA512 
91a2778f9b66bc80172172f36d6027fb2455f3ffd03b06ad0dd376471c4d4e2e34c8bee69c76cfe95003ae34f0d28c394c7d135fbbb75686ff89aee56b6c45c3
 DIST llvm-project-18.1.0rc4.src.tar.xz 132041940 BLAKE2B 
1379efd68f765a70e088ac356f69d792c210003c76b15f28b40273aa64825d7a7c7aa03d2d5016b2607626fd63f656ad88402506f23e836c72474be2032d3224
 SHA512 
3018a843f8e615ee0a4c742d5fafcc67eb6d6a40f81212ce045bdff7012b5acec006ee89c321baf59209daabe66b838709cdaed4e11a34c34b821cfdb77e8a61
 DIST llvm-project-18.1.0rc4.src.tar.xz.sig 566 BLAKE2B 
cc089aadc50d874b575c23b8c22a5472c8507acd3352786d3ac2ee0ec06f07e99eee81b94c6b5bdca569ccffa8b867eb2265b57d5d07b8ec31e3cfce89bf8fc1
 SHA512 
2ce82201b7c673884815898069f18cf1e4ab13a0a9ed535339d9c4132b7b0edb6b748b03499e383f8f0268d904589e6aebb9a204ef95d14f56a3fb9dca24571c
-DIST llvm-project-3496927edcd0685807351ba88a7e2cfb006e1c0d.tar.gz 206227842 
BLAKE2B 
cd27e9e9bca3622c2241bfa91c78eb8443df7465c1efcec57d5e701e2c61d3b2d3619483199e67b56deed9410f5382fc3164cdc7e864dcd77f4d12f3f9d2b159
 SHA512 
156d441074aff4d85af956b9abf89f9aefbe5b39e315c9c7c249ad01f95b42a303c23e9142292e7746f691c2ee704a7cd4a60916594ea1d468240c9b8152
 DIST llvm-project-60a904b2ad9842b93cc5fa0ad5bda5e22c550b7e.tar.gz 206511075 
BLAKE2B 
501924562c3e49eb921adcf3175d55ce0a47992b3b6b8b512ad8f1cc7b7e5f7bc3e2e278b7817c5924fdf8328f97be2f9c5037b1b6414d49e3b525739ecec6da
 SHA512 
b05fcb4600645befb07f2da1efba463389df3fd1d9a26cb0e6ff9ab51edc2d8c5f51a9d44fe4b7f5f29d67cd4dbd15382fdf97f51ddc2c209196533c40611078
-DIST llvm-project-8884ba43a8485bebef5c4d41e7ed457e3fa84f07.tar.gz 205853916 
BLAKE2B 
115809efbf062ced32ffe61b25e65e44a0b3c293f68bf40fc4d9e596cd077fc4781a059ad24c4dc7a139c6ec884a6a183ebac06535f2498116266695e19daf00
 SHA512 
cb496111ec72163a1872fa9a14f8963108d3185f4464a74cc45d26ccc5071bc36895618b81c29063cde0564a50017a0194da4dc559a046a12550d9ab0d9b8347

diff --git a/dev-python/lit/lit-18.1.0_rc2.ebuild 

[gentoo-commits] repo/gentoo:master commit in: dev-debug/lldb/

2024-02-28 Thread Michał Górny
commit: fca4a3f79e67a2aa44716dfb244d3216d4ef1a9c
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 28 20:08:50 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 28 20:40:16 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fca4a3f7

dev-debug/lldb: Remove old

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

 dev-debug/lldb/Manifest   |   4 -
 dev-debug/lldb/lldb-18.1.0_rc2.ebuild | 107 --
 dev-debug/lldb/lldb-19.0.0_pre20240210.ebuild | 107 --
 dev-debug/lldb/lldb-19.0.0_pre20240218.ebuild | 107 --
 4 files changed, 325 deletions(-)

diff --git a/dev-debug/lldb/Manifest b/dev-debug/lldb/Manifest
index 4cbd0bee0bc4..1180df60ba55 100644
--- a/dev-debug/lldb/Manifest
+++ b/dev-debug/lldb/Manifest
@@ -4,12 +4,8 @@ DIST llvm-project-16.0.6.src.tar.xz 118013488 BLAKE2B 
95192d39cbd2914e5609db3659
 DIST llvm-project-16.0.6.src.tar.xz.sig 566 BLAKE2B 
2060cebd5ed57cb8a86a44238c43dfd4b921649298b10c3d19da308374c1e49869174294e29943c2af459fe06428264e26881d6c1288ebbc48686cc2cf467c7a
 SHA512 
ca249262c7102e0889ec1bdc6f71a3a6f0e7e5d5fbab8abcd6fccd2871e7955eff7af5b055a76006097baf0dfaf2f5069eff3035b3107fc552abdb2481b21447
 DIST llvm-project-17.0.6.src.tar.xz 127838860 BLAKE2B 
d6ede1a9fda8756995c3e0654111941649e15794179641806f18919f1dc68c41ca0cabd5693b5096d05dccc3a391cd20d34af1137bf8af92ed3117a1ce84d1b2
 SHA512 
6d85bf749e0d77553cc215cbfa61cec4ac4f4f652847f56f946b6a892a99a5ea40b6ab8b39a9708a035001f007986941ccf17e4635260a8b0c1fa59e78d41e30
 DIST llvm-project-17.0.6.src.tar.xz.sig 438 BLAKE2B 
186e75b6a0fbfe1e85408589c149e1800fcc47d685b74e4260018e05cd08bc793d1d1197c9c50e177eea941a3d0c65cb0c583ce6dae449099b920adf8a508ef7
 SHA512 
f78c55053a6450625f3e95f52c305110b4468a9854fec75831b65b8d6ceee3c9206ab9e63c4b5fda8be9bd344f72cfbdaae0520ed240abd505e08ebeaa25d340
-DIST llvm-project-18.1.0rc2.src.tar.xz 131993176 BLAKE2B 
8df1e34a54214975efe1b9a649753a2dc20c04e3c763bd8648000f48dd18f27ccfdc597ff6e68e0f408310493dfa92f48c7eee53376501e8ebc3b7c614809c15
 SHA512 
b595bb5d029723fee4e8f8edeaddd6fdcd48d668f66f4239e3208fd19d3a3622e8e4f90ae3fa4b1216fca1621d6c6b6ebf4d99dec7febff2457d0ceb79e8617a
-DIST llvm-project-18.1.0rc2.src.tar.xz.sig 566 BLAKE2B 
c765549386a92883bd348d9be25a3c92b1e66a1bac71385ef99978ec2af413a7616a2d9699c57554d927f95b80a3584572557d26e3df16b2ff6678359d5fd6b0
 SHA512 
83bb4c133f34faec8a0109689ed7aa18222c9a803ba8c95c571a18e854726024f106a1c8e3a820020255c426b7fa8bda26789ff1546972e233fbe3e3ab3a8e91
 DIST llvm-project-18.1.0rc3.src.tar.xz 132011280 BLAKE2B 
482a0e1b806292598bd646f225705140a463706ec391e4e42f203606b85673601a65fe55f2432d77f4c2f4c6584b35e53eeaded42e0b67aa6538c37d7cceb4ff
 SHA512 
6c0adcf6e4057de8fb1dcd062845d14d725833d23d8e1362cbccab176931f55600a3971f01690179b795ff3feca0af9141b16dee4d4159755596cc9c904bf099
 DIST llvm-project-18.1.0rc3.src.tar.xz.sig 566 BLAKE2B 
dac9c174e2eeda5e0af0153d78a2e9c8f145efe03250582a27df1bd6a89ba70afdcfa1ed6aa46adb1f7f21077cadb6e43963758358ff17122c36781ee4018c05
 SHA512 
91a2778f9b66bc80172172f36d6027fb2455f3ffd03b06ad0dd376471c4d4e2e34c8bee69c76cfe95003ae34f0d28c394c7d135fbbb75686ff89aee56b6c45c3
 DIST llvm-project-18.1.0rc4.src.tar.xz 132041940 BLAKE2B 
1379efd68f765a70e088ac356f69d792c210003c76b15f28b40273aa64825d7a7c7aa03d2d5016b2607626fd63f656ad88402506f23e836c72474be2032d3224
 SHA512 
3018a843f8e615ee0a4c742d5fafcc67eb6d6a40f81212ce045bdff7012b5acec006ee89c321baf59209daabe66b838709cdaed4e11a34c34b821cfdb77e8a61
 DIST llvm-project-18.1.0rc4.src.tar.xz.sig 566 BLAKE2B 
cc089aadc50d874b575c23b8c22a5472c8507acd3352786d3ac2ee0ec06f07e99eee81b94c6b5bdca569ccffa8b867eb2265b57d5d07b8ec31e3cfce89bf8fc1
 SHA512 
2ce82201b7c673884815898069f18cf1e4ab13a0a9ed535339d9c4132b7b0edb6b748b03499e383f8f0268d904589e6aebb9a204ef95d14f56a3fb9dca24571c
-DIST llvm-project-3496927edcd0685807351ba88a7e2cfb006e1c0d.tar.gz 206227842 
BLAKE2B 
cd27e9e9bca3622c2241bfa91c78eb8443df7465c1efcec57d5e701e2c61d3b2d3619483199e67b56deed9410f5382fc3164cdc7e864dcd77f4d12f3f9d2b159
 SHA512 
156d441074aff4d85af956b9abf89f9aefbe5b39e315c9c7c249ad01f95b42a303c23e9142292e7746f691c2ee704a7cd4a60916594ea1d468240c9b8152
 DIST llvm-project-60a904b2ad9842b93cc5fa0ad5bda5e22c550b7e.tar.gz 206511075 
BLAKE2B 
501924562c3e49eb921adcf3175d55ce0a47992b3b6b8b512ad8f1cc7b7e5f7bc3e2e278b7817c5924fdf8328f97be2f9c5037b1b6414d49e3b525739ecec6da
 SHA512 
b05fcb4600645befb07f2da1efba463389df3fd1d9a26cb0e6ff9ab51edc2d8c5f51a9d44fe4b7f5f29d67cd4dbd15382fdf97f51ddc2c209196533c40611078
-DIST llvm-project-8884ba43a8485bebef5c4d41e7ed457e3fa84f07.tar.gz 205853916 
BLAKE2B 
115809efbf062ced32ffe61b25e65e44a0b3c293f68bf40fc4d9e596cd077fc4781a059ad24c4dc7a139c6ec884a6a183ebac06535f2498116266695e19daf00
 SHA512 
cb496111ec72163a1872fa9a14f8963108d3185f4464a74cc45d26ccc5071bc36895618b81c29063cde0564a50017a0194da4dc559a046a12550d9ab0d9b8347

diff --git a/dev-debug/lldb/lldb-18.1.0_rc2.ebuild 

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

2024-02-28 Thread Michał Górny
commit: 2814ef84f385c1ce6e8792c5ffd84954590f7d3a
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 28 20:08:46 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 28 20:40:14 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2814ef84

sys-libs/llvm-libunwind: Remove old

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

 sys-libs/llvm-libunwind/Manifest   |   4 -
 .../llvm-libunwind-18.1.0_rc2.ebuild   | 128 -
 .../llvm-libunwind-19.0.0_pre20240210.ebuild   | 128 -
 .../llvm-libunwind-19.0.0_pre20240218.ebuild   | 128 -
 4 files changed, 388 deletions(-)

diff --git a/sys-libs/llvm-libunwind/Manifest b/sys-libs/llvm-libunwind/Manifest
index 4cbd0bee0bc4..1180df60ba55 100644
--- a/sys-libs/llvm-libunwind/Manifest
+++ b/sys-libs/llvm-libunwind/Manifest
@@ -4,12 +4,8 @@ DIST llvm-project-16.0.6.src.tar.xz 118013488 BLAKE2B 
95192d39cbd2914e5609db3659
 DIST llvm-project-16.0.6.src.tar.xz.sig 566 BLAKE2B 
2060cebd5ed57cb8a86a44238c43dfd4b921649298b10c3d19da308374c1e49869174294e29943c2af459fe06428264e26881d6c1288ebbc48686cc2cf467c7a
 SHA512 
ca249262c7102e0889ec1bdc6f71a3a6f0e7e5d5fbab8abcd6fccd2871e7955eff7af5b055a76006097baf0dfaf2f5069eff3035b3107fc552abdb2481b21447
 DIST llvm-project-17.0.6.src.tar.xz 127838860 BLAKE2B 
d6ede1a9fda8756995c3e0654111941649e15794179641806f18919f1dc68c41ca0cabd5693b5096d05dccc3a391cd20d34af1137bf8af92ed3117a1ce84d1b2
 SHA512 
6d85bf749e0d77553cc215cbfa61cec4ac4f4f652847f56f946b6a892a99a5ea40b6ab8b39a9708a035001f007986941ccf17e4635260a8b0c1fa59e78d41e30
 DIST llvm-project-17.0.6.src.tar.xz.sig 438 BLAKE2B 
186e75b6a0fbfe1e85408589c149e1800fcc47d685b74e4260018e05cd08bc793d1d1197c9c50e177eea941a3d0c65cb0c583ce6dae449099b920adf8a508ef7
 SHA512 
f78c55053a6450625f3e95f52c305110b4468a9854fec75831b65b8d6ceee3c9206ab9e63c4b5fda8be9bd344f72cfbdaae0520ed240abd505e08ebeaa25d340
-DIST llvm-project-18.1.0rc2.src.tar.xz 131993176 BLAKE2B 
8df1e34a54214975efe1b9a649753a2dc20c04e3c763bd8648000f48dd18f27ccfdc597ff6e68e0f408310493dfa92f48c7eee53376501e8ebc3b7c614809c15
 SHA512 
b595bb5d029723fee4e8f8edeaddd6fdcd48d668f66f4239e3208fd19d3a3622e8e4f90ae3fa4b1216fca1621d6c6b6ebf4d99dec7febff2457d0ceb79e8617a
-DIST llvm-project-18.1.0rc2.src.tar.xz.sig 566 BLAKE2B 
c765549386a92883bd348d9be25a3c92b1e66a1bac71385ef99978ec2af413a7616a2d9699c57554d927f95b80a3584572557d26e3df16b2ff6678359d5fd6b0
 SHA512 
83bb4c133f34faec8a0109689ed7aa18222c9a803ba8c95c571a18e854726024f106a1c8e3a820020255c426b7fa8bda26789ff1546972e233fbe3e3ab3a8e91
 DIST llvm-project-18.1.0rc3.src.tar.xz 132011280 BLAKE2B 
482a0e1b806292598bd646f225705140a463706ec391e4e42f203606b85673601a65fe55f2432d77f4c2f4c6584b35e53eeaded42e0b67aa6538c37d7cceb4ff
 SHA512 
6c0adcf6e4057de8fb1dcd062845d14d725833d23d8e1362cbccab176931f55600a3971f01690179b795ff3feca0af9141b16dee4d4159755596cc9c904bf099
 DIST llvm-project-18.1.0rc3.src.tar.xz.sig 566 BLAKE2B 
dac9c174e2eeda5e0af0153d78a2e9c8f145efe03250582a27df1bd6a89ba70afdcfa1ed6aa46adb1f7f21077cadb6e43963758358ff17122c36781ee4018c05
 SHA512 
91a2778f9b66bc80172172f36d6027fb2455f3ffd03b06ad0dd376471c4d4e2e34c8bee69c76cfe95003ae34f0d28c394c7d135fbbb75686ff89aee56b6c45c3
 DIST llvm-project-18.1.0rc4.src.tar.xz 132041940 BLAKE2B 
1379efd68f765a70e088ac356f69d792c210003c76b15f28b40273aa64825d7a7c7aa03d2d5016b2607626fd63f656ad88402506f23e836c72474be2032d3224
 SHA512 
3018a843f8e615ee0a4c742d5fafcc67eb6d6a40f81212ce045bdff7012b5acec006ee89c321baf59209daabe66b838709cdaed4e11a34c34b821cfdb77e8a61
 DIST llvm-project-18.1.0rc4.src.tar.xz.sig 566 BLAKE2B 
cc089aadc50d874b575c23b8c22a5472c8507acd3352786d3ac2ee0ec06f07e99eee81b94c6b5bdca569ccffa8b867eb2265b57d5d07b8ec31e3cfce89bf8fc1
 SHA512 
2ce82201b7c673884815898069f18cf1e4ab13a0a9ed535339d9c4132b7b0edb6b748b03499e383f8f0268d904589e6aebb9a204ef95d14f56a3fb9dca24571c
-DIST llvm-project-3496927edcd0685807351ba88a7e2cfb006e1c0d.tar.gz 206227842 
BLAKE2B 
cd27e9e9bca3622c2241bfa91c78eb8443df7465c1efcec57d5e701e2c61d3b2d3619483199e67b56deed9410f5382fc3164cdc7e864dcd77f4d12f3f9d2b159
 SHA512 
156d441074aff4d85af956b9abf89f9aefbe5b39e315c9c7c249ad01f95b42a303c23e9142292e7746f691c2ee704a7cd4a60916594ea1d468240c9b8152
 DIST llvm-project-60a904b2ad9842b93cc5fa0ad5bda5e22c550b7e.tar.gz 206511075 
BLAKE2B 
501924562c3e49eb921adcf3175d55ce0a47992b3b6b8b512ad8f1cc7b7e5f7bc3e2e278b7817c5924fdf8328f97be2f9c5037b1b6414d49e3b525739ecec6da
 SHA512 
b05fcb4600645befb07f2da1efba463389df3fd1d9a26cb0e6ff9ab51edc2d8c5f51a9d44fe4b7f5f29d67cd4dbd15382fdf97f51ddc2c209196533c40611078
-DIST llvm-project-8884ba43a8485bebef5c4d41e7ed457e3fa84f07.tar.gz 205853916 
BLAKE2B 
115809efbf062ced32ffe61b25e65e44a0b3c293f68bf40fc4d9e596cd077fc4781a059ad24c4dc7a139c6ec884a6a183ebac06535f2498116266695e19daf00
 SHA512 
cb496111ec72163a1872fa9a14f8963108d3185f4464a74cc45d26ccc5071bc36895618b81c29063cde0564a50017a0194da4dc559a046a12550d9ab0d9b8347

diff --git 

[gentoo-commits] repo/gentoo:master commit in: sys-libs/compiler-rt-sanitizers/

2024-02-28 Thread Michał Górny
commit: cf20ad6bffb997b5707262f4bd7809e2cb254cb8
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 28 20:08:47 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 28 20:40:15 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf20ad6b

sys-libs/compiler-rt-sanitizers: Remove old

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

 sys-libs/compiler-rt-sanitizers/Manifest   |   4 -
 .../compiler-rt-sanitizers-18.1.0_rc2.ebuild   | 217 -
 ...ompiler-rt-sanitizers-19.0.0_pre20240210.ebuild | 217 -
 ...ompiler-rt-sanitizers-19.0.0_pre20240218.ebuild | 217 -
 4 files changed, 655 deletions(-)

diff --git a/sys-libs/compiler-rt-sanitizers/Manifest 
b/sys-libs/compiler-rt-sanitizers/Manifest
index 941edf2623c4..fcb60dd9af7d 100644
--- a/sys-libs/compiler-rt-sanitizers/Manifest
+++ b/sys-libs/compiler-rt-sanitizers/Manifest
@@ -5,12 +5,8 @@ DIST llvm-project-16.0.6.src.tar.xz 118013488 BLAKE2B 
95192d39cbd2914e5609db3659
 DIST llvm-project-16.0.6.src.tar.xz.sig 566 BLAKE2B 
2060cebd5ed57cb8a86a44238c43dfd4b921649298b10c3d19da308374c1e49869174294e29943c2af459fe06428264e26881d6c1288ebbc48686cc2cf467c7a
 SHA512 
ca249262c7102e0889ec1bdc6f71a3a6f0e7e5d5fbab8abcd6fccd2871e7955eff7af5b055a76006097baf0dfaf2f5069eff3035b3107fc552abdb2481b21447
 DIST llvm-project-17.0.6.src.tar.xz 127838860 BLAKE2B 
d6ede1a9fda8756995c3e0654111941649e15794179641806f18919f1dc68c41ca0cabd5693b5096d05dccc3a391cd20d34af1137bf8af92ed3117a1ce84d1b2
 SHA512 
6d85bf749e0d77553cc215cbfa61cec4ac4f4f652847f56f946b6a892a99a5ea40b6ab8b39a9708a035001f007986941ccf17e4635260a8b0c1fa59e78d41e30
 DIST llvm-project-17.0.6.src.tar.xz.sig 438 BLAKE2B 
186e75b6a0fbfe1e85408589c149e1800fcc47d685b74e4260018e05cd08bc793d1d1197c9c50e177eea941a3d0c65cb0c583ce6dae449099b920adf8a508ef7
 SHA512 
f78c55053a6450625f3e95f52c305110b4468a9854fec75831b65b8d6ceee3c9206ab9e63c4b5fda8be9bd344f72cfbdaae0520ed240abd505e08ebeaa25d340
-DIST llvm-project-18.1.0rc2.src.tar.xz 131993176 BLAKE2B 
8df1e34a54214975efe1b9a649753a2dc20c04e3c763bd8648000f48dd18f27ccfdc597ff6e68e0f408310493dfa92f48c7eee53376501e8ebc3b7c614809c15
 SHA512 
b595bb5d029723fee4e8f8edeaddd6fdcd48d668f66f4239e3208fd19d3a3622e8e4f90ae3fa4b1216fca1621d6c6b6ebf4d99dec7febff2457d0ceb79e8617a
-DIST llvm-project-18.1.0rc2.src.tar.xz.sig 566 BLAKE2B 
c765549386a92883bd348d9be25a3c92b1e66a1bac71385ef99978ec2af413a7616a2d9699c57554d927f95b80a3584572557d26e3df16b2ff6678359d5fd6b0
 SHA512 
83bb4c133f34faec8a0109689ed7aa18222c9a803ba8c95c571a18e854726024f106a1c8e3a820020255c426b7fa8bda26789ff1546972e233fbe3e3ab3a8e91
 DIST llvm-project-18.1.0rc3.src.tar.xz 132011280 BLAKE2B 
482a0e1b806292598bd646f225705140a463706ec391e4e42f203606b85673601a65fe55f2432d77f4c2f4c6584b35e53eeaded42e0b67aa6538c37d7cceb4ff
 SHA512 
6c0adcf6e4057de8fb1dcd062845d14d725833d23d8e1362cbccab176931f55600a3971f01690179b795ff3feca0af9141b16dee4d4159755596cc9c904bf099
 DIST llvm-project-18.1.0rc3.src.tar.xz.sig 566 BLAKE2B 
dac9c174e2eeda5e0af0153d78a2e9c8f145efe03250582a27df1bd6a89ba70afdcfa1ed6aa46adb1f7f21077cadb6e43963758358ff17122c36781ee4018c05
 SHA512 
91a2778f9b66bc80172172f36d6027fb2455f3ffd03b06ad0dd376471c4d4e2e34c8bee69c76cfe95003ae34f0d28c394c7d135fbbb75686ff89aee56b6c45c3
 DIST llvm-project-18.1.0rc4.src.tar.xz 132041940 BLAKE2B 
1379efd68f765a70e088ac356f69d792c210003c76b15f28b40273aa64825d7a7c7aa03d2d5016b2607626fd63f656ad88402506f23e836c72474be2032d3224
 SHA512 
3018a843f8e615ee0a4c742d5fafcc67eb6d6a40f81212ce045bdff7012b5acec006ee89c321baf59209daabe66b838709cdaed4e11a34c34b821cfdb77e8a61
 DIST llvm-project-18.1.0rc4.src.tar.xz.sig 566 BLAKE2B 
cc089aadc50d874b575c23b8c22a5472c8507acd3352786d3ac2ee0ec06f07e99eee81b94c6b5bdca569ccffa8b867eb2265b57d5d07b8ec31e3cfce89bf8fc1
 SHA512 
2ce82201b7c673884815898069f18cf1e4ab13a0a9ed535339d9c4132b7b0edb6b748b03499e383f8f0268d904589e6aebb9a204ef95d14f56a3fb9dca24571c
-DIST llvm-project-3496927edcd0685807351ba88a7e2cfb006e1c0d.tar.gz 206227842 
BLAKE2B 
cd27e9e9bca3622c2241bfa91c78eb8443df7465c1efcec57d5e701e2c61d3b2d3619483199e67b56deed9410f5382fc3164cdc7e864dcd77f4d12f3f9d2b159
 SHA512 
156d441074aff4d85af956b9abf89f9aefbe5b39e315c9c7c249ad01f95b42a303c23e9142292e7746f691c2ee704a7cd4a60916594ea1d468240c9b8152
 DIST llvm-project-60a904b2ad9842b93cc5fa0ad5bda5e22c550b7e.tar.gz 206511075 
BLAKE2B 
501924562c3e49eb921adcf3175d55ce0a47992b3b6b8b512ad8f1cc7b7e5f7bc3e2e278b7817c5924fdf8328f97be2f9c5037b1b6414d49e3b525739ecec6da
 SHA512 
b05fcb4600645befb07f2da1efba463389df3fd1d9a26cb0e6ff9ab51edc2d8c5f51a9d44fe4b7f5f29d67cd4dbd15382fdf97f51ddc2c209196533c40611078
-DIST llvm-project-8884ba43a8485bebef5c4d41e7ed457e3fa84f07.tar.gz 205853916 
BLAKE2B 
115809efbf062ced32ffe61b25e65e44a0b3c293f68bf40fc4d9e596cd077fc4781a059ad24c4dc7a139c6ec884a6a183ebac06535f2498116266695e19daf00
 SHA512 

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

2024-02-28 Thread Michał Górny
commit: 19fefa17a4525d60b3cd5f122a56fa886ea2fc4e
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 28 20:09:08 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 28 20:40:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19fefa17

sys-devel/llvm-common: Remove old

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

 sys-devel/llvm-common/Manifest |  4 --
 .../llvm-common/llvm-common-18.1.0_rc2.ebuild  | 53 --
 .../llvm-common-19.0.0_pre20240210.ebuild  | 53 --
 .../llvm-common-19.0.0_pre20240218.ebuild  | 53 --
 4 files changed, 163 deletions(-)

diff --git a/sys-devel/llvm-common/Manifest b/sys-devel/llvm-common/Manifest
index 4cbd0bee0bc4..1180df60ba55 100644
--- a/sys-devel/llvm-common/Manifest
+++ b/sys-devel/llvm-common/Manifest
@@ -4,12 +4,8 @@ DIST llvm-project-16.0.6.src.tar.xz 118013488 BLAKE2B 
95192d39cbd2914e5609db3659
 DIST llvm-project-16.0.6.src.tar.xz.sig 566 BLAKE2B 
2060cebd5ed57cb8a86a44238c43dfd4b921649298b10c3d19da308374c1e49869174294e29943c2af459fe06428264e26881d6c1288ebbc48686cc2cf467c7a
 SHA512 
ca249262c7102e0889ec1bdc6f71a3a6f0e7e5d5fbab8abcd6fccd2871e7955eff7af5b055a76006097baf0dfaf2f5069eff3035b3107fc552abdb2481b21447
 DIST llvm-project-17.0.6.src.tar.xz 127838860 BLAKE2B 
d6ede1a9fda8756995c3e0654111941649e15794179641806f18919f1dc68c41ca0cabd5693b5096d05dccc3a391cd20d34af1137bf8af92ed3117a1ce84d1b2
 SHA512 
6d85bf749e0d77553cc215cbfa61cec4ac4f4f652847f56f946b6a892a99a5ea40b6ab8b39a9708a035001f007986941ccf17e4635260a8b0c1fa59e78d41e30
 DIST llvm-project-17.0.6.src.tar.xz.sig 438 BLAKE2B 
186e75b6a0fbfe1e85408589c149e1800fcc47d685b74e4260018e05cd08bc793d1d1197c9c50e177eea941a3d0c65cb0c583ce6dae449099b920adf8a508ef7
 SHA512 
f78c55053a6450625f3e95f52c305110b4468a9854fec75831b65b8d6ceee3c9206ab9e63c4b5fda8be9bd344f72cfbdaae0520ed240abd505e08ebeaa25d340
-DIST llvm-project-18.1.0rc2.src.tar.xz 131993176 BLAKE2B 
8df1e34a54214975efe1b9a649753a2dc20c04e3c763bd8648000f48dd18f27ccfdc597ff6e68e0f408310493dfa92f48c7eee53376501e8ebc3b7c614809c15
 SHA512 
b595bb5d029723fee4e8f8edeaddd6fdcd48d668f66f4239e3208fd19d3a3622e8e4f90ae3fa4b1216fca1621d6c6b6ebf4d99dec7febff2457d0ceb79e8617a
-DIST llvm-project-18.1.0rc2.src.tar.xz.sig 566 BLAKE2B 
c765549386a92883bd348d9be25a3c92b1e66a1bac71385ef99978ec2af413a7616a2d9699c57554d927f95b80a3584572557d26e3df16b2ff6678359d5fd6b0
 SHA512 
83bb4c133f34faec8a0109689ed7aa18222c9a803ba8c95c571a18e854726024f106a1c8e3a820020255c426b7fa8bda26789ff1546972e233fbe3e3ab3a8e91
 DIST llvm-project-18.1.0rc3.src.tar.xz 132011280 BLAKE2B 
482a0e1b806292598bd646f225705140a463706ec391e4e42f203606b85673601a65fe55f2432d77f4c2f4c6584b35e53eeaded42e0b67aa6538c37d7cceb4ff
 SHA512 
6c0adcf6e4057de8fb1dcd062845d14d725833d23d8e1362cbccab176931f55600a3971f01690179b795ff3feca0af9141b16dee4d4159755596cc9c904bf099
 DIST llvm-project-18.1.0rc3.src.tar.xz.sig 566 BLAKE2B 
dac9c174e2eeda5e0af0153d78a2e9c8f145efe03250582a27df1bd6a89ba70afdcfa1ed6aa46adb1f7f21077cadb6e43963758358ff17122c36781ee4018c05
 SHA512 
91a2778f9b66bc80172172f36d6027fb2455f3ffd03b06ad0dd376471c4d4e2e34c8bee69c76cfe95003ae34f0d28c394c7d135fbbb75686ff89aee56b6c45c3
 DIST llvm-project-18.1.0rc4.src.tar.xz 132041940 BLAKE2B 
1379efd68f765a70e088ac356f69d792c210003c76b15f28b40273aa64825d7a7c7aa03d2d5016b2607626fd63f656ad88402506f23e836c72474be2032d3224
 SHA512 
3018a843f8e615ee0a4c742d5fafcc67eb6d6a40f81212ce045bdff7012b5acec006ee89c321baf59209daabe66b838709cdaed4e11a34c34b821cfdb77e8a61
 DIST llvm-project-18.1.0rc4.src.tar.xz.sig 566 BLAKE2B 
cc089aadc50d874b575c23b8c22a5472c8507acd3352786d3ac2ee0ec06f07e99eee81b94c6b5bdca569ccffa8b867eb2265b57d5d07b8ec31e3cfce89bf8fc1
 SHA512 
2ce82201b7c673884815898069f18cf1e4ab13a0a9ed535339d9c4132b7b0edb6b748b03499e383f8f0268d904589e6aebb9a204ef95d14f56a3fb9dca24571c
-DIST llvm-project-3496927edcd0685807351ba88a7e2cfb006e1c0d.tar.gz 206227842 
BLAKE2B 
cd27e9e9bca3622c2241bfa91c78eb8443df7465c1efcec57d5e701e2c61d3b2d3619483199e67b56deed9410f5382fc3164cdc7e864dcd77f4d12f3f9d2b159
 SHA512 
156d441074aff4d85af956b9abf89f9aefbe5b39e315c9c7c249ad01f95b42a303c23e9142292e7746f691c2ee704a7cd4a60916594ea1d468240c9b8152
 DIST llvm-project-60a904b2ad9842b93cc5fa0ad5bda5e22c550b7e.tar.gz 206511075 
BLAKE2B 
501924562c3e49eb921adcf3175d55ce0a47992b3b6b8b512ad8f1cc7b7e5f7bc3e2e278b7817c5924fdf8328f97be2f9c5037b1b6414d49e3b525739ecec6da
 SHA512 
b05fcb4600645befb07f2da1efba463389df3fd1d9a26cb0e6ff9ab51edc2d8c5f51a9d44fe4b7f5f29d67cd4dbd15382fdf97f51ddc2c209196533c40611078
-DIST llvm-project-8884ba43a8485bebef5c4d41e7ed457e3fa84f07.tar.gz 205853916 
BLAKE2B 
115809efbf062ced32ffe61b25e65e44a0b3c293f68bf40fc4d9e596cd077fc4781a059ad24c4dc7a139c6ec884a6a183ebac06535f2498116266695e19daf00
 SHA512 
cb496111ec72163a1872fa9a14f8963108d3185f4464a74cc45d26ccc5071bc36895618b81c29063cde0564a50017a0194da4dc559a046a12550d9ab0d9b8347

diff --git 

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

2024-02-28 Thread Michał Górny
commit: 7dfc474a318a7986b78403e32e890db0d7a20683
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 28 20:08:49 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 28 20:40:16 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dfc474a

sys-libs/compiler-rt: Remove old

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

 sys-libs/compiler-rt/Manifest  |   4 -
 sys-libs/compiler-rt/compiler-rt-18.1.0_rc2.ebuild | 171 -
 .../compiler-rt-19.0.0_pre20240210.ebuild  | 171 -
 .../compiler-rt-19.0.0_pre20240218.ebuild  | 171 -
 4 files changed, 517 deletions(-)

diff --git a/sys-libs/compiler-rt/Manifest b/sys-libs/compiler-rt/Manifest
index d8506dff4e10..a020fbed8461 100644
--- a/sys-libs/compiler-rt/Manifest
+++ b/sys-libs/compiler-rt/Manifest
@@ -7,12 +7,8 @@ DIST llvm-project-16.0.6.src.tar.xz 118013488 BLAKE2B 
95192d39cbd2914e5609db3659
 DIST llvm-project-16.0.6.src.tar.xz.sig 566 BLAKE2B 
2060cebd5ed57cb8a86a44238c43dfd4b921649298b10c3d19da308374c1e49869174294e29943c2af459fe06428264e26881d6c1288ebbc48686cc2cf467c7a
 SHA512 
ca249262c7102e0889ec1bdc6f71a3a6f0e7e5d5fbab8abcd6fccd2871e7955eff7af5b055a76006097baf0dfaf2f5069eff3035b3107fc552abdb2481b21447
 DIST llvm-project-17.0.6.src.tar.xz 127838860 BLAKE2B 
d6ede1a9fda8756995c3e0654111941649e15794179641806f18919f1dc68c41ca0cabd5693b5096d05dccc3a391cd20d34af1137bf8af92ed3117a1ce84d1b2
 SHA512 
6d85bf749e0d77553cc215cbfa61cec4ac4f4f652847f56f946b6a892a99a5ea40b6ab8b39a9708a035001f007986941ccf17e4635260a8b0c1fa59e78d41e30
 DIST llvm-project-17.0.6.src.tar.xz.sig 438 BLAKE2B 
186e75b6a0fbfe1e85408589c149e1800fcc47d685b74e4260018e05cd08bc793d1d1197c9c50e177eea941a3d0c65cb0c583ce6dae449099b920adf8a508ef7
 SHA512 
f78c55053a6450625f3e95f52c305110b4468a9854fec75831b65b8d6ceee3c9206ab9e63c4b5fda8be9bd344f72cfbdaae0520ed240abd505e08ebeaa25d340
-DIST llvm-project-18.1.0rc2.src.tar.xz 131993176 BLAKE2B 
8df1e34a54214975efe1b9a649753a2dc20c04e3c763bd8648000f48dd18f27ccfdc597ff6e68e0f408310493dfa92f48c7eee53376501e8ebc3b7c614809c15
 SHA512 
b595bb5d029723fee4e8f8edeaddd6fdcd48d668f66f4239e3208fd19d3a3622e8e4f90ae3fa4b1216fca1621d6c6b6ebf4d99dec7febff2457d0ceb79e8617a
-DIST llvm-project-18.1.0rc2.src.tar.xz.sig 566 BLAKE2B 
c765549386a92883bd348d9be25a3c92b1e66a1bac71385ef99978ec2af413a7616a2d9699c57554d927f95b80a3584572557d26e3df16b2ff6678359d5fd6b0
 SHA512 
83bb4c133f34faec8a0109689ed7aa18222c9a803ba8c95c571a18e854726024f106a1c8e3a820020255c426b7fa8bda26789ff1546972e233fbe3e3ab3a8e91
 DIST llvm-project-18.1.0rc3.src.tar.xz 132011280 BLAKE2B 
482a0e1b806292598bd646f225705140a463706ec391e4e42f203606b85673601a65fe55f2432d77f4c2f4c6584b35e53eeaded42e0b67aa6538c37d7cceb4ff
 SHA512 
6c0adcf6e4057de8fb1dcd062845d14d725833d23d8e1362cbccab176931f55600a3971f01690179b795ff3feca0af9141b16dee4d4159755596cc9c904bf099
 DIST llvm-project-18.1.0rc3.src.tar.xz.sig 566 BLAKE2B 
dac9c174e2eeda5e0af0153d78a2e9c8f145efe03250582a27df1bd6a89ba70afdcfa1ed6aa46adb1f7f21077cadb6e43963758358ff17122c36781ee4018c05
 SHA512 
91a2778f9b66bc80172172f36d6027fb2455f3ffd03b06ad0dd376471c4d4e2e34c8bee69c76cfe95003ae34f0d28c394c7d135fbbb75686ff89aee56b6c45c3
 DIST llvm-project-18.1.0rc4.src.tar.xz 132041940 BLAKE2B 
1379efd68f765a70e088ac356f69d792c210003c76b15f28b40273aa64825d7a7c7aa03d2d5016b2607626fd63f656ad88402506f23e836c72474be2032d3224
 SHA512 
3018a843f8e615ee0a4c742d5fafcc67eb6d6a40f81212ce045bdff7012b5acec006ee89c321baf59209daabe66b838709cdaed4e11a34c34b821cfdb77e8a61
 DIST llvm-project-18.1.0rc4.src.tar.xz.sig 566 BLAKE2B 
cc089aadc50d874b575c23b8c22a5472c8507acd3352786d3ac2ee0ec06f07e99eee81b94c6b5bdca569ccffa8b867eb2265b57d5d07b8ec31e3cfce89bf8fc1
 SHA512 
2ce82201b7c673884815898069f18cf1e4ab13a0a9ed535339d9c4132b7b0edb6b748b03499e383f8f0268d904589e6aebb9a204ef95d14f56a3fb9dca24571c
-DIST llvm-project-3496927edcd0685807351ba88a7e2cfb006e1c0d.tar.gz 206227842 
BLAKE2B 
cd27e9e9bca3622c2241bfa91c78eb8443df7465c1efcec57d5e701e2c61d3b2d3619483199e67b56deed9410f5382fc3164cdc7e864dcd77f4d12f3f9d2b159
 SHA512 
156d441074aff4d85af956b9abf89f9aefbe5b39e315c9c7c249ad01f95b42a303c23e9142292e7746f691c2ee704a7cd4a60916594ea1d468240c9b8152
 DIST llvm-project-60a904b2ad9842b93cc5fa0ad5bda5e22c550b7e.tar.gz 206511075 
BLAKE2B 
501924562c3e49eb921adcf3175d55ce0a47992b3b6b8b512ad8f1cc7b7e5f7bc3e2e278b7817c5924fdf8328f97be2f9c5037b1b6414d49e3b525739ecec6da
 SHA512 
b05fcb4600645befb07f2da1efba463389df3fd1d9a26cb0e6ff9ab51edc2d8c5f51a9d44fe4b7f5f29d67cd4dbd15382fdf97f51ddc2c209196533c40611078
-DIST llvm-project-8884ba43a8485bebef5c4d41e7ed457e3fa84f07.tar.gz 205853916 
BLAKE2B 
115809efbf062ced32ffe61b25e65e44a0b3c293f68bf40fc4d9e596cd077fc4781a059ad24c4dc7a139c6ec884a6a183ebac06535f2498116266695e19daf00
 SHA512 
cb496111ec72163a1872fa9a14f8963108d3185f4464a74cc45d26ccc5071bc36895618b81c29063cde0564a50017a0194da4dc559a046a12550d9ab0d9b8347

diff --git 

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

2024-02-28 Thread Michał Górny
commit: c70516ef3beaf05acdfa95d238598233576d2a9d
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 28 20:08:44 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 28 20:40:13 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c70516ef

sys-libs/libcxxabi: Remove old

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

 sys-libs/libcxxabi/Manifest|   4 -
 sys-libs/libcxxabi/libcxxabi-18.1.0_rc2.ebuild | 110 -
 .../libcxxabi/libcxxabi-19.0.0_pre20240210.ebuild  | 110 -
 .../libcxxabi/libcxxabi-19.0.0_pre20240218.ebuild  | 110 -
 4 files changed, 334 deletions(-)

diff --git a/sys-libs/libcxxabi/Manifest b/sys-libs/libcxxabi/Manifest
index 4cbd0bee0bc4..1180df60ba55 100644
--- a/sys-libs/libcxxabi/Manifest
+++ b/sys-libs/libcxxabi/Manifest
@@ -4,12 +4,8 @@ DIST llvm-project-16.0.6.src.tar.xz 118013488 BLAKE2B 
95192d39cbd2914e5609db3659
 DIST llvm-project-16.0.6.src.tar.xz.sig 566 BLAKE2B 
2060cebd5ed57cb8a86a44238c43dfd4b921649298b10c3d19da308374c1e49869174294e29943c2af459fe06428264e26881d6c1288ebbc48686cc2cf467c7a
 SHA512 
ca249262c7102e0889ec1bdc6f71a3a6f0e7e5d5fbab8abcd6fccd2871e7955eff7af5b055a76006097baf0dfaf2f5069eff3035b3107fc552abdb2481b21447
 DIST llvm-project-17.0.6.src.tar.xz 127838860 BLAKE2B 
d6ede1a9fda8756995c3e0654111941649e15794179641806f18919f1dc68c41ca0cabd5693b5096d05dccc3a391cd20d34af1137bf8af92ed3117a1ce84d1b2
 SHA512 
6d85bf749e0d77553cc215cbfa61cec4ac4f4f652847f56f946b6a892a99a5ea40b6ab8b39a9708a035001f007986941ccf17e4635260a8b0c1fa59e78d41e30
 DIST llvm-project-17.0.6.src.tar.xz.sig 438 BLAKE2B 
186e75b6a0fbfe1e85408589c149e1800fcc47d685b74e4260018e05cd08bc793d1d1197c9c50e177eea941a3d0c65cb0c583ce6dae449099b920adf8a508ef7
 SHA512 
f78c55053a6450625f3e95f52c305110b4468a9854fec75831b65b8d6ceee3c9206ab9e63c4b5fda8be9bd344f72cfbdaae0520ed240abd505e08ebeaa25d340
-DIST llvm-project-18.1.0rc2.src.tar.xz 131993176 BLAKE2B 
8df1e34a54214975efe1b9a649753a2dc20c04e3c763bd8648000f48dd18f27ccfdc597ff6e68e0f408310493dfa92f48c7eee53376501e8ebc3b7c614809c15
 SHA512 
b595bb5d029723fee4e8f8edeaddd6fdcd48d668f66f4239e3208fd19d3a3622e8e4f90ae3fa4b1216fca1621d6c6b6ebf4d99dec7febff2457d0ceb79e8617a
-DIST llvm-project-18.1.0rc2.src.tar.xz.sig 566 BLAKE2B 
c765549386a92883bd348d9be25a3c92b1e66a1bac71385ef99978ec2af413a7616a2d9699c57554d927f95b80a3584572557d26e3df16b2ff6678359d5fd6b0
 SHA512 
83bb4c133f34faec8a0109689ed7aa18222c9a803ba8c95c571a18e854726024f106a1c8e3a820020255c426b7fa8bda26789ff1546972e233fbe3e3ab3a8e91
 DIST llvm-project-18.1.0rc3.src.tar.xz 132011280 BLAKE2B 
482a0e1b806292598bd646f225705140a463706ec391e4e42f203606b85673601a65fe55f2432d77f4c2f4c6584b35e53eeaded42e0b67aa6538c37d7cceb4ff
 SHA512 
6c0adcf6e4057de8fb1dcd062845d14d725833d23d8e1362cbccab176931f55600a3971f01690179b795ff3feca0af9141b16dee4d4159755596cc9c904bf099
 DIST llvm-project-18.1.0rc3.src.tar.xz.sig 566 BLAKE2B 
dac9c174e2eeda5e0af0153d78a2e9c8f145efe03250582a27df1bd6a89ba70afdcfa1ed6aa46adb1f7f21077cadb6e43963758358ff17122c36781ee4018c05
 SHA512 
91a2778f9b66bc80172172f36d6027fb2455f3ffd03b06ad0dd376471c4d4e2e34c8bee69c76cfe95003ae34f0d28c394c7d135fbbb75686ff89aee56b6c45c3
 DIST llvm-project-18.1.0rc4.src.tar.xz 132041940 BLAKE2B 
1379efd68f765a70e088ac356f69d792c210003c76b15f28b40273aa64825d7a7c7aa03d2d5016b2607626fd63f656ad88402506f23e836c72474be2032d3224
 SHA512 
3018a843f8e615ee0a4c742d5fafcc67eb6d6a40f81212ce045bdff7012b5acec006ee89c321baf59209daabe66b838709cdaed4e11a34c34b821cfdb77e8a61
 DIST llvm-project-18.1.0rc4.src.tar.xz.sig 566 BLAKE2B 
cc089aadc50d874b575c23b8c22a5472c8507acd3352786d3ac2ee0ec06f07e99eee81b94c6b5bdca569ccffa8b867eb2265b57d5d07b8ec31e3cfce89bf8fc1
 SHA512 
2ce82201b7c673884815898069f18cf1e4ab13a0a9ed535339d9c4132b7b0edb6b748b03499e383f8f0268d904589e6aebb9a204ef95d14f56a3fb9dca24571c
-DIST llvm-project-3496927edcd0685807351ba88a7e2cfb006e1c0d.tar.gz 206227842 
BLAKE2B 
cd27e9e9bca3622c2241bfa91c78eb8443df7465c1efcec57d5e701e2c61d3b2d3619483199e67b56deed9410f5382fc3164cdc7e864dcd77f4d12f3f9d2b159
 SHA512 
156d441074aff4d85af956b9abf89f9aefbe5b39e315c9c7c249ad01f95b42a303c23e9142292e7746f691c2ee704a7cd4a60916594ea1d468240c9b8152
 DIST llvm-project-60a904b2ad9842b93cc5fa0ad5bda5e22c550b7e.tar.gz 206511075 
BLAKE2B 
501924562c3e49eb921adcf3175d55ce0a47992b3b6b8b512ad8f1cc7b7e5f7bc3e2e278b7817c5924fdf8328f97be2f9c5037b1b6414d49e3b525739ecec6da
 SHA512 
b05fcb4600645befb07f2da1efba463389df3fd1d9a26cb0e6ff9ab51edc2d8c5f51a9d44fe4b7f5f29d67cd4dbd15382fdf97f51ddc2c209196533c40611078
-DIST llvm-project-8884ba43a8485bebef5c4d41e7ed457e3fa84f07.tar.gz 205853916 
BLAKE2B 
115809efbf062ced32ffe61b25e65e44a0b3c293f68bf40fc4d9e596cd077fc4781a059ad24c4dc7a139c6ec884a6a183ebac06535f2498116266695e19daf00
 SHA512 
cb496111ec72163a1872fa9a14f8963108d3185f4464a74cc45d26ccc5071bc36895618b81c29063cde0564a50017a0194da4dc559a046a12550d9ab0d9b8347

diff --git 

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

2024-02-28 Thread Michał Górny
commit: 272cc2ee824c761dc222b99ac50771aa28945e67
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 28 20:08:43 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 28 20:40:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=272cc2ee

sys-libs/libcxx: Remove old

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

 sys-libs/libcxx/Manifest |   4 -
 sys-libs/libcxx/libcxx-18.1.0_rc2.ebuild | 209 --
 sys-libs/libcxx/libcxx-19.0.0_pre20240210.ebuild | 209 --
 sys-libs/libcxx/libcxx-19.0.0_pre20240218.ebuild | 210 ---
 4 files changed, 632 deletions(-)

diff --git a/sys-libs/libcxx/Manifest b/sys-libs/libcxx/Manifest
index dd53b9167e09..6fbffd5dec13 100644
--- a/sys-libs/libcxx/Manifest
+++ b/sys-libs/libcxx/Manifest
@@ -6,12 +6,8 @@ DIST llvm-project-16.0.6.src.tar.xz 118013488 BLAKE2B 
95192d39cbd2914e5609db3659
 DIST llvm-project-16.0.6.src.tar.xz.sig 566 BLAKE2B 
2060cebd5ed57cb8a86a44238c43dfd4b921649298b10c3d19da308374c1e49869174294e29943c2af459fe06428264e26881d6c1288ebbc48686cc2cf467c7a
 SHA512 
ca249262c7102e0889ec1bdc6f71a3a6f0e7e5d5fbab8abcd6fccd2871e7955eff7af5b055a76006097baf0dfaf2f5069eff3035b3107fc552abdb2481b21447
 DIST llvm-project-17.0.6.src.tar.xz 127838860 BLAKE2B 
d6ede1a9fda8756995c3e0654111941649e15794179641806f18919f1dc68c41ca0cabd5693b5096d05dccc3a391cd20d34af1137bf8af92ed3117a1ce84d1b2
 SHA512 
6d85bf749e0d77553cc215cbfa61cec4ac4f4f652847f56f946b6a892a99a5ea40b6ab8b39a9708a035001f007986941ccf17e4635260a8b0c1fa59e78d41e30
 DIST llvm-project-17.0.6.src.tar.xz.sig 438 BLAKE2B 
186e75b6a0fbfe1e85408589c149e1800fcc47d685b74e4260018e05cd08bc793d1d1197c9c50e177eea941a3d0c65cb0c583ce6dae449099b920adf8a508ef7
 SHA512 
f78c55053a6450625f3e95f52c305110b4468a9854fec75831b65b8d6ceee3c9206ab9e63c4b5fda8be9bd344f72cfbdaae0520ed240abd505e08ebeaa25d340
-DIST llvm-project-18.1.0rc2.src.tar.xz 131993176 BLAKE2B 
8df1e34a54214975efe1b9a649753a2dc20c04e3c763bd8648000f48dd18f27ccfdc597ff6e68e0f408310493dfa92f48c7eee53376501e8ebc3b7c614809c15
 SHA512 
b595bb5d029723fee4e8f8edeaddd6fdcd48d668f66f4239e3208fd19d3a3622e8e4f90ae3fa4b1216fca1621d6c6b6ebf4d99dec7febff2457d0ceb79e8617a
-DIST llvm-project-18.1.0rc2.src.tar.xz.sig 566 BLAKE2B 
c765549386a92883bd348d9be25a3c92b1e66a1bac71385ef99978ec2af413a7616a2d9699c57554d927f95b80a3584572557d26e3df16b2ff6678359d5fd6b0
 SHA512 
83bb4c133f34faec8a0109689ed7aa18222c9a803ba8c95c571a18e854726024f106a1c8e3a820020255c426b7fa8bda26789ff1546972e233fbe3e3ab3a8e91
 DIST llvm-project-18.1.0rc3.src.tar.xz 132011280 BLAKE2B 
482a0e1b806292598bd646f225705140a463706ec391e4e42f203606b85673601a65fe55f2432d77f4c2f4c6584b35e53eeaded42e0b67aa6538c37d7cceb4ff
 SHA512 
6c0adcf6e4057de8fb1dcd062845d14d725833d23d8e1362cbccab176931f55600a3971f01690179b795ff3feca0af9141b16dee4d4159755596cc9c904bf099
 DIST llvm-project-18.1.0rc3.src.tar.xz.sig 566 BLAKE2B 
dac9c174e2eeda5e0af0153d78a2e9c8f145efe03250582a27df1bd6a89ba70afdcfa1ed6aa46adb1f7f21077cadb6e43963758358ff17122c36781ee4018c05
 SHA512 
91a2778f9b66bc80172172f36d6027fb2455f3ffd03b06ad0dd376471c4d4e2e34c8bee69c76cfe95003ae34f0d28c394c7d135fbbb75686ff89aee56b6c45c3
 DIST llvm-project-18.1.0rc4.src.tar.xz 132041940 BLAKE2B 
1379efd68f765a70e088ac356f69d792c210003c76b15f28b40273aa64825d7a7c7aa03d2d5016b2607626fd63f656ad88402506f23e836c72474be2032d3224
 SHA512 
3018a843f8e615ee0a4c742d5fafcc67eb6d6a40f81212ce045bdff7012b5acec006ee89c321baf59209daabe66b838709cdaed4e11a34c34b821cfdb77e8a61
 DIST llvm-project-18.1.0rc4.src.tar.xz.sig 566 BLAKE2B 
cc089aadc50d874b575c23b8c22a5472c8507acd3352786d3ac2ee0ec06f07e99eee81b94c6b5bdca569ccffa8b867eb2265b57d5d07b8ec31e3cfce89bf8fc1
 SHA512 
2ce82201b7c673884815898069f18cf1e4ab13a0a9ed535339d9c4132b7b0edb6b748b03499e383f8f0268d904589e6aebb9a204ef95d14f56a3fb9dca24571c
-DIST llvm-project-3496927edcd0685807351ba88a7e2cfb006e1c0d.tar.gz 206227842 
BLAKE2B 
cd27e9e9bca3622c2241bfa91c78eb8443df7465c1efcec57d5e701e2c61d3b2d3619483199e67b56deed9410f5382fc3164cdc7e864dcd77f4d12f3f9d2b159
 SHA512 
156d441074aff4d85af956b9abf89f9aefbe5b39e315c9c7c249ad01f95b42a303c23e9142292e7746f691c2ee704a7cd4a60916594ea1d468240c9b8152
 DIST llvm-project-60a904b2ad9842b93cc5fa0ad5bda5e22c550b7e.tar.gz 206511075 
BLAKE2B 
501924562c3e49eb921adcf3175d55ce0a47992b3b6b8b512ad8f1cc7b7e5f7bc3e2e278b7817c5924fdf8328f97be2f9c5037b1b6414d49e3b525739ecec6da
 SHA512 
b05fcb4600645befb07f2da1efba463389df3fd1d9a26cb0e6ff9ab51edc2d8c5f51a9d44fe4b7f5f29d67cd4dbd15382fdf97f51ddc2c209196533c40611078
-DIST llvm-project-8884ba43a8485bebef5c4d41e7ed457e3fa84f07.tar.gz 205853916 
BLAKE2B 
115809efbf062ced32ffe61b25e65e44a0b3c293f68bf40fc4d9e596cd077fc4781a059ad24c4dc7a139c6ec884a6a183ebac06535f2498116266695e19daf00
 SHA512 
cb496111ec72163a1872fa9a14f8963108d3185f4464a74cc45d26ccc5071bc36895618b81c29063cde0564a50017a0194da4dc559a046a12550d9ab0d9b8347

diff --git a/sys-libs/libcxx/libcxx-18.1.0_rc2.ebuild 

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

2024-02-28 Thread Michał Górny
commit: 62ce07e3de45e7bad7741de09c258b668198c870
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 28 20:04:43 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 28 20:40:08 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62ce07e3

sys-devel/clang-runtime: Add 18.1.0_rc4

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

 .../clang-runtime/clang-runtime-18.1.0_rc4.ebuild  | 39 ++
 1 file changed, 39 insertions(+)

diff --git a/sys-devel/clang-runtime/clang-runtime-18.1.0_rc4.ebuild 
b/sys-devel/clang-runtime/clang-runtime-18.1.0_rc4.ebuild
new file mode 100644
index ..323c0b62c062
--- /dev/null
+++ b/sys-devel/clang-runtime/clang-runtime-18.1.0_rc4.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit multilib-build toolchain-funcs
+
+DESCRIPTION="Meta-ebuild for clang runtime libraries"
+HOMEPAGE="https://clang.llvm.org/;
+
+LICENSE="metapackage"
+SLOT="${PV%%.*}"
+IUSE="+compiler-rt libcxx openmp +sanitize"
+REQUIRED_USE="sanitize? ( compiler-rt )"
+
+RDEPEND="
+   compiler-rt? (
+   
~sys-libs/compiler-rt-${PV}:${SLOT}[abi_x86_32(+)?,abi_x86_64(+)?]
+   sanitize? (
+   
~sys-libs/compiler-rt-sanitizers-${PV}:${SLOT}[abi_x86_32(+)?,abi_x86_64(+)?]
+   )
+   )
+   libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] )
+   openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )
+"
+
+pkg_pretend() {
+   if tc-is-clang; then
+   ewarn "You seem to be using clang as a system compiler.  As of 
clang-16,"
+   ewarn "upstream has turned a few warnings that commonly occur 
during"
+   ewarn "configure script runs into errors by default.  This 
causes some"
+   ewarn "configure tests to start failing, sometimes resulting in 
silent"
+   ewarn "breakage, missing functionality or runtime misbehavior.  
It is"
+   ewarn "not yet clear whether the change will remain or be 
reverted."
+   ewarn
+   ewarn "For more information, please see:"
+   ewarn 
"https://discourse.llvm.org/t/configure-script-breakage-with-the-new-werror-implicit-function-declaration/65213;
+   fi
+}



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

2024-02-28 Thread Michał Górny
commit: b632e66544e57b1be3dc7eb95b5b22ff4f6e4c62
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 28 20:04:40 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 28 20:40:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b632e665

sys-libs/libcxx: Add 18.1.0_rc4

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

 sys-libs/libcxx/Manifest |   2 +
 sys-libs/libcxx/libcxx-18.1.0_rc4.ebuild | 209 +++
 2 files changed, 211 insertions(+)

diff --git a/sys-libs/libcxx/Manifest b/sys-libs/libcxx/Manifest
index efcb38fce6d9..dd53b9167e09 100644
--- a/sys-libs/libcxx/Manifest
+++ b/sys-libs/libcxx/Manifest
@@ -10,6 +10,8 @@ DIST llvm-project-18.1.0rc2.src.tar.xz 131993176 BLAKE2B 
8df1e34a54214975efe1b9a
 DIST llvm-project-18.1.0rc2.src.tar.xz.sig 566 BLAKE2B 
c765549386a92883bd348d9be25a3c92b1e66a1bac71385ef99978ec2af413a7616a2d9699c57554d927f95b80a3584572557d26e3df16b2ff6678359d5fd6b0
 SHA512 
83bb4c133f34faec8a0109689ed7aa18222c9a803ba8c95c571a18e854726024f106a1c8e3a820020255c426b7fa8bda26789ff1546972e233fbe3e3ab3a8e91
 DIST llvm-project-18.1.0rc3.src.tar.xz 132011280 BLAKE2B 
482a0e1b806292598bd646f225705140a463706ec391e4e42f203606b85673601a65fe55f2432d77f4c2f4c6584b35e53eeaded42e0b67aa6538c37d7cceb4ff
 SHA512 
6c0adcf6e4057de8fb1dcd062845d14d725833d23d8e1362cbccab176931f55600a3971f01690179b795ff3feca0af9141b16dee4d4159755596cc9c904bf099
 DIST llvm-project-18.1.0rc3.src.tar.xz.sig 566 BLAKE2B 
dac9c174e2eeda5e0af0153d78a2e9c8f145efe03250582a27df1bd6a89ba70afdcfa1ed6aa46adb1f7f21077cadb6e43963758358ff17122c36781ee4018c05
 SHA512 
91a2778f9b66bc80172172f36d6027fb2455f3ffd03b06ad0dd376471c4d4e2e34c8bee69c76cfe95003ae34f0d28c394c7d135fbbb75686ff89aee56b6c45c3
+DIST llvm-project-18.1.0rc4.src.tar.xz 132041940 BLAKE2B 
1379efd68f765a70e088ac356f69d792c210003c76b15f28b40273aa64825d7a7c7aa03d2d5016b2607626fd63f656ad88402506f23e836c72474be2032d3224
 SHA512 
3018a843f8e615ee0a4c742d5fafcc67eb6d6a40f81212ce045bdff7012b5acec006ee89c321baf59209daabe66b838709cdaed4e11a34c34b821cfdb77e8a61
+DIST llvm-project-18.1.0rc4.src.tar.xz.sig 566 BLAKE2B 
cc089aadc50d874b575c23b8c22a5472c8507acd3352786d3ac2ee0ec06f07e99eee81b94c6b5bdca569ccffa8b867eb2265b57d5d07b8ec31e3cfce89bf8fc1
 SHA512 
2ce82201b7c673884815898069f18cf1e4ab13a0a9ed535339d9c4132b7b0edb6b748b03499e383f8f0268d904589e6aebb9a204ef95d14f56a3fb9dca24571c
 DIST llvm-project-3496927edcd0685807351ba88a7e2cfb006e1c0d.tar.gz 206227842 
BLAKE2B 
cd27e9e9bca3622c2241bfa91c78eb8443df7465c1efcec57d5e701e2c61d3b2d3619483199e67b56deed9410f5382fc3164cdc7e864dcd77f4d12f3f9d2b159
 SHA512 
156d441074aff4d85af956b9abf89f9aefbe5b39e315c9c7c249ad01f95b42a303c23e9142292e7746f691c2ee704a7cd4a60916594ea1d468240c9b8152
 DIST llvm-project-60a904b2ad9842b93cc5fa0ad5bda5e22c550b7e.tar.gz 206511075 
BLAKE2B 
501924562c3e49eb921adcf3175d55ce0a47992b3b6b8b512ad8f1cc7b7e5f7bc3e2e278b7817c5924fdf8328f97be2f9c5037b1b6414d49e3b525739ecec6da
 SHA512 
b05fcb4600645befb07f2da1efba463389df3fd1d9a26cb0e6ff9ab51edc2d8c5f51a9d44fe4b7f5f29d67cd4dbd15382fdf97f51ddc2c209196533c40611078
 DIST llvm-project-8884ba43a8485bebef5c4d41e7ed457e3fa84f07.tar.gz 205853916 
BLAKE2B 
115809efbf062ced32ffe61b25e65e44a0b3c293f68bf40fc4d9e596cd077fc4781a059ad24c4dc7a139c6ec884a6a183ebac06535f2498116266695e19daf00
 SHA512 
cb496111ec72163a1872fa9a14f8963108d3185f4464a74cc45d26ccc5071bc36895618b81c29063cde0564a50017a0194da4dc559a046a12550d9ab0d9b8347

diff --git a/sys-libs/libcxx/libcxx-18.1.0_rc4.ebuild 
b/sys-libs/libcxx/libcxx-18.1.0_rc4.ebuild
new file mode 100644
index ..c205f3f21b57
--- /dev/null
+++ b/sys-libs/libcxx/libcxx-18.1.0_rc4.ebuild
@@ -0,0 +1,209 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+inherit cmake-multilib flag-o-matic llvm.org llvm-utils python-any-r1
+inherit toolchain-funcs
+
+DESCRIPTION="New implementation of the C++ standard library, targeting C++11"
+HOMEPAGE="https://libcxx.llvm.org/;
+
+LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
+SLOT="0"
+IUSE="+clang +libcxxabi +static-libs test"
+REQUIRED_USE="test? ( clang )"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   libcxxabi? (
+   ~sys-libs/libcxxabi-${PV}[static-libs?,${MULTILIB_USEDEP}]
+   )
+   !libcxxabi? ( >=sys-devel/gcc-4.7:=[cxx] )
+"
+DEPEND="
+   ${RDEPEND}
+   sys-devel/llvm:${LLVM_MAJOR}
+"
+BDEPEND="
+   clang? (
+   sys-devel/clang:${LLVM_MAJOR}
+   )
+   !test? (
+   ${PYTHON_DEPS}
+   )
+   test? (
+   dev-debug/gdb[python]
+   $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]')
+   )
+"
+
+LLVM_COMPONENTS=( runtimes libcxx{,abi} llvm/{cmake,utils/llvm-lit} cmake )
+llvm.org_set_globals
+
+python_check_deps() {
+   use test || return 0
+   python_has_version 

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

2024-02-28 Thread Michał Górny
commit: f75fac81718ff6eac763930f04d0f725a70b7930
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 28 20:08:41 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 28 20:40:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f75fac81

sys-libs/libomp: Remove old

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

 sys-libs/libomp/Manifest |   4 -
 sys-libs/libomp/libomp-18.1.0_rc2.ebuild | 158 ---
 sys-libs/libomp/libomp-19.0.0_pre20240210.ebuild | 158 ---
 sys-libs/libomp/libomp-19.0.0_pre20240218.ebuild | 158 ---
 4 files changed, 478 deletions(-)

diff --git a/sys-libs/libomp/Manifest b/sys-libs/libomp/Manifest
index e2841012d3bb..b9c6e58d3a28 100644
--- a/sys-libs/libomp/Manifest
+++ b/sys-libs/libomp/Manifest
@@ -5,12 +5,8 @@ DIST llvm-project-16.0.6.src.tar.xz 118013488 BLAKE2B 
95192d39cbd2914e5609db3659
 DIST llvm-project-16.0.6.src.tar.xz.sig 566 BLAKE2B 
2060cebd5ed57cb8a86a44238c43dfd4b921649298b10c3d19da308374c1e49869174294e29943c2af459fe06428264e26881d6c1288ebbc48686cc2cf467c7a
 SHA512 
ca249262c7102e0889ec1bdc6f71a3a6f0e7e5d5fbab8abcd6fccd2871e7955eff7af5b055a76006097baf0dfaf2f5069eff3035b3107fc552abdb2481b21447
 DIST llvm-project-17.0.6.src.tar.xz 127838860 BLAKE2B 
d6ede1a9fda8756995c3e0654111941649e15794179641806f18919f1dc68c41ca0cabd5693b5096d05dccc3a391cd20d34af1137bf8af92ed3117a1ce84d1b2
 SHA512 
6d85bf749e0d77553cc215cbfa61cec4ac4f4f652847f56f946b6a892a99a5ea40b6ab8b39a9708a035001f007986941ccf17e4635260a8b0c1fa59e78d41e30
 DIST llvm-project-17.0.6.src.tar.xz.sig 438 BLAKE2B 
186e75b6a0fbfe1e85408589c149e1800fcc47d685b74e4260018e05cd08bc793d1d1197c9c50e177eea941a3d0c65cb0c583ce6dae449099b920adf8a508ef7
 SHA512 
f78c55053a6450625f3e95f52c305110b4468a9854fec75831b65b8d6ceee3c9206ab9e63c4b5fda8be9bd344f72cfbdaae0520ed240abd505e08ebeaa25d340
-DIST llvm-project-18.1.0rc2.src.tar.xz 131993176 BLAKE2B 
8df1e34a54214975efe1b9a649753a2dc20c04e3c763bd8648000f48dd18f27ccfdc597ff6e68e0f408310493dfa92f48c7eee53376501e8ebc3b7c614809c15
 SHA512 
b595bb5d029723fee4e8f8edeaddd6fdcd48d668f66f4239e3208fd19d3a3622e8e4f90ae3fa4b1216fca1621d6c6b6ebf4d99dec7febff2457d0ceb79e8617a
-DIST llvm-project-18.1.0rc2.src.tar.xz.sig 566 BLAKE2B 
c765549386a92883bd348d9be25a3c92b1e66a1bac71385ef99978ec2af413a7616a2d9699c57554d927f95b80a3584572557d26e3df16b2ff6678359d5fd6b0
 SHA512 
83bb4c133f34faec8a0109689ed7aa18222c9a803ba8c95c571a18e854726024f106a1c8e3a820020255c426b7fa8bda26789ff1546972e233fbe3e3ab3a8e91
 DIST llvm-project-18.1.0rc3.src.tar.xz 132011280 BLAKE2B 
482a0e1b806292598bd646f225705140a463706ec391e4e42f203606b85673601a65fe55f2432d77f4c2f4c6584b35e53eeaded42e0b67aa6538c37d7cceb4ff
 SHA512 
6c0adcf6e4057de8fb1dcd062845d14d725833d23d8e1362cbccab176931f55600a3971f01690179b795ff3feca0af9141b16dee4d4159755596cc9c904bf099
 DIST llvm-project-18.1.0rc3.src.tar.xz.sig 566 BLAKE2B 
dac9c174e2eeda5e0af0153d78a2e9c8f145efe03250582a27df1bd6a89ba70afdcfa1ed6aa46adb1f7f21077cadb6e43963758358ff17122c36781ee4018c05
 SHA512 
91a2778f9b66bc80172172f36d6027fb2455f3ffd03b06ad0dd376471c4d4e2e34c8bee69c76cfe95003ae34f0d28c394c7d135fbbb75686ff89aee56b6c45c3
 DIST llvm-project-18.1.0rc4.src.tar.xz 132041940 BLAKE2B 
1379efd68f765a70e088ac356f69d792c210003c76b15f28b40273aa64825d7a7c7aa03d2d5016b2607626fd63f656ad88402506f23e836c72474be2032d3224
 SHA512 
3018a843f8e615ee0a4c742d5fafcc67eb6d6a40f81212ce045bdff7012b5acec006ee89c321baf59209daabe66b838709cdaed4e11a34c34b821cfdb77e8a61
 DIST llvm-project-18.1.0rc4.src.tar.xz.sig 566 BLAKE2B 
cc089aadc50d874b575c23b8c22a5472c8507acd3352786d3ac2ee0ec06f07e99eee81b94c6b5bdca569ccffa8b867eb2265b57d5d07b8ec31e3cfce89bf8fc1
 SHA512 
2ce82201b7c673884815898069f18cf1e4ab13a0a9ed535339d9c4132b7b0edb6b748b03499e383f8f0268d904589e6aebb9a204ef95d14f56a3fb9dca24571c
-DIST llvm-project-3496927edcd0685807351ba88a7e2cfb006e1c0d.tar.gz 206227842 
BLAKE2B 
cd27e9e9bca3622c2241bfa91c78eb8443df7465c1efcec57d5e701e2c61d3b2d3619483199e67b56deed9410f5382fc3164cdc7e864dcd77f4d12f3f9d2b159
 SHA512 
156d441074aff4d85af956b9abf89f9aefbe5b39e315c9c7c249ad01f95b42a303c23e9142292e7746f691c2ee704a7cd4a60916594ea1d468240c9b8152
 DIST llvm-project-60a904b2ad9842b93cc5fa0ad5bda5e22c550b7e.tar.gz 206511075 
BLAKE2B 
501924562c3e49eb921adcf3175d55ce0a47992b3b6b8b512ad8f1cc7b7e5f7bc3e2e278b7817c5924fdf8328f97be2f9c5037b1b6414d49e3b525739ecec6da
 SHA512 
b05fcb4600645befb07f2da1efba463389df3fd1d9a26cb0e6ff9ab51edc2d8c5f51a9d44fe4b7f5f29d67cd4dbd15382fdf97f51ddc2c209196533c40611078
-DIST llvm-project-8884ba43a8485bebef5c4d41e7ed457e3fa84f07.tar.gz 205853916 
BLAKE2B 
115809efbf062ced32ffe61b25e65e44a0b3c293f68bf40fc4d9e596cd077fc4781a059ad24c4dc7a139c6ec884a6a183ebac06535f2498116266695e19daf00
 SHA512 
cb496111ec72163a1872fa9a14f8963108d3185f4464a74cc45d26ccc5071bc36895618b81c29063cde0564a50017a0194da4dc559a046a12550d9ab0d9b8347

diff --git a/sys-libs/libomp/libomp-18.1.0_rc2.ebuild 

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

2024-02-28 Thread Michał Górny
commit: 5a6877962076ae7ba63a411adec4e035cff98779
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 28 20:04:44 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 28 20:40:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a687796

dev-libs/libclc: Add 18.1.0_rc4

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

 dev-libs/libclc/Manifest |  2 ++
 dev-libs/libclc/libclc-18.1.0_rc4.ebuild | 61 
 2 files changed, 63 insertions(+)

diff --git a/dev-libs/libclc/Manifest b/dev-libs/libclc/Manifest
index 4fd527c4d3eb..4cbd0bee0bc4 100644
--- a/dev-libs/libclc/Manifest
+++ b/dev-libs/libclc/Manifest
@@ -8,6 +8,8 @@ DIST llvm-project-18.1.0rc2.src.tar.xz 131993176 BLAKE2B 
8df1e34a54214975efe1b9a
 DIST llvm-project-18.1.0rc2.src.tar.xz.sig 566 BLAKE2B 
c765549386a92883bd348d9be25a3c92b1e66a1bac71385ef99978ec2af413a7616a2d9699c57554d927f95b80a3584572557d26e3df16b2ff6678359d5fd6b0
 SHA512 
83bb4c133f34faec8a0109689ed7aa18222c9a803ba8c95c571a18e854726024f106a1c8e3a820020255c426b7fa8bda26789ff1546972e233fbe3e3ab3a8e91
 DIST llvm-project-18.1.0rc3.src.tar.xz 132011280 BLAKE2B 
482a0e1b806292598bd646f225705140a463706ec391e4e42f203606b85673601a65fe55f2432d77f4c2f4c6584b35e53eeaded42e0b67aa6538c37d7cceb4ff
 SHA512 
6c0adcf6e4057de8fb1dcd062845d14d725833d23d8e1362cbccab176931f55600a3971f01690179b795ff3feca0af9141b16dee4d4159755596cc9c904bf099
 DIST llvm-project-18.1.0rc3.src.tar.xz.sig 566 BLAKE2B 
dac9c174e2eeda5e0af0153d78a2e9c8f145efe03250582a27df1bd6a89ba70afdcfa1ed6aa46adb1f7f21077cadb6e43963758358ff17122c36781ee4018c05
 SHA512 
91a2778f9b66bc80172172f36d6027fb2455f3ffd03b06ad0dd376471c4d4e2e34c8bee69c76cfe95003ae34f0d28c394c7d135fbbb75686ff89aee56b6c45c3
+DIST llvm-project-18.1.0rc4.src.tar.xz 132041940 BLAKE2B 
1379efd68f765a70e088ac356f69d792c210003c76b15f28b40273aa64825d7a7c7aa03d2d5016b2607626fd63f656ad88402506f23e836c72474be2032d3224
 SHA512 
3018a843f8e615ee0a4c742d5fafcc67eb6d6a40f81212ce045bdff7012b5acec006ee89c321baf59209daabe66b838709cdaed4e11a34c34b821cfdb77e8a61
+DIST llvm-project-18.1.0rc4.src.tar.xz.sig 566 BLAKE2B 
cc089aadc50d874b575c23b8c22a5472c8507acd3352786d3ac2ee0ec06f07e99eee81b94c6b5bdca569ccffa8b867eb2265b57d5d07b8ec31e3cfce89bf8fc1
 SHA512 
2ce82201b7c673884815898069f18cf1e4ab13a0a9ed535339d9c4132b7b0edb6b748b03499e383f8f0268d904589e6aebb9a204ef95d14f56a3fb9dca24571c
 DIST llvm-project-3496927edcd0685807351ba88a7e2cfb006e1c0d.tar.gz 206227842 
BLAKE2B 
cd27e9e9bca3622c2241bfa91c78eb8443df7465c1efcec57d5e701e2c61d3b2d3619483199e67b56deed9410f5382fc3164cdc7e864dcd77f4d12f3f9d2b159
 SHA512 
156d441074aff4d85af956b9abf89f9aefbe5b39e315c9c7c249ad01f95b42a303c23e9142292e7746f691c2ee704a7cd4a60916594ea1d468240c9b8152
 DIST llvm-project-60a904b2ad9842b93cc5fa0ad5bda5e22c550b7e.tar.gz 206511075 
BLAKE2B 
501924562c3e49eb921adcf3175d55ce0a47992b3b6b8b512ad8f1cc7b7e5f7bc3e2e278b7817c5924fdf8328f97be2f9c5037b1b6414d49e3b525739ecec6da
 SHA512 
b05fcb4600645befb07f2da1efba463389df3fd1d9a26cb0e6ff9ab51edc2d8c5f51a9d44fe4b7f5f29d67cd4dbd15382fdf97f51ddc2c209196533c40611078
 DIST llvm-project-8884ba43a8485bebef5c4d41e7ed457e3fa84f07.tar.gz 205853916 
BLAKE2B 
115809efbf062ced32ffe61b25e65e44a0b3c293f68bf40fc4d9e596cd077fc4781a059ad24c4dc7a139c6ec884a6a183ebac06535f2498116266695e19daf00
 SHA512 
cb496111ec72163a1872fa9a14f8963108d3185f4464a74cc45d26ccc5071bc36895618b81c29063cde0564a50017a0194da4dc559a046a12550d9ab0d9b8347

diff --git a/dev-libs/libclc/libclc-18.1.0_rc4.ebuild 
b/dev-libs/libclc/libclc-18.1.0_rc4.ebuild
new file mode 100644
index ..15a69aca7556
--- /dev/null
+++ b/dev-libs/libclc/libclc-18.1.0_rc4.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+LLVM_COMPAT=( {15..17} )
+PYTHON_COMPAT=( python3_{10..12} )
+inherit cmake llvm.org llvm-r1 python-any-r1
+
+DESCRIPTION="OpenCL C library"
+HOMEPAGE="https://libclc.llvm.org/;
+
+LICENSE="Apache-2.0-with-LLVM-exceptions || ( MIT BSD )"
+SLOT="0"
+IUSE="+spirv video_cards_nvidia video_cards_r600 video_cards_radeonsi"
+
+BDEPEND="
+   ${PYTHON_DEPS}
+   $(llvm_gen_dep '
+   sys-devel/clang:${LLVM_SLOT}
+   spirv? ( dev-util/spirv-llvm-translator:${LLVM_SLOT} )
+   ')
+"
+
+LLVM_COMPONENTS=( libclc )
+llvm.org_set_globals
+
+pkg_setup() {
+   llvm-r1_pkg_setup
+   python-any-r1_pkg_setup
+}
+
+src_configure() {
+   local libclc_targets=()
+
+   use spirv && libclc_targets+=(
+   "spirv-mesa3d-"
+   "spirv64-mesa3d-"
+   )
+   use video_cards_nvidia && libclc_targets+=(
+   "nvptx--"
+   "nvptx64--"
+   "nvptx--nvidiacl"
+   "nvptx64--nvidiacl"
+   )
+   use video_cards_r600 && libclc_targets+=(
+   "r600--"
+   )
+   use video_cards_radeonsi && libclc_targets+=(
+   "amdgcn--"
+ 

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

2024-02-28 Thread Michał Górny
commit: 0cf270b0cc275a9b8fe5b288dc338cf48f59dcd9
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 28 20:08:40 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 28 20:40:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cf270b0

sys-devel/clang-runtime: Remove old

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

 .../clang-runtime/clang-runtime-18.1.0_rc2.ebuild  | 39 --
 .../clang-runtime-19.0.0_pre20240210.ebuild| 39 --
 .../clang-runtime-19.0.0_pre20240218.ebuild| 39 --
 3 files changed, 117 deletions(-)

diff --git a/sys-devel/clang-runtime/clang-runtime-18.1.0_rc2.ebuild 
b/sys-devel/clang-runtime/clang-runtime-18.1.0_rc2.ebuild
deleted file mode 100644
index 323c0b62c062..
--- a/sys-devel/clang-runtime/clang-runtime-18.1.0_rc2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit multilib-build toolchain-funcs
-
-DESCRIPTION="Meta-ebuild for clang runtime libraries"
-HOMEPAGE="https://clang.llvm.org/;
-
-LICENSE="metapackage"
-SLOT="${PV%%.*}"
-IUSE="+compiler-rt libcxx openmp +sanitize"
-REQUIRED_USE="sanitize? ( compiler-rt )"
-
-RDEPEND="
-   compiler-rt? (
-   
~sys-libs/compiler-rt-${PV}:${SLOT}[abi_x86_32(+)?,abi_x86_64(+)?]
-   sanitize? (
-   
~sys-libs/compiler-rt-sanitizers-${PV}:${SLOT}[abi_x86_32(+)?,abi_x86_64(+)?]
-   )
-   )
-   libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] )
-   openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )
-"
-
-pkg_pretend() {
-   if tc-is-clang; then
-   ewarn "You seem to be using clang as a system compiler.  As of 
clang-16,"
-   ewarn "upstream has turned a few warnings that commonly occur 
during"
-   ewarn "configure script runs into errors by default.  This 
causes some"
-   ewarn "configure tests to start failing, sometimes resulting in 
silent"
-   ewarn "breakage, missing functionality or runtime misbehavior.  
It is"
-   ewarn "not yet clear whether the change will remain or be 
reverted."
-   ewarn
-   ewarn "For more information, please see:"
-   ewarn 
"https://discourse.llvm.org/t/configure-script-breakage-with-the-new-werror-implicit-function-declaration/65213;
-   fi
-}

diff --git a/sys-devel/clang-runtime/clang-runtime-19.0.0_pre20240210.ebuild 
b/sys-devel/clang-runtime/clang-runtime-19.0.0_pre20240210.ebuild
deleted file mode 100644
index 323c0b62c062..
--- a/sys-devel/clang-runtime/clang-runtime-19.0.0_pre20240210.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit multilib-build toolchain-funcs
-
-DESCRIPTION="Meta-ebuild for clang runtime libraries"
-HOMEPAGE="https://clang.llvm.org/;
-
-LICENSE="metapackage"
-SLOT="${PV%%.*}"
-IUSE="+compiler-rt libcxx openmp +sanitize"
-REQUIRED_USE="sanitize? ( compiler-rt )"
-
-RDEPEND="
-   compiler-rt? (
-   
~sys-libs/compiler-rt-${PV}:${SLOT}[abi_x86_32(+)?,abi_x86_64(+)?]
-   sanitize? (
-   
~sys-libs/compiler-rt-sanitizers-${PV}:${SLOT}[abi_x86_32(+)?,abi_x86_64(+)?]
-   )
-   )
-   libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] )
-   openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )
-"
-
-pkg_pretend() {
-   if tc-is-clang; then
-   ewarn "You seem to be using clang as a system compiler.  As of 
clang-16,"
-   ewarn "upstream has turned a few warnings that commonly occur 
during"
-   ewarn "configure script runs into errors by default.  This 
causes some"
-   ewarn "configure tests to start failing, sometimes resulting in 
silent"
-   ewarn "breakage, missing functionality or runtime misbehavior.  
It is"
-   ewarn "not yet clear whether the change will remain or be 
reverted."
-   ewarn
-   ewarn "For more information, please see:"
-   ewarn 
"https://discourse.llvm.org/t/configure-script-breakage-with-the-new-werror-implicit-function-declaration/65213;
-   fi
-}

diff --git a/sys-devel/clang-runtime/clang-runtime-19.0.0_pre20240218.ebuild 
b/sys-devel/clang-runtime/clang-runtime-19.0.0_pre20240218.ebuild
deleted file mode 100644
index 323c0b62c062..
--- a/sys-devel/clang-runtime/clang-runtime-19.0.0_pre20240218.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit multilib-build toolchain-funcs
-
-DESCRIPTION="Meta-ebuild for clang runtime libraries"
-HOMEPAGE="https://clang.llvm.org/;
-

<    1   2   3   4   5   >