[gentoo-commits] repo/gentoo:master commit in: www-apache/passenger/

2022-05-12 Thread Hans de Graaff
commit: 621f2ff6bcb5a56845d3f2276fe972940517f928
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May 13 05:39:11 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May 13 05:39:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=621f2ff6

www-apache/passenger: drop 6.0.13

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

 www-apache/passenger/Manifest|   1 -
 www-apache/passenger/passenger-6.0.13.ebuild | 127 ---
 2 files changed, 128 deletions(-)

diff --git a/www-apache/passenger/Manifest b/www-apache/passenger/Manifest
index 28b87fcc9138..42af802621bb 100644
--- a/www-apache/passenger/Manifest
+++ b/www-apache/passenger/Manifest
@@ -1,3 +1,2 @@
 DIST passenger-6.0.11.tar.gz 8183414 BLAKE2B 
9767c3f198d7a779dfefed1d1a2ab07e3dda964a61718475470266e3b4448a45d2c5e7416a2e148afa66241f74e91e98ccbec7f2a08f5d4d1e2eff2ac7de5f63
 SHA512 
977d8adb261c17d5f21115703b9b18c4d3bfc17f998fb880d3a28f68392db2f9e6a2cb7612211f08bc913fd2f417cb2b689fcab2317707e17e8ddea6aeb967d2
-DIST passenger-6.0.13.tar.gz 8216169 BLAKE2B 
592b65ccfd7a043a6fcc1ea8061da3acaafd773caa2b5270e39906ee7f07cf3fb45654c5864eef53687d10c3079003a7ba8d3e8dfba50616b43516e1d457ce11
 SHA512 
25867f7bb7b7b09def800969884f5c3a2a5cf9dbb20817e02121a471e2eb6fb1e93d8ca3a4b103c5d17d6a61e33bf8edc29f54d496118b88c25147de85629d88
 DIST passenger-6.0.14.tar.gz 8216590 BLAKE2B 
33fa27e05ae0c5e65e3fec3cd791eee799ebc71f2b2bcfd06c6dde530c1063c87f01a0249b57443f47745b376cc596f58b66f5790b0cb2ed70df8940b6faa92d
 SHA512 
57189e1b78ff9dda38c37d07908cae20db1c856fb4279e54706d0efd2d1d140ff7af8ed9357c4de1360364d3809e376da152f8a18050dcf657850f276d9ce70c

diff --git a/www-apache/passenger/passenger-6.0.13.ebuild 
b/www-apache/passenger/passenger-6.0.13.ebuild
deleted file mode 100644
index eeae56538f93..
--- a/www-apache/passenger/passenger-6.0.13.ebuild
+++ /dev/null
@@ -1,127 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby26 ruby27 ruby30"
-
-inherit apache-module flag-o-matic ruby-ng toolchain-funcs
-
-DESCRIPTION="Passenger makes deployment of Ruby on Rails applications a breeze"
-HOMEPAGE="https://www.phusionpassenger.com/;
-SRC_URI="https://s3.amazonaws.com/phusion-passenger/releases/${P}.tar.gz;
-
-# Passenger is licensed MIT, but vendored code licenses should also be taken 
into account.
-LICENSE="Boost-1.0 MIT BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="apache2 debug"
-
-ruby_add_bdepend "dev-ruby/rake"
-
-ruby_add_rdepend "
-   >=dev-ruby/rack-1.0.0:*
-   >=dev-ruby/rake-0.8.1"
-
-# libev is bundled but with adapations that do not seem to be accepted
-# upstream, so we must use the bundled version :-(
-CDEPEND="
-   >=dev-libs/libuv-1.8.0
-   net-misc/curl[ssl]
-   apache2? ( www-servers/apache[apache2_modules_unixd(+)] )"
-
-RDEPEND="${RDEPEND} ${CDEPEND}"
-DEPEND="${DEPEND} ${CDEPEND}"
-
-APACHE2_MOD_CONF="30_mod_${PN}-5.0.0 30_mod_${PN}"
-APACHE2_MOD_DEFINE="PASSENGER"
-
-want_apache2
-
-pkg_setup() {
-   use debug && append-flags -DPASSENGER_DEBUG
-   depend.apache_pkg_setup
-}
-
-all_ruby_prepare() {
-   eapply "${FILESDIR}"/${PN}-5.1.11-gentoo.patch
-
-   # Change these with sed instead of a patch so that we can easily use
-   # the toolchain-funcs methods.
-   sed -i -e "/^CC/ s/=.*$/= '$(tc-getCC)'/" \
-   -e "/^CXX\s/ s/=.*$/= '$(tc-getCXX)'/" \
-   -e 's/PlatformInfo.debugging_cflags//' build/basics.rb || die
-
-   # Avoid fixed debugging CFLAGs.
-   sed -e '/debugging_cflags/areturn ""' -i 
src/ruby_supportlib/phusion_passenger/platform_info/compiler.rb || die
-
-   # Use sed here so that we can dynamically set the documentation 
directory.
-   sed -i -e "s:/usr/share/doc/passenger:/usr/share/doc/${P}:" \
-   -e 
"s:/usr/lib/phusion-passenger/agents:/usr/libexec/phusion-passenger/agents:" \
-   src/ruby_supportlib/phusion_passenger.rb || die
-   sed -i -e 
"s:/usr/lib/phusion-passenger/agents:/usr/libexec/phusion-passenger/agents:" 
src/cxx_supportlib/ResourceLocator.h || die
-
-   # Don't install a tool that won't work in our setup.
-   sed -i -e '/passenger-install-apache2-module/d' 
src/ruby_supportlib/phusion_passenger/packaging.rb || die
-   rm -f bin/passenger-install-apache2-module || die "Unable to remove 
unneeded install script."
-
-   # Make sure we use the system-provided version where possible
-   rm -rf src/cxx_supportlib/vendor-copy/libuv || die "Unable to remove 
vendored code."
-
-   # Fix hard-coded use of AR
-   sed -i -e "s/ar cru/"$(tc-getAR)" cru/" build/support/cplusplus.rb || 
die
-
-   # Make sure apache support is not attempted with -apache2
-   if ! use apache2 ; then
-   sed -i -e '/fakeroot/ s/:apache2, //' build/packaging.rb || die
-   fi
-}
-
-all_ruby_compile() {
-  

[gentoo-commits] repo/gentoo:master commit in: www-apache/passenger/

2022-05-12 Thread Hans de Graaff
commit: 3d9d8af0ac8f6e09c8ffd6ee107a605db671d82c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May 13 05:38:30 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May 13 05:38:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d9d8af0

www-apache/passenger: add 6.0.14

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

 www-apache/passenger/Manifest|   1 +
 www-apache/passenger/passenger-6.0.14.ebuild | 127 +++
 2 files changed, 128 insertions(+)

diff --git a/www-apache/passenger/Manifest b/www-apache/passenger/Manifest
index 1d8922dad851..28b87fcc9138 100644
--- a/www-apache/passenger/Manifest
+++ b/www-apache/passenger/Manifest
@@ -1,2 +1,3 @@
 DIST passenger-6.0.11.tar.gz 8183414 BLAKE2B 
9767c3f198d7a779dfefed1d1a2ab07e3dda964a61718475470266e3b4448a45d2c5e7416a2e148afa66241f74e91e98ccbec7f2a08f5d4d1e2eff2ac7de5f63
 SHA512 
977d8adb261c17d5f21115703b9b18c4d3bfc17f998fb880d3a28f68392db2f9e6a2cb7612211f08bc913fd2f417cb2b689fcab2317707e17e8ddea6aeb967d2
 DIST passenger-6.0.13.tar.gz 8216169 BLAKE2B 
592b65ccfd7a043a6fcc1ea8061da3acaafd773caa2b5270e39906ee7f07cf3fb45654c5864eef53687d10c3079003a7ba8d3e8dfba50616b43516e1d457ce11
 SHA512 
25867f7bb7b7b09def800969884f5c3a2a5cf9dbb20817e02121a471e2eb6fb1e93d8ca3a4b103c5d17d6a61e33bf8edc29f54d496118b88c25147de85629d88
+DIST passenger-6.0.14.tar.gz 8216590 BLAKE2B 
33fa27e05ae0c5e65e3fec3cd791eee799ebc71f2b2bcfd06c6dde530c1063c87f01a0249b57443f47745b376cc596f58b66f5790b0cb2ed70df8940b6faa92d
 SHA512 
57189e1b78ff9dda38c37d07908cae20db1c856fb4279e54706d0efd2d1d140ff7af8ed9357c4de1360364d3809e376da152f8a18050dcf657850f276d9ce70c

diff --git a/www-apache/passenger/passenger-6.0.14.ebuild 
b/www-apache/passenger/passenger-6.0.14.ebuild
new file mode 100644
index ..eeae56538f93
--- /dev/null
+++ b/www-apache/passenger/passenger-6.0.14.ebuild
@@ -0,0 +1,127 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby26 ruby27 ruby30"
+
+inherit apache-module flag-o-matic ruby-ng toolchain-funcs
+
+DESCRIPTION="Passenger makes deployment of Ruby on Rails applications a breeze"
+HOMEPAGE="https://www.phusionpassenger.com/;
+SRC_URI="https://s3.amazonaws.com/phusion-passenger/releases/${P}.tar.gz;
+
+# Passenger is licensed MIT, but vendored code licenses should also be taken 
into account.
+LICENSE="Boost-1.0 MIT BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="apache2 debug"
+
+ruby_add_bdepend "dev-ruby/rake"
+
+ruby_add_rdepend "
+   >=dev-ruby/rack-1.0.0:*
+   >=dev-ruby/rake-0.8.1"
+
+# libev is bundled but with adapations that do not seem to be accepted
+# upstream, so we must use the bundled version :-(
+CDEPEND="
+   >=dev-libs/libuv-1.8.0
+   net-misc/curl[ssl]
+   apache2? ( www-servers/apache[apache2_modules_unixd(+)] )"
+
+RDEPEND="${RDEPEND} ${CDEPEND}"
+DEPEND="${DEPEND} ${CDEPEND}"
+
+APACHE2_MOD_CONF="30_mod_${PN}-5.0.0 30_mod_${PN}"
+APACHE2_MOD_DEFINE="PASSENGER"
+
+want_apache2
+
+pkg_setup() {
+   use debug && append-flags -DPASSENGER_DEBUG
+   depend.apache_pkg_setup
+}
+
+all_ruby_prepare() {
+   eapply "${FILESDIR}"/${PN}-5.1.11-gentoo.patch
+
+   # Change these with sed instead of a patch so that we can easily use
+   # the toolchain-funcs methods.
+   sed -i -e "/^CC/ s/=.*$/= '$(tc-getCC)'/" \
+   -e "/^CXX\s/ s/=.*$/= '$(tc-getCXX)'/" \
+   -e 's/PlatformInfo.debugging_cflags//' build/basics.rb || die
+
+   # Avoid fixed debugging CFLAGs.
+   sed -e '/debugging_cflags/areturn ""' -i 
src/ruby_supportlib/phusion_passenger/platform_info/compiler.rb || die
+
+   # Use sed here so that we can dynamically set the documentation 
directory.
+   sed -i -e "s:/usr/share/doc/passenger:/usr/share/doc/${P}:" \
+   -e 
"s:/usr/lib/phusion-passenger/agents:/usr/libexec/phusion-passenger/agents:" \
+   src/ruby_supportlib/phusion_passenger.rb || die
+   sed -i -e 
"s:/usr/lib/phusion-passenger/agents:/usr/libexec/phusion-passenger/agents:" 
src/cxx_supportlib/ResourceLocator.h || die
+
+   # Don't install a tool that won't work in our setup.
+   sed -i -e '/passenger-install-apache2-module/d' 
src/ruby_supportlib/phusion_passenger/packaging.rb || die
+   rm -f bin/passenger-install-apache2-module || die "Unable to remove 
unneeded install script."
+
+   # Make sure we use the system-provided version where possible
+   rm -rf src/cxx_supportlib/vendor-copy/libuv || die "Unable to remove 
vendored code."
+
+   # Fix hard-coded use of AR
+   sed -i -e "s/ar cru/"$(tc-getAR)" cru/" build/support/cplusplus.rb || 
die
+
+   # Make sure apache support is not attempted with -apache2
+   if ! use apache2 ; then
+   sed -i -e '/fakeroot/ s/:apache2, //' build/packaging.rb || die
+   fi
+}
+
+all_ruby_compile() {
+   if 

[gentoo-commits] repo/gentoo:master commit in: app-accessibility/at-spi2-atk/

2022-05-12 Thread Matt Turner
commit: 5113cc5fb26a7c050d02e02ce9678b44368400f4
Author: matoro  users  noreply  github  com>
AuthorDate: Fri May 13 04:20:29 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 13 05:06:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5113cc5f

app-accessibility/at-spi2-atk: BDEPEND gnome-base/gsettings-desktop-schemas

On sparc, the old =app-accessibility/at-spi2-atk-2.34.2 failed to
compile, but it's gone from tree now and 2.38.0 is stable with the
exception of this missing BDEPEND, so closing the relevant bug (even
though this isn't really a "fix" for the bug in question, but does
confirm that the problematic bug is gone).

Closes: https://bugs.gentoo.org/726886
Closes: https://github.com/gentoo/gentoo/pull/25460
Signed-off-by: matoro  users.noreply.github.com>
Signed-off-by: Matt Turner  gentoo.org>

 app-accessibility/at-spi2-atk/at-spi2-atk-2.38.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-accessibility/at-spi2-atk/at-spi2-atk-2.38.0.ebuild 
b/app-accessibility/at-spi2-atk/at-spi2-atk-2.38.0.ebuild
index 1fc77f05abe8..350c00aee7b9 100644
--- a/app-accessibility/at-spi2-atk/at-spi2-atk-2.38.0.ebuild
+++ b/app-accessibility/at-spi2-atk/at-spi2-atk-2.38.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -22,6 +22,7 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}"
 BDEPEND="
+   gnome-base/gsettings-desktop-schemas
virtual/pkgconfig
test? ( >=dev-libs/libxml2-2.9.1 )
 "



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

2022-05-12 Thread Yixun Lan
commit: bcb4b7ef965a722f2e61d701d7a5c77d5602f0e5
Author: Yixun Lan  gentoo  org>
AuthorDate: Fri May 13 04:27:31 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri May 13 04:28:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcb4b7ef

gnome-extra/cinnamon: Keyword 5.2.7-r3 riscv, #842033

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

 gnome-extra/cinnamon/cinnamon-5.2.7-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/cinnamon/cinnamon-5.2.7-r3.ebuild 
b/gnome-extra/cinnamon/cinnamon-5.2.7-r3.ebuild
index d161aeb40ce5..9c1e92590dd4 100644
--- a/gnome-extra/cinnamon/cinnamon-5.2.7-r3.ebuild
+++ b/gnome-extra/cinnamon/cinnamon-5.2.7-r3.ebuild
@@ -16,7 +16,7 @@ LICENSE="GPL-2+"
 SLOT="0"
 IUSE="+eds +gstreamer gtk-doc +nls +networkmanager"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~riscv x86"
 
 DEPEND="
${PYTHON_DEPS}



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

2022-05-12 Thread Yixun Lan
commit: daf78b3c71486205c53ce6a7048fd8ff257a4b9a
Author: Yixun Lan  gentoo  org>
AuthorDate: Fri May 13 04:27:27 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri May 13 04:28:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daf78b3c

dev-python/python-pam: Keyword 2.0.2-r1 riscv, #842033

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

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

diff --git a/dev-python/python-pam/python-pam-2.0.2-r1.ebuild 
b/dev-python/python-pam/python-pam-2.0.2-r1.ebuild
index 5226d53691a4..b8b0b32ebfd0 100644
--- a/dev-python/python-pam/python-pam-2.0.2-r1.ebuild
+++ b/dev-python/python-pam/python-pam-2.0.2-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/FirefighterBlu3/python-pam/archive/refs/tags/v${PV}.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~riscv x86"
 
 RDEPEND="dev-python/six[${PYTHON_USEDEP}]
dev-python/toml[${PYTHON_USEDEP}]"



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

2022-05-12 Thread Michał Górny
commit: 041c0af660f62003b2dbdfa97ef407f77b0178fb
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 13 04:22:45 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 13 04:22:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=041c0af6

x11-terms/xfce4-terminal: Bump to 1.0.3

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

 x11-terms/xfce4-terminal/Manifest  |  1 +
 .../xfce4-terminal/xfce4-terminal-1.0.3.ebuild | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/x11-terms/xfce4-terminal/Manifest 
b/x11-terms/xfce4-terminal/Manifest
index 3020e46d02b3..16dc48630c69 100644
--- a/x11-terms/xfce4-terminal/Manifest
+++ b/x11-terms/xfce4-terminal/Manifest
@@ -1 +1,2 @@
 DIST xfce4-terminal-1.0.2.tar.bz2 1001720 BLAKE2B 
c3759f5199da51ffae3bcacb0c1cfcfd54d9c4e11f52c7681ca335042164a0311990174defc0ef82cbb3aea6e6cf89400dd9de4406e3843d17f5da8e7ed048fe
 SHA512 
0ac33e01b2975c2ab4cc6078075ba83a77c260ea914e89d1dce8393c307aa4956f0cb0db13c3ecff0bec7659d33e02834343211852787a691b61a19d40a0c757
+DIST xfce4-terminal-1.0.3.tar.bz2 1000750 BLAKE2B 
7d8f39725619f9c67b671a0ba3f358c448e53b47d8454233ab97c31735a64d6050e180d1612cbaa9cddf619daf9b12dbb77d97e0737f81337ffe5cb5d9303e4a
 SHA512 
b9d93c3def9cd1237b985ee95664e210595f450e78b9e23fd5928d66cd978fca38db8be1e3c2968b6cb9a8abb5ab978975eed6b8afa3b49509fecf16b66580d3

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-1.0.3.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-1.0.3.ebuild
new file mode 100644
index ..515d1165885b
--- /dev/null
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-1.0.3.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="A terminal emulator for the Xfce desktop environment"
+HOMEPAGE="https://docs.xfce.org/apps/terminal/start;
+SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 1-2)/${P}.tar.bz2"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+IUSE="utempter"
+
+RDEPEND="
+   >=dev-libs/glib-2.42:2=
+   >=x11-libs/gtk+-3.22:3=
+   x11-libs/libX11:=
+   >=x11-libs/vte-0.51.3:2.91=
+   >=xfce-base/libxfce4ui-4.16:=[gtk3(+)]
+   >=xfce-base/xfconf-4.16:=
+   utempter? ( sys-libs/libutempter:= )
+"
+DEPEND="
+   ${RDEPEND}
+"
+BDEPEND="
+   dev-libs/libxml2
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local myconf=(
+   $(use_with utempter)
+   )
+
+   econf "${myconf[@]}"
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



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

2022-05-12 Thread Michał Górny
commit: 0b82e86d4929fb82372c6fc17b4398b7a580cc3a
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 13 04:20:55 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 13 04:20:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b82e86d

virtual/dist-kernel: Remove old

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

 virtual/dist-kernel/dist-kernel-5.10.109.ebuild | 19 ---
 virtual/dist-kernel/dist-kernel-5.10.112.ebuild | 19 ---
 virtual/dist-kernel/dist-kernel-5.10.114.ebuild | 19 ---
 virtual/dist-kernel/dist-kernel-5.15.32.ebuild  | 19 ---
 virtual/dist-kernel/dist-kernel-5.15.35.ebuild  | 19 ---
 virtual/dist-kernel/dist-kernel-5.15.36.ebuild  | 19 ---
 virtual/dist-kernel/dist-kernel-5.15.38.ebuild  | 19 ---
 virtual/dist-kernel/dist-kernel-5.17.4.ebuild   | 19 ---
 virtual/dist-kernel/dist-kernel-5.17.5.ebuild   | 19 ---
 virtual/dist-kernel/dist-kernel-5.17.6.ebuild   | 19 ---
 virtual/dist-kernel/dist-kernel-5.4.188.ebuild  | 19 ---
 virtual/dist-kernel/dist-kernel-5.4.190.ebuild  | 19 ---
 virtual/dist-kernel/dist-kernel-5.4.192.ebuild  | 19 ---
 13 files changed, 247 deletions(-)

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

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

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

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

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

diff --git 

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

2022-05-12 Thread Michał Górny
commit: a3270f5500f85b37c6f19d54e901b733e007fe43
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 13 04:21:03 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 13 04:21:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3270f55

sys-kernel/gentoo-kernel: Remove old

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

 sys-kernel/gentoo-kernel/Manifest  |  30 -
 .../gentoo-kernel/gentoo-kernel-5.10.109.ebuild| 131 
 .../gentoo-kernel/gentoo-kernel-5.10.112-r1.ebuild | 131 
 .../gentoo-kernel/gentoo-kernel-5.10.114.ebuild| 131 
 .../gentoo-kernel/gentoo-kernel-5.15.32-r1.ebuild  | 131 
 .../gentoo-kernel/gentoo-kernel-5.15.35-r1.ebuild  | 131 
 .../gentoo-kernel/gentoo-kernel-5.15.36.ebuild | 131 
 .../gentoo-kernel/gentoo-kernel-5.15.38.ebuild | 131 
 .../gentoo-kernel/gentoo-kernel-5.17.4-r1.ebuild   | 132 
 .../gentoo-kernel/gentoo-kernel-5.17.5.ebuild  | 137 -
 .../gentoo-kernel/gentoo-kernel-5.17.6.ebuild  | 137 -
 .../gentoo-kernel/gentoo-kernel-5.4.188.ebuild | 100 ---
 .../gentoo-kernel/gentoo-kernel-5.4.190.ebuild | 100 ---
 .../gentoo-kernel/gentoo-kernel-5.4.192.ebuild | 100 ---
 14 files changed, 1653 deletions(-)

diff --git a/sys-kernel/gentoo-kernel/Manifest 
b/sys-kernel/gentoo-kernel/Manifest
index 73e6345cdaa0..c61e31946100 100644
--- a/sys-kernel/gentoo-kernel/Manifest
+++ b/sys-kernel/gentoo-kernel/Manifest
@@ -1,61 +1,31 @@
-DIST genpatches-5.10-117.base.tar.xz 3165564 BLAKE2B 
0e41b33af63a5b6da920d194166e75b32812231f7b13a56211ad390d744f889dc8b024328dd2048e7c7bc356ea04936716c295cf4d33d731bbc7521b9ed720d9
 SHA512 
421a487bf1914ee42c8b6c39a6a99f4841e8a38e293024b4367a10391b1ca973c041697c42979b7e4a78b56b9e871034b0703f8bfa6c1347f3aef39eb49f9066
-DIST genpatches-5.10-117.extras.tar.xz 3872 BLAKE2B 
bbac7edcded53e4205c58e1404692b753d57f306b98bfd7e718206e25a947b2e1e565ae33712b64f9b24333df30c32c975af71c5a9d11bfb836216a27dfdc782
 SHA512 
b192de56c873740d963fa6689f7d9dc177b25cbaa2847adff2d3a5ea7c6c541161c4518f389f7a5f2294b878dabc0d06844bf4e45cffc87ce8f9649d55a4312e
-DIST genpatches-5.10-121.base.tar.xz 3366696 BLAKE2B 
121f7445e184846460c5501e9d2cacf0349da8bb47c60d3528cc526385121f97b60b11706502d696e783b9649795d3921082076788325189087ead4c1cc48be9
 SHA512 
aa75a7c32373a0356488ab21c1b090c2ce6a63e706f5e61824212397d56aa474126bd21f8b28e10f3dff1445ecfc3bbe6d3e7ca249e1eb161fa80e79e47db796
-DIST genpatches-5.10-121.extras.tar.xz 3868 BLAKE2B 
8ac8a382c1d7bbd47dc8761e26ae63ccb501decdbf43e4cde641441c1e08a711a9734320cb9a28e46c3d22a0dbfe5f0d2b3360f299878e5ed46c7cba2fd7b64a
 SHA512 
f050bd3cf40e8d4d37a8652ab2af932fecc38a834c6baceab1c79cc6aba47f3a19e59aadce250c5b5302830e440001bd7a4c9a380d8ec35e12527ece903a69fa
 DIST genpatches-5.10-122.base.tar.xz 3383656 BLAKE2B 
78310ae21efea3a38f91ee0a511b08be4f46ce75b0f265c7fef1f758f7aa854a69d05195e7bcd541e19712be59b80ba9b6758390630e716886164437020ac014
 SHA512 
52cf938fb005379f27df23d59056330b672aaa8c732fb324a0a65fd41a077305797440b95b95300c0577822e64bd557173573c543ebd83d1aefe6c4d97f51a4d
 DIST genpatches-5.10-122.extras.tar.xz 3864 BLAKE2B 
d8525daea96a3cbbce6eff0ff46be6a7daea3e5008f6805e2a7ede7e4aa2211b52da3b413fb2b542e8720410471aa938a5733305d925e8606b6321c39472b021
 SHA512 
452582a28be8c6c340052fa1d58a0259c11bd686abdce28b75ad117586f557e5bb188670599a8373a8b3ea01057a8344ca0f70cff13e854adbb8b9c3bf1edf29
-DIST genpatches-5.10-123.base.tar.xz 3412080 BLAKE2B 
8ba26d867b1cd10c372bf059c00f11260af3bb43cb636519cc4c15916359e1a74d24e58732dd0c5f4db0cda8a110360da310d6ae761e7df2a7f4e424d16ab3ed
 SHA512 
9e0325ff0bfff0ecd56ac7d7c82f456ca2697c8eccb584798f5471b7a1247d6d91e71b39951bddc2f093e0e16f5fa71a510932359d1c1e8ae41fdb4058f467f6
-DIST genpatches-5.10-123.extras.tar.xz 3868 BLAKE2B 
4999cfc456607422df7e8e6966c760feb8b3fffc9bab7d2923b7de3819b94c6778c1e7bf19092fa42125fa73dd35203e3c8c002e00cc62a2978f375b24d86c57
 SHA512 
0a9291ab36d1a3eb69f423add4bde7e4fb31c5ba318c0d9b3f235b167c2506273e9cfab79f264891d6859d7b3c5f205e689ac37eef0f16b15ff54a4da12ceb2d
 DIST genpatches-5.10-124.base.tar.xz 3428172 BLAKE2B 
e1393b6b91c0a5ae3cf1ef74ed569ee5bcdaf3bb5bd290caa65004d9de3dff216e3121d5c6de7cba454ad6ed0f9df757d55fc31ed781531d222ddedfd800fb29
 SHA512 
1b2031bcd2f01db14686d9e642edfcb47c2ebd8e740b8d4af9310e4e9cad5a14e48ed7a72ad17ef001f4db04d519daafa4bc18ce197f97bf3ec6cf7a53cc61a2
 DIST genpatches-5.10-124.extras.tar.xz 3868 BLAKE2B 
eee2a113c7def23275fedd1125da016cfdd468683ecbaf187f79bbae29ed9d8b1c93d36d93c4e97aa4a8f2735dad29ad4cf75447cd5e5908dc0cf19661a18358
 SHA512 
83612ba5da23b29037f6fc24949e7ddf9169cf4ff444f2d3110ad7da09780932cf50a763d5bd6bf02e318233f4d245dea835cd25cee954fe77bccef43432dc56
-DIST genpatches-5.15-35.base.tar.xz 1306764 BLAKE2B 

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

2022-05-12 Thread Michał Górny
commit: cf1cfd32dcc10ab8b19e9b8115537539c533c795
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 13 04:21:23 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 13 04:21:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf1cfd32

sys-kernel/vanilla-kernel: Remove old

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

 sys-kernel/vanilla-kernel/Manifest |  24 
 .../vanilla-kernel/vanilla-kernel-5.10.109.ebuild  | 134 -
 .../vanilla-kernel/vanilla-kernel-5.10.114.ebuild  | 134 -
 .../vanilla-kernel/vanilla-kernel-5.15.32.ebuild   | 134 -
 .../vanilla-kernel/vanilla-kernel-5.15.36.ebuild   | 134 -
 .../vanilla-kernel/vanilla-kernel-5.15.38.ebuild   | 134 -
 .../vanilla-kernel/vanilla-kernel-5.17.5.ebuild| 134 -
 .../vanilla-kernel/vanilla-kernel-5.17.6.ebuild| 134 -
 .../vanilla-kernel/vanilla-kernel-5.4.188.ebuild   | 108 -
 .../vanilla-kernel/vanilla-kernel-5.4.190.ebuild   | 108 -
 .../vanilla-kernel/vanilla-kernel-5.4.192.ebuild   | 108 -
 11 files changed, 1286 deletions(-)

