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

2023-03-24 Thread Sam James
commit: 6de7376f41be7d48027e939e37829009df619e4d
Author: Sam James  gentoo  org>
AuthorDate: Sat Mar 25 05:56:56 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar 25 05:56:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6de7376f

net-analyzer/testssl: Stabilize 3.0.8 amd64, #903003

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

 net-analyzer/testssl/testssl-3.0.8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/testssl/testssl-3.0.8.ebuild 
b/net-analyzer/testssl/testssl-3.0.8.ebuild
index a3a082296157..d92a3d05c71a 100644
--- a/net-analyzer/testssl/testssl-3.0.8.ebuild
+++ b/net-analyzer/testssl/testssl-3.0.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/drwetter/${MY_PN}/archive/v${MY_PV}.tar.gz -> ${P}.t
 
 LICENSE="GPL-2 bundled-openssl? ( openssl )"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
 IUSE="bundled-openssl kerberos"
 
 RDEPEND="



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

2023-03-24 Thread Miroslav Šulc
commit: c0f574530f791a0b0234e25d1a862878d4987990
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Sat Mar 25 05:53:36 2023 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sat Mar 25 05:53:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0f57453

media-sound/abcmidi: bump to 2023.03.24

Signed-off-by: Miroslav Šulc  gentoo.org>

 media-sound/abcmidi/Manifest  |  1 +
 media-sound/abcmidi/abcmidi-2023.03.24.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/media-sound/abcmidi/Manifest b/media-sound/abcmidi/Manifest
index 41b6a9199814..683b8726c232 100644
--- a/media-sound/abcmidi/Manifest
+++ b/media-sound/abcmidi/Manifest
@@ -1,2 +1,3 @@
 DIST abcMIDI-2023.02.08.zip 619793 BLAKE2B 
a0284da2f696d4fb0e5a1f1cbd90116c8bad8de2416a16fb585dd62afa7227044ca6e6aaa8c12a0dc967edd212562bdea484772725efc7dd5f3c855bd5cd7afa
 SHA512 
aadf4cd48168b76a5bfec94560c0715b136c1b3b4515c12cfb98f1f8693bde4b2270dff62f6285f936aef550068a1660e7dbea70ca631b672a4bca863b29d728
 DIST abcMIDI-2023.03.15.zip 623452 BLAKE2B 
ece6dd7836b7ff5f3fd40b9760c9a27f70ea5757132409ef21897459cdc36ef4bfab6adff82b230b7bd004c60a19c110d13206a78721db89d92a9d30ba290d29
 SHA512 
429eb17b817a5d1a115da0b56cddbea7fcd1462ff4eb75f315bdf65429680faa18c1fee02c15cc3f3b8a29064a5566563546d8de1bc033b4164817c49698ad5c
+DIST abcMIDI-2023.03.24.zip 623602 BLAKE2B 
69c5bfa58fbded0cddb01dc405dcb0cc682182a42f40ae8acb8e5bc90ef6b0b9b5ffb13cb77dbe4634007d478e08b34839d62e5fae4deda73137720c5af794c4
 SHA512 
c552b4e515a9d2110adb3f4c460b2dbefb04cd16ebc2aa96ca452328988e502dcaa5cb933b3471f207a03a7ffb99b0a8f33118a347928aac8c8aca741582a513

diff --git a/media-sound/abcmidi/abcmidi-2023.03.24.ebuild 
b/media-sound/abcmidi/abcmidi-2023.03.24.ebuild
new file mode 100644
index ..636c9619449a
--- /dev/null
+++ b/media-sound/abcmidi/abcmidi-2023.03.24.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+MY_P="abcMIDI-${PV}"
+DESCRIPTION="Programs for processing ABC music notation files"
+HOMEPAGE="https://ifdo.ca/~seymour/runabc/top.html;
+SRC_URI="https://ifdo.ca/~seymour/runabc/${MY_P}.zip;
+S="${WORKDIR}"/${PN}
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples"
+
+BDEPEND="app-arch/unzip"
+
+src_prepare() {
+   default
+   sed -i "s:-O2::" configure.ac || die
+   sed -i "s:@datarootdir@/doc/abcmidi:@docdir@:" Makefile.in || die
+   eautoreconf
+}
+
+src_install() {
+   default
+
+   if use examples ; then
+   docinto examples
+   dodoc samples/*.abc
+   fi
+}



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

2023-03-24 Thread Sam James
commit: db26ce81811d5556c2c3afc877fe42854835be7e
Author: Sam James  gentoo  org>
AuthorDate: Sat Mar 25 05:48:56 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar 25 05:51:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db26ce81

net-analyzer/ettercap: fix build w/ curl 8

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

 ...p-0.8.3.1.ebuild => ettercap-0.8.3.1-r1.ebuild} | 40 ++
 net-analyzer/ettercap/ettercap-.ebuild | 38 
 .../ettercap/files/ettercap-0.8.3.1-curl-8.patch   | 32 +
 3 files changed, 81 insertions(+), 29 deletions(-)

diff --git a/net-analyzer/ettercap/ettercap-0.8.3.1.ebuild 
b/net-analyzer/ettercap/ettercap-0.8.3.1-r1.ebuild
similarity index 74%
rename from net-analyzer/ettercap/ettercap-0.8.3.1.ebuild
rename to net-analyzer/ettercap/ettercap-0.8.3.1-r1.ebuild
index 9cda1724861c..5e686a896922 100644
--- a/net-analyzer/ettercap/ettercap-0.8.3.1.ebuild
+++ b/net-analyzer/ettercap/ettercap-0.8.3.1-r1.ebuild
@@ -1,17 +1,17 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit cmake
 
-DESCRIPTION="A suite for man in the middle attacks"
+DESCRIPTION="Suite for man in the middle attacks"
 HOMEPAGE="https://github.com/Ettercap/ettercap;
 
 LICENSE="GPL-2+"
 SLOT="0"
 
-if [[ ${PV} == "" ]] ; then
+if [[ ${PV} ==  ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/Ettercap/${PN}.git;
 else
@@ -22,9 +22,10 @@ fi
 IUSE="doc geoip gtk ipv6 ncurses +plugins test"
 RESTRICT="!test? ( test )"
 
-RDEPEND="dev-libs/libbsd
+RDEPEND="
+   dev-libs/libbsd
dev-libs/libpcre
-   dev-libs/openssl:0=
+   dev-libs/openssl:=
net-libs/libnet:1.1
>=net-libs/libpcap-0.8.1
sys-libs/zlib
@@ -39,13 +40,23 @@ RDEPEND="dev-libs/libbsd
>=x11-libs/pango-1.2.3
)
ncurses? ( >=sys-libs/ncurses-5.3:= )
-   plugins? ( >=net-misc/curl-7.26.0 )"
-DEPEND="${RDEPEND}
-   doc? ( app-text/ghostscript-gpl
-   sys-apps/groff )
-   test? ( dev-libs/check )
+   plugins? ( >=net-misc/curl-7.26.0 )
+"
+DEPEND="
+   app-alternatives/yacc
sys-devel/flex
-   app-alternatives/yacc"
+"
+BDEPEND="
+   doc? (
+   app-text/ghostscript-gpl
+   sys-apps/groff
+   )
+   test? ( dev-libs/check )
+"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-curl-8.patch
+)
 
 src_prepare() {
sed -i "s:Release:Release Gentoo:" CMakeLists.txt || die
@@ -66,8 +77,9 @@ src_configure() {
-DINSTALL_SYSCONFDIR="${EPREFIX}"/etc
)
 
+   # right now we only support gtk2, but ettercap also supports gtk3
+   # do we care? do we want to support both?
! use gtk && mycmakeargs+=(-DINSTALL_DESKTOP=OFF)
-   #right now we only support gtk2, but ettercap also supports gtk3
-   #do we care? do we want to support both?
+
cmake_src_configure
 }

diff --git a/net-analyzer/ettercap/ettercap-.ebuild 
b/net-analyzer/ettercap/ettercap-.ebuild
index b050ccc4f5d7..c56915d82186 100644
--- a/net-analyzer/ettercap/ettercap-.ebuild
+++ b/net-analyzer/ettercap/ettercap-.ebuild
@@ -1,30 +1,31 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit cmake
 
-DESCRIPTION="A suite for man in the middle attacks"
+DESCRIPTION="Suite for man in the middle attacks"
 HOMEPAGE="https://github.com/Ettercap/ettercap;
 
 LICENSE="GPL-2+"
 SLOT="0"
 
-if [[ ${PV} == "" ]] ; then
+if [[ ${PV} ==  ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/Ettercap/${PN}.git;
 else
SRC_URI="https://github.com/Ettercap/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 arm ppc ppc64 sparc x86"
 fi
 
 IUSE="doc geoip gtk ipv6 ncurses +plugins test"
 RESTRICT="!test? ( test )"
 
-RDEPEND="dev-libs/libbsd
+RDEPEND="
+   dev-libs/libbsd
dev-libs/libpcre
-   dev-libs/openssl:0=
+   dev-libs/openssl:=
net-libs/libnet:1.1
>=net-libs/libpcap-0.8.1
sys-libs/zlib
@@ -39,13 +40,19 @@ RDEPEND="dev-libs/libbsd
>=x11-libs/pango-1.2.3
)
ncurses? ( >=sys-libs/ncurses-5.3:= )
-   plugins? ( >=net-misc/curl-7.26.0 )"
-DEPEND="${RDEPEND}
-   doc? ( app-text/ghostscript-gpl
-   sys-apps/groff )
-   test? ( dev-libs/check )
+   plugins? ( >=net-misc/curl-7.26.0 )
+"
+DEPEND="
+   app-alternatives/yacc
sys-devel/flex
-   app-alternatives/yacc"
+"
+BDEPEND="
+   doc? (
+   app-text/ghostscript-gpl
+   sys-apps/groff

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

2023-03-24 Thread Sam James
commit: df7142734f3df4c889e155c5bf4d5f63170326d5
Author: Sam James  gentoo  org>
AuthorDate: Sat Mar 25 05:51:28 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar 25 05:51:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df714273

net-analyzer/ettercap: switch to libpcre2 for live

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

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

diff --git a/net-analyzer/ettercap/ettercap-.ebuild 
b/net-analyzer/ettercap/ettercap-.ebuild
index c56915d82186..6514ab4a71fc 100644
--- a/net-analyzer/ettercap/ettercap-.ebuild
+++ b/net-analyzer/ettercap/ettercap-.ebuild
@@ -24,7 +24,7 @@ RESTRICT="!test? ( test )"
 
 RDEPEND="
dev-libs/libbsd
-   dev-libs/libpcre
+   dev-libs/libpcre2
dev-libs/openssl:=
net-libs/libnet:1.1
>=net-libs/libpcap-0.8.1



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

2023-03-24 Thread Miroslav Šulc
commit: 416b928d9dd5eb1cd257943954f6e5757ac492dd
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Sat Mar 25 05:46:25 2023 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sat Mar 25 05:46:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=416b928d

media-libs/openal: dropped obsolete 1.22.2-r1

Bug: https://bugs.gentoo.org/900773
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-libs/openal/Manifest|  1 -
 media-libs/openal/openal-1.22.2-r1.ebuild | 87 ---
 2 files changed, 88 deletions(-)

diff --git a/media-libs/openal/Manifest b/media-libs/openal/Manifest
index 035058e045ec..d50072ad2dae 100644
--- a/media-libs/openal/Manifest
+++ b/media-libs/openal/Manifest
@@ -1,2 +1 @@
-DIST openal-soft-1.22.2.tar.bz2 606151 BLAKE2B 
78cb5ad38635908a59850aeb511223fd6a28f7699294836cbbfdd09cbfd9016250d68b26115131a7cb4af5d5d0a4d2cbd52813d813f78a045b797c5fb601bc7a
 SHA512 
2271968955d55746caf514b6d4304d09d5e552d5640552e2503186ef36bc872a836804ebf79ffbda663931bd13d4e2ce53e0c46cc4faf4134bdb3c08983a5e47
 DIST openal-soft-1.23.0.tar.bz2 692978 BLAKE2B 
2f661da32e96bc5a3cdedc850f7ddf23c25475df4fa932b079f668101ea19ef3d33b0dac405231ef790d1cf6e979107c3c3fcd8364c503f19691231af970757a
 SHA512 
5c10ccd3cf0c05b9331f9b0da8913a9ffd0f9fc4464192b4b6a12ee1ddaab123ae5a719ead837f7701b129d7faecec1aaf91aabc4c58ee10932c9d716d128071

diff --git a/media-libs/openal/openal-1.22.2-r1.ebuild 
b/media-libs/openal/openal-1.22.2-r1.ebuild
deleted file mode 100644
index 68818fe0bf48..
--- a/media-libs/openal/openal-1.22.2-r1.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# False positives because of REQUIRE vs BACKEND options() (conditionally set)
-# See bug #809314
-CMAKE_WARN_UNUSED_CLI=no
-inherit cmake-multilib
-
-MY_P="${PN}-soft-${PV}"
-
-DESCRIPTION="A software implementation of the OpenAL 3D audio API"
-HOMEPAGE="https://www.openal-soft.org/;
-SRC_URI="https://www.openal-soft.org/openal-releases/${MY_P}.tar.bz2;
-S="${WORKDIR}"/${MY_P}
-
-# See 
https://github.com/kcat/openal-soft/blob/e0097c18b82d5da37248c4823fde48b6e0002cdd/BSD-3Clause
-# Some components are under BSD
-LICENSE="LGPL-2+ BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux"
-IUSE="
-   alsa coreaudio debug jack oss pipewire portaudio pulseaudio sdl sndio 
qt5
-   cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse4_1
-   cpu_flags_arm_neon
-"
-
-# PipeWire:
-# - See bug #863200 for PipeWire minimum version
-# - PW is in DEPEND although not linked against because we need configure to
-# find it anyway, but no :=.
-RDEPEND="
-   alsa? ( media-libs/alsa-lib[${MULTILIB_USEDEP}] )
-   jack? ( virtual/jack[${MULTILIB_USEDEP}] )
-   pipewire? ( >=media-video/pipewire-0.3.50[${MULTILIB_USEDEP}] )
-   portaudio? ( media-libs/portaudio[${MULTILIB_USEDEP}] )
-   pulseaudio? ( media-sound/pulseaudio[${MULTILIB_USEDEP}] )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-   )
-   sdl? ( media-libs/libsdl2[${MULTILIB_USEDEP}] )
-   sndio? ( media-sound/sndio:=[${MULTILIB_USEDEP}] )
-"
-DEPEND="
-   ${RDEPEND}
-   oss? ( virtual/os-headers )
-"
-
-DOCS=( alsoftrc.sample docs/env-vars.txt docs/hrtf.txt ChangeLog README.md )
-
-multilib_src_configure() {
-   local mycmakeargs=(
-   # See bug #809314 for getting both options for backends
-   -DALSOFT_{BACKEND,REQUIRE}_ALSA=$(usex alsa)
-   -DALSOFT_{BACKEND,REQUIRE}_COREAUDIO=$(usex coreaudio)
-   -DALSOFT_{BACKEND,REQUIRE}_JACK=$(usex jack)
-   -DALSOFT_{BACKEND,REQUIRE}_OSS=$(usex oss)
-   -DALSOFT_{BACKEND,REQUIRE}_PIPEWIRE=$(usex pipewire)
-   -DALSOFT_{BACKEND,REQUIRE}_PORTAUDIO=$(usex portaudio)
-   -DALSOFT_{BACKEND,REQUIRE}_PULSEAUDIO=$(usex pulseaudio)
-   -DALSOFT_{BACKEND,REQUIRE}_SDL2=$(usex sdl)
-   -DALSOFT_{BACKEND,REQUIRE}_SNDIO=$(usex sndio)
-
-   -DALSOFT_UTILS=$(multilib_is_native_abi && echo "ON" || echo 
"OFF")
-   -DALSOFT_NO_CONFIG_UTIL=$(usex qt5 "$(multilib_is_native_abi && 
echo "OFF" || echo "ON")" ON)
-# EXAMPLES=OFF to avoid FFmpeg dependency, bug #481670
-   -DALSOFT_EXAMPLES=OFF
-   )
-
-   # Avoid unused variable warnings, bug #738240
-   if use amd64 || use x86 ; then
-   mycmakeargs+=(
-   -DALSOFT_CPUEXT_SSE=$(usex cpu_flags_x86_sse)
-   -DALSOFT_CPUEXT_SSE2=$(usex cpu_flags_x86_sse2)
-   -DALSOFT_CPUEXT_SSE4_1=$(usex cpu_flags_x86_sse4_1)
-   )
-   elif use arm || use arm64 ; then
-   mycmakeargs+=(
-   

[gentoo-commits] repo/gentoo:master commit in: media-libs/lv2/files/, media-libs/lv2/

2023-03-24 Thread Miroslav Šulc
commit: 160b1c5a9892b809f8f003cc124c8bcdc617c71d
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Sat Mar 25 05:44:12 2023 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sat Mar 25 05:44:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=160b1c5a

media-libs/lv2: dropped obsolete 1.18.8-r1 + scrubbed patch

Bug: https://bugs.gentoo.org/902867
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-libs/lv2/Manifest|  1 -
 .../lv2/files/lv2-1.18.6-add-missing-lv2.h.patch   |  2 -
 media-libs/lv2/lv2-1.18.8-r1.ebuild| 73 --
 3 files changed, 76 deletions(-)

diff --git a/media-libs/lv2/Manifest b/media-libs/lv2/Manifest
index 5ac972a69b2b..15ee688af9ec 100644
--- a/media-libs/lv2/Manifest
+++ b/media-libs/lv2/Manifest
@@ -1,2 +1 @@
 DIST lv2-1.18.10.tar.xz 237380 BLAKE2B 
72f9bc50ebac5d71279e0616bb1eb3c2a6748a28ff68988294135b18c7adc68c46a52b4698faf79f633768bf850d5052128a9f84b90aa9b5f9a56721acaf04c3
 SHA512 
ab4bcf593f633b1ed16c0eb6aa4525458a00655ef9c87619bf85eaa966f8fd094a8e871b825f679e0d97923f8bbbf11841ff467022390ca2f1a5b5f66ccd5d1b
-DIST lv2-1.18.8.tar.xz 230584 BLAKE2B 
b9d6480286f0709d3e7ddd9444c092e4e1e108ed384a8cdc7991ec870e8374869bab21e09ebebad4c59445ec3a90ddd05bf2c461a1c9aeb986f68d84a937bbbd
 SHA512 
9925290818bd683200bc738e3e9342b946fe82a04d983e89c240ae70b9053a7a59a8d505c522fe7af5b804adeba00fdf94403bd34844ce11e26cc1ff62c2f254

diff --git a/media-libs/lv2/files/lv2-1.18.6-add-missing-lv2.h.patch 
b/media-libs/lv2/files/lv2-1.18.6-add-missing-lv2.h.patch
index 92483532e554..40fcd2cc8fa7 100644
--- a/media-libs/lv2/files/lv2-1.18.6-add-missing-lv2.h.patch
+++ b/media-libs/lv2/files/lv2-1.18.6-add-missing-lv2.h.patch
@@ -1,5 +1,3 @@
-diff --git a/meson.build b/meson.build
-index 14f9876..5a321ea 100644
 --- a/meson.build
 +++ b/meson.build
 @@ -144,6 +144,9 @@ if get_option('old_headers')

diff --git a/media-libs/lv2/lv2-1.18.8-r1.ebuild 
b/media-libs/lv2/lv2-1.18.8-r1.ebuild
deleted file mode 100644
index bc62b24a3928..
--- a/media-libs/lv2/lv2-1.18.8-r1.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-PYTHON_REQ_USE='threads(+)'
-
-inherit meson-multilib python-single-r1
-
-DESCRIPTION="A simple but extensible successor of LADSPA"
-HOMEPAGE="https://lv2plug.in/;
-SRC_URI="https://lv2plug.in/spec/${P}.tar.xz;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~sparc x86"
-IUSE="doc plugins"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-BDEPEND="
-   plugins? ( virtual/pkgconfig )
-   doc? (
-   app-doc/doxygen
-   dev-python/rdflib
-   )
-"
-CDEPEND="
-   ${PYTHON_DEPS}
-   plugins? (
-   media-libs/libsamplerate
-   media-libs/libsndfile
-   x11-libs/gtk+:2
-   )
-"
-DEPEND="
-   ${CDEPEND}
-   doc? ( dev-python/markdown )
-"
-RDEPEND="
-   ${CDEPEND}
-   $(python_gen_cond_dep '
-   dev-python/lxml[${PYTHON_USEDEP}]
-   dev-python/pygments[${PYTHON_USEDEP}]
-   dev-python/rdflib[${PYTHON_USEDEP}]
-   ')
-"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-1.18.6-add-missing-lv2.h.patch"
-)
-
-src_prepare() {
-   default
-
-   # fix doc installation path
-   sed -iE "s%lv2_docdir = .*%lv2_docdir = 
'"${EPREFIX}"/usr/share/doc/${PF}'%g" meson.build || die
-}
-
-multilib_src_configure() {
-   local emesonargs=(
-   -Dlv2dir="${EPREFIX}"/usr/$(get_libdir)/lv2
-   $(meson_native_use_feature doc docs)
-   $(meson_feature plugins)
-   )
-
-   meson_src_configure
-}
-
-multilib_src_install_all() {
-   local DOCS=( NEWS README.md )
-   einstalldocs
-}



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

2023-03-24 Thread Miroslav Šulc
commit: c8c8802f0c61ea69bd25e7c74d4dfd85de7369ea
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Sat Mar 25 05:41:28 2023 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sat Mar 25 05:41:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8c8802f

media-sound/qtractor: dropped obsolete 0.9.29

Bug: https://bugs.gentoo.org/902869
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-sound/qtractor/Manifest   |   1 -
 media-sound/qtractor/qtractor-0.9.29.ebuild | 108 
 2 files changed, 109 deletions(-)

diff --git a/media-sound/qtractor/Manifest b/media-sound/qtractor/Manifest
index 904d1d22fa0e..74d749475160 100644
--- a/media-sound/qtractor/Manifest
+++ b/media-sound/qtractor/Manifest
@@ -1,2 +1 @@
-DIST qtractor-0.9.29.tar.gz 1988719 BLAKE2B 
d7f17211e885c8458c7d74d1cd0cde69d316b1765ab79bdfb3ff1abcfb35ad008f017dd12372a2fafb309a7bead0c3d31f8f1cc322da123d39760377c1883e82
 SHA512 
bd432e3eb2d804aacc45943c36160c938778827a1c832f30045b2456d363843ac2f77e4b2cb897b905aa026b7d9238eb2963ca1ebbd64d127d890857c5426c41
 DIST qtractor-0.9.31.tar.gz 2009829 BLAKE2B 
a7c3da14e8b77bd6ebc61514fa8f4c1aee59a113758526b58d0e861f628bd2b0710c9990855e69264ffa05003ea22abe84c4ce29820f8436b4f2d9806fa6901a
 SHA512 
bd86b0c0568b2f318aafb09b33bfd6e1956c622b3a6d743455baa4cbcd5c496f6849159b88bfc27fa726966fd76114a0211418486da937e356eeac248f7c4d47

diff --git a/media-sound/qtractor/qtractor-0.9.29.ebuild 
b/media-sound/qtractor/qtractor-0.9.29.ebuild
deleted file mode 100644
index 57db29bd6746..
--- a/media-sound/qtractor/qtractor-0.9.29.ebuild
+++ /dev/null
@@ -1,108 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake xdg
-
-DESCRIPTION="Audio/MIDI multi-track sequencer written in C++ with the Qt 
framework"
-HOMEPAGE="https://qtractor.sourceforge.io;
-SRC_URI="mirror://sourceforge/qtractor/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-IUSE="aubio cpu_flags_x86_sse debug dssi ladspa libsamplerate mad osc 
rubberband vorbis zlib"
-REQUIRED_USE="dssi? ( ladspa )"
-
-BDEPEND="
-   dev-qt/linguist-tools:5
-   virtual/pkgconfig
-"
-DEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtsvg:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtxml:5
-   dev-qt/qtx11extras:5
-   media-libs/alsa-lib
-   media-libs/libsndfile
-   media-libs/lilv
-   media-libs/lv2
-   media-libs/suil
-   virtual/jack
-   x11-libs/libxcb:=
-   aubio? ( media-libs/aubio:= )
-   dssi? ( media-libs/dssi )
-   ladspa? ( media-libs/ladspa-sdk )
-   libsamplerate? ( media-libs/libsamplerate )
-   mad? ( media-libs/libmad )
-   osc? ( media-libs/liblo )
-   rubberband? ( media-libs/rubberband )
-   vorbis? (
-   media-libs/libogg
-   media-libs/libvorbis
-   )
-   zlib? ( sys-libs/zlib )
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   cmake_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DCONFIG_DSSI=$(usex dssi 1 0)
-   -DCONFIG_GRADIENT=1
-   -DCONFIG_JACK_LATENCY=1
-   -DCONFIG_JACK_METADATA=1
-   -DCONFIG_JACK_SESSION=1
-   -DCONFIG_LADSPA=$(usex ladspa 1 0)
-   -DCONFIG_LIBAUBIO=$(usex aubio 1 0)
-   -DCONFIG_LIBLILV=1
-   -DCONFIG_LIBLO=$(usex osc 1 0)
-   -DCONFIG_LIBMAD=$(usex mad 1 0)
-   -DCONFIG_LIBRUBBERBAND=$(usex rubberband 1 0)
-   -DCONFIG_LIBSAMPLERATE=$(usex libsamplerate 1 0)
-   -DCONFIG_LIBVORBIS=$(usex vorbis 1 0)
-   -DCONFIG_LIBZ=$(usex zlib 1 0)
-   -DCONFIG_LV2=1
-   -DCONFIG_LV2_UI_GTK2=0
-   -DCONFIG_NSM=0
-   -DCONFIG_SSE=$(usex cpu_flags_x86_sse 1 0)
-   -DCONFIG_STACKTRACE=$(usex debug 1 0)
-   -DCONFIG_VESTIGE=1
-   -DCONFIG_VST=1
-   -DCONFIG_VST3=0
-   -DCONFIG_XUNIQUE=0
-   )
-   # Following options are left to the default
-   # CONFIG_LV2_ATOM
-   # CONFIG_LV2_BUF_SIZE
-   # CONFIG_LV2_CVPORT
-   # CONFIG_LV2_EVENT
-   # CONFIG_LV2_EXTERNAL_UI
-   # CONFIG_LV2_MIDNAM
-   # CONFIG_LV2_OPTIONS
-   # CONFIG_LV2_PARAMETERS
-   # CONFIG_LV2_PATCH
-   # CONFIG_LV2_PORT_EVENT
-   # CONFIG_LV2_PRESETS
-   # CONFIG_LV2_PROGRAMS
-   # CONFIG_LV2_STATE
-   # CONFIG_LV2_STATE_FILES
-   # CONFIG_LV2_STATE_MAKE_PATH
-   # CONFIG_LV2_TIME
-   # CONFIG_LV2_TIME_POSITION
-   # CONFIG_LV2_UI
-   # CONFIG_LV2_UI_IDLE
-   # CONFIG_LV2_UI_REQ_VALUE
-   # CONFIG_LV2_UI_SHOW
-   # CONFIG_LV2_UI_TOUCH
-   # CONFIG_LV2_WORKER
-   # CONFIG_LV2_UI_X11
-   cmake_src_configure
-}



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

2023-03-24 Thread Miroslav Šulc
commit: 9c168e5f3c4de0dda738a7c582b3e593fd82f15e
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Sat Mar 25 05:39:44 2023 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sat Mar 25 05:40:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c168e5f

media-sound/abcmidi: dropped obsolete 2023.01.21

Bug: https://bugs.gentoo.org/902865
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-sound/abcmidi/Manifest  |  1 -
 media-sound/abcmidi/abcmidi-2023.01.21.ebuild | 35 ---
 2 files changed, 36 deletions(-)

diff --git a/media-sound/abcmidi/Manifest b/media-sound/abcmidi/Manifest
index f3f00ea14e3c..41b6a9199814 100644
--- a/media-sound/abcmidi/Manifest
+++ b/media-sound/abcmidi/Manifest
@@ -1,3 +1,2 @@
-DIST abcMIDI-2023.01.21.zip 619615 BLAKE2B 
2e529b8587d5a5e0f770f1ea474b13ff50ef9f25397d83e1cbffcdc1eefe2e274a600faff73572f1f920044353032ef3ab104de06d5c5b6930fd9568bf23723c
 SHA512 
781d36399401b53cbefece0776a2d26d3cc419142333fc6a8845019d2e815d196a2e671891687d1f1256159f907f0680a36dac018a0d25eb6f53c44ed9ce4bf1
 DIST abcMIDI-2023.02.08.zip 619793 BLAKE2B 
a0284da2f696d4fb0e5a1f1cbd90116c8bad8de2416a16fb585dd62afa7227044ca6e6aaa8c12a0dc967edd212562bdea484772725efc7dd5f3c855bd5cd7afa
 SHA512 
aadf4cd48168b76a5bfec94560c0715b136c1b3b4515c12cfb98f1f8693bde4b2270dff62f6285f936aef550068a1660e7dbea70ca631b672a4bca863b29d728
 DIST abcMIDI-2023.03.15.zip 623452 BLAKE2B 
ece6dd7836b7ff5f3fd40b9760c9a27f70ea5757132409ef21897459cdc36ef4bfab6adff82b230b7bd004c60a19c110d13206a78721db89d92a9d30ba290d29
 SHA512 
429eb17b817a5d1a115da0b56cddbea7fcd1462ff4eb75f315bdf65429680faa18c1fee02c15cc3f3b8a29064a5566563546d8de1bc033b4164817c49698ad5c

diff --git a/media-sound/abcmidi/abcmidi-2023.01.21.ebuild 
b/media-sound/abcmidi/abcmidi-2023.01.21.ebuild
deleted file mode 100644
index 3ca144cfe9f4..
--- a/media-sound/abcmidi/abcmidi-2023.01.21.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-MY_P="abcMIDI-${PV}"
-DESCRIPTION="Programs for processing ABC music notation files"
-HOMEPAGE="https://ifdo.ca/~seymour/runabc/top.html;
-SRC_URI="https://ifdo.ca/~seymour/runabc/${MY_P}.zip;
-S="${WORKDIR}"/${PN}
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="examples"
-
-BDEPEND="app-arch/unzip"
-
-src_prepare() {
-   default
-   sed -i "s:-O2::" configure.ac || die
-   sed -i "s:@datarootdir@/doc/abcmidi:@docdir@:" Makefile.in || die
-   eautoreconf
-}
-
-src_install() {
-   default
-
-   if use examples ; then
-   docinto examples
-   dodoc samples/*.abc
-   fi
-}



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

2023-03-24 Thread Arthur Zamarin
commit: acf5b92270d390f2de29a542a46b8f093d3d751b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 25 05:35:46 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 25 05:35:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acf5b922

dev-python/dulwich: Stabilize 0.21.3 x86, #902953

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

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

diff --git a/dev-python/dulwich/dulwich-0.21.3.ebuild 
b/dev-python/dulwich/dulwich-0.21.3.ebuild
index 6b2bfe263314..36c18dc199fe 100644
--- a/dev-python/dulwich/dulwich-0.21.3.ebuild
+++ b/dev-python/dulwich/dulwich-0.21.3.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="GPL-2+ Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ppc ~ppc64 ~riscv ~s390 ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ppc ~ppc64 ~riscv ~s390 x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="doc examples test"
 RESTRICT="!test? ( test )"
 



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

2023-03-24 Thread Arthur Zamarin
commit: 50c68d5c3ff903b932d3f93072196b489042edc4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 25 05:34:25 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 25 05:34:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50c68d5c

dev-python/jupyter_console: Stabilize 6.6.3 ALLARCHES, #902961

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

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

diff --git a/dev-python/jupyter_console/jupyter_console-6.6.3.ebuild 
b/dev-python/jupyter_console/jupyter_console-6.6.3.ebuild
index 8d84d7f5e8e5..f902f53e1004 100644
--- a/dev-python/jupyter_console/jupyter_console-6.6.3.ebuild
+++ b/dev-python/jupyter_console/jupyter_console-6.6.3.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
>=dev-python/ipykernel-6.14[${PYTHON_USEDEP}]



[gentoo-commits] proj/sci:master commit in: sci-libs/vtk/, sci-libs/vtk/files/

2023-03-24 Thread Horea Christian
commit: fb5a6652d194617cd271c31224e63fa5b907ba61
Author: Horea Christian  chymera  eu>
AuthorDate: Sat Mar 25 05:20:57 2023 +
Commit: Horea Christian  gmail  com>
CommitDate: Sat Mar 25 05:21:16 2023 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=fb5a6652

sci-libs/vtk: new package, 9.1.0-r6

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

 ...0-freetype-2.10.3-provide-FT_CALLBACK_DEF.patch |  18 +
 ...r-compute_arch-if-CUDA-toolkit-11-is-used.patch |  32 +
 ...-IO-FFMPEG-support-FFmpeg-5.0-API-changes.patch | 141 +
 ...-or-scope-struct-names-to-avoid-conflicts.patch | 127 
 .../files/vtk-9.1.0-adjust-to-find-binaries.patch  |  25 +
 ...-avoid-naming-collision-with-netcdf-4.9.0.patch |  26 +
 sci-libs/vtk/metadata.xml  |  42 ++
 sci-libs/vtk/vtk-9.1.0-r6.ebuild   | 641 +
 8 files changed, 1052 insertions(+)

diff --git 
a/sci-libs/vtk/files/vtk-8.2.0-freetype-2.10.3-provide-FT_CALLBACK_DEF.patch 
b/sci-libs/vtk/files/vtk-8.2.0-freetype-2.10.3-provide-FT_CALLBACK_DEF.patch
new file mode 100644
index 0..b46748735
--- /dev/null
+++ b/sci-libs/vtk/files/vtk-8.2.0-freetype-2.10.3-provide-FT_CALLBACK_DEF.patch
@@ -0,0 +1,18 @@
+--- VTK-8.2.0/ThirdParty/freetype/vtk_freetype.h.in.orig   2019-01-30 
18:15:13.0 +0100
 VTK-8.2.0/ThirdParty/freetype/vtk_freetype.h.in2020-10-17 
00:03:32.730820908 +0200
+@@ -20,6 +20,15 @@
+ 
+ #ifdef VTK_USE_SYSTEM_FREETYPE
+ # include 
++/* FT_CALLBACK_DEF no longer exported since freetype-2.10.3 */
++/* has been moved to  */
++# ifndef FT_CALLBACK_DEF
++#  ifdef __cplusplus
++#   define FT_CALLBACK_DEF( x )  extern "C"  x
++#  else
++#   define FT_CALLBACK_DEF( x )  static  x
++#  endif
++# endif /* FT_CALLBACK_DEF */
+ #else
+ # include 
+ #endif

diff --git 
a/sci-libs/vtk/files/vtk-9.0.1-0001-fix-kepler-compute_arch-if-CUDA-toolkit-11-is-used.patch
 
b/sci-libs/vtk/files/vtk-9.0.1-0001-fix-kepler-compute_arch-if-CUDA-toolkit-11-is-used.patch
new file mode 100644
index 0..2514dac63
--- /dev/null
+++ 
b/sci-libs/vtk/files/vtk-9.0.1-0001-fix-kepler-compute_arch-if-CUDA-toolkit-11-is-used.patch
@@ -0,0 +1,32 @@
+From 33d9b7ded14ce36e3f63810f3403623ee5c2059c Mon Sep 17 00:00:00 2001
+From: Bernd Waibel 
+Date: Sun, 10 Jan 2021 20:29:56 +0100
+Subject: [PATCH] fix kepler compute_arch if CUDA toolkit >=11 is used.
+
+Signed-off-by: Bernd Waibel 
+---
+ .../vtkm/vtkvtkm/vtk-m/CMake/VTKmDeviceAdapters.cmake | 8 ++--
+ 1 file changed, 6 insertions(+), 2 deletions(-)
+
+diff --git a/ThirdParty/vtkm/vtkvtkm/vtk-m/CMake/VTKmDeviceAdapters.cmake 
b/ThirdParty/vtkm/vtkvtkm/vtk-m/CMake/VTKmDeviceAdapters.cmake
+index ff0b2581..e565e783 100644
+--- a/ThirdParty/vtkm/vtkvtkm/vtk-m/CMake/VTKmDeviceAdapters.cmake
 b/ThirdParty/vtkm/vtkvtkm/vtk-m/CMake/VTKmDeviceAdapters.cmake
+@@ -229,8 +229,12 @@ if(VTKm_ENABLE_CUDA)
+ if(VTKm_CUDA_Architecture STREQUAL "fermi")
+   set(arch_flags --generate-code=arch=compute_20,code=sm_20)
+ elseif(VTKm_CUDA_Architecture STREQUAL "kepler")
+-  set(arch_flags --generate-code=arch=compute_30,code=sm_30
+- --generate-code=arch=compute_35,code=sm_35)
++  if(CMAKE_CUDA_COMPILER_VERSION VERSION_LESS 11.0)
++set(arch_flags --generate-code=arch=compute_30,code=sm_30
++   --generate-code=arch=compute_35,code=sm_35)
++  else()
++set(arch_flags --generate-code=arch=compute_35,code=sm_35)
++  endif()
+ elseif(VTKm_CUDA_Architecture STREQUAL "maxwell")
+   set(arch_flags --generate-code=arch=compute_50,code=sm_50)
+ elseif(VTKm_CUDA_Architecture STREQUAL "pascal")
+-- 
+2.30.0
+

diff --git 
a/sci-libs/vtk/files/vtk-9.0.3-IO-FFMPEG-support-FFmpeg-5.0-API-changes.patch 
b/sci-libs/vtk/files/vtk-9.0.3-IO-FFMPEG-support-FFmpeg-5.0-API-changes.patch
new file mode 100644
index 0..276831d84
--- /dev/null
+++ 
b/sci-libs/vtk/files/vtk-9.0.3-IO-FFMPEG-support-FFmpeg-5.0-API-changes.patch
@@ -0,0 +1,141 @@
+From 
https://gitlab.kitware.com/ben.boeckel/vtk/-/commit/bad8f3e9d0aad03e8f2aff9524cb3c5f2d10ccaf
+From: Ben Boeckel 
+Date: Fri, 28 Jan 2022 10:44:28 -0500
+Subject: [PATCH] IO/FFMPEG: support FFmpeg 5.0 API changes
+
+Fixes: #18445
+--- /dev/null
 b/Documentation/release/dev/ffmpeg-5.0.md
+@@ -0,0 +1,3 @@
++## FFmpeg 5.0 support
++
++FFmpeg 5.0 API changes are now supported.
+--- a/IO/FFMPEG/CMakeLists.txt
 b/IO/FFMPEG/CMakeLists.txt
+@@ -6,7 +6,9 @@ vtk_module_find_package(
+ avformat
+ avcodec
+ avutil
+-swscale)
++swscale
++  OPTIONAL_COMPONENTS
++swresample)
+ 
+ set(classes
+   vtkFFMPEGWriter)
+@@ -21,6 +23,17 @@ if (NOT FFMPEG_VERSION VERSION_LESS "3.1")
+ vtkFFMPEGVideoSource)
+ endif ()
+ 
++set(ffmpeg_libraries)
++if (NOT FFMPEG_VERSION VERSION_LESS "5.0")
++  if (NOT FFMPEG_swresample_FOUND)
++message(FATAL_ERROR
++  "FFMPEG 5.0 requires the `swresample` library.")
++  endif 

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

2023-03-24 Thread Michał Górny
commit: 11ded1f7b1bfe0a879a347f3741c5840955ae35e
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 25 05:13:09 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 25 05:18:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11ded1f7

dev-python/guessit: Remove old

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

 dev-python/guessit/Manifest |  2 --
 dev-python/guessit/guessit-3.5.0.ebuild | 42 -
 dev-python/guessit/guessit-3.7.0.ebuild | 38 -
 3 files changed, 82 deletions(-)

diff --git a/dev-python/guessit/Manifest b/dev-python/guessit/Manifest
index c61a9b49f5d4..01f39379ffeb 100644
--- a/dev-python/guessit/Manifest
+++ b/dev-python/guessit/Manifest
@@ -1,3 +1 @@
-DIST guessit-3.5.0.tar.gz 158094 BLAKE2B 
2091fa8b0066dda70e1a504fd4aa8b7b4f2ba9b3a88f93b22aff0d084511d9a1c93e052558fe6791021e4c44a95e9adc5e7372c937e0e438b419417ff88d2fc0
 SHA512 
072b6874449679ed34eeb19fe70502abbec3a4284c2ba40e3e69861ce2b9e92f4ff8146840f7fc25079efed62f048c9e25ee3ddf5833b192480c512b9c93905a
-DIST guessit-3.7.0.tar.gz 159451 BLAKE2B 
705697ad1721d52b33c5b409992f0d2cc12ffd3c7cf9911b01ba81c4958c19128ab37846dcf7cabf5edd10a19cc1018f2ec25a8f25d9b6307852677fbd049d5c
 SHA512 
dacce2ced2ce647035e2462eab9657e4e73ce2edb92d39a9a20c10abeae09c8a70187121d94503260cdbd933133174c6cb02c6a28daf0bca08a4996fd3e525e2
 DIST guessit-3.7.1.tar.gz 161488 BLAKE2B 
66851898aad5386692bd3535e01e74918b31c59d56c2b2a4ead3d126f0ce30c4f7388bcaa0acd06652f3b72bba99aacf29bd7d9d8abbc38d38f2d259a77bbe17
 SHA512 
4932407ca3a283a756291a69ef4cd4dcd96ea9c37b6d30331f134b2285960afb1f6adecdb299474ef7dfdea4b6e2e029ddab0789998efe7aea13d0e5bb8c54d6

diff --git a/dev-python/guessit/guessit-3.5.0.ebuild 
b/dev-python/guessit/guessit-3.5.0.ebuild
deleted file mode 100644
index 27f51c27fb7a..
--- a/dev-python/guessit/guessit-3.5.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python library for guessing information from video filenames"
-HOMEPAGE="
-   https://github.com/guessit-io/guessit/
-   https://pypi.org/project/guessit/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-
-RDEPEND="
-   >=dev-python/babelfish-0.5.5[${PYTHON_USEDEP}]
-   >=dev-python/rebulk-3[${PYTHON_USEDEP}]
-   dev-python/python-dateutil[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   dev-python/importlib_resources[${PYTHON_USEDEP}]
-   ' 3.8)
-"
-BDEPEND="
-   test? (
-   dev-python/pytest-mock[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_IGNORE=(
-   # Disable benchmarks as they require unavailable pytest-benchmark.
-   guessit/test/test_benchmark.py
-)

diff --git a/dev-python/guessit/guessit-3.7.0.ebuild 
b/dev-python/guessit/guessit-3.7.0.ebuild
deleted file mode 100644
index 7ce7c173e6ad..
--- a/dev-python/guessit/guessit-3.7.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Python library for guessing information from video filenames"
-HOMEPAGE="
-   https://github.com/guessit-io/guessit/
-   https://pypi.org/project/guessit/
-"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-RDEPEND="
-   >=dev-python/babelfish-0.5.5[${PYTHON_USEDEP}]
-   >=dev-python/rebulk-3.2.0[${PYTHON_USEDEP}]
-   dev-python/python-dateutil[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/pytest-mock[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_IGNORE=(
-   # Disable benchmarks as they require unavailable pytest-benchmark.
-   guessit/test/test_benchmark.py
-)



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

2023-03-24 Thread Michał Górny
commit: 9befac943f63795711ac17e5bd648c6a2e7cf620
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 25 05:12:00 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 25 05:18:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9befac94

dev-python/raet: Remove old

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

 dev-python/raet/raet-0.6.8-r4.ebuild | 41 
 1 file changed, 41 deletions(-)

diff --git a/dev-python/raet/raet-0.6.8-r4.ebuild 
b/dev-python/raet/raet-0.6.8-r4.ebuild
deleted file mode 100644
index 58055133eba3..
--- a/dev-python/raet/raet-0.6.8-r4.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_10 )
-inherit distutils-r1
-
-DESCRIPTION="Reliable Asynchronous Event Transport Protocol"
-HOMEPAGE="https://github.com/RaetProtocol/raet;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=">=dev-python/six-1.6.1[${PYTHON_USEDEP}]
-   >=dev-python/libnacl-1.4.3[${PYTHON_USEDEP}]
-   >=dev-python/ioflo-2.0[${PYTHON_USEDEP}]"
-BDEPEND="${RDEPEND}
-   test? (
-   >=dev-python/msgpack-1.0.0[${PYTHON_USEDEP}]
-   )"
-
-PATCHES=(
-   "${FILESDIR}/raet-0.6.8-msgpack-1.0.patch"
-   "${FILESDIR}/raet-0.6.8-py310.patch"
-)
-
-python_prepare_all() {
-   distutils-r1_python_prepare_all
-   sed -e "/setuptools_git/d" -i setup.py || die
-}
-
-python_test() {
-   pushd "${BUILD_DIR}"/lib || die
-   ${EPYTHON} ${PN}/test/__init__.py || die "tests failed for ${EPYTHON}"
-   popd || die
-}



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

2023-03-24 Thread Michał Górny
commit: f1ba9004e06f108aa37375508c1ca39255a03f2b
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 25 05:14:02 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 25 05:18:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1ba9004

dev-python/krb5: Remove old

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

 dev-python/krb5/Manifest  |  1 -
 dev-python/krb5/krb5-0.4.1.ebuild | 32 
 2 files changed, 33 deletions(-)

diff --git a/dev-python/krb5/Manifest b/dev-python/krb5/Manifest
index 4840ba5d57df..d89435444abd 100644
--- a/dev-python/krb5/Manifest
+++ b/dev-python/krb5/Manifest
@@ -1,2 +1 @@
-DIST krb5-0.4.1.tar.gz 218745 BLAKE2B 
8b7e6ab921462ec03c4ca23d83dcfbb8f03b2538edac1a920e68bc3f53c518c942a5f54a96c201a11667e0f4d82882d321808683efa0e5ed1d00df569aa73f2f
 SHA512 
089b3abf3a9402248ed04ab4b47672e0de88c5c73c0c705ac129e499ff53931ffcf7fc6a6bdf9b0f9e03e9010f25dcc61b9a2d33c6b67f5b741a477fb5199265
 DIST krb5-0.5.0.tar.gz 220969 BLAKE2B 
e492220906afff138a35e0545a9fec4d802e37e17d776fa5448361f1d62a93500063f783e638bbf903165a1998f9d2eaa1444d3bf5ce8446b781c69596c53080
 SHA512 
a5e8dc16026602373a00aae9188256b586a9f02cee7a413b7bc8ff0525660c416256179b56795cb9a69ca9dab0afff258f803a810220472e086c1c497d044567

diff --git a/dev-python/krb5/krb5-0.4.1.ebuild 
b/dev-python/krb5/krb5-0.4.1.ebuild
deleted file mode 100644
index b049b3f1e706..
--- a/dev-python/krb5/krb5-0.4.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Kerberos API bindings for Python"
-HOMEPAGE="
-   https://github.com/jborean93/pykrb5/
-   https://pypi.org/project/krb5/
-"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-RDEPEND="
-   virtual/krb5
-"
-BDEPEND="
-   dev-python/cython[${PYTHON_USEDEP}]
-   test? (
-   dev-python/k5test[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



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

2023-03-24 Thread Horea Christian
commit: 5aebdd92b5637fad779aeaa19ca9045338ba126e
Author: Horea Christian  chymera  eu>
AuthorDate: Sat Mar 25 05:16:40 2023 +
Commit: Horea Christian  gmail  com>
CommitDate: Sat Mar 25 05:16:40 2023 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=5aebdd92

sci-biology/gffutils: drop 0.8.7.1

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

 sci-biology/gffutils/gffutils-0.8.7.1.ebuild | 23 ---
 1 file changed, 23 deletions(-)

diff --git a/sci-biology/gffutils/gffutils-0.8.7.1.ebuild 
b/sci-biology/gffutils/gffutils-0.8.7.1.ebuild
deleted file mode 100644
index 29506bb9c..0
--- a/sci-biology/gffutils/gffutils-0.8.7.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="GFF and GTF file manipulation and interconversion"
-HOMEPAGE="https://gffutils.readthedocs.io/en/latest/;
-SRC_URI="https://github.com/daler/gffutils/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   sci-biology/pyfaidx[${PYTHON_USEDEP}]
-   dev-python/simplejson[${PYTHON_USEDEP}]
-   dev-python/argh[${PYTHON_USEDEP}]
-   dev-python/argcomplete[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"



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

2023-03-24 Thread Horea Christian
commit: 10c79dc12eeb0e5052f7de8608bd34a78ab09f43
Author: Horea Christian  chymera  eu>
AuthorDate: Sat Mar 25 05:16:45 2023 +
Commit: Horea Christian  gmail  com>
CommitDate: Sat Mar 25 05:16:45 2023 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=10c79dc1

profiles: package issues resolved

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 4c649adb9..147869ad2 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -40,13 +40,11 @@ sci-biology/samri
 
 # Andrew Ammerlaan 

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

2023-03-24 Thread Horea Christian
commit: 2db7a214c3b7d8da2111658975f134527c6b84c4
Author: Horea Christian  chymera  eu>
AuthorDate: Sat Mar 25 05:16:31 2023 +
Commit: Horea Christian  gmail  com>
CommitDate: Sat Mar 25 05:16:31 2023 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=2db7a214

sci-biology/gffutils: add 0.11.1

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

 sci-biology/gffutils/gffutils-0.11.1.ebuild | 41 +
 1 file changed, 41 insertions(+)

diff --git a/sci-biology/gffutils/gffutils-0.11.1.ebuild 
b/sci-biology/gffutils/gffutils-0.11.1.ebuild
new file mode 100644
index 0..0c92f3468
--- /dev/null
+++ b/sci-biology/gffutils/gffutils-0.11.1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="GFF and GTF file manipulation and interconversion"
+HOMEPAGE="https://gffutils.readthedocs.io/en/latest/;
+SRC_URI="https://github.com/daler/gffutils/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+# Nose tests no longer supported, migration on next release
+#RESTRICT="test"
+
+RDEPEND="
+   dev-python/simplejson[${PYTHON_USEDEP}]
+   dev-python/argh[${PYTHON_USEDEP}]
+   dev-python/argcomplete[${PYTHON_USEDEP}]
+   sci-biology/biopython[${PYTHON_USEDEP}]
+   sci-biology/pybedtools[${PYTHON_USEDEP}]
+   sci-biology/pyfaidx[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+
+python_prepare_all() {
+   if use test; then
+   sed -i -e "s:/tmp/gffutils-test:${T}:g" gffutils/test/test.py 
|| die
+   fi
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   distutils_install_for_testing
+   nosetests -v -x --with-doctest -a '!slow' || die
+}



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

2023-03-24 Thread Arthur Zamarin
commit: 4b012194c528c90ab3997376bce4daae0ed4e29e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 25 05:13:35 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 25 05:13:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b012194

sys-apps/s6-portable-utils: Stabilize 2.3.0.0 x86, #902803

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

 sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.0.ebuild 
b/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.0.ebuild
index 84d119227fea..a80dcbdabfef 100644
--- a/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.0.ebuild
+++ b/sys-apps/s6-portable-utils/s6-portable-utils-2.3.0.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm x86"
 
 RDEPEND=">=dev-libs/skalibs-2.13.0.0:="
 DEPEND="${RDEPEND}"



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

2023-03-24 Thread Arthur Zamarin
commit: 9b29c03b1441fac2667d6f09efddffe0ba1682aa
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 25 05:13:34 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 25 05:13:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b29c03b

sys-apps/s6-rc: Stabilize 0.5.4.0 x86, #902803

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

 sys-apps/s6-rc/s6-rc-0.5.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/s6-rc/s6-rc-0.5.4.0.ebuild 
b/sys-apps/s6-rc/s6-rc-0.5.4.0.ebuild
index 30a021e291ff..9e9118dc6ea2 100644
--- a/sys-apps/s6-rc/s6-rc-0.5.4.0.ebuild
+++ b/sys-apps/s6-rc/s6-rc-0.5.4.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
 
 LICENSE="ISC"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm x86"
 
 RDEPEND="
dev-lang/execline:=



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

2023-03-24 Thread Arthur Zamarin
commit: 250b65b1a0124c495e3c804c5f892dc728441415
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 25 05:13:34 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 25 05:13:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=250b65b1

sys-apps/s6-linux-utils: Stabilize 2.6.1.0 x86, #902803

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

 sys-apps/s6-linux-utils/s6-linux-utils-2.6.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/s6-linux-utils/s6-linux-utils-2.6.1.0.ebuild 
b/sys-apps/s6-linux-utils/s6-linux-utils-2.6.1.0.ebuild
index 43ea27b14a6a..95ed5191e052 100644
--- a/sys-apps/s6-linux-utils/s6-linux-utils-2.6.1.0.ebuild
+++ b/sys-apps/s6-linux-utils/s6-linux-utils-2.6.1.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 x86"
 
 RDEPEND=">=dev-libs/skalibs-2.13.0.0:="
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/s6-linux-init/

2023-03-24 Thread Arthur Zamarin
commit: bc54d6e6a4ff50df8ee11d0cad51a5ea5079651e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 25 05:13:35 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 25 05:13:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc54d6e6

sys-apps/s6-linux-init: Stabilize 1.1.0.0 x86, #902803

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

 sys-apps/s6-linux-init/s6-linux-init-1.1.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/s6-linux-init/s6-linux-init-1.1.0.0.ebuild 
b/sys-apps/s6-linux-init/s6-linux-init-1.1.0.0.ebuild
index 795a17748e77..8850f190d294 100644
--- a/sys-apps/s6-linux-init/s6-linux-init-1.1.0.0.ebuild
+++ b/sys-apps/s6-linux-init/s6-linux-init-1.1.0.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
 
 LICENSE="ISC"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm x86"
 IUSE="+sysv-utils"
 
 RDEPEND="



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

2023-03-24 Thread Arthur Zamarin
commit: f01a013053d110bea03970ccfb4fd77b9ec740a6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 25 05:13:33 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 25 05:13:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f01a0130

dev-lang/execline: Stabilize 2.9.2.0 x86, #902803

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

 dev-lang/execline/execline-2.9.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/execline/execline-2.9.2.0.ebuild 
b/dev-lang/execline/execline-2.9.2.0.ebuild
index 99842e4ae590..fd780a03f32c 100644
--- a/dev-lang/execline/execline-2.9.2.0.ebuild
+++ b/dev-lang/execline/execline-2.9.2.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
 
 LICENSE="ISC"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~arm ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~riscv x86"
 
 RDEPEND=">=dev-libs/skalibs-2.13.0.0:="
 DEPEND="${RDEPEND}"



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

2023-03-24 Thread Arthur Zamarin
commit: 3e3c6c0e762bd05fcb8ba4275721976f003c482a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 25 05:13:34 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 25 05:13:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e3c6c0e

sys-apps/s6: Stabilize 2.11.3.0 x86, #902803

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

 sys-apps/s6/s6-2.11.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/s6/s6-2.11.3.0.ebuild b/sys-apps/s6/s6-2.11.3.0.ebuild
index 589e48f8ebb4..9f39c5be2859 100644
--- a/sys-apps/s6/s6-2.11.3.0.ebuild
+++ b/sys-apps/s6/s6-2.11.3.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
 
 LICENSE="ISC"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~arm ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~riscv x86"
 IUSE="+execline"
 
 RDEPEND="



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

2023-03-24 Thread Arthur Zamarin
commit: 7624872eb38df15795482f9818bd3148277b6c48
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 25 05:13:33 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 25 05:13:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7624872e

dev-libs/skalibs: Stabilize 2.13.1.0 x86, #902803

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

 dev-libs/skalibs/skalibs-2.13.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/skalibs/skalibs-2.13.1.0.ebuild 
b/dev-libs/skalibs/skalibs-2.13.1.0.ebuild
index 746086486c1a..627673ede156 100644
--- a/dev-libs/skalibs/skalibs-2.13.1.0.ebuild
+++ b/dev-libs/skalibs/skalibs-2.13.1.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz;
 
 LICENSE="ISC"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv x86"
 
 HTML_DOCS=( doc/. )
 



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

2023-03-24 Thread Arthur Zamarin
commit: a0030429277dacdc52db5330dedf02a13d9ba4b5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 25 05:07:10 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 25 05:07:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0030429

dev-python/pygobject: use array for meson_src_configure

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

 dev-python/pygobject/pygobject-3.42.2.ebuild | 8 +---
 dev-python/pygobject/pygobject-3.44.1.ebuild | 8 +---
 2 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/dev-python/pygobject/pygobject-3.42.2.ebuild 
b/dev-python/pygobject/pygobject-3.42.2.ebuild
index fbabfa8de064..aa8df02fbf99 100644
--- a/dev-python/pygobject/pygobject-3.42.2.ebuild
+++ b/dev-python/pygobject/pygobject-3.42.2.ebuild
@@ -41,10 +41,12 @@ BDEPEND="
 "
 
 python_configure() {
-   meson_src_configure \
-   $(meson_feature cairo pycairo) \
-   $(meson_use test tests) \
+   local emesonargs=(
+   $(meson_feature cairo pycairo)
+   $(meson_use test tests)
-Dpython="${EPYTHON}"
+   )
+   meson_src_configure
 }
 
 python_compile() {

diff --git a/dev-python/pygobject/pygobject-3.44.1.ebuild 
b/dev-python/pygobject/pygobject-3.44.1.ebuild
index 1f73c26cb177..2b6d84b909b9 100644
--- a/dev-python/pygobject/pygobject-3.44.1.ebuild
+++ b/dev-python/pygobject/pygobject-3.44.1.ebuild
@@ -41,10 +41,12 @@ BDEPEND="
 "
 
 python_configure() {
-   meson_src_configure \
-   $(meson_feature cairo pycairo) \
-   $(meson_use test tests) \
+   local emesonargs=(
+   $(meson_feature cairo pycairo)
+   $(meson_use test tests)
-Dpython="${EPYTHON}"
+   )
+   meson_src_configure
 }
 
 python_compile() {



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

2023-03-24 Thread Horea Christian
commit: 58c91a2f36087e3dcc9495d1846218a9c3e27561
Author: Horea Christian  chymera  eu>
AuthorDate: Sat Mar 25 05:10:13 2023 +
Commit: Horea Christian  gmail  com>
CommitDate: Sat Mar 25 05:10:13 2023 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=58c91a2f

sci-biology/gffutils: update EAPI 7 -> 8

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

 sci-biology/gffutils/gffutils-0.10.1.ebuild  | 7 +--
 sci-biology/gffutils/gffutils-0.8.7.1.ebuild | 4 ++--
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/sci-biology/gffutils/gffutils-0.10.1.ebuild 
b/sci-biology/gffutils/gffutils-0.10.1.ebuild
index 5d024a687..06182853e 100644
--- a/sci-biology/gffutils/gffutils-0.10.1.ebuild
+++ b/sci-biology/gffutils/gffutils-0.10.1.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{9..11} )
 
 inherit distutils-r1
 
@@ -14,6 +14,9 @@ 
SRC_URI="https://github.com/daler/gffutils/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
+IUSE="test"
+# Nose tests no longer supported
+RESTRICT="test"
 
 RDEPEND="
dev-python/simplejson[${PYTHON_USEDEP}]

diff --git a/sci-biology/gffutils/gffutils-0.8.7.1.ebuild 
b/sci-biology/gffutils/gffutils-0.8.7.1.ebuild
index ea347faa2..29506bb9c 100644
--- a/sci-biology/gffutils/gffutils-0.8.7.1.ebuild
+++ b/sci-biology/gffutils/gffutils-0.8.7.1.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{9..11} )
 
 inherit distutils-r1
 



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

2023-03-24 Thread Arthur Zamarin
commit: bd5e93ae78ee1bd30abdf6a906622aa70c1de4cc
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 25 05:03:51 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 25 05:03:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd5e93ae

net-misc/spice-gtk: Stabilize 0.42 x86, #902667

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

 net-misc/spice-gtk/spice-gtk-0.42.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/spice-gtk/spice-gtk-0.42.ebuild 
b/net-misc/spice-gtk/spice-gtk-0.42.ebuild
index b7c266a65aee..82d451348add 100644
--- a/net-misc/spice-gtk/spice-gtk-0.42.ebuild
+++ b/net-misc/spice-gtk/spice-gtk-0.42.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == ** ]] ; then
SPICE_PROTOCOL_VER=
 else
SRC_URI="https://www.spice-space.org/download/gtk/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 
SPICE_PROTOCOL_VER=0.14.3
 fi



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

2023-03-24 Thread Michał Górny
commit: 1d6ff5c85142c3934163b855c024fb24aa156138
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 25 04:58:15 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 25 05:01:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d6ff5c8

app-text/cssmin: Use PEP517 build

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

 app-text/cssmin/cssmin-0.2.0-r1.ebuild | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/app-text/cssmin/cssmin-0.2.0-r1.ebuild 
b/app-text/cssmin/cssmin-0.2.0-r1.ebuild
index f0b61ca513a5..b3d88778b80c 100644
--- a/app-text/cssmin/cssmin-0.2.0-r1.ebuild
+++ b/app-text/cssmin/cssmin-0.2.0-r1.ebuild
@@ -3,11 +3,16 @@
 
 EAPI=8
 
+DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{9..11} )
+
 inherit distutils-r1 pypi
 
 DESCRIPTION="Python port of the YUI CSS compression algorithm"
-HOMEPAGE="https://pypi.org/project/cssmin/ 
https://github.com/zacharyvoase/cssmin;
+HOMEPAGE="
+   https://pypi.org/project/cssmin/
+   https://github.com/zacharyvoase/cssmin/
+"
 
 LICENSE="MIT BSD"
 SLOT="0"



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

2023-03-24 Thread Michał Górny
commit: a38aae733294d76cff3df53390880cdebe0e6d8d
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 25 04:54:16 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 25 05:01:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a38aae73

dev-python/python-neutronclient: Remove old

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

 dev-python/python-neutronclient/Manifest   |  1 -
 .../python-neutronclient-8.2.1.ebuild  | 78 --
 2 files changed, 79 deletions(-)

diff --git a/dev-python/python-neutronclient/Manifest 
b/dev-python/python-neutronclient/Manifest
index 654cde8048b7..2837adb778a1 100644
--- a/dev-python/python-neutronclient/Manifest
+++ b/dev-python/python-neutronclient/Manifest
@@ -1,2 +1 @@
-DIST python-neutronclient-8.2.1.tar.gz 305119 BLAKE2B 
75c75594a9050f7d78921eb72a85ab216862c2c00ce622c5392cc089b9611aa7ce48650eabfe71ea14a8329c10cc4922b8de982e79f238663d8f315c7b0e99cb
 SHA512 
dc5e0e0a0d16ece56993b316db5fe93c8c5c9c50407229900fb4f21cd049e1d7d7ddd01f04b5a7b2e9d0c4623c94079a7fa8568068b30768ac3e2a51464a20a5
 DIST python-neutronclient-9.0.0.tar.gz 299550 BLAKE2B 
d7ef2cf96880083271039ecc107838b1c884fbe6774bb6952138a06c13360b543b8804758800b13780caa92afd98dedbb8c68d4f1b9721e8efd8312590469078
 SHA512 
213a4452a5a6f3ff813539ab67637578faf5aea87eee678fa3d3523c5b0c9623e13f6cb2d3d0537e936c936f41d4af933148a837e5e6e0b64b6dec2fd5a75eef

diff --git a/dev-python/python-neutronclient/python-neutronclient-8.2.1.ebuild 
b/dev-python/python-neutronclient/python-neutronclient-8.2.1.ebuild
deleted file mode 100644
index 7747f9b4aa9a..
--- a/dev-python/python-neutronclient/python-neutronclient-8.2.1.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{9..10} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A client for the OpenStack Quantum API"
-HOMEPAGE="
-   https://opendev.org/openstack/python-neutronclient/
-   https://github.com/openstack/python-neutronclient/
-   https://pypi.org/project/python-neutronclient/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
-
-RDEPEND="
-   >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
-   >=dev-python/cliff-3.4.0[${PYTHON_USEDEP}]
-   >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
-   >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
-   >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
-   >=dev-python/osc-lib-1.8.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
-   >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
-   >dev-python/oslo-serialization-2.19.1[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
-   >=dev-python/os-client-config-1.28.0[${PYTHON_USEDEP}]
-   >=dev-python/keystoneauth1-3.8.0[${PYTHON_USEDEP}]
-   >=dev-python/python-keystoneclient-3.8.0[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
-   >=dev-python/simplejson-3.5.1[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
-   test? (
-   dev-python/bandit[${PYTHON_USEDEP}]
-   dev-python/fixtures[${PYTHON_USEDEP}]
-   dev-python/oslotest[${PYTHON_USEDEP}]
-   dev-python/python-openstackclient[${PYTHON_USEDEP}]
-   dev-python/subunit[${PYTHON_USEDEP}]
-   dev-python/requests-mock[${PYTHON_USEDEP}]
-   dev-python/testtools[${PYTHON_USEDEP}]
-   dev-python/testscenarios[${PYTHON_USEDEP}]
-   dev-python/tempest[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests unittest
-
-src_prepare() {
-   # Needs osprofile
-   rm neutronclient/tests/unit/test_http.py || die
-   distutils-r1_src_prepare
-}
-
-python_test() {
-   # functional tests require cloud instance access
-   eunittest -b neutronclient.tests.unit
-}
-
-python_install() {
-   distutils-r1_python_install
-   # stupid stupid stupid
-   local SITEDIR="${D}$(python_get_sitedir)" || die
-   cd "${SITEDIR}" || die
-   local egg=( python_neutronclient*.dist-info )
-   [[ -d ${egg[0]} ]] || die "python_quantumclient*.dist-info not found"
-   ln -s "${egg[0]}" "${egg[0]/neutron/quantum}" || die
-   ln -s neutronclient quantumclient || die
-   ln -s neutron quantumclient/quantum || die
-}



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

2023-03-24 Thread Michał Górny
commit: 6d1aa258e4e4a12127657ad70289b61cb1e93dda
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 25 05:00:26 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 25 05:01:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d1aa258

dev-python/meson-python: Remove old

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

 dev-python/meson-python/Manifest   |  1 -
 dev-python/meson-python/meson-python-0.12.0.ebuild | 74 --
 2 files changed, 75 deletions(-)

diff --git a/dev-python/meson-python/Manifest b/dev-python/meson-python/Manifest
index 7212b4adda2b..a34d8ec3e8c0 100644
--- a/dev-python/meson-python/Manifest
+++ b/dev-python/meson-python/Manifest
@@ -1,2 +1 @@
-DIST meson-python-0.12.0.gh.tar.gz 43801 BLAKE2B 
fa4f5b73d490fce64da5c9f79c590e32af5b39790c0ffddc694a6b11a9274760a4e92a3d45abdefdbec1e6c5235ae799ee6c3e1b99685028b3bc007d5322683d
 SHA512 
f2e416027bb6fb6cf6ad0fd84c6b65ddc83b497ff96b5a144dfcdd1addee44972eaa7422c8d9a8092431b6df1b052f970e9e7bd7dc57b28fbf42d2ea3a8d9231
 DIST meson-python-0.12.1.gh.tar.gz 43855 BLAKE2B 
96b9ff5ef628bb471f7f79ce30ec6f3f851ce0006327e8b3a6003fdcb768f3280c0ee882d1c0c8ea183b0f2319d7c977c3fbb62742e3127bafb73e9732b3a1a9
 SHA512 
6f8e840da0155f2dd0e7139387f875cfad79eb042abcfa69b3043f51cbae3222fc2986e13798389909a0b4719513c93af381ec00a69fdfedf14bbe4e100b2f08

diff --git a/dev-python/meson-python/meson-python-0.12.0.ebuild 
b/dev-python/meson-python/meson-python-0.12.0.ebuild
deleted file mode 100644
index c239db438472..
--- a/dev-python/meson-python/meson-python-0.12.0.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=standalone
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Meson PEP 517 Python build backend"
-HOMEPAGE="
-   https://pypi.org/project/meson-python/
-   https://github.com/mesonbuild/meson-python/
-"
-SRC_URI="
-   https://github.com/mesonbuild/meson-python/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ia64 ~loong ppc ppc64 ~riscv ~s390 ~sparc x86"
-
-RDEPEND="
-   >=dev-python/pyproject-metadata-0.6.1[${PYTHON_USEDEP}]
-   >=dev-util/meson-0.63.0[${PYTHON_USEDEP}]
-   dev-util/patchelf
-   $(python_gen_cond_dep '
-   dev-python/typing-extensions[${PYTHON_USEDEP}]
-   ' 3.8 3.9)
-   $(python_gen_cond_dep '
-   >=dev-python/tomli-1.0.0[${PYTHON_USEDEP}]
-   ' 3.8 3.9 3.10)
-"
-BDEPEND="
-   dev-python/cython[${PYTHON_USEDEP}]
-   test? (
-   dev-python/GitPython[${PYTHON_USEDEP}]
-   dev-python/pytest-mock[${PYTHON_USEDEP}]
-   )
-"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.11.0-defaults.patch
-)
-
-distutils_enable_sphinx docs \
-   dev-python/furo \
-   dev-python/sphinx-autodoc-typehints
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # requires network access
-   tests/test_pep518.py::test_pep518
-)
-
-src_prepare() {
-   # strip dependency on ninja -- we provide ninja via Gentoo package
-   # rather than the Python wheel, so we don't have .dist-info there
-   sed -i -e '/ninja/d' pyproject.toml || die
-   distutils-r1_src_prepare
-}
-
-python_test() {
-   local EPYTEST_DESELECT=(
-   # requires network access
-   tests/test_pep518.py::test_pep518
-   )
-
-   epytest
-
-   rm -rf docs/examples/spam/build/ || die # remove artifacts
-}



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

2023-03-24 Thread Michał Górny
commit: ccd52abca665dc22c2a6319b0525b2ea15b638f7
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 25 05:00:13 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 25 05:01:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccd52abc

dev-python/pydantic: Remove old

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

 dev-python/pydantic/Manifest   |  2 -
 dev-python/pydantic/pydantic-1.10.4.ebuild | 82 --
 dev-python/pydantic/pydantic-1.10.5.ebuild | 82 --
 3 files changed, 166 deletions(-)

diff --git a/dev-python/pydantic/Manifest b/dev-python/pydantic/Manifest
index f3d6bfd71c19..391179a2a78c 100644
--- a/dev-python/pydantic/Manifest
+++ b/dev-python/pydantic/Manifest
@@ -1,4 +1,2 @@
-DIST pydantic-1.10.4.gh.tar.gz 898916 BLAKE2B 
506a53de6a59f858a7c8fd56cf18f8079d48eb4f6d3ba36d149141a7e2d471819a466bfc1c34c879f5ec90c0de385b2b89d58beb75660da7de282278092e901f
 SHA512 
0566f89518c6f0171c9b49b5fb57e568286ed421d64655dde90a1565d0672bfef6237ed99e4120564ca2562c7e29e08d86db4fcec47e605aaa98d60845688e72
-DIST pydantic-1.10.5.gh.tar.gz 900106 BLAKE2B 
6ad75bc0e58b2fea8e0e4c2e23e7b8de39779ec6f1acf05b693201f6ef63e2e6765cac2320ecf694086facdc5d38d9213cead7dc267b53bbec97f11e0f6ff67e
 SHA512 
2f25e5ed3016a64af05674a21dd8dccf3af7e075237b0d078433fa347e58482113e243f9c21ddd55677432d22da692cbb24a682c5af2f09bfdb6fb5cbd53d408
 DIST pydantic-1.10.6.gh.tar.gz 902014 BLAKE2B 
ba3a3896cdcd2eecc7bd4e6ad979846de377c94d939519889752b36827eba7b3d245943ba192dd80925c2aa09ef02243aaae5e990a6f7b1ab9a8d0b5ba9830c4
 SHA512 
094fda0158faeb6021632f7ce3ea2570c19ddb288260d4e0f5a4361ab2684a68b0e6212264b37a4a75166746570098d1c4aa0311797d2cf1a22cef2c1e1f0137
 DIST pydantic-1.10.7.gh.tar.gz 903379 BLAKE2B 
b2dd75a640ca54024a2bf141117a1d738a30a4630bed8f4d0169fc5a6a55ded719727d88c7e78b9a2acc3aec68482e9be8c8bf4776fef668fe4acc3e1fd775df
 SHA512 
948a7935b374719773df50243aed708b3c6789243b9aa0ba239cf1502ddd0e0cec4d701e108f1cc78090c088f3cb1c78b840c39f5e7ad0e61739776f552f284d

diff --git a/dev-python/pydantic/pydantic-1.10.4.ebuild 
b/dev-python/pydantic/pydantic-1.10.4.ebuild
deleted file mode 100644
index 3c41a8e86030..
--- a/dev-python/pydantic/pydantic-1.10.4.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
-
-inherit distutils-r1
-
-MY_P=${P/_beta/b}
-DESCRIPTION="Data parsing and validation using Python type hints"
-HOMEPAGE="
-   https://github.com/pydantic/pydantic/
-   https://pypi.org/project/pydantic/
-"
-SRC_URI="
-   https://github.com/pydantic/pydantic/archive/v${PV/_beta/b}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
-IUSE="+native-extensions"
-
-RDEPEND="
-   >=dev-python/typing-extensions-4.1.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   native-extensions? (
-   dev-python/cython[${PYTHON_USEDEP}]
-   )
-   test? (
-   dev-python/hypothesis[${PYTHON_USEDEP}]
-   dev-python/pytest-mock[${PYTHON_USEDEP}]
-   dev-python/python-dotenv[${PYTHON_USEDEP}]
-   >=dev-python/python-email-validator-1.2.1[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   sed -i -e '/CFLAGS/d' setup.py || die
-   distutils-r1_src_prepare
-}
-
-python_compile() {
-   if [[ ${EPYTHON} == pypy3 ]] || ! use native-extensions; then
-   # do not build extensions on PyPy to workaround
-   # https://github.com/cython/cython/issues/4763
-   local -x SKIP_CYTHON=1
-   fi
-   distutils-r1_python_compile
-}
-
-python_test() {
-   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-   local -x PYTEST_PLUGINS=pytest_mock
-
-   local EPYTEST_DESELECT=(
-   # flaky test, known upstream
-   
tests/test_hypothesis_plugin.py::test_can_construct_models_with_all_fields
-   # mypy linting causes regressions with new mypy versions
-   tests/mypy
-   )
-   case ${EPYTHON} in
-   pypy3)
-   EPYTEST_DESELECT+=(
-   
tests/test_private_attributes.py::test_private_attribute
-   
tests/test_private_attributes.py::test_private_attribute_annotation
-   
tests/test_private_attributes.py::test_private_attribute_factory
-   
tests/test_private_attributes.py::test_private_attribute_multiple_inheritance
-   
tests/test_private_attributes.py::test_underscore_attrs_are_private
-   )
-   ;;
-   esac
-   rm -rf 

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

2023-03-24 Thread Michał Górny
commit: ac9e8b981203165bb3aced9c74d951fbb2273f27
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 25 05:00:57 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 25 05:01:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac9e8b98

dev-python/PyGithub: Remove old

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

 dev-python/PyGithub/Manifest   |  2 --
 dev-python/PyGithub/PyGithub-1.57.ebuild   | 39 --
 dev-python/PyGithub/PyGithub-1.58.0.ebuild | 39 --
 3 files changed, 80 deletions(-)

diff --git a/dev-python/PyGithub/Manifest b/dev-python/PyGithub/Manifest
index 05a1fe131dc7..eb771d6a76bb 100644
--- a/dev-python/PyGithub/Manifest
+++ b/dev-python/PyGithub/Manifest
@@ -1,3 +1 @@
-DIST PyGithub-1.57.gh.tar.gz 3159952 BLAKE2B 
e753a72c0fe20f0697ff3246fd2c3445571079ae18bee50abf6543da51d9e889c67cafa0bf36a980223f3423cf880c36d24ce74a6bf245117a080186a209ddcb
 SHA512 
6c8880d21c5134581be6bc5549184c3f13cef8f360a46a459234f22f3dd4fc5f8b573cc3a5d870bba6c6129ff7b670e739d87e42f2e34ddcdf357a3fe2b3cadc
-DIST PyGithub-1.58.0.gh.tar.gz 3172006 BLAKE2B 
a1d71c11a359d296fbf895a1fc3c9f60490b7c63fd65c92a3a025c2b306ca281a03cf65d49a1dcca5bb0a9c537b130f5ef7bd9ab594f1521a106857f83669f65
 SHA512 
cbaca0d116be56f6d44084892e52b7073378743178342a480c2b3990542e476bee52947d56f8be950d05d5c06fb8eaeb32acb35285c79e0cbbd8b24239af6cba
 DIST PyGithub-1.58.1.tar.gz 3171074 BLAKE2B 
e1397db839b2fc194fc67d9ac47adf9faa4a087c9350596e243d8d763a05d50ee1f9b03192bc5b88c0c94893c8d39b798efd07d0c2c8c597072c65306339c03a
 SHA512 
97e316d8bcd47546da2f64afe462b51d183a5385544a57963585a179d844e12865c7b87f08c507c4d3d8c0397a7f98acd84c17f45e9668722459c4c2cc328363

diff --git a/dev-python/PyGithub/PyGithub-1.57.ebuild 
b/dev-python/PyGithub/PyGithub-1.57.ebuild
deleted file mode 100644
index 1768dcfd92fb..
--- a/dev-python/PyGithub/PyGithub-1.57.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python library to access the Github API v3"
-HOMEPAGE="
-   https://github.com/PyGithub/PyGithub/
-   https://pypi.org/project/PyGithub/
-"
-SRC_URI="
-   https://github.com/PyGithub/PyGithub/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
-   dev-python/deprecated[${PYTHON_USEDEP}]
-   >=dev-python/pyjwt-2.4.0[${PYTHON_USEDEP}]
-   >=dev-python/pynacl-1.4.0[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.14.0[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/cryptography[${PYTHON_USEDEP}]
-   >=dev-python/httpretty-0.9.6[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/PyGithub/PyGithub-1.58.0.ebuild 
b/dev-python/PyGithub/PyGithub-1.58.0.ebuild
deleted file mode 100644
index 5ad78d5f92e7..
--- a/dev-python/PyGithub/PyGithub-1.58.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python library to access the Github API v3"
-HOMEPAGE="
-   https://github.com/PyGithub/PyGithub/
-   https://pypi.org/project/PyGithub/
-"
-SRC_URI="
-   https://github.com/PyGithub/PyGithub/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   dev-python/deprecated[${PYTHON_USEDEP}]
-   >=dev-python/pyjwt-2.4.0[${PYTHON_USEDEP}]
-   >=dev-python/pynacl-1.4.0[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.14.0[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/cryptography[${PYTHON_USEDEP}]
-   >=dev-python/httpretty-0.9.6[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



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

2023-03-24 Thread Michał Górny
commit: 428d75f460f39487d6212eb0d8c13bffb7cddf8a
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 25 04:54:05 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 25 05:01:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=428d75f4

dev-python/python-novaclient: Remove old

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

 dev-python/python-novaclient/Manifest  |  1 -
 .../python-novaclient-18.2.0.ebuild| 65 --
 2 files changed, 66 deletions(-)

diff --git a/dev-python/python-novaclient/Manifest 
b/dev-python/python-novaclient/Manifest
index 0c88c1e7147a..7e60e2218445 100644
--- a/dev-python/python-novaclient/Manifest
+++ b/dev-python/python-novaclient/Manifest
@@ -1,2 +1 @@
-DIST python-novaclient-18.2.0.tar.gz 337940 BLAKE2B 
8b019d55089688030696a3407cbc33df09b9857fc63173a4ed4983374a35593612e43e99b0b840e239fccb42b31d97d16502d0284734789acb7b647b001b17a1
 SHA512 
3321449f143c253a494477296e2b4ccb20ffba877f0257b4f5e39c977946748275018c8b4094b370d2d4727325c9292a5f2c6f3f11478bd13469174de9d19390
 DIST python-novaclient-18.3.0.tar.gz 339238 BLAKE2B 
b057e3156cb488c7796a9f7cc2a793bfc4dfea41f6b3b7dfe6eaa8113c6d0f84cdd37890358b5ac700aecf872ead4eab509001afc0c91d96ca9ada48e932352b
 SHA512 
7a365a512922daeda034fde3404f9962039a8dc9164b8261a916131955f45a0539302a051871bac5efdbc42bb98f590221729a7cd552cf05116cc5853b77690d

diff --git a/dev-python/python-novaclient/python-novaclient-18.2.0.ebuild 
b/dev-python/python-novaclient/python-novaclient-18.2.0.ebuild
deleted file mode 100644
index 2b1e4b4fdc8e..
--- a/dev-python/python-novaclient/python-novaclient-18.2.0.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{9..10} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A client for the OpenStack Nova API"
-HOMEPAGE="
-   https://opendev.org/openstack/python-novaclient/
-   https://github.com/openstack/python-novaclient/
-   https://pypi.org/project/python-novaclient/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
-
-RDEPEND="
-   >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
-   >=dev-python/keystoneauth1-3.5.0[${PYTHON_USEDEP}]
-   >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
-   >dev-python/oslo-serialization-2.19.1[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
-   >=dev-python/prettytable-0.7.2[${PYTHON_USEDEP}]
-   >dev-python/requests-2.12.2[${PYTHON_USEDEP}]
-   >=dev-python/stevedore-2.0.1[${PYTHON_USEDEP}]
-"
-# Tests fail with dev-python/prettytable-3.4.0
-BDEPEND="
-   >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
-   test? (
-   dev-python/bandit[${PYTHON_USEDEP}]
-   dev-python/ddt[${PYTHON_USEDEP}]
-   dev-python/fixtures[${PYTHON_USEDEP}]
-   dev-python/python-keystoneclient[${PYTHON_USEDEP}]
-   dev-python/python-cinderclient[${PYTHON_USEDEP}]
-   dev-python/python-glanceclient[${PYTHON_USEDEP}]
-   dev-python/python-neutronclient[${PYTHON_USEDEP}]
-   dev-python/requests-mock[${PYTHON_USEDEP}]
-   dev-python/openstacksdk[${PYTHON_USEDEP}]
-   dev-python/testscenarios[${PYTHON_USEDEP}]
-   dev-python/testtools[${PYTHON_USEDEP}]
-   dev-python/tempest[${PYTHON_USEDEP}]
-   

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

2023-03-24 Thread Michał Górny
commit: 54eaf8031c24236d2e44af08a2a723ccf37ab674
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 25 04:53:35 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 25 05:01:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54eaf803

app-text/cssmin: Remove old

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

 app-text/cssmin/cssmin-0.2.0.ebuild | 15 ---
 1 file changed, 15 deletions(-)

diff --git a/app-text/cssmin/cssmin-0.2.0.ebuild 
b/app-text/cssmin/cssmin-0.2.0.ebuild
deleted file mode 100644
index 074ed8583a55..
--- a/app-text/cssmin/cssmin-0.2.0.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..10} )
-inherit distutils-r1
-
-DESCRIPTION="Python port of the YUI CSS compression algorithm"
-HOMEPAGE="https://pypi.org/project/cssmin/ 
https://github.com/zacharyvoase/cssmin;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"



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

2023-03-24 Thread Michał Górny
commit: ae21bee6effef42a42087fb3798adbf4c4a82dc9
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 25 04:52:08 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 25 05:01:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae21bee6

dev-python/python-swiftclient: Remove old

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

 dev-python/python-swiftclient/Manifest |  1 -
 .../python-swiftclient-4.1.0.ebuild| 40 --
 2 files changed, 41 deletions(-)

diff --git a/dev-python/python-swiftclient/Manifest 
b/dev-python/python-swiftclient/Manifest
index 658b44ffec2d..364789090756 100644
--- a/dev-python/python-swiftclient/Manifest
+++ b/dev-python/python-swiftclient/Manifest
@@ -1,2 +1 @@
-DIST python-swiftclient-4.1.0.tar.gz 201954 BLAKE2B 
f81368dae2d0e56b178c00c9d4b0989fa9629fd909b8413a262103109a092bd8134679be41f8f8176d638f215d9e03b2e60013deed9f0b72d7ae4be181a1b4e0
 SHA512 
85b4ff0a49d149e6b42b257d8f815de48a549d377d7db807751f485d8a9636e4d4208c99cbd1cda3d9195c45d416911a4e8b65fc373e93d722cade0968515524
 DIST python-swiftclient-4.2.0.tar.gz 203334 BLAKE2B 
5c64c785b8d3db45c5d89d3c09f27d0caa7a7f7a57afd935c2f10b050882734e966eb5b027bc956b450a19e6aa5d6ed2ad955db556b83a1086ac358d1c82025c
 SHA512 
8426f39a5d37281816570c13491da1f459fe03182a8041fbd362733376d0c7edda6b51e4d3bbcb5ceed79ec7746e127760d1f936326b50a1cc7de102590f45d7

diff --git a/dev-python/python-swiftclient/python-swiftclient-4.1.0.ebuild 
b/dev-python/python-swiftclient/python-swiftclient-4.1.0.ebuild
deleted file mode 100644
index c0af8e9592e0..
--- a/dev-python/python-swiftclient/python-swiftclient-4.1.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python bindings to the OpenStack Object Storage API"
-HOMEPAGE="https://launchpad.net/python-swiftclient;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-
-RDEPEND="
-   >=dev-python/requests-2.4.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/pbr[${PYTHON_USEDEP}]
-   test? (
-   >=dev-python/keystoneauth1-3.4.0[${PYTHON_USEDEP}]
-   dev-python/python-keystoneclient[${PYTHON_USEDEP}]
-   >=dev-python/mock-1.2.0[${PYTHON_USEDEP}]
-   >=dev-python/openstacksdk-0.11.0[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests unittest
-
-python_prepare_all() {
-   sed -e 's/test_password_prompt/_&/' -i test/unit/test_shell.py || die
-   # fix duplicate script/entry point
-   # https://bugs.launchpad.net/python-swiftclient/+bug/1975361
-   sed -i -e '/bin\/swift/d' setup.cfg || die
-   distutils-r1_python_prepare_all
-}



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

2023-03-24 Thread Michał Górny
commit: d3efe207a51e835f92d9e2332bf9f7245f196732
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 25 04:51:26 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 25 05:01:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3efe207

dev-python/python-openstackclient: Remove old

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

 dev-python/python-openstackclient/Manifest |  2 -
 .../python-openstackclient-6.0.0.ebuild| 61 --
 .../python-openstackclient-6.1.0.ebuild| 61 --
 3 files changed, 124 deletions(-)

diff --git a/dev-python/python-openstackclient/Manifest 
b/dev-python/python-openstackclient/Manifest
index 9dc006f375a6..6ed1b72322b7 100644
--- a/dev-python/python-openstackclient/Manifest
+++ b/dev-python/python-openstackclient/Manifest
@@ -1,3 +1 @@
-DIST python-openstackclient-6.0.0.tar.gz 838447 BLAKE2B 
c6b213b022e8c75d3a94752b29cebda4d9ca1d329dc1cb0b470f6e787dd930b379d16bec6c4a0047e63110e01dbf48bee72ed6ccbf54036fa3d1d5de55487e8b
 SHA512 
20bd8da025ee3c69a5e491089edcb42f961c5109563718198ddd22fab8d6928fa08afd6a7db608c70386bd2b61c571c2fadb1c76f84c3d7f1a60c65d4520dfa6
-DIST python-openstackclient-6.1.0.tar.gz 881389 BLAKE2B 
6de827c6b85b412034e9444cef656fd748ed1c338c16c22762d3918291090d6ca289a4f7343ee0708e971a693990707fa8cf7a5db1e7e1bdc040a701988258a6
 SHA512 
6a5363fdd2da5ba3a6ee31f0f0c060b3d2520149a3c22583d5020bea75f93faeccd62946b88fc4d8cc6b0776bedb54d3c88b61761644ad86de973a8a0a1dcc8c
 DIST python-openstackclient-6.2.0.tar.gz 886194 BLAKE2B 
23c8dd3f1625ecde66b09168a9c7e01043a67b175d4af3df179b9794933a88d5f8db5a555152df20a5c37d0ab773a1d241e0030f5fbe98f5e946f7b094d2e4c3
 SHA512 
84a6535839693abe126cf014a94097ee32eba03c3d49973454591cb398c1fc9a9ce9e3765a64d0b1b7e14895de90d42c9e967a7f778b01ff8bac2ee6e7d0f609

diff --git 
a/dev-python/python-openstackclient/python-openstackclient-6.0.0.ebuild 
b/dev-python/python-openstackclient/python-openstackclient-6.0.0.ebuild
deleted file mode 100644
index 6059fc760e2e..
--- a/dev-python/python-openstackclient/python-openstackclient-6.0.0.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{9..10} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A client for the OpenStack APIs"
-HOMEPAGE="
-   https://opendev.org/openstack/python-openstackclient/
-   https://github.com/openstack/python-openstackclient/
-   https://pypi.org/project/python-openstackclient/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
-
-RDEPEND="
-   >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
-   >=dev-python/cliff-3.5.0[${PYTHON_USEDEP}]
-   >=dev-python/openstacksdk-0.56.0[${PYTHON_USEDEP}]
-   >=dev-python/osc-lib-2.3.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
-   >=dev-python/python-keystoneclient-3.22.0[${PYTHON_USEDEP}]
-   >=dev-python/python-novaclient-17.0.0[${PYTHON_USEDEP}]
-   >=dev-python/python-cinderclient-3.3.0[${PYTHON_USEDEP}]
-   >=dev-python/stevedore-2.0.1[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
-   test? (
-   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
-   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
-   >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
-   >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
-   >=dev-python/tempest-17.1.0[${PYTHON_USEDEP}]
-   >=dev-python/wrapt-1.7.0[${PYTHON_USEDEP}]
-   >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests unittest
-
-src_prepare() {
-   # Depends on specific runner
-   sed -e 's/test_command_has_logger/_&/' -i 
openstackclient/tests/unit/common/test_command.py || die
-
-   distutils-r1_src_prepare
-}
-
-python_test() {
-   # functional tests require cloud instance access
-   eunittest -b openstackclient/tests/unit
-}

diff --git 
a/dev-python/python-openstackclient/python-openstackclient-6.1.0.ebuild 
b/dev-python/python-openstackclient/python-openstackclient-6.1.0.ebuild
deleted file mode 100644
index 9a9fed053c5a..
--- a/dev-python/python-openstackclient/python-openstackclient-6.1.0.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A client for the OpenStack APIs"
-HOMEPAGE="
-   https://opendev.org/openstack/python-openstackclient/
-   

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

2023-03-24 Thread Michał Górny
commit: b689d50e3c35f0f21765a4d6315bb980fb4ca549
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 25 04:52:29 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 25 05:01:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b689d50e

dev-python/weasyprint: Remove old

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

 dev-python/weasyprint/Manifest  |  2 --
 dev-python/weasyprint/weasyprint-57.2-r1.ebuild | 46 -
 dev-python/weasyprint/weasyprint-58.0.ebuild| 45 
 3 files changed, 93 deletions(-)

diff --git a/dev-python/weasyprint/Manifest b/dev-python/weasyprint/Manifest
index 87e9f5613d75..207f2dfa63ee 100644
--- a/dev-python/weasyprint/Manifest
+++ b/dev-python/weasyprint/Manifest
@@ -1,3 +1 @@
-DIST weasyprint-57.2.tar.gz 429120 BLAKE2B 
c97ba3fb3eec431a7de9a1a8a440290005de11b11d4abac4dd993a7d2fc4c14e64bdf13b8f8c12d4ba4f94b2049e0b05c3fb950c8b204f446323038c9c471451
 SHA512 
11b9469d37820439b1d0dad0117dd1c9649011c71aabb0e27008b303e5c851215ce9f0b271da9a74d614e54cb23f9c6036b6e094016b5688f6b700fb7444338f
-DIST weasyprint-58.0.tar.gz 433708 BLAKE2B 
3ebb87fad8d8a1a6a5d1ec54bef5cd153e8f837d19f87ce6ee891d4a20d41b38532972e9942e4d2123107491db42e0d690a95b8330510010ec2267c2948b
 SHA512 
6c8258b1539ba7c6c692d0a54d0adb36a252d9f1a407df7934cf37202813e08e16e97d2f70a322a2787e2ab64545f4a4fd745fe4771b9383f520b9fc8d51db28
 DIST weasyprint-58.1.tar.gz 433877 BLAKE2B 
2826629d1ed7825a9231ca69323961c7065138e04ecabbe59b07accb5264b915ffaa9ab999c3067afd033c25eecdd34b6bfe2f25d3c787abf5d4cec94295ffc0
 SHA512 
75a3512ce02551c2e8247cf7982d3db683c8aef92215e5b4584ca20d5e3f6a4603c65f98e8fcf513b8aff82ebedf221da7dd243e344c9d3626eaa7907fdbd5c2

diff --git a/dev-python/weasyprint/weasyprint-57.2-r1.ebuild 
b/dev-python/weasyprint/weasyprint-57.2-r1.ebuild
deleted file mode 100644
index df8f1a72c91c..
--- a/dev-python/weasyprint/weasyprint-57.2-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Visual rendering engine for HTML and CSS that can export to PDF"
-HOMEPAGE="
-   https://weasyprint.org/
-   https://github.com/Kozea/WeasyPrint/
-   https://pypi.org/project/weasyprint/
-"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-
-RDEPEND="
-   >=dev-python/cffi-0.6:=[${PYTHON_USEDEP}]
-   >=dev-python/cssselect2-0.1[${PYTHON_USEDEP}]
-   >=dev-python/fonttools-4.0.0[${PYTHON_USEDEP}]
-   >=dev-python/html5lib-1.1[${PYTHON_USEDEP}]
-   >=dev-python/pillow-4.0.0[jpeg,jpeg2k,${PYTHON_USEDEP}]
-   >=dev-python/pydyf-0.5.0[${PYTHON_USEDEP}]
-   >=dev-python/pyphen-0.9.1[${PYTHON_USEDEP}]
-   >=dev-python/tinycss2-1.0.0[${PYTHON_USEDEP}]
-   media-fonts/dejavu
-   x11-libs/pango
-"
-
-BDEPEND="
-   test? (
-   || (
-   >=app-text/ghostscript-gpl-9.56.1-r3
-   https://weasyprint.org/
-   https://github.com/Kozea/WeasyPrint/
-   https://pypi.org/project/weasyprint/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   >=dev-python/cffi-0.6:=[${PYTHON_USEDEP}]
-   >=dev-python/cssselect2-0.1[${PYTHON_USEDEP}]
-   >=dev-python/fonttools-4.0.0[${PYTHON_USEDEP}]
-   >=dev-python/html5lib-1.1[${PYTHON_USEDEP}]
-   >=dev-python/pillow-4.0.0[jpeg,jpeg2k,${PYTHON_USEDEP}]
-   >=dev-python/pydyf-0.5.0[${PYTHON_USEDEP}]
-   >=dev-python/pyphen-0.9.1[${PYTHON_USEDEP}]
-   >=dev-python/tinycss2-1.0.0[${PYTHON_USEDEP}]
-   media-fonts/dejavu
-   x11-libs/pango
-"
-
-BDEPEND="
-   test? (
-   || (
-   >=app-text/ghostscript-gpl-9.56.1-r3
-   

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

2023-03-24 Thread Michał Górny
commit: 31c1b5938d0fa9afd3f118c6ef44fd3585ef5042
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 25 04:52:37 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 25 05:01:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31c1b593

dev-python/rebulk: Remove old

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

 dev-python/rebulk/Manifest   |  1 -
 dev-python/rebulk/rebulk-3.1.0-r1.ebuild | 35 
 2 files changed, 36 deletions(-)

diff --git a/dev-python/rebulk/Manifest b/dev-python/rebulk/Manifest
index 2ac8ae77309a..8cefaeb936ce 100644
--- a/dev-python/rebulk/Manifest
+++ b/dev-python/rebulk/Manifest
@@ -1,2 +1 @@
-DIST rebulk-3.1.0.gh.tar.gz 252775 BLAKE2B 
9624a02f8df950e3efa77c0fe7c3dfa083c255b10c118a571aa4f4fb8ee95f663f7ba45e66e77ec4c3fb801a6a1e8e369b04a6ec1323aeed6c8b13deb286614c
 SHA512 
591bbfeef1d472722d6250cd35f308c0ac9c5f2dee77f4702f1d9fa1e41bb1a16bbf7c4aa634d0b4f43d7f9093bc1e2faa38edb0170212fea2502ff6a284fcab
 DIST rebulk-3.2.0.gh.tar.gz 254923 BLAKE2B 
ea9501aa70d7842fecab8621ca7c58aed76dba419c46f92e0fc7fa7e300f0ac9d7a457fc3b6bd14d02296449e15c918d63be8060ab1df4a51fe77e383daf6c33
 SHA512 
17928a0fcf1a78a592289bb9c7c0ea48e8b4d93ccd77793065a51a54258c2af857e9da6955cad552fa53caf76a95ee002a789c35fe248a909971c8afc7b6dfa5

diff --git a/dev-python/rebulk/rebulk-3.1.0-r1.ebuild 
b/dev-python/rebulk/rebulk-3.1.0-r1.ebuild
deleted file mode 100644
index fdf9eb3b75f7..
--- a/dev-python/rebulk/rebulk-3.1.0-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python library that performs advanced searches in strings"
-HOMEPAGE="
-   https://github.com/Toilal/rebulk/
-   https://pypi.org/project/rebulk/
-"
-SRC_URI="
-   https://github.com/Toilal/rebulk/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   # Remove base64-encoded zip archive with pytest.
-   rm runtests.py || die
-
-   # Disable unconditional dependency on dev-python/pytest-runner.
-   sed -i -e "s|'pytest-runner'||g" setup.py || die
-
-   distutils-r1_python_prepare_all
-}



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

2023-03-24 Thread Michał Górny
commit: 3fc723d826bae03f3cafb257aad239769a2de65f
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 25 04:52:18 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 25 05:01:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fc723d8

dev-python/google-auth: Remove old

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

 dev-python/google-auth/Manifest  |  2 -
 dev-python/google-auth/google-auth-2.16.0.ebuild | 58 
 dev-python/google-auth/google-auth-2.16.1.ebuild | 58 
 3 files changed, 118 deletions(-)

diff --git a/dev-python/google-auth/Manifest b/dev-python/google-auth/Manifest
index 4c65b3932d33..5365a7f30bb4 100644
--- a/dev-python/google-auth/Manifest
+++ b/dev-python/google-auth/Manifest
@@ -1,4 +1,2 @@
-DIST google-auth-2.16.0.tar.gz 223336 BLAKE2B 
9dbd54bdf072dacdf728f6fc34931f153dd409e3e1b92e37ed652a1db39d5380b7e66bd196cb1192f75234b2317518a443f8f515bc9135f553e6c9f1116fc606
 SHA512 
dbeff00089a410c6702e2bd704968c7392809dc217b3f511b62429a11649e4b0607a41622d2753bed9e511368b1c32086b23df66ec915e07a1dd4f32471e025d
-DIST google-auth-2.16.1.tar.gz 221594 BLAKE2B 
d220bbd22e560f291566ed533c8f3f8961f611bb65410b2ed56a9d9745f1a269a46df7f9075565958a919266450e1702c808eb4fc12680b74790983f8897713a
 SHA512 
87e648832cd88d789334e59ea05545dd567ff7cf5d65d5dd2c209277716b6a77e92e082e9db91df208f1372a010ef1d6830ff77dbdf77d0fda2b649da39bcdd9
 DIST google-auth-2.16.2.tar.gz 221392 BLAKE2B 
858ec2d01b7c8e573ddc310a17d634bd63032f469eb47b0fe5fd3c4bcdb5e3388380fba671958734e1b406ff19c9f8d5b70d8e25587e2e813e1300b27329dab4
 SHA512 
5686846fbd299e8d331a2132a1f2847febb68f06e460aed987ff12efa3a629c274f6b9dcae53b8b3d9075bb590e5e265eb11b9d6eb3861d4230f91f0bfea84f1
 DIST google-auth-2.16.3.tar.gz 221824 BLAKE2B 
759b450936e7675b1c50ef574b8e9877d4b086a9e77b47958d56743fe140790359a79de026bc634752aa0eb631abc8a50da4804151071217af34fba588b72c01
 SHA512 
4010e19cb079baa32ad93f3ee6e9bc142b6edd331247251a14ee8ef9be166d81032cf10a6e000edc32d59e619021c4c9e500658288e4941a886d1d99e86ab68c

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

diff --git a/dev-python/google-auth/google-auth-2.16.1.ebuild 
b/dev-python/google-auth/google-auth-2.16.1.ebuild
deleted file mode 100644
index 5faba10d7363..
--- a/dev-python/google-auth/google-auth-2.16.1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Google Authentication Library"
-HOMEPAGE="
-   https://github.com/googleapis/google-auth-library-python/
-   https://pypi.org/project/google-auth/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-RDEPEND="
-   =dev-python/pyasn1-0.1.7[${PYTHON_USEDEP}]
-   >=dev-python/pyasn1-modules-0.2.1[${PYTHON_USEDEP}]
-   

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

2023-03-24 Thread Michael Palimaka
commit: 6eaa6e392ca3e08f1a94e7cccddfdc4b89e972be
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Mar 25 04:56:17 2023 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Mar 25 04:56:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eaa6e39

net-analyzer/testssl: drop 3.0.7

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

 net-analyzer/testssl/Manifest |  1 -
 net-analyzer/testssl/testssl-3.0.7.ebuild | 74 ---
 2 files changed, 75 deletions(-)

diff --git a/net-analyzer/testssl/Manifest b/net-analyzer/testssl/Manifest
index 725ccb7becc9..af80db2cb572 100644
--- a/net-analyzer/testssl/Manifest
+++ b/net-analyzer/testssl/Manifest
@@ -1,3 +1,2 @@
 DIST testssl-3.0.5.tar.gz 9224554 BLAKE2B 
fed4f02f4c5db3975f711e5e1fa0f0018b5e89f8a3afbd94763ec86dc4f739ee25504769b61fc1ddce7ce400f4d3267116cd21d14b003d9b6fd5706a84cb
 SHA512 
0f3fa081f047bf2d3fb2f3b65fcdbec976af54143a2d8ffbece6eff7545cc2a6e134247f9533fb1614d52d900fc66d7f50c97f02678b5dfb9842c3c69c0f81f0
-DIST testssl-3.0.7.tar.gz 9219774 BLAKE2B 
d3b6abd5bb46e26ccb13afd9c9440e80fd80566db2bf04bb72b254dbebdc69957a0bae82436ce0b3f826f7c829a0cf73589eedc60735c629d010c8cb76e196a0
 SHA512 
703099f3c7d7d040f064466c721e30ee594a8d495add113b899b14d21848c8488e2d447c1af87ecd3d0d2b00dbeecc3a7914c26721b5b1936cfa818cf6599d53
 DIST testssl-3.0.8.tar.gz 9372229 BLAKE2B 
cf463236fb0812c2bc5fd5673d0d2d395fc405697817827ee8c660c96d789601a090b57febd48400e33fd9f28b23d42d432734b176b23a8e8ddf710c9b275485
 SHA512 
4634bc5dc57ad8910ca097b22d86511a26e855fb4dc7bef9550a795cb1f53a959b8472008756b40a670d7433ad56236b5a36fe0c88c15de99fdf586e9919b080

diff --git a/net-analyzer/testssl/testssl-3.0.7.ebuild 
b/net-analyzer/testssl/testssl-3.0.7.ebuild
deleted file mode 100644
index a3a082296157..
--- a/net-analyzer/testssl/testssl-3.0.7.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN="${PN}.sh"
-MY_PV="${PV/_p/-}"
-
-DESCRIPTION="Tool to check TLS/SSL cipher support"
-HOMEPAGE="https://testssl.sh/;
-SRC_URI="https://github.com/drwetter/${MY_PN}/archive/v${MY_PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2 bundled-openssl? ( openssl )"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE="bundled-openssl kerberos"
-
-RDEPEND="
-   app-shells/bash[net]
-   net-dns/bind-tools
-   sys-apps/util-linux
-   sys-libs/ncurses:0
-   sys-process/procps
-   bundled-openssl? (
-   kerberos? (
-   sys-libs/zlib
-   virtual/krb5
-   )
-   )
-   !bundled-openssl? ( dev-libs/openssl:0 )
-"
-
-S=${WORKDIR}/${MY_PN}-${MY_PV}
-
-QA_PREBUILT="opt/${PN}/*"
-
-pkg_setup() {
-   if use amd64; then
-   if use kerberos; then
-   BUNDLED_OPENSSL="openssl.Linux.x86_64.krb"
-   else
-   BUNDLED_OPENSSL="openssl.Linux.x86_64"
-   fi
-   elif use x86; then
-   BUNDLED_OPENSSL="openssl.Linux.i686"
-   fi
-}
-
-src_prepare() {
-   default
-   sed -i ${PN}.sh \
-   -e 
's|TESTSSL_INSTALL_DIR="${TESTSSL_INSTALL_DIR:-""}"|TESTSSL_INSTALL_DIR="/"|' \
-   -e 's|$TESTSSL_INSTALL_DIR/etc/|/|g' || die
-
-   if use bundled-openssl; then
-   sed -i ${PN}.sh \
-   -e "/find_openssl_binary()/a 
OPENSSL=\"/opt/${PN}/${BUNDLED_OPENSSL}\"" || die
-   fi
-}
-
-src_install() {
-   dodoc CHANGELOG.md CREDITS.md Readme.md
-   dodoc openssl-iana.mapping.html
-
-   dobin ${PN}.sh
-
-   insinto /etc/${PN}
-   doins etc/*
-
-   if use bundled-openssl; then
-   exeinto /opt/${PN}
-   use amd64 && doexe bin/${BUNDLED_OPENSSL}
-   fi
-}



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

2023-03-24 Thread Michael Palimaka
commit: b982eaa8e7366a8b98a320cf35af7f3459e8d02c
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Mar 25 04:53:39 2023 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Mar 25 04:53:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b982eaa8

dev-util/howdoi: add 2.0.20

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

 dev-util/howdoi/Manifest |  1 +
 dev-util/howdoi/howdoi-2.0.20.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-util/howdoi/Manifest b/dev-util/howdoi/Manifest
index 967fcc2e5514..4d2a272823fa 100644
--- a/dev-util/howdoi/Manifest
+++ b/dev-util/howdoi/Manifest
@@ -1 +1,2 @@
 DIST howdoi-2.0.19.tar.gz 27109 BLAKE2B 
32c7ebf177a5a51f9df924440c5767e1a47125e24b821b51b28cfec45a747f7c04265b93aa0a68a85d2f65582617f866483aa77e8c1168903ef9dfdc860535f5
 SHA512 
e3e074f7b122513486bda0a0f68d31d51a2da2f17efe5c6ae2b5c49f44dd0f80a735d67a33e3d47eea51d83968da19bc294fc74a30f7e30457058ad9919e105a
+DIST howdoi-2.0.20.tar.gz 27595 BLAKE2B 
30644384dbe4c6073bd380a283f2af38943822480eebecbdfb252ca225c31579905bf023a90ba907be27e59ec4ae422f27accbe33d30340075264264e865d8b7
 SHA512 
0950a9f2366817646741c554a0f4b7bd1f05f614af9460ccb110dc0d0f68f58dd6437fedb237df4b340b5a4fbc569faf315273937f6520a85060791044b3dadf

diff --git a/dev-util/howdoi/howdoi-2.0.20.ebuild 
b/dev-util/howdoi/howdoi-2.0.20.ebuild
new file mode 100644
index ..bece62a0a155
--- /dev/null
+++ b/dev-util/howdoi/howdoi-2.0.20.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517="setuptools"
+PYTHON_COMPAT=( python3_10 )
+inherit distutils-r1 pypi
+
+DESCRIPTION="A code search tool"
+HOMEPAGE="https://pypi.org/project/howdoi/;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+# bug 818580
+RESTRICT="test"
+
+RDEPEND="
+   dev-python/appdirs[${PYTHON_USEDEP}]
+   dev-python/cachelib[${PYTHON_USEDEP}]
+   dev-python/colorama[${PYTHON_USEDEP}]
+   dev-python/keep[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   >=dev-python/pyquery-1.4.1[${PYTHON_USEDEP}]
+   dev-python/rich[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.24.0[${PYTHON_USEDEP}]
+"



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

2023-03-24 Thread Horea Christian
commit: d14ba1e4c57bcd0b12488eed12d82facb664c0bc
Author: Horea Christian  chymera  eu>
AuthorDate: Sat Mar 25 04:45:37 2023 +
Commit: Horea Christian  gmail  com>
CommitDate: Sat Mar 25 04:45:37 2023 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=d14ba1e4

profiles: packages issues addressed

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 37e5273d0..4c649adb9 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -46,7 +46,6 @@ sci-biology/trans-abyss
 
 # Andrew Ammerlaan 

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

2023-03-24 Thread Horea Christian
commit: 18b0edc37e3cb752898e1abb17cd78af0ff94fd4
Author: Horea Christian  chymera  eu>
AuthorDate: Sat Mar 25 04:45:09 2023 +
Commit: Horea Christian  gmail  com>
CommitDate: Sat Mar 25 04:45:09 2023 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=18b0edc3

sci-biology/pyfaidx: add 0.7.2.1

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

 sci-biology/pyfaidx/pyfaidx-0.7.2.1.ebuild | 24 
 1 file changed, 24 insertions(+)

diff --git a/sci-biology/pyfaidx/pyfaidx-0.7.2.1.ebuild 
b/sci-biology/pyfaidx/pyfaidx-0.7.2.1.ebuild
new file mode 100644
index 0..6f59187a6
--- /dev/null
+++ b/sci-biology/pyfaidx/pyfaidx-0.7.2.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Efficient pythonic random access to fasta subsequences"
+HOMEPAGE="https://pypi.python.org/pypi/pyfaidx 
https://github.com/mdshw5/pyfaidx;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+# Test issues reported upstream:
+# https://github.com/mdshw5/pyfaidx/issues/208
+RESTRICT="test"
+
+REPEND="dev-python/six[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: app-admin/bitwarden-desktop-bin/

2023-03-24 Thread Michael Palimaka
commit: 11a518e74f99f85871421112f139f2d29a6f9205
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Mar 25 04:34:19 2023 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Mar 25 04:35:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11a518e7

app-admin/bitwarden-desktop-bin: drop 2022.9.1-r1

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

 app-admin/bitwarden-desktop-bin/Manifest   |  1 -
 .../bitwarden-desktop-bin-2022.9.1-r1.ebuild   | 89 --
 2 files changed, 90 deletions(-)

diff --git a/app-admin/bitwarden-desktop-bin/Manifest 
b/app-admin/bitwarden-desktop-bin/Manifest
index 2cec043ec63d..449d3832d470 100644
--- a/app-admin/bitwarden-desktop-bin/Manifest
+++ b/app-admin/bitwarden-desktop-bin/Manifest
@@ -1,3 +1,2 @@
 DIST Bitwarden-2022.12.0-amd64.deb 65434808 BLAKE2B 
81e7f1b0d7a95fa08554fced72440d65c4fb5fb86371f4ce773904f53543a3586f56eb53d2a4f79034a475430d3b2926404a2bc178e49bb97999295100a6a352
 SHA512 
ca1fafe48b3dcbab8c2152ed84337c7ebd8cc1934f24d2eabf7ef65733c163e84fc9e49f8566cf2201ab557144e81360db8d8ee1883a92c275804d7c3ddf886b
-DIST Bitwarden-2022.9.1-amd64.deb 64957370 BLAKE2B 
05d1f206503b41ed2a118948b3bd74cb6418dde661f3e620644abe15108391fcd48e3211cb6ff48560eb6092dc2bd08620f3df24bb92de5b832301202456ecb9
 SHA512 
5907b58d4da1933809342f482f26833b4513e2b2d2a62a7f2ddec02e571069f3d0a5b509a57c4390f00677dd9c6a6164217e32a5911268da683ef94713345505
 DIST Bitwarden-2023.2.0-amd64.deb 70836086 BLAKE2B 
84c9bfd58a0b5e1647f8bf6af8e9c0070bb940896161c58bbcf43af03109e6623d741dfe303af84fd2ed98e8c16f95ef9eaa3936b6c39c851d4960ba29d4554e
 SHA512 
19cc12e85c2b4fdff2c52747fcea9cd888040c2d20faa0eaf81237d4ccbe4a0c4ed0df792c6c193768e33329561759357dc333fd05018a00e82bc71a4e8082e8

diff --git 
a/app-admin/bitwarden-desktop-bin/bitwarden-desktop-bin-2022.9.1-r1.ebuild 
b/app-admin/bitwarden-desktop-bin/bitwarden-desktop-bin-2022.9.1-r1.ebuild
deleted file mode 100644
index 37c4e935a975..
--- a/app-admin/bitwarden-desktop-bin/bitwarden-desktop-bin-2022.9.1-r1.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit desktop unpacker xdg-utils
-
-MY_PN="Bitwarden"
-
-DESCRIPTION="Bitwarden password manager desktop client"
-HOMEPAGE="https://bitwarden.com/;
-SRC_URI="https://github.com/bitwarden/clients/releases/download/desktop-v${PV}/Bitwarden-${PV}-amd64.deb;
-S="${WORKDIR}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   || (
-   >=app-accessibility/at-spi2-core-2.46.0:2
-   ( app-accessibility/at-spi2-atk dev-libs/atk )
-   )
-   app-crypt/libsecret
-   dev-libs/expat
-   dev-libs/glib
-   sys-libs/glibc
-   dev-libs/nspr
-   dev-libs/nss
-   media-libs/alsa-lib
-   media-libs/mesa
-   net-print/cups
-   sys-apps/dbus
-   sys-apps/util-linux
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf:2
-   x11-libs/gtk+:3
-   x11-libs/libdrm
-   x11-libs/libX11
-   x11-libs/libxcb
-   x11-libs/libXcomposite
-   x11-libs/libXcursor
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXi
-   x11-libs/libxkbcommon
-   x11-libs/libXrandr
-   x11-libs/libXrender
-   x11-libs/libXScrnSaver
-   x11-libs/libxshmfence
-   x11-libs/libXtst
-   x11-libs/pango
-"
-IDEPEND="
-   dev-util/desktop-file-utils
-   dev-util/gtk-update-icon-cache
-"
-
-QA_PREBUILT="
-   opt/Bitwarden/*.so*
-   opt/Bitwarden/bitwarden
-   opt/Bitwarden/chrome-sandbox
-   opt/Bitwarden/chrome_crashpad_handler
-"
-
-src_install() {
-   insinto /opt
-   doins -r opt/${MY_PN}
-   fperms 755 /opt/Bitwarden/bitwarden
-   fperms 4755 /opt/Bitwarden/chrome-sandbox
-
-   domenu usr/share/applications/bitwarden.desktop
-
-   local x
-   for x in 16 32 64 128 256 512; do
-   doicon -s ${x} usr/share/icons/hicolor/${x}*/*
-   done
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: app-admin/bitwarden-desktop-bin/

2023-03-24 Thread Michael Palimaka
commit: 4ee7bd22585a960d085b38cb63dee66548400777
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Mar 25 04:31:31 2023 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Mar 25 04:35:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ee7bd22

app-admin/bitwarden-desktop-bin: fix dependencies

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

 app-admin/bitwarden-desktop-bin/bitwarden-desktop-bin-2023.2.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/app-admin/bitwarden-desktop-bin/bitwarden-desktop-bin-2023.2.0.ebuild 
b/app-admin/bitwarden-desktop-bin/bitwarden-desktop-bin-2023.2.0.ebuild
index b6d1c4a5245a..1168ac9eeda7 100644
--- a/app-admin/bitwarden-desktop-bin/bitwarden-desktop-bin-2023.2.0.ebuild
+++ b/app-admin/bitwarden-desktop-bin/bitwarden-desktop-bin-2023.2.0.ebuild
@@ -24,14 +24,15 @@ RDEPEND="
app-crypt/libsecret
dev-libs/expat
dev-libs/glib
-   sys-libs/glibc
dev-libs/nspr
dev-libs/nss
+   dev-libs/wayland
media-libs/alsa-lib
media-libs/mesa
net-print/cups
sys-apps/dbus
sys-apps/util-linux
+   sys-libs/glibc
x11-libs/cairo
x11-libs/gdk-pixbuf:2
x11-libs/gtk+:3



[gentoo-commits] repo/gentoo:master commit in: app-admin/bitwarden-desktop-bin/

2023-03-24 Thread Michael Palimaka
commit: 72a92706ae0422024e7df1b64efe01da4ae51b91
Author: Ricardo Lopes  protonmail  com>
AuthorDate: Thu Mar  9 20:17:28 2023 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Mar 25 04:35:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72a92706

app-admin/bitwarden-desktop-bin: add 2023.2.0

Closes: https://bugs.gentoo.org/898034
Closes: https://github.com/gentoo/gentoo/pull/30033
Signed-off-by: Ricardo Lopes  protonmail.com>
Signed-off-by: Michael Palimaka  gentoo.org>

 app-admin/bitwarden-desktop-bin/Manifest   |  1 +
 .../bitwarden-desktop-bin-2023.2.0.ebuild  | 89 ++
 2 files changed, 90 insertions(+)

diff --git a/app-admin/bitwarden-desktop-bin/Manifest 
b/app-admin/bitwarden-desktop-bin/Manifest
index c4bfd3c087ed..2cec043ec63d 100644
--- a/app-admin/bitwarden-desktop-bin/Manifest
+++ b/app-admin/bitwarden-desktop-bin/Manifest
@@ -1,2 +1,3 @@
 DIST Bitwarden-2022.12.0-amd64.deb 65434808 BLAKE2B 
81e7f1b0d7a95fa08554fced72440d65c4fb5fb86371f4ce773904f53543a3586f56eb53d2a4f79034a475430d3b2926404a2bc178e49bb97999295100a6a352
 SHA512 
ca1fafe48b3dcbab8c2152ed84337c7ebd8cc1934f24d2eabf7ef65733c163e84fc9e49f8566cf2201ab557144e81360db8d8ee1883a92c275804d7c3ddf886b
 DIST Bitwarden-2022.9.1-amd64.deb 64957370 BLAKE2B 
05d1f206503b41ed2a118948b3bd74cb6418dde661f3e620644abe15108391fcd48e3211cb6ff48560eb6092dc2bd08620f3df24bb92de5b832301202456ecb9
 SHA512 
5907b58d4da1933809342f482f26833b4513e2b2d2a62a7f2ddec02e571069f3d0a5b509a57c4390f00677dd9c6a6164217e32a5911268da683ef94713345505
+DIST Bitwarden-2023.2.0-amd64.deb 70836086 BLAKE2B 
84c9bfd58a0b5e1647f8bf6af8e9c0070bb940896161c58bbcf43af03109e6623d741dfe303af84fd2ed98e8c16f95ef9eaa3936b6c39c851d4960ba29d4554e
 SHA512 
19cc12e85c2b4fdff2c52747fcea9cd888040c2d20faa0eaf81237d4ccbe4a0c4ed0df792c6c193768e33329561759357dc333fd05018a00e82bc71a4e8082e8

diff --git 
a/app-admin/bitwarden-desktop-bin/bitwarden-desktop-bin-2023.2.0.ebuild 
b/app-admin/bitwarden-desktop-bin/bitwarden-desktop-bin-2023.2.0.ebuild
new file mode 100644
index ..b6d1c4a5245a
--- /dev/null
+++ b/app-admin/bitwarden-desktop-bin/bitwarden-desktop-bin-2023.2.0.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop unpacker xdg-utils
+
+MY_PN="Bitwarden"
+
+DESCRIPTION="Bitwarden password manager desktop client"
+HOMEPAGE="https://bitwarden.com/;
+SRC_URI="https://github.com/bitwarden/clients/releases/download/desktop-v${PV}/Bitwarden-${PV}-amd64.deb;
+S="${WORKDIR}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   || (
+   >=app-accessibility/at-spi2-core-2.46.0:2
+   ( app-accessibility/at-spi2-atk dev-libs/atk )
+   )
+   app-crypt/libsecret
+   dev-libs/expat
+   dev-libs/glib
+   sys-libs/glibc
+   dev-libs/nspr
+   dev-libs/nss
+   media-libs/alsa-lib
+   media-libs/mesa
+   net-print/cups
+   sys-apps/dbus
+   sys-apps/util-linux
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:3
+   x11-libs/libdrm
+   x11-libs/libX11
+   x11-libs/libxcb
+   x11-libs/libXcomposite
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXi
+   x11-libs/libxkbcommon
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   x11-libs/libXScrnSaver
+   x11-libs/libxshmfence
+   x11-libs/libXtst
+   x11-libs/pango
+"
+IDEPEND="
+   dev-util/desktop-file-utils
+   dev-util/gtk-update-icon-cache
+"
+
+QA_PREBUILT="
+   opt/Bitwarden/*.so*
+   opt/Bitwarden/bitwarden
+   opt/Bitwarden/chrome-sandbox
+   opt/Bitwarden/chrome_crashpad_handler
+"
+
+src_install() {
+   insinto /opt
+   doins -r opt/${MY_PN}
+   fperms 755 /opt/Bitwarden/bitwarden
+   fperms 4755 /opt/Bitwarden/chrome-sandbox
+
+   domenu usr/share/applications/bitwarden.desktop
+
+   local x
+   for x in 16 32 64 128 256 512; do
+   doicon -s ${x} usr/share/icons/hicolor/${x}*/*
+   done
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}



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

2023-03-24 Thread Horea Christian
commit: b2a969579ee4e5cb208c7ca32211228065f11917
Author: Horea Christian  chymera  eu>
AuthorDate: Sat Mar 25 04:28:53 2023 +
Commit: Horea Christian  gmail  com>
CommitDate: Sat Mar 25 04:28:56 2023 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=b2a96957

sci-biology/pyfaidx: update EAPI 7 -> 8, tests no longer supported

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

 sci-biology/pyfaidx/pyfaidx-0.5.9.2.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/sci-biology/pyfaidx/pyfaidx-0.5.9.2.ebuild 
b/sci-biology/pyfaidx/pyfaidx-0.5.9.2.ebuild
index be1990514..f017998c0 100644
--- a/sci-biology/pyfaidx/pyfaidx-0.5.9.2.ebuild
+++ b/sci-biology/pyfaidx/pyfaidx-0.5.9.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{9..11} )
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1
@@ -19,4 +19,4 @@ IUSE=""
 
 REPEND="dev-python/six[${PYTHON_USEDEP}]"
 
-distutils_enable_tests nose
+#distutils_enable_tests nose



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

2023-03-24 Thread Horea Christian
commit: 987fad3d4b257f83e58e20183e324b21e82f1584
Author: Horea Christian  chymera  eu>
AuthorDate: Sat Mar 25 04:23:37 2023 +
Commit: Horea Christian  gmail  com>
CommitDate: Sat Mar 25 04:23:37 2023 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=987fad3d

sci-biology/pybedtools: add 0.9.0

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

 sci-biology/pybedtools/pybedtools-0.9.0.ebuild | 43 ++
 1 file changed, 43 insertions(+)

diff --git a/sci-biology/pybedtools/pybedtools-0.9.0.ebuild 
b/sci-biology/pybedtools/pybedtools-0.9.0.ebuild
new file mode 100644
index 0..422d74a31
--- /dev/null
+++ b/sci-biology/pybedtools/pybedtools-0.9.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1
+
+DESCRIPTION="Use BED and GFF files from python using BEDtools"
+HOMEPAGE="https://daler.github.io/pybedtools;
+SRC_URI="https://github.com/daler/pybedtools/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   sci-biology/bedtools
+   sci-biology/pysam[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pandas[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+"
+
+BDEPEND="dev-python/cython[${PYTHON_USEDEP}]"
+
+# TODO: fix docs building
+# ModuleNotFoundError: No module named 'pybedtools.cbedtools'
+# even if pybedtools is installed
+#distutils_enable_sphinx docs/source
+distutils_enable_tests pytest
+
+python_test() {
+   # Requires network
+   local EPYTEST_DESELECT=(
+   test/test_helpers.py::test_chromsizes
+   )
+   cd "${T}" || die
+   epytest --pyargs pybedtools
+}



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

2023-03-24 Thread Sam James
commit: 73b136f94db0e4b3ebfaa46ddca842fde4585619
Author: Sam James  gentoo  org>
AuthorDate: Sat Mar 25 04:20:24 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar 25 04:22:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73b136f9

sys-fs/xfsprogs: add 6.2.0

Implicit func. decls fixed in 
https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/commit/?id=d6642ab8cc934d9de12de631f5b0b3098022eb02.

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

 sys-fs/xfsprogs/Manifest  |  1 +
 sys-fs/xfsprogs/xfsprogs-6.2.0.ebuild | 95 +++
 2 files changed, 96 insertions(+)

diff --git a/sys-fs/xfsprogs/Manifest b/sys-fs/xfsprogs/Manifest
index 2d9cc0b20230..2af549a11791 100644
--- a/sys-fs/xfsprogs/Manifest
+++ b/sys-fs/xfsprogs/Manifest
@@ -1,3 +1,4 @@
 DIST xfsprogs-5.18.0.tar.xz 1310008 BLAKE2B 
a2a2835d53ee6ac55279636f3f3cdcecab8757911ce5c1ea5f350a4da9ff4c1ca64b2aba1c0e5424c0c0a01fd0504396d5fecca12e4689c372ed5bb76b9ac24e
 SHA512 
47d035a33367edae7357e34c70bdb0fe9219231153fb4c4f418ed1462d137dd77338c12a199eb71cd70e88903e5fc11e1e4fb595c622183786e87346e2f65739
 DIST xfsprogs-6.0.0.tar.xz 1320744 BLAKE2B 
ae1d175e3dc5f0f6819397f8166a419847da07616d472f81928e3086b9fac420c09e9406d752a34a957d6d9c82a45defb17d6773e87e3b5f4ff509952ef3e76e
 SHA512 
a3ddccdea1129038420d933f1e9ae8f9e75b3ad59fd0fe4c61b7a4dc6145f47b4262f68aefc3216d37cc33ee5643cd6f260ec83cd39d6b61a1cd046c03674ad8
 DIST xfsprogs-6.1.1.tar.xz 1322528 BLAKE2B 
f6551356ccc68ee6d0bdc50edcf9717bfc94053e97b408f0fa6b316d51391bd347baa8c6ce09e269d09177eec14befc4235738e92d5e4408bda1113c79b2b18b
 SHA512 
ec11cb9be34502a006f18ebea0a62aa227580753fce57cb7b6394d079fa41aee778382c06116a2fa45b67989a1501bbba2013829d2348b51e1136e668966c5e6
+DIST xfsprogs-6.2.0.tar.xz 1324216 BLAKE2B 
847ad267b3667604c9c6a30857605e9cef0f184b7c375d0771b29a0c9596f621a819cc4e88af939a3f9a3ce14a2984fece5e70346bc673a5982af6eebe3909cc
 SHA512 
71c04f744af9f4f3197a9c6eb468574d984c1532753f83f0bcd583cf737b89fab034442c072794975c813ea168572b39ae43f28d9a0428204be2fb7f1e141fc5

diff --git a/sys-fs/xfsprogs/xfsprogs-6.2.0.ebuild 
b/sys-fs/xfsprogs/xfsprogs-6.2.0.ebuild
new file mode 100644
index ..0fcec175114a
--- /dev/null
+++ b/sys-fs/xfsprogs/xfsprogs-6.2.0.ebuild
@@ -0,0 +1,95 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit flag-o-matic systemd usr-ldscript
+
+DESCRIPTION="XFS filesystem utilities"
+HOMEPAGE="https://xfs.wiki.kernel.org/;
+SRC_URI="https://www.kernel.org/pub/linux/utils/fs/xfs/${PN}/${P}.tar.xz;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+IUSE="icu libedit nls selinux"
+
+RDEPEND="dev-libs/inih
+   dev-libs/userspace-rcu:=
+   >=sys-apps/util-linux-2.17.2
+   icu? ( dev-libs/icu:= )
+   libedit? ( dev-libs/libedit )"
+DEPEND="${RDEPEND}"
+BDEPEND="nls? ( sys-devel/gettext )"
+RDEPEND+=" selinux? ( sec-policy/selinux-xfs )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-5.3.0-libdir.patch
+   "${FILESDIR}"/${PN}-5.18.0-docdir.patch
+)
+
+src_prepare() {
+   default
+
+   # Fix doc dir
+   sed -i \
+   -e "/^PKG_DOC_DIR/s:@pkg_name@:${PF}:" \
+   include/builddefs.in || die
+
+   # Don't install compressed docs
+   sed 's@\(CHANGES\)\.gz[[:space:]]@\1 @' -i doc/Makefile || die
+}
+
+src_configure() {
+   # include/builddefs.in will add FCFLAGS to CFLAGS which will
+   # unnecessarily clutter CFLAGS (and fortran isn't used)
+   unset FCFLAGS
+
+   # If set in user env, this breaks configure
+   unset PLATFORM
+
+   export DEBUG=-DNDEBUG
+
+   # Package is honoring CFLAGS; No need to use OPTIMIZER anymore.
+   # However, we have to provide an empty value to avoid default
+   # flags.
+   export OPTIMIZER=" "
+
+   # Avoid automagic on libdevmapper (bug #709694)
+   export ac_cv_search_dm_task_create=no
+
+   # Build fails with -O3 (bug #712698)
+   replace-flags -O3 -O2
+
+   # Upstream does NOT support --disable-static anymore,
+   # https://www.spinics.net/lists/linux-xfs/msg30185.html
+   # https://www.spinics.net/lists/linux-xfs/msg30272.html
+   local myconf=(
+   --enable-static
+   --enable-blkid
+   --with-crond-dir="${EPREFIX}/etc/cron.d"
+   --with-systemd-unit-dir="$(systemd_get_systemunitdir)"
+   $(use_enable icu libicu)
+   $(use_enable nls gettext)
+   $(use_enable libedit editline)
+   )
+
+   if is-flagq -flto ; then
+   myconf+=( --enable-lto )
+   else
+   myconf+=( --disable-lto )
+   fi
+
+   econf "${myconf[@]}"
+}
+
+src_compile() {
+   emake V=1
+}
+
+src_install() {
+   emake DIST_ROOT="${ED}" 

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

2023-03-24 Thread Sam James
commit: 285673422e168f6461a48e353cec064dbb33e073
Author: Sam James  gentoo  org>
AuthorDate: Sat Mar 25 04:22:46 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar 25 04:22:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28567342

sys-fs/xfsprogs: add git repo to HOMEPAGE

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

 sys-fs/xfsprogs/xfsprogs-5.18.0-r1.ebuild | 4 ++--
 sys-fs/xfsprogs/xfsprogs-6.0.0.ebuild | 4 ++--
 sys-fs/xfsprogs/xfsprogs-6.1.1.ebuild | 2 +-
 sys-fs/xfsprogs/xfsprogs-6.2.0.ebuild | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/sys-fs/xfsprogs/xfsprogs-5.18.0-r1.ebuild 
b/sys-fs/xfsprogs/xfsprogs-5.18.0-r1.ebuild
index fef644789f59..27df30019de0 100644
--- a/sys-fs/xfsprogs/xfsprogs-5.18.0-r1.ebuild
+++ b/sys-fs/xfsprogs/xfsprogs-5.18.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,7 +6,7 @@ EAPI=7
 inherit flag-o-matic systemd usr-ldscript
 
 DESCRIPTION="XFS filesystem utilities"
-HOMEPAGE="https://xfs.wiki.kernel.org/;
+HOMEPAGE="https://xfs.wiki.kernel.org/ 
https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/;
 SRC_URI="https://www.kernel.org/pub/linux/utils/fs/xfs/${PN}/${P}.tar.xz;
 
 LICENSE="LGPL-2.1"

diff --git a/sys-fs/xfsprogs/xfsprogs-6.0.0.ebuild 
b/sys-fs/xfsprogs/xfsprogs-6.0.0.ebuild
index fef644789f59..27df30019de0 100644
--- a/sys-fs/xfsprogs/xfsprogs-6.0.0.ebuild
+++ b/sys-fs/xfsprogs/xfsprogs-6.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,7 +6,7 @@ EAPI=7
 inherit flag-o-matic systemd usr-ldscript
 
 DESCRIPTION="XFS filesystem utilities"
-HOMEPAGE="https://xfs.wiki.kernel.org/;
+HOMEPAGE="https://xfs.wiki.kernel.org/ 
https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/;
 SRC_URI="https://www.kernel.org/pub/linux/utils/fs/xfs/${PN}/${P}.tar.xz;
 
 LICENSE="LGPL-2.1"

diff --git a/sys-fs/xfsprogs/xfsprogs-6.1.1.ebuild 
b/sys-fs/xfsprogs/xfsprogs-6.1.1.ebuild
index c0458b718a19..7b3222444649 100644
--- a/sys-fs/xfsprogs/xfsprogs-6.1.1.ebuild
+++ b/sys-fs/xfsprogs/xfsprogs-6.1.1.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 inherit flag-o-matic systemd usr-ldscript
 
 DESCRIPTION="XFS filesystem utilities"
-HOMEPAGE="https://xfs.wiki.kernel.org/;
+HOMEPAGE="https://xfs.wiki.kernel.org/ 
https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/;
 SRC_URI="https://www.kernel.org/pub/linux/utils/fs/xfs/${PN}/${P}.tar.xz;
 
 LICENSE="LGPL-2.1"

diff --git a/sys-fs/xfsprogs/xfsprogs-6.2.0.ebuild 
b/sys-fs/xfsprogs/xfsprogs-6.2.0.ebuild
index 0fcec175114a..1d995689b970 100644
--- a/sys-fs/xfsprogs/xfsprogs-6.2.0.ebuild
+++ b/sys-fs/xfsprogs/xfsprogs-6.2.0.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 inherit flag-o-matic systemd usr-ldscript
 
 DESCRIPTION="XFS filesystem utilities"
-HOMEPAGE="https://xfs.wiki.kernel.org/;
+HOMEPAGE="https://xfs.wiki.kernel.org/ 
https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/;
 SRC_URI="https://www.kernel.org/pub/linux/utils/fs/xfs/${PN}/${P}.tar.xz;
 
 LICENSE="LGPL-2.1"



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

2023-03-24 Thread Horea Christian
commit: 811db2634692304728d8e765f4a7b5ad5b54f89a
Author: Horea Christian  chymera  eu>
AuthorDate: Sat Mar 25 04:19:10 2023 +
Commit: Horea Christian  gmail  com>
CommitDate: Sat Mar 25 04:19:10 2023 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=811db263

sci-biology/pybedtools: distutils PEP 517

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

 sci-biology/pybedtools/pybedtools-0.8.2.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sci-biology/pybedtools/pybedtools-0.8.2.ebuild 
b/sci-biology/pybedtools/pybedtools-0.8.2.ebuild
index aca7eb9ed..422d74a31 100644
--- a/sci-biology/pybedtools/pybedtools-0.8.2.ebuild
+++ b/sci-biology/pybedtools/pybedtools-0.8.2.ebuild
@@ -4,6 +4,7 @@
 EAPI=8
 
 PYTHON_COMPAT=( python3_{9..11} )
+DISTUTILS_USE_PEP517=setuptools
 
 inherit distutils-r1
 



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

2023-03-24 Thread Michael Palimaka
commit: 974fe4bbe8d1850f710aece0bdbf85b9de3a4d99
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Mar 25 04:17:47 2023 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Mar 25 04:18:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=974fe4bb

app-portage/tatt: drop myself as a maintainer

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

 app-portage/tatt/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/app-portage/tatt/metadata.xml b/app-portage/tatt/metadata.xml
index 00042c0069de..7b621bdaaa5b 100644
--- a/app-portage/tatt/metadata.xml
+++ b/app-portage/tatt/metadata.xml
@@ -1,10 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-kensing...@gentoo.org
-Michael Palimaka
-  
+  
   
 Install template scripts to be used with tatt
   



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

2023-03-24 Thread Horea Christian
commit: 50d38d2e487a86cdb5348a6ac81f227ab4b4af12
Author: Horea Christian  chymera  eu>
AuthorDate: Sat Mar 25 04:16:54 2023 +
Commit: Horea Christian  gmail  com>
CommitDate: Sat Mar 25 04:17:13 2023 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=50d38d2e

sci-biology/pybedtools: enable py3.11, py3.9, fixed tests

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

 sci-biology/pybedtools/pybedtools-0.8.2.ebuild | 16 +++-
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/sci-biology/pybedtools/pybedtools-0.8.2.ebuild 
b/sci-biology/pybedtools/pybedtools-0.8.2.ebuild
index 8f4ae591f..aca7eb9ed 100644
--- a/sci-biology/pybedtools/pybedtools-0.8.2.ebuild
+++ b/sci-biology/pybedtools/pybedtools-0.8.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_{9..11} )
 
 inherit distutils-r1
 
@@ -15,9 +15,6 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-# ModuleNotFoundError: No module named 'pybedtools.cbedtools'
-RESTRICT="test"
-
 RDEPEND="
sci-biology/bedtools
sci-biology/pysam[${PYTHON_USEDEP}]
@@ -34,3 +31,12 @@ BDEPEND="dev-python/cython[${PYTHON_USEDEP}]"
 # even if pybedtools is installed
 #distutils_enable_sphinx docs/source
 distutils_enable_tests pytest
+
+python_test() {
+   # Requires network
+   local EPYTEST_DESELECT=(
+   test/test_helpers.py::test_chromsizes
+   )
+   cd "${T}" || die
+   epytest --pyargs pybedtools
+}



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

2023-03-24 Thread Sam James
commit: 1f4346258d4e3af90801652740d73bf8cc11fafa
Author: Karl-Johan Karlsson  lysator  liu  se>
AuthorDate: Thu Mar 23 18:50:13 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar 25 04:07:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f434625

app-misc/broot: add 1.21.1

Signed-off-by: Karl-Johan Karlsson  lysator.liu.se>
Closes: https://github.com/gentoo/gentoo/pull/30324
Signed-off-by: Sam James  gentoo.org>

 app-misc/broot/Manifest|  89 +
 app-misc/broot/broot-1.21.1.ebuild | 362 +
 2 files changed, 451 insertions(+)

diff --git a/app-misc/broot/Manifest b/app-misc/broot/Manifest
index d35a0f03a2b8..54d43e38cf28 100644
--- a/app-misc/broot/Manifest
+++ b/app-misc/broot/Manifest
@@ -5,6 +5,7 @@ DIST aho-corasick-0.7.20.crate 111440 BLAKE2B 
3f5d54fea2793ce1c2c4d5b3049b910f45
 DIST android_system_properties-0.1.5.crate 5243 BLAKE2B 
86f68ec3bdabf8c6ec47881d794970f08a9eefc7417fc8a2bf4fe9faf9bdd2a2024a94adb0cbf96673409f5fbbd4d0111a1ac371339e7a90a277b6cd5003524e
 SHA512 
b09f51339f9772c0e2e4241b36cf51573c6b96b19ffc1fbbc94b1c1d1d2fdfe8eac3134af54174a675ab05d18ef4f6bcb2c7fcc20114bbeef6e17e3692202191
 DIST ansi_colours-1.2.1.crate 21866 BLAKE2B 
b1a2ad5aa797b59fc6f2c090f1c0da6937ade5099367c67c704cd91db62829f86f7bd7dedfd654074df29dd192e4f4d438cd90beb6db51a7605045278741bd69
 SHA512 
dd89084c997aa42acbde2b885ea414fc7edbeab6de9749abde2270322147fe4850532d916145418e911f5f0950fc3a3f0fd16fb63c40b8ce14c1085017879f73
 DIST anyhow-1.0.68.crate 43882 BLAKE2B 
0ccd8fcb746344dfa85674fa7c95aa648aed8d40134b8c1c1c0852f6c7d22f5622ca1704ec65c254fc20946b1733299e1517364d74f726952d5a951ef89a2fe5
 SHA512 
b8cfc132ebeac823edf18cba7e335d1939fcbb095ed4ea859f4dc4cde5b1ff35fd68f0743577c69085f74f019768a3359936bf6dc1b2aceb7e2b28ace7f74a0f
+DIST anyhow-1.0.70.crate 43803 BLAKE2B 
574da0e447592c12051deef171850b00ac2347dd336f71915dd21f45cc03439fbcdbaffe261097d53cc11fa0db75b1e3b21ba667f26c08db7125b1c6264973de
 SHA512 
6fd1338e4cbe915cb01fcc5e05e7e0c051868701eeb27f03577a7cfdd59057493922b36e2308f7050608a851112d4d24cff2826456160ac8930fe961640e809b
 DIST argh-0.1.10.crate 22165 BLAKE2B 
aaa0d2edf912c1d16c57df2ef95c4df02fdb3c8e4aca951b88eeb3a03d64f65b89d7661e7226fe63e21a5486cf0d80755e3208aab19a3fc15e8427e4b7434b88
 SHA512 
155e9da5702d8107385cd4b0d072afb60ae3f4f01f6e77c69c1c97d0d7dfcee40d5de2d34ddb9d207c3b647ff7beddea84b12091694f69c26ecdf0df5cb8e6fe
 DIST argh-0.1.9.crate 21421 BLAKE2B 
d9a0f39a528a61626329f3d610e46bc77d115e4d39d3bbb5a141253b45cbc1649e3e7efb2322060981d970324a1fcbbcd2ef17ac2cc894b4d53af9fd44ad1567
 SHA512 
02d00baf6a99d8b22b2eb68c51551678a11c0aa603c44c1aa84d39fced71e72cb068cd2b3c2933ce24762aa1f4e5fcce732956d6a91e9741c6f40c2f513f956c
 DIST argh_derive-0.1.10.crate 19393 BLAKE2B 
85cf8f0e47a7362db467daff3599f389a334dfb07e95d7e93b4e2e76c7cece91ff36eb0a7b7f496a02b5017ae047ee4e3d299adeadaf012c6d6b88781e48c4b2
 SHA512 
1122a5038602e2b1f7e4639eb384f9b33c55b48743c58895c8409afb975d6e37bb40d662b2469d9bfe10124286a52f2a2f57fd123e8c767293d4f1a8c8e7ecc7
@@ -12,29 +13,37 @@ DIST argh_derive-0.1.9.crate 18987 BLAKE2B 
c8f1021089ab1b801a0c3f4195da89528
 DIST argh_shared-0.1.10.crate 4308 BLAKE2B 
459b109379896bf96e8062fd737616c755f67d1e1cddd00f859ea77ee0e0cb9cdac3a10c5fbf033a3bc98fa2d3faf370af5ed30a4aaa9ff329c21130aed48bf8
 SHA512 
5ad68adb00ef9a96803ddb59e9c1db25543a2d4226c33c588cbd967abaf00d256c5be0c8ca3780b3443b07109e6853f0366b0e8adf6c536d43c752beb0c195e4
 DIST argh_shared-0.1.9.crate 4304 BLAKE2B 
f06e1310434ed646664862fb73fa14c65940cacc93a0e72f194267a028e1eb0b85641c3be0b6848d70f698b9569eb62b7406e6c1eb87ac190ff3b1f453823260
 SHA512 
7206a4e90fec0ddd878eb93fc628fcc399c39c02748716297229896f8d7891e8a39d9b7601d98677aded594b148d0555818a522c324a477099c338e1ae730a8b
 DIST arrayref-0.3.6.crate 10035 BLAKE2B 
88292fa4b3ad4fccd03772c2f0eca04cc13373fe094358bac57d7523c256d89f3087603e5bcb2a0b15d8b2ecd48e904a822b2cb800276a9c47ad6c6b660d9d34
 SHA512 
368341d00706c1250ff081b0d99c36c9af694a62ff4f4d8c837234340295771ca49c5439b24b6e1a4f2c3c5821764e98881dcb22d793f83de632fd5cb457671f
+DIST arrayref-0.3.7.crate 9620 BLAKE2B 
69d25ca9c15c188ca954a862f320869a448a5d8ed5765a6fc26309abb030e1d846d12800d960c8a97aa3ab422e8d2b883bd154781ed219a858e02b20cc803613
 SHA512 
dcf1c7de6d1d4b921e26a39cd70070bd460cd27f0a38be9099e41fc8b05fb60ba4f9aa91f92401cdcd0847bad08bffa7db4dca8d7cc84a3c8a1416d1758838ce
 DIST arrayvec-0.7.2.crate 29341 BLAKE2B 
eae9d3f494033ea2d837a6024cb24bd4574683ed1e76ac6be7f7c6b0d8ee65c0eaf03dbae7fea04cf0921299f69234ad91e1cf41342de86f554f74e287dd3ba1
 SHA512 
80cc6e55b6032f4882362813de970d3d99e600ada774b28ac6a24c9c8e018fda3b35c5750ac3a09fca6fb9496e2e3fe608b58d21b1b84685ebd170f567a0ecbc
 DIST atty-0.2.14.crate 5470 BLAKE2B 
2db856a9e898a430258f059aeaf7c844a153293e8856d90ac81f7d91a888c89198768ad5cb09303c23241fe85c560a55148fa56a303651a82b0edb895616bfab
 SHA512 

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

2023-03-24 Thread Sam James
commit: 5325e7d3d1a5b9561fb03b3b6a55bc88db3c8a94
Author: Bernd Waibel  posteo  net>
AuthorDate: Sat Mar 18 15:52:25 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar 25 04:05:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5325e7d3

dev-util/codespell: add 2.2.4

Closes: https://bugs.gentoo.org/901199
Signed-off-by: Bernd Waibel  posteo.net>
Signed-off-by: Sam James  gentoo.org>

 dev-util/codespell/Manifest|  1 +
 dev-util/codespell/codespell-2.2.4.ebuild  | 23 ++
 .../files/codespell-2.2.4-drop-coverage.patch  | 17 
 dev-util/codespell/metadata.xml|  1 +
 4 files changed, 42 insertions(+)

diff --git a/dev-util/codespell/Manifest b/dev-util/codespell/Manifest
index 279d8d249dc7..ef9e449358ce 100644
--- a/dev-util/codespell/Manifest
+++ b/dev-util/codespell/Manifest
@@ -1,2 +1,3 @@
 DIST codespell-2.2.1.tar.gz 211593 BLAKE2B 
aba431119fd1f16ee51076cd4496ef3f3e80e56a124bbbd4ebbec5dcee5b7e49788db37bcdefd15946d12680596b33ab20ae845fd9a3a3a61ee8c3eed187fe2f
 SHA512 
6c1ce9ed134ba4602cc91c1851a023911ff09ce7d4b1e8a33e655bf821a5b82ae8f0e75defef43e9a8537a6ffc7f0ad7e59af7b200a1294dfe3aff1651869e41
 DIST codespell-2.2.2.tar.gz 213652 BLAKE2B 
2084f6041c6cf9888b661a1b7b8a73696b1dc6309b8d19adbb0dbdc091d87b487464b12c9800cfec893ed5d6ea71f214d0a4262099617b5fe7e60d8ca448973d
 SHA512 
48be00aa32e55a66814193014e97fcb27ff323ea2db0622f68cd2d3ab31ab8be61f60a09ed91fe3425cbd63b2592bcc44ee9b58fe79e2d498bc27a83a4e93ddd
+DIST codespell-2.2.4.tar.gz 241664 BLAKE2B 
5f40003fdb840b926615b6eed74df90055b2ee47c534321289c3ed895c47cd2672909b152a53640899cc21960c1b3aa80c41eb344d9e23cea8fd13e998c71af6
 SHA512 
efbc62a3dd49781565f6d901aa9b08fc1106adf2c516365dd8d3684846e23b23bfda1e65c6530edf0de9462ccafd9d835bd541a8f0e1de14163c723ce041052d

diff --git a/dev-util/codespell/codespell-2.2.4.ebuild 
b/dev-util/codespell/codespell-2.2.4.ebuild
new file mode 100644
index ..f2af4c1fbbbc
--- /dev/null
+++ b/dev-util/codespell/codespell-2.2.4.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Check text files for common misspellings"
+HOMEPAGE="https://pypi.org/project/codespell 
https://github.com/codespell-project/codespell;
+
+# Code licensed under GPL-2, dictionary licensed under CC-BY-SA-3.0
+LICENSE="GPL-2 CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="test? ( dev-python/chardet[${PYTHON_USEDEP}] )"
+
+PATCHES=( "${FILESDIR}"/${PN}-2.2.4-drop-coverage.patch )
+
+distutils_enable_tests pytest

diff --git a/dev-util/codespell/files/codespell-2.2.4-drop-coverage.patch 
b/dev-util/codespell/files/codespell-2.2.4-drop-coverage.patch
new file mode 100644
index ..beedf8f6d3fb
--- /dev/null
+++ b/dev-util/codespell/files/codespell-2.2.4-drop-coverage.patch
@@ -0,0 +1,17 @@
+From c032b3e7c251343826c1f199b7a1e4c097f79314 Mon Sep 17 00:00:00 2001
+From: Bernd Waibel 
+Date: Sat, 18 Mar 2023 16:45:57 +0100
+Subject: [PATCH] drop coverage
+
+Signed-off-by: Bernd Waibel 
+--- a/pyproject.toml
 b/pyproject.toml
+@@ -151,4 +151,4 @@ good-names=["F","r","i","n"]
+ # include-naming-hint=yes
+ 
+ [tool.pytest.ini_options]
+-addopts = "--cov=codespell_lib -rs --cov-report= --tb=short 
--junit-xml=junit-results.xml"
++addopts = "-rs --tb=short --junit-xml=junit-results.xml"
+-- 
+2.40.0
+

diff --git a/dev-util/codespell/metadata.xml b/dev-util/codespell/metadata.xml
index d62288ef36d1..d8af0e50ae07 100644
--- a/dev-util/codespell/metadata.xml
+++ b/dev-util/codespell/metadata.xml
@@ -16,6 +16,7 @@
 
 
https://github.com/codespell-project/codespell/issues
+   codespell
codespell-project/codespell
 
 



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

2023-03-24 Thread Sam James
commit: 7727f29b77c93d0043d1c7fb96f616a0738f94c7
Author: Bernd Waibel  posteo  net>
AuthorDate: Sat Mar 18 15:53:42 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar 25 04:05:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7727f29b

dev-util/codespell: drop 2.2.1

Signed-off-by: Bernd Waibel  posteo.net>
Closes: https://github.com/gentoo/gentoo/pull/30211
Signed-off-by: Sam James  gentoo.org>

 dev-util/codespell/Manifest   |  1 -
 dev-util/codespell/codespell-2.2.1.ebuild | 44 ---
 2 files changed, 45 deletions(-)

diff --git a/dev-util/codespell/Manifest b/dev-util/codespell/Manifest
index ef9e449358ce..aee189894230 100644
--- a/dev-util/codespell/Manifest
+++ b/dev-util/codespell/Manifest
@@ -1,3 +1,2 @@
-DIST codespell-2.2.1.tar.gz 211593 BLAKE2B 
aba431119fd1f16ee51076cd4496ef3f3e80e56a124bbbd4ebbec5dcee5b7e49788db37bcdefd15946d12680596b33ab20ae845fd9a3a3a61ee8c3eed187fe2f
 SHA512 
6c1ce9ed134ba4602cc91c1851a023911ff09ce7d4b1e8a33e655bf821a5b82ae8f0e75defef43e9a8537a6ffc7f0ad7e59af7b200a1294dfe3aff1651869e41
 DIST codespell-2.2.2.tar.gz 213652 BLAKE2B 
2084f6041c6cf9888b661a1b7b8a73696b1dc6309b8d19adbb0dbdc091d87b487464b12c9800cfec893ed5d6ea71f214d0a4262099617b5fe7e60d8ca448973d
 SHA512 
48be00aa32e55a66814193014e97fcb27ff323ea2db0622f68cd2d3ab31ab8be61f60a09ed91fe3425cbd63b2592bcc44ee9b58fe79e2d498bc27a83a4e93ddd
 DIST codespell-2.2.4.tar.gz 241664 BLAKE2B 
5f40003fdb840b926615b6eed74df90055b2ee47c534321289c3ed895c47cd2672909b152a53640899cc21960c1b3aa80c41eb344d9e23cea8fd13e998c71af6
 SHA512 
efbc62a3dd49781565f6d901aa9b08fc1106adf2c516365dd8d3684846e23b23bfda1e65c6530edf0de9462ccafd9d835bd541a8f0e1de14163c723ce041052d

diff --git a/dev-util/codespell/codespell-2.2.1.ebuild 
b/dev-util/codespell/codespell-2.2.1.ebuild
deleted file mode 100644
index 9b6987df7002..
--- a/dev-util/codespell/codespell-2.2.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Check text files for common misspellings"
-HOMEPAGE="https://github.com/codespell-project/codespell;
-SRC_URI="https://github.com/codespell-project/codespell/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
-
-# Code licensed under GPL-2
-# Dictionary licensed under CC-BY-SA-3.0
-LICENSE="GPL-2 CC-BY-SA-3.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-BDEPEND="
-   sys-apps/help2man
-   test? ( dev-python/chardet[${PYTHON_USEDEP}] )
-"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   distutils-r1_python_prepare_all
-
-   # do not depend on pytest-cov
-   sed -e '/addopts/d' -i setup.cfg || die
-}
-
-python_compile_all() {
-   # generate included man page
-   emake ${PN}.1
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-
-   doman ${PN}.1
-}



[gentoo-commits] repo/gentoo:master commit in: sci-astronomy/siril/files/, sci-astronomy/siril/

2023-03-24 Thread Sam James
commit: 5721e7de2e4933b397da2c74b20f599575f6c763
Author: Mario Haustein  hrz  tu-chemnitz  de>
AuthorDate: Mon Feb 27 17:20:56 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar 25 04:06:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5721e7de

sci-astronomy/siril: fix build with MUSL

Closes: https://bugs.gentoo.org/898108
Signed-off-by: Mario Haustein  hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/29837
Signed-off-by: Sam James  gentoo.org>

 .../siril/files/siril-1.0-execinfo-r2.patch| 46 ++
 .../siril/files/siril-1.0-prototypes.patch | 41 +++
 sci-astronomy/siril/siril-1.0.6-r2.ebuild  |  1 +
 3 files changed, 88 insertions(+)

diff --git a/sci-astronomy/siril/files/siril-1.0-execinfo-r2.patch 
b/sci-astronomy/siril/files/siril-1.0-execinfo-r2.patch
index ffef786d0d8e..55ce90558b64 100644
--- a/sci-astronomy/siril/files/siril-1.0-execinfo-r2.patch
+++ b/sci-astronomy/siril/files/siril-1.0-execinfo-r2.patch
@@ -6,6 +6,8 @@ Date:   Thu Aug 4 00:27:08 2022 +0200
 
 Bug: https://bugs.gentoo.org/873016
 Upstream: https://gitlab.com/free-astro/siril/-/merge_requests/284
+Bug: https://bugs.gentoo.org/898108
+Upstream: https://gitlab.com/free-astro/siril/-/merge_requests/442
 
 diff --git a/src/core/signals.c b/src/core/signals.c
 index 74100b3a..0eefd460 100644
@@ -43,3 +45,47 @@ index 0eefd460..bbce5fa7 100644
  #include 
  #ifdef _WIN32
  #include 
+From 6f959a02d27fb507cda1898a3aa785766e77d404 Mon Sep 17 00:00:00 2001
+From: Mario Haustein 
+Date: Mon, 27 Feb 2023 17:34:43 +0100
+Subject: [PATCH] fix HAVE_EXECINFO_H logic
+
+---
+ src/core/signals.c | 14 +++---
+ 1 file changed, 7 insertions(+), 7 deletions(-)
+
+diff --git a/src/core/signals.c b/src/core/signals.c
+index 42b369d6..d4745909 100644
+--- a/src/core/signals.c
 b/src/core/signals.c
+@@ -55,13 +55,7 @@ static void signal_handled(int s) {
+   g_printf(ANSI_COLOR_RED"%s"ANSI_COLOR_RESET"\n", visit);
+   }
+ 
+-#if (!defined _WIN32 && defined HAVE_EXECINFO_H)
+-  void *stack[STACK_DEPTH];
+-
+-  size_t size = backtrace(stack, sizeof(stack) / sizeof(void*));
+-
+-  backtrace_symbols_fd(stack, size, fileno((FILE*) stdout));
+-#else
++#ifdef _WIN32
+   unsigned int i;
+   void *stack[STACK_DEPTH];
+   unsigned short size;
+@@ -84,6 +78,12 @@ static void signal_handled(int s) {
+   }
+ 
+   free(symbol);
++#elif HAVE_EXECINFO_H
++  void *stack[STACK_DEPTH];
++
++  size_t size = backtrace(stack, sizeof(stack) / sizeof(void*));
++
++  backtrace_symbols_fd(stack, size, fileno((FILE*) stdout));
+ #endif
+   }
+   undo_flush();
+-- 
+2.39.2
+

diff --git a/sci-astronomy/siril/files/siril-1.0-prototypes.patch 
b/sci-astronomy/siril/files/siril-1.0-prototypes.patch
new file mode 100644
index ..8b72fef41b49
--- /dev/null
+++ b/sci-astronomy/siril/files/siril-1.0-prototypes.patch
@@ -0,0 +1,41 @@
+From 6c06d62579234e1d0030bad985a9cfcf7249b5d7 Mon Sep 17 00:00:00 2001
+From: Mario Haustein 
+Date: Mon, 27 Feb 2023 17:49:41 +0100
+Subject: [PATCH 1/2] fix prototypes for functions with parameters
+Bug: https://bugs.gentoo.org/898108
+Upstream: https://gitlab.com/free-astro/siril/-/merge_requests/443
+
+---
+ src/core/processing.h | 2 +-
+ src/gui/save_dialog.h | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/core/processing.h b/src/core/processing.h
+index 1eba970b..89f24bd3 100644
+--- a/src/core/processing.h
 b/src/core/processing.h
+@@ -162,7 +162,7 @@ void wait_for_script_thread();
+ gboolean end_generic(gpointer arg);
+ guint siril_add_idle(GSourceFunc idle_function, gpointer data);
+ 
+-struct generic_seq_args *create_default_seqargs();
++struct generic_seq_args *create_default_seqargs(sequence *seq);
+ 
+ int check_threading(threading_type *threads);
+ int limit_threading(threading_type *threads, int min_iterations_per_thread, 
size_t total_iterations);
+diff --git a/src/gui/save_dialog.h b/src/gui/save_dialog.h
+index c724abb1..586a2ca3 100644
+--- a/src/gui/save_dialog.h
 b/src/gui/save_dialog.h
+@@ -20,7 +20,7 @@ enum {
+ };
+ 
+ void on_header_save_as_button_clicked();
+-void on_header_snapshot_button_clicked();
++void on_header_snapshot_button_clicked(gboolean clipboard);
+ void on_header_save_button_clicked();
+ 
+ #endif /* SRC_GUI_SAVE_DIALOG_H_ */
+-- 
+2.39.2
+

diff --git a/sci-astronomy/siril/siril-1.0.6-r2.ebuild 
b/sci-astronomy/siril/siril-1.0.6-r2.ebuild
index 5de589b0f985..81e303d7c5dd 100644
--- a/sci-astronomy/siril/siril-1.0.6-r2.ebuild
+++ b/sci-astronomy/siril/siril-1.0.6-r2.ebuild
@@ -51,6 +51,7 @@ PATCHES=(
"${FILESDIR}/${PN}-docfiles.patch"
"${FILESDIR}/${PN}-$(ver_cut 1-2)-dependencies.patch"
"${FILESDIR}/${PN}-$(ver_cut 1-2)-execinfo-r2.patch"

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

2023-03-24 Thread Sam James
commit: 59f190df1240cb3082df4bb43af1f50c582040c6
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Fri Mar 17 12:16:51 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar 25 04:07:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59f190df

sys-libs/minizip-ng: remove unused patch

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/30177
Signed-off-by: Sam James  gentoo.org>

 .../files/minizip-ng-3.0.7-system-gtest.patch  | 25 --
 1 file changed, 25 deletions(-)

diff --git a/sys-libs/minizip-ng/files/minizip-ng-3.0.7-system-gtest.patch 
b/sys-libs/minizip-ng/files/minizip-ng-3.0.7-system-gtest.patch
deleted file mode 100644
index 57197d0da587..
--- a/sys-libs/minizip-ng/files/minizip-ng-3.0.7-system-gtest.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-https://github.com/zlib-ng/minizip-ng/pull/657
-
-From 3aa42e0520e4e7ffeae5a3def458c7ee0fefacb9 Mon Sep 17 00:00:00 2001
-From: Sam James 
-Date: Sat, 19 Nov 2022 03:09:34 +
-Subject: [PATCH] Search system for GTest before downloading. #654
-
-Distributions often do builds with no network access available
-for both security reasons and also to ensure reproducibility.
-
-This change tells CMake to query the system for a copy of gtest,
-but if it's not available, it'll fall back to downloading via
-FetchContent.
 a/test/CMakeLists.txt
-+++ b/test/CMakeLists.txt
-@@ -2,6 +2,8 @@ cmake_minimum_required(VERSION 3.12)
- 
- include(FetchContent)
- 
-+find_package(GTest)
-+
- enable_language(CXX)
- 
- if(NOT TARGET GTest::GTest)
-



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

2023-03-24 Thread Sam James
commit: a4ddc9cc90821c7e727bd3fbb3446b6504a6d66e
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Fri Mar 17 12:18:13 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar 25 04:08:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4ddc9cc

www-client/luakit: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/30176
Signed-off-by: Sam James  gentoo.org>

 www-client/luakit/files/luakit-2.2.1-make.patch| 38 --
 .../luakit/files/luakit-2.2.1-pkg-config.patch | 21 
 www-client/luakit/files/luakit--make.patch | 38 --
 3 files changed, 97 deletions(-)

diff --git a/www-client/luakit/files/luakit-2.2.1-make.patch 
b/www-client/luakit/files/luakit-2.2.1-make.patch
deleted file mode 100644
index 0e0689feee2e..
--- a/www-client/luakit/files/luakit-2.2.1-make.patch
+++ /dev/null
@@ -1,38 +0,0 @@
 a/Makefile
-+++ b/Makefile
-@@ -56,22 +56,18 @@
- $(filter-out $(EXT_OBJS),$(OBJS)) $(EXT_OBJS): $(HEADS) config.mk
- 
- $(filter-out $(EXT_OBJS),$(OBJS)) : %.o : %.c
--  @echo $(CC) -c $< -o $@
--  @$(CC) -c $(CFLAGS) $(CPPFLAGS) $< -o $@
-+  $(CC) -c $(CFLAGS) $(CPPFLAGS) $< -o $@
- 
- $(EXT_OBJS) : %.o : %.c
--  @echo $(CC) -c $< -o $@
--  @$(CC) -c $(CFLAGS) -DLUAKIT_WEB_EXTENSION -fpic $(CPPFLAGS) $< -o $@
-+  $(CC) -c $(CFLAGS) -DLUAKIT_WEB_EXTENSION -fpic $(CPPFLAGS) $< -o $@
- 
- widgets/webview.o: $(wildcard widgets/webview/*.c)
- 
- luakit: $(OBJS)
--  @echo $(CC) -o $@ $(OBJS)
--  @$(CC) -o $@ $(OBJS) $(LDFLAGS)
-+  $(CC) -o $@ $(OBJS) $(LDFLAGS)
- 
- luakit.so: $(EXT_OBJS)
--  @echo $(CC) -o $@ $(EXT_OBJS)
--  @$(CC) -o $@ $(EXT_OBJS) -shared $(LDFLAGS)
-+  $(CC) -o $@ $(EXT_OBJS) -shared $(LDFLAGS)
- 
- luakit.1: luakit.1.in
-   @sed "s|LUAKITVERSION|$(VERSION)|" $< > $@
-@@ -115,7 +111,7 @@
-   install -d $(DESTDIR)$(APPDIR)
-   install -m644 extras/luakit.desktop $(DESTDIR)$(APPDIR)
-   install -d $(DESTDIR)$(MANPREFIX)/man1/
--  install -m644 luakit.1.gz $(DESTDIR)$(MANPREFIX)/man1/
-+  install -m644 luakit.1 $(DESTDIR)$(MANPREFIX)/man1/
-   mkdir -p resources
-   find resources -type d -exec install -d 
$(DESTDIR)$(PREFIX)/share/luakit/'{}' \;
-   find resources -type f -exec sh -c 'f="{}"; install -m644 "$$f" 
"$(DESTDIR)$(PREFIX)/share/luakit/$$(dirname $$f)"' \;

diff --git a/www-client/luakit/files/luakit-2.2.1-pkg-config.patch 
b/www-client/luakit/files/luakit-2.2.1-pkg-config.patch
deleted file mode 100644
index 181c02378669..
--- a/www-client/luakit/files/luakit-2.2.1-pkg-config.patch
+++ /dev/null
@@ -1,21 +0,0 @@
 a/config.mk
-+++ b/config.mk
-@@ -98,15 +98,15 @@
- PKGS += javascriptcoregtk-4.0
- 
- # Check user has correct packages installed (and found by pkg-config).
--PKGS_OK := $(shell pkg-config --print-errors --exists $(PKGS) && echo 1)
-+PKGS_OK := $(shell $(PKG_CONFIG) --print-errors --exists $(PKGS) && echo 1)
- ifneq ($(PKGS_OK),1)
- $(error Cannot find required package(s\) to build luakit. Please \
- check you have the above packages installed and try again)
- endif
- 
- # Add pkg-config options to compile flags.
--CFLAGS  += $(shell pkg-config --cflags $(PKGS))
-+CFLAGS  += $(shell $(PKG_CONFIG) --cflags $(PKGS))
- CFLAGS  += -I./
- 
- # Add pkg-config options to linker flags.
--LDFLAGS += $(shell pkg-config --libs $(PKGS))
-+LDFLAGS += $(shell $(PKG_CONFIG) --libs $(PKGS))

diff --git a/www-client/luakit/files/luakit--make.patch 
b/www-client/luakit/files/luakit--make.patch
deleted file mode 100644
index f0b9c49c6b23..
--- a/www-client/luakit/files/luakit--make.patch
+++ /dev/null
@@ -1,38 +0,0 @@
 a/Makefile
-+++ b/Makefile
-@@ -57,22 +57,18 @@
- $(filter-out $(EXT_OBJS),$(OBJS)) $(EXT_OBJS): $(HEADS) config.mk
- 
- $(filter-out $(EXT_OBJS),$(OBJS)) : %.o : %.c
--  @echo $(CC) -c $< -o $@
--  @$(CC) -c $(CFLAGS) $(CPPFLAGS) $< -o $@
-+  $(CC) -c $(CFLAGS) $(CPPFLAGS) $< -o $@
- 
- $(EXT_OBJS) : %.o : %.c
--  @echo $(CC) -c $< -o $@
--  @$(CC) -c $(CFLAGS) -DLUAKIT_WEB_EXTENSION -fPIC $(CPPFLAGS) $< -o $@
-+  $(CC) -c $(CFLAGS) -DLUAKIT_WEB_EXTENSION -fPIC $(CPPFLAGS) $< -o $@
- 
- widgets/webview.o: $(wildcard widgets/webview/*.c)
- 
- luakit: $(OBJS)
--  @echo $(CC) -o $@ $(OBJS)
--  @$(CC) -o $@ $(OBJS) $(LDFLAGS)
-+  $(CC) -o $@ $(OBJS) $(LDFLAGS)
- 
- luakit.so: $(EXT_OBJS)
--  @echo $(CC) -o $@ $(EXT_OBJS)
--  @$(CC) -o $@ $(EXT_OBJS) -shared $(LDFLAGS)
-+  $(CC) -o $@ $(EXT_OBJS) -shared $(LDFLAGS)
- 
- luakit.1: luakit.1.in
-   @sed "s|LUAKITVERSION|$(VERSION)|" $< > $@
-@@ -116,7 +112,7 @@
-   install -d $(DESTDIR)$(APPDIR)
-   install -m644 extras/luakit.desktop $(DESTDIR)$(APPDIR)
-   install -d $(DESTDIR)$(MANPREFIX)/man1/
--  install -m644 luakit.1.gz 

[gentoo-commits] repo/gentoo:master commit in: sci-astronomy/siril/, sci-astronomy/siril/files/

2023-03-24 Thread Sam James
commit: e46f341c307105de27df5f04c715433d25f1d3bd
Author: Mario Haustein  hrz  tu-chemnitz  de>
AuthorDate: Fri Mar 24 17:39:33 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar 25 04:05:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e46f341c

sci-astronomy/siril: fix build without OpenMP

Closes: https://bugs.gentoo.org/902833
Signed-off-by: Mario Haustein  hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/30333
Signed-off-by: Sam James  gentoo.org>

 sci-astronomy/siril/files/siril-1.2-openmp.patch | 19 +++
 sci-astronomy/siril/siril-1.2.0_beta1.ebuild |  1 +
 2 files changed, 20 insertions(+)

diff --git a/sci-astronomy/siril/files/siril-1.2-openmp.patch 
b/sci-astronomy/siril/files/siril-1.2-openmp.patch
new file mode 100644
index ..eba90448f422
--- /dev/null
+++ b/sci-astronomy/siril/files/siril-1.2-openmp.patch
@@ -0,0 +1,19 @@
+From: Mario Haustein 
+Date: Fri, 24 Mar 2023 18:24:26 +0100
+Subject: [PATCH] Add ifdef around openmp function
+Bug: https://bugs.gentoo.org/902833
+Upstream: https://gitlab.com/free-astro/siril/-/merge_requests/482
+
+--- a/src/algos/quantize.c
 b/src/algos/quantize.c
+@@ -1396,8 +1396,10 @@ row of the image.
+ #pragma omp parallel num_threads(threads) if (threads>1)
+ #endif
+   {
++#ifdef _OPENMP
+   if (threads > 1 && omp_get_num_threads() != threads)
+   siril_debug_print("actual number of threads: %d of %d 
requested (level %d)\n", omp_get_num_threads(), threads, omp_get_level());
++#endif
+   float *rowpix, v1;
+   double mean, stdev;
+   float *differences;

diff --git a/sci-astronomy/siril/siril-1.2.0_beta1.ebuild 
b/sci-astronomy/siril/siril-1.2.0_beta1.ebuild
index 45dd80e9e5b2..e02693c80ab7 100644
--- a/sci-astronomy/siril/siril-1.2.0_beta1.ebuild
+++ b/sci-astronomy/siril/siril-1.2.0_beta1.ebuild
@@ -54,6 +54,7 @@ PATCHES=(
"${FILESDIR}/${PN}-$(ver_cut 1-2)-htmesh.patch"
"${FILESDIR}/${PN}-$(ver_cut 1-2)-execinfo.patch"
"${FILESDIR}/${PN}-$(ver_cut 1-2)-prototypes.patch"
+   "${FILESDIR}/${PN}-$(ver_cut 1-2)-openmp.patch"
 )
 
 DOCS=( README.md NEWS ChangeLog AUTHORS )



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

2023-03-24 Thread Sam James
commit: 6dd7f162ff2b52067b012435c6a146394c42679f
Author: Sam James  gentoo  org>
AuthorDate: Sat Mar 25 03:57:58 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar 25 04:03:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dd7f162

sys-devel/gdb: add 13.1.90_p20230325

Needed for some patches on the stable gdb-13.1 branch, mainly for Rust crash.

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

 sys-devel/gdb/Manifest |  1 +
 .../{gdb-.ebuild => gdb-13.1.90_p20230325.ebuild}  | 18 +-
 sys-devel/gdb/gdb-.ebuild  | 17 -
 3 files changed, 26 insertions(+), 10 deletions(-)

diff --git a/sys-devel/gdb/Manifest b/sys-devel/gdb/Manifest
index 08dd98394c09..419b62871780 100644
--- a/sys-devel/gdb/Manifest
+++ b/sys-devel/gdb/Manifest
@@ -1,3 +1,4 @@
 DIST gdb-12.1-patches-1.tar.xz 12340 BLAKE2B 
071ff492f6cf7b0969d76db6f7414eeec564daf773c3334fb0d3f669e328bb4ae403ba8c709f3e33a56caa92273f762a5597a34dd7e7a1056f473b7ede2d8e59
 SHA512 
dc4a1a8d501dd1adfdcd6dcbd2559f1e2cc6aadeb18eacb2e9152f6858510e7392253db9568fe782da6d160221412e3e13dfd42a47a2a4a1addba2c1804a45b5
 DIST gdb-12.1.tar.xz 22470332 BLAKE2B 
7f6f853d1640908cf2c79932cdc1ba02549a07721c005d9c7ce2946a715761719cc164a4e68235a18664ec8a029afe3a2a0cfb57e1635f280076d6bed91317fd
 SHA512 
425568d2e84672177d0fb87b1ad7daafdde097648d605e30cf0656970f66adc6a82ca2d83375ea4be583e9683a340e5bfdf5819668ddf66728200141ae50ff2d
 DIST gdb-13.1.tar.xz 23665472 BLAKE2B 
ab3a77ef35d21597dd1299787eebc422c3ca9764d0866223752c3036c0f9e198bf25ab4730bf6e7025bc2db148c66e98b191e15abc2d69c3088aed146728beef
 SHA512 
e65054ffbc0357eeed4b17e1edc5ef45aa73c9ddf3b1210651e3d859576e27c1d27b266800fe26328eda58857455ccd8632f4000cfc5f63f90854096290187ca
+DIST gdb-weekly-13.1.90.20230325.tar.xz 24816144 BLAKE2B 
2273ca1e6b3b563721c1497b30ae9c1c1d6fa88d1a50745a528163d54b45cc0582d3a053f279339dcc5d86b17dabe16c2be63488ac72ed7636af5988919c4b5e
 SHA512 
19a1f1e0d4fc6f7a87c421e487990e3bc6c5ad5fae933be0e4f0ba8eec06b6bc3b0fc814d55e6059dfc2b7414ef0e7191967503dd0eda9021ccabc6d55030f49

diff --git a/sys-devel/gdb/gdb-.ebuild 
b/sys-devel/gdb/gdb-13.1.90_p20230325.ebuild
similarity index 93%
copy from sys-devel/gdb/gdb-.ebuild
copy to sys-devel/gdb/gdb-13.1.90_p20230325.ebuild
index bc86849c6276..9380f74f1c2c 100644
--- a/sys-devel/gdb/gdb-.ebuild
+++ b/sys-devel/gdb/gdb-13.1.90_p20230325.ebuild
@@ -34,6 +34,11 @@ case ${PV} in

https://sourceware.org/pub/gdb/snapshots/current/gdb-weekly-${MY_PV}.tar.xz
"
S="${WORKDIR}/${PN}-${MY_PV}"
+
+   # e.g. 13.1.90_p20230325 is a snapshot on the stable branch, so 
it's fine
+   if [[ ${PV} == *.[123456789].9?_p2??? ]] ; then
+   REGULAR_RELEASE=1
+   fi
;;
*.*.9?)
# Prereleases
@@ -50,8 +55,7 @@ case ${PV} in
https://sourceware.org/pub/gdb/releases/${P}.tar.xz
"
 
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k 
~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-   ;;
+   REGULAR_RELEASE=1
 esac
 
 PATCH_DEV=""
@@ -67,14 +71,17 @@ SRC_URI="
 LICENSE="GPL-3+ LGPL-2.1+"
 SLOT="0"
 IUSE="cet guile lzma multitarget nls +python +server sim source-highlight test 
vanilla xml xxhash zstd"
+if [[ -n ${REGULAR_RELEASE} ]] ; then
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+fi
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 RESTRICT="!test? ( test )"
 
 RDEPEND="
-   dev-libs/mpfr:0=
+   dev-libs/mpfr:=
dev-libs/gmp:=
-   >=sys-libs/ncurses-5.2-r2:0=
-   >=sys-libs/readline-7:0=
+   >=sys-libs/ncurses-5.2-r2:=
+   >=sys-libs/readline-7:=
sys-libs/zlib
elibc_glibc? ( net-libs/libnsl:= )
lzma? ( app-arch/xz-utils )
@@ -101,6 +108,7 @@ BDEPEND="
 
 PATCHES=(
"${FILESDIR}"/${PN}-8.3.1-verbose-build.patch
+   "${FILESDIR}"/${PN}-13.1-Wenum-constexpr-conversion-clang16.patch
 )
 
 pkg_setup() {

diff --git a/sys-devel/gdb/gdb-.ebuild b/sys-devel/gdb/gdb-.ebuild
index bc86849c6276..c88c3a08b21c 100644
--- a/sys-devel/gdb/gdb-.ebuild
+++ b/sys-devel/gdb/gdb-.ebuild
@@ -34,6 +34,11 @@ case ${PV} in

https://sourceware.org/pub/gdb/snapshots/current/gdb-weekly-${MY_PV}.tar.xz
"
S="${WORKDIR}/${PN}-${MY_PV}"
+
+   # e.g. 13.1.90_p20230325 is a snapshot on the stable branch, so 
it's fine
+   if [[ ${PV} == *.[123456789].9?_p2??? ]] ; then
+   

[gentoo-commits] repo/proj/guru:dev commit in: x11-misc/i3status-rust/

2023-03-24 Thread Lucio Sauer
commit: db20ad13681251df2675058bd5df9524823962f8
Author: Lucio Sauer  posteo  net>
AuthorDate: Sat Mar 25 03:39:59 2023 +
Commit: Lucio Sauer  posteo  net>
CommitDate: Sat Mar 25 03:46:41 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=db20ad13

x11-misc/i3status-rust: drop 0.21.10, 0.22.0

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

 x11-misc/i3status-rust/Manifest|  92 
 .../i3status-rust/i3status-rust-0.21.10.ebuild | 162 
 x11-misc/i3status-rust/i3status-rust-0.22.0.ebuild | 163 -
 3 files changed, 417 deletions(-)

diff --git a/x11-misc/i3status-rust/Manifest b/x11-misc/i3status-rust/Manifest
index a98f21524..f2107515d 100644
--- a/x11-misc/i3status-rust/Manifest
+++ b/x11-misc/i3status-rust/Manifest
@@ -1,8 +1,6 @@
-DIST aho-corasick-0.7.18.crate 112923 BLAKE2B 
4f6947d1aacf89ccfab0592cdc55fa61ef09cea38231d3f758765dbce328a810c0b588be4ba96e81d64955379ee005722d22a7aec39caea6e72342245d7ca34f
 SHA512 
7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00
 DIST aho-corasick-0.7.20.crate 111440 BLAKE2B 
3f5d54fea2793ce1c2c4d5b3049b910f45a5721e7538cb2557df63dc3069ab3f6b66aceb5e9a48f21c43ae29778fd045428ea103b2a6de81659e605e30e64ca6
 SHA512 
ad31f3d1b3fe41e593d4ca7e721bbad62936f2e6a17fd1e0997353edb6fc906d1bef2b79f0ac7c7676abe637bbabb23ff22059947be379a2441011f8178983c5
 DIST android_system_properties-0.1.5.crate 5243 BLAKE2B 
86f68ec3bdabf8c6ec47881d794970f08a9eefc7417fc8a2bf4fe9faf9bdd2a2024a94adb0cbf96673409f5fbbd4d0111a1ac371339e7a90a277b6cd5003524e
 SHA512 
b09f51339f9772c0e2e4241b36cf51573c6b96b19ffc1fbbc94b1c1d1d2fdfe8eac3134af54174a675ab05d18ef4f6bcb2c7fcc20114bbeef6e17e3692202191
 DIST anyhow-1.0.69.crate 43576 BLAKE2B 
deb44b3110aee1314dd599b730df8c2f03b7d13c0d945d4ef00a0e30ca74257269e43107be19868adfea331a8c730e0aec2dff3abea704e56bc6a35b9581fe14
 SHA512 
d65e5c9404a70b1e0af90dd66af157f8c31ad0858f703765d5fc6c828f1fc8db690b17451c4108e3a52a7da2d6c2366e745d7b4bd7d19e6dba3485f7c3a43071
-DIST assert_fs-1.0.7.crate 17519 BLAKE2B 
2d7d05bc1972d37cba2bfc20e52ce74e2aa3a0eac79a850dfc92c4f75a67803afc0c2157189e592b216485d1d90c3ff69f83bf0032fbf17e439685ff18b2ec1c
 SHA512 
fb15ad4e5632f52ac48ebed858fe6806091891394e729d036b446db440ae1c9738199084eca1f9baf038bd83d9c3094bc64ce464c7b5d9eb740b74ef9f72d5e0
 DIST async-broadcast-0.5.1.crate 20134 BLAKE2B 
a45a7ff0b05eaab687f0912b2fdd0c3d9379402d5ccb8269568fbf77e235b42db0f741b4743438511fc00e7e1c6ec09c7b2f6e37b4b9a4df07846ae582e9c812
 SHA512 
48de28fad3fa8258b61f1adc0f13e69698f0fc3e11c68eb6b6d2df11784dc5c1e09f6f2c03dd12679d9888171b87cff3362ee06b910833e55d278738ab7508ae
 DIST async-io-1.12.0.crate 37087 BLAKE2B 
60cdb60d027be65df5bcdb83fd4e9bf8ef56d7500bde14261cf6488ba5b34b803ad3c546884cdc3ba524018e9951ffca71cdf04535e2964e49ca263c970e44df
 SHA512 
21f978a9ae11300ba3dce493cc4a753bd07eb2dce69130cfea8a64983ac35416ab00eec5a94e53cf74f12a23fa91caccbbd3df766ad369c774cfbc844eeb5dbf
 DIST async-lock-2.6.0.crate 20497 BLAKE2B 
9703dec1ecfda4b482b6df48bb1691b8aa5e6645c310e437656cb7eccd2115f2af6443063dd9f1ffd0108aa866cacdbabbebc287800b7824a25f2d1b8fbb4a42
 SHA512 
20cb5f5f37d4c4fd7f010d96ed79a924dcc7eee3584027c48ea0edc04d19158f080771acd63fe0534dc5762937a0c1ea8bce8df707526a9f245b5dda61317dad
@@ -13,26 +11,19 @@ DIST async-stream-0.3.4.crate 12419 BLAKE2B 
82e756ab01ad148d5bb767622fc7173201a4
 DIST async-stream-impl-0.3.4.crate 4097 BLAKE2B 
ec883ce8e7077ad194b1d5a8f902d7901737525f880977a062ac19c7534d1e8490d0ec54a9f3db031e7060993d6ab180bcd01e3afcc57264b55c7819b9d0c428
 SHA512 
70eb953ebd112c8d5cd15b7813c48bbe33518d05a957cf5b53bdbf514065557e64ab8ca85bdb3a098832cbb1025a94b316ceee0babda6dfecc6f830eb34e6b45
 DIST async-trait-0.1.64.crate 29196 BLAKE2B 
8cd25de53df989d7d5b79181e0ed5b6bd7cad71a2dee24b56eca9c7c9d6024f4fcce89764fda830168c093dc5e447455443b319491097171ef4c049eeb7199b2
 SHA512 
0487a688cddae7529def0645f6ef4440916eaa757b14e8e414f910b55e17e2c1fe3fe18c216c3a1916a21909c32cba7add8e461adeefaa4be5deaa3c7085fad7
 DIST autocfg-1.1.0.crate 13272 BLAKE2B 
7724055c337d562103f191f4e36cab469e578f0c51cc24d33624dea155d108a07578703766341fd6a4cc1ef52acda406e7dba1650d59115f18261281e5b40203
 SHA512 
df972c09abbdc0b6cb6bb55b1e29c7fed706ece38a62613d9e275bac46a19574a7f96f0152cccb0239efea04ee90083a146b58b15307696c4c81878cd12de28f
-DIST base64-0.13.0.crate 62070 BLAKE2B 
b957f65cdb1e28baeca0cefc92fa98be797409b7dabd15e0e88db6cdfb89779b662cba9f2270fbf3b7b66948fdc46c118b8040a78ab72049c48a928fa802bee0
 SHA512 
991a72999839daa232f508c5b24e7d3225e8a26db8d1d0e747881b115af9e408b92374e163b31e0b0d324c1c2e57e8e38d66861b61eb0a1dba87bb5871940151
 DIST base64-0.13.1.crate 61002 BLAKE2B 
3b3a5b26e2ef18e9b4f1ede72b1bd160a1494751878e8441d463f8a514e6cb9ac859231536989e19fb1261fd864617fe31440df1b5855a0ec625521fc6fcef91
 SHA512 

[gentoo-commits] repo/proj/guru:dev commit in: x11-misc/i3status-rust/

2023-03-24 Thread Lucio Sauer
commit: aa5351d539d08c67c250c11f7e41bd0da063886a
Author: Lucio Sauer  posteo  net>
AuthorDate: Sat Mar 25 03:38:16 2023 +
Commit: Lucio Sauer  posteo  net>
CommitDate: Sat Mar 25 03:46:36 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=aa5351d5

x11-misc/i3status-rust: add 0.30.6

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

 x11-misc/i3status-rust/Manifest|   1 +
 x11-misc/i3status-rust/i3status-rust-0.30.6.ebuild | 333 +
 x11-misc/i3status-rust/metadata.xml|  17 +-
 3 files changed, 344 insertions(+), 7 deletions(-)

diff --git a/x11-misc/i3status-rust/Manifest b/x11-misc/i3status-rust/Manifest
index 3e088d98b..a98f21524 100644
--- a/x11-misc/i3status-rust/Manifest
+++ b/x11-misc/i3status-rust/Manifest
@@ -117,6 +117,7 @@ DIST hyper-tls-0.5.0.crate 13257 BLAKE2B 
50cbe4ca7c1862fd3fff192de070341dd32bfb9
 DIST i3status-rust-0.21.10.tar.gz 382139 BLAKE2B 
dccd302d0e871c57679c85e879c0d9c2b58ee22c142132d3fc9b81170441a7d456d71810d28b4e6c2bcd7e5b4082d18e816aedd0f17b4d94a83771ee17c4fb67
 SHA512 
8fdcf311b234cb237a46aa8fbb76d72b8a44a068669ace30af81a19e4843968eefd5f38f0679645b5c4ec216f5852323441fc5c1705cd90708550f187b194cbb
 DIST i3status-rust-0.22.0.tar.gz 380950 BLAKE2B 
db92fd965bc5fa6e31e35494a8772a164523a36b4a27aa80596cde97c5a4772984883cf147e031b5a3344f221ed939d0ca1f9a06c4e95c5488a890af6952f5ba
 SHA512 
1b534775e3e86aa6b9ae1168a8be96af121aa1061372d706c12d770f8f5367b8193f323adadff0b3eb15e9087b5e05dcf2c3b267f113da013e9f4722ff427ae1
 DIST i3status-rust-0.30.5.tar.gz 315424 BLAKE2B 
a92dfce6267298be98ad68fccb27a9050487e5710b78121e9e46b9b40cea4d7f7a1fe4d81b8de1630012217be4623a6cddae9cdb2480e56ff9716750b2eb0e48
 SHA512 
a6c32532cf3215d733ce869d6ffc026f80908faabce43b5c4186444142d71c9bfef53acae38e509f6b68e5477a5ccaa51cfb372b7ca6b361c6c8eb8f2d517bb0
+DIST i3status-rust-0.30.6.tar.gz 318368 BLAKE2B 
3bb6ed4e3bd649763dafdc55ea088efab6e8a1e0381c37581beb981223e2ade83f02dba805b50bb853cea8f547aae2b67637f24103b0ef2a7d17f0282a317aa0
 SHA512 
e66f381d03186f19863ca3f30d626a719976144cf7bd6d6f4028d5c88bfbd90bf144c25d019236a14fc7940a3b9fae880fe27d6e51b1b55fc2807251f41a5910
 DIST iana-time-zone-0.1.53.crate 20176 BLAKE2B 
842c3c2a9f5b753363668af5162edb6f2734a51fa6c6fc8bafc3981f5f287451258f5ab31d5ea6c2a1df75934233849bba8dde4ee5aa9fcc456fbafa93d8b51b
 SHA512 
a3f899fe9ebc7501bd22e75b2df34c3b26ad5a53afbff4fa552672d0185d8a291736c48ac2fa76dab36a6621e689b5584a2d7bd0334055994bb21077765aa7cb
 DIST iana-time-zone-haiku-0.1.1.crate 7200 BLAKE2B 
9e748694423cadd6edebc1daef2aa4126904f5597202874d68066a15580cade77f48f1e6f2a77e17c7de0fae5204ef1262ad5b6f30bd95f4faec77748aa2ae0a
 SHA512 
daa7570aaf5a07c990b07fdc2153b63d947598ed35aa9c35c4773772a6c67997143b120a18ff4c7c13474d296e81a92975ebf5b9aa9d204c1820e9629cb2e369
 DIST ident_case-1.0.1.crate 3492 BLAKE2B 
bc79ebeefbb7e3ed1139e3f41d8d20fb175786bb123bdb9c1a92ea70effb4a0e5e798f24b068cd66a1bf20d53eea4bf24de495b5568c2d649ea804389a1327ab
 SHA512 
81003a43f18da5997d644319274502e2066af9f9fd1400afda7cf2986b3ae0b7355b932302723cd3bda2d46b264340434d9279dea58425bad13785698d5808a9

diff --git a/x11-misc/i3status-rust/i3status-rust-0.30.6.ebuild 
b/x11-misc/i3status-rust/i3status-rust-0.30.6.ebuild
new file mode 100644
index 0..058fa086b
--- /dev/null
+++ b/x11-misc/i3status-rust/i3status-rust-0.30.6.ebuild
@@ -0,0 +1,333 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Autogenerated by pycargoebuild 0.6
+
+EAPI=8
+
+CRATES="
+   aho-corasick-0.7.20
+   android_system_properties-0.1.5
+   anyhow-1.0.69
+   async-broadcast-0.5.1
+   async-io-1.12.0
+   async-lock-2.6.0
+   async-once-cell-0.4.4
+   async-pidfd-0.1.4
+   async-recursion-1.0.2
+   async-trait-0.1.64
+   autocfg-1.1.0
+   base64-0.13.1
+   base64-0.21.0
+   bitflags-1.3.2
+   block-buffer-0.10.3
+   bumpalo-3.12.0
+   byteorder-1.4.3
+   bytes-1.4.0
+   cc-1.0.79
+   cfg-if-1.0.0
+   charset-0.1.3
+   chrono-0.4.23
+   chrono-tz-0.8.1
+   chrono-tz-build-0.1.0
+   clap-4.1.7
+   clap_derive-4.1.7
+   clap_lex-0.3.2
+   clap_mangen-0.2.9
+   codespan-reporting-0.11.1
+   concurrent-queue-2.1.0
+   convert_case-0.6.0
+   core-foundation-0.9.3
+   core-foundation-sys-0.8.3
+   cpufeatures-0.2.5
+   crossbeam-channel-0.5.6
+   crossbeam-utils-0.8.14
+   crypto-common-0.1.6
+   cxx-1.0.91
+   cxx-build-1.0.91
+   cxxbridge-flags-1.0.91
+   cxxbridge-macro-1.0.91
+   darling-0.10.2
+   darling_core-0.10.2
+   darling_macro-0.10.2
+   data-encoding-2.3.3
+   derivative-2.2.0
+   digest-0.10.6
+   dirs-4.0.0
+   dirs-sys-0.3.7
+   either-1.8.1
+   encoding_rs-0.8.32
+   enumflags2-0.7.5
+   enumflags2_derive-0.7.4
+   env_logger-0.10.0
+   errno-0.2.8
+   

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

2023-03-24 Thread Mike Gilbert
commit: ee5bc024800ba1423a4e0332a9c0aae987879894
Author: Bart Oldeman  calculquebec  ca>
AuthorDate: Wed Mar 22 11:50:12 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Mar 25 03:36:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee5bc024

sys-fs/udisks: Fix install in prefix

configure needs
```
--with-tmpfilesdir="${EPREFIX}"/usr/lib/tmpfiles.d
--with-udevdir="$EPREFIX$(get_udevdir)"
```
or else we get
```
 * QA Notice: the following files are outside of the prefix:
 * /lib
 * /lib/udev
 * /lib/udev/rules.d
 * /lib/udev/rules.d/80-udisks2.rules
 * /usr
 * /usr/lib
 * /usr/lib/tmpfiles.d
 * /usr/lib/tmpfiles.d/udisks2.conf
 * ERROR: sys-fs/udisks-2.9.4-r1::gentoo failed:
 *   Aborting due to QA concerns: there are files installed outside the prefix
```

Signed-off-by: Bart Oldeman  calculquebec.ca>
Closes: https://github.com/gentoo/gentoo/pull/30299
Signed-off-by: Mike Gilbert  gentoo.org>

 sys-fs/udisks/udisks-2.9.4-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-fs/udisks/udisks-2.9.4-r1.ebuild 
b/sys-fs/udisks/udisks-2.9.4-r1.ebuild
index 76a1cf24989a..2d8d5e0ce7dc 100644
--- a/sys-fs/udisks/udisks-2.9.4-r1.ebuild
+++ b/sys-fs/udisks/udisks-2.9.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -97,8 +97,8 @@ src_configure() {
--with-html-dir="${EPREFIX}"/usr/share/gtk-doc/html
--with-modprobedir="${EPREFIX}"/lib/modprobe.d
--with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
-   --with-tmpfilesdir="/usr/lib/tmpfiles.d"
-   --with-udevdir="$(get_udevdir)"
+   --with-tmpfilesdir="${EPREFIX}"/usr/lib/tmpfiles.d
+   --with-udevdir="${EPREFIX}$(get_udevdir)"
$(use_enable acl)
$(use_enable daemon)
$(use_enable debug)



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

2023-03-24 Thread Sam James
commit: 3d066acd267ec8028a79f4d085614245190f2a8a
Author: Nobel Barakat  google  com>
AuthorDate: Fri Feb 24 22:48:47 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar 25 03:32:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d066acd

app-arch/tar: Adding a patch to fix CVE-2022-48303

This patch is cherry-picked from the upstream gnu/tar repository
which fixes a heap buffer overflow issue in the utility. This fix is
needed to resolve CVE-2022-48303.

Bug: https://bugs.gentoo.org/898176
Signed-off-by: Nobel Barakat  google.com>
Closes: https://github.com/gentoo/gentoo/pull/29776
Signed-off-by: Sam James  gentoo.org>

 .../tar/files/tar-1.34-fix-cve-2022-48303.patch| 32 
 app-arch/tar/tar-1.34-r3.ebuild| 94 ++
 2 files changed, 126 insertions(+)

diff --git a/app-arch/tar/files/tar-1.34-fix-cve-2022-48303.patch 
b/app-arch/tar/files/tar-1.34-fix-cve-2022-48303.patch
new file mode 100644
index ..7ef604b52378
--- /dev/null
+++ b/app-arch/tar/files/tar-1.34-fix-cve-2022-48303.patch
@@ -0,0 +1,32 @@
+Gentoo Bug: https://bugs.gentoo.org/898176
+Upstream Commit Link: 
https://git.savannah.gnu.org/cgit/tar.git/commit/?id=3da78400eafcccb97e2f2fd4b227ea40d794ede8
+
+From 3da78400eafcccb97e2f2fd4b227ea40d794ede8 Mon Sep 17 00:00:00 2001
+From: Sergey Poznyakoff 
+Date: Sat, 11 Feb 2023 11:57:39 +0200
+Subject: [PATCH] Fix boundary checking in base-256 decoder
+
+* src/list.c (from_header): Base-256 encoding is at least 2 bytes
+long.
+---
+ src/list.c | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+diff --git a/src/list.c b/src/list.c
+index 9fafc425..86bcfdd1 100644
+--- a/src/list.c
 b/src/list.c
+@@ -881,8 +881,9 @@ from_header (char const *where0, size_t digs, char const 
*type,
+ where++;
+   }
+ }
+-  else if (*where == '\200' /* positive base-256 */
+- || *where == '\377' /* negative base-256 */)
++  else if (where <= lim - 2
++ && (*where == '\200' /* positive base-256 */
++ || *where == '\377' /* negative base-256 */))
+ {
+   /* Parse base-256 output.  A nonnegative number N is
+represented as (256**DIGS)/2 + N; a negative number -N is
+--
+2.39.2.637.g21b0678d19-goog

diff --git a/app-arch/tar/tar-1.34-r3.ebuild b/app-arch/tar/tar-1.34-r3.ebuild
new file mode 100644
index ..abf8af8f3d94
--- /dev/null
+++ b/app-arch/tar/tar-1.34-r3.ebuild
@@ -0,0 +1,94 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/tar.asc
+inherit verify-sig
+
+DESCRIPTION="Use this to make tarballs :)"
+HOMEPAGE="https://www.gnu.org/software/tar/;
+SRC_URI="mirror://gnu/tar/${P}.tar.xz
+   https://alpha.gnu.org/gnu/tar/${P}.tar.xz;
+SRC_URI+=" verify-sig? (
+   mirror://gnu/tar/${P}.tar.xz.sig
+   https://alpha.gnu.org/gnu/tar/${P}.tar.xz.sig
+   )"
+
+LICENSE="GPL-3+"
+SLOT="0"
+if [[ -z "$(ver_cut 3)" ]] || [[ "$(ver_cut 3)" -lt 90 ]] ; then
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux 
~arm64-macos ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+fi
+IUSE="acl minimal nls selinux xattr"
+
+RDEPEND="
+   acl? ( virtual/acl )
+   selinux? ( sys-libs/libselinux )
+"
+DEPEND="${RDEPEND}
+   xattr? ( elibc_glibc? ( sys-apps/attr ) )
+"
+BDEPEND="
+   nls? ( sys-devel/gettext )
+   verify-sig? ( sec-keys/openpgp-keys-tar )
+"
+PDEPEND="
+   app-alternatives/tar
+"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-fix-cve-2022-48303.patch
+)
+
+src_configure() {
+   local myeconfargs=(
+   --bindir="${EPREFIX}"/bin
+   --enable-backup-scripts
+   --libexecdir="${EPREFIX}"/usr/sbin
+   $(use_with acl posix-acls)
+   $(use_enable nls)
+   $(use_with selinux)
+   $(use_with xattr xattrs)
+
+   # autoconf looks for gtar before tar (in configure scripts), 
hence
+   # in Prefix it is important that it is there, otherwise, a gtar 
from
+   # the host system (FreeBSD, Solaris, Darwin) will be found 
instead
+   # of the Prefix provided (GNU) tar
+   --program-prefix=g
+   )
+
+   FORCE_UNSAFE_CONFIGURE=1 econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+
+   # a nasty yet required piece of baggage
+   exeinto /etc
+   doexe "${FILESDIR}"/rmt
+
+   mv "${ED}"/usr/sbin/{gbackup,backup-tar} || die
+   mv "${ED}"/usr/sbin/{grestore,restore-tar} || die
+   mv "${ED}"/usr/sbin/{g,}backup.sh || die
+   mv "${ED}"/usr/sbin/{g,}dump-remind || die
+
+   if use minimal ; then
+   find "${ED}"/etc "${ED}"/*bin/ "${ED}"/usr/*bin/ 

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

2023-03-24 Thread Sam James
commit: 7ab3a69ccc2bef6752e6b9c98c5ab58ac996295c
Author: Sam James  gentoo  org>
AuthorDate: Sat Mar 25 03:32:09 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar 25 03:32:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ab3a69c

dev-python/cython: drop USE=emacs from 3.0.0_beta1

It's now in a separate repo: https://github.com/cython/emacs-cython-mode, not
yet packaged.

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

 dev-python/cython/cython-3.0.0_beta1-r2.ebuild | 24 +---
 1 file changed, 1 insertion(+), 23 deletions(-)

diff --git a/dev-python/cython/cython-3.0.0_beta1-r2.ebuild 
b/dev-python/cython/cython-3.0.0_beta1-r2.ebuild
index 1eb336a03196..3765013cc291 100644
--- a/dev-python/cython/cython-3.0.0_beta1-r2.ebuild
+++ b/dev-python/cython/cython-3.0.0_beta1-r2.ebuild
@@ -25,12 +25,9 @@ S=${WORKDIR}/${MY_P}
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x64-solaris ~x86-solaris"
-IUSE="emacs test"
+IUSE="test"
 RESTRICT="!test? ( test )"
 
-RDEPEND="
-   emacs? ( >=app-editors/emacs-23.1:* )
-"
 BDEPEND="
${RDEPEND}
test? (
@@ -46,8 +43,6 @@ PATCHES=(
"${FILESDIR}/${PN}-0.29.23-pythran-parallel-install.patch"
 )
 
-SITEFILE=50cython-gentoo.el
-
 distutils_enable_sphinx docs \
dev-python/jinja \
dev-python/sphinx-issues \
@@ -60,10 +55,6 @@ python_compile() {
distutils-r1_python_compile
 }
 
-python_compile_all() {
-   use emacs && elisp-compile Tools/cython-mode.el
-}
-
 python_test() {
if has "${EPYTHON}" pypy3 python3.11; then
einfo "Skipping tests on ${EPYTHON} (xfail)"
@@ -80,17 +71,4 @@ python_test() {
 python_install_all() {
local DOCS=( CHANGES.rst README.rst ToDo.txt USAGE.txt )
distutils-r1_python_install_all
-
-   if use emacs; then
-   elisp-install ${PN} Tools/cython-mode.*
-   elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-   fi
-}
-
-pkg_postinst() {
-   use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
-   use emacs && elisp-site-regen
 }



[gentoo-commits] repo/gentoo:master commit in: app-arch/tar/

2023-03-24 Thread Sam James
commit: a8320b2610a082aa0766200884c69a76f21829b2
Author: Sam James  gentoo  org>
AuthorDate: Sat Mar 25 03:25:25 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar 25 03:32:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8320b26

app-arch/tar: avoid -Werror and -fanalyzer

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

 app-arch/tar/tar-1.34-r2.ebuild | 5 +
 app-arch/tar/tar-1.34-r3.ebuild | 5 +
 2 files changed, 10 insertions(+)

diff --git a/app-arch/tar/tar-1.34-r2.ebuild b/app-arch/tar/tar-1.34-r2.ebuild
index e6c0b272787b..86fdc8e05e20 100644
--- a/app-arch/tar/tar-1.34-r2.ebuild
+++ b/app-arch/tar/tar-1.34-r2.ebuild
@@ -38,8 +38,13 @@ PDEPEND="
 "
 
 src_configure() {
+   # -fanalyzer doesn't make sense for us in ebuilds, as it's for static 
analysis
+   export gl_cv_warn_c__fanalyzer=no
+
local myeconfargs=(
--bindir="${EPREFIX}"/bin
+   # Avoid -Werror
+   --disable-gcc-warnings
--enable-backup-scripts
--libexecdir="${EPREFIX}"/usr/sbin
$(use_with acl posix-acls)

diff --git a/app-arch/tar/tar-1.34-r3.ebuild b/app-arch/tar/tar-1.34-r3.ebuild
index abf8af8f3d94..f92891dceff1 100644
--- a/app-arch/tar/tar-1.34-r3.ebuild
+++ b/app-arch/tar/tar-1.34-r3.ebuild
@@ -42,8 +42,13 @@ PATCHES=(
 )
 
 src_configure() {
+   # -fanalyzer doesn't make sense for us in ebuilds, as it's for static 
analysis
+   export gl_cv_warn_c__fanalyzer=no
+
local myeconfargs=(
--bindir="${EPREFIX}"/bin
+   # Avoid -Werror
+   --disable-gcc-warnings
--enable-backup-scripts
--libexecdir="${EPREFIX}"/usr/sbin
$(use_with acl posix-acls)



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

2023-03-24 Thread Sam James
commit: 6c71de74350913d0a8c60de35c369c51fc439040
Author: Sam James  gentoo  org>
AuthorDate: Sat Mar 25 03:04:32 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar 25 03:32:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c71de74

media-libs/x265: update upstream metadata

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

 media-libs/x265/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/x265/metadata.xml b/media-libs/x265/metadata.xml
index aac1076b701b..af1229eaf0d8 100644
--- a/media-libs/x265/metadata.xml
+++ b/media-libs/x265/metadata.xml
@@ -11,6 +11,6 @@
 Disable optimized assembly code that is not PIC 
friendly
   
   
-multicoreware/x265
+multicoreware/x265_git
   
 



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

2023-03-24 Thread Sam James
commit: bd3fd03f8859fc36e22f875e2cffec6c8637e1aa
Author: Sam James  gentoo  org>
AuthorDate: Sat Mar 25 03:30:28 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar 25 03:32:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd3fd03f

dev-python/cython: actually apply parallel install patch to 3.0.0_beta1

Fixes: 9e9a93ca1c92f22f4ad15ae2e814c81deb1145f8
Signed-off-by: Sam James  gentoo.org>

 .../{cython-3.0.0_beta1-r1.ebuild => cython-3.0.0_beta1-r2.ebuild}   | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/cython/cython-3.0.0_beta1-r1.ebuild 
b/dev-python/cython/cython-3.0.0_beta1-r2.ebuild
similarity index 97%
rename from dev-python/cython/cython-3.0.0_beta1-r1.ebuild
rename to dev-python/cython/cython-3.0.0_beta1-r2.ebuild
index 54bc5b850f4d..1eb336a03196 100644
--- a/dev-python/cython/cython-3.0.0_beta1-r1.ebuild
+++ b/dev-python/cython/cython-3.0.0_beta1-r2.ebuild
@@ -43,6 +43,7 @@ BDEPEND="
 PATCHES=(
"${FILESDIR}/${PN}-0.29.22-spawn-multiprocessing.patch"
"${FILESDIR}/${PN}-0.29.23-test_exceptions-py310.patch"
+   "${FILESDIR}/${PN}-0.29.23-pythran-parallel-install.patch"
 )
 
 SITEFILE=50cython-gentoo.el



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/orca/

2023-03-24 Thread Matt Turner
commit: 3d6d536bc5feaee358b641f0bba9c253c0aa20bc
Author: Guillermo Joandet  gmail  com>
AuthorDate: Wed Mar 15 14:46:48 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Mar 25 03:27:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d6d536b

app-accessibility/orca: Version bump to 44.0

Signed-off-by: Guillermo Joandet  gmail.com>
Signed-off-by: Matt Turner  gentoo.org>

 app-accessibility/orca/Manifest |  1 +
 app-accessibility/orca/orca-44.0.ebuild | 59 +
 2 files changed, 60 insertions(+)

diff --git a/app-accessibility/orca/Manifest b/app-accessibility/orca/Manifest
index bbf049a49f6d..07d88630a757 100644
--- a/app-accessibility/orca/Manifest
+++ b/app-accessibility/orca/Manifest
@@ -1 +1,2 @@
 DIST orca-43.1.tar.xz 3761604 BLAKE2B 
924fce7c03abe51b46c406f9627f78a18700ad980adc52d9b522cecf73d07a978f4546fd3aec77ab92217627642928ba2ffb2ee73bb7a25163fb3610fa57cb9b
 SHA512 
5d3ade5ae3c4f9b7ed8dfcabddbf7bcf5e2e15e731e0d9c1c69da692e9ce70d270aedcbfc8557a56ca0f2935b2c0c84e21fa4c6db64ec1c01c78dda7a429623f
+DIST orca-44.0.tar.xz 3764020 BLAKE2B 
0ac7f837cf38cf15b63400d7ca7d631b4e3710680ea50c311ea60b81e57797e81411f6d2f82cde8434fab065e07a14a7e5d9192e73bf29bb79ac6fa9644d985f
 SHA512 
7b1d4a8417283fc7586bd1a308529d8cc3bdc53f080b5bcd6f9dffc686b9eeeb6992df9d970996b44a3339492fb31bdc26c107cc5233521c655e46d4bea7efb2

diff --git a/app-accessibility/orca/orca-44.0.ebuild 
b/app-accessibility/orca/orca-44.0.ebuild
new file mode 100644
index ..6b60291784d7
--- /dev/null
+++ b/app-accessibility/orca/orca-44.0.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit gnome2 python-single-r1
+
+DESCRIPTION="Extensible screen reader that provides access to the desktop"
+HOMEPAGE="https://wiki.gnome.org/Projects/Orca;
+
+LICENSE="LGPL-2.1+ CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86"
+
+IUSE="+braille"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="${PYTHON_DEPS}
+   >=app-accessibility/at-spi2-core-2.47:2[introspection]
+   >=dev-libs/glib-2.28:2
+   media-libs/gstreamer:1.0[introspection]
+   >=x11-libs/gtk+-3.6.2:3[introspection]
+   $(python_gen_cond_dep '
+   dev-python/gst-python:1.0[${PYTHON_USEDEP}]
+   >=dev-python/pygobject-3.18:3[${PYTHON_USEDEP}]
+   ')
+   braille? (
+   $(python_gen_cond_dep '
+   
>=app-accessibility/brltty-5.0-r3[python,${PYTHON_USEDEP}]
+   dev-libs/liblouis[python,${PYTHON_USEDEP}]
+   ')
+   )
+"
+RDEPEND="${DEPEND}
+   $(python_gen_cond_dep '
+   
>=app-accessibility/speech-dispatcher-0.8[python,${PYTHON_USEDEP}]
+   >=dev-python/pyatspi-2.36[${PYTHON_USEDEP}]
+   dev-python/setproctitle[${PYTHON_USEDEP}]
+   ')
+   x11-libs/libwnck:3[introspection]
+   x11-libs/pango[introspection]
+"
+BDEPEND="
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+#  app-text/yelp-tools
+
+src_configure() {
+   gnome2_src_configure \
+   $(use_with braille liblouis)
+}
+
+src_install() {
+   gnome2_src_install
+   python_optimize
+}



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

2023-03-24 Thread Matt Turner
commit: 0c6cd19f5ab2055f60c00028badc7d95f871c5dd
Author: Guillermo Joandet  gmail  com>
AuthorDate: Wed Mar 15 14:47:51 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Mar 25 03:27:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c6cd19f

app-accessibility/at-spi2-core: Version bump to 2.48.0

Signed-off-by: Guillermo Joandet  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/30239
Signed-off-by: Matt Turner  gentoo.org>

 app-accessibility/at-spi2-core/Manifest|  1 +
 .../at-spi2-core/at-spi2-core-2.48.0.ebuild| 67 ++
 2 files changed, 68 insertions(+)

diff --git a/app-accessibility/at-spi2-core/Manifest 
b/app-accessibility/at-spi2-core/Manifest
index 48830e5b2039..f9eb10063d6c 100644
--- a/app-accessibility/at-spi2-core/Manifest
+++ b/app-accessibility/at-spi2-core/Manifest
@@ -1 +1,2 @@
 DIST at-spi2-core-2.46.0.tar.xz 540600 BLAKE2B 
e3ed9915c39a9f71b64a9753c7f91208d15289fe09a9505b4766df7fa04c3e6e5cdc7b3702315eabbdf70f9fc08b4cca4546353485328ab101e2950a672885d6
 SHA512 
633af2c02fab3b8cb02e37f929ce80dd5ce28ca5641046ef5e25cb29299530b90028e6c6f318a0c098a4270bed3eab48fb55d6967a76bfadd2520f49de47c770
+DIST at-spi2-core-2.48.0.tar.xz 554000 BLAKE2B 
b8f513256670d24ae9f08572ae7878f109b5d76090fa4f881b67324d1d270889c648e456fe3ca34aaead9e85589f5ae355c8b4803f35c2cb2ace831051b1000b
 SHA512 
976dce741d640c5b5e006eca53170062ebc91cace0fb74df68606c8443b63317fe271d4e3238d1e3ee3e5586b4a4905c91d7987adb94c8f886a1aaddd54c632e

diff --git a/app-accessibility/at-spi2-core/at-spi2-core-2.48.0.ebuild 
b/app-accessibility/at-spi2-core/at-spi2-core-2.48.0.ebuild
new file mode 100644
index ..0ec5d49b8cfa
--- /dev/null
+++ b/app-accessibility/at-spi2-core/at-spi2-core-2.48.0.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org meson-multilib systemd virtualx xdg
+
+DESCRIPTION="D-Bus accessibility specifications and registration daemon"
+HOMEPAGE="https://wiki.gnome.org/Accessibility 
https://gitlab.gnome.org/GNOME/at-spi2-core;
+
+LICENSE="LGPL-2.1+"
+SLOT="2"
+IUSE="X gtk-doc +introspection"
+REQUIRED_USE="gtk-doc? ( X )"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+
+RDEPEND="
+   >=sys-apps/dbus-1.5[${MULTILIB_USEDEP}]
+   >=dev-libs/glib-2.67.4:2[${MULTILIB_USEDEP}]
+   >=dev-libs/libxml2-2.9.1:2[${MULTILIB_USEDEP}]
+   introspection? ( >=dev-libs/gobject-introspection-1.54.0:= )
+   X? (
+   x11-libs/libX11[${MULTILIB_USEDEP}]
+   x11-libs/libXtst[${MULTILIB_USEDEP}]
+   x11-libs/libXi[${MULTILIB_USEDEP}]
+   )
+
+   !

[gentoo-commits] repo/gentoo:master commit in: dev-embedded/xa/, dev-embedded/xa/files/

2023-03-24 Thread Ionen Wolkens
commit: 2ef8ef8d2c972faed26819703bae15a937b10957
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sat Mar 25 01:59:28 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Mar 25 03:18:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ef8ef8d

dev-embedded/xa: drop 2.3.13

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

 dev-embedded/xa/Manifest   |  1 -
 dev-embedded/xa/files/xa-2.3.10-Makefile.patch | 77 --
 dev-embedded/xa/xa-2.3.13.ebuild   | 31 ---
 3 files changed, 109 deletions(-)

diff --git a/dev-embedded/xa/Manifest b/dev-embedded/xa/Manifest
index 86eb602c8dc5..483ed5ecd16b 100644
--- a/dev-embedded/xa/Manifest
+++ b/dev-embedded/xa/Manifest
@@ -1,2 +1 @@
-DIST xa-2.3.13.tar.gz 155606 BLAKE2B 
8196f8f88bee29dbab9ad026c0d4e3519159c4ed7579dc7db391c0bdd7b1bfe31e2884644258d863e299ac3b5fcc43718b3d95b9b7d7802541a9d58366728ffe
 SHA512 
b8a4c1856e51bbe212b98be06895987d6fb926a229511a67ea90a934da1fcc84daf29bd289c3c4c2254d2bce345333bb92747947f3286376761613b2e181e99b
 DIST xa-2.3.14.tar.gz 156876 BLAKE2B 
3dd4f369d69cd85c7c545e4aba7698deb9402946c755ac2709c43cb4a795d1cde730286a4a0df2615c39367443788cd4314bf526def863fa57bc85d36ca2dc60
 SHA512 
71d4631cb3e698b6522ca76c4b34078ded0632533bdaaa8b8d584eb27f0958ed288a6765136ff0ad03cd861a2dccbb76c6d8db0abf277a61ae864ad23212653d

diff --git a/dev-embedded/xa/files/xa-2.3.10-Makefile.patch 
b/dev-embedded/xa/files/xa-2.3.10-Makefile.patch
deleted file mode 100644
index cabc7b99beec..
--- a/dev-embedded/xa/files/xa-2.3.10-Makefile.patch
+++ /dev/null
@@ -1,77 +0,0 @@
 a/Makefile
-+++ b/Makefile
-@@ -1,11 +1,7 @@
- # Unix gcc or DOS go32 cross-compiling gcc
- #
--CC = gcc
--LD = gcc
- # for testing. not to be used; build failures in misc/.
- #CFLAGS = -O2 -W -Wall -pedantic -ansi
--CFLAGS = -O2
--LDFLAGS = -lc
- 
- # for DOS?
- # CC = gcc-go32
-@@ -32,13 +28,13 @@
-   rm -f xa
- 
- xa:
--  (cd src && LD=${LD} CC="${CC} ${CFLAGS}" ${MAKE})
-+  (cd src && ${MAKE})
- 
- load: 
--  (cd loader && CC="${CC} ${CFLAGS}" ${MAKE})
-+  (cd loader && ${MAKE})
- 
- uncpk:
--  (cd misc && CC="${CC} ${CFLAGS}" ${MAKE})
-+  (cd misc && ${MAKE})
- 
- dos: clean
-   (cd src && LD=gcc-go32 CC=gcc-go32 CFLAGS="-W -Wall -pedantic" ${MAKE})
 a/misc/Makefile
-+++ b/misc/Makefile
-@@ -2,7 +2,6 @@
- XCBMLIB = ..
- 
- # -Wall -ansi et al. cause compile problems.
--CFLAGS =  -O2
- 
- LIBS = #-lncurses -ltermcap -lm
- 
-@@ -10,19 +9,19 @@
- all: ../mkrom.sh ../uncpk ../printcbm ../file65 ../reloc65 ../ldo65
- 
- ../uncpk: uncpk.c
--  ${CC} ${CFLAGS} uncpk.c -o $(XCBMLIB)/uncpk
-+  ${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} uncpk.c -o $(XCBMLIB)/uncpk
- 
- ../printcbm: printcbm.c
--  ${CC} ${CFLAGS} printcbm.c -o $(XCBMLIB)/printcbm
-+  ${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} printcbm.c -o $(XCBMLIB)/printcbm
- 
- ../file65: file65.c
--  ${CC} ${CFLAGS} file65.c -o $(XCBMLIB)/file65
-+  ${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} file65.c -o $(XCBMLIB)/file65
- 
- ../ldo65: ldo65.c
--  ${CC} ${CFLAGS} ldo65.c -o $(XCBMLIB)/ldo65
-+  ${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} ldo65.c -o $(XCBMLIB)/ldo65
- 
- ../reloc65: reloc65.c
--  ${CC} ${CFLAGS} reloc65.c -o $(XCBMLIB)/reloc65
-+  ${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} reloc65.c -o $(XCBMLIB)/reloc65
- 
- ../mkrom.sh: mkrom.sh
-   cp mkrom.sh ../mkrom.sh
 a/src/Makefile
-+++ b/src/Makefile
-@@ -8,7 +8,7 @@
- all: xa
- 
- xa: ${OBJ}
--  ${LD} -o ../xa ${OBJ} ${LDFLAGS}
-+  ${CC} ${CFLAGS} ${LDFLAGS} -o ../xa ${OBJ}
- 
- clean: 
-   rm -f *.o *.o65

diff --git a/dev-embedded/xa/xa-2.3.13.ebuild b/dev-embedded/xa/xa-2.3.13.ebuild
deleted file mode 100644
index ddaef3e9cb4a..
--- a/dev-embedded/xa/xa-2.3.13.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="High-speed, two-pass portable 6502 cross-assembler"
-HOMEPAGE="https://www.floodgap.com/retrotech/xa/;
-SRC_URI="https://www.floodgap.com/retrotech/xa/dists/${P}.tar.gz;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-2.3.10-Makefile.patch
-)
-
-src_configure() {
-   tc-export CC
-}
-
-src_test() {
-   emake -j1 test
-}
-
-src_install() {
-   emake DESTDIR="${ED}"/usr install
-   einstalldocs
-}



[gentoo-commits] repo/gentoo:master commit in: dev-games/godot/, dev-games/godot/files/

2023-03-24 Thread Ionen Wolkens
commit: 156fcd210fbb0f153410b0fccae695ae79c238e2
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sat Mar 25 01:58:36 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Mar 25 03:18:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=156fcd21

dev-games/godot: drop 3.5.1, 4.0

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

 dev-games/godot/Manifest|   2 -
 dev-games/godot/files/godot-4.0_rc2-gcc13.patch |  21 ---
 dev-games/godot/godot-3.5.1.ebuild  | 218 --
 dev-games/godot/godot-4.0.ebuild| 230 
 4 files changed, 471 deletions(-)

diff --git a/dev-games/godot/Manifest b/dev-games/godot/Manifest
index 1c0c017e064c..979fc5ffabb8 100644
--- a/dev-games/godot/Manifest
+++ b/dev-games/godot/Manifest
@@ -1,4 +1,2 @@
-DIST godot-3.5.1-stable.tar.xz 24153448 BLAKE2B 
9d61276a2d82ef4f4487ec1046b7fa58f2b3626640b2db25c1f98c3f8e2ff40eddcf943fd9ffaaf6814fbafbbe7ef1d3f642d77af953b87731cff570ac3a5473
 SHA512 
59e5ca88534f542562971efb83b76561705f9ca8761311f01b4453857e7ae046c17cadd0d5ca6f6f56e262b5031294a8b9ad970fa6ffc95e1a6a1e1bae48d55f
 DIST godot-3.5.2-stable.tar.xz 24047432 BLAKE2B 
a4d600cb174b2f79cc91c583b1052db2e7e2921003ffd5a307a2484af9cc050b600e763b6016ba2df043ba5e492f0bdd13c207fd3a3d794b6602f7c574093cb0
 SHA512 
e9f3c8b23cd69422639fe22948fb1f5f2071dff6e013fee3c08d6d3c1f39de4dfc252d32eb395c847021c9bbc1b2fa320500140ff3e684bf00530889ba48a181
-DIST godot-4.0-stable.tar.xz 29435592 BLAKE2B 
0802631f2995144b63c98c3a6031e7f9df771e7dd9491d38a5fcb3f52581c1f3d6a29cde5a43f9a3a83c9aaeaba9e53b22c22cdb67117f65189d916564db614b
 SHA512 
a1de87425861dfd71bf6c6387008d72a0c80322865ffb4dbb4a87e58244d37d4d45d6f6df8e06ea6c4f979de80b364932891c65cf11c7f80727f33e28460cbd9
 DIST godot-4.0.1-stable.tar.xz 29626604 BLAKE2B 
4dbcfe05b830a1e5e8cf23a31fc0ea743ae5985b9454eb41f3231d7e2b51d4e86dc1fba2c6ccf457a1c7e0d3336191b5e961936b3916837ca34b90609d9e4f30
 SHA512 
cb4f6eced611a3fd2f65ea31a80971f67d2f8b8bdb9a710bec41d2d9fc2d5714ab2a1ead58540dd0a7787b123dba6195fedf1b2eb56db122cb4f9f05f9633513

diff --git a/dev-games/godot/files/godot-4.0_rc2-gcc13.patch 
b/dev-games/godot/files/godot-4.0_rc2-gcc13.patch
deleted file mode 100644
index 124e4b56a9d0..
--- a/dev-games/godot/files/godot-4.0_rc2-gcc13.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-https://bugs.gentoo.org/895706
-https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/commit/29d492b60c8
-From: Adam Sawicki 
-Date: Thu, 19 Jan 2023 13:19:55 +0100
-Subject: [PATCH] Added missing #include 
-
-For snprintf, for compatibility with GCC 13.
-Fixes #312 - thanks @marxin !
 a/thirdparty/vulkan/vk_mem_alloc.h
-+++ b/thirdparty/vulkan/vk_mem_alloc.h
-@@ -2614,6 +2614,10 @@ VMA_CALL_PRE void VMA_CALL_POST vmaFreeStatsString(
- #include  // For std::popcount
- #endif
- 
-+#if VMA_STATS_STRING_ENABLED
-+#include  // For snprintf
-+#endif
-+
- 
/***
- CONFIGURATION SECTION
- 

diff --git a/dev-games/godot/godot-3.5.1.ebuild 
b/dev-games/godot/godot-3.5.1.ebuild
deleted file mode 100644
index 46062505910b..
--- a/dev-games/godot/godot-3.5.1.ebuild
+++ /dev/null
@@ -1,218 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..11} )
-inherit bash-completion-r1 desktop python-any-r1 scons-utils toolchain-funcs 
xdg
-
-DESCRIPTION="Multi-platform 2D and 3D game engine with a feature-rich editor"
-HOMEPAGE="https://godotengine.org/;
-SRC_URI="https://downloads.tuxfamily.org/godotengine/${PV}/${P}-stable.tar.xz;
-S="${WORKDIR}/${P}-stable"
-
-LICENSE="
-   MIT
-   Apache-2.0 BSD Boost-1.0 CC0-1.0 Unlicense ZLIB
-   gui? ( CC-BY-4.0 ) tools? ( BitstreamVera OFL-1.1 )"
-SLOT="3"
-KEYWORDS="~amd64"
-# Enable roughly same as upstream by default so it works as expected,
-# except raycast (tools-only heavy dependency), and deprecated.
-IUSE="
-   +bullet debug deprecated +gui pulseaudio raycast +runner +theora
-   +tools +udev +upnp +webm +webp"
-
-# dlopen: alsa-lib,pulseaudio,udev
-RDEPEND="
-   app-arch/zstd:=
-   dev-games/recastnavigation:=
-   dev-libs/libpcre2:=[pcre32]
-   media-libs/freetype[brotli]
-   media-libs/libpng:=
-   https://godotengine.org/;
-SRC_URI="https://downloads.tuxfamily.org/godotengine/${PV}/${P}-stable.tar.xz;
-S="${WORKDIR}/${P}-stable"
-
-LICENSE="
-   MIT
-   Apache-2.0 BSD Boost-1.0 CC0-1.0 Unlicense ZLIB
-   gui? ( CC-BY-4.0 ) tools? ( OFL-1.1 )"
-SLOT="4"
-KEYWORDS="~amd64"
-# Enable roughly same as upstream by default so it works as expected,
-# except raycast (tools-only heavy dependency), and deprecated.
-IUSE="
-   alsa +dbus debug deprecated +fontconfig +gui pulseaudio raycast
-   +runner speech test +theora +tools +udev +upnp +vulkan +webp"
-# TODO: tests 

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

2023-03-24 Thread Ionen Wolkens
commit: e5995ab57fae4c1da525bae8d67653fcdbeb6b11
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sat Mar 25 02:06:42 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Mar 25 03:18:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5995ab5

x11-drivers/nvidia-drivers: drop 530.30.02

Old unkeyworded beta, should be no reason to keep for longer.

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

 x11-drivers/nvidia-drivers/Manifest|   8 -
 .../nvidia-drivers/nvidia-drivers-530.30.02.ebuild | 631 -
 2 files changed, 639 deletions(-)

diff --git a/x11-drivers/nvidia-drivers/Manifest 
b/x11-drivers/nvidia-drivers/Manifest
index 49e249ce72a8..063cb076c58d 100644
--- a/x11-drivers/nvidia-drivers/Manifest
+++ b/x11-drivers/nvidia-drivers/Manifest
@@ -2,7 +2,6 @@ DIST NVIDIA-Linux-aarch64-510.108.03.run 211471630 BLAKE2B 
4177e12907bb577d96734
 DIST NVIDIA-Linux-aarch64-515.86.01.run 221097882 BLAKE2B 
f8562f9ef1d29451792e00f5489ae7bf63d1a9c5a13354f119667e5572f473abe14a82383c7f61251213ef16463c064059316c7da09a5d61207823b17a7183bf
 SHA512 
43161f86143b1558d1f558acf4a060f53f538ea20e6235f76be24916fe4a9c374869645c7abf39eba66f1c2ca35f5d2b04f199bd1341b7ee6c1fdc879cb3ef96
 DIST NVIDIA-Linux-aarch64-525.85.05.run 262667903 BLAKE2B 
e6e4d2d8a90f5abbfc4d67ee1a74c062fcd91b4d46d247702e937d8e82c2ddeac19418a74908b90d31265819dfa93791c53cb111b41fe51732851c9d2e74c21e
 SHA512 
85312583dbd55791273308aa3c3bf43241e0b28cbe850e56bd6997dcedd2db51af337d062587886ca4000cf39428a748c87d6e270648e09d4f0870856757a7d0
 DIST NVIDIA-Linux-aarch64-525.89.02.run 263020466 BLAKE2B 
7f912746c186450b09b7e4b0e26731a8480a02e02a6d0009c1c96e33f91dd47604b262e8d42568b8c9127598cf17a19e7bf5cf29472a9e2b1cc8d765b2b39370
 SHA512 
a74d11453522dde936c022b6c8ef8df0349a10f825caaab3e7a58002f4afcd12160865ad9e5745b055430d978ebdcc0583dfe8b339ba60eead99517d49ee7191
-DIST NVIDIA-Linux-aarch64-530.30.02.run 218532678 BLAKE2B 
96abcd638192c21556eb04969776c6c0ab0ab566b74de9455d0d4130bf4abd78dc12c93781f9fdf571ed1c07a59a71f893d4cf9fb9c0fc7298117cd58d02aaad
 SHA512 
ed9a0c057e6cf97a1cf166f11b684427e7c93ae7ad1a0f00f8ef674b73aaa555d8134fe18d85ba8a233d4e68972e92f27501c1165e1cb1bc709174c679c06e32
 DIST NVIDIA-Linux-aarch64-530.41.03.run 218674884 BLAKE2B 
5f1e61c43810ae3428c07d27b7a6a80ed2d04e1fe6f2ff8f8da20c615d9d35c494f30c1baf6fd0c6046b7780e621095ff0a61e40ec40295e599acf4727cc45cf
 SHA512 
abb9d33b2cfa57be25d5395d5e9805d401b67375761cd07da0e78cc372d8f424c9a7129966967ed36b2123eafbb0fa99f478deb2c4b6a9d85764bdfb60c1139e
 DIST NVIDIA-Linux-x86-390.157.run 49417041 BLAKE2B 
435b5e0e60468cc74b41cc5d9b5bb0105d29c11a2d408457835212a96519c9334ecf19278b36749d3ff7f498f5b0ae45a2efae2d428703dac21245c62f1efebe
 SHA512 
dae9ac2c12f9ad90f7441e00e01a984147c577892421911d7f67f6a31e616ac1cb7d434bc9c7f58fbd9b8ae909521b5bece607a63c79588c0bb9d99c6bad5fb0
 DIST NVIDIA-Linux-x86_64-390.157.run 85835541 BLAKE2B 
44b855cd11f3b2f231f9fb90492ae2e67a67ea3ea83c413e7c90956d38c9730a8bd0321281ae03c6afce633d102f5b499aed25622b9bfd31bdd2c98f0717e95b
 SHA512 
4780503a4cff0180b1b1f37d20a6ba3438dd78b51fa7f69b98d35521835e5d61099129746929d51d63afa2d47b672b3e145e1e1897584dc3799e7f822c5b3a0a
@@ -12,12 +11,10 @@ DIST NVIDIA-Linux-x86_64-515.86.01.run 363743089 BLAKE2B 
aa03a0f059da99fa549cd9d
 DIST NVIDIA-Linux-x86_64-525.47.15.run 414194155 BLAKE2B 
df2cf08bd81d19b0215b378be2e7c2dd14a4e415988baf284008acd2648ce43c4ae73627e761921a26e205547025fe9166b6192c02c4d6b00646ef51c6af9acc
 SHA512 
09684294561c0796cfe1bb027388af342a009af33b00901869b4b1c4399583611e2843c45fb436a901095c53844a45b5a4a5642bd3abd019e4f00d6e3395b692
 DIST NVIDIA-Linux-x86_64-525.85.05.run 415131239 BLAKE2B 
38bdcce884011cfc0a1b5d08807c0a163ac7807621f3ec69feabbdf27af9e0409491db893912776b05a45f8f56c06f281a84074ab8ff21a71774b890bdff2cf8
 SHA512 
db30b9186cdcf22b2dde267c08a10cadfc3d37190c57a26a71e282b0f661b187b5b28764418eacf8b2344ebfa8feb7480ae1de31b3bc3026feaf9482a3b51741
 DIST NVIDIA-Linux-x86_64-525.89.02.run 414116295 BLAKE2B 
22a6da77876557c256cb5571b6ae78133bc150ceb16aaf331a332bdd891df40beac07ac70efedb11ec2458fcdf2a23247b54274d509a2b54e50f4da1251425e7
 SHA512 
a991c5a843957aa81cf619c39d699100ff69fc723fb195c68fd50cd69ee9d5651a223d3b5d254c8c1b7c8cad09e24846ba4e64869a8b3777e85cd3e5ba515bb5
-DIST NVIDIA-Linux-x86_64-530.30.02.run 344142236 BLAKE2B 
68a7bc7baf8f09fa827c9e370e70a2c00d083554d4926eec523923815b71722c28c990cfb9b689e4cd5ed990de42f884e66a57a30f6ad87fe4cd3654c2fa2c9c
 SHA512 
62a497a3f1b2f32692f756113a34caaf193f4d4d2488e02b832c9ebb8ef1a8c72722ae29b044068fac8c7edc25376ebb50cfc26e28ca9a74f37895138260de22
 DIST NVIDIA-Linux-x86_64-530.41.03.run 344312858 BLAKE2B 
bb5507afd23e6e063314532f37e5c7cc2530f96f359664d79ebac998c6a32ee238790b4aa66339a913e31114d22795e8e80aebced2260ff04b5d3589af472fc9
 SHA512 
90068122824322884ec8f3e4be2fe7f76bf07ee1163baf6da15d09ba3ff886e5c5ef72016509eef9f4af9d85f154ebbe051d5fb3af5e867f1f67f03af8068100
 DIST NVIDIA-kernel-module-source-515.86.01.tar.xz 7504412 

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

2023-03-24 Thread Ionen Wolkens
commit: 3a76973063674ebb7c41ff554d9160534a66000d
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sat Mar 25 02:03:51 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Mar 25 03:18:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a769730

dev-util/maturin: drop 0.14.12

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

 dev-util/maturin/Manifest   |  36 ---
 dev-util/maturin/maturin-0.14.12.ebuild | 501 
 2 files changed, 537 deletions(-)

diff --git a/dev-util/maturin/Manifest b/dev-util/maturin/Manifest
index 05f8633dc890..13ce8693be32 100644
--- a/dev-util/maturin/Manifest
+++ b/dev-util/maturin/Manifest
@@ -4,14 +4,12 @@ DIST ahash-0.3.8.crate 28650 BLAKE2B 
93dcd622dc4497d0ce436461349119e96266c25278a
 DIST ahash-0.7.6.crate 38030 BLAKE2B 
aca3661477fcd7822d6d10970151e05c28e1615f8cd7ddaac064b15102027e404b19b0f3f16dd76145048594ea1c22ae27dd08cc05c411efbae9ec7a1ef55ce9
 SHA512 
61354688b6fb096359faefb6f34be958cd2215d56b88c22c737d24183eaad433f811bc9e64f927e4852c87d2799c22fda82b55cfbef2ed6357ff74f0c4ffec68
 DIST aho-corasick-0.7.20.crate 111440 BLAKE2B 
3f5d54fea2793ce1c2c4d5b3049b910f45a5721e7538cb2557df63dc3069ab3f6b66aceb5e9a48f21c43ae29778fd045428ea103b2a6de81659e605e30e64ca6
 SHA512 
ad31f3d1b3fe41e593d4ca7e721bbad62936f2e6a17fd1e0997353edb6fc906d1bef2b79f0ac7c7676abe637bbabb23ff22059947be379a2441011f8178983c5
 DIST anyhow-1.0.66.crate 43770 BLAKE2B 
8d74397c47bd64c00f015cf7ee279fa020ea39191440208d77e4a5fdb35fca531e8bb9b765be223b24050d0fd1db76fa5b516146f450937f84a5c113c9eca997
 SHA512 
7b4078906df2805d491dc2f29c4eec85a9f43078c0dcd9c05261c2706ed655953b693c4f59fda62547681b29cda9ac7a0789f1359bb18110403cfe34e9fb0dc3
-DIST anyhow-1.0.68.crate 43882 BLAKE2B 
0ccd8fcb746344dfa85674fa7c95aa648aed8d40134b8c1c1c0852f6c7d22f5622ca1704ec65c254fc20946b1733299e1517364d74f726952d5a951ef89a2fe5
 SHA512 
b8cfc132ebeac823edf18cba7e335d1939fcbb095ed4ea859f4dc4cde5b1ff35fd68f0743577c69085f74f019768a3359936bf6dc1b2aceb7e2b28ace7f74a0f
 DIST anyhow-1.0.69.crate 43576 BLAKE2B 
deb44b3110aee1314dd599b730df8c2f03b7d13c0d945d4ef00a0e30ca74257269e43107be19868adfea331a8c730e0aec2dff3abea704e56bc6a35b9581fe14
 SHA512 
d65e5c9404a70b1e0af90dd66af157f8c31ad0858f703765d5fc6c828f1fc8db690b17451c4108e3a52a7da2d6c2366e745d7b4bd7d19e6dba3485f7c3a43071
 DIST askama-0.11.1.crate 8182 BLAKE2B 
5cfa6a0cf5679e271c1d35500b5ae40eb4fe1f955f4356d913ae38d7dc6fa9137ff6e250b7f0ff2a3aadb747d4abc8456a6990c99908e602521ba28014d81ca9
 SHA512 
d75507a43d2ab12b046854e33308eeabbac6825282588554a678742a71f2521a33637b89d3b24088643d18e84cefa538031264c587896e6e1eb16cc15c93afb7
 DIST askama_derive-0.11.2.crate 7097 BLAKE2B 
395811d68825531552ac9bedc30c1d59e15ade43b3818576212456974799c0713df8eb099970affed54397c800f62310d5f6f201bc2275f5168cd805f2330257
 SHA512 
c9b4c2b444c9c9f9054403b25a62e0415d87f0c8a0cd1ac9fc1cdd341c94c15eb91249006e59504a34a18703dd3b9bc5a4012804a4ce3d9401126b66c3632e65
 DIST askama_escape-0.10.3.crate 8875 BLAKE2B 
6bb88f18aa0bd05a36e7bf5cfcaed3138ddb96ed366e7da9b9a64c4e0345fba384cfa3e9bfab3674c1697a7722bd59a9428438b78d44bcac78740d4c53c3d3e8
 SHA512 
1978add567021fac7f086b6091c97de81919877726455828164642c55607d5b5f6f01c0187f8a8a3371c9b3a1ef41f4c3c9e14d9068826c38ee8a6efe2eeb5a2
 DIST askama_shared-0.12.2.crate 38015 BLAKE2B 
7f1f461abc5e1a6c692b254b939309be986435d8c7fe1adb8f3590478e0b0bfcd9c98b68f1f5cd72ea5b72afdc17f79927cbcc86500502965d5e2a8ff41236cc
 SHA512 
05d9bbd47ed09700ea2ee32b5b27801c7b8ea3953a186ede54570a68e2541dcc07f49858cf55ff61c86e129c5d84ff1d92d14064fd43b5fa2160bc24bb32
 DIST async-io-1.12.0.crate 37087 BLAKE2B 
60cdb60d027be65df5bcdb83fd4e9bf8ef56d7500bde14261cf6488ba5b34b803ad3c546884cdc3ba524018e9951ffca71cdf04535e2964e49ca263c970e44df
 SHA512 
21f978a9ae11300ba3dce493cc4a753bd07eb2dce69130cfea8a64983ac35416ab00eec5a94e53cf74f12a23fa91caccbbd3df766ad369c774cfbc844eeb5dbf
-DIST async-lock-2.6.0.crate 20497 BLAKE2B 
9703dec1ecfda4b482b6df48bb1691b8aa5e6645c310e437656cb7eccd2115f2af6443063dd9f1ffd0108aa866cacdbabbebc287800b7824a25f2d1b8fbb4a42
 SHA512 
20cb5f5f37d4c4fd7f010d96ed79a924dcc7eee3584027c48ea0edc04d19158f080771acd63fe0534dc5762937a0c1ea8bce8df707526a9f245b5dda61317dad
 DIST async-lock-2.7.0.crate 23631 BLAKE2B 
90814a489eef98a773ed5dfca5fc3e6b8e2b7a2c37e18f289292f46efce496d4378321327c947dce219add2b7aaf199b96beb9d19cf22536f1ff99b932e50314
 SHA512 
b151aa4a7fe4ad7dd68559dfef203dcfdd2084e175a6fe414298bd28c632ef422631d49c821fe075ec6f549269e0c0cefc16ea56741d3d8317a99489ed638bb9
 DIST autocfg-1.1.0.crate 13272 BLAKE2B 
7724055c337d562103f191f4e36cab469e578f0c51cc24d33624dea155d108a07578703766341fd6a4cc1ef52acda406e7dba1650d59115f18261281e5b40203
 SHA512 
df972c09abbdc0b6cb6bb55b1e29c7fed706ece38a62613d9e275bac46a19574a7f96f0152cccb0239efea04ee90083a146b58b15307696c4c81878cd12de28f
 DIST base64-0.13.1.crate 61002 BLAKE2B 

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

2023-03-24 Thread Ionen Wolkens
commit: 1ba5c018afcf4cd746ccec4c7870457ac7e58fab
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sat Mar 25 02:58:54 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Mar 25 03:18:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ba5c018

app-text/mdbook: stabilize 0.4.28 for amd64

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

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

diff --git a/app-text/mdbook/mdbook-0.4.28.ebuild 
b/app-text/mdbook/mdbook-0.4.28.ebuild
index 8ccef7d9ff34..fdf2231ecf93 100644
--- a/app-text/mdbook/mdbook-0.4.28.ebuild
+++ b/app-text/mdbook/mdbook-0.4.28.ebuild
@@ -237,7 +237,7 @@ S="${WORKDIR}/${P/b/B}"
 # CC-BY-4.0/OFL-1.1: embeds fonts inside the executable
 LICENSE="Apache-2.0 Artistic-2 BSD CC-BY-4.0 CC0-1.0 ISC MIT MPL-2.0 OFL-1.1 
Unicode-DFS-2016"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="doc"
 
 QA_FLAGS_IGNORED="usr/bin/${PN}"



[gentoo-commits] repo/gentoo:master commit in: games-emulation/pcsx2/

2023-03-24 Thread Ionen Wolkens
commit: 17cda78d199334cbefafec6e36ee837733159133
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sat Mar 25 02:05:28 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Mar 25 03:18:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17cda78d

games-emulation/pcsx2: drop 1.7.4042

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

 games-emulation/pcsx2/Manifest  |   1 -
 games-emulation/pcsx2/pcsx2-1.7.4042.ebuild | 237 
 2 files changed, 238 deletions(-)

diff --git a/games-emulation/pcsx2/Manifest b/games-emulation/pcsx2/Manifest
index 3bc6aef3e272..24fbffc4a4d7 100644
--- a/games-emulation/pcsx2/Manifest
+++ b/games-emulation/pcsx2/Manifest
@@ -1,6 +1,5 @@
 DIST pcsx2-1.6.0.tar.gz 17963332 BLAKE2B 
d1370fd089e1f8716a3365b9f499fef9418c4a9464e701cf0dbac8296cf59a2c6fc9b85ed680c514d8128da7b5c47aa8a067d48cac9eb0482ef2ba5f9234e60e
 SHA512 
0a3e01a25384719fc72b636a1e9cf1cd966d0c978c1c3adfb46d6b3f76f43a25f90ef63d27a1d8092cdf444c5dc7560ce807ca81908d11ade9715e7eaaad6253
 DIST pcsx2-1.7.3738.tar.gz 15935061 BLAKE2B 
51e113e2148c94861a3d6baab8de5b8ed613cdb6e3aa3574445f0a66e628dffb3bf26a6a3b54e0be65d71a90088fe6e79f65055d54e580d46ad4db1dadbb8a66
 SHA512 
7da8dd46cd065fefc4c2bb4ab76b8fc2bf9769dba78f47759c59b2a21e62cf0e5d53e9f800e16bf09238bf156cd7fa63a4ca75a47f41b78df9512a701536c789
-DIST pcsx2-1.7.4042.tar.gz 9190907 BLAKE2B 
31f8cdc8506b1195e66856d10eadae650397df10834934fcd6112d4c7a528deb4f1efa27a196db4861f5bab52a08b9d10926e45192878557e67621e3cbd364cc
 SHA512 
553a2041edc56fb3482fddd4e59e4c6f75339322690ab9df366e148478a8a920f3f9a4e61e98285cf24b5dda4feac030a8f670c33c8bba797a79db97be386114
 DIST pcsx2-1.7.4217.tar.gz 9217806 BLAKE2B 
fcdca37523a793753dac00ababeb28acea250473ce31d0a4519cf71b5d26b9a1c36d230f2fb002f423ae6a56c9e30712212717fd86451c00c37825a55d5c8c37
 SHA512 
382f31a9757325ed51d1e0d8f1471bf1ce7b42ec7d9df7b18a8dc4cd33278052d6fb1c2bdd82d1cf9e106b2ff68b012773567138d7808e6df5924d71f1b0bedc
 DIST pcsx2-fast_float-32d21dcecb.tar.gz 76108 BLAKE2B 
7a4e8e3bb67387c03912e5f7035ba3fab1aeaa119b36ebdeb14c45069b3270270a8b87de2774ec325d8ed2ef0604a3d3762432d42f1e026a213990ac39341e10
 SHA512 
2cbdc5b05ab7c19e20b4e34959b90d1fa866d4ba239ec0a4c434cd33bddfb1cb6f1da467b0a525f5a4887c9b1860e975fe074aca0d9e211f0fc7bc6402d3601e
 DIST pcsx2-glslang-c9706bdda0.tar.gz 3433325 BLAKE2B 
f2449a6c8b05e47367164d09036ae2302f0f28ec83c2e2f401426f52fbd4edf55f717f01eea2cbfe7554e1004b89ffdebc34ec21a95809fcbc719f69e65e8487
 SHA512 
5ff0902e95592525b2671788bf27717c85d0876b31e96374eff5128f9bf7caf93bb636e4d5e1916a5d641715a780172308403bd49305d9a07cf66358d7e6407c

diff --git a/games-emulation/pcsx2/pcsx2-1.7.4042.ebuild 
b/games-emulation/pcsx2/pcsx2-1.7.4042.ebuild
deleted file mode 100644
index e94d9f32ace2..
--- a/games-emulation/pcsx2/pcsx2-1.7.4042.ebuild
+++ /dev/null
@@ -1,237 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake desktop fcaps flag-o-matic
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/PCSX2/pcsx2.git;
-else
-   HASH_FASTFLOAT=32d21dcecb404514f94fb58660b8029a4673c2c1
-   HASH_RCHEEVOS=31f8788fe0e694e99db7ce138d45a655c556fa96
-   HASH_GLSLANG=c9706bdda0ac22b9856f1aa8261e5b9e15cd20c5
-   HASH_VULKAN=9f4c61a31435a7a90a314fc68aeb386c92a09c0f
-   SRC_URI="
-   https://github.com/PCSX2/pcsx2/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz
-   
https://github.com/fastfloat/fast_float/archive/${HASH_FASTFLOAT}.tar.gz
-   -> ${PN}-fast_float-${HASH_FASTFLOAT::10}.tar.gz
-   
https://github.com/RetroAchievements/rcheevos/archive/${HASH_RCHEEVOS}.tar.gz
-   -> ${PN}-rcheevos-${HASH_RCHEEVOS::10}.tar.gz
-   vulkan? (
-   
https://github.com/KhronosGroup/glslang/archive/${HASH_GLSLANG}.tar.gz
-   -> ${PN}-glslang-${HASH_GLSLANG::10}.tar.gz
-   
https://github.com/KhronosGroup/Vulkan-Headers/archive/${HASH_VULKAN}.tar.gz
-   -> 
${PN}-vulkan-headers-${HASH_VULKAN::10}.tar.gz
-   )"
-   KEYWORDS="-* ~amd64"
-fi
-
-DESCRIPTION="PlayStation 2 emulator"
-HOMEPAGE="https://pcsx2.net/;
-
-LICENSE="
-   GPL-3+ Apache-2.0 BSD BSD-2 BSD-4 Boost-1.0 CC0-1.0 GPL-2+
-   ISC LGPL-2.1+ LGPL-3+ MIT OFL-1.1 ZLIB public-domain"
-SLOT="0"
-IUSE="alsa cpu_flags_x86_sse4_1 jack pulseaudio sndio test vulkan wayland"
-REQUIRED_USE="cpu_flags_x86_sse4_1" # dies at runtime if no support
-RESTRICT="!test? ( test )"
-
-# dlopen: ffmpeg, qtsvg, vulkan-loader, wayland
-RDEPEND="
-   app-arch/xz-utils
-   app-arch/zstd:=
-   >=dev-cpp/rapidyaml-0.5:=
-   dev-libs/libaio
-   dev-libs/libchdr
-   dev-libs/libfmt:=
-   dev-libs/libzip:=[zstd]
-   dev-qt/qtbase:6[gui,network,widgets]
-   

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

2023-03-24 Thread Ionen Wolkens
commit: 70446a2d8bcf3c0997b49f37dd18e78c152a3c81
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sat Mar 25 02:06:28 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Mar 25 03:18:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70446a2d

app-portage/iwdevtools: drop 0.12.3

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

 app-portage/iwdevtools/Manifest |  1 -
 app-portage/iwdevtools/iwdevtools-0.12.3.ebuild | 65 -
 2 files changed, 66 deletions(-)

diff --git a/app-portage/iwdevtools/Manifest b/app-portage/iwdevtools/Manifest
index fe573f034eae..3bcee76bb350 100644
--- a/app-portage/iwdevtools/Manifest
+++ b/app-portage/iwdevtools/Manifest
@@ -1,2 +1 @@
-DIST iwdevtools-0.12.3.tar.gz 89745 BLAKE2B 
7d52bd59fcc98cff28873dd8d7737b1e75a99111ea27dac6803d2a14975eb04dc5be88a03e6efd46eef6662828453fc7c53afc9c920d82e74b44fd1e837e58df
 SHA512 
f2efdce89350f85d2c77c7df9fa5fde62ac2923b5cc36eedd4c6ce507fbbe12f915e138a16c8b6b360f093057118a274844c112158ce01bb3f456a415b16
 DIST iwdevtools-0.12.4.tar.gz 89925 BLAKE2B 
6fd87cc528784d443cf966fd126f4bcb020bbaf759509eb1d3e512af73d16fc22b12de06510d2486fcb96ff8c86f8fc77d404d55b2935ef0b456f582a007d903
 SHA512 
c6486a16ade37a98f38e551e8c01c19c1704b1d99cef87fd1bff9575dcb52df6a1429a2fc26783cbcdc64c971f4885286e9155786a8aa23360c32826e6b8f19e

diff --git a/app-portage/iwdevtools/iwdevtools-0.12.3.ebuild 
b/app-portage/iwdevtools/iwdevtools-0.12.3.ebuild
deleted file mode 100644
index ad9fe2c7e81b..
--- a/app-portage/iwdevtools/iwdevtools-0.12.3.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson optfeature
-
-DESCRIPTION="Small tools to aid with Gentoo development, primarily intended 
for QA"
-HOMEPAGE="https://github.com/ionenwks/iwdevtools;
-SRC_URI="https://github.com/ionenwks/iwdevtools/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86 
~x64-macos"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   app-misc/pax-utils
-   app-portage/portage-utils
-   >=app-shells/bash-5.1
-   dev-libs/libxml2:2
-   sys-apps/coreutils
-   sys-apps/diffutils
-   sys-apps/file
-   sys-apps/portage
-   || ( sys-apps/util-linux app-misc/getopt )"
-BDEPEND="
-   sys-apps/help2man
-   || ( sys-apps/util-linux app-misc/getopt )
-   test? ( ${RDEPEND} )"
-
-src_configure() {
-   local emesonargs=(
-   -Ddocdir=${PF}
-   -Deprefix="${EPREFIX}"
-   -Dshellcheck=false
-   $(meson_use test)
-   )
-
-   has_version sys-apps/util-linux || emesonargs+=( -Dgetopt=getopt-long )
-
-   meson_src_configure
-}
-
-pkg_postinst() {
-   optfeature "detecting potential ABI issues using abidiff" 
dev-util/libabigail
-
-   if [[ ! ${REPLACING_VERSIONS} ]]; then
-   elog "Optional portage integration relies on using 
/etc/portage/bashrc."
-   elog "The example bashrc can be used as-is if not already using 
one:"
-   elog
-   elog "ln -s ../../usr/share/${PN}/bashrc 
${EROOT}/etc/portage/bashrc"
-   elog
-   elog "Otherwise, inspect the tools' --help output and the 
example to integrate"
-   elog "(if not defining the same phase functions, the example 
can be sourced)."
-   elog
-   elog "Note that \`eqawarn\` is used for portage output by 
default. QA messages"
-   elog "aren't logged / shown post-emerge unless e.g. in 
/etc/portage/make.conf:"
-   elog
-   elog 'PORTAGE_ELOG_CLASSES="${PORTAGE_ELOG_CLASSES} qa"'
-   elog
-   elog "See ${EROOT}/usr/share/doc/${PF}/README.rst* for 
information on tools."
-   fi
-}



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

2023-03-24 Thread Ionen Wolkens
commit: c341618767c9538f23e23c99f6f970d41cd55834
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sat Mar 25 02:10:18 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Mar 25 03:18:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3416187

net-misc/ytfzf: stabilize 2.5.5 for ALLARCHES

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

 net-misc/ytfzf/ytfzf-2.5.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/ytfzf/ytfzf-2.5.5.ebuild 
b/net-misc/ytfzf/ytfzf-2.5.5.ebuild
index 28d4e09cb02b..298b683ffacb 100644
--- a/net-misc/ytfzf/ytfzf-2.5.5.ebuild
+++ b/net-misc/ytfzf/ytfzf-2.5.5.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/pystardust/ytfzf/archive/refs/tags/v${PV}.tar.gz ->
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="X minimal"
 
 RDEPEND="



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

2023-03-24 Thread Ionen Wolkens
commit: e8354517d6f3dfc4ffc0bf56f06cda700cdc812e
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sat Mar 25 01:52:54 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Mar 25 03:18:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8354517

x11-terms/kitty: adjust GOFLAGS for ppc64be

Matches go-modules.eclass

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

 x11-terms/kitty/kitty-0.27.1.ebuild | 3 ++-
 x11-terms/kitty/kitty-.ebuild   | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/x11-terms/kitty/kitty-0.27.1.ebuild 
b/x11-terms/kitty/kitty-0.27.1.ebuild
index 295c1c9a2500..c2975dd65e11 100644
--- a/x11-terms/kitty/kitty-0.27.1.ebuild
+++ b/x11-terms/kitty/kitty-0.27.1.ebuild
@@ -117,7 +117,8 @@ src_prepare() {
 
 src_compile() {
tc-export CC
-   local -x GOFLAGS="-buildmode=pie -p=$(makeopts_jobs) -v -x"
+   local -x GOFLAGS="-p=$(makeopts_jobs) -v -x"
+   use ppc64 && [[ $(tc-endian) == big ]] || GOFLAGS+=" -buildmode=pie"
local -x PKGCONFIG_EXE=$(tc-getPKG_CONFIG)
 
local conf=(

diff --git a/x11-terms/kitty/kitty-.ebuild 
b/x11-terms/kitty/kitty-.ebuild
index 707ea2a4a999..f07a85ea74e6 100644
--- a/x11-terms/kitty/kitty-.ebuild
+++ b/x11-terms/kitty/kitty-.ebuild
@@ -117,7 +117,8 @@ src_prepare() {
 
 src_compile() {
tc-export CC
-   local -x GOFLAGS="-buildmode=pie -p=$(makeopts_jobs) -v -x"
+   local -x GOFLAGS="-p=$(makeopts_jobs) -v -x"
+   use ppc64 && [[ $(tc-endian) == big ]] || GOFLAGS+=" -buildmode=pie"
local -x PKGCONFIG_EXE=$(tc-getPKG_CONFIG)
 
local conf=(



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

2023-03-24 Thread Ionen Wolkens
commit: e1fa47f15e15531b7bc7abe45a64319f498f6955
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sat Mar 25 01:59:45 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Mar 25 03:18:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1fa47f1

dev-libs/trio: drop 1.17

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

 dev-libs/trio/Manifest |  1 -
 dev-libs/trio/trio-1.17.ebuild | 33 -
 2 files changed, 34 deletions(-)

diff --git a/dev-libs/trio/Manifest b/dev-libs/trio/Manifest
index 13860a36a3c4..e1c82919f0bc 100644
--- a/dev-libs/trio/Manifest
+++ b/dev-libs/trio/Manifest
@@ -1,2 +1 @@
 DIST trio-1.17.1.tar.gz 466909 BLAKE2B 
1403c2534623b536de519cd428ac75480ecc0fcb9fbba693e329a923471947f068cae1e1fd453d10863255369e830ef5d8a75475d95f0f903e66936a9fa48e2b
 SHA512 
574e360d88be838d13d7df5259c68809187a578d8d04981812ff768d3ab80215baf5595952994ec9fabbe3a6ce71512a7cd16d6a29b4f91dcd1b6f2ebcd3ed98
-DIST trio-1.17.tar.gz 452237 BLAKE2B 
77ff673cc103b07b1424720d28c49d2e33a1402a98d8d21124fabb0cafd3498a99976d808cbbc5a90e1b3a063c6af68c3daf94768d533e4a762b730a253fa012
 SHA512 
19f4732b32c6a3754677d5766399fa70083c6a78c0d04b1dfa10a578b21405ba3e3d3af6543e4811f5fd305ec2727781a1b0f2888e59c574ca735f8406da7954

diff --git a/dev-libs/trio/trio-1.17.ebuild b/dev-libs/trio/trio-1.17.ebuild
deleted file mode 100644
index b5edc06dd0f5..
--- a/dev-libs/trio/trio-1.17.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DOCS_BUILDER="doxygen"
-DOCS_DIR="doc"
-
-inherit autotools docs
-
-DESCRIPTION="Portable string functions, focus on the *printf() and *scanf() 
clones"
-HOMEPAGE="https://daniel.haxx.se/projects/trio/;
-SRC_URI="https://github.com/orbea/trio/releases/download/v${PV}/${P}.tar.gz;
-
-LICENSE="trio"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-
-src_prepare() {
-   default
-   # Required to fix -Werror=strict-prototypes configure errors
-   eautoreconf
-}
-
-src_compile() {
-   default
-   docs_compile
-}
-
-src_install() {
-   default
-   find "${ED}" -type f -name '*.la' -delete || die
-}



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

2023-03-24 Thread Ionen Wolkens
commit: da2a5c4f38026a3dc805827177cea0c9121201e5
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Fri Mar 24 13:51:33 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Mar 25 03:18:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da2a5c4f

app-emulation/faudio: remove unused file

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/30330
Signed-off-by: Ionen Wolkens  gentoo.org>

 app-emulation/faudio/files/faudio.pc | 11 ---
 1 file changed, 11 deletions(-)

diff --git a/app-emulation/faudio/files/faudio.pc 
b/app-emulation/faudio/files/faudio.pc
deleted file mode 100644
index cdb3bf49e64a..
--- a/app-emulation/faudio/files/faudio.pc
+++ /dev/null
@@ -1,11 +0,0 @@
-prefix=%PREFIX%
-exec_prefix=${prefix}
-libdir=${prefix}/%LIB%
-includedir=${prefix}/include/FAudio
-
-Name: faudio
-Description: Accuracy-focused XAudio reimplementation for open platforms
-Version:
-
-Libs: -L${libdir} -lFAudio
-Cflags: -I${includedir}



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

2023-03-24 Thread Horea Christian
commit: 7987da509f38db2760af8b6f53306d37165ce6c4
Author: Horea Christian  chymera  eu>
AuthorDate: Sat Mar 25 03:10:53 2023 +
Commit: Horea Christian  gmail  com>
CommitDate: Sat Mar 25 03:10:53 2023 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=7987da50

sci-biology/gffutils: update HOMEPAGE

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

 sci-biology/gffutils/gffutils-0.10.1.ebuild  | 4 ++--
 sci-biology/gffutils/gffutils-0.8.7.1.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sci-biology/gffutils/gffutils-0.10.1.ebuild 
b/sci-biology/gffutils/gffutils-0.10.1.ebuild
index c7a437264..5d024a687 100644
--- a/sci-biology/gffutils/gffutils-0.10.1.ebuild
+++ b/sci-biology/gffutils/gffutils-0.10.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{7..9} )
 inherit distutils-r1
 
 DESCRIPTION="GFF and GTF file manipulation and interconversion"
-HOMEPAGE="https://pythonhosted.org/gffutils/;
+HOMEPAGE="https://gffutils.readthedocs.io/en/latest/;
 SRC_URI="https://github.com/daler/gffutils/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="MIT"

diff --git a/sci-biology/gffutils/gffutils-0.8.7.1.ebuild 
b/sci-biology/gffutils/gffutils-0.8.7.1.ebuild
index c6b304fb1..ea347faa2 100644
--- a/sci-biology/gffutils/gffutils-0.8.7.1.ebuild
+++ b/sci-biology/gffutils/gffutils-0.8.7.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{7..9} )
 inherit distutils-r1
 
 DESCRIPTION="GFF and GTF file manipulation and interconversion"
-HOMEPAGE="https://pythonhosted.org/gffutils/;
+HOMEPAGE="https://gffutils.readthedocs.io/en/latest/;
 SRC_URI="https://github.com/daler/gffutils/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="MIT"



[gentoo-commits] proj/sci:master commit in: dev-python/pynwb/files/, dev-python/pynwb/

2023-03-24 Thread Horea Christian
commit: 5017407dd9e589abb913af53da82de7e487e6114
Author: Horea Christian  chymera  eu>
AuthorDate: Sat Mar 25 03:07:12 2023 +
Commit: Horea Christian  gmail  com>
CommitDate: Sat Mar 25 03:07:12 2023 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=5017407d

dev-python/pynwb: revbump for deprecated pkg_resources

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

 .../df0f7ed71defb8d12a7ff72746b93211304c4d4b.patch | 54 ++
 .../pynwb/files/pynwb-2.3.1-pkg_resources.patch| 54 ++
 dev-python/pynwb/pynwb-2.3.1-r1.ebuild | 51 
 3 files changed, 159 insertions(+)

diff --git 
a/dev-python/pynwb/files/df0f7ed71defb8d12a7ff72746b93211304c4d4b.patch 
b/dev-python/pynwb/files/df0f7ed71defb8d12a7ff72746b93211304c4d4b.patch
new file mode 100644
index 0..bf496b900
--- /dev/null
+++ b/dev-python/pynwb/files/df0f7ed71defb8d12a7ff72746b93211304c4d4b.patch
@@ -0,0 +1,54 @@
+From df0f7ed71defb8d12a7ff72746b93211304c4d4b Mon Sep 17 00:00:00 2001
+From: rly 
+Date: Fri, 24 Mar 2023 10:17:13 -0700
+Subject: [PATCH] Fix deprecation warning with pkg_resources
+
+---
+ src/pynwb/__init__.py  | 14 +++---
+ tests/back_compat/test_import_structure.py |  1 -
+ 2 files changed, 11 insertions(+), 4 deletions(-)
+
+diff --git a/src/pynwb/__init__.py b/src/pynwb/__init__.py
+index 2df273d43..023cda237 100644
+--- a/src/pynwb/__init__.py
 b/src/pynwb/__init__.py
+@@ -15,16 +15,24 @@
+ import hdmf.common
+ 
+ CORE_NAMESPACE = 'core'
+-__core_ns_file_name = 'nwb.namespace.yaml'
+ 
+ from .spec import NWBDatasetSpec, NWBGroupSpec, NWBNamespace  # noqa E402
+ from .validate import validate  # noqa: F401, E402
+ 
+ 
+ def __get_resources():
+-from pkg_resources import resource_filename
++try:
++from importlib.resources import files
++except ImportError:
++# TODO: Remove when python 3.9 becomes the new minimum
++from importlib_resources import files
++
++__location_of_this_file = files(__name__)
++__core_ns_file_name = 'nwb.namespace.yaml'
++__schema_dir = 'nwb-schema/core'
++
+ ret = dict()
+-ret['namespace_path'] = os.path.join(resource_filename(__name__, 
'nwb-schema/core'), __core_ns_file_name)
++ret['namespace_path'] = str(__location_of_this_file / __schema_dir / 
__core_ns_file_name)
+ return ret
+ 
+ 
+diff --git a/tests/back_compat/test_import_structure.py 
b/tests/back_compat/test_import_structure.py
+index dba11a48a..e5f931f5d 100644
+--- a/tests/back_compat/test_import_structure.py
 b/tests/back_compat/test_import_structure.py
+@@ -34,7 +34,6 @@ def test_outer_import_structure(self):
+ "__TYPE_MAP",
+ "__builtins__",
+ "__cached__",
+-"__core_ns_file_name",
+ "__doc__",
+ "__file__",
+ "__get_resources",

diff --git a/dev-python/pynwb/files/pynwb-2.3.1-pkg_resources.patch 
b/dev-python/pynwb/files/pynwb-2.3.1-pkg_resources.patch
new file mode 100644
index 0..bf496b900
--- /dev/null
+++ b/dev-python/pynwb/files/pynwb-2.3.1-pkg_resources.patch
@@ -0,0 +1,54 @@
+From df0f7ed71defb8d12a7ff72746b93211304c4d4b Mon Sep 17 00:00:00 2001
+From: rly 
+Date: Fri, 24 Mar 2023 10:17:13 -0700
+Subject: [PATCH] Fix deprecation warning with pkg_resources
+
+---
+ src/pynwb/__init__.py  | 14 +++---
+ tests/back_compat/test_import_structure.py |  1 -
+ 2 files changed, 11 insertions(+), 4 deletions(-)
+
+diff --git a/src/pynwb/__init__.py b/src/pynwb/__init__.py
+index 2df273d43..023cda237 100644
+--- a/src/pynwb/__init__.py
 b/src/pynwb/__init__.py
+@@ -15,16 +15,24 @@
+ import hdmf.common
+ 
+ CORE_NAMESPACE = 'core'
+-__core_ns_file_name = 'nwb.namespace.yaml'
+ 
+ from .spec import NWBDatasetSpec, NWBGroupSpec, NWBNamespace  # noqa E402
+ from .validate import validate  # noqa: F401, E402
+ 
+ 
+ def __get_resources():
+-from pkg_resources import resource_filename
++try:
++from importlib.resources import files
++except ImportError:
++# TODO: Remove when python 3.9 becomes the new minimum
++from importlib_resources import files
++
++__location_of_this_file = files(__name__)
++__core_ns_file_name = 'nwb.namespace.yaml'
++__schema_dir = 'nwb-schema/core'
++
+ ret = dict()
+-ret['namespace_path'] = os.path.join(resource_filename(__name__, 
'nwb-schema/core'), __core_ns_file_name)
++ret['namespace_path'] = str(__location_of_this_file / __schema_dir / 
__core_ns_file_name)
+ return ret
+ 
+ 
+diff --git a/tests/back_compat/test_import_structure.py 
b/tests/back_compat/test_import_structure.py
+index dba11a48a..e5f931f5d 100644
+--- a/tests/back_compat/test_import_structure.py
 b/tests/back_compat/test_import_structure.py
+@@ -34,7 +34,6 @@ def test_outer_import_structure(self):
+ "__TYPE_MAP",
+ "__builtins__",
+ 

[gentoo-commits] proj/sci:master commit in: dev-python/pynwb/

2023-03-24 Thread Horea Christian
commit: fb68d10fc0b5f4b96772f83365eace1be3a4b8f4
Author: Horea Christian  chymera  eu>
AuthorDate: Sat Mar 25 03:07:52 2023 +
Commit: Horea Christian  gmail  com>
CommitDate: Sat Mar 25 03:07:52 2023 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=fb68d10f

dev-python/pynwb: comment clarification

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

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

diff --git a/dev-python/pynwb/pynwb-2.3.1-r1.ebuild 
b/dev-python/pynwb/pynwb-2.3.1-r1.ebuild
index 9f5f42370..585dcc37d 100644
--- a/dev-python/pynwb/pynwb-2.3.1-r1.ebuild
+++ b/dev-python/pynwb/pynwb-2.3.1-r1.ebuild
@@ -25,7 +25,7 @@ RDEPEND="
"
 BDEPEND=""
 
-# Remove in next release
+# Remove both in next release
 PATCHES=(
"${FILESDIR}/${P}-typing.patch"
"${FILESDIR}/${P}-pkg_resources.patch"



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

2023-03-24 Thread Sam James
commit: cc3eca96017395249e7c79f2898543d5f36d995a
Author: Sam James  gentoo  org>
AuthorDate: Sat Mar 25 03:00:57 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar 25 03:00:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc3eca96

sys-devel/gcc: drop 11.3.1_p20230310, 11.3.1_p20230317

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

 sys-devel/gcc/Manifest|  2 --
 sys-devel/gcc/gcc-11.3.1_p20230310.ebuild | 54 ---
 sys-devel/gcc/gcc-11.3.1_p20230317.ebuild | 54 ---
 3 files changed, 110 deletions(-)

diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index bde18496b657..ae5e66c0ee2b 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -10,8 +10,6 @@ DIST gcc-10.5.0-patches-5.tar.xz 17324 BLAKE2B 
e97b471fb6115fd0421be8a6390f7d883
 DIST gcc-11-20221209.tar.xz 76240768 BLAKE2B 
3be0f1ece4473bbbf10f7242102f330a6e246c8481da5bd32620dcb15d2acd008bad60d2576a301f03e444e3d93a3c72d5184740c6fb3de2bc05e1863b68a0bc
 SHA512 
33d9581d434c012526eb4d49a4453cf77c57b459fd43f84e49bc764745e0772939eac007e119269f4f1989755df8678613732a84474c691b0c2452237c5b38a3
 DIST gcc-11-20230120.tar.xz 76201244 BLAKE2B 
07bc819dad3e2ee3747f09f43fd73a4263f06274362728174b32d9ead52ea95c25ea6a192397378b9b4c4f958285d97488d28e425c26129d23f143b1a8668fbc
 SHA512 
81f71aeb706b4ccb89e2af5201770fd72cc3190b9b5eac0b5a25a522626b9c4015a2e5d13e4bd1360ac0f7f1be27df51fc530c15ce3c3d782f39f34d5c58803e
 DIST gcc-11-20230303.tar.xz 76131828 BLAKE2B 
ad73cf9b11f4a70be922ebc2a934e8d5f863582ebb662fe74c71b5880c9d6617cc80233456bde70a7867d788fa1f72262f1ef069f23ff85a423c5eede3e7d3c7
 SHA512 
3b310b87f7d7423a727f2348038add5b76f923b0baf528d061e45a1030eefb538f4175866dc6e7e70852a794de0ab62798965ea1e574bfe62ccae35fe4b2b00b
-DIST gcc-11-20230310.tar.xz 76137524 BLAKE2B 
3d94746408ef1b91eb049f06fc9028e567346ae700433f2de90f7f0028871f7e5834b85785ab601314a6c66ecd4a7ef129ab78a0ff67c890e73d8682efe59e87
 SHA512 
07e9cb07a4e42c6d753c53768ba39211e5efd08e40bb78b66eb1bfcfe8267985a4b69da361cc8eb0b072367adf58f6230abb362b8290099d464d0edaea4bb0f5
-DIST gcc-11-20230317.tar.xz 76143768 BLAKE2B 
c2fc0222d23d1fdca7db234246052695ff9760c4d43e36a40e06a7c089e2b789b1833aadf8efaeb8e961e6370acdee0c6adaa454fb1cb13b9e8a002e2793fef5
 SHA512 
698097c4ba95f2f24f8b11d7096755f3cd393286e18f7cccbd559ded154d18e1348dead9adf7c9aa131a03a97d97759ad0eee8a6e3196faff8c9ca9d868247d9
 DIST gcc-11-20230324.tar.xz 76152596 BLAKE2B 
39540946ca30791a66d8e5273ebd658bbd3d542c4a215850039e7070951b3bedb2550ede0c10bb1620d24ea5f05f79b737ceb9ae8e372fad692ae7102d1467e5
 SHA512 
9ba29007e9baf05c0a02024b3b1130f8a850a06b3e8c9452368dcd3f75b026a9bb66649acebfa1c6c68e82f969c8e5a10aa01f917c88b1e5c9ab46574193af33
 DIST gcc-11.4.0-musl-patches-2.tar.xz 4308 BLAKE2B 
a2335e155fc57816fed822a648e0eaefafcba9d04e1ad0fd7baeea5a694ab6f5e3c1678cb406f2a1bd17bab25cb01699d032713a1ccf337948dfda2093844607
 SHA512 
17b84f907cb1bd763873655e6f35fd3ed55a40b602b70a626f04f83b4cc89c6261db1661de78d4d969187a8c56e9f6305b742515a3836b962248a21df0df5d0c
 DIST gcc-11.4.0-patches-3.tar.xz 15200 BLAKE2B 
a393df941a2a31164f477d6bc0032e28319e8f0bd87200eb453708f85aa8c0bf5d67e733ee7b75cf6d14743e18cc941cee1b77a8247f8c5683d17a98cbeb280f
 SHA512 
6f6096d95c7c62780d1070097739882393a8df5172c3a5ae811a8d4d1c98a0cd14a34f3f7e95410c8f210aec434330ac3b8876c688faeb130d7bb8faece9

diff --git a/sys-devel/gcc/gcc-11.3.1_p20230310.ebuild 
b/sys-devel/gcc/gcc-11.3.1_p20230310.ebuild
deleted file mode 100644
index a30fa066e31c..
--- a/sys-devel/gcc/gcc-11.3.1_p20230310.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-TOOLCHAIN_PATCH_SUFFIX="xz"
-TOOLCHAIN_PATCH_DEV="sam"
-PATCH_VER="8"
-PATCH_GCC_VER="11.4.0"
-MUSL_VER="2"
-MUSL_GCC_VER="11.4.0"
-
-if [[ $(ver_cut 3) ==  ]] ; then
-   MY_PV_2=$(ver_cut 2)
-   if [[ ${MY_PV_2} == 0 ]] ; then
-   MY_PV_2=0
-   else
-   MY_PV_2=$(($(ver_cut 2) - 1))
-   fi
-
-   # e.g. 12.2. -> 12.1.1
-   TOOLCHAIN_GCC_PV=$(ver_cut 1).${MY_PV_2}.$(($(ver_cut 3) - 9998))
-fi
-
-inherit toolchain
-# Needs to be after inherit (for now?), bug #830908
-EGIT_BRANCH=releases/gcc-$(ver_cut 1)
-
-# Don't keyword live ebuilds
-#if ! tc_is_live && [[ -z ${TOOLCHAIN_USE_GIT_PATCHES} ]] ; then
-#  KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
-#fi
-
-if [[ ${CATEGORY} != cross-* ]] ; then
-   # Technically only if USE=hardened *too* right now, but no point in 
complicating it further.
-   # If GCC is enabling CET by default, we need glibc to be built with 
support for it.
-   # bug #830454
-   RDEPEND="elibc_glibc? ( sys-libs/glibc[cet(-)?] )"
-   DEPEND="${RDEPEND}"
- 

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

2023-03-24 Thread Sam James
commit: 68193a9452518968ba29612370a64bc986347a8b
Author: Sam James  gentoo  org>
AuthorDate: Sat Mar 25 03:01:05 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar 25 03:01:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68193a94

sys-devel/gcc: drop 12.2.1_p20230311-r1

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

 sys-devel/gcc/Manifest   |  1 -
 sys-devel/gcc/gcc-12.2.1_p20230311-r1.ebuild | 54 
 2 files changed, 55 deletions(-)

diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index ae5e66c0ee2b..1710823e1986 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -17,7 +17,6 @@ DIST gcc-11.4.0-patches-7.tar.xz 14416 BLAKE2B 
3ebf62cba04cac8830a93a99d11c21347
 DIST gcc-11.4.0-patches-8.tar.xz 13788 BLAKE2B 
a1406d5dcd906ed51ef06bb6571c216d83f74ab5ba05d2f1783d20619ee4ae9a4aa60c15917c861c24b708621b1605411011df9d217472f92001ec1c59a22b5b
 SHA512 
b18b068422911216063948e21f0ec01073edb45c828a351282730111642638a0a42b97394a3f7522f892fe79e30b391372c829b542ce64fd0dc58c2a83f091bf
 DIST gcc-12-20230121.tar.xz 79652428 BLAKE2B 
f4f0e6474d179454dc56dd05c823fca919a894e9efdc64625bb13045c7bd549a7bab59dfb4052d45d594d4484801ab5b18cf3f3d6277be54eaec24a53abd439c
 SHA512 
b6c2486916418a64fab64c3655329bc18ca93ee4eca240e8779bd6d8280124fcd07b1aa8eff979fd317656646ecdba9353107887338354d8bd2c1f68c1609349
 DIST gcc-12-20230304.tar.xz 79683276 BLAKE2B 
e02622f1193ba17dd1041eae0c2f594b26806b00cfb269e683cc356d6d405ae8a49e60823ed6f814d2aac820ef01d9004f68d628a853be139fa6a70e8601ba2a
 SHA512 
0c23a8845c8f202b0c0e4aceb3104bf76c0aca9171ba65d292057703d160fc4ce0b0d7c8876cf1bb30f998c4a5a0a8f3c4165dd4d8d316019cff0dc19aa62182
-DIST gcc-12-20230311.tar.xz 79694468 BLAKE2B 
7c775bf81e43d431dd03b17b995ee6b7d54c8c8f2eb2962498dcb741b4a661d1c02b48cf3cc17f9074a58a8a299977e1caecb1ba34200759b00a18e36e156fe3
 SHA512 
e016537c8a06311ccfec5760417f9daa4c4e55b32fc28f32dd0ec7429f53ed753a84a788da304b12f9c7443ec693ad881536cfa875829d201d803138fde59c16
 DIST gcc-12-20230318.tar.xz 79703428 BLAKE2B 
ec1a4c1e8de27f8762ef91f553a2f8045f26a38c1beb49be4a39c86a11b894b609548f3f6f47b6bf2de9a357995a1f72c3667dba4892189eedee01c9e3c160ed
 SHA512 
7ba9acab02a42090fde3e903bb579d20bd1ba6ae0403fa344e25db74e4a81dfe5a81a98971869baaf0d70c089f313bf789287f037294f813429480634afea8f6
 DIST gcc-12.2.0-musl-patches-7.tar.xz 3652 BLAKE2B 
295ea907efea854a3c2447d472bedb24714d78b7b725476b1eac3898d89c0c549da8e69db28911205bb3293f62cf344a90ade0898ecf5fed57ff00fcf8547a9f
 SHA512 
7a7a440bc08de8dcb37c080ea0c27904adaaadfaab24d90becd2d009243dcfc886d8f674ce3ccddb4ebb5ad17f04d841064d9ec2e2e2e96a1afac3002111
 DIST gcc-12.2.0-patches-1.tar.xz 12864 BLAKE2B 
a5ae0a85dfc1b6f0bd968f0d5262ebed14ec9cdb3249e3a4c571578c54eda0e53708ee7fe8e03e506366c7f3cf7926eced9b390d9dee948c1249298c0fabd9fb
 SHA512 
f3d793b89a2a0385d596162fb0c653d4acdf21ae418cb792c1786a01fde0391bd0719715dbf07d53636f127168f5cd99108a1dc11cf6cea889b7d82385bcc258

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



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

2023-03-24 Thread Sam James
commit: f0433f20a3f003107812bfee56642fe6b9e5be62
Author: Sam James  gentoo  org>
AuthorDate: Sat Mar 25 03:00:48 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar 25 03:00:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0433f20

sys-devel/gcc: drop 10.4.1_p20230309, 10.4.1_p20230316

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

 sys-devel/gcc/Manifest|  2 --
 sys-devel/gcc/gcc-10.4.1_p20230309.ebuild | 58 ---
 sys-devel/gcc/gcc-10.4.1_p20230316.ebuild | 58 ---
 3 files changed, 118 deletions(-)

diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index d98d0613d151..bde18496b657 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -1,7 +1,5 @@
 DIST gcc-10-20230119.tar.xz 72112952 BLAKE2B 
6e28cba9f6ff5c9f9231828bb400c82b8658a4f9c0166c28a6a12d71728d4460904152a8c84bbeff88c06b7f9378937b7b61bf4a871a10c56bd005170dc5fde2
 SHA512 
6cbb567ef1da1b6fa65892b6e71c3b7cd37e0c483e049720ea1987d444a0e7b4eb15d1e99f4e35995acdce560a811a779574eeba52bb252c61325accedd6a5c5
 DIST gcc-10-20230302.tar.xz 72112120 BLAKE2B 
8647639d9c6aef31b63566b006bb2980ca974e4aac4f5ced5f12a4f7fe0e9bda1e456d31f13dc478ab187d5e739ac850dd7dcc9db421ece1cadc50c952dbbed4
 SHA512 
97f72699b1a38de0dfb95253dc1602400fb05c2466b3682e51a4793d17db62e1d55b8d19211c3326e5369aace2a74345059b4b1c1a61a1f2c1c75a0aa9ec3e0e
-DIST gcc-10-20230309.tar.xz 72121328 BLAKE2B 
6dfcd9278c0909cd4f75835d8da584374f063767b68524cb956bb35b8b16abee78f3770c84dbd19bb5c28a0d1d69011e6c33abfaa7ea5e6688e15eaaf1820be8
 SHA512 
a54a39b418203185c58f76fffa9a61a8c14ac16a2aaa5eaf312d9a90ea9a51c5e7f3398a25e04dc5ffc6fb589141f4aeb0ca110a478276b4027631d1bb9f9c6c
-DIST gcc-10-20230316.tar.xz 72129548 BLAKE2B 
72b5d9bf3f98bdc961d3f9e6361edcf51f7b7866c64cfd158a15a7a0b045d0cff00f185bb1da85b0cf95df5fb73ce6109a8bf0eef0bb1018970754c22d41c827
 SHA512 
13787d3ce14ffdc7f277263237364b0493aeb88115cdf8d100ab35e9abe08d4c845a90cd78b1c138286beef991079f3b42bb4fcf720284dff1b34606ead59ccc
 DIST gcc-10-20230323.tar.xz 72121484 BLAKE2B 
45a2ce8bafc8c58e6649a0fef9eeda4eda36c65e1275a56d35ab08c1798eff4ad0985873ba674c5497ef0ef2282893d92916daea8a77ca8d4a7f2d5d71220d76
 SHA512 
2c281962ddadfc40dc45e38bbacb46b1dfb0dad1830bfb219a7733ae686af3613743ace12d63a55306984b9db0b0d173339e7eda7bc5b79381b505aedc7b0b9b
 DIST gcc-10.4.0-musl-patches-1.tar.xz 3808 BLAKE2B 
804d1fcc451dcd03be71240dd498ec2d179869571d44012967c48dccf5a478dd8c55000a964a80fdd5584d739a777dee1c83241cffce514ef002df2572854a67
 SHA512 
83e4a9c0f7062baf0c606a2bcc56a818494991403d7577dea65f04bbc25bdb786a5889b80d45d80e7f4be07c1aef786802cbfcfafd1a17ec255a2d4e93a77570
 DIST gcc-10.4.0-patches-5.tar.xz 17056 BLAKE2B 
f336d69a8ad105b8c4a84e8248a5b8a88175d3f1d67d32c6bee1780d252d86947059bd624992e6292610e86c9012f4d901a1a54df0d184dd023d404a0707700e
 SHA512 
aa8fb42f20587f8519e7b06037da4d8f7d386b63e228b239a0445a51df4e401940fcd81482381d966622054aef3e0db06d1def5c74ac3d3dcc9c75c3b966c758

diff --git a/sys-devel/gcc/gcc-10.4.1_p20230309.ebuild 
b/sys-devel/gcc/gcc-10.4.1_p20230309.ebuild
deleted file mode 100644
index 07a2b5e91ab4..
--- a/sys-devel/gcc/gcc-10.4.1_p20230309.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-TOOLCHAIN_PATCH_SUFFIX="xz"
-TOOLCHAIN_PATCH_DEV="sam"
-#TOOLCHAIN_GCC_RC=1
-PATCH_GCC_VER="10.5.0"
-PATCH_VER="5"
-MUSL_VER="2"
-MUSL_GCC_VER="10.5.0"
-
-if [[ $(ver_cut 3) ==  ]] ; then
-   MY_PV_2=$(ver_cut 2)
-   if [[ ${MY_PV_2} == 0 ]] ; then
-   MY_PV_2=0
-   else
-   MY_PV_2=$(($(ver_cut 2) - 1))
-   fi
-
-   # e.g. 12.2. -> 12.1.1
-   TOOLCHAIN_GCC_PV=$(ver_cut 1).${MY_PV_2}.$(($(ver_cut 3) - 9998))
-elif [[ -n ${TOOLCHAIN_GCC_RC} ]] ; then
-   # Cheesy hack for RCs
-   MY_PV=$(ver_cut 1).$((($(ver_cut 2) + 1))).$((($(ver_cut 3) - 
1)))-RC-$(ver_cut 5)
-   MY_P=${PN}-${MY_PV}
-   
GCC_TARBALL_SRC_URI="https://gcc.gnu.org/pub/gcc/snapshots/${MY_PV}/${MY_P}.tar.xz;
-   TOOLCHAIN_SET_S=no
-   S="${WORKDIR}"/${MY_P}
-fi
-
-inherit toolchain
-# Needs to be after inherit (for now?), bug #830908
-EGIT_BRANCH=releases/gcc-$(ver_cut 1)
-
-# Don't keyword live ebuilds
-#if ! tc_is_live && [[ -z ${TOOLCHAIN_USE_GIT_PATCHES} ]] ; then
-#  KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
-#fi
-
-RDEPEND=""
-BDEPEND="${CATEGORY}/binutils"
-
-src_prepare() {
-   local p upstreamed_patches=(
-   # add them here
-   )
-   for p in "${upstreamed_patches[@]}"; do
-   rm -v "${WORKDIR}/patch/${p}" || die
-   done
-
-   if has_version '>=sys-libs/glibc-2.32-r1'; then
-   rm -v "${WORKDIR}/patch/23_all_disable-riscv32-ABIs.patch" || 
die
-   fi
-
-   toolchain_src_prepare
-}

diff --git 

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

2023-03-24 Thread Sam James
commit: 63ded5258fd2d408091f7fc905e7dbdae8d6e644
Author: Sam James  gentoo  org>
AuthorDate: Sat Mar 25 03:01:22 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar 25 03:01:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63ded525

sys-devel/gcc: drop 13.0.1_pre20230226, 13.0.1_pre20230305

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

 sys-devel/gcc/Manifest  |  3 --
 sys-devel/gcc/gcc-13.0.1_pre20230226.ebuild | 56 -
 sys-devel/gcc/gcc-13.0.1_pre20230305.ebuild | 56 -
 3 files changed, 115 deletions(-)

diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index 1710823e1986..28eccd513543 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -24,12 +24,9 @@ DIST gcc-12.2.0-patches-10.tar.xz 14252 BLAKE2B 
99368db982227728a6a9e2b1f694999f
 DIST gcc-12.2.0-patches-13.tar.xz 13756 BLAKE2B 
df0388a669458f2991951d2f4027badbff3f802e6a0422478206b5cdda76e70b531a474d2ac42817e9e7f8200e9ac35ca8276af539839b4ebb2e22903ec25a23
 SHA512 
2970de9d2806d59c5d0f77e66000860c816ebd674489db8114f48f6aa11575644154431480222580b520b9e312647b06f94ab38959a49a8cda818158d6babf1d
 DIST gcc-12.2.0-patches-14.tar.xz 13752 BLAKE2B 
c44609a8a3a96480f144b7e6859c2b1d7105f421ffa08929c35fc13eb5ec11d967b02cf8248ecb4ea85824b1872125a73c92f404050c3399d5c06fe668711fd3
 SHA512 
c1db7a7f3a929dfdc8de9a662448f57296ab818b9fd133763b2ab0dddce2e01cf322e5ac53f3d69c2366053ef3c4fa44c72eed248dc7aeef49f558341bdd3854
 DIST gcc-12.2.0.tar.xz 84645292 BLAKE2B 
715574af9ad678f9dc8cfd19c866bf910c7edfd479e7e9681337feaa9b54e5d304ddb85483816b8d89754d502405823ae2eff0d1e444538763f40be8e428d8da
 SHA512 
e9e857bd81bf7a370307d6848c81b2f5403db8c7b5207f54bce3f3faac3bde63445684092c2bc1a2427cddb6f7746496d9fbbef05fbbd77f2810b2998f1f9173
-DIST gcc-13-20230226.tar.xz 84264388 BLAKE2B 
fea763a1627bff19eb0f7869b83c00337dc2a203178d17143c98c2c1d3fd385d2f853f195ff79ecc1cae659a1f8704c88e7fd77456eed4510bdcba7631e49353
 SHA512 
38de82dd54e1b57490f5492a4adcd05b9da3ace2235654dff19bade8d378e75be1495f3b2b4e7f7e57ea144351c4ade1e9a5b141546259024f0359f43b2025ac
-DIST gcc-13-20230305.tar.xz 84314220 BLAKE2B 
cf4971cddea6981e3dfb62dd7d69b85b85df0a137e0596f71530966186f2919e800e60b6712b1d676b4250e835db8601af5376a77dad82fff7b1d9faae012da8
 SHA512 
39320f90bcdc2d8f5cefa2c8ac551d7a6f0d20744cdff5ed8956321d6b0813bbc44d18266bf7bb7ebbe642078a6d9677216e6db939dd56186959e5454d7d3a85
 DIST gcc-13-20230312.tar.xz 84361832 BLAKE2B 
4099036d7224cbdb9cfd8fb454201a80f76ea9569d8625d4cedc14ed30caf0a4b88a60b5f9fff12001a19a928909489609da3634c109e457f9b6dedcd20a947d
 SHA512 
7513ebdbe9e6116658c4bafdc71f122cae3cf7233b91402bc1d05fe1fec0ff036ed613b1db3af2b235fc153c862f428cd297da6ba0e6e81e1e7962fa0550e01e
 DIST gcc-13-20230319.tar.xz 83729684 BLAKE2B 
b57681574691f7909017ea1b8a5d101e09c22632d9f2aef166eaafc55cd7b2f8bca065b16a7b902130da55edf5f16994608601dfb2dacd7661a477afc4482a32
 SHA512 
461a70570ae3944f317b778feb67cfc3bd29945c0a825b558abd9311cb5297b390725896b81a494c3c592c231d77a7147338cb4962a1feba304f13e6e19b4538
 DIST gcc-13.1.0-musl-patches-1.tar.xz 3528 BLAKE2B 
c572ab4a0fb929b16ec36b3a3616cdcccd62f7ee27ded8077008b9beb50539db64cc251ff8a3eade54e8ebfe1012f8f32d0802379bf8ffb0f1b8ce7c8457da37
 SHA512 
ffb7dfa54a9d23b5333664e915efd9f18a43cd696f4ff5669a8b072a0e9cf4978de53e315123542441a2533e4f269de0bb7d90ee7a37d3a7517b7cda6ea06681
-DIST gcc-13.1.0-patches-8.tar.xz 11644 BLAKE2B 
aaa135a7d22badc22eeba42fe92c2de40e1a779836f42b5ba15884ad3d756020421b99e29b9a27f40368013fb9d8348e3ca1ef3541a6de55129d66f4645caf8f
 SHA512 
a71ef0f215451c840a99d7100489e8364e4e7a71d83e9be42e35fb06d4276afadb64834801ef3469a4edb78eede5a03c18104215fef3039f98da3b3d0c8e69af
 DIST gcc-13.1.0-patches-9.tar.xz 11720 BLAKE2B 
c26a2924fa8aab318a1f4a4974ca4aeba255f3605fa0cbf448a4e48b6f3e9359012aeae15726299059257b93043c5cdd86bf1b2f2fffd4b9a096ab411a0503ba
 SHA512 
98e48abaa664ea18bf00ba7bdb29cc1e908cc55ba9d12d52061e86fc917753ade8e38a190c04d23c63102808ac5a9e8ecf085dcc29a1568a329ceb5d43cf0290
 DIST gcc-8.5.0-patches-4.tar.xz 18616 BLAKE2B 
7594cbaea5daecf1a0b3d526c06aeba0a84c6da66aee2e105a51fda6be8d30a37ccc3814281b284a4582d892a1d556bca063551584edfc2525bed8ea5b6888e7
 SHA512 
1aa5742c361186637e7855f06feb1a4547e7d4d5de6e51f3d049e0ef3c19e2eff179465f52781739f59422035b7f8e4c0efa3844849f920f3c96acfdc37ca6a6
 DIST gcc-8.5.0.tar.xz 63841008 BLAKE2B 
aa81a1a730fd7371360f6abed6ba78b5843fd18c58d5de5687acc320741b9e430e85df3535a1ef7a26051409be8d2f0945f503e5968480d919103123a99d4b12
 SHA512 
92f599680e6b7fbce88bcdda810f468777d541e5fddfbb287f7977d51093de2a5178bd0e6a08dfe37090ea10a0508a43ccd00220041abbbec33f1179bfc174d8

diff --git a/sys-devel/gcc/gcc-13.0.1_pre20230226.ebuild 
b/sys-devel/gcc/gcc-13.0.1_pre20230226.ebuild
deleted file mode 100644
index 639814d14c9c..
--- a/sys-devel/gcc/gcc-13.0.1_pre20230226.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU 

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

2023-03-24 Thread Sam James
commit: 3f460fbebaf8f2acaf1a7b132d1eb97f089c1a13
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 24 02:11:34 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar 25 02:59:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f460fbe

.editorconfig: add

This allows conveniently editing ebuilds and eclasses in editors which don't
have a specific ebuild mode like Emacs and Vim do.

For example, kde-apps/kate with kde-frameworks/ktexteditor[editorconfig] can
automatically read this file and adjust settings appropriately.

It's possible that going forward we may want to have pkgdev support custom
keys in this file for e.g. copyright year mangling too.

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

 .editorconfig | 11 +++
 1 file changed, 11 insertions(+)

diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index ..7d6e17345e1e
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,11 @@
+# https://editorconfig.org/
+root = true
+
+[*.{ebuild,eclass}]
+charset = utf-8
+end_of_line = lf
+insert_final_newline = true
+indent_style = tab
+indent_size = 4
+trim_trailing_whitespace = true
+#max_line_length = 80



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

2023-03-24 Thread Yixun Lan
commit: 64b270db80a211f88a1573e7f16f4d17e01eb225
Author: Yixun Lan  gentoo  org>
AuthorDate: Sat Mar 25 02:23:35 2023 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sat Mar 25 02:56:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64b270db

app-emacs/flycheck: Keyword 32_p20230305-r1 riscv, #902873

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

 app-emacs/flycheck/flycheck-32_p20230305-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/flycheck/flycheck-32_p20230305-r1.ebuild 
b/app-emacs/flycheck/flycheck-32_p20230305-r1.ebuild
index 144233694866..eccffd0a4fff 100644
--- a/app-emacs/flycheck/flycheck-32_p20230305-r1.ebuild
+++ b/app-emacs/flycheck/flycheck-32_p20230305-r1.ebuild
@@ -24,7 +24,7 @@ else
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz
-> ${P}.tar.gz"
fi
-   KEYWORDS="~amd64 ~arm ~ppc64"
+   KEYWORDS="~amd64 ~arm ~ppc64 ~riscv"
 fi
 
 LICENSE="GPL-3+"



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

2023-03-24 Thread Yixun Lan
commit: 36e4b6907f755b02c8637825e7f001feb078f317
Author: Yixun Lan  gentoo  org>
AuthorDate: Sat Mar 25 02:23:31 2023 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sat Mar 25 02:56:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36e4b690

app-emacs/shut-up: Keyword 0.3.3 riscv, #902873

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

 app-emacs/shut-up/shut-up-0.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/shut-up/shut-up-0.3.3.ebuild 
b/app-emacs/shut-up/shut-up-0.3.3.ebuild
index f3215ac28a09..bc723d01f556 100644
--- a/app-emacs/shut-up/shut-up-0.3.3.ebuild
+++ b/app-emacs/shut-up/shut-up-0.3.3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/cask/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc64 ~riscv ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2023-03-24 Thread Yixun Lan
commit: 36c5d15e5d43c2a19e83c8921ab128a995f27314
Author: Yixun Lan  gentoo  org>
AuthorDate: Sat Mar 25 02:23:27 2023 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sat Mar 25 02:56:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36c5d15e

app-emacs/buttercup: Keyword 1.30 riscv, #902873

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

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

diff --git a/app-emacs/buttercup/buttercup-1.30.ebuild 
b/app-emacs/buttercup/buttercup-1.30.ebuild
index 71b14650fd9e..9e6a81729a2a 100644
--- a/app-emacs/buttercup/buttercup-1.30.ebuild
+++ b/app-emacs/buttercup/buttercup-1.30.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}"/emacs-${P}
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 DOCS=( docs/{running,writing}-tests.md  )
 SITEFILE="50${PN}-gentoo.el"



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

2023-03-24 Thread Sam James
commit: 9af2dc246b433bf8503a3e4c92d024c429fec927
Author: Sam James  gentoo  org>
AuthorDate: Sat Mar 25 02:47:19 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar 25 02:49:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9af2dc24

toolchain.eclass: use mirror://gcc first, then fallback to mirror://gnu

mirror://gnu doesn't always have snapshots, but mirror://gcc do. See
https://gcc.gnu.org/mirrors.html.

Needed because of the ongoing gnu.org DNS and availability issues.

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

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

diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 8ffdd9e26f1e..81f2f7328fe4 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -537,12 +537,18 @@ get_gcc_src_uri() {
# Pull gcc tarball from another location. Frequently used by 
gnat-gpl.
GCC_SRC_URI="${GCC_TARBALL_SRC_URI}"
elif [[ -n ${SNAPSHOT} ]] ; then
-   
GCC_SRC_URI="https://gcc.gnu.org/pub/gcc/snapshots/${SNAPSHOT}/gcc-${SNAPSHOT}.tar.xz;
+   
GCC_SRC_URI="mirror://gcc/snapshots/${SNAPSHOT}/gcc-${SNAPSHOT}.tar.xz"
else
if tc_version_is_between 5.5 6 || tc_version_is_between 6.4 7 
|| tc_version_is_at_least 7.2 ; then
-   
GCC_SRC_URI="mirror://gnu/gcc/gcc-${GCC_PV}/gcc-${GCC_RELEASE_VER}.tar.xz"
+   GCC_SRC_URI="
+   
mirror://gcc/gcc-${GCC_PV}/gcc-${GCC_RELEASE_VER}.tar.xz
+   
mirror://gnu/gcc/gcc-${GCC_PV}/gcc-${GCC_RELEASE_VER}.tar.xz
+   "
else
-   
GCC_SRC_URI="mirror://gnu/gcc/gcc-${GCC_PV}/gcc-${GCC_RELEASE_VER}.tar.bz2"
+   GCC_SRC_URI="
+   
mirror://gcc/gcc-${GCC_PV}/gcc-${GCC_RELEASE_VER}.tar.bz2
+   
mirror://gnu/gcc/gcc-${GCC_PV}/gcc-${GCC_RELEASE_VER}.tar.bz2
+   "
fi
fi
 



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

2023-03-24 Thread Sam James
commit: cde45ab5d778b98dc49effbfa5ecf8f49419cc25
Author: Sam James  gentoo  org>
AuthorDate: Sat Mar 25 02:46:56 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar 25 02:49:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cde45ab5

profiles: introduce mirror://gcc

This is distinct from mirror://gnu as while some GNU mirrors have GCC,
they don't include snapshots or all other versions.

Needed because of the ongoing gnu.org DNS and availability issues.

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

 profiles/thirdpartymirrors | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/thirdpartymirrors b/profiles/thirdpartymirrors
index a5174aec5871..d8835d94e0d9 100644
--- a/profiles/thirdpartymirrors
+++ b/profiles/thirdpartymirrors
@@ -3,6 +3,7 @@ cpanhttps://cpan.metacpan.org https://www.cpan.org
 cran   https://cran.r-project.org https://cran.us.r-project.org
 debian https://deb.debian.org/debian/ http://ftp.au.debian.org/debian/ 
http://ftp.at.debian.org/debian/ http://ftp.by.debian.org/debian/ 
http://ftp.be.debian.org/debian/ http://ftp.br.debian.org/debian/ 
http://ftp.bg.debian.org/debian/ http://ftp.ca.debian.org/debian/ 
http://ftp2.cn.debian.org/debian/ http://ftp.cn.debian.org/debian/ 
http://ftp.hr.debian.org/debian/ http://ftp.cz.debian.org/debian/ 
http://ftp.dk.debian.org/debian/ http://ftp.sv.debian.org/debian/ 
http://ftp.ee.debian.org/debian/ http://ftp.fi.debian.org/debian/ 
http://ftp.fr.debian.org/debian/ http://ftp2.de.debian.org/debian/ 
http://ftp.de.debian.org/debian/ http://ftp.gr.debian.org/debian/ 
http://ftp.hu.debian.org/debian/ http://ftp.is.debian.org/debian/ 
http://ftp.ie.debian.org/debian/ http://ftp.it.debian.org/debian/ 
http://ftp.jp.debian.org/debian/ http://ftp.lt.debian.org/debian/ 
http://ftp.mx.debian.org/debian/ http://ftp.md.debian.org/debian/ 
http://ftp.nl.debian.org/debian/ http://ftp.nc.debian.org/debian/
  http://ftp.nz.debian.org/debian/ http://ftp.no.debian.org/debian/ 
http://ftp.pl.debian.org/debian/ http://ftp.pt.debian.org/debian/ 
http://ftp.ro.debian.org/debian/ http://ftp.ru.debian.org/debian/ 
http://ftp.sg.debian.org/debian/ http://ftp.sk.debian.org/debian/ 
http://ftp.si.debian.org/debian/ http://ftp.es.debian.org/debian/ 
http://ftp.se.debian.org/debian/ http://ftp.ch.debian.org/debian/ 
http://ftp.tw.debian.org/debian/ http://ftp.tr.debian.org/debian/ 
http://ftp.ua.debian.org/debian/ http://ftp.uk.debian.org/debian/ 
http://ftp.us.debian.org/debian/
 gentoo https://gentoo.osuosl.org/distfiles 
https://ftp.halifax.rwth-aachen.de/gentoo/distfiles 
http://gentoo-distfiles.mirrors.tds.net/distfiles
+gcchttps://gcc.gnu.org/pub/gcc/snapshots/ 
http://mirrors.concertpass.com/gcc/ 
https://mirrorservice.org/sites/sourceware.org/pub/gcc/ 
https://ftp.mpi-inf.mpg.de/mirrors/gnu/mirror/gcc.gnu.org/pub/gcc/ 
https://bigsearcher.com/mirrors/gcc/
 gimp   https://ftp.fau.de/gimp/gimp/ ftp://ftp.fau.de/gimp/gimp/ 
https://artfiles.org/gimp.org/pub/gimp/ 
https://www.mirrorservice.org/sites/ftp.gimp.org/pub/gimp/ 
ftp://ftp.mirrorservice.org/sites/ftp.gimp.org/pub/gimp/
 gmthttp://ftp.iris.washington.edu/pub/gmt/ 
ftp://ftp.soest.hawaii.edu/gmt/ ftp://ftp.iris.washington.edu/pub/gmt/ 
ftp://ftp.star.nesdis.noaa.gov/pub/sod/lsa/gmt
 gnome  https://download.gnome.org/



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

2023-03-24 Thread Sam James
commit: e53c542626f88f2c3837432637ad0a055f9b48b3
Author: Sam James  gentoo  org>
AuthorDate: Sat Mar 25 02:47:50 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar 25 02:49:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e53c5426

sys-devel/gcc: add 11.3.1_p20230324

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

 sys-devel/gcc/Manifest|  1 +
 sys-devel/gcc/gcc-11.3.1_p20230324.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index e773567ec708..d98d0613d151 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -14,6 +14,7 @@ DIST gcc-11-20230120.tar.xz 76201244 BLAKE2B 
07bc819dad3e2ee3747f09f43fd73a4263f
 DIST gcc-11-20230303.tar.xz 76131828 BLAKE2B 
ad73cf9b11f4a70be922ebc2a934e8d5f863582ebb662fe74c71b5880c9d6617cc80233456bde70a7867d788fa1f72262f1ef069f23ff85a423c5eede3e7d3c7
 SHA512 
3b310b87f7d7423a727f2348038add5b76f923b0baf528d061e45a1030eefb538f4175866dc6e7e70852a794de0ab62798965ea1e574bfe62ccae35fe4b2b00b
 DIST gcc-11-20230310.tar.xz 76137524 BLAKE2B 
3d94746408ef1b91eb049f06fc9028e567346ae700433f2de90f7f0028871f7e5834b85785ab601314a6c66ecd4a7ef129ab78a0ff67c890e73d8682efe59e87
 SHA512 
07e9cb07a4e42c6d753c53768ba39211e5efd08e40bb78b66eb1bfcfe8267985a4b69da361cc8eb0b072367adf58f6230abb362b8290099d464d0edaea4bb0f5
 DIST gcc-11-20230317.tar.xz 76143768 BLAKE2B 
c2fc0222d23d1fdca7db234246052695ff9760c4d43e36a40e06a7c089e2b789b1833aadf8efaeb8e961e6370acdee0c6adaa454fb1cb13b9e8a002e2793fef5
 SHA512 
698097c4ba95f2f24f8b11d7096755f3cd393286e18f7cccbd559ded154d18e1348dead9adf7c9aa131a03a97d97759ad0eee8a6e3196faff8c9ca9d868247d9
+DIST gcc-11-20230324.tar.xz 76152596 BLAKE2B 
39540946ca30791a66d8e5273ebd658bbd3d542c4a215850039e7070951b3bedb2550ede0c10bb1620d24ea5f05f79b737ceb9ae8e372fad692ae7102d1467e5
 SHA512 
9ba29007e9baf05c0a02024b3b1130f8a850a06b3e8c9452368dcd3f75b026a9bb66649acebfa1c6c68e82f969c8e5a10aa01f917c88b1e5c9ab46574193af33
 DIST gcc-11.4.0-musl-patches-2.tar.xz 4308 BLAKE2B 
a2335e155fc57816fed822a648e0eaefafcba9d04e1ad0fd7baeea5a694ab6f5e3c1678cb406f2a1bd17bab25cb01699d032713a1ccf337948dfda2093844607
 SHA512 
17b84f907cb1bd763873655e6f35fd3ed55a40b602b70a626f04f83b4cc89c6261db1661de78d4d969187a8c56e9f6305b742515a3836b962248a21df0df5d0c
 DIST gcc-11.4.0-patches-3.tar.xz 15200 BLAKE2B 
a393df941a2a31164f477d6bc0032e28319e8f0bd87200eb453708f85aa8c0bf5d67e733ee7b75cf6d14743e18cc941cee1b77a8247f8c5683d17a98cbeb280f
 SHA512 
6f6096d95c7c62780d1070097739882393a8df5172c3a5ae811a8d4d1c98a0cd14a34f3f7e95410c8f210aec434330ac3b8876c688faeb130d7bb8faece9
 DIST gcc-11.4.0-patches-7.tar.xz 14416 BLAKE2B 
3ebf62cba04cac8830a93a99d11c21347c38891db3a81493a10e02e8b7af0c86389ffbede50672dfe1189a77a67b832f8f97a1d95d43eff11db131a143b1d03d
 SHA512 
41e2ed1ccf6d3631adab057877c79c99eb1b3c32f9d35628bca6c633c4f8dadb1d7f93bed2e4d7ff9f36cc9e46ea00f0e57e8af64b2e5f4b3b01285c6da3

diff --git a/sys-devel/gcc/gcc-11.3.1_p20230324.ebuild 
b/sys-devel/gcc/gcc-11.3.1_p20230324.ebuild
new file mode 100644
index ..a30fa066e31c
--- /dev/null
+++ b/sys-devel/gcc/gcc-11.3.1_p20230324.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+TOOLCHAIN_PATCH_SUFFIX="xz"
+TOOLCHAIN_PATCH_DEV="sam"
+PATCH_VER="8"
+PATCH_GCC_VER="11.4.0"
+MUSL_VER="2"
+MUSL_GCC_VER="11.4.0"
+
+if [[ $(ver_cut 3) ==  ]] ; then
+   MY_PV_2=$(ver_cut 2)
+   if [[ ${MY_PV_2} == 0 ]] ; then
+   MY_PV_2=0
+   else
+   MY_PV_2=$(($(ver_cut 2) - 1))
+   fi
+
+   # e.g. 12.2. -> 12.1.1
+   TOOLCHAIN_GCC_PV=$(ver_cut 1).${MY_PV_2}.$(($(ver_cut 3) - 9998))
+fi
+
+inherit toolchain
+# Needs to be after inherit (for now?), bug #830908
+EGIT_BRANCH=releases/gcc-$(ver_cut 1)
+
+# Don't keyword live ebuilds
+#if ! tc_is_live && [[ -z ${TOOLCHAIN_USE_GIT_PATCHES} ]] ; then
+#  KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+#fi
+
+if [[ ${CATEGORY} != cross-* ]] ; then
+   # Technically only if USE=hardened *too* right now, but no point in 
complicating it further.
+   # If GCC is enabling CET by default, we need glibc to be built with 
support for it.
+   # bug #830454
+   RDEPEND="elibc_glibc? ( sys-libs/glibc[cet(-)?] )"
+   DEPEND="${RDEPEND}"
+   BDEPEND=">=${CATEGORY}/binutils-2.30[cet(-)?]"
+fi
+
+src_prepare() {
+   local p upstreamed_patches=(
+   # add them here
+   )
+   for p in "${upstreamed_patches[@]}"; do
+   rm -v "${WORKDIR}/patch/${p}" || die
+   done
+
+   toolchain_src_prepare
+
+   eapply_user
+}



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

2023-03-24 Thread Matt Turner
commit: add6da08ac1765c323acae72d55ab62a3e8bfe46
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Mar 24 23:25:35 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Mar 25 02:20:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=add6da08

profiles: Unmask GNOME 44.0

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 113a2fec114e..ecd6790c10dd 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -169,47 +169,6 @@ app-crypt/yubioath-desktop
 # Masked for removal on 2023-04-12.
 dev-ruby/net-http-persistent:3
 
-# Guillermo Joandet  (2023-03-11)
-# In preparation for GNOME 44
->=app-editors/gnome-text-editor-44_rc
->=app-text/evince-44_rc
->=dev-libs/gjs-1.75
->=dev-python/pygobject-3.43
->=dev-util/gnome-builder-44
->=gnome-base/gnome-session-44_rc
->=gnome-base/gnome-settings-daemon-44_rc
->=gnome-base/gnome-shell-44_rc
->=gnome-base/librsvg-2.55.90
->=gnome-base/nautilus-44_rc
->=gnome-extra/evolution-data-server-3.48
->=gnome-extra/evolution-ews-3.48
->=gnome-extra/gnome-boxes-44_rc
->=gnome-extra/gnome-calculator-44_rc
->=gnome-extra/gnome-calendar-44_rc
->=gnome-extra/gnome-characters-44_rc
->=gnome-extra/gnome-clocks-44_rc
->=gnome-extra/gnome-contacts-44_rc
->=gnome-extra/gnome-shell-extensions-44_rc
->=gnome-extra/gnome-software-44_rc
->=gnome-extra/gnome-system-monitor-44_rc
->=gnome-extra/gnome-user-docs-44_rc
->=gnome-extra/gnome-weather-44_rc
->=gui-apps/gnome-console-44_beta
->=gui-libs/libadwaita-1.3_rc
->=mail-client/evolution-3.48
->=media-gfx/eog-44_beta
->=media-gfx/gnome-font-viewer-44_rc
->=net-libs/glib-networking-2.76_beta
->=net-libs/webkit-gtk-2.40.0
->=net-misc/gnome-connections-44_rc
->=net-misc/gnome-remote-desktop-44_rc
->=sci-geosciences/gnome-maps-44_rc
->=sys-apps/baobab-44_rc
->=sys-apps/gnome-disk-utility-44_rc
->=sys-apps/xdg-desktop-portal-gnome-44_rc
->=www-client/epiphany-44
->=x11-wm/mutter-44_rc
-
 # Hans de Graaff  (2023-03-11)
 # Mask ruby27-only dev-ruby/sass-rails:5.0 for removal. Use a newer
 # sass-rails slot or consider migrating to sassc-rails.  Masked for



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

2023-03-24 Thread Matt Turner
commit: 4350d1484c0ab46f8f74f973438e47ec24e2c01b
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Mar 25 02:19:44 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Mar 25 02:20:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4350d148

x11-libs/cairo: Disable building tests

Even though tests are restricted, it's still possible to set USE=test
and then configure will fail with missing dependencies.

Closes: https://bugs.gentoo.org/902775
Signed-off-by: Matt Turner  gentoo.org>

 x11-libs/cairo/cairo-1.17.8.ebuild | 6 +++---
 x11-libs/cairo/cairo-.ebuild   | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/x11-libs/cairo/cairo-1.17.8.ebuild 
b/x11-libs/cairo/cairo-1.17.8.ebuild
index a27acb5ec771..c32c5a8d50e5 100644
--- a/x11-libs/cairo/cairo-1.17.8.ebuild
+++ b/x11-libs/cairo/cairo-1.17.8.ebuild
@@ -18,8 +18,8 @@ DESCRIPTION="A vector graphics library with cross-device 
output support"
 HOMEPAGE="https://www.cairographics.org/ 
https://gitlab.freedesktop.org/cairo/cairo;
 LICENSE="|| ( LGPL-2.1 MPL-1.1 )"
 SLOT="0"
-IUSE="X aqua debug +glib gtk-doc test"
-RESTRICT="!test? ( test ) test" # Requires poppler-glib, which isn't available 
in multilib
+IUSE="X aqua debug +glib gtk-doc"
+RESTRICT="test" # Test suite has many failures. Requires poppler-glib, which 
isn't available in multilib
 
 RDEPEND="
>=dev-libs/lzo-2.06-r1:2[${MULTILIB_USEDEP}]
@@ -61,7 +61,7 @@ multilib_src_configure() {
-Dxml=disabled
-Dzlib=enabled
 
-   $(meson_feature test tests)
+   -Dtests=disabled
 
-Dgtk2-utils=disabled
 

diff --git a/x11-libs/cairo/cairo-.ebuild b/x11-libs/cairo/cairo-.ebuild
index 8057aa2f9d64..5ead761e1e7f 100644
--- a/x11-libs/cairo/cairo-.ebuild
+++ b/x11-libs/cairo/cairo-.ebuild
@@ -18,8 +18,8 @@ DESCRIPTION="A vector graphics library with cross-device 
output support"
 HOMEPAGE="https://www.cairographics.org/ 
https://gitlab.freedesktop.org/cairo/cairo;
 LICENSE="|| ( LGPL-2.1 MPL-1.1 )"
 SLOT="0"
-IUSE="X aqua debug +glib gtk-doc test"
-RESTRICT="!test? ( test ) test" # Requires poppler-glib, which isn't available 
in multilib
+IUSE="X aqua debug +glib gtk-doc"
+RESTRICT="test" # Test suite has many failures. Requires poppler-glib, which 
isn't available in multilib
 
 RDEPEND="
>=dev-libs/lzo-2.06-r1:2[${MULTILIB_USEDEP}]
@@ -56,7 +56,7 @@ multilib_src_configure() {
-Dxlib-xcb=disabled
-Dzlib=enabled
 
-   $(meson_feature test tests)
+   -Dtests=disabled
 
-Dgtk2-utils=disabled
 



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

2023-03-24 Thread Matt Turner
commit: f980908fba48e2e657807a01b4634cf225fed5f8
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Mar 25 02:04:54 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Mar 25 02:20:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f980908f

dev-util/unifdef: Keyword 2.12-r1 riscv

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

 dev-util/unifdef/unifdef-2.12-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/unifdef/unifdef-2.12-r1.ebuild 
b/dev-util/unifdef/unifdef-2.12-r1.ebuild
index f11d421c48d1..54da51aa0359 100644
--- a/dev-util/unifdef/unifdef-2.12-r1.ebuild
+++ b/dev-util/unifdef/unifdef-2.12-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dotat.at/prog/unifdef/${P}.tar.xz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~s390 sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
 
 PATCHES=( "${FILESDIR}"/${P}-tests.patch )
 



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

2023-03-24 Thread Sam James
commit: 82f5e58c9441cca85841837026a8e0b5f117010f
Author: Sam James  gentoo  org>
AuthorDate: Sat Mar 25 02:03:37 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar 25 02:03:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82f5e58c

dev-ml/ppx_optcomp: Stabilize 0.15.0 ppc64, #901545

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

 dev-ml/ppx_optcomp/ppx_optcomp-0.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ppx_optcomp/ppx_optcomp-0.15.0.ebuild 
b/dev-ml/ppx_optcomp/ppx_optcomp-0.15.0.ebuild
index 014b0559ad6f..c8c68bb874d1 100644
--- a/dev-ml/ppx_optcomp/ppx_optcomp-0.15.0.ebuild
+++ b/dev-ml/ppx_optcomp/ppx_optcomp-0.15.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/ppx_optcomp/archive/v${PV}.tar.gz -> ${P}
 
 LICENSE="Apache-2.0"
 SLOT="0/$(ver_cut 1-2)"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="



  1   2   3   4   5   >