diff --git a/sys-kernel/vanilla-kernel/Manifest 
b/sys-kernel/vanilla-kernel/Manifest
index 104af798fd12..1a6522f67d75 100644
--- a/sys-kernel/vanilla-kernel/Manifest
+++ b/sys-kernel/vanilla-kernel/Manifest
@@ -1,55 +1,31 @@
 DIST gentoo-kernel-config-g1.tar.gz 4283 BLAKE2B 
44dd51ec45ebc71bffcd6d85a2fefba053f7bce8035057f0bbe928e24816ad4ba03c9bf67dcfcd6d6d1833c0a2ea93e0fd486c2093664dc41ccce316e1e60588
 SHA512 
3a45f28df9d457df0fe0d185da8b10f4e35f49dad75075e041e8cf3cf6972fecc8145cd557b0bf3a8dea20ddffae0194f88e61c1e5098fa0a5ca301d40aeea2e
 DIST kernel-aarch64-fedora.config.5.10.12 223184 BLAKE2B 
a0246dac2f7a4ad6a55b611538d24382ac87a8960077811a859c9595ac67f961b4bccb7e139a89abc7c0e26e80832da5c94211fc658082f2e7dde984f14dd29d
 SHA512 
7d803b347b136331db1ad6e22e0445fe0224c3e26cd7c034cbe9794915d457b492e05f77664865079874ec001351553652646e2e08d0fee31e30b841b0008f52
-DIST kernel-aarch64-fedora.config.5.15.14 242650 BLAKE2B 
b5587c0e365a00a5283ea3a5184b473783ad6296a6516372c6c79305d2837e782d18fae8ed8e852eb6d946d1dac6c6159231f2249f3360dd1651e4f1f06d5694
 SHA512 
2a8447d8128a881c08745f58704a9fe46fcfd2048c5d5775a518e16b6f5b5603e22bcd4f04c192d541fc83e6253be3b29a5f0f39ddec96c8668bc801d9356a9a
 DIST kernel-aarch64-fedora.config.5.15.19 242615 BLAKE2B 
94e59440681535e38137b71814e1ae53f57a347f62cf31e0c1c8571ae43d9ae9be9957743c8cbc9ec74850c964eaabefe6799a28bc311ea7b99ee31391b47fb1
 SHA512 
fb77d3b73a215f97d70cd6d8c96ed20e497786b99ed7d7a7f2ed60cc1251289c1a4c7e058c41b5efac62e4a9b4b3d917dbdb11585955bba2b6584981430f4ddb
 DIST kernel-aarch64-fedora.config.5.17.3-gentoo 238977 BLAKE2B 
5f3a43fff7ddfe4dda03f00e7f4af761ff978bbc9c6d2fa73b605f60755a0d40e494428725a7728f5e2f5f58c9931d8d60b048d318e22c635588e546209dcfb2
 SHA512 
4c22514ec7d2d4ce87087aeae17a5f68efc3e70f48298895262d5dbc47623de6ada4254ee3a7f06a302d37af73d921470903f2f3a86fe5224e638bda882be7e5
 DIST kernel-aarch64.config.5.4.21 199104 BLAKE2B 
578ad451a76204df2a9bbbe34b5cb27051d2ac5e2c33967f562b01338c43f35da6dc33a4c2cc67ea6c3b32b155729360d3748ec28dcaa750f18449245b2e8a09
 SHA512 
66e9a437beb350fdc59512c17b8f72c5b5bfacf2b35070d810d77e66f49cf7929026cc28ad44b04a016d61e65d9fb4a10af6996ba09b604bf97e9c467d08f8ff
 DIST kernel-i686-fedora.config.5.10.12 205412 BLAKE2B 
92c715b7e2cd7dd74da7970c05981f520597d3e403ce82c8cf4eee31c9f1f50b638792a6bdb256ef5bfdc99f1bcd594e819e8f44dc6febb2ad9a854bad817f2b
 SHA512 
69d8db11723ae1b40fdedfaace74d15bb63198cdb0485e0a1e5eba95b31217110c93a93e39cc7370cf45f1d3a8bc7f75ec096d6db5ea9ecb28ac6b56702ebb10
-DIST kernel-i686-fedora.config.5.15.14 68 BLAKE2B 
96e283052369a936fbe0f415d7176bb922bc0e22925fc25a56e6e0c36a723bf7e9ae29bbc661c0a8a6c44a218482896f25c529f9cf7a0d3bc31de8ea88f50a5a
 SHA512 
b5ec452458b04ab316622239ffd98782a10eab17a02697d15359efdc18dfaf8052a189c66729157d2e9eed20aee25a47fa9b81f1da78d42150f10b0746f57938
 DIST kernel-i686-fedora.config.5.15.19 33 BLAKE2B 
9e0f4dd37058f59610e46a87d3165039e76299d3c186fbfc3312101bac1b8b198de404075f5bbc6f5e2ba04cfd45f9d02bdf94b01c3ed11b9275f37f11ee7617
 SHA512 
49ffc39de86763e707a5c0c07c1367d34e9249615f29fdf97904d7b61a375a86fc4ba37a2f02b5f61e4c76ad65d9ba12716d2523af6faa003f6336d7ae61a953
 DIST kernel-i686-fedora.config.5.17.3-gentoo 218090 BLAKE2B 
1d972e6ed16c7dc1dd9959ae406af52d1cdc15f85f8ab376e4d7abb79d9e284a9a68442bde975f5f1a9bc64fffdaee96d1f41392238538b37f1b6f9652ecfcd6
 SHA512 
2c32cca1f20cf54f3e9b394f6e3f14f435bdd72fa22868416129bfd4253a3cc8f3164b6868e31292c2404a1c433944783279e03b45cce9bec3b2813cb4675b27
 DIST kernel-i686.config.5.4.21 183910 BLAKE2B 
185126ffb85718bb73761d01683def80b6f002d7a7a6eddd8e858a30d8eadc863fb378d83a1cd2ed82b3540337fa66ae44475e31fb41ebc46d77005b6f54e5c0
 SHA512 

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

2022-05-12 Thread Michał Górny
commit: 6c4ca3cdf769ed87df3f3d28f2a0fb4e73434fbc
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 13 04:20:59 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 13 04:20:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c4ca3cd

sys-kernel/gentoo-kernel-bin: Remove old

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

 sys-kernel/gentoo-kernel-bin/Manifest  |  78 
 .../gentoo-kernel-bin-5.10.109.ebuild  | 135 -
 .../gentoo-kernel-bin-5.10.112-r1.ebuild   | 135 -
 .../gentoo-kernel-bin-5.10.114.ebuild  | 135 -
 .../gentoo-kernel-bin-5.15.32-r1.ebuild| 135 -
 .../gentoo-kernel-bin-5.15.35-r1.ebuild| 135 -
 .../gentoo-kernel-bin-5.15.36.ebuild   | 135 -
 .../gentoo-kernel-bin-5.15.38.ebuild   | 135 -
 .../gentoo-kernel-bin-5.17.4-r1.ebuild | 135 -
 .../gentoo-kernel-bin-5.17.5.ebuild| 135 -
 .../gentoo-kernel-bin-5.17.6.ebuild| 135 -
 .../gentoo-kernel-bin-5.4.188.ebuild   | 135 -
 .../gentoo-kernel-bin-5.4.190.ebuild   | 135 -
 .../gentoo-kernel-bin-5.4.192.ebuild   | 135 -
 14 files changed, 1833 deletions(-)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index db99196fd946..89787903c320 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -1,119 +1,41 @@
-DIST genpatches-5.10-117.base.tar.xz 3165564 BLAKE2B 
0e41b33af63a5b6da920d194166e75b32812231f7b13a56211ad390d744f889dc8b024328dd2048e7c7bc356ea04936716c295cf4d33d731bbc7521b9ed720d9
 SHA512 
421a487bf1914ee42c8b6c39a6a99f4841e8a38e293024b4367a10391b1ca973c041697c42979b7e4a78b56b9e871034b0703f8bfa6c1347f3aef39eb49f9066
-DIST genpatches-5.10-117.extras.tar.xz 3872 BLAKE2B 
bbac7edcded53e4205c58e1404692b753d57f306b98bfd7e718206e25a947b2e1e565ae33712b64f9b24333df30c32c975af71c5a9d11bfb836216a27dfdc782
 SHA512 
b192de56c873740d963fa6689f7d9dc177b25cbaa2847adff2d3a5ea7c6c541161c4518f389f7a5f2294b878dabc0d06844bf4e45cffc87ce8f9649d55a4312e
-DIST genpatches-5.10-121.base.tar.xz 3366696 BLAKE2B 
121f7445e184846460c5501e9d2cacf0349da8bb47c60d3528cc526385121f97b60b11706502d696e783b9649795d3921082076788325189087ead4c1cc48be9
 SHA512 
aa75a7c32373a0356488ab21c1b090c2ce6a63e706f5e61824212397d56aa474126bd21f8b28e10f3dff1445ecfc3bbe6d3e7ca249e1eb161fa80e79e47db796
-DIST genpatches-5.10-121.extras.tar.xz 3868 BLAKE2B 
8ac8a382c1d7bbd47dc8761e26ae63ccb501decdbf43e4cde641441c1e08a711a9734320cb9a28e46c3d22a0dbfe5f0d2b3360f299878e5ed46c7cba2fd7b64a
 SHA512 
f050bd3cf40e8d4d37a8652ab2af932fecc38a834c6baceab1c79cc6aba47f3a19e59aadce250c5b5302830e440001bd7a4c9a380d8ec35e12527ece903a69fa
 DIST genpatches-5.10-122.base.tar.xz 3383656 BLAKE2B 
78310ae21efea3a38f91ee0a511b08be4f46ce75b0f265c7fef1f758f7aa854a69d05195e7bcd541e19712be59b80ba9b6758390630e716886164437020ac014
 SHA512 
52cf938fb005379f27df23d59056330b672aaa8c732fb324a0a65fd41a077305797440b95b95300c0577822e64bd557173573c543ebd83d1aefe6c4d97f51a4d
 DIST genpatches-5.10-122.extras.tar.xz 3864 BLAKE2B 
d8525daea96a3cbbce6eff0ff46be6a7daea3e5008f6805e2a7ede7e4aa2211b52da3b413fb2b542e8720410471aa938a5733305d925e8606b6321c39472b021
 SHA512 
452582a28be8c6c340052fa1d58a0259c11bd686abdce28b75ad117586f557e5bb188670599a8373a8b3ea01057a8344ca0f70cff13e854adbb8b9c3bf1edf29
-DIST genpatches-5.10-123.base.tar.xz 3412080 BLAKE2B 
8ba26d867b1cd10c372bf059c00f11260af3bb43cb636519cc4c15916359e1a74d24e58732dd0c5f4db0cda8a110360da310d6ae761e7df2a7f4e424d16ab3ed
 SHA512 
9e0325ff0bfff0ecd56ac7d7c82f456ca2697c8eccb584798f5471b7a1247d6d91e71b39951bddc2f093e0e16f5fa71a510932359d1c1e8ae41fdb4058f467f6
-DIST genpatches-5.10-123.extras.tar.xz 3868 BLAKE2B 
4999cfc456607422df7e8e6966c760feb8b3fffc9bab7d2923b7de3819b94c6778c1e7bf19092fa42125fa73dd35203e3c8c002e00cc62a2978f375b24d86c57
 SHA512 
0a9291ab36d1a3eb69f423add4bde7e4fb31c5ba318c0d9b3f235b167c2506273e9cfab79f264891d6859d7b3c5f205e689ac37eef0f16b15ff54a4da12ceb2d
 DIST genpatches-5.10-124.base.tar.xz 3428172 BLAKE2B 
e1393b6b91c0a5ae3cf1ef74ed569ee5bcdaf3bb5bd290caa65004d9de3dff216e3121d5c6de7cba454ad6ed0f9df757d55fc31ed781531d222ddedfd800fb29
 SHA512 
1b2031bcd2f01db14686d9e642edfcb47c2ebd8e740b8d4af9310e4e9cad5a14e48ed7a72ad17ef001f4db04d519daafa4bc18ce197f97bf3ec6cf7a53cc61a2
 DIST genpatches-5.10-124.extras.tar.xz 3868 BLAKE2B 
eee2a113c7def23275fedd1125da016cfdd468683ecbaf187f79bbae29ed9d8b1c93d36d93c4e97aa4a8f2735dad29ad4cf75447cd5e5908dc0cf19661a18358
 SHA512 
83612ba5da23b29037f6fc24949e7ddf9169cf4ff444f2d3110ad7da09780932cf50a763d5bd6bf02e318233f4d245dea835cd25cee954fe77bccef43432dc56
-DIST 

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

2022-05-12 Thread Sam James
commit: d48259bfc71d1aae7df20db76dc839b6dc11
Author: Sam James  gentoo  org>
AuthorDate: Fri May 13 02:58:30 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri May 13 02:58:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d48259bf

dev-libs/libgcrypt: forward HPPA 1.1 changes to 1.10.1

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

 dev-libs/libgcrypt/libgcrypt-1.10.1.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dev-libs/libgcrypt/libgcrypt-1.10.1.ebuild 
b/dev-libs/libgcrypt/libgcrypt-1.10.1.ebuild
index a3eb80ef2918..79729156c6ae 100644
--- a/dev-libs/libgcrypt/libgcrypt-1.10.1.ebuild
+++ b/dev-libs/libgcrypt/libgcrypt-1.10.1.ebuild
@@ -101,8 +101,6 @@ multilib_src_configure() {
$([[ ${CHOST} == *86*-darwin* ]] && echo "--disable-asm")
# causes bus-errors on sparc64-solaris
$([[ ${CHOST} == sparcv9-*-solaris* ]] && echo "--disable-asm")
-   # bug #832871
-   $([[ ${CHOST} == hppa1.1* ]] && echo "--disable-asm")
 
$(use asm || echo "--disable-asm")
 



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

2022-05-12 Thread Sam James
commit: 918f1e41fbd689749807ff8d2d3a99c4124a50ad
Author: Sam James  gentoo  org>
AuthorDate: Fri May 13 02:57:22 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri May 13 02:57:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=918f1e41

dev-libs/libgcrypt: restore asm usage for HPPA 1.1

It looks like I got it the wrong way around -- USE=-asm is the
broken thing on HPPA 1.1, not USE=asm.

(This explains why stage builds were acting up, I think, as
they use USE=-* initially?)

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

 dev-libs/libgcrypt/libgcrypt-1.9.4-r1.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dev-libs/libgcrypt/libgcrypt-1.9.4-r1.ebuild 
b/dev-libs/libgcrypt/libgcrypt-1.9.4-r1.ebuild
index e7d9fb4c996d..713d3c7e3a16 100644
--- a/dev-libs/libgcrypt/libgcrypt-1.9.4-r1.ebuild
+++ b/dev-libs/libgcrypt/libgcrypt-1.9.4-r1.ebuild
@@ -102,8 +102,6 @@ multilib_src_configure() {
$([[ ${CHOST} == *86*-darwin* ]] && echo "--disable-asm")
# causes bus-errors on sparc64-solaris
$([[ ${CHOST} == sparcv9-*-solaris* ]] && echo "--disable-asm")
-   # bug #832871
-   $([[ ${CHOST} == hppa1.1* ]] && echo "--disable-asm")
 
$(use asm || echo "--disable-asm")
 



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

2022-05-12 Thread Sam James
commit: 4f9c7396f2c71d160d79f0320126ef63d6f981c7
Author: Sam James  gentoo  org>
AuthorDate: Fri May 13 01:04:59 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri May 13 02:49:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f9c7396

toolchain.eclass: followup style tweaks

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

 eclass/toolchain.eclass | 18 --
 1 file changed, 12 insertions(+), 6 deletions(-)

diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index d6c20a9e1e97..0bc6bb821ab0 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -27,7 +27,7 @@ tc_is_live() {
 
 if tc_is_live ; then
EGIT_REPO_URI="https://gcc.gnu.org/git/gcc.git;
-   # naming style:
+   # Naming style:
# gcc-10.1.0_pre -> gcc-10-branch
#  Note that the micro version is required or lots of stuff will break.
#  To checkout master set gcc_LIVE_BRANCH="master" in the ebuild before
@@ -121,7 +121,7 @@ fi
 
 
DATAPATH=${TOOLCHAIN_DATAPATH:-${PREFIX}/share/gcc-data/${CTARGET}/${GCC_CONFIG_VER}}
 
-# Dont install in /usr/include/g++-v3/, but in gcc internal directory.
+# Don't install in /usr/include/g++-v3/, but instead to gcc's internal 
directory.
 # We will handle /usr/include/g++-v3/ with gcc-config ...
 
STDCXX_INCDIR=${TOOLCHAIN_STDCXX_INCDIR:-${LIBPATH}/include/g++-v${GCC_BRANCH_VER/\.*/}}
 
@@ -148,11 +148,14 @@ if [[ ${PN} != "kgcc64" && ${PN} != gcc-* ]] ; then
IUSE+=" objc-gc" TC_FEATURES+=( objc-gc )
IUSE+=" libssp objc++"
IUSE+=" +openmp"
+
tc_version_is_at_least 4.3 && IUSE+=" fixed-point"
tc_version_is_at_least 4.7 && IUSE+=" go"
+
# sanitizer support appeared in gcc-4.8, but https://gcc.gnu.org/pub/gcc/snapshots/${SNAPSHOT}/gcc-${SNAPSHOT}.tar.xz;
@@ -564,7 +570,7 @@ do_gcc_PIE_patches() {
want_pie || return 0
use vanilla && return 0
 
-   einfo "Applying pie patches ..."
+   einfo "Applying PIE patches ..."
eapply "${WORKDIR}"/piepatch/*.patch
 
BRANDING_GCC_PKGVERSION="${BRANDING_GCC_PKGVERSION}, pie-${PIE_VER}"
@@ -649,7 +655,7 @@ make_gcc_hard() {
fi
fi
 
-   # We want to be able to control the PIEe patch logic via something other
+   # We want to be able to control the PIE patch logic via something other
# than ALL_CFLAGS...
sed -e '/^ALL_CFLAGS/iHARD_CFLAGS = ' \
-e 's|^ALL_CFLAGS = |ALL_CFLAGS = $(HARD_CFLAGS) |' \
@@ -747,7 +753,7 @@ toolchain_src_configure() {
# issues with 3rd party jar implementations. bug #384291
export JAR=no
 
-   # For hardened gcc 4.3 piepatchset to build the hardened specs
+   # For hardened gcc 4.3: add the pie patchset to build the hardened specs
# file (build.specs) to use when building gcc.
if ! tc_version_is_at_least 4.4 && want_minispecs ; then
setup_minispecs_gcc_build_specs



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

2022-05-12 Thread Sam James
commit: c9bbaa6c2f305d2428549b5c07c4d71877938f70
Author: Sam James  gentoo  org>
AuthorDate: Fri May 13 01:05:07 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri May 13 02:49:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9bbaa6c

toolchain.eclass: start work on eclassdocs

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

 eclass/toolchain.eclass | 60 -
 1 file changed, 54 insertions(+), 6 deletions(-)

diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 0bc6bb821ab0..12959958c587 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -55,32 +55,76 @@ is_crosscompile() {
[[ ${CHOST} != ${CTARGET} ]]
 }
 
-# General purpose version check.  Without a second arg matches up to minor 
version (x.x.x)
+# @FUNCTION: tc_version_is_at_least
+# @USAGE: ver1 [ver2]
+# @DESCRIPTION:
+# General purpose version check. Without a second argument, matches
+# up to minor version (x.x.x).
 tc_version_is_at_least() {
ver_test "${2:-${GCC_RELEASE_VER}}" -ge "$1"
 }
 
-# General purpose version range check
+# @FUNCTION: tc_version_is_between
+# @USAGE: ver1 ver2
+# @DESCRIPTION:
+# General purpose version range check.
 # Note that it matches up to but NOT including the second version
 tc_version_is_between() {
tc_version_is_at_least "${1}" && ! tc_version_is_at_least "${2}"
 }
 
+# @ECLASS_VARIABLE: TOOLCHAIN_GCC_PV
+# @DEFAULT_UNSET
+# @DESCRIPTION:
+# Used to override GCC version. Useful for e.g. live ebuilds or snapshots.
+# Defaults to ${PV}.
+
+# @ECLASS_VARIABLE: GCC_PV
+# @INTERNAL
+# @DESCRIPTION:
+# Internal variable representing (spoofed) GCC version.
 GCC_PV=${TOOLCHAIN_GCC_PV:-${PV}}
+
+# @ECLASS_VARIABLE: GCC_PVR
+# @INTERNAL
+# @DESCRIPTION:
+# Full GCC version including revision.
 GCC_PVR=${GCC_PV}
 [[ ${PR} != "r0" ]] && GCC_PVR=${GCC_PVR}-${PR}
 
+# @ECLASS_VARIABLE: GCC_RELEASE_VER
+# @INTERNAL
+# @DESCRIPTION:
 # GCC_RELEASE_VER must always match 'gcc/BASE-VER' value.
 # It's an internal representation of gcc version used for:
 # - versioned paths on disk
 # - 'gcc -dumpversion' output. Must always match ...
 GCC_RELEASE_VER=$(ver_cut 1-3 ${GCC_PV})
 
+# @ECLASS_VARIABLE: GCC_BRANCH_VER
+# @INTERNAL
+# @DESCRIPTION:
+# GCC branch version.
 GCC_BRANCH_VER=$(ver_cut 1-2 ${GCC_PV})
+# @ECLASS_VARIABLE: GCCMAJOR
+# @INTERNAL
+# @DESCRIPTION:
+# Major GCC version.
 GCCMAJOR=$(ver_cut 1 ${GCC_PV})
+# @ECLASS_VARIABLE: GCCMINOR
+# @INTERNAL
+# @DESCRIPTION:
+# Minor GCC version.
 GCCMINOR=$(ver_cut 2 ${GCC_PV})
+# @ECLASS_VARIABLE: GCCMICRO
+# @INTERNAL
+# @DESCRIPTION:
+# GCC micro version.
 GCCMICRO=$(ver_cut 3 ${GCC_PV})
 
+# @ECLASS_VARIABLE: GCC_CONFIG_VER
+# @INTERNAL
+# @DESCRIPTION:
 # Ideally this variable should allow for custom gentoo versioning
 # of binary and gcc-config names not directly tied to upstream
 # versioning. In practice it's hard to untangle from gcc/BASE-VER
@@ -92,13 +136,13 @@ GCC_CONFIG_VER=${GCC_RELEASE_VER}
 # 1.2.3_pMMDD (or 1.2.3_preMMDD for unreleased major versions): weekly 
snapshots
 # 1.2.3_rcMMDD: release candidates
 if [[ ${GCC_PV} == *_pre* ]] ; then
-   # weekly snapshots
+   # Weekly snapshots
SNAPSHOT=${GCCMAJOR}-${GCC_PV##*_pre}
 elif [[ ${GCC_PV} == *_p* ]] ; then
-   # weekly snapshots
+   # Weekly snapshots
SNAPSHOT=${GCCMAJOR}-${GCC_PV##*_p}
 elif [[ ${GCC_PV} == *_rc* ]] ; then
-   # release candidates
+   # Release candidates
SNAPSHOT=${GCC_PV%_rc*}-RC-${GCC_PV##*_rc}
 fi
 
@@ -272,6 +316,10 @@ PDEPEND=">=sys-devel/gcc-config-2.3"
 
 #>> S + SRC_URI essentials <<
 
+# @ECLASS_VARIABLE: TOOLCHAIN_SET_S
+# @DESCRIPTION:
+# Used to override value of S for snapshots and such. Mainly useful
+# if needing to set GCC_TARBALL_SRC_URI.
 : ${TOOLCHAIN_SET_S:=yes}
 
 # Set the source directory depending on whether we're using
@@ -328,7 +376,7 @@ gentoo_urls() {
 #  PIE_VER
 #  PIE_GCC_VER
 #  These variables control patching in various updates for 
the logic
-#  controlling Position Independant Executables. PIE_VER 
is expected
+#  controlling Position Independent Executables. PIE_VER 
is expected
 #  to be the version of this patch, and PIE_GCC_VER the 
gcc version of
 #  the patch:
 #  An example:



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

2022-05-12 Thread Ionen Wolkens
commit: f23efbbadbff2a4351697404d640681a6204f109
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Fri May 13 01:07:39 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri May 13 02:44:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f23efbba

dev-util/mingw64-runtime: unset toolchain vars when cross-compiling

i.e. it could be CC=x86_64-pc-linux-gnu-gcc / clang which is
what's wanted for building tools, but after we need to discard
that to switch to x86_64-w64-mingw32-gcc (unless CHOST is already
mingw as it would be correct).

Ideally would need a unified way to do this with override variables
for users to specify the alternate toolchain variables.

The -Wl,--hash-style=* filter is likely not necessary given
strip-unsupported-flags already strip it, but if(?) CC was
set it may possibly have messed with that -- albeit will keep
it as a safety/informational.

Closes: https://github.com/gentoo/gentoo/pull/25365
Signed-off-by: Ionen Wolkens  gentoo.org>

 dev-util/mingw64-runtime/mingw64-runtime-10.0.0-r1.ebuild | 4 +++-
 dev-util/mingw64-runtime/mingw64-runtime-8.0.0-r3.ebuild  | 4 +++-
 dev-util/mingw64-runtime/mingw64-runtime-9.0.0-r2.ebuild  | 4 +++-
 3 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/dev-util/mingw64-runtime/mingw64-runtime-10.0.0-r1.ebuild 
b/dev-util/mingw64-runtime/mingw64-runtime-10.0.0-r1.ebuild
index 61ebf16b4393..d082ba67bbc6 100644
--- a/dev-util/mingw64-runtime/mingw64-runtime-10.0.0-r1.ebuild
+++ b/dev-util/mingw64-runtime/mingw64-runtime-10.0.0-r1.ebuild
@@ -57,7 +57,9 @@ src_configure() {
 
MW_LDFLAGS=${LDFLAGS} # keep non-stripped for gendef not respecting it
 
-   # cross-compiling from here
+   # likely cross-compiling from here, update toolchain variables
+   ${MW_CROSS} &&
+   unset AR AS CC CPP CXX LD NM OBJCOPY OBJDUMP RANLIB RC STRIP
local CHOST=${CTARGET}
strip-unsupported-flags
 

diff --git a/dev-util/mingw64-runtime/mingw64-runtime-8.0.0-r3.ebuild 
b/dev-util/mingw64-runtime/mingw64-runtime-8.0.0-r3.ebuild
index cde42642c57b..7eaca692a9d3 100644
--- a/dev-util/mingw64-runtime/mingw64-runtime-8.0.0-r3.ebuild
+++ b/dev-util/mingw64-runtime/mingw64-runtime-8.0.0-r3.ebuild
@@ -59,7 +59,9 @@ src_configure() {
 
MW_LDFLAGS=${LDFLAGS} # keep non-stripped for gendef not respecting it
 
-   # cross-compiling from here
+   # likely cross-compiling from here, update toolchain variables
+   ${MW_CROSS} &&
+   unset AR AS CC CPP CXX LD NM OBJCOPY OBJDUMP RANLIB RC STRIP
local CHOST=${CTARGET}
strip-unsupported-flags
 

diff --git a/dev-util/mingw64-runtime/mingw64-runtime-9.0.0-r2.ebuild 
b/dev-util/mingw64-runtime/mingw64-runtime-9.0.0-r2.ebuild
index 61ebf16b4393..d082ba67bbc6 100644
--- a/dev-util/mingw64-runtime/mingw64-runtime-9.0.0-r2.ebuild
+++ b/dev-util/mingw64-runtime/mingw64-runtime-9.0.0-r2.ebuild
@@ -57,7 +57,9 @@ src_configure() {
 
MW_LDFLAGS=${LDFLAGS} # keep non-stripped for gendef not respecting it
 
-   # cross-compiling from here
+   # likely cross-compiling from here, update toolchain variables
+   ${MW_CROSS} &&
+   unset AR AS CC CPP CXX LD NM OBJCOPY OBJDUMP RANLIB RC STRIP
local CHOST=${CTARGET}
strip-unsupported-flags
 



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

2022-05-12 Thread Ionen Wolkens
commit: 4b7c1923fca6533a51be68bfbacc793469a521d4
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Tue May 10 07:06:43 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri May 13 02:29:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b7c1923

dev-util/mingw64-runtime: build tools for CHOST and add widl

Non-native USE=tools never made much sense, If a package is
cross-compiling for mingw using e.g. widl, it'll need to be able
to run the tool. This also prevents build failure (bug #644556)
during bootstrap given this won't be trying to link with mingw
(note that can cross-emerge mingw64-runtime for old behavior).

wrt widl, it is provided by wine but that is a heavy dependency and
some upstreams (e.g. vkd3d-proton) default to using *-w64-mingw32-widl
instead -- small tool so may as well install it.

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

 .../mingw64-runtime-10.0.0-r1.ebuild   | 33 +++---
 .../mingw64-runtime-8.0.0-r3.ebuild| 33 +++---
 .../mingw64-runtime-9.0.0-r2.ebuild| 33 +++---
 3 files changed, 87 insertions(+), 12 deletions(-)

diff --git a/dev-util/mingw64-runtime/mingw64-runtime-10.0.0-r1.ebuild 
b/dev-util/mingw64-runtime/mingw64-runtime-10.0.0-r1.ebuild
index 8c12697778ba..61ebf16b4393 100644
--- a/dev-util/mingw64-runtime/mingw64-runtime-10.0.0-r1.ebuild
+++ b/dev-util/mingw64-runtime/mingw64-runtime-10.0.0-r1.ebuild
@@ -33,8 +33,32 @@ pkg_setup() {
die "Invalid configuration, please see: 
https://wiki.gentoo.org/wiki/Mingw;
 }
 
+mingw-foreach_tool() {
+   use !tools || use headers-only && return
+
+   local tool
+   for tool in gendef genidl widl; do
+   # not using top-level --with-tools given it skips widl
+   pushd mingw-w64-tools/${tool} || die
+   "${@}"
+   popd >/dev/null || die
+   done
+}
+
 src_configure() {
-   CHOST=${CTARGET}
+   # native tools, see #644556
+   local toolsconf=(
+   --prefix="${EPREFIX}"/usr
+   )
+   # normally only widl is prefixed, but avoids clash with other targets
+   ${MW_CROSS} && toolsconf+=( --program-prefix=${CTARGET}- )
+
+   mingw-foreach_tool econf "${toolsconf[@]}"
+
+   MW_LDFLAGS=${LDFLAGS} # keep non-stripped for gendef not respecting it
+
+   # cross-compiling from here
+   local CHOST=${CTARGET}
strip-unsupported-flags
 
# Normally mingw64 does not use dynamic linker.
@@ -62,7 +86,6 @@ src_configure() {
conf+=(
$(use_enable idl)
$(use_with libraries)
-   $(use_with tools)
)
 
# prefer tuple to determine if should do 32 or 64bits, but fall
@@ -91,13 +114,15 @@ src_configure() {
 
 src_compile() {
use headers-only || emake -C ../headers install
-
-   default
+   emake
+   mingw-foreach_tool emake LDFLAGS="${MW_LDFLAGS}"
 }
 
 src_install() {
default
 
+   mingw-foreach_tool emake DESTDIR="${D}" install
+
if ${MW_CROSS}; then
# gcc is configured to look at specific hard-coded paths for 
mingw #419601
dosym usr /usr/${CTARGET}/mingw

diff --git a/dev-util/mingw64-runtime/mingw64-runtime-8.0.0-r3.ebuild 
b/dev-util/mingw64-runtime/mingw64-runtime-8.0.0-r3.ebuild
index f287baeaa601..cde42642c57b 100644
--- a/dev-util/mingw64-runtime/mingw64-runtime-8.0.0-r3.ebuild
+++ b/dev-util/mingw64-runtime/mingw64-runtime-8.0.0-r3.ebuild
@@ -35,8 +35,32 @@ pkg_setup() {
die "Invalid configuration, please see: 
https://wiki.gentoo.org/wiki/Mingw;
 }
 
+mingw-foreach_tool() {
+   use !tools || use headers-only && return
+
+   local tool
+   for tool in gendef genidl widl; do
+   # not using top-level --with-tools given it skips widl
+   pushd mingw-w64-tools/${tool} || die
+   "${@}"
+   popd >/dev/null || die
+   done
+}
+
 src_configure() {
-   CHOST=${CTARGET}
+   # native tools, see #644556
+   local toolsconf=(
+   --prefix="${EPREFIX}"/usr
+   )
+   # normally only widl is prefixed, but avoids clash with other targets
+   ${MW_CROSS} && toolsconf+=( --program-prefix=${CTARGET}- )
+
+   mingw-foreach_tool econf "${toolsconf[@]}"
+
+   MW_LDFLAGS=${LDFLAGS} # keep non-stripped for gendef not respecting it
+
+   # cross-compiling from here
+   local CHOST=${CTARGET}
strip-unsupported-flags
 
# Normally mingw64 does not use dynamic linker.
@@ -64,7 +88,6 @@ src_configure() {
conf+=(
$(use_enable idl)
$(use_with libraries)
-   $(use_with tools)
)
 
# prefer tuple to determine if should do 32 

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

2022-05-12 Thread Ionen Wolkens
commit: 7e1fc3f22395c5a7733a1a4462551f69c892ce3e
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Tue May 10 05:32:32 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri May 13 02:29:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e1fc3f2

dev-util/mingw64-runtime: re-arrange ebuilds some more

Mostly just style, but also now checking tuples again to ensure
more deterministic results (e.g. a cpp check gone wrong could
give 32bit despite x86_64 tuple), then fallback on the cpp check
rather than die like tuple check formerly did.

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

 .../mingw64-runtime-10.0.0-r1.ebuild   | 109 
 .../mingw64-runtime-8.0.0-r3.ebuild| 111 +
 .../mingw64-runtime-9.0.0-r2.ebuild| 109 
 3 files changed, 329 insertions(+)

diff --git a/dev-util/mingw64-runtime/mingw64-runtime-10.0.0-r1.ebuild 
b/dev-util/mingw64-runtime/mingw64-runtime-10.0.0-r1.ebuild
new file mode 100644
index ..8c12697778ba
--- /dev/null
+++ b/dev-util/mingw64-runtime/mingw64-runtime-10.0.0-r1.ebuild
@@ -0,0 +1,109 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit flag-o-matic toolchain-funcs
+
+DESCRIPTION="Free Win64 runtime and import library definitions"
+HOMEPAGE="https://www.mingw-w64.org/;
+SRC_URI="mirror://sourceforge/mingw-w64/mingw-w64/mingw-w64-release/mingw-w64-v${PV}.tar.bz2"
+S="${WORKDIR}/mingw-w64-v${PV}"
+
+LICENSE="ZPL BSD BSD-2 ISC LGPL-2+ LGPL-2.1+ MIT public-domain tools? ( GPL-3+ 
)"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+# USE=libraries needs working stage2 compiler: bug #665512
+IUSE="headers-only idl libraries tools"
+RESTRICT="strip"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-7.0.0-fortify-only-ssp.patch
+)
+
+pkg_setup() {
+   : ${CBUILD:=${CHOST}}
+   : ${CTARGET:=${CHOST}}
+   [[ ${CTARGET} == ${CHOST} && ${CATEGORY} == cross-* ]] &&
+   CTARGET=${CATEGORY#cross-}
+
+   [[ ${CHOST} != ${CTARGET} ]] && MW_CROSS=true || MW_CROSS=false
+
+   [[ ${CBUILD} == ${CHOST} && ${CTARGET} == ${CHOST} ]] &&
+   die "Invalid configuration, please see: 
https://wiki.gentoo.org/wiki/Mingw;
+}
+
+src_configure() {
+   CHOST=${CTARGET}
+   strip-unsupported-flags
+
+   # Normally mingw64 does not use dynamic linker.
+   # But at configure time it uses $LDFLAGS.
+   # When default -Wl,--hash-style=gnu is passed
+   # __CTORS_LIST__ / __DTORS_LIST__ is mis-detected
+   # for target ld and binaries crash at shutdown.
+   filter-ldflags '-Wl,--hash-style=*'
+
+   local prefix=${EPREFIX}/usr
+   ${MW_CROSS} && prefix+=/${CTARGET}/usr
+
+   local conf=(
+   --prefix="${prefix}"
+   --libdir="${prefix}"/lib
+   $(use_with !headers-only crt)
+
+   # By default configure tries to set --sysroot=${prefix}. We 
disable
+   # this behaviour with --with-sysroot=no to use gcc's sysroot 
default.
+   # That way we can cross-build mingw64-runtime with cross-emerge.
+   --with-sysroot=no
+   )
+
+   if use !headers-only; then
+   conf+=(
+   $(use_enable idl)
+   $(use_with libraries)
+   $(use_with tools)
+   )
+
+   # prefer tuple to determine if should do 32 or 64bits, but fall
+   # back to cpp test if missing (bug #584858, see also #840662)
+   local b32=true
+   case ${CHOST} in
+   x86_64-*) b32=false;;
+   i*86-*) ;;
+   *) [[ $($(tc-getCPP) -dM - <<<'') =~ __MINGW64__ ]] && 
b32=false;;
+   esac
+   ${b32} &&
+   conf+=( --enable-lib32 --disable-lib64 ) ||
+   conf+=( --disable-lib32 --enable-lib64 )
+
+   # prepare temporary headers install to build against 
same-version
+   mkdir ../headers || die
+   pushd ../headers >/dev/null || die
+   ECONF_SOURCE=${S} econf --prefix="${T}"/root --without-crt
+   popd >/dev/null || die
+
+   append-cppflags "-I${T}/root/include"
+   fi
+
+   econf "${conf[@]}"
+}
+
+src_compile() {
+   use headers-only || emake -C ../headers install
+
+   default
+}
+
+src_install() {
+   default
+
+   if ${MW_CROSS}; then
+   # gcc is configured to look at specific hard-coded paths for 
mingw #419601
+   dosym usr /usr/${CTARGET}/mingw
+   dosym usr /usr/${CTARGET}/${CTARGET}
+   dosym usr/include /usr/${CTARGET}/sys-include
+   fi
+
+   rm -r "${ED}"/usr/share || die
+}

diff --git a/dev-util/mingw64-runtime/mingw64-runtime-8.0.0-r3.ebuild 

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

2022-05-12 Thread Ionen Wolkens
commit: abece420ad88b7e34917d74b9253024606f3cc16
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Tue May 10 07:37:03 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri May 13 02:29:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abece420

app-emulation/vkd3d-proton: new package, add 2.6 + live

Complement to app-emulation/dxvk that's setup very similarly.
Contains a lot of improvements over regular vkd3d for Proton
but (like dxvk) can be used by any Wine.

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

 app-emulation/vkd3d-proton/Manifest|   4 +
 app-emulation/vkd3d-proton/metadata.xml|  18 +++
 app-emulation/vkd3d-proton/vkd3d-proton-2.6.ebuild | 161 +
 .../vkd3d-proton/vkd3d-proton-.ebuild  | 161 +
 4 files changed, 344 insertions(+)

diff --git a/app-emulation/vkd3d-proton/Manifest 
b/app-emulation/vkd3d-proton/Manifest
new file mode 100644
index ..d0abe731bac6
--- /dev/null
+++ b/app-emulation/vkd3d-proton/Manifest
@@ -0,0 +1,4 @@
+DIST vkd3d-proton-2.6-dxil-spirv.tar.gz 631130 BLAKE2B 
99f40c5efde87d0af86542b427e5b0429be68ca69ba0c2b6d10a821811756d8dadff4449f268ae404f8ace09a91b3e8aaa135e534a77c0239e58c1a970a044cc
 SHA512 
3c20090b7a1b53c30fd4967622fc7384e1bcc504c30d8075068b87dad1bd2c6f4a12459bf42e61bf76b9dd454ec17a9d529f74ab0d5583627e966d94bb341dc3
+DIST vkd3d-proton-2.6-spirv-headers.tar.gz 1299014 BLAKE2B 
0b1e635aaa6eebec3525b13698a064e0e5b8a78829a772cbe9e1890148059bf396bc5c830e8d6ee3070a3343775991642565283994c65acfa0d82a91590b7d84
 SHA512 
ecb2158cad55edb4ba069383668f3b311a2f6aa6777b5b7ed94795d454622426ee34fee52b13c97d2f07b5b2f965815ee61a0203b76a0b0d2c708a4786d06b96
+DIST vkd3d-proton-2.6-vulkan-headers.tar.gz 415130 BLAKE2B 
0c6444c4c1cb43b9c69757d7c2257ce2fe1bc6be308341f3189766f120994e4920bc738b737d9eefc299359dab568fb8809782e3663dd589c0e4d13aecb8873a
 SHA512 
02cf1d63b29e48ef0efe489eb32237ba2f9f4bf58a182b00dc96aab18faba94de79283398e9e945cd81130f83fff228c59b04e496716ea9ccc148a5f4465282c
+DIST vkd3d-proton-2.6.tar.gz 1271948 BLAKE2B 
02d2574a66614613748fe3471a6fd5aac2650fdae15a17b17ea2ed028fa53a0579b866e7240036a26108afc343395826474bb99e015b9299c2abec811bb872ab
 SHA512 
6f27d213652e2380a9ba4534ac9ffe4b752b4608fbc2e8acd273fa151ab19ad0b132e3436384d2b8591cd1a59f0b69d342c893dc3a64be85188b5e3274bcf3f1

diff --git a/app-emulation/vkd3d-proton/metadata.xml 
b/app-emulation/vkd3d-proton/metadata.xml
new file mode 100644
index ..65a03f88f50d
--- /dev/null
+++ b/app-emulation/vkd3d-proton/metadata.xml
@@ -0,0 +1,18 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   io...@gentoo.org
+   Ionen Wolkens
+   
+   
+   
+   Use sys-devel/crossdev for the toolchain 
rather than
+   dev-util/mingw64-toolchain (requires manual 
setting up)
+   
+   Install extra tools and demos in 
/usr/lib/vkd3d-proton
+   
+   
+   HansKristian-Work/vkd3d-proton
+   
+

diff --git a/app-emulation/vkd3d-proton/vkd3d-proton-2.6.ebuild 
b/app-emulation/vkd3d-proton/vkd3d-proton-2.6.ebuild
new file mode 100644
index ..68245c3ef796
--- /dev/null
+++ b/app-emulation/vkd3d-proton/vkd3d-proton-2.6.ebuild
@@ -0,0 +1,161 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MULTILIB_COMPAT=( abi_x86_{32,64} )
+inherit flag-o-matic meson-multilib toolchain-funcs
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/HansKristian-Work/vkd3d-proton.git;
+   EGIT_SUBMODULES=(
+   # uses hacks / recent features and easily breaks, keep bundled 
headers
+   # (also cross-compiled and -I/usr/include is troublesome)
+   subprojects/{SPIRV,Vulkan}-Headers
+   subprojects/dxil-spirv
+   subprojects/dxil-spirv/third_party/spirv-headers # skip 
cross/tools
+   )
+else
+   VKD3D_HASH=3e5aab6fb3e18f81a71b339be4cb5cdf55140980 # match tag on bumps
+   DXIL_HASH=b537bbb91bccdbc695cb7e5211d608f8d1c205bd
+   SPIRV_HASH=ae217c17809fadb232ec94b29304b4afcd417bb4
+   VULKAN_HASH=83e1a9ed8ce289cebb1c02c8167d663dc1befb24
+   SRC_URI="
+   
https://github.com/HansKristian-Work/vkd3d-proton/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz
+   
https://github.com/HansKristian-Work/dxil-spirv/archive/${DXIL_HASH}.tar.gz -> 
${P}-dxil-spirv.tar.gz
+   
https://github.com/KhronosGroup/SPIRV-Headers/archive/${SPIRV_HASH}.tar.gz -> 
${P}-vulkan-headers.tar.gz
+   
https://github.com/KhronosGroup/Vulkan-Headers/archive/${VULKAN_HASH}.tar.gz -> 
${P}-spirv-headers.tar.gz"
+   KEYWORDS="-* ~amd64 ~x86"
+fi
+
+DESCRIPTION="Fork of VKD3D, development branches for Proton's Direct3D 12 
implementation"

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

2022-05-12 Thread Ionen Wolkens
commit: b458663e8d42a6932d1be1664324fcd707e28b04
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sat May  7 04:39:10 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri May 13 02:29:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b458663e

app-emulation/dxvk: new package, add 1.10.1 + live

Many want to build this, but crossdev requirement made it unsuitable
for ::gentoo. Now, mingw64-toolchain is there to remedy this and so
let's add it. crossdev can still be used if USE=crossdev-mingw

Note that unlike most overlays, this intentionally does not modify
config.cpp and then installs dxvk.conf as a documentation example.
Use the intended ${PWD}/dxvk.conf or DXVK_CONFIG_FILE env var.
Paths are also different (using lib64 is not necessary and
requires workarounds), so may need to update WINEPREFIX symlinks.

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

 app-emulation/dxvk/Manifest   |   1 +
 app-emulation/dxvk/dxvk-1.10.1.ebuild | 120 ++
 app-emulation/dxvk/dxvk-.ebuild   | 120 ++
 app-emulation/dxvk/metadata.xml   |  21 ++
 4 files changed, 262 insertions(+)

diff --git a/app-emulation/dxvk/Manifest b/app-emulation/dxvk/Manifest
new file mode 100644
index ..c26971ce4b08
--- /dev/null
+++ b/app-emulation/dxvk/Manifest
@@ -0,0 +1 @@
+DIST dxvk-1.10.1.tar.gz 1188138 BLAKE2B 
e4c5c5052de3f0976581317b9e6de148735198d2545e961ed4540be8660fbba0bcd30f81a1b55f032a1e00e226993d1ab3e4017b104f2829bf37d2ee4fc4420a
 SHA512 
8fd34d9f14a7013cdc1957f63bf60feb19748fddc1cd6ec40cf271005f636de62965efb42ddf2598dad3e37a4f59a870bf769387b2534db93451d1ea6aa65410

diff --git a/app-emulation/dxvk/dxvk-1.10.1.ebuild 
b/app-emulation/dxvk/dxvk-1.10.1.ebuild
new file mode 100644
index ..d48b3cc7cc2a
--- /dev/null
+++ b/app-emulation/dxvk/dxvk-1.10.1.ebuild
@@ -0,0 +1,120 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MULTILIB_COMPAT=( abi_x86_{32,64} )
+inherit flag-o-matic meson-multilib
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/doitsujin/dxvk.git;
+else
+   
SRC_URI="https://github.com/doitsujin/dxvk/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="-* ~amd64 ~x86"
+fi
+
+DESCRIPTION="Vulkan-based implementation of D3D9, D3D10 and D3D11 for Linux / 
Wine"
+HOMEPAGE="https://github.com/doitsujin/dxvk/;
+
+LICENSE="ZLIB"
+SLOT="0"
+IUSE="+abi_x86_32 crossdev-mingw +d3d9 +d3d10 +d3d11 debug +dxgi"
+REQUIRED_USE="
+   || ( d3d9 d3d10 d3d11 dxgi )
+   d3d10? ( d3d11 )
+   dxgi? ( d3d11 )"
+
+BDEPEND="
+   dev-util/glslang
+   !crossdev-mingw? ( dev-util/mingw64-toolchain[${MULTILIB_USEDEP}] )"
+
+pkg_pretend() {
+   [[ ${MERGE_TYPE} == binary ]] && return
+
+   if use crossdev-mingw; then
+   local tool=-w64-mingw32-g++
+   for tool in $(usev abi_x86_64 x86_64${tool}) $(usev abi_x86_32 
i686${tool}); do
+   if ! type -P ${tool} >/dev/null; then
+   eerror "With USE=crossdev-mingw, it is 
necessary to setup the mingw toolchain."
+   eerror "For instructions, please see: 
https://wiki.gentoo.org/wiki/Mingw;
+   use abi_x86_32 && use abi_x86_64 &&
+   eerror "Also, with USE=abi_x86_32, will 
need both i686 and x86_64 toolchains."
+   die "USE=crossdev-mingw is set but ${tool} was 
not found"
+   elif [[ ! $(LC_ALL=C ${tool} -v 2>&1) =~ "Thread model: 
posix" ]]; then
+   eerror "${PN} requires GCC to be built with 
--enable-threads=posix"
+   eerror "Please see: 
https://wiki.gentoo.org/wiki/Mingw#POSIX_threads_for_Windows;
+   die "USE=crossdev-mingw is set but ${tool} does 
not use POSIX threads"
+   fi
+   done
+   fi
+}
+
+src_prepare() {
+   default
+
+   sed -i "/^basedir=/s|=.*|=${EPREFIX}/usr/lib/${PN}|" setup_dxvk.sh || 
die
+}
+
+src_configure() {
+   use crossdev-mingw || 
PATH=${BROOT}/usr/lib/mingw64-toolchain/bin:${PATH}
+
+   # AVX has a history of causing issues with this package, disable for 
safety
+   # https://github.com/Tk-Glitch/PKGBUILDS/issues/515
+   append-flags -mno-avx
+
+   if [[ ${CHOST} != *-mingw* ]]; then
+   unset AR CC CXX RC STRIP # likely unusable unless CHOST is mingw
+
+   CHOST_amd64=x86_64-w64-mingw32
+   CHOST_x86=i686-w64-mingw32
+   CHOST=$(usex x86 ${CHOST_x86} ${CHOST_amd64})
+
+   strip-unsupported-flags
+   fi
+
+   multilib-minimal_src_configure
+}
+
+multilib_src_configure() {
+   # multilib's 

[gentoo-commits] repo/gentoo:master commit in: dev-util/mingw64-toolchain/files/, dev-util/mingw64-toolchain/

2022-05-12 Thread Ionen Wolkens
commit: 597109c08904d741e50ce36ab94856c00fd8562f
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sat May  7 04:19:38 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri May 13 02:29:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=597109c0

dev-util/mingw64-toolchain: new package, add 10.0.0

This package attempts to bootstrap a mingw toolchain
(binutils+gcc+mingw64-runtime) without crossdev for
easy use with wine and related packages like dxvk.

crossdev is generally intended for advanced use, and
not for a user who just want to play games (e.g. many
Blizzard games don't work without USE=mingw on wine).

Not the greatest solution, but should allow improving the
wine situation for users until there's a better option.

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

 dev-util/mingw64-toolchain/Manifest|   3 +
 .../mingw64-runtime-10.0.0-tmp-files-clash.patch   |  10 +
 dev-util/mingw64-toolchain/metadata.xml|  13 +
 .../mingw64-toolchain-10.0.0.ebuild| 300 +
 4 files changed, 326 insertions(+)

diff --git a/dev-util/mingw64-toolchain/Manifest 
b/dev-util/mingw64-toolchain/Manifest
new file mode 100644
index ..059c493a8601
--- /dev/null
+++ b/dev-util/mingw64-toolchain/Manifest
@@ -0,0 +1,3 @@
+DIST binutils-2.37.tar.xz 22916924 BLAKE2B 
f5a374fdf0300f7734d1e462333296b16c9d5ed6eba167e1742a4da7082f4388c929e286bf76c3933b3e434937380340732a31790723654b491ea0c8ab5b9ba5
 SHA512 
5c11aeef6935860a6819ed3a3c93371f052e52b4bdc5033da36037c1544d013b7f12cb8d561ec954fe7469a68f1b66f1a3cd53d5a3af7293635a90d69edd15e7
+DIST gcc-11.3.0.tar.xz 81141364 BLAKE2B 
7e562d25446ca4ab9fe8cdb714866f66aba3744d78bf84f31bfb097c1a981e4c7f990cb1e6bcfec5ae6671836a4984e2b70eb8fed81dcef5e244f88da8623469
 SHA512 
f0be5ad705c73b84477128a69c047f57dd47002f375eb60e1e842e08cf2009a509e92152bca345823926d550b7395ae6d4de7db51d1ee371c2dc37313881fca7
+DIST mingw-w64-v10.0.0.tar.bz2 9620291 BLAKE2B 
451372403289c492ca939d65bb4d9f6e9fa6bdd6b32d79d6438d858e106e8cc291712ada1f3f7b951a4c6908e7d0385d485ca76920af39bcf86effa48408e330
 SHA512 
3c0827af7c40809a867758f6cd9ef3ff0c988b43082345bf725e03949af95968d634ace99a7ffae323189549221dcb5d861de9e801f1fbc7904e446641b60516

diff --git 
a/dev-util/mingw64-toolchain/files/mingw64-runtime-10.0.0-tmp-files-clash.patch 
b/dev-util/mingw64-toolchain/files/mingw64-runtime-10.0.0-tmp-files-clash.patch
new file mode 100644
index ..38c4abf91e77
--- /dev/null
+++ 
b/dev-util/mingw64-toolchain/files/mingw64-runtime-10.0.0-tmp-files-clash.patch
@@ -0,0 +1,10 @@
+Fix clash when enabling lib32 and lib64 at same time, backport from:
+https://sourceforge.net/p/mingw-w64/mingw-w64/ci/953bcd32ae470c4647e94de8548dda5a8f07d82d/
+(except directly to Makefile.in to avoid autoreconf over this)
+--- a/mingw64/mingw-w64-crt/Makefile.in
 b/mingw64/mingw-w64-crt/Makefile.in
+@@ -153,3 +153,3 @@
+ host_triplet = @host@
+-@DLLTOOL_HAS_TEMP_PREFIX_TRUE@am__append_1 = --temp-prefix $$(basename $@ .a)
++@DLLTOOL_HAS_TEMP_PREFIX_TRUE@am__append_1 = --temp-prefix $(basename $@)
+ @DELAY_IMPORT_LIBS_TRUE@am__append_2 = --output-delaylib $@.delayimp.a

diff --git a/dev-util/mingw64-toolchain/metadata.xml 
b/dev-util/mingw64-toolchain/metadata.xml
new file mode 100644
index ..7a95ab69a652
--- /dev/null
+++ b/dev-util/mingw64-toolchain/metadata.xml
@@ -0,0 +1,13 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   io...@gentoo.org
+   Ionen Wolkens
+   
+   
+   cpe:/a:gnu:gcc
+   cpe:/a:gnu:binutils
+   mingw-w64
+   
+

diff --git a/dev-util/mingw64-toolchain/mingw64-toolchain-10.0.0.ebuild 
b/dev-util/mingw64-toolchain/mingw64-toolchain-10.0.0.ebuild
new file mode 100644
index ..1ae7b097c037
--- /dev/null
+++ b/dev-util/mingw64-toolchain/mingw64-toolchain-10.0.0.ebuild
@@ -0,0 +1,300 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MULTILIB_COMPAT=( abi_x86_{32,64} )
+inherit edo flag-o-matic multilib-build toolchain-funcs
+
+# Pick versions known to work for Wine and use vanilla for simplicity,
+# ideally update only on mingw64-runtime bumps or if there's known issues
+# (please report) to avoid rebuilding the entire toolchain too often.
+# Do _p1++ rather than revbump if changing without bumping mingw64 itself.
+BINUTILS_PV=2.37 # 2.38 needs bug #838106
+GCC_PV=11.3.0
+
+DESCRIPTION="All-in-one mingw64 toolchain intended for building Wine without 
crossdev"
+HOMEPAGE="
+   https://www.mingw-w64.org/
+   https://gcc.gnu.org/
+   https://sourceware.org/binutils/;
+SRC_URI="
+   
mirror://sourceforge/mingw-w64/mingw-w64/mingw-w64-release/mingw-w64-v${PV}.tar.bz2
+   mirror://gnu/gcc/gcc-${GCC_PV}/gcc-${GCC_PV}.tar.xz
+   mirror://gnu/binutils/binutils-${BINUTILS_PV}.tar.xz"
+S="${WORKDIR}"
+
+# l1:binutils+gcc, 

[gentoo-commits] proj/sci:master commit in: sci-biology/nilearn/

2022-05-12 Thread Horea Christian
commit: a0110b021a537e54e63b07f3727611747df01a35
Author: Horea Christian  chymera  eu>
AuthorDate: Fri May 13 01:44:47 2022 +
Commit: Horea Christian  gmail  com>
CommitDate: Fri May 13 01:44:47 2022 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=a0110b02

sci-biology/nilearn: linking upstream test failure report in comment

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Horea Christian  chymera.eu>

 sci-biology/nilearn/nilearn-0.9.1.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sci-biology/nilearn/nilearn-0.9.1.ebuild 
b/sci-biology/nilearn/nilearn-0.9.1.ebuild
index 71fce4b3f..7e3716791 100644
--- a/sci-biology/nilearn/nilearn-0.9.1.ebuild
+++ b/sci-biology/nilearn/nilearn-0.9.1.ebuild
@@ -37,6 +37,8 @@ EPYTEST_IGNORE=(
"examples/05_glm_second_level/plot_second_level_one_sample_test.py"
"examples/05_glm_second_level/plot_second_level_two_sample_test.py"
 )
+# Reported upstream:
+# https://github.com/nilearn/nilearn/issues/3232
 EPYTEST_DESELECT=(

"nilearn/interfaces/fmriprep/tests/test_load_confounds.py::test_nilearn_standardize[False-True-zscore]"

"nilearn/interfaces/fmriprep/tests/test_load_confounds.py::test_nilearn_standardize[False-True-psc]"



[gentoo-commits] repo/gentoo:master commit in: media-video/wireplumber/files/, media-video/wireplumber/

2022-05-12 Thread Sam James
commit: 12ffc90b5986b4a2eb943fb5bf94c3393991761d
Author: Niklāvs Koļesņikovs <89q1r14hd  relay  firefox  com>
AuthorDate: Thu May 12 13:51:21 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri May 13 00:41:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12ffc90b

media-video/wireplumber: patch 0.4.10 to default enable backends

Due to signifiant number of people having outdated copies of
WirePlumber scripts, upstream chose to change the default behavior of
WP monitors (essentially PW backends) and to enable them by default,
so that they work with the older scripts.

Gentoo already duplicates to /etc/wireplumber which would trigger the
usual config protection mechanism but users could also have copied them
to ~/.config/wireplumber. Therefore it's still a nice thing to apply this
change.

Bug: https://gitlab.freedesktop.org/pipewire/wireplumber/-/issues/254

Signed-off-by: Niklāvs Koļesņikovs <89q1r14hd  relay.firefox.com>
Closes: https://github.com/gentoo/gentoo/pull/25455
Signed-off-by: Sam James  gentoo.org>

 ...-enabled-property-to-default-to-true-when.patch | 129 +
 .../wireplumber/wireplumber-0.4.10-r1.ebuild   | 122 +++
 2 files changed, 251 insertions(+)

diff --git 
a/media-video/wireplumber/files/wireplumber-0.4.10-config-fix-enabled-property-to-default-to-true-when.patch
 
b/media-video/wireplumber/files/wireplumber-0.4.10-config-fix-enabled-property-to-default-to-true-when.patch
new file mode 100644
index ..40a486616580
--- /dev/null
+++ 
b/media-video/wireplumber/files/wireplumber-0.4.10-config-fix-enabled-property-to-default-to-true-when.patch
@@ -0,0 +1,129 @@
+https://gitlab.freedesktop.org/pipewire/wireplumber/-/commit/1f045309208ab5d927883b5adc2b7d1623fae162
+
+From 1f045309208ab5d927883b5adc2b7d1623fae162 Mon Sep 17 00:00:00 2001
+From: George Kiagiadakis 
+Date: Thu, 12 May 2022 12:19:38 +0300
+Subject: [PATCH] config: fix enabled property to default to "true" when not
+ defined
+
+Fixes backwards compatibility with older config files
+
+Fixes: #254
+---
+ src/config/bluetooth.lua.d/30-bluez-monitor.lua | 2 +-
+ src/config/main.lua.d/20-default-access.lua | 2 +-
+ src/config/main.lua.d/30-alsa-monitor.lua   | 2 +-
+ src/config/main.lua.d/30-libcamera-monitor.lua  | 2 +-
+ src/config/main.lua.d/30-v4l2-monitor.lua   | 2 +-
+ src/config/main.lua.d/40-device-defaults.lua| 2 +-
+ src/config/main.lua.d/40-stream-defaults.lua| 2 +-
+ src/config/policy.lua.d/10-default-policy.lua   | 2 +-
+ 8 files changed, 8 insertions(+), 8 deletions(-)
+
+diff --git a/src/config/bluetooth.lua.d/30-bluez-monitor.lua 
b/src/config/bluetooth.lua.d/30-bluez-monitor.lua
+index b40026c2..a870aa5d 100644
+--- a/src/config/bluetooth.lua.d/30-bluez-monitor.lua
 b/src/config/bluetooth.lua.d/30-bluez-monitor.lua
+@@ -3,7 +3,7 @@ bluez_monitor.properties = {}
+ bluez_monitor.rules = {}
+ 
+ function bluez_monitor.enable()
+-  if not bluez_monitor.enabled then
++  if bluez_monitor.enabled == false then
+ return
+   end
+ 
+diff --git a/src/config/main.lua.d/20-default-access.lua 
b/src/config/main.lua.d/20-default-access.lua
+index a6ffb2ee..0a7eb955 100644
+--- a/src/config/main.lua.d/20-default-access.lua
 b/src/config/main.lua.d/20-default-access.lua
+@@ -3,7 +3,7 @@ default_access.properties = {}
+ default_access.rules = {}
+ 
+ function default_access.enable()
+-  if not default_access.enabled then
++  if default_access.enabled == false then
+ return
+   end
+ 
+diff --git a/src/config/main.lua.d/30-alsa-monitor.lua 
b/src/config/main.lua.d/30-alsa-monitor.lua
+index da0b2c70..8e45e434 100644
+--- a/src/config/main.lua.d/30-alsa-monitor.lua
 b/src/config/main.lua.d/30-alsa-monitor.lua
+@@ -3,7 +3,7 @@ alsa_monitor.properties = {}
+ alsa_monitor.rules = {}
+ 
+ function alsa_monitor.enable()
+-  if not alsa_monitor.enabled then
++  if alsa_monitor.enabled == false then
+ return
+   end
+ 
+diff --git a/src/config/main.lua.d/30-libcamera-monitor.lua 
b/src/config/main.lua.d/30-libcamera-monitor.lua
+index 4a8257ff..cd820a83 100644
+--- a/src/config/main.lua.d/30-libcamera-monitor.lua
 b/src/config/main.lua.d/30-libcamera-monitor.lua
+@@ -3,7 +3,7 @@ libcamera_monitor.properties = {}
+ libcamera_monitor.rules = {}
+ 
+ function libcamera_monitor.enable()
+-  if not libcamera_monitor.enabled then
++  if libcamera_monitor.enabled == false then
+ return
+   end
+ 
+diff --git a/src/config/main.lua.d/30-v4l2-monitor.lua 
b/src/config/main.lua.d/30-v4l2-monitor.lua
+index 7cfd4bcd..3fbdc9e7 100644
+--- a/src/config/main.lua.d/30-v4l2-monitor.lua
 b/src/config/main.lua.d/30-v4l2-monitor.lua
+@@ -3,7 +3,7 @@ v4l2_monitor.properties = {}
+ v4l2_monitor.rules = {}
+ 
+ function v4l2_monitor.enable()
+-  if not v4l2_monitor.enabled then
++  if v4l2_monitor.enabled == false then
+ return
+   end
+ 
+diff --git a/src/config/main.lua.d/40-device-defaults.lua 

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

2022-05-12 Thread Sam James
commit: f73459ce468082dfc59df6b32a13b507788eeec1
Author: Sam James  gentoo  org>
AuthorDate: Thu May 12 23:54:41 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri May 13 00:01:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f73459ce

toolchain.eclass: style cleanups

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

 eclass/toolchain.eclass | 494 +++-
 1 file changed, 278 insertions(+), 216 deletions(-)

diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 6561cea458e6..d6c20a9e1e97 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -431,9 +431,11 @@ toolchain_pkg_pretend() {
 #>> pkg_setup <<
 
 toolchain_pkg_setup() {
-   # we dont want to use the installed compiler's specs to build gcc
+   # We don't want to use the installed compiler's specs to build gcc
unset GCC_SPECS
-   unset LANGUAGES #265283
+
+   # bug #265283
+   unset LANGUAGES
 }
 
 #>> src_unpack <<
@@ -467,9 +469,9 @@ toolchain_src_prepare() {
make_gcc_hard
fi
 
-   # make sure the pkg config files install into multilib dirs.
-   # since we configure with just one --libdir, we can't use that
-   # (as gcc itself takes care of building multilibs).  #435728
+   # Make sure the pkg-config files install into multilib dirs.
+   # Since we configure with just one --libdir, we can't use that
+   # (as gcc itself takes care of building multilibs). bug #435728
find "${S}" -name Makefile.in \
-exec sed -i 
'/^pkgconfigdir/s:=.*:=$(toolexeclibdir)/pkgconfig:' {} + || die
 
@@ -504,7 +506,7 @@ toolchain_src_prepare() {
 
gnuconfig_update
 
-   # update configure files
+   # Update configure files
local f
einfo "Fixing misc issues in configure files"
for f in $(grep -l 'autoconf version 2.13' $(find "${S}" -name 
configure)) ; do
@@ -513,9 +515,10 @@ toolchain_src_prepare() {
|| eerror "Please file a bug about this"
eend $?
done
-   sed -i 's|A-Za-z0-9|[:alnum:]|g' "${S}"/gcc/*.awk || die #215828
+   # bug #215828
+   sed -i 's|A-Za-z0-9|[:alnum:]|g' "${S}"/gcc/*.awk || die
 
-   # Prevent new texinfo from breaking old versions (see #198182, #464008)
+   # Prevent new texinfo from breaking old versions (see #198182, bug 
#464008)
einfo "Remove texinfo (bug #198182, bug #464008)"
eapply "${FILESDIR}"/gcc-configure-texinfo.patch
 
@@ -572,7 +575,7 @@ do_gcc_CYGWINPORTS_patches() {
use elibc_Cygwin || return 0
 
local p d="${WORKDIR}/gcc-${CYGWINPORTS_GITREV}"
-   # readarray -t is available since bash-4.4 only, #690686
+   # readarray -t is available since bash-4.4 only, bug #690686
local patches=( $(
for p in $(
sed -e '1,/PATCH_URI="/d;/"/,$d' < "${d}"/gcc.cygport
@@ -588,14 +591,15 @@ do_gcc_CYGWINPORTS_patches() {
 make_gcc_hard() {
local gcc_hard_flags=""
 
-   # If we use gcc-6 or newer with pie enable to compile older gcc we need 
to pass -no-pie
-   # to stage1; bug #618908
+   # If we use gcc-6 or newer with PIE enabled to compile older gcc,
+   # we need to pass -no-pie to stage1; bug #618908
if ! tc_version_is_at_least 6.0 && [[ $(gcc-major-version) -ge 6 ]] ; 
then
einfo "Disabling PIE in stage1 (only) ..."
sed -i -e "/^STAGE1_LDFLAGS/ s/$/ -no-pie/" "${S}"/Makefile.in 
|| die
fi
 
-   # Gcc >= 6.X we can use configurations options to turn pie/ssp on as 
default
+   # For gcc >= 6.x, we can use configuration options to turn PIE/SSP
+   # on as default
if tc_version_is_at_least 6.0 ; then
if _tc_use_if_iuse pie ; then
einfo "Updating gcc to use automatic PIE building ..."
@@ -605,21 +609,21 @@ make_gcc_hard() {
fi
if _tc_use_if_iuse hardened ; then
# Will add some hardened options as default, like:
-   # -fstack-clash-protection
-   # -z now
-   # see *_all_extra-options.patch gcc patches.
+   # * -fstack-clash-protection
+   # * -z now
+   # See gcc *_all_extra-options.patch patches.
gcc_hard_flags+=" -DEXTRA_OPTIONS"
 
if _tc_use_if_iuse cet && [[ ${CTARGET} == 
*x86_64*-linux* ]] ; then
gcc_hard_flags+=" -DEXTRA_OPTIONS_CF"
fi
 
-   # rebrand to make bug reports easier
+   # Rebrand to make bug reports easier

BRANDING_GCC_PKGVERSION=${BRANDING_GCC_PKGVERSION/Gentoo/Gentoo Hardened}
fi
else
if _tc_use_if_iuse 

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

2022-05-12 Thread Sam James
commit: fe4c1c320ff6b8299c28fb3b11decfc114a835a2
Author: Sam James  gentoo  org>
AuthorDate: Thu May 12 23:38:51 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May 12 23:39:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe4c1c32

toolchain.eclass: filter -fsanitize=*

Doesn't make any sense for building GCC.

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

 eclass/toolchain.eclass | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 1bbacfa2bdb4..6561cea458e6 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -1383,6 +1383,8 @@ gcc_do_filter_flags() {
filter-flags -frecord-gcc-switches # 490738
filter-flags -mno-rtm -mno-htm # 506202
 
+   filter-flags '-fsanitize=*'
+
if tc_version_is_between 6 8 ; then
# -mstackrealign triggers crashes in exception throwing
# at least on ada: bug #688580



[gentoo-commits] repo/gentoo:master commit in: sys-apps/xdg-dbus-proxy/

2022-05-12 Thread Matt Turner
commit: a77f715beab04827be1ba9067c3037b77e2625e8
Author: Matt Turner  gentoo  org>
AuthorDate: Thu May 12 23:14:42 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu May 12 23:14:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a77f715b

sys-apps/xdg-dbus-proxy: Version bump to 0.1.4

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

 sys-apps/xdg-dbus-proxy/Manifest   |  1 +
 .../xdg-dbus-proxy/xdg-dbus-proxy-0.1.4.ebuild | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/sys-apps/xdg-dbus-proxy/Manifest b/sys-apps/xdg-dbus-proxy/Manifest
index f015523ab703..8415c4f59ee3 100644
--- a/sys-apps/xdg-dbus-proxy/Manifest
+++ b/sys-apps/xdg-dbus-proxy/Manifest
@@ -1 +1,2 @@
 DIST xdg-dbus-proxy-0.1.3.tar.xz 119896 BLAKE2B 
c789ad697c1cda84a4cde2c84b90370869bdaeb76736c2891270a58834296e3acbf83b311ba153a0d1e9f3266de0cc1eda63866e2808dcbb4aeac451f90da7f6
 SHA512 
bb730366efca9d0d199983063dd5cd7b8a8aac8d9efd8e3d6b6090166e5e09a74ef241a07388cfbb2f108e66b3a29114671a6d955324626aebefa1d6c2423632
+DIST xdg-dbus-proxy-0.1.4.tar.xz 122112 BLAKE2B 
c7d2898b703c51d6b53838996a0ae74e7a4e163b9611e28dfded54ab1a44c0473fa25daa13e94977c918544e0741bf0dd4747dfcae858468bc4abd288613cb8b
 SHA512 
d50fa916d07f23e080ab53cf290b5d6db73cfd8262253a48b9f012ce6c182e201d0a67efaeb7f28a844d3ef146aa48936dfbe4279a59b909a6dc4419d5f15b04

diff --git a/sys-apps/xdg-dbus-proxy/xdg-dbus-proxy-0.1.4.ebuild 
b/sys-apps/xdg-dbus-proxy/xdg-dbus-proxy-0.1.4.ebuild
new file mode 100644
index ..23744c014949
--- /dev/null
+++ b/sys-apps/xdg-dbus-proxy/xdg-dbus-proxy-0.1.4.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson
+
+DESCRIPTION="Filtering proxy for D-Bus connections"
+HOMEPAGE="https://github.com/flatpak/xdg-dbus-proxy;
+SRC_URI="https://github.com/flatpak/${PN}/releases/download/${PV}/${P}.tar.xz;
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-libs/glib-2.40:2
+"
+DEPEND="${RDEPEND}
+   test? ( sys-apps/dbus )
+"
+BDEPEND="
+   app-text/docbook-xsl-stylesheets
+   dev-libs/libxslt
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local emesonargs=(
+   -Dman=enabled
+   $(meson_use test tests)
+   )
+   meson_src_configure
+}



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

2022-05-12 Thread Sam James
commit: b705aade20077f40e64db89c89f8ba45710dd71d
Author: Sam James  gentoo  org>
AuthorDate: Thu May 12 23:03:06 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May 12 23:03:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b705aade

sys-apps/portage: add pypi upstream metadata

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

 sys-apps/portage/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-apps/portage/metadata.xml b/sys-apps/portage/metadata.xml
index 58ed367a289a..60a055aa8e08 100644
--- a/sys-apps/portage/metadata.xml
+++ b/sys-apps/portage/metadata.xml
@@ -6,6 +6,7 @@
 
https://gitweb.gentoo.org/proj/portage.git/plain/RELEASE-NOTES
 https://wiki.gentoo.org/wiki/Handbook:AMD64/Working/Portage
 cpe:/a:gentoo:portage
+portage
   
   
 dev-port...@gentoo.org



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-opencv/files/, media-plugins/gst-plugins-opencv/

2022-05-12 Thread Sam James
commit: ad3561183cf74ce0756879ad474e5bcc2fc926a1
Author: Sam James  gentoo  org>
AuthorDate: Thu May 12 22:53:40 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May 12 22:53:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad356118

media-plugins/gst-plugins-opencv: fix DuplicateFiles

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

 ...plugins-bad-1.20.2-use-system-libs-opencv.patch | 95 --
 .../gst-plugins-opencv-1.20.2.ebuild   |  2 +-
 2 files changed, 1 insertion(+), 96 deletions(-)

diff --git 
a/media-plugins/gst-plugins-opencv/files/gst-plugins-bad-1.20.2-use-system-libs-opencv.patch
 
b/media-plugins/gst-plugins-opencv/files/gst-plugins-bad-1.20.2-use-system-libs-opencv.patch
deleted file mode 100644
index 57ee0cffc824..
--- 
a/media-plugins/gst-plugins-opencv/files/gst-plugins-bad-1.20.2-use-system-libs-opencv.patch
+++ /dev/null
@@ -1,95 +0,0 @@
-commit 245245841d3117d81cff1b560b7ac4b1aad1aa78
-Author: Igor V. Kovalenko 
-Date:   Sat Jul 3 19:29:01 2021 +0300
-
-Patch gst-plugins-bad 1.18.4 to also install opencv integration libs
-
-Signed-off-by: Igor V. Kovalenko 
-
-diff --git a/ext/meson.build b/ext/meson.build
-index 2cbddbf82..c70a07bbe 100644
 a/ext/meson.build
-+++ b/ext/meson.build
-@@ -58,7 +58,6 @@ subdir('ttml')
- subdir('voaacenc')
- subdir('voamrwbenc')
- subdir('vulkan')
--subdir('wayland')
- subdir('webrtc')
- subdir('webrtcdsp')
- subdir('webp')
-diff --git a/gst-libs/gst/meson.build b/gst-libs/gst/meson.build
-index 6cbed6c6c..d44943189 100644
 a/gst-libs/gst/meson.build
-+++ b/gst-libs/gst/meson.build
-@@ -1,22 +1 @@
--subdir('uridownloader')
--
--subdir('adaptivedemux')
--subdir('audio')
--subdir('basecamerabinsrc')
--subdir('codecparsers')
--subdir('codecs')
--subdir('d3d11')
--subdir('insertbin')
--subdir('interfaces')
--subdir('isoff')
--subdir('mpegts')
- subdir('opencv')
--subdir('play')
--subdir('player')
--subdir('sctp')
--subdir('transcoder')
--subdir('va')
--subdir('vulkan')
--subdir('wayland')
--subdir('webrtc')
--subdir('winrt')
-diff --git a/meson.build b/meson.build
-index e456c32da..cfa265061 100644
 a/meson.build
-+++ b/meson.build
-@@ -484,23 +484,10 @@ pkgconfig_variables = ['exec_prefix=${prefix}',
- 
- pkgconfig_subdirs = ['gstreamer-1.0']
-
--pkgconfig.generate(
--  libraries : [gst_dep],
--  variables : pkgconfig_variables,
--  subdirs : pkgconfig_subdirs,
--  name : 'gstreamer-plugins-bad-1.0',
--  description : 'Streaming media framework, bad plugins libraries',
--)
--
- gpl_allowed = get_option('gpl').allowed()
- 
- subdir('gst-libs')
--subdir('gst')
--subdir('sys')
- subdir('ext')
--subdir('tests')
--subdir('data')
--subdir('tools')
- 
- if have_orcc
-   update_orc_dist_files = find_program('scripts/update-orc-dist-files.py')
-@@ -528,7 +524,6 @@ endif
- # xgettext is optional (on Windows for instance)
- if find_program('xgettext', required : get_option('nls')).found()
-   cdata.set('ENABLE_NLS', 1)
--  subdir('po')
- endif
- 
- subdir('scripts')
-diff --git a/sys/meson.build b/sys/meson.build
-index cf39e5770..31d943d4b 100644
 a/sys/meson.build
-+++ b/sys/meson.build
-@@ -17,7 +17,6 @@ subdir('mediafoundation')
- subdir('msdk')
- subdir('nvcodec')
- subdir('opensles')
--subdir('shm')
- subdir('tinyalsa')
- subdir('uvch264')
- subdir('v4l2codecs')

diff --git a/media-plugins/gst-plugins-opencv/gst-plugins-opencv-1.20.2.ebuild 
b/media-plugins/gst-plugins-opencv/gst-plugins-opencv-1.20.2.ebuild
index 0797207d7422..8097759f43d4 100644
--- a/media-plugins/gst-plugins-opencv/gst-plugins-opencv-1.20.2.ebuild
+++ b/media-plugins/gst-plugins-opencv/gst-plugins-opencv-1.20.2.ebuild
@@ -18,7 +18,7 @@ DEPEND="${RDEPEND}"
 BDEPEND="${PYTHON_DEPS}"
 
 PATCHES=(
-   "${FILESDIR}"/gst-plugins-bad-${PV}-use-system-libs-opencv.patch
+   "${FILESDIR}"/gst-plugins-bad-1.20.1-use-system-libs-opencv.patch
 )
 
 src_prepare() {



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

2022-05-12 Thread Mike Pagano
commit: fa0c84deda3c09e28f167845a7a51af9f8a83a95
Author: Mike Pagano  gentoo  org>
AuthorDate: Thu May 12 22:50:04 2022 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Thu May 12 22:50:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa0c84de

dev-util/idea-community:  remove debug echos

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

 dev-util/idea-community/idea-community-2022.1.1.221.5591.52.ebuild | 7 ---
 1 file changed, 7 deletions(-)

diff --git a/dev-util/idea-community/idea-community-2022.1.1.221.5591.52.ebuild 
b/dev-util/idea-community/idea-community-2022.1.1.221.5591.52.ebuild
index a5e99d97c745..96459fa22af1 100644
--- a/dev-util/idea-community/idea-community-2022.1.1.221.5591.52.ebuild
+++ b/dev-util/idea-community/idea-community-2022.1.1.221.5591.52.ebuild
@@ -8,9 +8,6 @@ SLOT="0"
 PV_STRING="$(ver_cut 2-6)"
 MY_PV="$(ver_cut 1-3)"
 
-echo "PV_STRING is ${PV_STRING}"
-echo "MY_PV is ${MY_PV}"
-
 MY_PN="idea"
 # Using the most recent Jetbrains Runtime binaries available at the time of 
writing
 # ( jre 11.0.10 build 1304.4  )
@@ -30,8 +27,6 @@ else
amd64? ( 
https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk-${JRE11_BASE}-linux-x64-b${JRE11_VER}.tar.gz
 -> jbr-${JRE11_BASE}-linux-x64-b${JRE11_VER}.tar.gz )"
 fi
 
-echo "SRC_URI is ${SRC_URI}"
-
 DESCRIPTION="A complete toolset for web, mobile and enterprise development"
 HOMEPAGE="https://www.jetbrains.com/idea;
 
@@ -56,8 +51,6 @@ BDEPEND="dev-util/patchelf"
 RESTRICT="splitdebug"
 S="${WORKDIR}/${MY_PN}-IC-$(ver_cut 4-6)"
 
-echo "S is ${S}"
-
 QA_PREBUILT="opt/${PN}-${MY_PV}/*"
 
 PATCHES=(



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/galera/files/

2022-05-12 Thread Sam James
commit: bc1f18f8e905115fb9a1dfba7bd7915de9677d96
Author: Sam James  gentoo  org>
AuthorDate: Thu May 12 22:47:58 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May 12 22:48:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc1f18f8

sys-cluster/galera: restore galera-4.1-strip-extra-cflags.patch

Needed by galera-25.3.28-r2 still.

Fixes: 390112c10222dcd5bdb5724c225ee99d11ffd7b0
Signed-off-by: Sam James  gentoo.org>

 .../files/galera-4.1-strip-extra-cflags.patch  | 78 ++
 1 file changed, 78 insertions(+)

diff --git a/sys-cluster/galera/files/galera-4.1-strip-extra-cflags.patch 
b/sys-cluster/galera/files/galera-4.1-strip-extra-cflags.patch
new file mode 100644
index ..dfa1642c7d7e
--- /dev/null
+++ b/sys-cluster/galera/files/galera-4.1-strip-extra-cflags.patch
@@ -0,0 +1,78 @@
+diff -aurN a/galerautils/src/SConscript b/galerautils/src/SConscript
+--- a/galerautils/src/SConscript   2019-02-25 10:37:25.0 -0500
 b/galerautils/src/SConscript   2019-03-07 09:51:27.163226469 -0500
+@@ -1,4 +1,4 @@
+-Import('env', 'x86', 'sysname', 'machine')
++Import('env', 'sysname', 'machine')
+ 
+ libgalerautils_env = env.Clone()
+ 
+@@ -39,22 +39,6 @@
+ crc32c_sources = [ '#/www.evanjones.ca/crc32c.c' ]
+ crc32c_objs = crc32c_env.SharedObject(crc32c_sources)
+ 
+-if x86:
+-if machine != 'ppc64' and machine != 'ppc64le':
+-crc32c_env.Append(CFLAGS = ' -msse4.2')
+-if sysname == 'sunos':
+-# Ideally we want to simply strip SSE4.2 flag from the resulting
+-# crc32.pic.o
+-# (see http://ffmpeg.org/pipermail/ffmpeg-user/2013-March/013977.html)
+-# but that requires some serious scons-fu, so we just don't
+-# compile hardware support in if host CPU does not have it.
+-from subprocess import check_call
+-try:
+-check_call("isainfo -v | grep sse4.2 >/dev/null 2>&1", 
shell=True);
+-except:
+-libgalerautils_env.Append(CPPFLAGS = ' -DCRC32C_NO_HARDWARE')
+-crc32c_env.Append(CPPFLAGS = ' -DCRC32C_NO_HARDWARE')
+-
+ libgalerautils_env.StaticLibrary('galerautils',
+  libgalerautils_objs + crc32c_objs)
+ 
+diff -aurN a/SConstruct b/SConstruct
+--- a/SConstruct   2019-03-07 09:44:38.588841625 -0500
 b/SConstruct   2019-03-07 09:50:06.305952407 -0500
+@@ -67,7 +67,7 @@
+ build_target = 'all'
+ 
+ # Optimization level
+-opt_flags= ' -g -O3 -DNDEBUG'
++opt_flags= ' -DNDEBUG'
+ 
+ # Architecture (defaults to build host type)
+ compile_arch = ''
+@@ -120,33 +120,6 @@
+ if gcov:
+ opt_flags = opt_flags + ' --coverage -g'
+ 
+-if sysname == 'sunos':
+-compile_arch = ' -mtune=native'
+-elif x86:
+-if bits == 32:
+-if machine == 'x86_64':
+-compile_arch = ' -mx32'
+-else:
+-compile_arch = ' -m32 -march=i686'
+-if sysname == 'linux':
+-link_arch = ' -Wl,-melf_i386'
+-else:
+-if machine == 'ppc64':
+-  compile_arch = ' -mtune=native'
+-  link_arch = ' -Wl,-melf64ppc'
+-elif machine == 'ppc64le':
+-  compile_arch = ' -mtune=native'
+-  link_arch = ' -Wl,-melf64lppc'
+-else:
+-  compile_arch = ' -m64'
+-  if sysname == 'linux':
+-link_arch = ' -Wl,-melf_x86_64'
+-link_arch = compile_arch + link_arch
+-elif machine == 's390x':
+-compile_arch = ' -mzarch'
+-if bits == 32:
+-compile_arch += ' -m32'
+-
+ boost  = int(ARGUMENTS.get('boost', 1))
+ boost_pool = int(ARGUMENTS.get('boost_pool', 0))
+ system_asio= int(ARGUMENTS.get('system_asio', 1))



[gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-base/

2022-05-12 Thread Sam James
commit: b18864ad15c01d915a8bb15c2404f3a6aeb6a61b
Author: Igor V. Kovalenko  gmail  com>
AuthorDate: Sun May  8 14:22:29 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May 12 22:42:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b18864ad

media-libs/gst-plugins-base: Switch to media-libs/libjpeg-turbo

Away from deprecated virtual/jpeg

Signed-off-by: Igor V. Kovalenko  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 media-libs/gst-plugins-base/gst-plugins-base-1.20.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/gst-plugins-base/gst-plugins-base-1.20.2.ebuild 
b/media-libs/gst-plugins-base/gst-plugins-base-1.20.2.ebuild
index 11cce3fa5f2d..8ffc7922f107 100644
--- a/media-libs/gst-plugins-base/gst-plugins-base-1.20.2.ebuild
+++ b/media-libs/gst-plugins-base/gst-plugins-base-1.20.2.ebuild
@@ -58,7 +58,7 @@ GL_DEPS="
 
>=media-libs/graphene-1.4.0[${MULTILIB_USEDEP}]
media-libs/libpng:0[${MULTILIB_USEDEP}]
-   virtual/jpeg:0[${MULTILIB_USEDEP}]
+   media-libs/libjpeg-turbo:0=[${MULTILIB_USEDEP}]
 " # graphene for optional gltransformation and glvideoflip elements and more 
GLSL Uniforms support in glshader; libpng/jpeg for gloverlay element
 # >=media-libs/graphene-1.4.0[${MULTILIB_USEDEP}]
 



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-jpeg/

2022-05-12 Thread Sam James
commit: 91fed251d5500a74db4ba30b424d37ebbe18c574
Author: Igor V. Kovalenko  gmail  com>
AuthorDate: Sun May  8 14:23:51 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May 12 22:42:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91fed251

media-plugins/gst-plugins-jpeg: Switch to media-libs/libjpeg-turbo

Away from deprecated virtual/jpeg

Signed-off-by: Igor V. Kovalenko  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/25382
Signed-off-by: Sam James  gentoo.org>

 media-plugins/gst-plugins-jpeg/gst-plugins-jpeg-1.20.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-jpeg/gst-plugins-jpeg-1.20.2.ebuild 
b/media-plugins/gst-plugins-jpeg/gst-plugins-jpeg-1.20.2.ebuild
index bfcbad964249..32c3d2460933 100644
--- a/media-plugins/gst-plugins-jpeg/gst-plugins-jpeg-1.20.2.ebuild
+++ b/media-plugins/gst-plugins-jpeg/gst-plugins-jpeg-1.20.2.ebuild
@@ -9,5 +9,5 @@ inherit gstreamer-meson
 DESCRIPTION="JPEG image encoder/decoder plugin for GStreamer"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
-RDEPEND=">=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}]"
+RDEPEND="media-libs/libjpeg-turbo:0=[${MULTILIB_USEDEP}]"
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/haxe-mode/files/, app-emacs/haxe-mode/

2022-05-12 Thread Maciej Barć
commit: 52b7fc6c183b6d01051c732133cba294dfe54401
Author: Maciej Barć  gentoo  org>
AuthorDate: Thu May 12 22:04:02 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu May 12 22:09:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52b7fc6c

app-emacs/haxe-mode: new package; add version 0.3.3

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

 app-emacs/haxe-mode/Manifest|  1 +
 app-emacs/haxe-mode/files/50haxe-mode-gentoo.el |  4 
 app-emacs/haxe-mode/haxe-mode-0.3.3.ebuild  | 17 +
 app-emacs/haxe-mode/metadata.xml| 13 +
 4 files changed, 35 insertions(+)

diff --git a/app-emacs/haxe-mode/Manifest b/app-emacs/haxe-mode/Manifest
new file mode 100644
index ..6b333526a27e
--- /dev/null
+++ b/app-emacs/haxe-mode/Manifest
@@ -0,0 +1 @@
+DIST haxe-mode-0.3.3.tar.gz 16146 BLAKE2B 
17a74cb363cbd4483c1a99cd94fea89dd05f034bd53d339773cd61bd2e2151b58efdf64bef12fbe05709597e5f13c450e4b5a248a8fa0e12b4d8b3500909000a
 SHA512 
14eb2cce5cb158f8d5bab0a948ce8b66ab8cfcf858cae828ec471bf67d95181b3044ad1f2e47c03b58d81ec505c5bb2c30611b612f080a4cf6ae98f3572c41fd

diff --git a/app-emacs/haxe-mode/files/50haxe-mode-gentoo.el 
b/app-emacs/haxe-mode/files/50haxe-mode-gentoo.el
new file mode 100644
index ..8cb604ca7227
--- /dev/null
+++ b/app-emacs/haxe-mode/files/50haxe-mode-gentoo.el
@@ -0,0 +1,4 @@
+(add-to-list 'load-path "@SITELISP@")
+(autoload 'haxe-mode "haxe-mode"
+  "Major mode for editing Haxe code." t)
+(add-to-list 'auto-mode-alist '("\\.hx\\'" . haxe-mode))

diff --git a/app-emacs/haxe-mode/haxe-mode-0.3.3.ebuild 
b/app-emacs/haxe-mode/haxe-mode-0.3.3.ebuild
new file mode 100644
index ..09f43e36f9ba
--- /dev/null
+++ b/app-emacs/haxe-mode/haxe-mode-0.3.3.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Major mode for editing Haxe files"
+HOMEPAGE="https://github.com/emacsorphanage/haxe-mode/;
+SRC_URI="https://github.com/emacsorphanage/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+DOCS=( README.md )
+SITEFILE="50${PN}-gentoo.el"

diff --git a/app-emacs/haxe-mode/metadata.xml b/app-emacs/haxe-mode/metadata.xml
new file mode 100644
index ..19adea939501
--- /dev/null
+++ b/app-emacs/haxe-mode/metadata.xml
@@ -0,0 +1,13 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+
+  
+gnu-em...@gentoo.org
+Gentoo GNU Emacs project
+  
+  
+https://github.com/emacsorphanage/haxe-mode/issues/
+emacsorphanage/haxe-mode
+  
+



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

2022-05-12 Thread James Le Cuirot
commit: bd6d05910df7118d71c991a4e536d049bbb1487b
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu May 12 22:03:49 2022 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu May 12 22:03:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd6d0591

www-client/vivaldi: Drop old 5.2.2623.39

Signed-off-by: James Le Cuirot  gentoo.org>

 www-client/vivaldi/Manifest   |   3 -
 www-client/vivaldi/vivaldi-5.2.2623.39.ebuild | 205 --
 2 files changed, 208 deletions(-)

diff --git a/www-client/vivaldi/Manifest b/www-client/vivaldi/Manifest
index 42432cefb05c..acf5234e3074 100644
--- a/www-client/vivaldi/Manifest
+++ b/www-client/vivaldi/Manifest
@@ -1,6 +1,3 @@
-DIST vivaldi-stable_5.2.2623.39-1_amd64.deb 87779676 BLAKE2B 
099695c5e3bfb197c1a103e1d739dde1214d212a218d702e532c456eae41e3a7a051c4cf0dd997da0afa5a7fa2ef356782ab21447ad6ee7476cc064a6910c5c7
 SHA512 
bada85a789f88db239f6e08d8dd2f10dbf537b97039df99dff012b5247c5811cc5aeaef104f7776bb65344918074dcb3784638d8a6531b79ed22e4d52ba477db
-DIST vivaldi-stable_5.2.2623.39-1_arm64.deb 83033628 BLAKE2B 
44964989c84a92139f36ac3980e3940480e369721d9b35852baac1a641347dcfe3d8ed46b619350d50bdecd91e20c7103f98cc02d8969f46ed9f4a02a52ba7be
 SHA512 
128ab6aa8493af83142f5a6a88fba944607fd2c15e22eb5e58d5e3802ceadef87d348c861a0e74457a8f53739232ed8e89eb8ebd11ab2d8b276c0568624aaad7
-DIST vivaldi-stable_5.2.2623.39-1_armhf.deb 78938496 BLAKE2B 
dccd3b30649ae771c2ab3ea56d0e50f7373ccb308a0a398c66961a88e387c63bb97aa276134f70d24e5946f9baa409e46922043c0b6092c8370db4cfa07d77a5
 SHA512 
74cb138ba0b5d11a12728f57e4be243e0a3df682f5ae7d2a3cc09c296bbe5143eb5aeaa30284efbd2316d3f71325dbae00b06d4e7d87e5a78fb5b0597b09174b
 DIST vivaldi-stable_5.2.2623.41-1_amd64.deb 87839604 BLAKE2B 
6fff43fda458be703d1ec46919cf96bb3122a0118514e0ec9c6a3b14edcd169385e5bda1a8eab3fbaf91469884f410083ec823d92bcff4186ee37661cf7eeda6
 SHA512 
df8141d8e7141c81172bcace716607fb446e0330569ef5f95e62433eef60fdb7189e8456292c60cd358c7ebd0a9aadcb4b594f30f295446cd42489d80ac02fba
 DIST vivaldi-stable_5.2.2623.41-1_arm64.deb 83065608 BLAKE2B 
8a7fd2c48034cf9ffcc5b9b7f9af4e40659380c924293ff34c1ba0176b70a7f0ccaf36b5ed72742a48af83c4c15181002f3fb99f00ee7d4d998a9a0cde8d2c7b
 SHA512 
96b3ea03d8a49ad8ff1e3ff75d52f604dc0faff151c7a7523459f3c248762143b73d971eb2edfbb5573bb75c5524eb98e127e28080b1212019ed5ff66329e940
 DIST vivaldi-stable_5.2.2623.41-1_armhf.deb 78934848 BLAKE2B 
8f794aed419b7c8c2e67ca4df134c5566eacd79c545c76ae97c7b7ad05c70b40daca9e53f17c81c483cf546f5fa03c52d0711739ac41d195c64c32bc09583105
 SHA512 
4366598a7a1c3c1f77d2a914cdbd0222bfdbb5fc125154b6c5a780ba260932c7d2d01c76c0379cc7c139912cd167f945c4c20345b17354826f2bd677c11dcb34

diff --git a/www-client/vivaldi/vivaldi-5.2.2623.39.ebuild 
b/www-client/vivaldi/vivaldi-5.2.2623.39.ebuild
deleted file mode 100644
index d55d7bd16ceb..
--- a/www-client/vivaldi/vivaldi-5.2.2623.39.ebuild
+++ /dev/null
@@ -1,205 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-CHROMIUM_VERSION="100"
-CHROMIUM_LANGS="
-   af
-   am
-   ar
-   az
-   be
-   bg
-   bn
-   ca
-   cs
-   da
-   de
-   de-CH
-   el
-   en-GB
-   en-US
-   eo
-   es
-   es-419
-   es-PE
-   et
-   eu
-   fa
-   fi
-   fil
-   fr
-   fy
-   gd
-   gl
-   gu
-   he
-   hi
-   hr
-   hu
-   hy
-   id
-   io
-   is
-   it
-   ja
-   jbo
-   ka
-   kab
-   kn
-   ko
-   ku
-   lt
-   lv
-   mk
-   ml
-   mr
-   ms
-   nb
-   nl
-   nn
-   pa
-   pl
-   pt-BR
-   pt-PT
-   ro
-   ru
-   sc
-   sk
-   sl
-   sq
-   sr
-   sr-Latn
-   sv
-   sw
-   ta
-   te
-   th
-   tr
-   uk
-   vi
-   zh-CN
-   zh-TW
-"
-
-inherit chromium-2 desktop unpacker xdg
-
-VIVALDI_PN="${PN/%vivaldi/vivaldi-stable}"
-VIVALDI_HOME="opt/${PN}"
-DESCRIPTION="A browser for our friends"
-HOMEPAGE="https://vivaldi.com/;
-
-if [[ ${PV} = *_p* ]]; then
-   DEB_REV="${PV#*_p}"
-else
-   DEB_REV=1
-fi
-
-KEYWORDS="-* amd64 ~arm ~arm64"
-VIVALDI_BASE_URI="https://downloads.vivaldi.com/${VIVALDI_PN#vivaldi-}/${VIVALDI_PN}_${PV%_p*}-${DEB_REV}_;
-
-RE="\bamd64\b"; [[ ${KEYWORDS} =~ ${RE} ]] && SRC_URI+=" amd64? ( 
${VIVALDI_BASE_URI}amd64.deb )"
-RE="\barm\b"; [[ ${KEYWORDS} =~ ${RE} ]] && SRC_URI+=" arm? ( 
${VIVALDI_BASE_URI}armhf.deb )"
-RE="\barm64\b"; [[ ${KEYWORDS} =~ ${RE} ]] && SRC_URI+=" arm64? ( 
${VIVALDI_BASE_URI}arm64.deb )"
-RE="\bx86\b"; [[ ${KEYWORDS} =~ ${RE} ]] && SRC_URI+=" x86? ( 
${VIVALDI_BASE_URI}i386.deb )"
-
-LICENSE="Vivaldi"
-SLOT="0"
-IUSE="proprietary-codecs widevine"
-RESTRICT="bindist mirror"
-
-RDEPEND="
-   app-accessibility/at-spi2-atk:2
-   

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

2022-05-12 Thread James Le Cuirot
commit: 7892cb3fa6d4e8c0c2adb45fff2a92b91ae4766a
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu May 12 22:01:25 2022 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu May 12 22:01:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7892cb3f

www-client/vivaldi: Add version 5.2.2623.46

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: James Le Cuirot  gentoo.org>

 www-client/vivaldi/Manifest   |   3 +
 www-client/vivaldi/vivaldi-5.2.2623.46.ebuild | 205 ++
 2 files changed, 208 insertions(+)

diff --git a/www-client/vivaldi/Manifest b/www-client/vivaldi/Manifest
index 1919f340ffb2..42432cefb05c 100644
--- a/www-client/vivaldi/Manifest
+++ b/www-client/vivaldi/Manifest
@@ -4,3 +4,6 @@ DIST vivaldi-stable_5.2.2623.39-1_armhf.deb 78938496 BLAKE2B 
dccd3b30649ae771c2a
 DIST vivaldi-stable_5.2.2623.41-1_amd64.deb 87839604 BLAKE2B 
6fff43fda458be703d1ec46919cf96bb3122a0118514e0ec9c6a3b14edcd169385e5bda1a8eab3fbaf91469884f410083ec823d92bcff4186ee37661cf7eeda6
 SHA512 
df8141d8e7141c81172bcace716607fb446e0330569ef5f95e62433eef60fdb7189e8456292c60cd358c7ebd0a9aadcb4b594f30f295446cd42489d80ac02fba
 DIST vivaldi-stable_5.2.2623.41-1_arm64.deb 83065608 BLAKE2B 
8a7fd2c48034cf9ffcc5b9b7f9af4e40659380c924293ff34c1ba0176b70a7f0ccaf36b5ed72742a48af83c4c15181002f3fb99f00ee7d4d998a9a0cde8d2c7b
 SHA512 
96b3ea03d8a49ad8ff1e3ff75d52f604dc0faff151c7a7523459f3c248762143b73d971eb2edfbb5573bb75c5524eb98e127e28080b1212019ed5ff66329e940
 DIST vivaldi-stable_5.2.2623.41-1_armhf.deb 78934848 BLAKE2B 
8f794aed419b7c8c2e67ca4df134c5566eacd79c545c76ae97c7b7ad05c70b40daca9e53f17c81c483cf546f5fa03c52d0711739ac41d195c64c32bc09583105
 SHA512 
4366598a7a1c3c1f77d2a914cdbd0222bfdbb5fc125154b6c5a780ba260932c7d2d01c76c0379cc7c139912cd167f945c4c20345b17354826f2bd677c11dcb34
+DIST vivaldi-stable_5.2.2623.46-1_amd64.deb 87798652 BLAKE2B 
75c7e4398be52a15f880617a5709f8d8f1b061c59f5a04187c28f62300db2934200e96d3c4cfe5d298af01e4b7cc05c956dd7e214339551557526e97750b87ab
 SHA512 
d541b8cf668cc872925de1f66fbcf9586c319c765d378713d54ea4c54dff0ec84c5b35dc903f5ff3d408c3448a47ab2611f93f91308149131a12d6c1f2bcc641
+DIST vivaldi-stable_5.2.2623.46-1_arm64.deb 83057024 BLAKE2B 
17ad94ab78b1441bddb966ddedddedc6a2af323d341374f8f041d2aa5e4d0c4c6c36a64ee7d5c441a2cff513c8b3b66ee7e62168edcfae0aa05b6beddaa22fa7
 SHA512 
c459fc6f906ea47737338780aa3052bcf3fd556a90c3d6cd23eb9c0ffb035bf3493fea02b84604e98e6f1b3fb805a4ec1e0974d4d7754ed6e2cafa14856bb0f7
+DIST vivaldi-stable_5.2.2623.46-1_armhf.deb 78935476 BLAKE2B 
a4dca3312e503cabe15990cf7e3610d6c54f8aa95d53561eedc61868e3e906cd44b1b61edeba0cfff5be720a7fa9dc3383c56622dd4c0f53088e2b36d644cee7
 SHA512 
388aaf0c8e869f884c4798bcd1f5a1fb27ed9d1da9db697de3e20ce5ccb4e4993e229790ad6c975b9435846f226415bc5ee4b3ca04d05aac97b97cdd283bc890

diff --git a/www-client/vivaldi/vivaldi-5.2.2623.46.ebuild 
b/www-client/vivaldi/vivaldi-5.2.2623.46.ebuild
new file mode 100644
index ..70be8917c6e8
--- /dev/null
+++ b/www-client/vivaldi/vivaldi-5.2.2623.46.ebuild
@@ -0,0 +1,205 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CHROMIUM_VERSION="100"
+CHROMIUM_LANGS="
+   af
+   am
+   ar
+   az
+   be
+   bg
+   bn
+   ca
+   cs
+   da
+   de
+   de-CH
+   el
+   en-GB
+   en-US
+   eo
+   es
+   es-419
+   es-PE
+   et
+   eu
+   fa
+   fi
+   fil
+   fr
+   fy
+   gd
+   gl
+   gu
+   he
+   hi
+   hr
+   hu
+   hy
+   id
+   io
+   is
+   it
+   ja
+   jbo
+   ka
+   kab
+   kn
+   ko
+   ku
+   lt
+   lv
+   mk
+   ml
+   mr
+   ms
+   nb
+   nl
+   nn
+   pa
+   pl
+   pt-BR
+   pt-PT
+   ro
+   ru
+   sc
+   sk
+   sl
+   sq
+   sr
+   sr-Latn
+   sv
+   sw
+   ta
+   te
+   th
+   tr
+   uk
+   vi
+   zh-CN
+   zh-TW
+"
+
+inherit chromium-2 desktop unpacker xdg
+
+VIVALDI_PN="${PN/%vivaldi/vivaldi-stable}"
+VIVALDI_HOME="opt/${PN}"
+DESCRIPTION="A browser for our friends"
+HOMEPAGE="https://vivaldi.com/;
+
+if [[ ${PV} = *_p* ]]; then
+   DEB_REV="${PV#*_p}"
+else
+   DEB_REV=1
+fi
+
+KEYWORDS="-* ~amd64 ~arm ~arm64"
+VIVALDI_BASE_URI="https://downloads.vivaldi.com/${VIVALDI_PN#vivaldi-}/${VIVALDI_PN}_${PV%_p*}-${DEB_REV}_;
+
+RE="\bamd64\b"; [[ ${KEYWORDS} =~ ${RE} ]] && SRC_URI+=" amd64? ( 
${VIVALDI_BASE_URI}amd64.deb )"
+RE="\barm\b"; [[ ${KEYWORDS} =~ ${RE} ]] && SRC_URI+=" arm? ( 
${VIVALDI_BASE_URI}armhf.deb )"
+RE="\barm64\b"; [[ ${KEYWORDS} =~ ${RE} ]] && SRC_URI+=" arm64? ( 
${VIVALDI_BASE_URI}arm64.deb )"
+RE="\bx86\b"; [[ ${KEYWORDS} =~ ${RE} ]] && SRC_URI+=" x86? ( 
${VIVALDI_BASE_URI}i386.deb )"
+
+LICENSE="Vivaldi"
+SLOT="0"

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

2022-05-12 Thread James Le Cuirot
commit: c4bb0319116b892c5ca1284b0accf4100dab9dae
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu May 12 22:03:24 2022 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu May 12 22:03:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4bb0319

www-client/vivaldi: Stabilise 5.2.2623.41 on amd64

Signed-off-by: James Le Cuirot  gentoo.org>

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

diff --git a/www-client/vivaldi/vivaldi-5.2.2623.41.ebuild 
b/www-client/vivaldi/vivaldi-5.2.2623.41.ebuild
index 70be8917c6e8..d55d7bd16ceb 100644
--- a/www-client/vivaldi/vivaldi-5.2.2623.41.ebuild
+++ b/www-client/vivaldi/vivaldi-5.2.2623.41.ebuild
@@ -96,7 +96,7 @@ else
DEB_REV=1
 fi
 
-KEYWORDS="-* ~amd64 ~arm ~arm64"
+KEYWORDS="-* amd64 ~arm ~arm64"
 
VIVALDI_BASE_URI="https://downloads.vivaldi.com/${VIVALDI_PN#vivaldi-}/${VIVALDI_PN}_${PV%_p*}-${DEB_REV}_;
 
 RE="\bamd64\b"; [[ ${KEYWORDS} =~ ${RE} ]] && SRC_URI+=" amd64? ( 
${VIVALDI_BASE_URI}amd64.deb )"



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

2022-05-12 Thread James Le Cuirot
commit: 15e998d86f5915ca56cb5b8c935b2a1786255d9e
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu May 12 21:57:09 2022 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu May 12 21:57:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15e998d8

www-apps/xpra-html5: Version bump to 5.0

Signed-off-by: James Le Cuirot  gentoo.org>

 www-apps/xpra-html5/Manifest  |  1 +
 www-apps/xpra-html5/xpra-html5-5.0.ebuild | 45 +++
 2 files changed, 46 insertions(+)

diff --git a/www-apps/xpra-html5/Manifest b/www-apps/xpra-html5/Manifest
index 872df3d1d30d..98ddc7760a0b 100644
--- a/www-apps/xpra-html5/Manifest
+++ b/www-apps/xpra-html5/Manifest
@@ -1 +1,2 @@
 DIST xpra-html5-4.5.2.tar.gz 1492651 BLAKE2B 
1e0fb2f554f4e2c4bb4bbf3b937b33408dc56b7a2aaba1a0459e28bea4c87b5f96195abbd2de0e8461964e43dace5f40badfdb9dfe3a4db5f7c3c9eddc6eaa68
 SHA512 
a1f73889ad3797ca25d232d3d11e1753dc10944cb8f07c1d6dbacfbf5273b22a0d3696af4e88cd5b75ed4a0970533e340a41253842c3766ab6fe650dc5fb0d0b
+DIST xpra-html5-5.0.tar.gz 1570694 BLAKE2B 
aef7b818aa618c143701993627e629884b5e696c7334e6b75701a20028f18aced5e3249505ac031d6cd0a08d79ca2b9728afdb2e90712fcbe45d43d02598f608
 SHA512 
8318c6dd8f8f53d0a132272c2bb8c69e8ba928f2f267679aee48cec4598faa828788a219dfa342162e1fcf8159bf46b44d50db57180f1aa972edd67fa43e9cd5

diff --git a/www-apps/xpra-html5/xpra-html5-5.0.ebuild 
b/www-apps/xpra-html5/xpra-html5-5.0.ebuild
new file mode 100644
index ..5c2270895f63
--- /dev/null
+++ b/www-apps/xpra-html5/xpra-html5-5.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8,9,10} )
+inherit python-any-r1
+
+DESCRIPTION="HTML5 client to connect to any xpra server"
+HOMEPAGE="https://xpra.org/;
+SRC_URI="https://github.com/Xpra-org/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="brotli +gzip minify"
+
+BDEPEND="
+   ${PYTHON_DEPS}
+   brotli? ( app-arch/brotli )
+   minify? ( dev-util/uglifyjs )
+"
+
+src_configure() {
+   cat < vcs-info || die
+BRANCH=gentoo
+REVISION=${PR#r}
+LOCAL_MODIFICATIONS=0
+EOF
+}
+
+src_install() {
+   "${PYTHON}" <

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

2022-05-12 Thread Georgy Yakovlev
commit: 2b699bc26e72c8d46896107ce499d13e4d9bcd81
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu May 12 19:51:24 2022 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu May 12 21:47:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b699bc2

sys-kernel/installkernel-gentoo: update USE=grub metadata desc

Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-kernel/installkernel-gentoo/metadata.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/sys-kernel/installkernel-gentoo/metadata.xml 
b/sys-kernel/installkernel-gentoo/metadata.xml
index d158bcf00915..4a04a3be22c9 100644
--- a/sys-kernel/installkernel-gentoo/metadata.xml
+++ b/sys-kernel/installkernel-gentoo/metadata.xml
@@ -6,8 +6,6 @@
Distribution Kernel Project


-   
-   Re-generate grub.cfg on each kernel installation
-   
+   Re-generate grub.cfg on each kernel 
installation

 



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

2022-05-12 Thread Georgy Yakovlev
commit: aec8308816f3a2ab90598cec884492b4cbddeaad
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu May 12 21:38:16 2022 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu May 12 21:47:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aec83088

sys-kernel/gentoo-kernel-bin: Stabilize 5.15.37 arm64, #842897

Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.15.37.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.15.37.ebuild 
b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.15.37.ebuild
index d0302fc44958..9cad00c6c328 100644
--- a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.15.37.ebuild
+++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.15.37.ebuild
@@ -35,7 +35,7 @@ SRC_URI+="
 S=${WORKDIR}
 
 LICENSE="GPL-2"
-KEYWORDS="amd64 ~arm64 ppc64 x86"
+KEYWORDS="amd64 arm64 ppc64 x86"
 
 RDEPEND="
!sys-kernel/gentoo-kernel:${SLOT}



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

2022-05-12 Thread Georgy Yakovlev
commit: 866c17d037bd1dadc3307d93385e9c9ae8ef5536
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu May 12 21:38:16 2022 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu May 12 21:47:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=866c17d0

virtual/dist-kernel: Stabilize 5.15.37 arm64, #842897

Signed-off-by: Georgy Yakovlev  gentoo.org>

 virtual/dist-kernel/dist-kernel-5.15.37.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/dist-kernel/dist-kernel-5.15.37.ebuild 
b/virtual/dist-kernel/dist-kernel-5.15.37.ebuild
index 00b22f2ac6fd..a8bfe038d31a 100644
--- a/virtual/dist-kernel/dist-kernel-5.15.37.ebuild
+++ b/virtual/dist-kernel/dist-kernel-5.15.37.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ppc64 x86"
 
 RDEPEND="
|| (



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

2022-05-12 Thread Georgy Yakovlev
commit: 23dce4269dba65c547a803f01733548c9197bcc4
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu May 12 21:38:14 2022 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu May 12 21:47:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23dce426

sys-kernel/gentoo-kernel: Stabilize 5.15.37 arm64, #842897

Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-kernel/gentoo-kernel/gentoo-kernel-5.15.37.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-5.15.37.ebuild 
b/sys-kernel/gentoo-kernel/gentoo-kernel-5.15.37.ebuild
index d4762e3f8bed..68008deb98f3 100644
--- a/sys-kernel/gentoo-kernel/gentoo-kernel-5.15.37.ebuild
+++ b/sys-kernel/gentoo-kernel/gentoo-kernel-5.15.37.ebuild
@@ -39,7 +39,7 @@ SRC_URI+="
 S=${WORKDIR}/${MY_P}
 
 LICENSE="GPL-2"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ppc64 x86"
 IUSE="debug hardened"
 REQUIRED_USE="arm? ( savedconfig )"
 



[gentoo-commits] repo/gentoo:master commit in: media-radio/tqsl/

2022-05-12 Thread Richard Freeman
commit: 035e6ac2d408b2b335ee3eb20a5880df88c11c91
Author: Richard Freeman  gentoo  org>
AuthorDate: Thu May 12 21:28:51 2022 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Thu May 12 21:28:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=035e6ac2

media-radio/tqsl: Fix berkdb to lmdb dep issue.

Signed-off-by: Richard Freeman  gentoo.org>

 media-radio/tqsl/{tqsl-2.6.1.ebuild => tqsl-2.6.1-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-radio/tqsl/tqsl-2.6.1.ebuild 
b/media-radio/tqsl/tqsl-2.6.1-r1.ebuild
similarity index 97%
rename from media-radio/tqsl/tqsl-2.6.1.ebuild
rename to media-radio/tqsl/tqsl-2.6.1-r1.ebuild
index 4b6de3a2c7d8..ee19a35410f7 100644
--- a/media-radio/tqsl/tqsl-2.6.1.ebuild
+++ b/media-radio/tqsl/tqsl-2.6.1-r1.ebuild
@@ -18,7 +18,7 @@ RDEPEND="
dev-libs/expat:=
dev-libs/openssl:0=
net-misc/curl:=
-   sys-libs/db:=
+   dev-db/lmdb:=
sys-libs/zlib:=
x11-libs/wxGTK:${WX_GTK_VER}="
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/intel-vc-intrinsics/

2022-05-12 Thread Conrad Kostecki
commit: b69be553e9d8187ee4f7c5fe9a9b00b728c1a0af
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu May 12 21:13:32 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu May 12 21:20:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b69be553

dev-libs/intel-vc-intrinsics: force LLVM12

Signed-off-by: Conrad Kostecki  gentoo.org>

 ...l-vc-intrinsics-0.1.0.ebuild => intel-vc-intrinsics-0.1.0-r1.ebuild} | 2 +-
 ...l-vc-intrinsics-0.2.0.ebuild => intel-vc-intrinsics-0.2.0-r1.ebuild} | 2 +-
 ...l-vc-intrinsics-0.3.0.ebuild => intel-vc-intrinsics-0.3.0-r1.ebuild} | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-libs/intel-vc-intrinsics/intel-vc-intrinsics-0.1.0.ebuild 
b/dev-libs/intel-vc-intrinsics/intel-vc-intrinsics-0.1.0-r1.ebuild
similarity index 97%
rename from dev-libs/intel-vc-intrinsics/intel-vc-intrinsics-0.1.0.ebuild
rename to dev-libs/intel-vc-intrinsics/intel-vc-intrinsics-0.1.0-r1.ebuild
index 365759d0b864..6cff4bddb762 100644
--- a/dev-libs/intel-vc-intrinsics/intel-vc-intrinsics-0.1.0.ebuild
+++ b/dev-libs/intel-vc-intrinsics/intel-vc-intrinsics-0.1.0-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 CMAKE_BUILD_TYPE="Release"
-LLVM_MAX_SLOT="13"
+LLVM_MAX_SLOT="12"
 MY_PN="${PN/intel-/}"
 MY_P="${MY_PN}-${PV}"
 PYTHON_COMPAT=( python3_{8..10} )

diff --git a/dev-libs/intel-vc-intrinsics/intel-vc-intrinsics-0.2.0.ebuild 
b/dev-libs/intel-vc-intrinsics/intel-vc-intrinsics-0.2.0-r1.ebuild
similarity index 97%
rename from dev-libs/intel-vc-intrinsics/intel-vc-intrinsics-0.2.0.ebuild
rename to dev-libs/intel-vc-intrinsics/intel-vc-intrinsics-0.2.0-r1.ebuild
index 365759d0b864..6cff4bddb762 100644
--- a/dev-libs/intel-vc-intrinsics/intel-vc-intrinsics-0.2.0.ebuild
+++ b/dev-libs/intel-vc-intrinsics/intel-vc-intrinsics-0.2.0-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 CMAKE_BUILD_TYPE="Release"
-LLVM_MAX_SLOT="13"
+LLVM_MAX_SLOT="12"
 MY_PN="${PN/intel-/}"
 MY_P="${MY_PN}-${PV}"
 PYTHON_COMPAT=( python3_{8..10} )

diff --git a/dev-libs/intel-vc-intrinsics/intel-vc-intrinsics-0.3.0.ebuild 
b/dev-libs/intel-vc-intrinsics/intel-vc-intrinsics-0.3.0-r1.ebuild
similarity index 97%
rename from dev-libs/intel-vc-intrinsics/intel-vc-intrinsics-0.3.0.ebuild
rename to dev-libs/intel-vc-intrinsics/intel-vc-intrinsics-0.3.0-r1.ebuild
index 365759d0b864..6cff4bddb762 100644
--- a/dev-libs/intel-vc-intrinsics/intel-vc-intrinsics-0.3.0.ebuild
+++ b/dev-libs/intel-vc-intrinsics/intel-vc-intrinsics-0.3.0-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 CMAKE_BUILD_TYPE="Release"
-LLVM_MAX_SLOT="13"
+LLVM_MAX_SLOT="12"
 MY_PN="${PN/intel-/}"
 MY_P="${MY_PN}-${PV}"
 PYTHON_COMPAT=( python3_{8..10} )



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

2022-05-12 Thread Conrad Kostecki
commit: 08c15804b7288d83750e706093e78cb7b049b1fe
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu May 12 21:19:42 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu May 12 21:20:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08c15804

app-emulation/86Box: add missing dep

Closes: https://bugs.gentoo.org/843890
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-emulation/86Box/{86Box-3.4.1.ebuild => 86Box-3.4.1-r1.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-emulation/86Box/86Box-3.4.1.ebuild 
b/app-emulation/86Box/86Box-3.4.1-r1.ebuild
similarity index 98%
rename from app-emulation/86Box/86Box-3.4.1.ebuild
rename to app-emulation/86Box/86Box-3.4.1-r1.ebuild
index 9463759e394c..83e0de773c6f 100644
--- a/app-emulation/86Box/86Box-3.4.1.ebuild
+++ b/app-emulation/86Box/86Box-3.4.1-r1.ebuild
@@ -15,6 +15,7 @@ KEYWORDS="~amd64"
 IUSE="dinput +dynarec experimental +fluidsynth +munt new-dynarec +openal +qt5 
+threads"
 
 DEPEND="
+   app-emulation/faudio
dev-libs/libevdev
media-libs/freetype:2=
media-libs/libpng:=



[gentoo-commits] repo/gentoo:master commit in: dev-libs/intel-vc-intrinsics/

2022-05-12 Thread Conrad Kostecki
commit: aaa03b006cef16ae4a28114cc9627fd863053835
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu May 12 21:13:56 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu May 12 21:20:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaa03b00

dev-libs/intel-vc-intrinsics: add 0.4.2

Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-libs/intel-vc-intrinsics/Manifest  |  1 +
 .../intel-vc-intrinsics-0.4.2.ebuild   | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/dev-libs/intel-vc-intrinsics/Manifest 
b/dev-libs/intel-vc-intrinsics/Manifest
index 913475d38538..bc778f4c8aee 100644
--- a/dev-libs/intel-vc-intrinsics/Manifest
+++ b/dev-libs/intel-vc-intrinsics/Manifest
@@ -1,3 +1,4 @@
 DIST intel-vc-intrinsics-0.1.0.tar.gz 135780 BLAKE2B 
cb7c84c14a1fb9655e59ad559e24b3d1072f88390bc2b29ea614217049225dc371395849a7af81607a098a42228a249bdfa09fa72874eee4e20a78a0c4371087
 SHA512 
683c012900acfe331f29c4e88c0a0b0a4e5d84b146faed56757a70d5f9a94678a03c18bd46e269606761e0da4cad5b31f12cb50101d5f810044615971d2b5b9f
 DIST intel-vc-intrinsics-0.2.0.tar.gz 135891 BLAKE2B 
6118dbc43ca8e3363384f3ea6442480cd353758233f144717888e4c61f5d02ffe97be6f2936f74564da9aacc662e832be6f2371d86472a131232e2abd490c1cb
 SHA512 
1a1b34a5a030141825c906a321b39da32b2cc989f1f3ad034881f4c5c55f27e7e63be7d5db264ba1b1249b589d7eee679061a9704ece610b4f29bdb88f0f19d5
 DIST intel-vc-intrinsics-0.3.0.tar.gz 136326 BLAKE2B 
8f0c5a43638aff227cccf381b88e9f9cdd7e151b133c221487686419eab6d5e1b15e605da51b12f9366da3ae12bfee87bc3421c415f3b7265eea7d9905df5a13
 SHA512 
881cd3c4bfbe3483878cee62990f1765713cbe279a263cc91f60e3f27545cfbbc49addf2f8d9ffe6db4dda057110ce2ae0ac39251bc5d0d3c17676a21493
+DIST intel-vc-intrinsics-0.4.2.tar.gz 136366 BLAKE2B 
2f8b1a6ad8edb720f322668226224b23cc80c4a64b8ac300ff95a470e97f9af8e3317ddc45be668895e86b13074aab2d1846c2dd634f0466f39c9a77ec436851
 SHA512 
5312dbd06d4af5a4e18f99da867af4b7292daba92186c9de5208280dfe735b7563b73ac8f77f48f9d2f10f2a0d9654abf39c82cf07d829f568f41b3210af22d4

diff --git a/dev-libs/intel-vc-intrinsics/intel-vc-intrinsics-0.4.2.ebuild 
b/dev-libs/intel-vc-intrinsics/intel-vc-intrinsics-0.4.2.ebuild
new file mode 100644
index ..6cff4bddb762
--- /dev/null
+++ b/dev-libs/intel-vc-intrinsics/intel-vc-intrinsics-0.4.2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CMAKE_BUILD_TYPE="Release"
+LLVM_MAX_SLOT="12"
+MY_PN="${PN/intel-/}"
+MY_P="${MY_PN}-${PV}"
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit cmake llvm python-any-r1
+
+DESCRIPTION="A set of new intrinsics on top of core LLVM IR instructions"
+HOMEPAGE="https://github.com/intel/vc-intrinsics;
+SRC_URI="https://github.com/intel/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+   dev-libs/libxml2:2=
+   sys-devel/llvm:${LLVM_MAX_SLOT}
+   sys-libs/zlib
+"
+RDEPEND="${DEPEND}"
+BDEPEND="${PYTHON_DEPS}"
+
+src_configure() {
+   local mycmakeargs=(
+   -DLLVM_DIR="$(get_llvm_prefix ${LLVM_MAX_SLOT})"
+   )
+
+   cmake_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-sh/

2022-05-12 Thread Conrad Kostecki
commit: f39ae000ce0d7b5afa7fe5f8f47974c187b5c1a2
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu May 12 21:11:42 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu May 12 21:20:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f39ae000

app-crypt/acme-sh: add 3.0.4

Signed-off-by: Conrad Kostecki  gentoo.org>

 app-crypt/acme-sh/Manifest |  1 +
 app-crypt/acme-sh/acme-sh-3.0.4.ebuild | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/app-crypt/acme-sh/Manifest b/app-crypt/acme-sh/Manifest
index 4446a5f66127..4dcc2d7c974f 100644
--- a/app-crypt/acme-sh/Manifest
+++ b/app-crypt/acme-sh/Manifest
@@ -1 +1,2 @@
 DIST acme.sh-3.0.3.tar.gz 253111 BLAKE2B 
43b97b033e5e16412e8a958966077ba6b26c49b17206cda5af848b7f9fbf8a8f8bc406b63a13f792dfa93ff7b0759da03a0f599c43f92d25587b582feb59a3cf
 SHA512 
b26f20422a3b40d6c1acbdd52d41124962975313f4187cf918746ad9dc047600a92e529cd1e66ede5b456e253522920b574cb614f455dd73aac707a18f34ad35
+DIST acme.sh-3.0.4.tar.gz 253157 BLAKE2B 
b1bde1ca31ef34c264f5045dd36220b3fd04230c59f7e65a9623681377dbde161ed3b92d86bd3e6f5a115d8847b1c2019bf984194f2901b52eb65abefad8bf81
 SHA512 
919987ac026366d245fa2730edf1212deafb051129811f35b482a30af9b0034a802baa218a35048e030795127cfeae03b4c3d4f12e580cd82edbacdd72e588e7

diff --git a/app-crypt/acme-sh/acme-sh-3.0.4.ebuild 
b/app-crypt/acme-sh/acme-sh-3.0.4.ebuild
new file mode 100644
index ..388ce2e32f48
--- /dev/null
+++ b/app-crypt/acme-sh/acme-sh-3.0.4.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="${PN/-/.}"
+MY_P="${MY_PN}-${PV}"
+
+inherit optfeature
+
+DESCRIPTION="A pure Unix shell script implementing ACME client protocol"
+HOMEPAGE="https://github.com/acmesh-official/acme.sh;
+SRC_URI="https://github.com/acmesh-official/${MY_PN}/archive/${PV}.tar.gz -> 
${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   dev-libs/openssl:0
+   net-misc/curl
+   net-misc/socat
+"
+
+src_install() {
+   newdoc deploy/README.md README-deploy.md
+   newdoc dnsapi/README.md README-dnsapi.md
+   rm {deploy,dnsapi}/README.md || die
+   einstalldocs
+
+   exeinto /usr/share/acme.sh
+   doexe acme.sh
+
+   insinto /usr/share/acme.sh
+   doins -r deploy dnsapi notify
+
+   keepdir /etc/acme-sh
+   doenvd "${FILESDIR}"/99acme-sh
+
+   insinto /etc/bash/bashrc.d
+   doins "${FILESDIR}"/acme.sh
+
+   dosym ../share/acme.sh/acme.sh usr/bin/acme.sh
+}
+
+pkg_postinst() {
+   optfeature_header "For webserver mode, install a supported web server:"
+   optfeature "using apache2 webserver mode" www-servers/apache
+   optfeature "using nginx webserver mode" www-servers/nginx
+}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/acme-sh/

2022-05-12 Thread Conrad Kostecki
commit: ce354816417cca5c409c742a723e929c90e7083b
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu May 12 21:12:01 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu May 12 21:20:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce354816

app-crypt/acme-sh: drop 3.0.3

Signed-off-by: Conrad Kostecki  gentoo.org>

 app-crypt/acme-sh/Manifest |  1 -
 app-crypt/acme-sh/acme-sh-3.0.3.ebuild | 51 --
 2 files changed, 52 deletions(-)

diff --git a/app-crypt/acme-sh/Manifest b/app-crypt/acme-sh/Manifest
index 4dcc2d7c974f..f7bc015bfae9 100644
--- a/app-crypt/acme-sh/Manifest
+++ b/app-crypt/acme-sh/Manifest
@@ -1,2 +1 @@
-DIST acme.sh-3.0.3.tar.gz 253111 BLAKE2B 
43b97b033e5e16412e8a958966077ba6b26c49b17206cda5af848b7f9fbf8a8f8bc406b63a13f792dfa93ff7b0759da03a0f599c43f92d25587b582feb59a3cf
 SHA512 
b26f20422a3b40d6c1acbdd52d41124962975313f4187cf918746ad9dc047600a92e529cd1e66ede5b456e253522920b574cb614f455dd73aac707a18f34ad35
 DIST acme.sh-3.0.4.tar.gz 253157 BLAKE2B 
b1bde1ca31ef34c264f5045dd36220b3fd04230c59f7e65a9623681377dbde161ed3b92d86bd3e6f5a115d8847b1c2019bf984194f2901b52eb65abefad8bf81
 SHA512 
919987ac026366d245fa2730edf1212deafb051129811f35b482a30af9b0034a802baa218a35048e030795127cfeae03b4c3d4f12e580cd82edbacdd72e588e7

diff --git a/app-crypt/acme-sh/acme-sh-3.0.3.ebuild 
b/app-crypt/acme-sh/acme-sh-3.0.3.ebuild
deleted file mode 100644
index 388ce2e32f48..
--- a/app-crypt/acme-sh/acme-sh-3.0.3.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN="${PN/-/.}"
-MY_P="${MY_PN}-${PV}"
-
-inherit optfeature
-
-DESCRIPTION="A pure Unix shell script implementing ACME client protocol"
-HOMEPAGE="https://github.com/acmesh-official/acme.sh;
-SRC_URI="https://github.com/acmesh-official/${MY_PN}/archive/${PV}.tar.gz -> 
${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-RDEPEND="
-   dev-libs/openssl:0
-   net-misc/curl
-   net-misc/socat
-"
-
-src_install() {
-   newdoc deploy/README.md README-deploy.md
-   newdoc dnsapi/README.md README-dnsapi.md
-   rm {deploy,dnsapi}/README.md || die
-   einstalldocs
-
-   exeinto /usr/share/acme.sh
-   doexe acme.sh
-
-   insinto /usr/share/acme.sh
-   doins -r deploy dnsapi notify
-
-   keepdir /etc/acme-sh
-   doenvd "${FILESDIR}"/99acme-sh
-
-   insinto /etc/bash/bashrc.d
-   doins "${FILESDIR}"/acme.sh
-
-   dosym ../share/acme.sh/acme.sh usr/bin/acme.sh
-}
-
-pkg_postinst() {
-   optfeature_header "For webserver mode, install a supported web server:"
-   optfeature "using apache2 webserver mode" www-servers/apache
-   optfeature "using nginx webserver mode" www-servers/nginx
-}



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

2022-05-12 Thread Conrad Kostecki
commit: 4b8b432acbd73d89d973714ad665c79478d118b5
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu May 12 20:57:22 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu May 12 21:20:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b8b432a

dev-db/mysqltuner: amd64 stable

Signed-off-by: Conrad Kostecki  gentoo.org>

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

diff --git a/dev-db/mysqltuner/mysqltuner-1.8.3.ebuild 
b/dev-db/mysqltuner/mysqltuner-1.8.3.ebuild
index 77500787a893..9d8ea82e7a0e 100644
--- a/dev-db/mysqltuner/mysqltuner-1.8.3.ebuild
+++ b/dev-db/mysqltuner/mysqltuner-1.8.3.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="
dev-lang/perl



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

2022-05-12 Thread Conrad Kostecki
commit: 74e961ae5a06ea73cfc33c0f905325f0269ce23b
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu May 12 20:58:26 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu May 12 21:20:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74e961ae

dev-db/mysqltuner: drop 1.7.21-r1

Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-db/mysqltuner/Manifest|  1 -
 dev-db/mysqltuner/mysqltuner-1.7.21-r1.ebuild | 33 ---
 2 files changed, 34 deletions(-)

diff --git a/dev-db/mysqltuner/Manifest b/dev-db/mysqltuner/Manifest
index b294383a2e78..c100f545074f 100644
--- a/dev-db/mysqltuner/Manifest
+++ b/dev-db/mysqltuner/Manifest
@@ -1,2 +1 @@
-DIST mysqltuner-1.7.21.tar.gz 223961 BLAKE2B 
1307afc2a73b40330817fe0c0b834a537b14caed1125acbdc5a03e98787321ffbbfb84ba0a2077adb0fa49c0e2df947dc0062d2218866c689fbfd903776f7fbd
 SHA512 
2b5d8a7cc3f0ebe3a481cd77e395ead37ec037f0a9b9649bbf450215bc83f4049a297d86b171c7e2e7d51b3fbe381069310f13d3b8152f5a90e05a9efbabd4dc
 DIST mysqltuner-1.8.3.tar.gz 254525 BLAKE2B 
7fa1fe24ab454aa15a03e62410e08988a4a0d3ac9b1e4df0219a67bffa4d6113d8c89d6f93f8e6d08a35ecc4bdbf5c0148d8e53138f05a5c22899ecca98b3614
 SHA512 
965ad0204cb449aa113bf1880a91468d48467c84e7d42ac8f12e7ee4035e49dc7cb191d2b11b6e5b084a60c3857e92ac4d1bef63f688538f3468fda32304a702

diff --git a/dev-db/mysqltuner/mysqltuner-1.7.21-r1.ebuild 
b/dev-db/mysqltuner/mysqltuner-1.7.21-r1.ebuild
deleted file mode 100644
index 7898a62e97b5..
--- a/dev-db/mysqltuner/mysqltuner-1.7.21-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN=MySQLTuner-perl
-
-DESCRIPTION="MySQLTuner is a high-performance MySQL tuning script"
-HOMEPAGE="https://github.com/major/MySQLTuner-perl;
-SRC_URI="https://github.com/major/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="dev-lang/perl
-   virtual/perl-Getopt-Long"
-
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-DOCS=( USAGE.md CONTRIBUTING.md INTERNALS.md basic_passwords.txt 
vulnerabilities.csv )
-
-src_install() {
-   einstalldocs
-
-   newbin "${PN}.pl" "${PN}"
-
-   # Passwords and vulnerabilities are meant to be fed
-   # to the script uncompressed.
-   docompress -x "/usr/share/doc/${PF}/basic_passwords.txt" 
"/usr/share/doc/${PF}/vulnerabilities.csv"
-}



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

2022-05-12 Thread Conrad Kostecki
commit: 6a312eff2d21c93582e38343a57eaee687339c92
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu May 12 20:58:04 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu May 12 21:20:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a312eff

dev-db/mysqltuner: x86 stable

Signed-off-by: Conrad Kostecki  gentoo.org>

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

diff --git a/dev-db/mysqltuner/mysqltuner-1.8.3.ebuild 
b/dev-db/mysqltuner/mysqltuner-1.8.3.ebuild
index 9d8ea82e7a0e..3dfa05a3ba1f 100644
--- a/dev-db/mysqltuner/mysqltuner-1.8.3.ebuild
+++ b/dev-db/mysqltuner/mysqltuner-1.8.3.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
dev-lang/perl



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

2022-05-12 Thread Conrad Kostecki
commit: ab1dc2011eac23bc3b2bc861ddff0cc105d1c28b
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu May 12 21:15:48 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu May 12 21:20:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab1dc201

dev-libs/level-zero: add 1.8.0

Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-libs/level-zero/Manifest|  1 +
 dev-libs/level-zero/level-zero-1.8.0.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-libs/level-zero/Manifest b/dev-libs/level-zero/Manifest
index fe14bd04b0c2..f2739dacf95c 100644
--- a/dev-libs/level-zero/Manifest
+++ b/dev-libs/level-zero/Manifest
@@ -1 +1,2 @@
 DIST level-zero-1.7.15.tar.gz 396788 BLAKE2B 
794b1ee0955ffaa8671918cba8b31f388bfd8464bd59c3e041cc976d36831ee8e11ec64b1428613bd1621a6118b7794c908071756060f1bd8f2239e77f3c6817
 SHA512 
84600ff4fd18abffc8765c071454e7fef7a49d7ff711c97e326bae4a8e4295f2e611fac99bcaaf7ad555916d7078b36dd91b45cf57a00bd9e995fc028a40fd2e
+DIST level-zero-1.8.0.tar.gz 418939 BLAKE2B 
c07cf99bed347458fe1680ed572575591eefa2e5cc0a4c4390f2bac603d872dd42173ff691960831900ad9a00e0346c217376d233e07e49ee1f17be13f6dcada
 SHA512 
87c5e3b60e01d7bfd0ddb80403207dffef36eca77119364d92b8b39c7a2d34fd9c59921790395414e162394060c79dd7a73f14bfc1b7fa5d4b05adc1274dd48b

diff --git a/dev-libs/level-zero/level-zero-1.8.0.ebuild 
b/dev-libs/level-zero/level-zero-1.8.0.ebuild
new file mode 100644
index ..84d0079b1c54
--- /dev/null
+++ b/dev-libs/level-zero/level-zero-1.8.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="oneAPI Level Zero headers, loader and validation layer"
+HOMEPAGE="https://github.com/oneapi-src/level-zero;
+SRC_URI="https://github.com/oneapi-src/${PN}/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_prepare() {
+   cmake_src_prepare
+
+   # According to upstream, release tarballs should contain this file but 
at least
+   # some of them do not. Fortunately it is trivial to make one ourselves.
+   echo "$(ver_cut 3)" > "${S}"/VERSION_PATCH || die
+}



[gentoo-commits] repo/gentoo:master commit in: media-radio/tqsl/

2022-05-12 Thread Richard Freeman
commit: acbb68c245101696d90e2d546c45b9d561ea8a7f
Author: Richard Freeman  gentoo  org>
AuthorDate: Thu May 12 21:08:38 2022 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Thu May 12 21:08:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acbb68c2

media-radio/tqsl: add 2.6.1

Bug: https://bugs.gentoo.org/806190
Signed-off-by: Richard Freeman  gentoo.org>

 media-radio/tqsl/Manifest  |  1 +
 media-radio/tqsl/tqsl-2.6.1.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/media-radio/tqsl/Manifest b/media-radio/tqsl/Manifest
index fbe76502f7db..ea08d2b2a50b 100644
--- a/media-radio/tqsl/Manifest
+++ b/media-radio/tqsl/Manifest
@@ -1,2 +1,3 @@
 DIST tqsl-2.5.1.tar.gz 4462202 BLAKE2B 
f62afe6003b782e5e092fbd99a90a79cc4b020004092f958dad6f7c695d125e31b28b47e7945ccee1fd88c87b290f93145592cac1bd9c52501c34de901f78d74
 SHA512 
7578572f64c269a41f3fa62ebe526baee4ac382fac81549e79d676da5dc4f3dd3d2a4ce31bc741b43a07eaf164a33beeb1987dd61df1a92ede7b762a8df532f3
 DIST tqsl-2.5.9.tar.gz 3677621 BLAKE2B 
dc367eb9206665d5cf3126715c04e9a718b5cf54915082c0de088767f646f0d2b40d16fda7ae77e5cddf66034f49f3400a30b00e300454fbe794532b8bf674ea
 SHA512 
feb6bc94d801c5e698df0ea206d9cd5df79c2cba066bc0420ac96f75254e7989eb5d03237e50f31b2d58b921818a3bfc1d8e1a449d5fa5c4869525bf16173118
+DIST tqsl-2.6.1.tar.gz 3516512 BLAKE2B 
4dc52dcb0b35d0eccdc531a0d5d09e7bf827791c21f63401bc880d912b5fe2214fa2ec85888bbe680fe34226452c911f2e10c89b03ab45d8c17720e1e668920f
 SHA512 
0e18461d60016f633024f103c7e3584f6ac9254ff45133505bdcb2c0a32e6e24415cefe8120f791b0f8df993e88cdae7e724fd8cd86c0bb4a1eed382a6a94de0

diff --git a/media-radio/tqsl/tqsl-2.6.1.ebuild 
b/media-radio/tqsl/tqsl-2.6.1.ebuild
new file mode 100644
index ..4b6de3a2c7d8
--- /dev/null
+++ b/media-radio/tqsl/tqsl-2.6.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+WX_GTK_VER="3.0-gtk3"
+inherit cmake wxwidgets
+
+DESCRIPTION="ARRL Logbook of the World"
+HOMEPAGE="https://www.arrl.org/tqsl-download;
+SRC_URI="https://www.arrl.org/${PN}/${P}.tar.gz;
+
+LICENSE="LOTW"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-libs/expat:=
+   dev-libs/openssl:0=
+   net-misc/curl:=
+   sys-libs/db:=
+   sys-libs/zlib:=
+   x11-libs/wxGTK:${WX_GTK_VER}="
+DEPEND="${RDEPEND}"
+
+DOCS=( AUTHORS.txt INSTALL README )
+HTML_DOCS=( html/. )
+
+src_configure() {
+   setup-wxwidgets
+   cmake_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/hm-html-menus/

2022-05-12 Thread Mats Lidell
commit: f0a05ca9fcaf9cc6cb18048d6c68c363218023e9
Author: Mats Lidell  gentoo  org>
AuthorDate: Thu May 12 21:07:27 2022 +
Commit: Mats Lidell  gentoo  org>
CommitDate: Thu May 12 21:07:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0a05ca9

app-xemacs/hm-html-menus: mark ALLARCHES

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/hm-html-menus/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-xemacs/hm-html-menus/metadata.xml 
b/app-xemacs/hm-html-menus/metadata.xml
index e6bc34a5c39f..218065eeca5b 100644
--- a/app-xemacs/hm-html-menus/metadata.xml
+++ b/app-xemacs/hm-html-menus/metadata.xml
@@ -5,4 +5,5 @@
 xem...@gentoo.org
 Gentoo XEmacs project
   
+  
 



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/gnus/

2022-05-12 Thread Mats Lidell
commit: 3f3ed4cdb2c3a14b52f98b2f1fedc1f920ab9a9c
Author: Mats Lidell  gentoo  org>
AuthorDate: Thu May 12 21:01:12 2022 +
Commit: Mats Lidell  gentoo  org>
CommitDate: Thu May 12 21:01:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f3ed4cd

app-xemacs/gnus: mark ALLARCHES

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/gnus/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-xemacs/gnus/metadata.xml b/app-xemacs/gnus/metadata.xml
index e6bc34a5c39f..218065eeca5b 100644
--- a/app-xemacs/gnus/metadata.xml
+++ b/app-xemacs/gnus/metadata.xml
@@ -5,4 +5,5 @@
 xem...@gentoo.org
 Gentoo XEmacs project
   
+  
 



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/general-docs/

2022-05-12 Thread Mats Lidell
commit: 6a1b444f0376e7cbd3834cad2f830f348664b97c
Author: Mats Lidell  gentoo  org>
AuthorDate: Thu May 12 20:56:57 2022 +
Commit: Mats Lidell  gentoo  org>
CommitDate: Thu May 12 20:56:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a1b444f

app-xemacs/general-docs: mark ALLARCHES

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/general-docs/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-xemacs/general-docs/metadata.xml 
b/app-xemacs/general-docs/metadata.xml
index e6bc34a5c39f..218065eeca5b 100644
--- a/app-xemacs/general-docs/metadata.xml
+++ b/app-xemacs/general-docs/metadata.xml
@@ -5,4 +5,5 @@
 xem...@gentoo.org
 Gentoo XEmacs project
   
+  
 



[gentoo-commits] repo/gentoo:master commit in: app-xemacs/edit-utils/

2022-05-12 Thread Mats Lidell
commit: e5ea45cd2a59f0d81e7fdb67810bb272bd36beb1
Author: Mats Lidell  gentoo  org>
AuthorDate: Thu May 12 20:42:22 2022 +
Commit: Mats Lidell  gentoo  org>
CommitDate: Thu May 12 20:43:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5ea45cd

app-xemacs/edit-utils: mark ALLARCHES

Signed-off-by: Mats Lidell  gentoo.org>

 app-xemacs/edit-utils/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-xemacs/edit-utils/metadata.xml 
b/app-xemacs/edit-utils/metadata.xml
index e6bc34a5c39f..218065eeca5b 100644
--- a/app-xemacs/edit-utils/metadata.xml
+++ b/app-xemacs/edit-utils/metadata.xml
@@ -5,4 +5,5 @@
 xem...@gentoo.org
 Gentoo XEmacs project
   
+  
 



[gentoo-commits] repo/gentoo:master commit in: media-video/rtmpdump/files/, media-video/rtmpdump/

2022-05-12 Thread Sam James
commit: 8bf393aded52c35ade125bc216310cd54e8f5b2a
Author: Sam James  gentoo  org>
AuthorDate: Thu May 12 20:42:22 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May 12 20:42:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bf393ad

media-video/rtmpdump: fix build with GCC 11

Think it's 11+ specific (obviously these things depend
heavily on env. as it's to do with transitive includes), but
only occurs with *just* USE=tools enabled.

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

 ...dump-2.4_p20210219-gcc-11-missing-include.patch | 23 ++
 media-video/rtmpdump/rtmpdump-2.4_p20210219.ebuild |  1 +
 2 files changed, 24 insertions(+)

diff --git 
a/media-video/rtmpdump/files/rtmpdump-2.4_p20210219-gcc-11-missing-include.patch
 
b/media-video/rtmpdump/files/rtmpdump-2.4_p20210219-gcc-11-missing-include.patch
new file mode 100644
index ..4325ed07381f
--- /dev/null
+++ 
b/media-video/rtmpdump/files/rtmpdump-2.4_p20210219-gcc-11-missing-include.patch
@@ -0,0 +1,23 @@
+https://bugs.gentoo.org/828082
+--- a/librtmp/rtmp.c
 b/librtmp/rtmp.c
+@@ -28,6 +28,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ #include "rtmp_sys.h"
+ #include "log.h"
+diff --git a/librtmp/hashswf.c b/librtmp/hashswf.c
+index 32b2eed..e3669e3 100644
+--- a/librtmp/hashswf.c
 b/librtmp/hashswf.c
+@@ -25,6 +25,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ #include "rtmp_sys.h"
+ #include "log.h"

diff --git a/media-video/rtmpdump/rtmpdump-2.4_p20210219.ebuild 
b/media-video/rtmpdump/rtmpdump-2.4_p20210219.ebuild
index edd05e9dc2dd..58193c77d1ee 100644
--- a/media-video/rtmpdump/rtmpdump-2.4_p20210219.ebuild
+++ b/media-video/rtmpdump/rtmpdump-2.4_p20210219.ebuild
@@ -27,6 +27,7 @@ PATCHES=(
"${FILESDIR}/${PN}-swf_vertification_type_2.patch"
"${FILESDIR}/${PN}-swf_vertification_type_2_part_2.patch"
"${FILESDIR}/${PN}-fix-chunk-size.patch"
+   "${FILESDIR}/${PN}-2.4_p20210219-gcc-11-missing-include.patch"
 )
 
 if [[ ${PV} == * ]] ; then



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

2022-05-12 Thread David Seifert
commit: 1d0f80602bd1122a3638d8d74857502d7ed975b9
Author: Tomáš Mózes  gmail  com>
AuthorDate: Thu May 12 20:40:19 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu May 12 20:40:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d0f8060

dev-db/mariadb: bump to 10.5.15

Closes: https://github.com/gentoo/gentoo/pull/24852
Bug: https://bugs.gentoo.org/832490
Acked-by: Robin H. Johnson  gentoo.org>
Signed-off-by: Tomáš Mózes  gmail.com>
Signed-off-by: David Seifert  gentoo.org>

 dev-db/mariadb/Manifest   |2 +
 dev-db/mariadb/mariadb-10.5.15.ebuild | 1323 +
 2 files changed, 1325 insertions(+)

diff --git a/dev-db/mariadb/Manifest b/dev-db/mariadb/Manifest
index a860d9704b57..e434cc93d7ae 100644
--- a/dev-db/mariadb/Manifest
+++ b/dev-db/mariadb/Manifest
@@ -6,5 +6,7 @@ DIST mariadb-10.4.22-patches-01.tar.xz 4388 BLAKE2B 
0e615ddc4db93daa1f4ef1d8755b
 DIST mariadb-10.4.22.tar.gz 84916052 BLAKE2B 
f5f7623101cfac6b209a95de20ee737ce0afa574766340471a30ddb81abacaf2acf3809d54ecb62f9377f924b11fac04faa770802c2bdc8dc10e3286b1c8e648
 SHA512 
e505a56346cfcaf5b8fba80abad6b2ce819dd410f6e6f36e290ad4127aaa9fb580264c28068f9f9e04c3a2fcccd101ef73d2bf5944aedde6b2d4369163fb9248
 DIST mariadb-10.5.13-patches-01.tar.xz 5012 BLAKE2B 
34a5af415737f71750a8fa47de4f2119e31723686f000a7f99f9892a0a12fbd2be3c7bb635197b131691d73ae663e34c1b010b154d62e1ea16535265f96200f1
 SHA512 
71e7940558fa863835ef86f04c48c4a1ca927dee0d9ae94fcb32facde857dfef1757ae96b5a738653c341fa19a67916b0b3a03ce473020edd5c8b52ccedc0bea
 DIST mariadb-10.5.13.tar.gz 102047279 BLAKE2B 
be91ebbd05b72d8046eaea73075510e160d7985b2766f64a1cdd3e5bbad1f4eebe9f371caf070a0e9fab605a90588539a4011ea4b2e4243ea4fd8f299ee836fd
 SHA512 
5d5ac04a3c8099a982cacb98dd4c162966fc7957e11c28e8b5645e49ffcf0513b9c8956f43d215c37e5eaa34aa8db6c71cfe993c89d62cab123021ee83169e7f
+DIST mariadb-10.5.15-patches-01.tar.xz 5116 BLAKE2B 
57759c61e672668be8ed991ca023007a4e0c10b2352cc621e88b825097cfde3eb83078804af7afaaa0c6f47900c34046773141a9e3dc3c220b33ecc16435784d
 SHA512 
e3d21b3499ec9f6b5fd32978a6a779ecaca671cccadf241700207a1a3822a6b05ba2e13e1a6cb20e4d5fe4e6db6e5f46e9af650c736bdc3e3de9a4d8bad7ce19
+DIST mariadb-10.5.15.tar.gz 102803624 BLAKE2B 
1a983bffdbfaf58c3adfb1789e10b3506b958a2c362226fd38cc9898a5584681640286a2bdbebb1c0e7e75a042276fe549224e38fbc49aef2c493f307ec7e935
 SHA512 
ea3d99fd9ad8adc8187fb5d722ff16cde90c7cca4b3572e410814ae39e0246b7a83b4dc1e72f95de58c1c12a9563fb524dcca2dd1fb8f595cc41625a2fb0af76
 DIST mariadb-10.6.5-patches-04.tar.xz 5916 BLAKE2B 
c9a6d087057ce732cfe7789255d2a5106baefc70b4bfcfc6806c0165ae7b56d440e88c5c4b0aa10a8f0c1b9478826f1dc89a785ffec76764b8bd4e824960edf6
 SHA512 
29b22e99a6be137e5c2832f5c781bfbbacee40b716089e24150ac72198f59a8a3f46b6a056ee4d02588a06d32ed9c3b815a59c302c48b493afe9a21a7d4a884d
 DIST mariadb-10.6.5.tar.gz 85061860 BLAKE2B 
668fe327e6a46c66bc0b77339d71279cc8bfe468d1e634035e639e88aabaa09ea27aa50e3b9d27728a275e1e7861e8db1209d372d751084ea486ad31f6f1fd29
 SHA512 
5aafe0a8d5ae54a6f798a6fd0cf922521f5b8e54ef5fb5c7db1cf798a7755f5910bb0b8a6c371cb8253dfb48f4ebca0becd6eb543b68473d564d2092df3185a1

diff --git a/dev-db/mariadb/mariadb-10.5.15.ebuild 
b/dev-db/mariadb/mariadb-10.5.15.ebuild
new file mode 100644
index ..47ca89dab6b1
--- /dev/null
+++ b/dev-db/mariadb/mariadb-10.5.15.ebuild
@@ -0,0 +1,1323 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+SUBSLOT="18"
+
+JAVA_PKG_OPT_USE="jdbc"
+
+inherit eutils systemd flag-o-matic prefix toolchain-funcs \
+   multiprocessing java-pkg-opt-2 cmake
+
+# Patch version
+PATCH_SET="https://github.com/hydrapolic/gentoo-dist/raw/master/mariadb/mariadb-10.5.15-patches-01.tar.xz;
+
+SRC_URI="mirror://mariadb/${PN}-${PV}/source/${P}.tar.gz
+   ${PATCH_SET}"
+
+HOMEPAGE="https://mariadb.org/;
+DESCRIPTION="An enhanced, drop-in replacement for MySQL"
+LICENSE="GPL-2 LGPL-2.1+"
+SLOT="$(ver_cut 1-2)/${SUBSLOT:-0}"
+IUSE="+backup bindist columnstore cracklib debug extraengine galera innodb-lz4
+   innodb-lzo innodb-snappy jdbc jemalloc kerberos latin1 mroonga
+   numa odbc oqgraph pam +perl profiling rocksdb selinux +server sphinx
+   sst-rsync sst-mariabackup static systemd systemtap s3 tcmalloc
+   test xml yassl"
+
+RESTRICT="!bindist? ( bindist ) !test? ( test )"
+
+REQUIRED_USE="jdbc? ( extraengine server !static )
+   ?? ( tcmalloc jemalloc )
+   static? ( yassl !pam )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris 
~x86-solaris"
+
+# Shorten the path because the socket path length must be shorter than 107 
chars
+# and we will run a mysql server during test phase
+S="${WORKDIR}/mysql"
+
+# Be warned, *DEPEND are version-dependant
+# These are used for both runtime and compiletime
+COMMON_DEPEND="
+   

[gentoo-commits] repo/gentoo:master commit in: dev-python/blinker/files/, dev-python/blinker/

2022-05-12 Thread Michał Górny
commit: a90a4b7a4f1f7bb819250a20bcea5039fbd02062
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 12 20:16:21 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 12 20:16:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a90a4b7a

dev-python/blinker: EAPI 8, PEP517

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

 dev-python/blinker/blinker-1.4-r3.ebuild  | 34 +++
 dev-python/blinker/files/blinker-1.4-pytest.patch | 31 +
 2 files changed, 65 insertions(+)

diff --git a/dev-python/blinker/blinker-1.4-r3.ebuild 
b/dev-python/blinker/blinker-1.4-r3.ebuild
new file mode 100644
index ..e5dccf211b16
--- /dev/null
+++ b/dev-python/blinker/blinker-1.4-r3.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Fast, simple object-to-object and broadcast signaling"
+HOMEPAGE="
+   https://pythonhosted.org/blinker/
+   https://github.com/pallets-eco/blinker/
+   https://pypi.org/project/blinker/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+IUSE="doc"
+
+distutils_enable_tests pytest
+
+PATCHES=(
+   # https://github.com/pallets-eco/blinker/pull/60
+   "${FILESDIR}"/${P}-pytest.patch
+)
+
+python_install_all() {
+   use doc && HTML_DOCS=( docs/html/. )
+   distutils-r1_python_install_all
+}

diff --git a/dev-python/blinker/files/blinker-1.4-pytest.patch 
b/dev-python/blinker/files/blinker-1.4-pytest.patch
new file mode 100644
index ..e5c2b04998b5
--- /dev/null
+++ b/dev-python/blinker/files/blinker-1.4-pytest.patch
@@ -0,0 +1,31 @@
+From 8238e16c699ce7f99f5ff3f80d03d332d72015f8 Mon Sep 17 00:00:00 2001
+From: pgajdos 
+Date: Wed, 8 Jul 2020 15:22:19 +0200
+Subject: [PATCH] use pytest instead of deprecated nose
+
+---
+ tests/test_signals.py | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/tests/test_signals.py b/tests/test_signals.py
+index 2d6a65a..e74db47 100644
+--- a/tests/test_signals.py
 b/tests/test_signals.py
+@@ -4,7 +4,7 @@
+ 
+ import blinker
+ 
+-from nose.tools import assert_raises
++import pytest
+ 
+ 
+ jython = sys.platform.startswith('java')
+@@ -227,7 +227,7 @@ def receiver(sender, **kw):
+ pass
+ sig = blinker.Signal()
+ 
+-assert_raises(TypeError, sig.connect, receiver)
++pytest.raises(TypeError, sig.connect, receiver)
+ assert not sig.receivers
+ assert not sig._by_receiver
+ assert sig._by_sender == {blinker.base.ANY_ID: set()}



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

2022-05-12 Thread Michał Górny
commit: 38ad0784aeec9dda913602d1b65f311f1b693c53
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 12 20:19:02 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 12 20:19:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38ad0784

dev-python/asgiref: Enable py3.11

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

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

diff --git a/dev-python/asgiref/asgiref-3.5.1.ebuild 
b/dev-python/asgiref/asgiref-3.5.1.ebuild
index 9a7e6fc23da7..26047f0fd5a0 100644
--- a/dev-python/asgiref/asgiref-3.5.1.ebuild
+++ b/dev-python/asgiref/asgiref-3.5.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 
 inherit distutils-r1
 



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

2022-05-12 Thread Michał Górny
commit: ef8a2985220477f0e8a3ea8674401dd74369c1e3
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 12 20:16:30 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 12 20:16:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef8a2985

dev-python/blinker: Enable py3.11

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

 dev-python/blinker/blinker-1.4-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/blinker/blinker-1.4-r3.ebuild 
b/dev-python/blinker/blinker-1.4-r3.ebuild
index e5dccf211b16..985995a2f2af 100644
--- a/dev-python/blinker/blinker-1.4-r3.ebuild
+++ b/dev-python/blinker/blinker-1.4-r3.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 
 inherit distutils-r1
 



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

2022-05-12 Thread Michał Górny
commit: c54133c2569d505c2ab31daa21d406f0e63625d5
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 12 20:18:00 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 12 20:18:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c54133c2

dev-python/itsdangerous: Enable py3.11

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

 dev-python/itsdangerous/itsdangerous-2.1.2.ebuild | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-python/itsdangerous/itsdangerous-2.1.2.ebuild 
b/dev-python/itsdangerous/itsdangerous-2.1.2.ebuild
index 01ebcb4e4732..cdc1c410951f 100644
--- a/dev-python/itsdangerous/itsdangerous-2.1.2.ebuild
+++ b/dev-python/itsdangerous/itsdangerous-2.1.2.ebuild
@@ -4,12 +4,16 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 
 inherit distutils-r1
 
 DESCRIPTION="Various helpers to pass trusted data to untrusted environments 
and back"
-HOMEPAGE="https://pythonhosted.org/itsdangerous/ 
https://pypi.org/project/itsdangerous/;
+HOMEPAGE="
+   https://palletsprojects.com/p/itsdangerous/
+   https://github.com/pallets/itsdangerous/
+   https://pypi.org/project/itsdangerous/
+"
 SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"



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

2022-05-12 Thread Michał Górny
commit: 321473f9424f131fc98bbfc9cb4a7e3fbfc4f198
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 12 20:19:14 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 12 20:19:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=321473f9

dev-python/flask: Enable py3.11

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

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

diff --git a/dev-python/flask/flask-2.1.2.ebuild 
b/dev-python/flask/flask-2.1.2.ebuild
index d3dc0490db0d..1173c5e5bd45 100644
--- a/dev-python/flask/flask-2.1.2.ebuild
+++ b/dev-python/flask/flask-2.1.2.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 
 inherit distutils-r1
 



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

2022-05-12 Thread Michał Górny
commit: 31e8023721cd02277d16a08cf397da2aa170f660
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 12 20:13:07 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 12 20:13:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31e80237

dev-python/werkzeug: Remove old

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

 dev-python/werkzeug/Manifest |  2 --
 dev-python/werkzeug/werkzeug-1.0.1-r1.ebuild | 50 --
 dev-python/werkzeug/werkzeug-2.0.3.ebuild| 54 
 3 files changed, 106 deletions(-)

diff --git a/dev-python/werkzeug/Manifest b/dev-python/werkzeug/Manifest
index 55f6e0480152..fbe4563e9de3 100644
--- a/dev-python/werkzeug/Manifest
+++ b/dev-python/werkzeug/Manifest
@@ -1,4 +1,2 @@
-DIST werkzeug-1.0.1.gh.tar.gz 907482 BLAKE2B 
d2dcdce8b1bcbb177b52b0915f2c0ac17d235dee3c77b23e81e4b35412d1f53a194d3c7c7f2a5c065ade99797effe72cc464cf6980b12c761a8a919338021660
 SHA512 
ba82120fb3e96e3a1334c6452d5ba1950fc016d2d147d643bbc2168ccec496f1dea799982ae8c578167155082c0bdbda5d56a23f64b4b6865f97e90e22df022e
-DIST werkzeug-2.0.3.gh.tar.gz 897523 BLAKE2B 
1f97a2f7184e8e11bb85722becae7cc032ada38a642a2f925f7b81e89c88101188918d50dab4591fc2e874aac4ab92b0f1531c211468cf352e31b0b8c8d0
 SHA512 
a205cd981b3e1b481436e483190427ff3808a5ea80abc616ca08d899d0e6a39893a5cb60adc65c99dcab3af47c24b321c71996d719cb7f224de7942b44b1fd69
 DIST werkzeug-2.1.1.gh.tar.gz 833268 BLAKE2B 
28d922f99259b606c431b224222fe6474c68f8a11f9910fe9e4eedbdf30d18a101c25490dee205035ea7b3675e644f619a81cbf493c7d5540c6141ff3840d84a
 SHA512 
992b5b0a95db5266d025e06683b04f932def72c3967b2c9903f718c5f2672cf0abadb247cf77029d99b567c9588f5ae03b6b07d566bfd764c738ede53501ba1b
 DIST werkzeug-2.1.2.gh.tar.gz 833667 BLAKE2B 
e045f566862bfe0f86185cd10aa26bf94a4fc2f7b23173c6a28c9b55d0f239fbba5c66071fab5df6102717b51a1c1fada872e9d9383b9d3b34ab92ffcfd96e59
 SHA512 
28c4a794a3dbc8423e59244fbcf192b60b53f378444aaaf60330bdd62cec38a4625033b5d72b55613c8b26053a60153ddcb816331ff28ad3ee03bede74d8b1b3

diff --git a/dev-python/werkzeug/werkzeug-1.0.1-r1.ebuild 
b/dev-python/werkzeug/werkzeug-1.0.1-r1.ebuild
deleted file mode 100644
index a22e39af6191..
--- a/dev-python/werkzeug/werkzeug-1.0.1-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
-
-inherit distutils-r1
-
-MY_PN="Werkzeug"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Collection of various utilities for WSGI applications"
-HOMEPAGE="
-   https://werkzeug.palletsprojects.com/
-   https://pypi.org/project/Werkzeug/
-   https://github.com/pallets/werkzeug;
-#SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-SRC_URI="https://github.com/pallets/werkzeug/archive/${PV}.tar.gz -> 
${P}.gh.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-
-RDEPEND="dev-python/simplejson[${PYTHON_USEDEP}]"
-DEPEND="
-   test? (
-   dev-python/click[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/pytest-timeout[${PYTHON_USEDEP}]
-   dev-python/pytest-xprocess[${PYTHON_USEDEP}]
-   !alpha? ( !hppa? ( !ia64? (
-   dev-python/cryptography[${PYTHON_USEDEP}]
-   ) ) )
-   )"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   # this test is very unreliable; it may fail randomly depending
-   # on installed packages
-   sed -i -e 's:test_no_memory_leak_from_Rule_builder:_&:' \
-   tests/test_routing.py || die
-
-   distutils-r1_src_prepare
-}
-
-python_test() {
-   pytest -vv -x -p no:httpbin tests/test_routing.py || die "Tests fail 
with ${EPYTHON}"
-}

diff --git a/dev-python/werkzeug/werkzeug-2.0.3.ebuild 
b/dev-python/werkzeug/werkzeug-2.0.3.ebuild
deleted file mode 100644
index 2ac5622c4f00..
--- a/dev-python/werkzeug/werkzeug-2.0.3.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Collection of various utilities for WSGI applications"
-HOMEPAGE="
-   https://werkzeug.palletsprojects.com/
-   https://pypi.org/project/Werkzeug/
-   https://github.com/pallets/werkzeug/;
-SRC_URI="
-   https://github.com/pallets/werkzeug/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc 
x86"
-
-BDEPEND="
-   test? (
-   !hppa? ( !ia64? (
-   $(python_gen_cond_dep '
-   

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

2022-05-12 Thread Michał Górny
commit: 22a28a6560e19e4488a7c01b2a540513465ea416
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 12 20:17:03 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 12 20:17:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22a28a65

dev-python/itsdangerous: Remove old

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

 dev-python/itsdangerous/Manifest   |  1 -
 .../itsdangerous/itsdangerous-1.1.0-r1.ebuild  | 22 --
 2 files changed, 23 deletions(-)

diff --git a/dev-python/itsdangerous/Manifest b/dev-python/itsdangerous/Manifest
index 72ae768d2a28..fbb0fcf1d8c2 100644
--- a/dev-python/itsdangerous/Manifest
+++ b/dev-python/itsdangerous/Manifest
@@ -1,2 +1 @@
-DIST itsdangerous-1.1.0.tar.gz 53219 BLAKE2B 
6ad74dacb9728e77d57ac5e364e79e3cc749be206fa03e82a407cdd77b5b72ddb4861bf181772915e684539e6404c6a45f6081c7c8e17a33a2d532b4fc3fed80
 SHA512 
61bab3fce5f87a3b5fc8fad61e735a63df6aa039416ee3494e1c99a2a1162b4fb72793bc5dc949de0985724c40121810b159513606c4c3976a7666dba3a1b93d
 DIST itsdangerous-2.1.2.tar.gz 56143 BLAKE2B 
4c36cb26bcc6b6821b92b88b0254711ebe00bfda2193cecf0a7eb1fd514806f366fc0b4dc587a383003ec1272a2bc732418a46b44fa711beaedc06c379635ddc
 SHA512 
e4d870a33992b309ed778f403c0c1e098983a693d1165260748bf36385ebfadb583811e05ddd48001a33cf6a4e963b7dd8a8c68919c5b4b86f63621d8869e259

diff --git a/dev-python/itsdangerous/itsdangerous-1.1.0-r1.ebuild 
b/dev-python/itsdangerous/itsdangerous-1.1.0-r1.ebuild
deleted file mode 100644
index 21a98fda91fb..
--- a/dev-python/itsdangerous/itsdangerous-1.1.0-r1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..10} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Various helpers to pass trusted data to untrusted environments 
and back"
-HOMEPAGE="https://pythonhosted.org/itsdangerous/ 
https://pypi.org/project/itsdangerous/;
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
-
-BDEPEND="
-   test? ( dev-python/freezegun[${PYTHON_USEDEP}] )
-"
-
-distutils_enable_tests pytest



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

2022-05-12 Thread 罗百科
commit: 124a43c946d8c17126b3fc46941513b339a52af5
Author: Patrick Lauer  gentoo  org>
AuthorDate: Thu May 12 20:05:46 2022 +
Commit: 罗百科  gentoo  org>
CommitDate: Thu May 12 20:06:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=124a43c9

dev-db/postgresql: Fix build with USE=llvm

Patch has been applied upstream, so it can be safely removed

Closes: https://bugs.gentoo.org/843935
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Patrick Lauer  gentoo.org>

 dev-db/postgresql/postgresql-12.11.ebuild | 1 -
 dev-db/postgresql/postgresql-13.7.ebuild  | 1 -
 dev-db/postgresql/postgresql-14.3.ebuild  | 1 -
 3 files changed, 3 deletions(-)

diff --git a/dev-db/postgresql/postgresql-12.11.ebuild 
b/dev-db/postgresql/postgresql-12.11.ebuild
index b34da8d7f42d..d20fc1a60a7d 100644
--- a/dev-db/postgresql/postgresql-12.11.ebuild
+++ b/dev-db/postgresql/postgresql-12.11.ebuild
@@ -102,7 +102,6 @@ src_prepare() {
sed 's/@install_bin@/install -c/' -i src/Makefile.global.in || die
 
use server || eapply "${FILESDIR}/${PN}-12.1-no-server.patch"
-   use llvm && eapply "${FILESDIR}/postgres-llvm14.patch"
 
if use pam ; then
sed "s/\(#define PGSQL_PAM_SERVICE \"postgresql\)/\1-${SLOT}/" \

diff --git a/dev-db/postgresql/postgresql-13.7.ebuild 
b/dev-db/postgresql/postgresql-13.7.ebuild
index 3ecf907af22e..0edc6e44eb96 100644
--- a/dev-db/postgresql/postgresql-13.7.ebuild
+++ b/dev-db/postgresql/postgresql-13.7.ebuild
@@ -104,7 +104,6 @@ src_prepare() {
sed 's/@install_bin@/install -c/' -i src/Makefile.global.in || die
 
use server || eapply "${FILESDIR}/${PN}-13_beta1-no-server.patch"
-   use llvm && eapply "${FILESDIR}/postgres-llvm14.patch"
 
if use pam ; then
sed "s/\(#define PGSQL_PAM_SERVICE \"postgresql\)/\1-${SLOT}/" \

diff --git a/dev-db/postgresql/postgresql-14.3.ebuild 
b/dev-db/postgresql/postgresql-14.3.ebuild
index 669ad0e26b8a..c40034ddaf1b 100644
--- a/dev-db/postgresql/postgresql-14.3.ebuild
+++ b/dev-db/postgresql/postgresql-14.3.ebuild
@@ -100,7 +100,6 @@ src_prepare() {
sed 's/@install_bin@/install -c/' -i src/Makefile.global.in || die
 
use server || eapply "${FILESDIR}/${PN}-14_rc1-no-server.patch"
-   use llvm && eapply "${FILESDIR}/postgres-llvm14.patch"
 
if use pam ; then
sed "s/\(#define PGSQL_PAM_SERVICE \"postgresql\)/\1-${SLOT}/" \



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

2022-05-12 Thread Georgy Yakovlev
commit: 2119c6bb8a88726269d57ed3141b3b522b4398b3
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu May 12 19:44:50 2022 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu May 12 19:44:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2119c6bb

sys-kernel/gentoo-kernel-bin: Stabilize 5.15.37 ppc64, #842897

Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.15.37.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.15.37.ebuild 
b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.15.37.ebuild
index ca67103cd7fc..d0302fc44958 100644
--- a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.15.37.ebuild
+++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.15.37.ebuild
@@ -35,7 +35,7 @@ SRC_URI+="
 S=${WORKDIR}
 
 LICENSE="GPL-2"
-KEYWORDS="amd64 ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm64 ppc64 x86"
 
 RDEPEND="
!sys-kernel/gentoo-kernel:${SLOT}



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

2022-05-12 Thread Georgy Yakovlev
commit: a8e457ab0f1ca5f8ab833fe69e5bd28d8e77636b
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu May 12 19:44:50 2022 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu May 12 19:44:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8e457ab

virtual/dist-kernel: Stabilize 5.15.37 ppc64, #842897

Signed-off-by: Georgy Yakovlev  gentoo.org>

 virtual/dist-kernel/dist-kernel-5.15.37.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/dist-kernel/dist-kernel-5.15.37.ebuild 
b/virtual/dist-kernel/dist-kernel-5.15.37.ebuild
index 9206e91c6a32..00b22f2ac6fd 100644
--- a/virtual/dist-kernel/dist-kernel-5.15.37.ebuild
+++ b/virtual/dist-kernel/dist-kernel-5.15.37.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 x86"
 
 RDEPEND="
|| (



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

2022-05-12 Thread Georgy Yakovlev
commit: 8c0f39d3d6cd17632333422e56648237a24cc7cc
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu May 12 19:44:39 2022 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu May 12 19:44:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c0f39d3

sys-kernel/gentoo-kernel-bin: Stabilize 5.4.191 ppc64, #842891

Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.191.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.191.ebuild 
b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.191.ebuild
index f19240aaab75..9cad00c6c328 100644
--- a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.191.ebuild
+++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.191.ebuild
@@ -35,7 +35,7 @@ SRC_URI+="
 S=${WORKDIR}
 
 LICENSE="GPL-2"
-KEYWORDS="amd64 arm64 ~ppc64 x86"
+KEYWORDS="amd64 arm64 ppc64 x86"
 
 RDEPEND="
!sys-kernel/gentoo-kernel:${SLOT}



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

2022-05-12 Thread Georgy Yakovlev
commit: e41298478d53ef7cd03aef81285058c028a717ed
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu May 12 19:44:39 2022 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu May 12 19:44:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4129847

sys-kernel/gentoo-kernel: Stabilize 5.4.191 ppc64, #842891

Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-kernel/gentoo-kernel/gentoo-kernel-5.4.191.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.191.ebuild 
b/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.191.ebuild
index 9cc26cc7e91d..bbb1c4778144 100644
--- a/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.191.ebuild
+++ b/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.191.ebuild
@@ -40,7 +40,7 @@ SRC_URI+="
 S=${WORKDIR}/${MY_P}
 
 LICENSE="GPL-2"
-KEYWORDS="amd64 arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 arm64 ~ppc ppc64 x86"
 IUSE="debug"
 
 RDEPEND="



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

2022-05-12 Thread Georgy Yakovlev
commit: 876381a36fa4162b1a16bba2a6b7f924d687fef6
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu May 12 19:44:17 2022 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu May 12 19:44:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=876381a3

sys-kernel/gentoo-kernel: Stabilize 5.10.113 ppc64, #842894

Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-kernel/gentoo-kernel/gentoo-kernel-5.10.113.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-5.10.113.ebuild 
b/sys-kernel/gentoo-kernel/gentoo-kernel-5.10.113.ebuild
index 5aee19f31aa5..d3b655df2223 100644
--- a/sys-kernel/gentoo-kernel/gentoo-kernel-5.10.113.ebuild
+++ b/sys-kernel/gentoo-kernel/gentoo-kernel-5.10.113.ebuild
@@ -40,7 +40,7 @@ SRC_URI+="
 S=${WORKDIR}/${MY_P}
 
 LICENSE="GPL-2"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ppc64 x86"
 IUSE="debug hardened"
 REQUIRED_USE="arm? ( savedconfig )"
 



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

2022-05-12 Thread Georgy Yakovlev
commit: ec13fe92b1c2cf0757803f043a55a0bb7ee1d5a7
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu May 12 19:44:40 2022 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu May 12 19:44:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec13fe92

virtual/dist-kernel: Stabilize 5.4.191 ppc64, #842891

Signed-off-by: Georgy Yakovlev  gentoo.org>

 virtual/dist-kernel/dist-kernel-5.4.191.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/dist-kernel/dist-kernel-5.4.191.ebuild 
b/virtual/dist-kernel/dist-kernel-5.4.191.ebuild
index 20e8f9e30674..cbaab94293d4 100644
--- a/virtual/dist-kernel/dist-kernel-5.4.191.ebuild
+++ b/virtual/dist-kernel/dist-kernel-5.4.191.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0/${PV}"
-KEYWORDS="amd64 arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 arm64 ~ppc ppc64 x86"
 
 RDEPEND="
|| (



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

2022-05-12 Thread Georgy Yakovlev
commit: 9675115e3424a55897b3f50a02e84f689f80117c
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu May 12 19:44:49 2022 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu May 12 19:44:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9675115e

sys-kernel/gentoo-kernel: Stabilize 5.15.37 ppc64, #842897

Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-kernel/gentoo-kernel/gentoo-kernel-5.15.37.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-5.15.37.ebuild 
b/sys-kernel/gentoo-kernel/gentoo-kernel-5.15.37.ebuild
index 084dd641c58c..d4762e3f8bed 100644
--- a/sys-kernel/gentoo-kernel/gentoo-kernel-5.15.37.ebuild
+++ b/sys-kernel/gentoo-kernel/gentoo-kernel-5.15.37.ebuild
@@ -39,7 +39,7 @@ SRC_URI+="
 S=${WORKDIR}/${MY_P}
 
 LICENSE="GPL-2"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 x86"
 IUSE="debug hardened"
 REQUIRED_USE="arm? ( savedconfig )"
 



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

2022-05-12 Thread Georgy Yakovlev
commit: 7c724b8dad1624e6238e1c7330f8509c1888bc39
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu May 12 19:44:19 2022 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu May 12 19:44:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c724b8d

virtual/dist-kernel: Stabilize 5.10.113 ppc64, #842894

Signed-off-by: Georgy Yakovlev  gentoo.org>

 virtual/dist-kernel/dist-kernel-5.10.113.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/dist-kernel/dist-kernel-5.10.113.ebuild 
b/virtual/dist-kernel/dist-kernel-5.10.113.ebuild
index 5e6a46064b47..a8bfe038d31a 100644
--- a/virtual/dist-kernel/dist-kernel-5.10.113.ebuild
+++ b/virtual/dist-kernel/dist-kernel-5.10.113.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ppc64 x86"
 
 RDEPEND="
|| (



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

2022-05-12 Thread Georgy Yakovlev
commit: db20a1404c4b160502960085f1dcce99e84a433f
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu May 12 19:44:19 2022 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu May 12 19:44:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db20a140

sys-kernel/gentoo-kernel-bin: Stabilize 5.10.113 ppc64, #842894

Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.10.113.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.10.113.ebuild 
b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.10.113.ebuild
index f5d1e29c5fa6..b0171103c6d8 100644
--- a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.10.113.ebuild
+++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.10.113.ebuild
@@ -35,7 +35,7 @@ SRC_URI+="
 S=${WORKDIR}
 
 LICENSE="GPL-2"
-KEYWORDS="amd64 arm64 ~ppc64 x86"
+KEYWORDS="amd64 arm64 ppc64 x86"
 
 RDEPEND="
!sys-kernel/gentoo-kernel:${SLOT}



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

2022-05-12 Thread Sam James
commit: c5770d163a136f521cdfba187278aca2958514ba
Author: Sam James  gentoo  org>
AuthorDate: Thu May 12 19:25:45 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May 12 19:26:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5770d16

sys-cluster/kronosnet: add 1.23

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

 sys-cluster/kronosnet/Manifest  |  1 +
 sys-cluster/kronosnet/kronosnet-1.23.ebuild | 53 +
 2 files changed, 54 insertions(+)

diff --git a/sys-cluster/kronosnet/Manifest b/sys-cluster/kronosnet/Manifest
index c5eb97255671..99424e262803 100644
--- a/sys-cluster/kronosnet/Manifest
+++ b/sys-cluster/kronosnet/Manifest
@@ -1 +1,2 @@
 DIST kronosnet-1.19.tar.xz 461952 BLAKE2B 
ea6da6c760d73eb3d0b24827d019b479fe2d021f1eea8cb0e0497b390c04b64f99802159e61b1a8b26f38da542cbd52987504cb7c667a9b22ecb53b2fffdf20f
 SHA512 
32b9d7254e9cf5768648aafe5cb019105e247edc1b8a427cc4e655ab4bd9d6a44614f67ba2ac4779f4d11d829d86e6fb8ceb27838dbb44bcefc351db76a41705
+DIST kronosnet-1.23.tar.xz 474048 BLAKE2B 
47dd0ddfd59dd25091cffd85950be962747a5f7a6ccecbcdc921f4079a937186a6c3e03f75d8df80bf43441d761420b7d2f9e6fc6dce57f9c61a7ee1c63a2d9c
 SHA512 
b3905affe35e88bed7a4a9e483ad81f46f5514495dd537e14734788933e573c679b8f971f5fef6a023dee852de2bed8250adc34c84e0d70fe4d506dd1782e105

diff --git a/sys-cluster/kronosnet/kronosnet-1.23.ebuild 
b/sys-cluster/kronosnet/kronosnet-1.23.ebuild
new file mode 100644
index ..115a30239682
--- /dev/null
+++ b/sys-cluster/kronosnet/kronosnet-1.23.ebuild
@@ -0,0 +1,53 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Network abstraction layer designed for High Availability use 
cases"
+HOMEPAGE="https://kronosnet.org;
+SRC_URI="https://kronosnet.org/releases/${P}.tar.xz;
+
+LICENSE="LGPL-2.1"
+SLOT="0/1"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+IUSE="doc nss +openssl lz4 lzo2 test zstd"
+RESTRICT="!test? ( test )"
+
+DEPEND=">=sys-cluster/libqb-2.0.0:=
+   dev-libs/libnl:3
+   sys-libs/zlib:=
+   app-arch/bzip2:=
+   app-arch/xz-utils
+   zstd? ( app-arch/zstd:= )
+   lzo2? ( dev-libs/lzo:2 )
+   lz4? ( app-arch/lz4:= )
+   nss? ( dev-libs/nss )
+   openssl? ( dev-libs/openssl:= )"
+RDEPEND="${DEPEND}"
+BDEPEND="
+   doc? (
+   >=sys-cluster/libqb-2.0.0
+   app-doc/doxygen[dot]
+   )"
+
+src_configure() {
+   local myeconfargs=(
+   $(use_enable doc man)
+
+   --enable-libnozzle
+   --disable-libknet-sctp
+   --enable-compress-zlib
+   --enable-compress-bzip2
+   --enable-compress-lzma
+
+   $(use_enable nss crypto-nss)
+   $(use_enable openssl crypto-openssl)
+   $(use_enable zstd compress-zstd)
+   $(use_enable lz4 compress-lz4)
+   $(use_enable lzo2 compress-lzo2)
+
+   $(use_enable test functional-tests)
+   )
+
+   econf "${myeconfargs[@]}"
+}



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

2022-05-12 Thread Arthur Zamarin
commit: b5c6bfc355fe0b929d78822af9ab4da4ceb24bb4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu May 12 19:17:20 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu May 12 19:17:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5c6bfc3

dev-python/bluelet: enable py3.11

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

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

diff --git a/dev-python/bluelet/bluelet-0.2.0-r1.ebuild 
b/dev-python/bluelet/bluelet-0.2.0-r1.ebuild
index 71584a5d606d..b4ad976914d4 100644
--- a/dev-python/bluelet/bluelet-0.2.0-r1.ebuild
+++ b/dev-python/bluelet/bluelet-0.2.0-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1
 



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

2022-05-12 Thread Arthur Zamarin
commit: 8ec0804349ffd26ecdebb1c0e0501e00b99935fd
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu May 12 19:09:38 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu May 12 19:09:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ec08043

dev-python/authres: enable py3.11

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

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

diff --git a/dev-python/authres/authres-1.2.0-r1.ebuild 
b/dev-python/authres/authres-1.2.0-r1.ebuild
index 274f78a74a92..d925a072a73f 100644
--- a/dev-python/authres/authres-1.2.0-r1.ebuild
+++ b/dev-python/authres/authres-1.2.0-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 
 inherit distutils-r1
 



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

2022-05-12 Thread Arthur Zamarin
commit: c76c2d6b113481dcb14462aab0ee273937b05801
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu May 12 19:20:53 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu May 12 19:21:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c76c2d6b

dev-python/colorlog: enable py3.11

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

 .../colorlog/{colorlog-6.6.0.ebuild => colorlog-6.6.0-r1.ebuild}   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/colorlog/colorlog-6.6.0.ebuild 
b/dev-python/colorlog/colorlog-6.6.0-r1.ebuild
similarity index 85%
rename from dev-python/colorlog/colorlog-6.6.0.ebuild
rename to dev-python/colorlog/colorlog-6.6.0-r1.ebuild
index 427a96dd30ba..440cff7d948f 100644
--- a/dev-python/colorlog/colorlog-6.6.0.ebuild
+++ b/dev-python/colorlog/colorlog-6.6.0-r1.ebuild
@@ -3,7 +3,8 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
 inherit distutils-r1
 
 DESCRIPTION="Log formatting with colors"



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

2022-05-12 Thread Arthur Zamarin
commit: 40b140ba19de7588162370db5915cbbc2b9f845e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu May 12 19:20:36 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu May 12 19:20:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40b140ba

dev-python/configobj: enable py3.11

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

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

diff --git a/dev-python/configobj/configobj-5.0.6-r2.ebuild 
b/dev-python/configobj/configobj-5.0.6-r2.ebuild
index 29804cfe94a1..5966b1c2690f 100644
--- a/dev-python/configobj/configobj-5.0.6-r2.ebuild
+++ b/dev-python/configobj/configobj-5.0.6-r2.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1
 



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

2022-05-12 Thread Arthur Zamarin
commit: 2f538ee47a04447a290380558ddde02cbdf3cfa8
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu May 12 19:13:54 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu May 12 19:13:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f538ee4

dev-python/apipkg: enable py3.11

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

 dev-python/apipkg/apipkg-2.1.1.ebuild | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-python/apipkg/apipkg-2.1.1.ebuild 
b/dev-python/apipkg/apipkg-2.1.1.ebuild
index 3a05796a69c1..9e17f8dad123 100644
--- a/dev-python/apipkg/apipkg-2.1.1.ebuild
+++ b/dev-python/apipkg/apipkg-2.1.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 
 inherit distutils-r1
 
@@ -15,10 +15,9 @@ HOMEPAGE="
https://pypi.org/project/apipkg/
 "
 SRC_URI="
-   https://github.com/pytest-dev/apipkg/archive/v${PV/_/}.tar.gz
-   -> ${MY_P}.gh.tar.gz
+   https://github.com/pytest-dev/apipkg/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
 "
-S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0"



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

2022-05-12 Thread Arthur Zamarin
commit: 3319c775db48ab76f75acc6948d34e117a610668
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu May 12 19:16:01 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu May 12 19:16:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3319c775

dev-python/bitstring: enable py3.11

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

 dev-python/bitstring/bitstring-3.1.9.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-python/bitstring/bitstring-3.1.9.ebuild 
b/dev-python/bitstring/bitstring-3.1.9.ebuild
index eedb23302ceb..67df75980669 100644
--- a/dev-python/bitstring/bitstring-3.1.9.ebuild
+++ b/dev-python/bitstring/bitstring-3.1.9.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
 inherit distutils-r1
 
 DESCRIPTION="A pure Python module for creation and analysis of binary data"



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

2022-05-12 Thread Arthur Zamarin
commit: b0e1f7e814b71eca5c9fc16857a2fceea24a8290
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu May 12 19:14:59 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu May 12 19:14:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0e1f7e8

dev-python/backcall: enable py3.11

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

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

diff --git a/dev-python/backcall/backcall-0.2.0-r1.ebuild 
b/dev-python/backcall/backcall-0.2.0-r1.ebuild
index b4920b10ac21..cdd11a8d5655 100644
--- a/dev-python/backcall/backcall-0.2.0-r1.ebuild
+++ b/dev-python/backcall/backcall-0.2.0-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
 
 inherit distutils-r1
 



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

2022-05-12 Thread Arthur Zamarin
commit: a24600ebed891a234f4a13c433fb45e468edcb97
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu May 12 19:17:33 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu May 12 19:17:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a24600eb

dev-python/blurb: enable py3.11

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

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

diff --git a/dev-python/blurb/blurb-1.1.0.ebuild 
b/dev-python/blurb/blurb-1.1.0.ebuild
index 902953b276f7..87908ccc5df1 100644
--- a/dev-python/blurb/blurb-1.1.0.ebuild
+++ b/dev-python/blurb/blurb-1.1.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1
 



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

2022-05-12 Thread Arthur Zamarin
commit: 89ccdf03bf8828283ebc5ebff1e13883c9a5f333
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu May 12 19:19:21 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu May 12 19:19:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89ccdf03

dev-python/configargparse: enable py3.11

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

 dev-python/configargparse/configargparse-1.5.3.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-python/configargparse/configargparse-1.5.3.ebuild 
b/dev-python/configargparse/configargparse-1.5.3.ebuild
index e3727ceb7ab1..715bdebb734a 100644
--- a/dev-python/configargparse/configargparse-1.5.3.ebuild
+++ b/dev-python/configargparse/configargparse-1.5.3.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
 inherit distutils-r1
 
 MY_PN="ConfigArgParse"



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

2022-05-12 Thread Arthur Zamarin
commit: baf6cc83235a8adcc699c93731c45a8453cf4849
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu May 12 19:18:55 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu May 12 19:18:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baf6cc83

dev-python/crcmod: enable py3.11

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

 dev-python/crcmod/crcmod-1.7-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/crcmod/crcmod-1.7-r5.ebuild 
b/dev-python/crcmod/crcmod-1.7-r5.ebuild
index 6c811d05d424..196fbe612ae1 100644
--- a/dev-python/crcmod/crcmod-1.7-r5.ebuild
+++ b/dev-python/crcmod/crcmod-1.7-r5.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1
 



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

2022-05-12 Thread Arthur Zamarin
commit: f7fd6748bb40c58bc9cfa1e68b0d0082d39c02b0
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu May 12 19:01:17 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu May 12 19:08:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7fd6748

dev-python/argparse-manpage: enable py3.11

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

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

diff --git a/dev-python/argparse-manpage/argparse-manpage-3.ebuild 
b/dev-python/argparse-manpage/argparse-manpage-3.ebuild
index 6a4098d8b5b0..3ba1a55f79b1 100644
--- a/dev-python/argparse-manpage/argparse-manpage-3.ebuild
+++ b/dev-python/argparse-manpage/argparse-manpage-3.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 inherit distutils-r1
 
 DESCRIPTION="Automatically build man-pages for your Python project"



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

2022-05-12 Thread Arthur Zamarin
commit: 0fb2e03a8d5266f496ba422a503298407021e938
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu May 12 18:40:05 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu May 12 19:08:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fb2e03a

dev-python/fleep: enable py3.11

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

 dev-python/fleep/fleep-1.0.1-r1.ebuild | 7 +++
 dev-python/fleep/fleep-.ebuild | 6 +++---
 2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/dev-python/fleep/fleep-1.0.1-r1.ebuild 
b/dev-python/fleep/fleep-1.0.1-r1.ebuild
index cce82c31af2c..921df3ab8fe3 100644
--- a/dev-python/fleep/fleep-1.0.1-r1.ebuild
+++ b/dev-python/fleep/fleep-1.0.1-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
-
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
 inherit distutils-r1
 
 if [[ ${PV} ==  ]]; then
@@ -13,7 +13,6 @@ if [[ ${PV} ==  ]]; then
 else
# upstream aren't tagging the releases, just as commit title
COMMIT="994bc2c274482d80ab13d89d8f7343eb316d3e44"
-   # Note: On next bump, remove gh suffix from SRC_URI - was added just 
for tests
SRC_URI="https://github.com/floyernick/fleep-py/archive/${COMMIT}.tar.gz
-> ${P}.gh.tar.gz"
S="${WORKDIR}/fleep-py-${COMMIT}"

diff --git a/dev-python/fleep/fleep-.ebuild 
b/dev-python/fleep/fleep-.ebuild
index 68f31790d687..3504702d9333 100644
--- a/dev-python/fleep/fleep-.ebuild
+++ b/dev-python/fleep/fleep-.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
-
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
 inherit distutils-r1
 
 if [[ ${PV} ==  ]]; then



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

2022-05-12 Thread Arthur Zamarin
commit: 46b9c1cbab1e27a8cd093c2ef0a7a3dc44abffbc
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu May 12 18:56:40 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu May 12 19:08:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46b9c1cb

dev-python/astor: mark ALLARCHES

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

 dev-python/astor/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/astor/metadata.xml b/dev-python/astor/metadata.xml
index 2381f076585d..4870a5e8d346 100644
--- a/dev-python/astor/metadata.xml
+++ b/dev-python/astor/metadata.xml
@@ -5,6 +5,7 @@
pyt...@gentoo.org
Python

+   

astor
berkerpeksag/astor



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

2022-05-12 Thread Arthur Zamarin
commit: 1340fb896bd4c1b3c0ad109147dcfe5469c78f3a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu May 12 19:06:45 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu May 12 19:08:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1340fb89

dev-python/aiofiles: enable py3.11

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

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

diff --git a/dev-python/aiofiles/aiofiles-0.8.0-r1.ebuild 
b/dev-python/aiofiles/aiofiles-0.8.0-r1.ebuild
index 40c222f025e7..47aa92a1c980 100644
--- a/dev-python/aiofiles/aiofiles-0.8.0-r1.ebuild
+++ b/dev-python/aiofiles/aiofiles-0.8.0-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1
 



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

2022-05-12 Thread Arthur Zamarin
commit: 790298180ca0243f5eff0042724dea63b23c387f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu May 12 19:03:47 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu May 12 19:08:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79029818

dev-python/ansi: enable py3.11

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

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

diff --git a/dev-python/ansi/ansi-0.3.6.ebuild 
b/dev-python/ansi/ansi-0.3.6.ebuild
index 7d07c07986a1..0c20a07e3ff5 100644
--- a/dev-python/ansi/ansi-0.3.6.ebuild
+++ b/dev-python/ansi/ansi-0.3.6.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1
 



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

2022-05-12 Thread Arthur Zamarin
commit: 5fc77566e68625f27c2e5d306efe1145a7538dfc
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu May 12 18:44:35 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu May 12 19:08:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fc77566

dev-python/flexmock: enable py3.11

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

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

diff --git a/dev-python/flexmock/flexmock-0.11.3.ebuild 
b/dev-python/flexmock/flexmock-0.11.3.ebuild
index 4121058ecb55..c890f8ca7300 100644
--- a/dev-python/flexmock/flexmock-0.11.3.ebuild
+++ b/dev-python/flexmock/flexmock-0.11.3.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 
 inherit distutils-r1
 



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

2022-05-12 Thread Arthur Zamarin
commit: 7a8f60a556d759d6d8b27918acf71b909c60ee29
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu May 12 18:53:27 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu May 12 19:08:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a8f60a5

dev-python/fastimport: enable py3.11

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

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

diff --git a/dev-python/fastimport/fastimport-0.9.14.ebuild 
b/dev-python/fastimport/fastimport-0.9.14.ebuild
index f785e8ef6c57..1b8ef35a8e4f 100644
--- a/dev-python/fastimport/fastimport-0.9.14.ebuild
+++ b/dev-python/fastimport/fastimport-0.9.14.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
 
 inherit distutils-r1
 



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

2022-05-12 Thread Arthur Zamarin
commit: 8845ad860d00bdf66ef5553d7d62d4afad767ce1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu May 12 19:01:42 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu May 12 19:08:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8845ad86

dev-python/async_generator: update EAPI 7 -> 8

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

 .../async_generator/async_generator-1.10-r2.ebuild | 25 ++
 1 file changed, 25 insertions(+)

diff --git a/dev-python/async_generator/async_generator-1.10-r2.ebuild 
b/dev-python/async_generator/async_generator-1.10-r2.ebuild
new file mode 100644
index ..0581742e6711
--- /dev/null
+++ b/dev-python/async_generator/async_generator-1.10-r2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="Making it easy to write async iterators in Python 3.5"
+HOMEPAGE="https://github.com/python-trio/async_generator 
https://pypi.org/project/async_generator/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="|| ( MIT Apache-2.0 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+
+DOCS=( README.rst )
+
+distutils_enable_tests pytest
+
+python_test() {
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest
+}



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

2022-05-12 Thread Arthur Zamarin
commit: d6ee077e844539f17284d7cd039a3cc3fc8c10b7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu May 12 18:56:35 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu May 12 19:08:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6ee077e

dev-python/astor: enable py3.11

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

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

diff --git a/dev-python/astor/astor-0.8.1-r1.ebuild 
b/dev-python/astor/astor-0.8.1-r1.ebuild
index d7369b452c37..ce10aedbb54f 100644
--- a/dev-python/astor/astor-0.8.1-r1.ebuild
+++ b/dev-python/astor/astor-0.8.1-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
 
 inherit distutils-r1
 



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

2022-05-12 Thread Arthur Zamarin
commit: 46a12f8fad06c2070744bb9f452a26a3e0076933
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu May 12 18:52:50 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu May 12 19:08:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46a12f8f

dev-python/feedgenerator: enable py3.11

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

 dev-python/feedgenerator/feedgenerator-2.0.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/feedgenerator/feedgenerator-2.0.0.ebuild 
b/dev-python/feedgenerator/feedgenerator-2.0.0.ebuild
index cca9c910481b..bcf18ce3ac51 100644
--- a/dev-python/feedgenerator/feedgenerator-2.0.0.ebuild
+++ b/dev-python/feedgenerator/feedgenerator-2.0.0.ebuild
@@ -3,7 +3,8 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
 inherit distutils-r1
 
 DESCRIPTION="Standalone version of django.utils.feedgenerator"



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

2022-05-12 Thread Arthur Zamarin
commit: c71de4e4421c2227ce8ade57a47676ff8448cd20
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu May 12 18:37:52 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu May 12 19:08:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c71de4e4

dev-python/flatbuffers: enable py3.11

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

 dev-python/flatbuffers/flatbuffers-2.0.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-python/flatbuffers/flatbuffers-2.0.ebuild 
b/dev-python/flatbuffers/flatbuffers-2.0.ebuild
index 379965a982c7..eaaecedd58b4 100644
--- a/dev-python/flatbuffers/flatbuffers-2.0.ebuild
+++ b/dev-python/flatbuffers/flatbuffers-2.0.ebuild
@@ -3,11 +3,12 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 inherit distutils-r1
 
 DESCRIPTION="RFC 7049 - Concise Binary Object Representation"
-HOMEPAGE="https://github.com/google/flatbuffers 
https://pypi.org/project/flatbuffers/;
+HOMEPAGE="https://github.com/google/flatbuffers
+   https://pypi.org/project/flatbuffers/;
 SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"



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

2022-05-12 Thread Arthur Zamarin
commit: cbbf0c6aa45fb6c81420cf463b19c2385842b2ed
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu May 12 19:03:08 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu May 12 19:08:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbbf0c6a

dev-python/async-lru: enable py3.11

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

 dev-python/async-lru/async-lru-1.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/async-lru/async-lru-1.0.3.ebuild 
b/dev-python/async-lru/async-lru-1.0.3.ebuild
index 7863461b3f70..712d7dbfc1a1 100644
--- a/dev-python/async-lru/async-lru-1.0.3.ebuild
+++ b/dev-python/async-lru/async-lru-1.0.3.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 
 inherit distutils-r1
 



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

2022-05-12 Thread Arthur Zamarin
commit: a267102dfb0997c9ca147764b8429246a66c2d57
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu May 12 18:36:29 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu May 12 19:08:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a267102d

dev-python/flit_scm: enable py3.11

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

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

diff --git a/dev-python/flit_scm/flit_scm-1.5.0.ebuild 
b/dev-python/flit_scm/flit_scm-1.5.0.ebuild
index 98b5a9d1c60b..1c762f8ad837 100644
--- a/dev-python/flit_scm/flit_scm-1.5.0.ebuild
+++ b/dev-python/flit_scm/flit_scm-1.5.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=standalone
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
 
 inherit distutils-r1
 



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

2022-05-12 Thread Sam James
commit: 48dcc86e7fa187ff36f7e36f4979784c9cb1c552
Author: Sam James  gentoo  org>
AuthorDate: Thu May 12 18:33:46 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May 12 18:33:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48dcc86e

dev-util/cvise: fix whitespace

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

 dev-util/cvise/cvise-2.4.0-r1.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-util/cvise/cvise-2.4.0-r1.ebuild 
b/dev-util/cvise/cvise-2.4.0-r1.ebuild
index 0da34e94e399..110cc097afc3 100644
--- a/dev-util/cvise/cvise-2.4.0-r1.ebuild
+++ b/dev-util/cvise/cvise-2.4.0-r1.ebuild
@@ -67,6 +67,5 @@ src_test() {
 src_install() {
cmake_src_install
 
-
python_fix_shebang "${ED}"/usr/bin/cvise
 }



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

2022-05-12 Thread Sam James
commit: 8dae3b20d22eef50d708b547a11000962b2c0106
Author: Sam James  gentoo  org>
AuthorDate: Thu May 12 18:32:53 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May 12 18:33:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dae3b20

dev-util/cvise: fix Python shebang on cvise

Also, drop obsolete LLVM impls.

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

 dev-util/cvise/{cvise-2.4.0.ebuild => cvise-2.4.0-r1.ebuild} | 11 ---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/dev-util/cvise/cvise-2.4.0.ebuild 
b/dev-util/cvise/cvise-2.4.0-r1.ebuild
similarity index 91%
rename from dev-util/cvise/cvise-2.4.0.ebuild
rename to dev-util/cvise/cvise-2.4.0-r1.ebuild
index f1901e09417d..0da34e94e399 100644
--- a/dev-util/cvise/cvise-2.4.0.ebuild
+++ b/dev-util/cvise/cvise-2.4.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -24,8 +24,6 @@ DEPEND="
|| (
sys-devel/clang:13
sys-devel/clang:12
-   sys-devel/clang:11
-   sys-devel/clang:10
)


  1   2   3   >