[gentoo-commits] repo/gentoo:master commit in: profiles/features/musl/, profiles/, dev-games/cegui/files/, dev-games/cegui/

2023-12-15 Thread Arthur Zamarin
commit: ab50cee0aa0115a8cd9a978d4eee87f3e3f3794e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 16 07:58:31 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 16 07:59:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab50cee0

dev-games/cegui: treeclean

Closes: https://bugs.gentoo.org/896688
Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-games/cegui/Manifest|   1 -
 dev-games/cegui/cegui-0.8.7-r100.ebuild | 126 
 dev-games/cegui/files/cegui-0.8.7-icu-59.patch  |  11 ---
 dev-games/cegui/files/cegui-0.8.7-musl.patch|  72 --
 dev-games/cegui/files/cegui-0.8.7-python3.patch |  21 
 dev-games/cegui/metadata.xml|  20 
 profiles/features/musl/package.use.mask |   4 -
 profiles/package.mask   |   9 --
 8 files changed, 264 deletions(-)

diff --git a/dev-games/cegui/Manifest b/dev-games/cegui/Manifest
deleted file mode 100644
index 8f032e272ef5..
--- a/dev-games/cegui/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST cegui-0.8.7.tar.bz2 18114465 BLAKE2B 
cf0a4867f0e32c6a6b585821c915dc1fbd532e0f95effe28f6d3e4f1a2bccd23f47c7c33a3115befdf8b3f094d49a5af042d28c1e1fbb88e7c7f6da7f3fa173b
 SHA512 
271ff2a1e19f46c7d40cbc210bc665666e45b56cd0efea460db4d08df134d929337846eaf923db1b915597965aab27ad39512d6567cc63ef883555cbff542e56

diff --git a/dev-games/cegui/cegui-0.8.7-r100.ebuild 
b/dev-games/cegui/cegui-0.8.7-r100.ebuild
deleted file mode 100644
index 6e55a6b40bcc..
--- a/dev-games/cegui/cegui-0.8.7-r100.ebuild
+++ /dev/null
@@ -1,126 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# TODO: multiple ABI?
-LUA_COMPAT=( lua5-1 )
-PYTHON_COMPAT=( python3_{9..10} )
-inherit flag-o-matic cmake lua-single python-single-r1
-
-DESCRIPTION="Crazy Eddie's GUI System"
-HOMEPAGE="http://www.cegui.org.uk/;
-SRC_URI="mirror://sourceforge/crayzedsgui/${P}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="bidi debug devil doc freeimage expat irrlicht lua ogre opengl pcre 
python static-libs tinyxml truetype xerces-c +xml zip"
-REQUIRED_USE="|| ( expat tinyxml xerces-c xml )
-   lua? ( ${LUA_REQUIRED_USE} )
-   python? ( ${PYTHON_REQUIRED_USE} )" # bug 362223
-
-# gles broken
-#  gles? ( media-libs/mesa[gles1] )
-# directfb broken
-#  directfb? ( dev-libs/DirectFB )
-RDEPEND="
-   dev-libs/boost:=
-   virtual/libiconv
-   bidi? ( dev-libs/fribidi )
-   devil? ( media-libs/devil )
-   expat? ( dev-libs/expat )
-   freeimage? ( media-libs/freeimage )
-   irrlicht? ( dev-games/irrlicht )
-   lua? (
-   ${LUA_DEPS}
-   dev-lua/toluapp[${LUA_SINGLE_USEDEP}]
-   )
-   ogre? ( >=dev-games/ogre-1.7:= )
-   opengl? (
-   virtual/opengl
-   virtual/glu
-   media-libs/glew:=
-   )
-   pcre? ( dev-libs/libpcre )
-   python? (
-   ${PYTHON_DEPS}
-   $(python_gen_cond_dep '
-   dev-libs/boost:=[python,${PYTHON_USEDEP}]
-   ')
-   )
-   tinyxml? ( dev-libs/tinyxml )
-   truetype? ( media-libs/freetype:2 )
-   xerces-c? ( dev-libs/xerces-c )
-   xml? ( dev-libs/libxml2:2 )
-   zip? ( sys-libs/zlib[minizip] )"
-
-DEPEND="${RDEPEND}
-   ${PYTHON_DEPS}
-   opengl? ( media-libs/glm )"
-
-BDEPEND="
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-icu-59.patch
-   "${FILESDIR}"/${P}-python3.patch
-   "${FILESDIR}"/${P}-musl.patch
-)
-
-pkg_setup() {
-   use lua && lua-single_pkg_setup
-   use python && python-single-r1_pkg_setup
-}
-
-src_configure() {
-   # http://www.cegui.org.uk/mantis/view.php?id=991
-   append-ldflags $(no-as-needed)
-
-   local mycmakeargs=(
-   -DCEGUI_BUILD_IMAGECODEC_CORONA=OFF
-   -DCEGUI_BUILD_IMAGECODEC_DEVIL=$(usex devil)
-   -DCEGUI_BUILD_IMAGECODEC_FREEIMAGE=$(usex freeimage)
-   -DCEGUI_BUILD_IMAGECODEC_PVR=OFF
-   -DCEGUI_BUILD_IMAGECODEC_SILLY=OFF
-   -DCEGUI_BUILD_IMAGECODEC_STB=ON
-   -DCEGUI_BUILD_IMAGECODEC_TGA=ON
-   -DCEGUI_BUILD_LUA_GENERATOR=$(usex lua)
-   -DCEGUI_BUILD_LUA_MODULE=$(usex lua)
-   -DCEGUI_BUILD_PYTHON_MODULES=$(usex python)
-   -DCEGUI_BUILD_RENDERER_DIRECTFB=OFF
-   -DCEGUI_BUILD_RENDERER_IRRLICHT=$(usex irrlicht)
-   -DCEGUI_BUILD_RENDERER_NULL=ON
-   -DCEGUI_BUILD_RENDERER_OGRE=$(usex ogre)
-   -DCEGUI_BUILD_RENDERER_OPENGL=$(usex opengl)
-   -DCEGUI_BUILD_RENDERER_OPENGL3=$(usex opengl)
-   -DCEGUI_BUILD_RENDERER_OPENGLES=OFF
-   -DCEGUI_BUILD_STATIC_CONFIGURATION=$(usex 

[gentoo-commits] repo/gentoo:master commit in: profiles/, media-plugins/gst-transcoder/

2023-12-15 Thread Arthur Zamarin
commit: 16700c225e9518e89cb0b9d7d22285bb02e61c42
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 16 07:55:34 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 16 07:59:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16700c22

media-plugins/gst-transcoder: treeclean

Closes: https://bugs.gentoo.org/916871
Signed-off-by: Arthur Zamarin  gentoo.org>

 media-plugins/gst-transcoder/Manifest  |  1 -
 .../gst-transcoder/gst-transcoder-1.14.1-r1.ebuild | 45 --
 media-plugins/gst-transcoder/metadata.xml  | 11 --
 profiles/package.mask  |  5 ---
 4 files changed, 62 deletions(-)

diff --git a/media-plugins/gst-transcoder/Manifest 
b/media-plugins/gst-transcoder/Manifest
deleted file mode 100644
index c6599025cfd1..
--- a/media-plugins/gst-transcoder/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST gst-transcoder-1.14.1.tar.gz 37919 BLAKE2B 
2687150ff3d609245449135d5725840aab9ed83b487bebeb0daf86634db27b3e68a5aca6ec8fb21ae5bf7e3c3808bc8729db5b24f75dabdf2bff7715a456fb9e
 SHA512 
22dcb75bb706193e67a840218a69df797d5f833935e87d8df03838def5d426d94b25972ca4db8ae2f20fea915d18ef0044ee928a2dfe240f3134cdf1fced7657

diff --git a/media-plugins/gst-transcoder/gst-transcoder-1.14.1-r1.ebuild 
b/media-plugins/gst-transcoder/gst-transcoder-1.14.1-r1.ebuild
deleted file mode 100644
index 2acbdff7a418..
--- a/media-plugins/gst-transcoder/gst-transcoder-1.14.1-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit gnome2-utils meson xdg
-
-DESCRIPTION="GStreamer Transcoding API"
-HOMEPAGE="https://github.com/pitivi/gst-transcoder;
-SRC_URI="https://github.com/pitivi/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="gtk-doc"
-
-RDEPEND="
-   dev-libs/gobject-introspection:=
-   dev-libs/glib:2
-   >=media-libs/gstreamer-${PV}:1.0[introspection]
-   >=media-libs/gst-plugins-base-${PV}:1.0[introspection]
-   !>media-libs/gst-plugins-bad-1.18
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   gtk-doc? ( dev-util/gtk-doc
-   app-text/docbook-xml-dtd:4.1.2 )
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   xdg_src_prepare
-   gnome2_environment_reset # fixes gst /dev access under sandbox for 
g-ir-scanner
-}
-
-src_configure() {
-   addwrite /dev/dri/
-   local emesonargs=(
-   $(meson_use !gtk-doc disable_doc)
-   # gobject-introspection can be optional now, but the only 
consumer (pitivi) requires it.
-   # Migration to have the option is not done, as gst-transcoder 
moves into gst-plugins-bad-1.18 anyhow.
-   -Ddisable_introspection=false
-   )
-   meson_src_configure
-}

diff --git a/media-plugins/gst-transcoder/metadata.xml 
b/media-plugins/gst-transcoder/metadata.xml
deleted file mode 100644
index 4b8ce10d77e8..
--- a/media-plugins/gst-transcoder/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   gstrea...@gentoo.org
-   GStreamer package maintainers
-   
-   
-   pitivi/gst-transcoder
-   
-

diff --git a/profiles/package.mask b/profiles/package.mask
index 8520ca0e089d..737354bc5e43 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -204,11 +204,6 @@ dev-haskell/terminfo
 =sys-fs/btrfs-progs-6.6-r1
 =sys-fs/btrfs-progs-6.6-r2
 
-# Mart Raudsepp  (2023-11-04)
-# gst-transcoder was merged into gst-plugins-bad and can be installed via
-# media-libs/gst-plugins-bad instead. Removal on 2023-12-04. Bug #916871.
-media-plugins/gst-transcoder
-
 # Michał Górny  (2023-10-29)
 # This version contains a major bug that causes pytest internal error
 # when tests are skippeed at module level.



[gentoo-commits] repo/gentoo:master commit in: games-rpg/sumwars/, profiles/

2023-12-15 Thread Arthur Zamarin
commit: 7d0527117fb179c50bf21ed7c1b25af85572dba8
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 16 07:56:45 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 16 07:59:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d052711

games-rpg/sumwars: treeclean

Closes: https://bugs.gentoo.org/896688
Signed-off-by: Arthur Zamarin  gentoo.org>

 games-rpg/sumwars/Manifest  |  1 -
 games-rpg/sumwars/metadata.xml  | 14 --
 games-rpg/sumwars/sumwars-0.5.8-r101.ebuild | 70 -
 profiles/package.mask   |  1 -
 4 files changed, 86 deletions(-)

diff --git a/games-rpg/sumwars/Manifest b/games-rpg/sumwars/Manifest
deleted file mode 100644
index 4d17754bcef7..
--- a/games-rpg/sumwars/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST sumwars-0.5.8-src.tar.bz2 107811288 BLAKE2B 
d7eef29ae9ba91d7a368730169d49c4b84e5db5cdbd4be7aa183e91baa50fd45be2b91928903e9cb17d947c2a4947094138c65efe076cdc85f14fbfacadddbd1
 SHA512 
ccf156f4484b0aeb8984631321d6691dc180ad63fdfa59d92aaa05ada3e871fc10656f32f9ba1b65abe7342e1481e14ca01f025ffc0ec5797cd8e91d97240cf1

diff --git a/games-rpg/sumwars/metadata.xml b/games-rpg/sumwars/metadata.xml
deleted file mode 100644
index b6bf04ac1ccb..
--- a/games-rpg/sumwars/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   ga...@gentoo.org
-   Gentoo Games Project
-   
-   
-   Builds editor tools
-   
-   
-   sumwars
-   
-

diff --git a/games-rpg/sumwars/sumwars-0.5.8-r101.ebuild 
b/games-rpg/sumwars/sumwars-0.5.8-r101.ebuild
deleted file mode 100644
index c77b37294846..
--- a/games-rpg/sumwars/sumwars-0.5.8-r101.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-CMAKE_REMOVE_MODULES_LIST=( FindLua{,51} )
-LUA_COMPAT=( lua5-1 )
-inherit cmake desktop flag-o-matic lua-single
-
-MY_L10N=( de en it pl pt ru uk )
-
-DESCRIPTION="Multi-player, 3D action role-playing game"
-HOMEPAGE="https://sourceforge.net/projects/sumwars/;
-SRC_URI="mirror://sourceforge/sumwars/${P/_/-}-src.tar.bz2"
-
-LICENSE="GPL-3 CC-BY-SA-3.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug tools ${MY_L10N[*]/#/l10n_}"
-REQUIRED_USE="${LUA_REQUIRED_USE}"
-
-DEPEND="
-   ${LUA_DEPS}
-   dev-games/cegui[ogre,truetype]
-   dev-games/ogre:=[freeimage,opengl]
-   dev-games/ois
-   dev-games/physfs
-   dev-libs/tinyxml
-   media-libs/freealut
-   media-libs/libvorbis
-   media-libs/openal
-   net-libs/enet:1.3=
-   x11-libs/libX11
-   x11-libs/libXrandr
-   tools? ( dev-libs/boost:= )"
-RDEPEND="
-   ${DEPEND}
-   media-libs/freeimage[jpeg,png]"
-
-src_configure() {
-   append-flags -fno-strict-aliasing
-
-   local l langs=
-   for l in "${MY_L10N[@]}"; do
-   use l10n_${l} && langs+="${l} "
-   done
-
-   use debug && CMAKE_BUILD_TYPE=Debug
-
-   local mycmakeargs=(
-   -DLua_FIND_VERSION_MAJOR=$(ver_cut 1 $(lua_get_version))
-   -DLua_FIND_VERSION_MINOR=$(ver_cut 2 $(lua_get_version))
-   -DLua_FIND_VERSION_COUNT=2
-   -DLua_FIND_VERSION_EXACT=ON
-   -DSUMWARS_BUILD_TOOLS=$(usex tools)
-   -DSUMWARS_DOC_DIR="${EPREFIX}"/usr/share/doc/${PF}
-   -DSUMWARS_LANGUAGES="${langs:-en}"
-   -DSUMWARS_NO_ENET=ON
-   -DSUMWARS_NO_TINYXML=ON
-   )
-
-   cmake_src_configure
-}
-
-src_install() {
-   cmake_src_install
-
-   newicon share/icon/SumWarsIcon_128x128.png ${PN}.png
-   make_desktop_entry ${PN} "Summoning Wars"
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 737354bc5e43..5559c8df3a3b 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -222,7 +222,6 @@ dev-haskell/terminfo
 # since 2014.
 # Removal on 2023-11-26.  Bug #896688.
 dev-games/cegui
-games-rpg/sumwars
 
 # Michał Górny  (2023-10-26)
 # An unmaintained programming language with last release in 2009.



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

2023-12-15 Thread Hans de Graaff
commit: d2be3a400e3883dbc88b5c79851cd3f291e786a1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Dec 16 07:57:08 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Dec 16 07:58:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2be3a40

dev-ruby/securerandom: add 0.3.1

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

 dev-ruby/securerandom/Manifest  |  1 +
 dev-ruby/securerandom/securerandom-0.3.1.ebuild | 27 +
 2 files changed, 28 insertions(+)

diff --git a/dev-ruby/securerandom/Manifest b/dev-ruby/securerandom/Manifest
index 31f2f0fb91e0..f256fc04f6a1 100644
--- a/dev-ruby/securerandom/Manifest
+++ b/dev-ruby/securerandom/Manifest
@@ -1,2 +1,3 @@
 DIST securerandom-0.2.2.tar.gz 7871 BLAKE2B 
3ded59a1c4a035ea80b0fb1fa67e43d86c27485c782b34c2a548489ea1570be1cdc12860389d655ba0344900275af3422fcbe4621335ec62895eb229407326d2
 SHA512 
173e8968de037b17d5c4cf22b1d08b042c60e9679fb8cea100df193d58a345d6cb246ad56eeb07f58a3a7a6060826d59b7ed8ecdf7e38352b9d56d3cdfa71ff1
 DIST securerandom-0.3.0.tar.gz 10302 BLAKE2B 
a5dd123fa6d48eebda20eaee70152c237b5018e8c04fbd83f4d8d53b2459453fc0676265341e26328252a5acf3a675f4455f04331a2698ece40bb693a554fbe4
 SHA512 
a61901b3de95007cb9296e0555ec36ca3ea4aa0a0ed55b0e6a1e5b53ca79240dd93e3d59ef1b6914e4cd646d038f499695196b8348eb829fd8822406a7fc7cb6
+DIST securerandom-0.3.1.tar.gz 10593 BLAKE2B 
bfa122d91f356c3164924ba0409e74da10822ee2298293adeb3c066c5f1d89e4b84755c4b46e970eec3fbce29cef41c698c69eb55bec200acb36446a04635c00
 SHA512 
1d312c66d6e66afce3d8e812a5fd9baa1a763d022b184227d758aed26d97d12ab69ed16c62163a76d6bc0eac4d4219f0f63bdd846a0078bb0c6a19b67e27cca3

diff --git a/dev-ruby/securerandom/securerandom-0.3.1.ebuild 
b/dev-ruby/securerandom/securerandom-0.3.1.ebuild
new file mode 100644
index ..234e636a26d7
--- /dev/null
+++ b/dev-ruby/securerandom/securerandom-0.3.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32"
+
+RUBY_FAKEGEM_BINWRAP=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+RUBY_FAKEGEM_GEMSPEC="securerandom.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Interface for secure random number generator"
+HOMEPAGE="https://github.com/ruby/securerandom;
+SRC_URI="https://github.com/ruby/securerandom/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+IUSE=""
+
+all_ruby_prepare() {
+   sed -e 's/__dir__/"."/' \
+   -e 's/__FILE__/"'${RUBY_FAKEGEM_GEMSPEC}'"/' \
+   -e 's/git ls-files -z/find * -print0/' \
+   -i ${RUBY_FAKEGEM_GEMSPEC} || die
+}



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

2023-12-15 Thread Hans de Graaff
commit: 745c40a7b468c2944eece4003a02a09902d1f80b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Dec 16 07:54:11 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Dec 16 07:58:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=745c40a7

dev-ruby/racc: add 1.7.3

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

 dev-ruby/racc/Manifest  |  1 +
 dev-ruby/racc/racc-1.7.3.ebuild | 64 +
 2 files changed, 65 insertions(+)

diff --git a/dev-ruby/racc/Manifest b/dev-ruby/racc/Manifest
index 0c055c1588b0..bf9733c9080c 100644
--- a/dev-ruby/racc/Manifest
+++ b/dev-ruby/racc/Manifest
@@ -1,3 +1,4 @@
 DIST racc-1.6.2.tar.gz 470740 BLAKE2B 
c21e01cd7a11573774218ba97de3f58ebdbc4b138def4dfb2620b626d68e71a72f66a7e7f7644707942d4ec5f387b848aa00aa1d7dd81fc98f50b1c23ce118cb
 SHA512 
ef577d0da440361702d15cf2127142e57d5af4146f120cd9d94ee8c8b4380810c8913c373a9969f09b50e0850a8ac04ffd22729c4abdab0670765c7379b549f6
 DIST racc-1.7.0.tar.gz 472347 BLAKE2B 
329761dcdde47180e15f0ceea09b071c2387569364690ff4dc76631c4f3a5c8d8e5482fdc9a451c9c521fb902007c0974d6596287e73f5e9bf8b51f59a31e09d
 SHA512 
8a198a73132f8a97468aaf2078d493899473cefd67cb8065e2d3f35730577e98cd19682e6d4b0f8a2347c77edfb9acfc5649a527c6361a47ae836c3ec2d01085
 DIST racc-1.7.1.tar.gz 460849 BLAKE2B 
88caea7f176111678ee7245af72c8689912d413b400c0299da9239d245d0e4d06511e554cbf00f0b9b248baff240d359492fa9c7bbc623d693ef54d135d6ed35
 SHA512 
266e4cc81bebe5d7331d42f9e2becc3c02c8fd15b5d70d424d04d37ffea35c802c382e88933cfb0f80331c3504b39ab4c59308c9a86de57a8fc7a8bae9d20882
+DIST racc-1.7.3.tar.gz 455515 BLAKE2B 
c2eea87b804ae8675ff253682c1720b006d1edd7c08b2f34dfb731f787aede88175f478c8afdd7d6c28fb1f59d6ec460a1d365e5c282d10c370b78f45c76f7a0
 SHA512 
8412c021d3fc7f25ccf3a61d56c11df0d8c0b09852d99cc314c8b4931f9c22939dc43ef599801de9a64a69acbd897fb6f215f56702634f2c8b6d69ae3bdfa2b3

diff --git a/dev-ruby/racc/racc-1.7.3.ebuild b/dev-ruby/racc/racc-1.7.3.ebuild
new file mode 100644
index ..3432c7ee7b7b
--- /dev/null
+++ b/dev-ruby/racc/racc-1.7.3.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby31 ruby32"
+
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="README.rdoc README.ja.rdoc TODO ChangeLog"
+
+RUBY_FAKEGEM_GEMSPEC="racc.gemspec"
+
+RUBY_FAKEGEM_EXTENSIONS=(ext/racc/cparse/extconf.rb)
+RUBY_FAKEGEM_EXTENSION_LIBDIR="lib/racc/cparse"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A LALR(1) parser generator for Ruby"
+HOMEPAGE="https://github.com/ruby/racc;
+SRC_URI="https://github.com/ruby/racc/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos 
~x64-solaris"
+IUSE="doc test"
+
+ruby_add_rdepend "virtual/ruby-ssl"
+
+ruby_add_bdepend "dev-ruby/rake
+   test? ( dev-ruby/minitest dev-ruby/test-unit-ruby-core )"
+
+all_ruby_prepare() {
+   sed -i -e 's/, :isolate//' Rakefile || die
+   sed -e '/bundler/ s:^:#:' \
+   -e '/require.*rdoc/ s:^:#:' \
+   -e '/RDoc/,/^end/ s:^:#:' \
+   -i Rakefile || die
+
+   # Avoid depending on rake-compiler since we don't use it to compile
+   # the extension.
+   sed -i -e '/rake-compiler/ s:^:#:' -e '/require.*extensiontask/ s:^:#:' 
Rakefile || die
+   sed -i -e '/ExtensionTask/,/^  end/ s:^:#:' Rakefile || die
+
+   # ...which means we need to generate the parser file here
+   for ruby in $(ruby_get_use_implementations) ; do
+   if has_version -b "virtual/rubygems[ruby_targets_${ruby}(-)]" &&
+  has_version -b "dev-ruby/rake[ruby_targets_${ruby}(-)]" ; 
then
+   ${ruby} -S rake lib/racc/parser-text.rb || die
+   break
+   fi
+   done
+
+   sed -i -e 's:_relative ": "./:' ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+all_ruby_install() {
+   all_fakegem_install
+
+   dodoc -r doc
+
+   docinto examples
+   dodoc -r sample
+}



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

2023-12-15 Thread Hans de Graaff
commit: 90aaaf36545243b265eed3178cce832aa7e7b1a0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Dec 16 07:58:22 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Dec 16 07:58:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90aaaf36

dev-ruby/ipaddr: add 1.2.6

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

 dev-ruby/ipaddr/Manifest|  1 +
 dev-ruby/ipaddr/ipaddr-1.2.6.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-ruby/ipaddr/Manifest b/dev-ruby/ipaddr/Manifest
index 08ed94e415ac..f8af1ca1dfe5 100644
--- a/dev-ruby/ipaddr/Manifest
+++ b/dev-ruby/ipaddr/Manifest
@@ -1 +1,2 @@
 DIST ipaddr-1.2.5.tar.gz 21795 BLAKE2B 
dfc4d50941dc9275ff45bcd35ac48ea678c6d6bd4e4227e5514ba7ba1ad2bde7e6692eb81dfc066332211fa20911c58573d9e6fd6842195cebea69f004cf4dd1
 SHA512 
d3741e6841ad78dba364227d7f0313843068c06dd13f2f459cc3c07e5f2a9ed7d9a9ebbeb2533235ba561a52966bbfc78375b8b0ab36a9275a49251658c6deab
+DIST ipaddr-1.2.6.tar.gz 11817 BLAKE2B 
fb2fefef581e372ce8130b3fef9e634218b5bd66bb579dc9909f641fb4dc7bd5f7b5252168cb0f0758874737119a163766b7c027c261f0eb386478b489633b82
 SHA512 
9850d26a8804a51587b7070be8bb932c312cb4d3619204df73a7d55b3f177891d18e5daf05b17f4271df9f04296f97aff607bcbc189b5c7238fd80376a13e3e7

diff --git a/dev-ruby/ipaddr/ipaddr-1.2.6.ebuild 
b/dev-ruby/ipaddr/ipaddr-1.2.6.ebuild
new file mode 100644
index ..26d3d46e7b6f
--- /dev/null
+++ b/dev-ruby/ipaddr/ipaddr-1.2.6.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32"
+
+RUBY_FAKEGEM_BINWRAP=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+RUBY_FAKEGEM_GEMSPEC="ipaddr.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="IPAddr provides a set of methods to manipulate an IPv4 or IPv6 
address"
+HOMEPAGE="https://github.com/ruby/ipaddr;
+SRC_URI="https://github.com/ruby/ipaddr/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+IUSE=""
+
+all_ruby_prepare() {
+   sed -e 's/__dir__/"."/' \
+   -e 's/__FILE__/"'${RUBY_FAKEGEM_GEMSPEC}'"/' \
+   -e 's/git ls-files -z/find * -print0/' \
+   -i ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:.:test:test/lib -rhelper -e 
'Dir["test/**/test_*.rb"].each{|f| require f}' || die
+}



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

2023-12-15 Thread Hans de Graaff
commit: bbc79819fc445c8d99cd0b45b88fce252b6f6460
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Dec 16 07:47:26 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Dec 16 07:58:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbc79819

dev-ruby/parallel: add 1.24.0

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

 dev-ruby/parallel/Manifest   |  1 +
 dev-ruby/parallel/parallel-1.24.0.ebuild | 57 
 2 files changed, 58 insertions(+)

diff --git a/dev-ruby/parallel/Manifest b/dev-ruby/parallel/Manifest
index 523e3f9cdebf..adc556b648f1 100644
--- a/dev-ruby/parallel/Manifest
+++ b/dev-ruby/parallel/Manifest
@@ -1 +1,2 @@
 DIST parallel-1.23.0.tar.gz 23359 BLAKE2B 
f7c505484a8ebade97efb61eb18474625ee994e3a4a16e85b264988212e3de093ae7b8cb03de2a6f97f8205b41264b72c13f32d81ed9ddcd2241d3aab15c7564
 SHA512 
fd80b928ad4c34c71abb62a2e27da6bdcabb425ed68cfef190c0e9f56c853147b1c96d7e9b5ec0ef2e7909dd2303892cb293c40a170241158286f9422b6bc780
+DIST parallel-1.24.0.tar.gz 23944 BLAKE2B 
9e14b8551416c74a16f34db0616c487841368b6834c6848c929e480b3bbeaa3d378c96ccb26496bdef35448e583ab8d029d84f54408a29385e6809d0f013cf71
 SHA512 
9b1bd00fa16cae4938642e2834c57ce71c5f51bbbec695c40107a02f1af4a1528ef27ce002f3a3290e21a6c045c739ac3844c586e4f1976ac5616d8fae03a5af

diff --git a/dev-ruby/parallel/parallel-1.24.0.ebuild 
b/dev-ruby/parallel/parallel-1.24.0.ebuild
new file mode 100644
index ..0231ae8f8a13
--- /dev/null
+++ b/dev-ruby/parallel/parallel-1.24.0.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby31 ruby32"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRAINSTALL="Readme.md"
+
+RUBY_FAKEGEM_GEMSPEC="parallel.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Run any code in parallel Processes or Threads"
+HOMEPAGE="https://github.com/grosser/parallel;
+SRC_URI="https://github.com/grosser/parallel/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="1"
+KEYWORDS="~amd64 ~riscv"
+
+DEPEND+="test? ( sys-process/lsof sys-process/procps )"
+
+ruby_add_bdepend "
+   test? ( dev-ruby/ruby-progressbar )
+"
+
+# Rails isn't yet ruby32-ready in Gentoo
+USE_RUBY="ruby30 ruby31" ruby_add_bdepend "
+   test? ( dev-ruby/activerecord[sqlite] )
+"
+
+each_ruby_prepare() {
+   # Make sure the correct ruby is used for testing
+   sed -e 's:ruby :'${RUBY}' :' -i spec/parallel_spec.rb || die
+}
+
+all_ruby_prepare() {
+   sed -i -e 's/git ls-files/find/' ${RUBY_FAKEGEM_GEMSPEC} || die
+   sed -i -e '/bundler/ s:^:#:' \
+   -e '1i require "tempfile"' spec/cases/helper.rb || die
+   sed -i -e '3irequire "timeout"' spec/spec_helper.rb || die
+
+   # Avoid fragile ar sqlite tests. They throw ReadOnly errors every now 
and then.
+   sed -i -e '/works with SQLite in/,/end/ s:^:#:' spec/parallel_spec.rb 
|| die
+}
+
+each_ruby_test() {
+   if ! has_version -b "dev-ruby/activerecord[sqlite]" ; then
+   rm spec/cases/map_with_ar.rb spec/cases/each_with_ar_sqlite.rb 
|| die
+   fi
+
+   # Set RUBYLIB explicitly for the ruby's that get started from the specs.
+   TRAVIS=true RUBYLIB="lib" ${RUBY} -S rspec-3 spec || die
+}



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

2023-12-15 Thread Hans de Graaff
commit: ff606c5f04df6681e11b109c5f65b2f5976ff491
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Dec 16 07:55:34 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Dec 16 07:58:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff606c5f

dev-ruby/rdoc: add 6.6.2

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

 dev-ruby/rdoc/Manifest  |  1 +
 dev-ruby/rdoc/rdoc-6.6.2.ebuild | 98 +
 2 files changed, 99 insertions(+)

diff --git a/dev-ruby/rdoc/Manifest b/dev-ruby/rdoc/Manifest
index 4b64877679f8..efe59476844a 100644
--- a/dev-ruby/rdoc/Manifest
+++ b/dev-ruby/rdoc/Manifest
@@ -1,3 +1,4 @@
 DIST rdoc-6.5.0.tar.gz 762645 BLAKE2B 
cecade491f0d18b2c50ec710cb27a28b6cb946f321503e0508e8d4802e93033a78867346eb1d68ca56884ea0d68d51d6fdb92eb61fa63034a01332e8b572dbcf
 SHA512 
10382e66ca778f85f236614fe071b2b0d598065d3aab8f5a89cb0839da7713b5e16a66e3f7a2bff2e2125d26a42f088a86c6d339dc36479a943bb7023c1cad0c
 DIST rdoc-6.6.0.tar.gz 764785 BLAKE2B 
85bd4b4ece07ae95c9afb6521ba42c1e016f75ef439c71512024ccf2f0ad47f603944aee1aeb28c76c74d59352ae673825c7d7f6bfe46b2ad3e2bafe406feb68
 SHA512 
fb4c58bb19652a090f45c85fec47be52e2474854ab9ae6705e9a3f6b2ac3381af4aca89b8a39ee5906bab6ff6c63a384d4a12dc6aa19024cc335df18cc92aab7
 DIST rdoc-6.6.1.tar.gz 766276 BLAKE2B 
480f26688dfa03ac60278b66934f599a2f695787c9c1394b5ea596977c5dc94699429c921cb98fa0faf8aa0b3fd6598441e18cb379886ad152d34eae92206377
 SHA512 
9baa6fa467c3d4b5dea34a199ca697124bce7ead3bd3a11eb1c28d6a246bf5317331008dde0595baf382a6e05e9bde752008ecb29fe271df1eef3e7875115bd5
+DIST rdoc-6.6.2.tar.gz 765932 BLAKE2B 
39bcb0f1af6ee4d53b9011179556d8f1a6b09e20716e60a5d57ca7dcede54797946517e7321004e41d440f26d39e9f3c7c80aaf3b24212ce6a650cddc23d69f3
 SHA512 
326ead5d4ec5b9328f9feaf3434351911a3dda18d739c8657d9025f7b3387139e1b63ea8fc649870ca474e4a0560ad87cb9e2a13fbbecd240a8aad652d061d42

diff --git a/dev-ruby/rdoc/rdoc-6.6.2.ebuild b/dev-ruby/rdoc/rdoc-6.6.2.ebuild
new file mode 100644
index ..7ea9b73b0177
--- /dev/null
+++ b/dev-ruby/rdoc/rdoc-6.6.2.ebuild
@@ -0,0 +1,98 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32"
+
+RUBY_FAKEGEM_RECIPE_DOC=""
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc RI.rdoc TODO.rdoc"
+
+RUBY_FAKEGEM_BINWRAP=""
+RUBY_FAKEGEM_BINDIR="exe"
+
+RUBY_FAKEGEM_GEMSPEC="rdoc.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="An extended version of the RDoc library from Ruby 1.8"
+HOMEPAGE="https://github.com/ruby/rdoc/;
+SRC_URI="https://github.com/ruby/rdoc/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="|| ( GPL-2 Ruby-BSD )"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos 
~x64-solaris"
+SLOT="0"
+IUSE="doc"
+
+RDEPEND+=">=app-eselect/eselect-ruby-20181225"
+
+ruby_add_rdepend "
+   >=dev-ruby/psych-4.0.0
+"
+
+ruby_add_bdepend "
+   >=dev-ruby/kpeg-1.1.0-r1
+   >dev-ruby/racc-1.4.10
+   dev-ruby/rake
+   test? (
+   dev-ruby/bundler
+   >=dev-ruby/minitest-5.8:5
+   )"
+
+all_ruby_prepare() {
+   # Other packages also have use for a nonexistent directory, bug 321059
+   sed -i -e 's#/nonexistent#/nonexistent_rdoc_tests#g' 
test/rdoc/test_rdoc*.rb || die
+
+   # Avoid unneeded dependency on bundler, bug 603696
+   sed -i -e '/bundler/ s:^:#:' \
+   -e 's/Bundler::GemHelper.gemspec.full_name/"rdoc"/' \
+   -e '/rubocop\/rake/ s:^:#:' \
+   -e '/RuboCop/,/end/ s:^:#:' Rakefile || die
+
+   # Skip rubygems tests since the rubygems test case code is no longer 
installed by rubygems.
+   sed -i -e '/^task/ s/, :rubygems_test//' Rakefile || die
+
+   # Remove test that is depending on the locale, which we can't garantuee.
+   sed -i -e '/def test_encode_with/,/^  end/ s:^:#:' 
test/rdoc/test_rdoc_options.rb || die
+
+   # Remove test depending on FEATURES=userpriv, bug 361959
+   sed -i -e '/def test_check_files/,/^  end/ s:^:#:' 
test/rdoc/test_rdoc_options.rb || die
+
+   sed -i -e 's:_relative ": "./:' ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+all_ruby_compile() {
+   all_fakegem_compile
+
+   if use doc ; then
+   ruby -S exe/rdoc --force-output || die
+   rm -f doc/js/*.gz || die
+   fi
+}
+
+each_ruby_compile() {
+   LANG=C.UTF-8 ${RUBY} -S rake generate || die
+}
+
+all_ruby_install() {
+   all_fakegem_install
+
+   for bin in rdoc ri; do
+   ruby_fakegem_binwrapper $bin /usr/bin/$bin-2
+
+   for version in $(ruby_get_use_implementations); do
+   version=`echo ${version} | cut -c 5-`
+   if use ruby_targets_ruby${version}; then
+   ruby_fakegem_binwrapper $bin 

[gentoo-commits] repo/gentoo:master commit in: profiles/base/, media-video/chaplin/

2023-12-15 Thread Arthur Zamarin
commit: 37a1877140b31237235676c5d282e870359599ba
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 16 07:48:16 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 16 07:51:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37a18771

media-video/chaplin: remove IUSE=transcode

The dependency media-video/transcode was just tree-cleaned, and the
USE flag was masked so it became NOP. There was automagic dependency
find, so I think a revbump is a good idea, just in case.

Bug: https://bugs.gentoo.org/861311
Signed-off-by: Arthur Zamarin  gentoo.org>

 .../chaplin/{chaplin-1.10-r2.ebuild => chaplin-1.10-r3.ebuild}   | 5 ++---
 media-video/chaplin/metadata.xml | 3 ---
 profiles/base/package.use.mask   | 4 
 3 files changed, 2 insertions(+), 10 deletions(-)

diff --git a/media-video/chaplin/chaplin-1.10-r2.ebuild 
b/media-video/chaplin/chaplin-1.10-r3.ebuild
similarity index 87%
rename from media-video/chaplin/chaplin-1.10-r2.ebuild
rename to media-video/chaplin/chaplin-1.10-r3.ebuild
index 0e12d020955d..71fe08497412 100644
--- a/media-video/chaplin/chaplin-1.10-r2.ebuild
+++ b/media-video/chaplin/chaplin-1.10-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,13 +12,12 @@ SRC_URI="http://www.lallafa.de/bp/files/${P}.tgz;
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ppc x86"
-IUSE="transcode vcd"
+IUSE="vcd"
 
 DEPEND=">=media-libs/libdvdread-0.9.4"
 RDEPEND="${DEPEND}
virtual/imagemagick-tools
media-video/mjpegtools
-   transcode? ( media-video/transcode )
vcd? ( media-video/vcdimager )"
 
 S=${WORKDIR}/${PN}

diff --git a/media-video/chaplin/metadata.xml b/media-video/chaplin/metadata.xml
index 426c3d247e53..2f4f02782b47 100644
--- a/media-video/chaplin/metadata.xml
+++ b/media-video/chaplin/metadata.xml
@@ -4,7 +4,4 @@
   
 media-vi...@gentoo.org
   
-  
-Enable DVD ripping and transcoding
-  
 

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index fc1ef621d64c..02bf0ed78682 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -50,10 +50,6 @@ dev-haskell/scientific test
 dev-haskell/splitmix test
 dev-haskell/tasty-expected-failure test
 
-# Michał Górny  (2023-10-14)
-# media-video/transcode is masked for removal.
-media-video/chaplin transcode
-
 # Ionen Wolkens  (2023-10-10)
 # Broken with Qt6.6 and, given USE has no revdeps, simpler to just
 # mask for now to save desktop profile users (default bluetooth)



[gentoo-commits] repo/gentoo:master commit in: dev-java/apache-rat-tasks/, dev-java/apache-rat-tasks/files/, profiles/

2023-12-15 Thread Arthur Zamarin
commit: b477ffe74f2dd77f4c9fd681f25b13efcf80e3eb
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 16 07:37:56 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 16 07:51:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b477ffe7

dev-java/apache-rat-tasks: treeclean

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

 dev-java/apache-rat-tasks/Manifest |  1 -
 .../apache-rat-tasks/apache-rat-tasks-0.13.ebuild  | 71 --
 .../files/apache-rat-tasks-0.13-fix-tests.patch| 41 -
 dev-java/apache-rat-tasks/metadata.xml |  8 ---
 profiles/package.mask  |  5 --
 5 files changed, 126 deletions(-)

diff --git a/dev-java/apache-rat-tasks/Manifest 
b/dev-java/apache-rat-tasks/Manifest
deleted file mode 100644
index bb5c63616d58..
--- a/dev-java/apache-rat-tasks/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST apache-rat-0.13-src.tar.bz2 197443 BLAKE2B 
5880894bf48e62c97fefebe5672964a78016ba045ca6a13a9b100c1a15cf0a6933edc22c41cb3552f30ebea0486fd6b415f60902f0af7d96663611bfef1a1781
 SHA512 
564cb2b0f21c98ca5c10566417c0d2732cd177efb68607589e43bcf64eeedee7a570dbea7ef4d6237f6438ecb40d382cb96bd0d6f60c1d1ba1f76778f15ee26a

diff --git a/dev-java/apache-rat-tasks/apache-rat-tasks-0.13.ebuild 
b/dev-java/apache-rat-tasks/apache-rat-tasks-0.13.ebuild
deleted file mode 100644
index cdc925c1a2f0..
--- a/dev-java/apache-rat-tasks/apache-rat-tasks-0.13.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# Skeleton command:
-# java-ebuilder --generate-ebuild --workdir . --pom apache-rat-tasks/pom.xml 
--download-uri 
https://mirrors.nav.ro/apache//creadur/apache-rat-0.13/apache-rat-0.13-src.tar.bz2
 --slot 0 --keywords "~amd64 ~x86" --ebuild apache-rat-tasks-0.13.ebuild
-
-EAPI=7
-
-JAVA_PKG_IUSE="doc source test"
-MAVEN_ID="org.apache.rat:apache-rat-tasks:0.13"
-JAVA_TESTING_FRAMEWORKS="junit-4"
-
-inherit java-pkg-2 java-pkg-simple
-
-DESCRIPTION="A plugin for Apache Ant that runs Apache Rat to audit the source"
-HOMEPAGE="https://creadur.apache.org/rat/apache-rat-tasks/;
-SRC_URI="mirror://apache//creadur/apache-rat-${PV}/apache-rat-${PV}-src.tar.bz2"
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-# Common dependencies
-# POM: ${PN}/pom.xml
-# org.apache.rat:apache-rat-core:0.13 -> >=dev-java/apache-rat-core-0.13:0
-
-CDEPEND="
-   dev-java/ant-core:0
-   ~dev-java/apache-rat-core-${PV}:0
-"
-
-# Compile dependencies
-# POM: ${PN}/pom.xml
-# org.apache.ant:ant:1.9.12 -> !!!groupId-not-found!!!
-# POM: ${PN}/pom.xml
-# test? junit:junit:4.12 -> >=dev-java/junit-4.12:4
-# test? org.apache.ant:ant-antunit:1.4 -> !!!groupId-not-found!!!
-# test? org.apache.ant:ant-testutil:1.9.12 -> !!!groupId-not-found!!!
-
-DEPEND="
-   >=virtual/jdk-1.8:*
-   ${CDEPEND}
-   test? (
-   dev-java/ant-testutil:0
-   )"
-
-RDEPEND="
-   >=virtual/jre-1.8:*
-   ${CDEPEND}"
-
-S="${WORKDIR}/apache-rat-${PV}/${PN}"
-
-PATCHES=(
-   "${FILESDIR}/${P}-fix-tests.patch"
-)
-
-JAVA_GENTOO_CLASSPATH="ant-core,apache-rat-core"
-JAVA_SRC_DIR="src/main/java"
-JAVA_RESOURCE_DIRS=(
-   "src/main/resources"
-)
-
-JAVA_TEST_GENTOO_CLASSPATH="ant-testutil,junit-4"
-JAVA_TEST_SRC_DIR="src/test/java"
-JAVA_TEST_RESOURCE_DIRS=(
-   "src/test/resources"
-)
-
-src_prepare() {
-   default
-   java-utils-2_src_prepare
-}

diff --git 
a/dev-java/apache-rat-tasks/files/apache-rat-tasks-0.13-fix-tests.patch 
b/dev-java/apache-rat-tasks/files/apache-rat-tasks-0.13-fix-tests.patch
deleted file mode 100644
index 536b68371c3a..
--- a/dev-java/apache-rat-tasks/files/apache-rat-tasks-0.13-fix-tests.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-diff --git a/src/test/resources/antunit/report-junit.xml 
b/src/test/resources/antunit/report-junit.xml
-index 54b0c9c..d12fee4 100644
 a/src/test/resources/antunit/report-junit.xml
-+++ b/src/test/resources/antunit/report-junit.xml
-@@ -48,7 +48,7 @@
-   
- 
-   
--
-+
- 
-   
- 
-@@ -88,22 +88,22 @@
-   
- 
- 
--
-+
- 
--   
-+   
- 
-   
- 
-   
- 
--  
-+  
- 
-   
- 
-   
--
-+
- 
--  
-+  
- 
-   
- 

diff --git a/dev-java/apache-rat-tasks/metadata.xml 
b/dev-java/apache-rat-tasks/metadata.xml
deleted file mode 100644
index 6ef2d50cf07e..
--- a/dev-java/apache-rat-tasks/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-j...@gentoo.org
-Java
-  
-

diff --git a/profiles/package.mask b/profiles/package.mask
index d6333a348188..d8c6ad98ae69 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -249,11 +249,6 @@ dev-libs/libe
 dev-libs/libpo6
 dev-libs/libtreadstone
 
-# Volkmar W. Pogatzki  (2023-10-23)
-# Java libraries. No reverse 

[gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-burn/, media-plugins/vdr-burn/files/, profiles/

2023-12-15 Thread Arthur Zamarin
commit: 17f8807f52f4ff5aae5fef539c56e6045802adff
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 16 07:41:03 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 16 07:51:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17f8807f

media-plugins/vdr-burn: treeclean

Closes: https://bugs.gentoo.org/861311
Signed-off-by: Arthur Zamarin  gentoo.org>

 media-plugins/vdr-burn/Manifest|   2 -
 media-plugins/vdr-burn/files/confd |  26 -
 media-plugins/vdr-burn/files/rc-addon.sh   |  31 --
 ...-missing-include-for-function-setpriority.patch |  13 ---
 .../files/vdr-burn-0.2.2-r1_gentoo-path.diff   |  48 -
 .../vdr-burn/files/vdr-burn-0.2.2_makefile.diff|  16 ---
 .../vdr-burn/files/vdr-burn-0.2.2_setdefaults.diff |  32 --
 .../files/vdr-burn-0.3.0_dmh-archive.patch |  14 ---
 .../files/vdr-burn-0.3.0_gentoo-path.patch |  45 
 .../files/vdr-burn-0.3.0_setdefaults.patch |  32 --
 media-plugins/vdr-burn/metadata.xml|  11 --
 media-plugins/vdr-burn/vdr-burn-0.2.2-r2.ebuild| 117 -
 media-plugins/vdr-burn/vdr-burn-0.3.0-r2.ebuild| 105 --
 profiles/package.mask  |   1 -
 14 files changed, 493 deletions(-)

diff --git a/media-plugins/vdr-burn/Manifest b/media-plugins/vdr-burn/Manifest
deleted file mode 100644
index 601c4107e685..
--- a/media-plugins/vdr-burn/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST vdr-burn-0.2.2.tgz 253570 BLAKE2B 
ac31f5d056e5fc92a43f12d506b7d91fc2063cd32f4dc591dd3c71003a98d1dd117c1869c954ac32ff85efea56429473f11429738d4d475f52c46bab1788c05a
 SHA512 
06e490ff238f35122c2bcb7b2d98500a183409c8e855748609fa43dab661cd4ef5bf492cd17ccf5c7b9b26373cb994b3e35dd20edafccfa8bf186318c8fcc346
-DIST vdr-burn-0.3.0.tgz 469211 BLAKE2B 
e4448f40a058e6e51834966c8a8e6f407f8a2badaa1a5517a761a65d0087ef910445f8f35225c65335ac8407c1948fb7f35ed25c0fcf098addcfccfc9bf2b8df
 SHA512 
a2ffe264c4fb33807bcc37f69e969a61c6af5de320a4564595f1520593dddb90f62d380ab1266ca07f7f2cda8b10b45f3cff545e185dbe1b204e813d2f06ccda

diff --git a/media-plugins/vdr-burn/files/confd 
b/media-plugins/vdr-burn/files/confd
deleted file mode 100644
index 8dd940ba6e1d..
--- a/media-plugins/vdr-burn/files/confd
+++ /dev/null
@@ -1,26 +0,0 @@
-# Global config file for vdr burn plugin
-
-## Global config for vdr-burn #
-#
-# Restart of VDR is needed after some changes
-
-# Set way to your DVD Writer Drive
-#  allowed values: directory names
-#  default: /dev/dvd
-#
-#BURN_DVDWRITER="/dev/dvd"
-
-# Set your tmp DIR where the files will be converted
-# ! >= 10 Gb free Disc Space needed
-#  allowed values: directory names
-#  default: /var/vdr/video
-#
-#BURN_DATADIR="/var/vdr/video"
-
-# Way to your not burned iso files 
-#  allowed values: directory names
-#  default: /var/vdr/video/dvd-images
-#
-#BURN_ISODIR="/var/vdr/video/dvd-images" 
-
- 

diff --git a/media-plugins/vdr-burn/files/rc-addon.sh 
b/media-plugins/vdr-burn/files/rc-addon.sh
deleted file mode 100644
index 22764f5f7ca4..
--- a/media-plugins/vdr-burn/files/rc-addon.sh
+++ /dev/null
@@ -1,31 +0,0 @@
-#
-# rc-addon-script for plugin burn
-#
-# Joerg Bornkessel hd_bru...@gentoo.org
-
-. /etc/conf.d/vdr.burn
-
-: ${BURN_TMPDIR:=/tmp}
-: ${BURN_DATADIR:=/var/vdr/video}
-: ${BURN_DVDWRITER:=/dev/dvd}
-: ${BURN_ISODIR:=/var/vdr/video/dvd-images}
-
-# be shure BURN_ISODIR is available!
-make_isodir() {
-   if [ ! -e "${BURN_ISODIR}" ]; then
-   mkdir "${BURN_ISODIR}"
-   touch "${BURN_ISODIR}"/.keep.rc-burn
-   chown -R vdr:vdr "${BURN_ISODIR}"
-   fi
-}
-
-make_isodir
-
-plugin_pre_vdr_start() {
-
-  add_plugin_param "-t ${BURN_TMPDIR}"
-  add_plugin_param "-d ${BURN_DATADIR}"
-  add_plugin_param "-D ${BURN_DVDWRITER}"
-  add_plugin_param "-i ${BURN_ISODIR}"
-}
-

diff --git 
a/media-plugins/vdr-burn/files/vdr-burn-0.2.2-missing-include-for-function-setpriority.patch
 
b/media-plugins/vdr-burn/files/vdr-burn-0.2.2-missing-include-for-function-setpriority.patch
deleted file mode 100644
index 466c5672311c..
--- 
a/media-plugins/vdr-burn/files/vdr-burn-0.2.2-missing-include-for-function-setpriority.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-http://bugs.gentoo.org/425596
-
 proctools/process.cc
-+++ proctools/process.cc
-@@ -8,6 +8,8 @@
- #include 
- #include 
- #include 
-+#include 
-+#include 
- #include 
- 
- namespace proctools

diff --git a/media-plugins/vdr-burn/files/vdr-burn-0.2.2-r1_gentoo-path.diff 
b/media-plugins/vdr-burn/files/vdr-burn-0.2.2-r1_gentoo-path.diff
deleted file mode 100644
index cf1ab4ab628d..
--- a/media-plugins/vdr-burn/files/vdr-burn-0.2.2-r1_gentoo-path.diff
+++ /dev/null
@@ -1,48 +0,0 @@
-some path adaption to gentoo vdr
-use corefonts instead of ttf-bitstream-vera, 

[gentoo-commits] repo/gentoo:master commit in: profiles/, media-video/dvd9to5/

2023-12-15 Thread Arthur Zamarin
commit: 905c6e26661a8ca07a1c38f47b0ee0fa9592f09e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 16 07:41:26 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 16 07:51:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=905c6e26

media-video/dvd9to5: treeclean

Closes: https://bugs.gentoo.org/861311
Signed-off-by: Arthur Zamarin  gentoo.org>

 media-video/dvd9to5/Manifest |  1 -
 media-video/dvd9to5/dvd9to5-0.1.7.ebuild | 25 -
 media-video/dvd9to5/metadata.xml |  7 ---
 profiles/package.mask|  1 -
 4 files changed, 34 deletions(-)

diff --git a/media-video/dvd9to5/Manifest b/media-video/dvd9to5/Manifest
deleted file mode 100644
index 3a5ad4b1197e..
--- a/media-video/dvd9to5/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST dvd9to5-0.1.7.tar.bz2 11803 BLAKE2B 
33ce2e5490f6c1dc3bafb58d628d705fb6fd14c3322e7fd49fbc598852aeedf6fc942604457da3a2e41dd838c58bbedfcac70ff03c61c0ccf8fe926c187b90da
 SHA512 
5329ad810d181b62d3b57b48f21dc8114fb11806745ab611e1aac5980f3e732c740aaddf17de7ef6f23769c9da934e646c01e82c9aed3390b5a2f9ad704f5f84

diff --git a/media-video/dvd9to5/dvd9to5-0.1.7.ebuild 
b/media-video/dvd9to5/dvd9to5-0.1.7.ebuild
deleted file mode 100644
index 8286c3a01832..
--- a/media-video/dvd9to5/dvd9to5-0.1.7.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Perl script to backup the main feature of a DVD-9 on DVD-5"
-HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage;
-SRC_URI="http://bluray.beandog.org/dvd9to5/${P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-RDEPEND="
-   app-cdr/dvd+rw-tools
-   dev-lang/perl
-   >=media-video/dvdauthor-0.6.10
-   >=media-video/mjpegtools-1.6.2
-   >=media-video/transcode-0.6.11"
-
-src_install() {
-   dobin dvd9to5.pl
-   dodoc CHANGELOG README TODO dvd9to5.conf.example
-}

diff --git a/media-video/dvd9to5/metadata.xml b/media-video/dvd9to5/metadata.xml
deleted file mode 100644
index 716be526394b..
--- a/media-video/dvd9to5/metadata.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-
-   media-vi...@gentoo.org
-
-

diff --git a/profiles/package.mask b/profiles/package.mask
index 031d63b33b10..800991fd64d3 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -264,7 +264,6 @@ dev-perl/PathTools
 # a lot of downstream patches just to keep it working, and it's broken
 # again (ffmpeg-5 this time).  The mask includes revdeps.
 # Removal on 2023-11-13.  Bug #861311.
-media-video/dvd9to5
 media-video/dvdrip
 media-video/transcode
 



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

2023-12-15 Thread Arthur Zamarin
commit: 6f6f6868249fbb08766cc33bc229e527ec8ea297
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 16 07:43:09 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 16 07:51:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f6f6868

media-video/dvdrip: treeclean

Closes: https://bugs.gentoo.org/861311
Signed-off-by: Arthur Zamarin  gentoo.org>

 media-video/dvdrip/Manifest|  1 -
 media-video/dvdrip/dvdrip-0.98.11-r5.ebuild| 86 --
 .../dvdrip-0.98.11-r5-fix_parallel_make.patch  | 28 ---
 media-video/dvdrip/metadata.xml| 11 ---
 profiles/package.mask  |  1 -
 5 files changed, 127 deletions(-)

diff --git a/media-video/dvdrip/Manifest b/media-video/dvdrip/Manifest
deleted file mode 100644
index 46a6d819324c..
--- a/media-video/dvdrip/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST dvdrip-0.98.11.tar.gz 2075302 BLAKE2B 
875ea2d9ee679657b7bebce10ecf037a2467f7e61a8ae8f9417bbb93115368d439e1347b8e0f9c9aae88e8e6d0886ac7dc9b5650420618231550994cca0b65ff
 SHA512 
8bb2e4cb72666ac3f7d1953e02ac868070503f00b05ea39b4961f54042088d07abd4ef020a9cefec11e96e965d84dd95d00288e7562d92551f480ccba88b9dce

diff --git a/media-video/dvdrip/dvdrip-0.98.11-r5.ebuild 
b/media-video/dvdrip/dvdrip-0.98.11-r5.ebuild
deleted file mode 100644
index 7065ceb972ad..
--- a/media-video/dvdrip/dvdrip-0.98.11-r5.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit desktop flag-o-matic perl-module
-
-DESCRIPTION="dvd::rip is a graphical frontend for transcode"
-HOMEPAGE="https://www.exit1.org/dvdrip/;
-SRC_URI="https://www.exit1.org/dvdrip/dist/${P}.tar.gz;
-
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE="ffmpeg fping mplayer ogg subtitles vcd vorbis xine xvid"
-
-DEPEND=">=dev-perl/Event-ExecFlow-0.64
-   >=dev-perl/Event-RPC-0.89
-   dev-perl/Gtk2
-   >=dev-perl/gtk2-ex-formfactory-0.65
-   >=dev-perl/libintl-perl-1.16
-   >=media-video/transcode-1.1.0[dvd,jpeg,mp3,ogg,vorbis]
-   virtual/imagemagick-tools
-   >=virtual/perl-podlators-2.5.3
-"
-RDEPEND="${DEPEND}
-   x11-libs/gdk-pixbuf:2[jpeg]
-   x11-libs/gtk+:2
-   ffmpeg? ( media-video/ffmpeg:0 )
-   fping? ( >=net-analyzer/fping-2.2 )
-   mplayer? ( media-video/mplayer )
-   ogg? ( media-sound/ogmtools )
-   subtitles? ( media-video/subtitleripper )
-   vcd? (
-   media-video/transcode[mjpeg]
-   >=media-video/mjpegtools-1.6.0
-   )
-   vorbis? ( media-sound/vorbis-tools )
-   xine? ( media-video/xine-ui )
-   xvid? ( media-video/xvid4conf )
-   >=media-video/lsdvd-0.15
-"
-
-DOCS=( "Changes*" Credits README TODO )
-
-PATCHES=(
-   "${FILESDIR}"/${P}-r5-fix_parallel_make.patch
-)
-
-src_prepare() {
-   # bug #333739
-   sed -i -e 's:$(CC):$(CC) $(OTHERLDFLAGS):' src/Makefile || die
-
-   default
-
-   # Fix default device for >=udev-180, bug #224559
-   sed -i -e 's:/dev/dvd:/dev/cdrom:' lib/Video/DVDRip/Config.pm || die
-}
-
-src_configure() {
-   filter-flags -ftracer
-
-   # bug #255269
-   export SKIP_UNPACK_REQUIRED_MODULES=1
-
-   perl-module_src_configure
-}
-
-src_install() {
-   newicon lib/Video/DVDRip/icon.xpm dvdrip.xpm
-   make_desktop_entry dvdrip dvd::rip
-
-   perl-module_src_install
-}
-
-pkg_postinst() {
-   # bug #173924
-   if use fping; then
-   ewarn "For dvdrip-master to work correctly with cluster mode,"
-   ewarn "the fping binary must be setuid."
-   ewarn ""
-   ewarn "Run this command to fix it:"
-   ewarn "chmod u=rwsx,g=rx,o=rx ${EROOT}/usr/sbin/fping"
-   ewarn ""
-   ewarn "Note that this is a security risk when enabled."
-   fi
-}

diff --git a/media-video/dvdrip/files/dvdrip-0.98.11-r5-fix_parallel_make.patch 
b/media-video/dvdrip/files/dvdrip-0.98.11-r5-fix_parallel_make.patch
deleted file mode 100644
index ded1f69cd28b..
--- a/media-video/dvdrip/files/dvdrip-0.98.11-r5-fix_parallel_make.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-http://bugs.gentoo.org/266739
-
 a/src/Makefile
-+++ b/src/Makefile
-@@ -3,10 +3,10 @@
- all:  ../bin/dvdrip-splitpipe ../bin/dvdrip-progress
- 
- ../bin/dvdrip-splitpipe:  dvdrip-splitpipe.c
--  $(CC) $(OTHERLDFLAGS) $(CFLAGS) -o dvdrip-splitpipe dvdrip-splitpipe.c 
&& mv dvdrip-splitpipe ../bin
-+  $(CC) $(OTHERLDFLAGS) $(CFLAGS) -o ../bin/dvdrip-splitpipe 
dvdrip-splitpipe.c
- 
- ../bin/dvdrip-progress:   dvdrip-progress.c
--  $(CC) $(OTHERLDFLAGS) $(CFLAGS) -o dvdrip-progress dvdrip-progress.c && 
mv dvdrip-progress ../bin
-+  $(CC) $(OTHERLDFLAGS) $(CFLAGS) -o ../bin/dvdrip-progress 
dvdrip-progress.c
- 
- clean:
-   rm -f dvdrip-splitpipe 

[gentoo-commits] repo/gentoo:master commit in: media-video/transcode/, profiles/arch/base/, profiles/, profiles/arch/x86/, ...

2023-12-15 Thread Arthur Zamarin
commit: 8e19f5dd936474af46c2896a378e656c58a3a10a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 16 07:46:01 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 16 07:51:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e19f5dd

media-video/transcode: treeclean

Closes: https://bugs.gentoo.org/861311
Signed-off-by: Arthur Zamarin  gentoo.org>

 media-video/transcode/Manifest |   3 -
 .../files/transcode-1.1.7-gcc10-fno-common.patch   |  48 ---
 .../files/transcode-1.1.7-glibc-2.32.patch |  58 
 .../files/transcode-1.1.7-swresample.patch |  23 
 media-video/transcode/metadata.xml |  16 ---
 media-video/transcode/transcode-1.1.7-r6.ebuild| 149 -
 profiles/arch/arm64/package.use.mask   |   1 -
 profiles/arch/base/package.use.mask|   4 -
 profiles/arch/x86/package.use.mask |   4 -
 profiles/package.mask  |   7 -
 10 files changed, 313 deletions(-)

diff --git a/media-video/transcode/Manifest b/media-video/transcode/Manifest
deleted file mode 100644
index 8cf471df29b3..
--- a/media-video/transcode/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST transcode-1.1.7-ffmpeg4.patch.xz 4880 BLAKE2B 
92bf63ba3f9cb69aff3cdc0f7250da0452f8bc0977010d024bbd8bbf9f66b86fb31e819ec3d1069e9176fdb58cba6ec510b866ddc44a65fd252f175cc567807a
 SHA512 
8c44fd1b78dbbafbbef090d6115bbe086605f1d5b5286eba83d9c7c0d5457af286cb5d61ab6d260380694b6b3636f751709476915dcab5cc3109dc868785f424
-DIST transcode-1.1.7-patchset.tar.bz2 16379 BLAKE2B 
fbdc188bffeb8751814abfa7e119a1053e482f194bc1b87a721c48e2b66e107df146d38b3ea11a88d066c49d8862489b88b74f61fa36ce3f8a1a782da3762615
 SHA512 
bedc82aa4fbc17774e34d8fc24799d70b8460c6c1dd728549bcaa5c387492f56e520674fdf8bb976c0b5fcc9ccefb765f2ee26816e0d2b96a83402a21cee3f6d
-DIST transcode-1.1.7.tar.bz2 2183627 BLAKE2B 
25001d4cae83d86e5295917bcd9e2e77dd61637e238394a2d603398baf810201dc61d8b0de5b54a7b8848ac3bcef5fb211e8f2b43ed7da4e56e335b8d4d2fbe1
 SHA512 
d6f9674f3f5c3346194120585741ca660eb9ee133085cfce9460a14eaa0cf16fdf291761bd1db78e1c784e4d69a9481c7470cf8357dc7638ee3017620500f45f

diff --git a/media-video/transcode/files/transcode-1.1.7-gcc10-fno-common.patch 
b/media-video/transcode/files/transcode-1.1.7-gcc10-fno-common.patch
deleted file mode 100644
index fcee415deee1..
--- a/media-video/transcode/files/transcode-1.1.7-gcc10-fno-common.patch
+++ /dev/null
@@ -1,48 +0,0 @@
 a/import/demux_pass.c
-+++ b/import/demux_pass.c
-@@ -32,8 +32,6 @@
- #include "packets.h"
- 
- 
--int gop, gop_pts, gop_cnt;
--
- /* if you listen carefully, then you can hear the desesperate
-  * whisper of this code calling for a rewrite. Or for a redesign.
-  * Or both. --  FR
 a/import/extract_ac3.c
-+++ b/import/extract_ac3.c
-@@ -334,7 +334,6 @@
- FILE *fd;
- 
- #define MAX_BUF 4096
--char audio[MAX_BUF];
- 
- 
- /* from ac3scan.c */
-@@ -472,6 +471,8 @@
- void extract_ac3(info_t *ipipe)
- {
- 
-+char audio[MAX_BUF];
-+
- int error=0;
- 
- avi_t *avifile;
 a/import/extract_mp3.c
-+++ b/import/extract_mp3.c
-@@ -243,7 +243,6 @@
- }
- 
- #define MAX_BUF 4096
--char audio[MAX_BUF];
- 
- /* 
-  *
-@@ -258,6 +257,7 @@
- 
- void extract_mp3(info_t *ipipe)
- {
-+char audio[MAX_BUF];
- 
- int error=0;
- 

diff --git a/media-video/transcode/files/transcode-1.1.7-glibc-2.32.patch 
b/media-video/transcode/files/transcode-1.1.7-glibc-2.32.patch
deleted file mode 100644
index 12ef638d0263..
--- a/media-video/transcode/files/transcode-1.1.7-glibc-2.32.patch
+++ /dev/null
@@ -1,58 +0,0 @@
 a/import/v4l/import_v4l2.c 2020-08-28 08:28:44.311434934 +
-+++ b/import/v4l/import_v4l2.c 2020-08-28 08:41:19.279323984 +
-@@ -455,7 +455,7 @@
- tc_log_warn(MOD_NAME,
- "driver does not support cropping"
- "(ioctl(VIDIOC_CROPCAP) returns \"%s\"), disabled",
--errno <= sys_nerr ? sys_errlist[errno] : "unknown");
-+strerror(errno));
- return TC_ERROR;
- }
- if (verbose_flag > TC_INFO) {
-@@ -485,7 +485,7 @@
- tc_log_warn(MOD_NAME,
- "driver does not support inquiring cropping"
- " parameters (ioctl(VIDIOC_G_CROP) returns \"%s\")",
--errno <= sys_nerr ? sys_errlist[errno] : "unknown");
-+strerror(errno));
- return -1;
- }
- 
-@@ -513,7 +513,7 @@
- tc_log_warn(MOD_NAME,
- "driver does not support inquering cropping"
- " parameters (ioctl(VIDIOC_G_CROP) returns \"%s\")",
--errno <= sys_nerr ? sys_errlist[errno] : "unknown");
-+strerror(errno));
- return -1;
- }
- if 

[gentoo-commits] repo/gentoo:master commit in: app-cdr/dvdshrink/, profiles/, app-cdr/dvdshrink/files/

2023-12-15 Thread Arthur Zamarin
commit: 56b348555b5c3ac5731d98919d2147c52f607390
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 16 07:39:14 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 16 07:51:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56b34855

app-cdr/dvdshrink: treeclean

Closes: https://bugs.gentoo.org/861311
Signed-off-by: Arthur Zamarin  gentoo.org>

 app-cdr/dvdshrink/Manifest |  1 -
 app-cdr/dvdshrink/dvdshrink-2.6.1_p10-r1.ebuild| 42 --
 .../files/dvdshrink-2.6.1_p10-fix-paths.patch  | 22 
 app-cdr/dvdshrink/metadata.xml | 11 --
 profiles/package.mask  |  1 -
 5 files changed, 77 deletions(-)

diff --git a/app-cdr/dvdshrink/Manifest b/app-cdr/dvdshrink/Manifest
deleted file mode 100644
index bec3a265f2b8..
--- a/app-cdr/dvdshrink/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST dvdshrink-2.6.1-10mdk.tar.gz 1087571 BLAKE2B 
a45427483b5519ee7abbc787e7afea2f9edcb49f8f6a15843184e7c62e51f7ebb18ad1db35ea695004eda9763dfc9b2a5522b7b4c279a2b63a71b96d091ffe37
 SHA512 
6766f95bd2bb29ef0877d9b22bc45eb2c508ad2d1a7bb99f84b3f858987fc098a696f15f953efe006bf9556a73f6aa0e6247afcdf8e4c5dad826ddba97f02c06

diff --git a/app-cdr/dvdshrink/dvdshrink-2.6.1_p10-r1.ebuild 
b/app-cdr/dvdshrink/dvdshrink-2.6.1_p10-r1.ebuild
deleted file mode 100644
index 9e0f209477f0..
--- a/app-cdr/dvdshrink/dvdshrink-2.6.1_p10-r1.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
-
-inherit desktop
-
-DESCRIPTION="Scriptable DVD copy software"
-HOMEPAGE="https://dvdshrink.sourceforge.net;
-SRC_URI="mirror://sourceforge/${PN}/${P/_p/-}mdk.tar.gz"
-S="${WORKDIR}/${PN}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="gtk"
-
-RDEPEND="
-   app-cdr/cdrtools
-   >=app-cdr/dvd+rw-tools-6.1
-   >=app-text/gocr-0.40
-   >=media-video/dvdauthor-0.6.11
-   >=media-video/mjpegtools-1.8.0-r1
-   >=media-video/subtitleripper-0.3.4-r1
-   >=media-video/transcode-1.0.2-r2[dvd]
-   gtk? ( >=dev-perl/Gtk2-1.104 )"
-
-PATCHES=( "${FILESDIR}"/${PN}-2.6.1_p10-fix-paths.patch )
-
-src_install() {
-   dobin usr/bin/{batchrip.sh,dvds{functions,hrink}}
-
-   use gtk && dobin usr/bin/xdvdshrink.pl
-
-   insinto /usr/share
-   doins -r usr/share/applications/dvdshrink
-
-   dodoc usr/share/doc/dvdshrink/{batchrip.txt,example.xml,README.txt}
-
-   doicon usr/share/icons/{batchrip.xpm,dvdshrink.xpm}
-   use gtk && make_desktop_entry xdvdshrink.pl xDVDShrink ${PN} AudioVideo
-}

diff --git a/app-cdr/dvdshrink/files/dvdshrink-2.6.1_p10-fix-paths.patch 
b/app-cdr/dvdshrink/files/dvdshrink-2.6.1_p10-fix-paths.patch
deleted file mode 100644
index 8acbb70073e0..
--- a/app-cdr/dvdshrink/files/dvdshrink-2.6.1_p10-fix-paths.patch
+++ /dev/null
@@ -1,22 +0,0 @@
 a/usr/bin/dvdsfunctions
-+++ b/usr/bin/dvdsfunctions
-@@ -1933,7 +1933,7 @@
-if ! ((`ps -C xdvdshrink.pl > /dev/null 2>&1`)); then GUI=1; fi
-SAVEISO=0# Save an ISO along with the burn(s)
- 
--   APPDIR=/usr/share/applications/dvdshrink
-+   APPDIR=/usr/share/dvdshrink
- }
- 
- # Build a minimal but usable XML file for 'dvdauthor'
 a/usr/bin/xdvdshrink.pl
-+++ b/usr/bin/xdvdshrink.pl
-@@ -22,7 +22,7 @@
- 
- my $login   =  getlogin || getpwuid($<); # Userid of current user
- my $homedir = "/home/" . $login; # Home dir of current user
--my $app_dir = "/usr/share/applications/dvdshrink";
-+my $app_dir = "/usr/share/dvdshrink";
- my $false   = 0;# A 'false'
- my $true= 1;# A 'true'
- my $srunning= 0;# Is the bash script running

diff --git a/app-cdr/dvdshrink/metadata.xml b/app-cdr/dvdshrink/metadata.xml
deleted file mode 100644
index 70683941b6ed..
--- a/app-cdr/dvdshrink/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   
-   XDVDShrink is a project in BASH and Perl-Gtk2 that allows you 
to create fair-use archival copies of DVD content on single-layer writable DVDs.
-   
-   
-   dvdshrink
-   
-

diff --git a/profiles/package.mask b/profiles/package.mask
index d8c6ad98ae69..98586a37ef8c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -264,7 +264,6 @@ dev-perl/PathTools
 # a lot of downstream patches just to keep it working, and it's broken
 # again (ffmpeg-5 this time).  The mask includes revdeps.
 # Removal on 2023-11-13.  Bug #861311.
-app-cdr/dvdshrink
 media-plugins/vdr-burn
 media-plugins/vdr-burn-templates
 media-video/dvd9to5



[gentoo-commits] repo/gentoo:master commit in: profiles/, media-plugins/vdr-burn-templates/

2023-12-15 Thread Arthur Zamarin
commit: f9607f6defaaf49234831a456e2b36473ad99c72
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 16 07:40:11 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 16 07:51:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9607f6d

media-plugins/vdr-burn-templates: treeclean

Closes: https://bugs.gentoo.org/861311
Signed-off-by: Arthur Zamarin  gentoo.org>

 media-plugins/vdr-burn-templates/Manifest  |  1 -
 media-plugins/vdr-burn-templates/metadata.xml  |  8 
 .../vdr-burn-templates-0.0.3.ebuild| 24 --
 profiles/package.mask  |  1 -
 4 files changed, 34 deletions(-)

diff --git a/media-plugins/vdr-burn-templates/Manifest 
b/media-plugins/vdr-burn-templates/Manifest
deleted file mode 100644
index 2efc5f291a31..
--- a/media-plugins/vdr-burn-templates/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST vdr-burn-templates-0.0.3.tar.gz 27331854 BLAKE2B 
ed6bc29f6884b78200608d0baf6f6f66538dd552bb0ad8b4c67f3881db889f0a5d685c3c76ef7110b0580a7d4290ad2a4e98d0f3161fda9975b7be9267e5f427
 SHA512 
c4719227f20cbe4cfe352ae954816e8463f8fc9448f68761b4609fc903b0d3440e532065acade9792e11fdb404b3da11bf05f49d282dd9174dd7fd979b4cfa46

diff --git a/media-plugins/vdr-burn-templates/metadata.xml 
b/media-plugins/vdr-burn-templates/metadata.xml
deleted file mode 100644
index 2b167a7461de..
--- a/media-plugins/vdr-burn-templates/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   v...@gentoo.org
-   Gentoo VDR Project
-   
-

diff --git a/media-plugins/vdr-burn-templates/vdr-burn-templates-0.0.3.ebuild 
b/media-plugins/vdr-burn-templates/vdr-burn-templates-0.0.3.ebuild
deleted file mode 100644
index a37bb9f70ba9..
--- a/media-plugins/vdr-burn-templates/vdr-burn-templates-0.0.3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="DVD-themes (background and menu) for vdr-burn"
-HOMEPAGE="http://www.vdr-wiki.de/wiki/index.php/Vorlagen_(burn-plugin)"
-SRC_URI="http://vdr.websitec.de/download/${PN}/${P}.tar.gz;
-
-LICENSE="FDL-1.2" # only
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=media-plugins/vdr-burn-0.0.9-r2"
-
-S="${WORKDIR}/templates"
-
-src_install() {
-
-   insinto /usr/share/vdr/burn
-   insopts -m0644 -ovdr -gvdr
-   doins "${S}"/*.png
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 98586a37ef8c..f09558160142 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -265,7 +265,6 @@ dev-perl/PathTools
 # again (ffmpeg-5 this time).  The mask includes revdeps.
 # Removal on 2023-11-13.  Bug #861311.
 media-plugins/vdr-burn
-media-plugins/vdr-burn-templates
 media-video/dvd9to5
 media-video/dvdrip
 media-video/transcode



[gentoo-commits] repo/gentoo:master commit in: dev-java/apache-rat-core/files/, dev-java/apache-rat-core/, profiles/

2023-12-15 Thread Arthur Zamarin
commit: c640066d190a3304ad7f52a7762f76a8dc42e0fb
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 16 07:37:26 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 16 07:51:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c640066d

dev-java/apache-rat-core: treeclean

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

 dev-java/apache-rat-core/Manifest  |  1 -
 .../apache-rat-core/apache-rat-core-0.13.ebuild| 69 --
 .../files/apache-rat-core-0.13-commons-lang3.patch | 39 
 dev-java/apache-rat-core/metadata.xml  |  8 ---
 profiles/package.mask  |  1 -
 5 files changed, 118 deletions(-)

diff --git a/dev-java/apache-rat-core/Manifest 
b/dev-java/apache-rat-core/Manifest
deleted file mode 100644
index bb5c63616d58..
--- a/dev-java/apache-rat-core/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST apache-rat-0.13-src.tar.bz2 197443 BLAKE2B 
5880894bf48e62c97fefebe5672964a78016ba045ca6a13a9b100c1a15cf0a6933edc22c41cb3552f30ebea0486fd6b415f60902f0af7d96663611bfef1a1781
 SHA512 
564cb2b0f21c98ca5c10566417c0d2732cd177efb68607589e43bcf64eeedee7a570dbea7ef4d6237f6438ecb40d382cb96bd0d6f60c1d1ba1f76778f15ee26a

diff --git a/dev-java/apache-rat-core/apache-rat-core-0.13.ebuild 
b/dev-java/apache-rat-core/apache-rat-core-0.13.ebuild
deleted file mode 100644
index 5e26db26f1a7..
--- a/dev-java/apache-rat-core/apache-rat-core-0.13.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# Skeleton command:
-# java-ebuilder --generate-ebuild --workdir . --pom apache-rat-core/pom.xml 
--download-uri 
https://mirrors.nav.ro/apache//creadur/apache-rat-0.13/apache-rat-0.13-src.tar.bz2
 --slot 0 --keywords "~amd64 ~x86" --ebuild apache-rat-core-0.13.ebuild
-
-EAPI=7
-
-JAVA_PKG_IUSE="doc source test"
-MAVEN_ID="org.apache.rat:apache-rat-core:0.13"
-JAVA_TESTING_FRAMEWORKS="junit-4"
-
-inherit java-pkg-2 java-pkg-simple
-
-DESCRIPTION="The core functionality, shared by the Ant tasks and the Maven 
plugin"
-HOMEPAGE="https://creadur.apache.org/rat/apache-rat-core/;
-SRC_URI="mirror://apache//creadur/apache-rat-${PV}/apache-rat-${PV}-src.tar.bz2"
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-# Common dependencies
-# POM: ${PN}/pom.xml
-# commons-cli:commons-cli:1.3.1 -> >=dev-java/commons-cli-1.3.1:1
-# commons-collections:commons-collections:3.2.2 -> 
!!!suitble-mavenVersion-not-found!!!
-# commons-io:commons-io:2.2 -> >=dev-java/commons-io-2.8.0:1
-# commons-lang:commons-lang:2.6 -> >=dev-java/commons-lang-2.6:2.1
-# org.apache.commons:commons-compress:1.11 -> 
>=dev-java/commons-compress-1.20:0
-# org.apache.rat:apache-rat-api:0.13 -> >=dev-java/apache-rat-api-0.13:0
-
-CDEPEND="
-   >=dev-java/commons-cli-1.3.1:1
-   >=dev-java/commons-compress-1.20:0
-   dev-java/commons-collections:0
-   >=dev-java/commons-io-2.8.0:1
-   dev-java/commons-lang:3.6
-"
-
-DEPEND="
-   >=virtual/jdk-1.8:*
-   ${CDEPEND}
-"
-
-RDEPEND="
-   >=virtual/jre-1.8:*
-   ${CDEPEND}"
-
-S="${WORKDIR}/apache-rat-${PV}/${PN}"
-
-PATCHES=(
-   "${FILESDIR}/${P}-commons-lang3.patch"
-)
-
-JAVA_GENTOO_CLASSPATH="commons-cli-1,commons-collections,commons-io-1,commons-lang-3.6,commons-compress"
-JAVA_SRC_DIR="src/main/java"
-JAVA_RESOURCE_DIRS=(
-   "src/main/resources"
-)
-
-JAVA_TEST_GENTOO_CLASSPATH="junit-4"
-JAVA_TEST_SRC_DIR="src/test/java"
-JAVA_TEST_RESOURCE_DIRS=(
-   "src/test/resources"
-)
-
-src_prepare() {
-   default
-   java-utils-2_src_prepare
-}

diff --git 
a/dev-java/apache-rat-core/files/apache-rat-core-0.13-commons-lang3.patch 
b/dev-java/apache-rat-core/files/apache-rat-core-0.13-commons-lang3.patch
deleted file mode 100644
index 77a90207cbcf..
--- a/dev-java/apache-rat-core/files/apache-rat-core-0.13-commons-lang3.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-diff --git a/src/main/java/org/apache/rat/Report.java 
b/src/main/java/org/apache/rat/Report.java
-index de4a2e7..ecb8ddf 100644
 a/src/main/java/org/apache/rat/Report.java
-+++ b/src/main/java/org/apache/rat/Report.java
-@@ -21,7 +21,7 @@ package org.apache.rat;
- import org.apache.commons.cli.*;
- import org.apache.commons.io.FileUtils;
- import org.apache.commons.io.filefilter.*;
--import org.apache.commons.lang.StringUtils;
-+import org.apache.commons.lang3.StringUtils;
- import org.apache.rat.api.RatException;
- import org.apache.rat.report.IReportable;
- import org.apache.rat.report.RatReport;
-diff --git 
a/src/main/java/org/apache/rat/document/impl/guesser/GuessUtils.java 
b/src/main/java/org/apache/rat/document/impl/guesser/GuessUtils.java
-index d56a672..d6b7f4d 100644
 a/src/main/java/org/apache/rat/document/impl/guesser/GuessUtils.java
-+++ b/src/main/java/org/apache/rat/document/impl/guesser/GuessUtils.java
-@@ -20,7 +20,7 @@ package 

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

2023-12-15 Thread Joonas Niilola
commit: 4080b4daef23a6005d26c1dc7e220aa69c5252c8
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sat Dec 16 07:44:53 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Dec 16 07:45:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4080b4da

app-arch/patool: Stabilize 1.15.0 amd64, #920058

Signed-off-by: Joonas Niilola  gentoo.org>

 app-arch/patool/patool-1.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/patool/patool-1.15.0.ebuild 
b/app-arch/patool/patool-1.15.0.ebuild
index 8c964643291a..db61d6d2c111 100644
--- a/app-arch/patool/patool-1.15.0.ebuild
+++ b/app-arch/patool/patool-1.15.0.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://wummel.github.io/patool/;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 BDEPEND="
test? (



[gentoo-commits] repo/gentoo:master commit in: app-shells/zsh/files/, app-shells/zsh/

2023-12-15 Thread Sam James
commit: 24e0dd5fff14aee16dab340be37fd345b804c0c4
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 16 07:40:31 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 16 07:44:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24e0dd5f

app-shells/zsh: fix modern C configure issue, fix relro plugin issue

* Fix configure issue with stricter C compilers which leads to build failure 
later
  on in the build
* Fix plugin use w/ relro

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

 app-shells/zsh/files/zsh-5.9-c99.patch   |  45 ++
 app-shells/zsh/files/zsh-5.9-relro.patch |  71 +
 app-shells/zsh/zsh-5.9-r5.ebuild | 245 +++
 3 files changed, 361 insertions(+)

diff --git a/app-shells/zsh/files/zsh-5.9-c99.patch 
b/app-shells/zsh/files/zsh-5.9-c99.patch
new file mode 100644
index ..fad71a6a6c2b
--- /dev/null
+++ b/app-shells/zsh/files/zsh-5.9-c99.patch
@@ -0,0 +1,45 @@
+https://github.com/zsh-users/zsh/commit/4c89849c98172c951a9def3690e8647dae76308f
+https://bugs.gentoo.org/919001
+
+Avoid incompatible pointer types in terminfo global variable checks.
+Some compilers reject these incompatible pointer types, causing the
+checks to always fail, when these variables are in fact available.
+
+Submitted upstream: 
+
+--- a/configure.ac
 b/configure.ac
+@@ -1769,27 +1769,27 @@ if test x$zsh_cv_path_term_header != xnone; then
+   fi
+ 
+   AC_MSG_CHECKING(if boolcodes is available)
+-  AC_LINK_IFELSE([AC_LANG_PROGRAM([[$term_includes]], [[char **test = 
boolcodes; puts(*test);]])],[AC_DEFINE(HAVE_BOOLCODES) 
boolcodes=yes],[boolcodes=no])
++  AC_LINK_IFELSE([AC_LANG_PROGRAM([[$term_includes]], [[char **test = (char 
**)boolcodes; puts(*test);]])],[AC_DEFINE(HAVE_BOOLCODES) 
boolcodes=yes],[boolcodes=no])
+   AC_MSG_RESULT($boolcodes)
+ 
+   AC_MSG_CHECKING(if numcodes is available)
+-  AC_LINK_IFELSE([AC_LANG_PROGRAM([[$term_includes]], [[char **test = 
numcodes; puts(*test);]])],[AC_DEFINE(HAVE_NUMCODES) 
numcodes=yes],[numcodes=no])
++  AC_LINK_IFELSE([AC_LANG_PROGRAM([[$term_includes]], [[char **test = (char 
**)numcodes; puts(*test);]])],[AC_DEFINE(HAVE_NUMCODES) 
numcodes=yes],[numcodes=no])
+   AC_MSG_RESULT($numcodes)
+ 
+   AC_MSG_CHECKING(if strcodes is available)
+-  AC_LINK_IFELSE([AC_LANG_PROGRAM([[$term_includes]], [[char **test = 
strcodes; puts(*test);]])],[AC_DEFINE(HAVE_STRCODES) 
strcodes=yes],[strcodes=no])
++  AC_LINK_IFELSE([AC_LANG_PROGRAM([[$term_includes]], [[char **test = (char 
**)strcodes; puts(*test);]])],[AC_DEFINE(HAVE_STRCODES) 
strcodes=yes],[strcodes=no])
+   AC_MSG_RESULT($strcodes)
+ 
+   AC_MSG_CHECKING(if boolnames is available)
+-  AC_LINK_IFELSE([AC_LANG_PROGRAM([[$term_includes]], [[char **test = 
boolnames; puts(*test);]])],[AC_DEFINE(HAVE_BOOLNAMES) 
boolnames=yes],[boolnames=no])
++  AC_LINK_IFELSE([AC_LANG_PROGRAM([[$term_includes]], [[char **test = (char 
**)boolnames; puts(*test);]])],[AC_DEFINE(HAVE_BOOLNAMES) 
boolnames=yes],[boolnames=no])
+   AC_MSG_RESULT($boolnames)
+ 
+   AC_MSG_CHECKING(if numnames is available)
+-  AC_LINK_IFELSE([AC_LANG_PROGRAM([[$term_includes]], [[char **test = 
numnames; puts(*test);]])],[AC_DEFINE(HAVE_NUMNAMES) 
numnames=yes],[numnames=no])
++  AC_LINK_IFELSE([AC_LANG_PROGRAM([[$term_includes]], [[char **test = (char 
**)numnames; puts(*test);]])],[AC_DEFINE(HAVE_NUMNAMES) 
numnames=yes],[numnames=no])
+   AC_MSG_RESULT($numnames)
+ 
+   AC_MSG_CHECKING(if strnames is available)
+-  AC_LINK_IFELSE([AC_LANG_PROGRAM([[$term_includes]], [[char **test = 
strnames; puts(*test);]])],[AC_DEFINE(HAVE_STRNAMES) 
strnames=yes],[strnames=no])
++  AC_LINK_IFELSE([AC_LANG_PROGRAM([[$term_includes]], [[char **test = (char 
**)strnames; puts(*test);]])],[AC_DEFINE(HAVE_STRNAMES) 
strnames=yes],[strnames=no])
+   AC_MSG_RESULT($strnames)
+ 
+   dnl There are apparently defective terminal library headers on some

diff --git a/app-shells/zsh/files/zsh-5.9-relro.patch 
b/app-shells/zsh/files/zsh-5.9-relro.patch
new file mode 100644
index ..7475c7cb85a6
--- /dev/null
+++ b/app-shells/zsh/files/zsh-5.9-relro.patch
@@ -0,0 +1,71 @@
+https://src.fedoraproject.org/rpms/zsh/blob/rawhide/f/0003-zsh-fix-module-loading-problem-with-full-RELRO.patch
+https://github.com/zsh-users/zsh/commit/a84fdd7c8f77935ecce99ff2b0bdba738821ed79
+
+From a84fdd7c8f77935ecce99ff2b0bdba738821ed79 Mon Sep 17 00:00:00 2001
+From: Jun-ichi Takimoto 
+Date: Mon, 26 Jun 2023 17:13:04 +0900
+Subject: [PATCH] 51889: fix module loading problem with full RELRO
+
+If full RELRO (relocation read-only, one of the security enhancement
+methods for ELF-based systems) is used when building zsh (as in binary
+packages of most Linuxes), loading a module (e.g. zsh/zftp) fails unless
+all the modules it depends on are already loaded. With this patch the
+necessary modules are automatically loaded.
+

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

2023-12-15 Thread Sam James
commit: b1ed0fffd5e67f6bb7ef925ebb8668575f69b68e
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 16 07:44:16 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 16 07:44:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1ed0fff

dev-libs/libatomic_ops: add 7.8.2

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

 dev-libs/libatomic_ops/Manifest   |  1 +
 dev-libs/libatomic_ops/libatomic_ops-7.8.2.ebuild | 25 +++
 2 files changed, 26 insertions(+)

diff --git a/dev-libs/libatomic_ops/Manifest b/dev-libs/libatomic_ops/Manifest
index f86921143643..f0d7150ae719 100644
--- a/dev-libs/libatomic_ops/Manifest
+++ b/dev-libs/libatomic_ops/Manifest
@@ -1 +1,2 @@
 DIST libatomic_ops-7.8.0.tar.gz 526300 BLAKE2B 
3b2545c8eac8d1fcc75f5431a3f1ce1f3976c6a3e0af94779b90c9f36f0b833c66e74e596072901fbb49465d6d2b24ecf4d232c91bdc3dddc51df042ee69f49e
 SHA512 
b0d2b3c6f8672d599e05087688e7793a3c648c1728f48b27bffecc95b70afd5921ed36ec016985b2e22b82de7b7013bf5ebbb8b434a736d3fd680310b7af903d
+DIST libatomic_ops-7.8.2.tar.gz 524637 BLAKE2B 
1faaedc52106b9d240085beb364a257de28ba5dba4141d2b6a7660a93c59ed7b4e1371ea4a8212b32a11805a15992c7b5ba4e748b2d194e8cc06fe20d91d5e14
 SHA512 
0559087c99b941990f189ea4ed5b3b371faf086bc1d517da6b878ba609c200eef24358768fd4361900101cdb474e28cea8408eb0b0222d23ef3154ce77f6acc0

diff --git a/dev-libs/libatomic_ops/libatomic_ops-7.8.2.ebuild 
b/dev-libs/libatomic_ops/libatomic_ops-7.8.2.ebuild
new file mode 100644
index ..a429d2806423
--- /dev/null
+++ b/dev-libs/libatomic_ops/libatomic_ops-7.8.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit multilib-minimal
+
+DESCRIPTION="Implementation for atomic memory update operations"
+HOMEPAGE="https://github.com/ivmai/libatomic_ops;
+SRC_URI="https://github.com/ivmai/libatomic_ops/releases/download/v${PV}/${P}.tar.gz;
+
+# See doc/LICENSING.txt
+LICENSE="MIT boehm-gc GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+
+multilib_src_configure() {
+   ECONF_SOURCE="${S}" econf --enable-shared
+}
+
+multilib_src_install() {
+   default
+
+   find "${ED}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/boehm-gc/, dev-libs/boehm-gc/files/

2023-12-15 Thread Sam James
commit: 668fdf70fb0c90001d611e5399d32b83dd03b976
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 16 07:41:22 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 16 07:44:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=668fdf70

dev-libs/boehm-gc: drop 8.0.6, 8.0.8, 8.2.2-r1

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

 dev-libs/boehm-gc/Manifest |  3 --
 dev-libs/boehm-gc/boehm-gc-8.0.6.ebuild| 53 --
 dev-libs/boehm-gc/boehm-gc-8.0.8.ebuild| 54 ---
 dev-libs/boehm-gc/boehm-gc-8.2.2-r1.ebuild | 63 --
 .../files/boehm-gc-8.2.2-clang-15-configure.patch  | 43 ---
 5 files changed, 216 deletions(-)

diff --git a/dev-libs/boehm-gc/Manifest b/dev-libs/boehm-gc/Manifest
index 51568a81cabe..1b8f14d97c50 100644
--- a/dev-libs/boehm-gc/Manifest
+++ b/dev-libs/boehm-gc/Manifest
@@ -1,4 +1 @@
-DIST gc-8.0.6.tar.gz 1168660 BLAKE2B 
c23cb10db54db0e8b16c429e039791086dfec4216ad65fabf072bc0f05df66364d019fccf945bffc32ce12868edfbaf6d9482acb2949d1e233bd89925ab55ebd
 SHA512 
2ea25003d585118e3ac0e12be9240e8195db511c6e94949f20453dc3cb771380bd5b956c04243b2a8ce31508587aa32de4f0f10a813577e6dbe8367688b7614e
-DIST gc-8.0.8.tar.gz 1173619 BLAKE2B 
5caa3839390f0a727d7b6fafc13094507326f42c57766ef3f80fb59d64ebbe00e780990735bdefcf26d160a1ae8d44c0d9658310314877b11a91e064a875483a
 SHA512 
c09da03883170b91e7d4904484266948472018a42092f7df42798507666d693327895ef8348f7cb0007f7e4948fbd0476e4021f5a203838157ce46ef3a401f7b
-DIST gc-8.2.2.tar.gz 1200115 BLAKE2B 
9f0306f24189687f0e9e58cd942d67e94d009bd4c9a88556edaae756f902ce71f7eed2ee66a9a9b2e8e40c54653796f494104b395828282b83ee6a89a5542378
 SHA512 
4a7b26789ce22ab72bfaadf3029362c5fe26737df1e856e43db7d9b24ee8acf625e35d596bb3f698f91d6a5ddfb6c45a952a1dbd18d47359569696a544c9c248
 DIST gc-8.2.4.tar.gz 1210929 BLAKE2B 
48f058b3f6f9f708d4335a7a0b077aab4ea5df32be73038bb8c20c12483d7ec8798b16db85afed5aa270f0f818de08abf9407036f662c757f361a929f99d951f
 SHA512 
27d014378000f25fb2f5598904be85604822d5ed4553f8b3d1c279122300d3958b4432ec08f951cfd842d92121ea8a030dda34bf2475ec53d4fded551fdd3a98

diff --git a/dev-libs/boehm-gc/boehm-gc-8.0.6.ebuild 
b/dev-libs/boehm-gc/boehm-gc-8.0.6.ebuild
deleted file mode 100644
index 4cc7f559e4bf..
--- a/dev-libs/boehm-gc/boehm-gc-8.0.6.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit multilib-minimal libtool
-
-MY_P="gc-${PV}"
-
-DESCRIPTION="The Boehm-Demers-Weiser conservative garbage collector"
-HOMEPAGE="https://www.hboehm.info/gc/ https://github.com/ivmai/bdwgc/;
-SRC_URI="https://github.com/ivmai/bdwgc/releases/download/v${PV}/${MY_P}.tar.gz;
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="boehm-gc"
-# SONAME: libgc.so.1 libgccpp.so.1
-# We've been using subslot 0 for these instead of "1.1".
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-IUSE="cxx +large static-libs +threads"
-
-RDEPEND=">=dev-libs/libatomic_ops-7.4[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
-   default
-   elibtoolize #594754
-}
-
-multilib_src_configure() {
-   local config=(
-   --disable-docs
-   --with-libatomic-ops
-   $(use_enable cxx cplusplus)
-   $(use_enable static-libs static)
-   $(use threads || echo --disable-threads)
-   $(use_enable large large-config)
-   )
-
-   ECONF_SOURCE=${S} econf "${config[@]}"
-}
-
-multilib_src_install_all() {
-   local HTML_DOCS=( doc/*.md )
-   einstalldocs
-   dodoc doc/README{.environment,.linux,.macros}
-
-   # package provides .pc files
-   find "${ED}" -name '*.la' -delete || die
-
-   newman doc/gc.man GC_malloc.1
-}

diff --git a/dev-libs/boehm-gc/boehm-gc-8.0.8.ebuild 
b/dev-libs/boehm-gc/boehm-gc-8.0.8.ebuild
deleted file mode 100644
index 479709474e41..
--- a/dev-libs/boehm-gc/boehm-gc-8.0.8.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit multilib-minimal libtool
-
-MY_P="gc-${PV}"
-DESCRIPTION="The Boehm-Demers-Weiser conservative garbage collector"
-HOMEPAGE="https://www.hboehm.info/gc/ https://github.com/ivmai/bdwgc/;
-SRC_URI="https://github.com/ivmai/bdwgc/releases/download/v${PV}/${MY_P}.tar.gz;
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="boehm-gc"
-# SONAME: libgc.so.1 libgccpp.so.1
-# We've been using subslot 0 for these instead of "1.1".
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-IUSE="cxx +large static-libs +threads"
-

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

2023-12-15 Thread Joonas Niilola
commit: c7e91b9ffa447be809e9a7fe17b9696dd642f01c
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sat Dec 16 06:53:58 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Dec 16 07:13:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7e91b9f

dev-libs/raft: add 0.18.3

Signed-off-by: Joonas Niilola  gentoo.org>

 dev-libs/raft/Manifest   |  1 +
 dev-libs/raft/raft-0.18.3.ebuild | 57 
 2 files changed, 58 insertions(+)

diff --git a/dev-libs/raft/Manifest b/dev-libs/raft/Manifest
index 8754e1f65c16..2d170dd68ae7 100644
--- a/dev-libs/raft/Manifest
+++ b/dev-libs/raft/Manifest
@@ -1,2 +1,3 @@
 DIST raft-0.18.0.tar.gz 365558 BLAKE2B 
57fc8c144a45eb101f53c8dd3a1eb896c733b7c5c369300852bea1474b8178b46c943c29e81107758bfa527d8fc1a9c80c4ca1bfc599dfc5ace090a18c693f11
 SHA512 
c6ab125a4841c5241310ea9785bb6ae3860c0a2ff39487499c2caa0b387729f7f7e54fa0de3aad3a99bdf5ec7d4a12c68a69244c6d8b8dcdf846c1cdfeb11b3b
 DIST raft-0.18.2.tar.gz 335089 BLAKE2B 
5e6221f3977a28b7c2bbc8b80e047b455b586b0c8dd3cb9dc31f43c48d745d017f8a7220f3b3072a7aabacb86751ea4ad02f7c00d9d9c59a419354416cca65b3
 SHA512 
bac167aaf02f121f6d5de9103b366591bdb0a40ee08bc20b9f4fadae4606631b1a8dec514009596601a79a91c63373c524ba59710a167a1259f1d3802fb1e341
+DIST raft-0.18.3.tar.gz 335916 BLAKE2B 
f8dbf5f5ae89645a2d99e8b4b8c80560f64226deb2ac10e683f337c98f458fc5db7898b1e0fd9754f14ded07aa058daf88e03003a037729bdafdab3539b8ca46
 SHA512 
0ba0ea71b70d2769da22482cfeac5c59a17f4fa75d582075108411d633db75c7d6f6e817ce14768c15bd5c977987650e813019808932bafcac5753478c672916

diff --git a/dev-libs/raft/raft-0.18.3.ebuild b/dev-libs/raft/raft-0.18.3.ebuild
new file mode 100644
index ..d576a08a3ca8
--- /dev/null
+++ b/dev-libs/raft/raft-0.18.3.ebuild
@@ -0,0 +1,57 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="C implementation of the Raft consensus protocol"
+HOMEPAGE="https://github.com/cowsql/raft;
+SRC_URI="https://github.com/cowsql/raft/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-3-with-linking-exception"
+
+# Upstream change from canonical to cowsql resetted SONAME, 3 -> 0. bgo#915960
+SLOT="0/0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="lz4 test zfs"
+RESTRICT="!test? ( test )"
+
+DEPEND="dev-libs/libuv:=
+   lz4? ( app-arch/lz4:= )"
+RDEPEND="${DEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=(
+   "${FILESDIR}"/raft-0.10.0-toggle-zfs.patch
+)
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   local myeconfargs=(
+   --enable-uv
+
+   --disable-backtrace
+   --disable-benchmark
+   --disable-debug
+   --disable-example
+   --disable-sanitize
+   --disable-static
+
+   $(use_enable test fixture)
+
+   $(use_with lz4)
+   $(use_with zfs)
+   )
+
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+   find "${ED}" -name '*.la' -delete || die
+}



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

2023-12-15 Thread Joonas Niilola
commit: 038a54315f59e3e029b2713191bae5e80054f81d
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sat Dec 16 07:20:25 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Dec 16 07:20:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=038a5431

app-arch/plzip: Stabilize 1.10 x86, #920058

Signed-off-by: Joonas Niilola  gentoo.org>

 app-arch/plzip/plzip-1.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/plzip/plzip-1.10.ebuild b/app-arch/plzip/plzip-1.10.ebuild
index e9fb134f44a2..6380777085e2 100644
--- a/app-arch/plzip/plzip-1.10.ebuild
+++ b/app-arch/plzip/plzip-1.10.ebuild
@@ -13,7 +13,7 @@ SRC_URI+=" verify-sig? ( 
https://download.savannah.gnu.org/releases/lzip/${PN}/$
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~loong ~ppc64 ~riscv x86"
 
 RDEPEND="app-arch/lzlib:0="
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-video/yle-dl/

2023-12-15 Thread Joonas Niilola
commit: 5d1f8f81af685ecc0434ac2dac787a6c88823e2c
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sat Dec 16 07:21:26 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Dec 16 07:21:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d1f8f81

media-video/yle-dl: add 20231214

Signed-off-by: Joonas Niilola  gentoo.org>

 media-video/yle-dl/Manifest   |  1 +
 media-video/yle-dl/yle-dl-20231214.ebuild | 57 +++
 2 files changed, 58 insertions(+)

diff --git a/media-video/yle-dl/Manifest b/media-video/yle-dl/Manifest
index b22b65f61a3d..c1206c3d872c 100644
--- a/media-video/yle-dl/Manifest
+++ b/media-video/yle-dl/Manifest
@@ -1,2 +1,3 @@
 DIST yle-dl-20230611.tar.gz 75718 BLAKE2B 
5be5b3bde4290f0799e4d2e15e779798467162e7316be4cd5bae463c798fbfac228614c8a1f4e222e045b70aca3584df428d85e6e12b6f208a6e4265199a6310
 SHA512 
9027a00f7a3b383187ae1de3bcf2145c64b0f618680ec3fe224397ac23cbb43d0f181f64c8cd7f21b9dbbdfd5ea0045458fb6858fd6be2c4b5b04d5df2747f79
 DIST yle-dl-20231120.tar.gz 74754 BLAKE2B 
619a8a787ed5eef837027968f074fc7ea06e98ebdb21c384e3ace32b9a436002d78fe8ab50db9d16049af6d975dadc328963bf91c0f7adf72134f4918e56549a
 SHA512 
009f263e2324c927835cb06400b8cb18385dc4afa2d1ddb512c7c32f99ca798ad49b0372f36cbe8a0bfcda2e9df66232f5b57bda7134c8f607300a8d208418d1
+DIST yle-dl-20231214.tar.gz 77366 BLAKE2B 
2c438840cc0dd50141d792ee697a81a61f9a5739dd5dee1b0b1a63a6e225ee33cb680c952d80424addf226c32cb53f0d2d5b2a02582a92b6f85cf4d4ee490a61
 SHA512 
0d25129aabea4957d76d24c8dc05801e4e712f4a1997f135c0233940e76f1dce1af01d3956d1ea26fb5c9e270c9ab9a6093aa20b6f31d773dd67c7723e35d289

diff --git a/media-video/yle-dl/yle-dl-20231214.ebuild 
b/media-video/yle-dl/yle-dl-20231214.ebuild
new file mode 100644
index ..26caf5815d85
--- /dev/null
+++ b/media-video/yle-dl/yle-dl-20231214.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=flit
+
+inherit distutils-r1 optfeature
+
+DESCRIPTION="Download media files from Yle Areena"
+HOMEPAGE="https://aajanki.github.io/yle-dl/ https://github.com/aajanki/yle-dl;
+SRC_URI="https://github.com/aajanki/yle-dl/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+# Requires an active internet connection during tests,
+PROPERTIES="test_network"
+RESTRICT="test"
+
+RDEPEND="media-video/ffmpeg
+   net-misc/wget
+   >=dev-python/attrs-18.1.0[${PYTHON_USEDEP}]
+   >=dev-python/ConfigArgParse-0.13.0[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/progress[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]"
+BDEPEND="test? (
+   ${RDEPEND}
+   media-video/ffmpeg[gnutls]
+   dev-python/pip[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/wheel[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest
+
+DOCS=( COPYING ChangeLog README.fi.md README.sv.md README.md yledl.conf.sample 
)
+
+src_install() {
+   docompress -x "/usr/share/doc/${PF}/yledl.conf.sample"
+   distutils-r1_src_install
+}
+
+pkg_postinst() {
+   elog "Sample configuration file has been installed to "
+   elog " /usr/share/doc/yle-dl-${PVR}/yledl.conf.sample"
+   elog
+   optfeature "automatically detect filesystems that require restricted 
character sets" dev-python/psutil
+   optfeature "store metadata as extended file attributes" 
dev-python/pyxattr
+   optfeature "youtube-dl download engine" net-misc/yt-dlp
+}



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

2023-12-15 Thread Joonas Niilola
commit: eef8c332afd3d51347209c975723b842b9f928c9
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sat Dec 16 07:20:52 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Dec 16 07:20:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eef8c332

dev-libs/raft: stabilize 0.18.2 for amd64

Signed-off-by: Joonas Niilola  gentoo.org>

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

diff --git a/dev-libs/raft/raft-0.18.2.ebuild b/dev-libs/raft/raft-0.18.2.ebuild
index d576a08a3ca8..4825930955f2 100644
--- a/dev-libs/raft/raft-0.18.2.ebuild
+++ b/dev-libs/raft/raft-0.18.2.ebuild
@@ -13,7 +13,7 @@ LICENSE="LGPL-3-with-linking-exception"
 
 # Upstream change from canonical to cowsql resetted SONAME, 3 -> 0. bgo#915960
 SLOT="0/0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 IUSE="lz4 test zfs"
 RESTRICT="!test? ( test )"
 



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

2023-12-15 Thread Joonas Niilola
commit: 1ba6134edd9ab7ea5e4761a1446d49b63f85293e
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sat Dec 16 07:20:25 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Dec 16 07:20:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ba6134e

app-arch/patool: Stabilize 1.15.0 x86, #920058

Signed-off-by: Joonas Niilola  gentoo.org>

 app-arch/patool/patool-1.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/patool/patool-1.15.0.ebuild 
b/app-arch/patool/patool-1.15.0.ebuild
index a8ab3a756588..8c964643291a 100644
--- a/app-arch/patool/patool-1.15.0.ebuild
+++ b/app-arch/patool/patool-1.15.0.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://wummel.github.io/patool/;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 BDEPEND="
test? (



[gentoo-commits] repo/gentoo:master commit in: dev-util/android-udev-rules/

2023-12-15 Thread Joonas Niilola
commit: 2136d2c5d874555bdf5566f228e8ea68e8c117f6
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sat Dec 16 07:19:52 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Dec 16 07:19:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2136d2c5

dev-util/android-udev-rules: Stabilize 20231104 ALLARCHES, #920059

Signed-off-by: Joonas Niilola  gentoo.org>

 dev-util/android-udev-rules/android-udev-rules-20231104.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/android-udev-rules/android-udev-rules-20231104.ebuild 
b/dev-util/android-udev-rules/android-udev-rules-20231104.ebuild
index 62f49b941ae8..cd857f96ca8c 100644
--- a/dev-util/android-udev-rules/android-udev-rules-20231104.ebuild
+++ b/dev-util/android-udev-rules/android-udev-rules-20231104.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/M0Rf30/android-udev-rules/archive/refs/tags/${PV}.ta
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 
 # No tests
 RESTRICT="test"



[gentoo-commits] repo/gentoo:master commit in: sys-auth/nss-pam-ldapd/

2023-12-15 Thread Arthur Zamarin
commit: b24b2383f5819b015b20186052a8de67d334c3bd
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 16 07:09:28 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 16 07:09:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b24b2383

sys-auth/nss-pam-ldapd: Stabilize 0.9.12-r3 x86, #920084

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

 sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.12-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.12-r3.ebuild 
b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.12-r3.ebuild
index cac6c0e7ae00..002896040d73 100644
--- a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.12-r3.ebuild
+++ b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.12-r3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://arthurdejong.org/${PN}/${P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~sparc x86"
 IUSE="debug kerberos +pam pynslcd sasl selinux test +utils"
 REQUIRED_USE="
utils? ( ${PYTHON_REQUIRED_USE} )



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

2023-12-15 Thread Arthur Zamarin
commit: 95d63ec5d48f098c797580cd0434f6daac1086f6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 16 07:09:25 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 16 07:09:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95d63ec5

sys-fs/lvm2: Stabilize 2.03.22-r2 x86, #916094

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

 sys-fs/lvm2/lvm2-2.03.22-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/lvm2/lvm2-2.03.22-r2.ebuild 
b/sys-fs/lvm2/lvm2-2.03.22-r2.ebuild
index 84566cbea72d..579c992b5ff0 100644
--- a/sys-fs/lvm2/lvm2-2.03.22-r2.ebuild
+++ b/sys-fs/lvm2/lvm2-2.03.22-r2.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN^^}.${PV}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~loong ~mips ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm arm64 ~loong ~mips ~ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="lvm readline sanlock selinux static static-libs systemd thin +udev 
valgrind"
 REQUIRED_USE="
static? ( !systemd !udev )



[gentoo-commits] repo/gentoo:master commit in: app-shells/fzf/

2023-12-15 Thread Arthur Zamarin
commit: da838336cd51557f0e28047187b7013853f74531
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 16 07:05:33 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 16 07:05:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da838336

app-shells/fzf: Stabilize 0.44.0 x86, #920089

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

 app-shells/fzf/fzf-0.44.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/fzf/fzf-0.44.0.ebuild b/app-shells/fzf/fzf-0.44.0.ebuild
index 24afefd7ca22..7abef5e1ee13 100644
--- a/app-shells/fzf/fzf-0.44.0.ebuild
+++ b/app-shells/fzf/fzf-0.44.0.ebuild
@@ -19,7 +19,7 @@ SRC_URI+=" 
https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-deps.tar
 
 LICENSE="MIT BSD-with-disclosure"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 
 src_prepare() {
default



[gentoo-commits] repo/gentoo:master commit in: net-news/newsboat/

2023-12-15 Thread Arthur Zamarin
commit: 9487c0936ff3ca124b3406cbf89baaf47bcd9a02
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 16 07:05:28 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 16 07:05:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9487c093

net-news/newsboat: Stabilize 2.30.1 x86, #920085

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

 net-news/newsboat/newsboat-2.30.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-news/newsboat/newsboat-2.30.1.ebuild 
b/net-news/newsboat/newsboat-2.30.1.ebuild
index 18367a06e607..03ddf3285d0a 100644
--- a/net-news/newsboat/newsboat-2.30.1.ebuild
+++ b/net-news/newsboat/newsboat-2.30.1.ebuild
@@ -120,7 +120,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions Boost-1.0 BSD MIT 
Unlicense ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86"
 
 RDEPEND="
>=dev-db/sqlite-3.5:3



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

2023-12-15 Thread Arthur Zamarin
commit: 6420497d44f0f69bac559a44da5a86e8dd346ae1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 16 07:05:26 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 16 07:05:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6420497d

app-emulation/virt-what: Stabilize 1.25 x86, #920080

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

 app-emulation/virt-what/virt-what-1.25.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/virt-what/virt-what-1.25.ebuild 
b/app-emulation/virt-what/virt-what-1.25.ebuild
index 5ba9f58cd80f..f4d3c3f9eaf4 100644
--- a/app-emulation/virt-what/virt-what-1.25.ebuild
+++ b/app-emulation/virt-what/virt-what-1.25.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://people.redhat.com/~rjones/virt-what/files/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ppc ~ppc64 ~riscv sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ppc ~ppc64 ~riscv sparc x86"
 IUSE="dmi"
 
 DEPEND="dev-lang/perl"



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

2023-12-15 Thread Arthur Zamarin
commit: fcb9d3900b9bb8f1830cae88b1befb993e26e9ab
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 16 07:05:26 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 16 07:05:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcb9d390

sys-apps/the_silver_searcher: Stabilize 2.2.0_p20201217-r1 x86, #920081

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

 .../the_silver_searcher/the_silver_searcher-2.2.0_p20201217-r1.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/sys-apps/the_silver_searcher/the_silver_searcher-2.2.0_p20201217-r1.ebuild 
b/sys-apps/the_silver_searcher/the_silver_searcher-2.2.0_p20201217-r1.ebuild
index 99e20081d876..68675d7bc043 100644
--- a/sys-apps/the_silver_searcher/the_silver_searcher-2.2.0_p20201217-r1.ebuild
+++ b/sys-apps/the_silver_searcher/the_silver_searcher-2.2.0_p20201217-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/ggreer/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~x86 
~amd64-linux ~x64-macos"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv x86 
~amd64-linux ~x64-macos"
 IUSE="lzma test zlib"
 RESTRICT="!test? ( test )"
 



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

2023-12-15 Thread Arthur Zamarin
commit: ee130d1e8665c75a4ffecd087a9f0e24a563ed94
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 16 07:05:32 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 16 07:05:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee130d1e

app-text/uudeview: Stabilize 0.5.20-r4 x86, #920088

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

 app-text/uudeview/uudeview-0.5.20-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/uudeview/uudeview-0.5.20-r4.ebuild 
b/app-text/uudeview/uudeview-0.5.20-r4.ebuild
index a40c12429f78..a69c8ed287f2 100644
--- a/app-text/uudeview/uudeview-0.5.20-r4.ebuild
+++ b/app-text/uudeview/uudeview-0.5.20-r4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.fpx.de/fp/Software/UUDeview/download/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 ~ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 
 PATCHES=(
"${FILESDIR}"/${P}-bugfixes.patch



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

2023-12-15 Thread Arthur Zamarin
commit: bf665848c1dbdd4575209e398c0db4312a864652
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 16 07:05:31 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 16 07:05:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf665848

app-misc/screen: Stabilize 4.9.1 x86, #920087

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

 app-misc/screen/screen-4.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/screen/screen-4.9.1.ebuild 
b/app-misc/screen/screen-4.9.1.ebuild
index 57ef4c4de26b..feb78aab2962 100644
--- a/app-misc/screen/screen-4.9.1.ebuild
+++ b/app-misc/screen/screen-4.9.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://www.gnu.org/software/screen/;
 
 if [[ ${PV} !=  ]] ; then
SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 else
inherit git-r3
EGIT_REPO_URI="https://git.savannah.gnu.org/git/screen.git;



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

2023-12-15 Thread Arthur Zamarin
commit: 0ff9207833d1d08e3e378cc5c3562d952a97ffa1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 16 07:05:24 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 16 07:05:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ff92078

app-admin/selint: Stabilize 1.2.1 x86, #920078

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

 app-admin/selint/selint-1.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/selint/selint-1.2.1.ebuild 
b/app-admin/selint/selint-1.2.1.ebuild
index 056eafb3124f..e32de56f5c31 100644
--- a/app-admin/selint/selint-1.2.1.ebuild
+++ b/app-admin/selint/selint-1.2.1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI="https://github.com/TresysTechnology/selint.git;
 else

SRC_URI="https://github.com/TresysTechnology/selint/releases/download/v${PV}/${P}.tar.gz;
-   KEYWORDS="amd64 ~arm ~x86"
+   KEYWORDS="amd64 ~arm x86"
 fi
 
 LICENSE="Apache-2.0"



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

2023-12-15 Thread Arthur Zamarin
commit: 2ca77c55cd50854f6689959fec99ed8f27c15a72
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 16 07:05:23 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 16 07:05:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ca77c55

app-admin/gtkdiskfree: Stabilize 2.0.4_p20200224-r1 x86, #920077

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

 app-admin/gtkdiskfree/gtkdiskfree-2.0.4_p20200224-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/gtkdiskfree/gtkdiskfree-2.0.4_p20200224-r1.ebuild 
b/app-admin/gtkdiskfree/gtkdiskfree-2.0.4_p20200224-r1.ebuild
index 5c5eb64cd144..4b4beb5a39c2 100644
--- a/app-admin/gtkdiskfree/gtkdiskfree-2.0.4_p20200224-r1.ebuild
+++ b/app-admin/gtkdiskfree/gtkdiskfree-2.0.4_p20200224-r1.ebuild
@@ -11,7 +11,7 @@ S="${WORKDIR}/${PN}-${COMMIT}"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="gtk2"
 
 RDEPEND="



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

2023-12-15 Thread Arthur Zamarin
commit: cab4d37688de5510f1214a9abb9966e246cbcc0a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 16 07:05:29 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 16 07:05:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cab4d376

app-misc/rlwrap: Stabilize 0.46.1 x86, #920086

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

 app-misc/rlwrap/rlwrap-0.46.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/rlwrap/rlwrap-0.46.1.ebuild 
b/app-misc/rlwrap/rlwrap-0.46.1.ebuild
index 82bf44bf26bb..822998c71750 100644
--- a/app-misc/rlwrap/rlwrap-0.46.1.ebuild
+++ b/app-misc/rlwrap/rlwrap-0.46.1.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/hanslub42/rlwrap/releases/download/${PV}/${P}.tar.gz
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 arm64 ~mips ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos"
+KEYWORDS="amd64 arm64 ~mips ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos"
 IUSE="debug"
 
 RDEPEND="



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

2023-12-15 Thread Arthur Zamarin
commit: 90d520118146d76ca755b62ad19fa5eb6f523d72
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 16 07:05:27 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 16 07:05:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90d52011

sys-auth/polkit: Stabilize 123 x86, #920082

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

 sys-auth/polkit/polkit-123.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/polkit/polkit-123.ebuild 
b/sys-auth/polkit/polkit-123.ebuild
index efa0d06ad489..27c22c741d8b 100644
--- a/sys-auth/polkit/polkit-123.ebuild
+++ b/sys-auth/polkit/polkit-123.ebuild
@@ -22,7 +22,7 @@ fi
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86"
 IUSE="+daemon +duktape examples gtk +introspection kde pam selinux systemd 
test"
 # https://gitlab.freedesktop.org/polkit/polkit/-/issues/181 for test 
restriction
 RESTRICT="!test? ( test ) test"



[gentoo-commits] repo/gentoo:master commit in: net-news/newsboat/

2023-12-15 Thread Arthur Zamarin
commit: 930518b9cb344f7bc271f14eb9b368f7e03cf104
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 16 07:05:29 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 16 07:05:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=930518b9

net-news/newsboat: Stabilize 2.30.1 amd64, #920085

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

 net-news/newsboat/newsboat-2.30.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-news/newsboat/newsboat-2.30.1.ebuild 
b/net-news/newsboat/newsboat-2.30.1.ebuild
index 03ddf3285d0a..894a2fb34e88 100644
--- a/net-news/newsboat/newsboat-2.30.1.ebuild
+++ b/net-news/newsboat/newsboat-2.30.1.ebuild
@@ -120,7 +120,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions Boost-1.0 BSD MIT 
Unlicense ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 
 RDEPEND="
>=dev-db/sqlite-3.5:3



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

2023-12-15 Thread Arthur Zamarin
commit: 912736e01afe8dce58ecca1d0e894cded49ebc79
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 16 07:05:30 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 16 07:05:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=912736e0

app-misc/rlwrap: Stabilize 0.46.1 ppc, #920086

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

 app-misc/rlwrap/rlwrap-0.46.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/rlwrap/rlwrap-0.46.1.ebuild 
b/app-misc/rlwrap/rlwrap-0.46.1.ebuild
index 822998c71750..69b0699d4470 100644
--- a/app-misc/rlwrap/rlwrap-0.46.1.ebuild
+++ b/app-misc/rlwrap/rlwrap-0.46.1.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/hanslub42/rlwrap/releases/download/${PV}/${P}.tar.gz
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 arm64 ~mips ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos"
+KEYWORDS="amd64 arm64 ~mips ppc x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos"
 IUSE="debug"
 
 RDEPEND="



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

2023-12-15 Thread Arthur Zamarin
commit: fdaa593a5fe0b749ec3e71c7db8b18deea0a7cdc
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 16 07:05:25 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 16 07:05:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdaa593a

app-emulation/libcacard: Stabilize 2.8.1 x86, #920079

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

 app-emulation/libcacard/libcacard-2.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/libcacard/libcacard-2.8.1.ebuild 
b/app-emulation/libcacard/libcacard-2.8.1.ebuild
index d747b7c3d780..34fda300f798 100644
--- a/app-emulation/libcacard/libcacard-2.8.1.ebuild
+++ b/app-emulation/libcacard/libcacard-2.8.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.spice-space.org/download/libcacard/${P}.tar.xz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv sparc x86"
 IUSE="+passthrough static-libs test"
 RESTRICT="!test? ( test )"
 



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

2023-12-15 Thread Arthur Zamarin
commit: e74b49fddf7b60eb6e400a10cb32447669829ac8
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 16 07:05:22 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 16 07:05:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e74b49fd

app-accessibility/nfbtrans: Stabilize 7.74-r3 x86, #920075

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

 app-accessibility/nfbtrans/nfbtrans-7.74-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/nfbtrans/nfbtrans-7.74-r3.ebuild 
b/app-accessibility/nfbtrans/nfbtrans-7.74-r3.ebuild
index 61ac7b7ef1ad..ac99fe5dd3c7 100644
--- a/app-accessibility/nfbtrans/nfbtrans-7.74-r3.ebuild
+++ b/app-accessibility/nfbtrans/nfbtrans-7.74-r3.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 
 BDEPEND=">=app-arch/unzip-5.50-r2"
 



[gentoo-commits] repo/gentoo:master commit in: sci-electronics/gspiceui/

2023-12-15 Thread Arthur Zamarin
commit: 3cde48cfc37611536b807e358dc4aa5c765646a4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 16 07:05:21 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 16 07:05:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cde48cf

sci-electronics/gspiceui: Stabilize 1.2.87 amd64, #920068

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

 sci-electronics/gspiceui/gspiceui-1.2.87.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-electronics/gspiceui/gspiceui-1.2.87.ebuild 
b/sci-electronics/gspiceui/gspiceui-1.2.87.ebuild
index d5377a288285..88313ee09ad6 100644
--- a/sci-electronics/gspiceui/gspiceui-1.2.87.ebuild
+++ b/sci-electronics/gspiceui/gspiceui-1.2.87.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
@@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="examples"
 
 DEPEND="



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

2023-12-15 Thread Arthur Zamarin
commit: dc60c720e7d5a4bc0a885dd6ccde16c8daf6e953
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 16 07:05:22 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 16 07:05:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc60c720

app-accessibility/speech-tools: Stabilize 2.5.0-r2 x86, #920076

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

 app-accessibility/speech-tools/speech-tools-2.5.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/speech-tools/speech-tools-2.5.0-r2.ebuild 
b/app-accessibility/speech-tools/speech-tools-2.5.0-r2.ebuild
index 883344a6cdf5..9c9c205344e9 100644
--- a/app-accessibility/speech-tools/speech-tools-2.5.0-r2.ebuild
+++ b/app-accessibility/speech-tools/speech-tools-2.5.0-r2.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/speech_tools"
 
 LICENSE="FESTIVAL HPND BSD rc regexp-UofT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86"
 IUSE="nas openmp X"
 
 RDEPEND="



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

2023-12-15 Thread Arthur Zamarin
commit: 2b3803c53902d1be2f88cb09c564729fb7a6cb24
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 16 07:05:20 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 16 07:05:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b3803c5

dev-util/cvise: Stabilize 2.9.0 x86, #920051

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

 dev-util/cvise/cvise-2.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cvise/cvise-2.9.0.ebuild 
b/dev-util/cvise/cvise-2.9.0.ebuild
index 507752fa9952..627d113588cf 100644
--- a/dev-util/cvise/cvise-2.9.0.ebuild
+++ b/dev-util/cvise/cvise-2.9.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="UoI-NCSA"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}



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

2023-12-15 Thread Arthur Zamarin
commit: d99ed53cb012e9e0ffec275a337b0526e48600fc
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 16 07:05:07 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 16 07:05:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d99ed53c

dev-python/QtPy: Stabilize 2.4.1-r1 amd64, #917728

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

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

diff --git a/dev-python/QtPy/QtPy-2.4.1-r1.ebuild 
b/dev-python/QtPy/QtPy-2.4.1-r1.ebuild
index d47ac96bfa23..1fa6f80c0f47 100644
--- a/dev-python/QtPy/QtPy-2.4.1-r1.ebuild
+++ b/dev-python/QtPy/QtPy-2.4.1-r1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 arm64 ~loong ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv x86"
 
 _IUSE_QT_MODULES="
designer +gui help multimedia +network opengl positioning



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

2023-12-15 Thread Arthur Zamarin
commit: aaa48da5a7273753d478586c47eca3d4b7e33cd4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 16 07:04:11 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 16 07:04:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaa48da5

dev-python/QtPy: Stabilize 2.4.1-r1 x86, #917728

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

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

diff --git a/dev-python/QtPy/QtPy-2.4.1-r1.ebuild 
b/dev-python/QtPy/QtPy-2.4.1-r1.ebuild
index 047f7c6bd69a..d47ac96bfa23 100644
--- a/dev-python/QtPy/QtPy-2.4.1-r1.ebuild
+++ b/dev-python/QtPy/QtPy-2.4.1-r1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 arm64 ~loong ~ppc64 ~riscv x86"
 
 _IUSE_QT_MODULES="
designer +gui help multimedia +network opengl positioning



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

2023-12-15 Thread Sam James
commit: e9474b889434daf2333f569b610385a48b67363e
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 16 06:59:40 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 16 06:59:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9474b88

dev-ruby/rack: Stabilize 2.2.8 ppc64, #920031

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

 dev-ruby/rack/rack-2.2.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rack/rack-2.2.8.ebuild b/dev-ruby/rack/rack-2.2.8.ebuild
index 41ac76ecde00..379d86e08b31 100644
--- a/dev-ruby/rack/rack-2.2.8.ebuild
+++ b/dev-ruby/rack/rack-2.2.8.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://github.com/rack/rack/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="$(ver_cut 1-2)"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ~ppc64 ~riscv ~s390 sparc 
x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE=""
 
 ruby_add_rdepend "virtual/ruby-ssl"



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

2023-12-15 Thread Sam James
commit: 019f7e933c02cf683325f82eff67fdbb3b5f9f3a
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 16 06:59:39 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 16 06:59:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=019f7e93

dev-python/bcrypt: Stabilize 4.1.1 ppc64, #919983

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

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

diff --git a/dev-python/bcrypt/bcrypt-4.1.1.ebuild 
b/dev-python/bcrypt/bcrypt-4.1.1.ebuild
index 4ac512768f51..9fd299526b19 100644
--- a/dev-python/bcrypt/bcrypt-4.1.1.ebuild
+++ b/dev-python/bcrypt/bcrypt-4.1.1.ebuild
@@ -78,7 +78,7 @@ LICENSE="Apache-2.0"
 # Dependent crate licenses
 LICENSE+=" Apache-2.0-with-LLVM-exceptions BSD MIT Unicode-DFS-2016"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ppc ~ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
 
 BDEPEND="
dev-python/setuptools-rust[${PYTHON_USEDEP}]



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

2023-12-15 Thread Sam James
commit: c4e6fb07192fd5e3b986e9688cc8af8f2c17aeee
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 16 06:59:41 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 16 06:59:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4e6fb07

sys-apps/the_silver_searcher: Stabilize 2.2.0_p20201217-r1 amd64, #920081

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

 .../the_silver_searcher/the_silver_searcher-2.2.0_p20201217-r1.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/sys-apps/the_silver_searcher/the_silver_searcher-2.2.0_p20201217-r1.ebuild 
b/sys-apps/the_silver_searcher/the_silver_searcher-2.2.0_p20201217-r1.ebuild
index b1f5f48499dd..99e20081d876 100644
--- a/sys-apps/the_silver_searcher/the_silver_searcher-2.2.0_p20201217-r1.ebuild
+++ b/sys-apps/the_silver_searcher/the_silver_searcher-2.2.0_p20201217-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/ggreer/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~x86 
~amd64-linux ~x64-macos"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~x86 
~amd64-linux ~x64-macos"
 IUSE="lzma test zlib"
 RESTRICT="!test? ( test )"
 



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

2023-12-15 Thread Sam James
commit: 042067e5c344f53d417c5772f97ed676f284d294
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 16 06:58:53 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 16 06:58:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=042067e5

net-misc/streamlink: add 6.5.0

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

 net-misc/streamlink/Manifest|  1 +
 net-misc/streamlink/streamlink-6.5.0.ebuild | 74 +
 2 files changed, 75 insertions(+)

diff --git a/net-misc/streamlink/Manifest b/net-misc/streamlink/Manifest
index beee40438f76..9cb87213527d 100644
--- a/net-misc/streamlink/Manifest
+++ b/net-misc/streamlink/Manifest
@@ -1,3 +1,4 @@
 DIST streamlink-6.2.0.tar.gz 690986 BLAKE2B 
5f7cab73ea366580aeb837b8f8a27fa7cd5ca687afa53908900dc9f290a0da916778fda8351acda00f795688b156ca0f37302e67128ce30e9838a45111b88ecd
 SHA512 
2747ebc584caa8ebb2fde5d4f309c911a52fd1a8d2d0e832487e589873c270534e0d0b18120a2db7a68e150e301e57db1e8d63f1d5bb6244f364e9cbd6606213
 DIST streamlink-6.4.1.tar.gz 715775 BLAKE2B 
40b6c080a8fa2815b12562aafde9ce1dd2c8fabe405e21d90fc7767c9e6c085f60c3d0dc9f33c77b85015aa64e2d209464662908674638719581278d128b3f1c
 SHA512 
8886b990637e9f4e87b4fcdc00c2d3e11203746e7256c0d85aee3128f65baaf37ea730c2626c3ec8f0f5ee0042bbd271c4a6290bd346d59915f2f554602f0db4
 DIST streamlink-6.4.2.tar.gz 716194 BLAKE2B 
e66d03ffa97ffdad7ec76532be530ef94ff80838754728aa85f53b0fb778c506d45042b467477eacb72fb9031ffc7d1df727f72af53bfb0201fbad21d28e6763
 SHA512 
b43e65201c16483378b6cb36e9d93f6e64ba0eb37e2554b3e94395b1e30a3422d5d91db0eb6c35166e61f9b1fbce474fa93908545f063a3fb995669989cde274
+DIST streamlink-6.5.0.tar.gz 715983 BLAKE2B 
f680d034f3f5c66609c1e26f2061f34d6aa8f233d9bb8ac238b675bf12bc69751e48df4f222b7d6f6e25697664afccc01b1fedc14410d5e3a47eaed0ad591af6
 SHA512 
affd45d1b17704768a405b389f9696090917e5cc73b0e22455e7f944eb0798dae7b23f73a728d3641fb43a5104e731816442be0e6f05a04a5bfe132c28d5491c

diff --git a/net-misc/streamlink/streamlink-6.5.0.ebuild 
b/net-misc/streamlink/streamlink-6.5.0.ebuild
new file mode 100644
index ..d73952536218
--- /dev/null
+++ b/net-misc/streamlink/streamlink-6.5.0.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+if [[ ${PV} = * ]]; then
+   EGIT_REPO_URI="https://github.com/streamlink/${PN}.git;
+   inherit git-r3
+fi
+
+DISTUTILS_SINGLE_IMPL=1
+# >= 6.2.1 uses a bunch of setuptools hooks instead of vanilla setuptools
+# 
https://github.com/streamlink/streamlink/commit/194d9bc193f5285bc1ba33af5fd89209a96ad3a7
+DISTUTILS_USE_PEP517=standalone
+PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_REQ_USE='xml(+),threads(+)'
+inherit distutils-r1
+
+DESCRIPTION="CLI for extracting streams from websites to a video player of 
your choice"
+HOMEPAGE="https://streamlink.github.io/;
+
+if [[ ${PV} != * ]]; then
+   
SRC_URI="https://github.com/streamlink/${PN}/releases/download/${PV}/${P}.tar.gz;
+fi
+
+LICENSE="BSD-2 Apache-2.0"
+SLOT="0"
+if [[ ${PV} != * ]]; then
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+# See 
https://github.com/streamlink/streamlink/commit/9d8156dd794ee0919297cd90d85bcc11b8a28358
 for chardet/charset-normalizer dep
+RDEPEND="
+   media-video/ffmpeg
+   $(python_gen_cond_dep '
+   dev-python/certifi[${PYTHON_USEDEP}]
+   || (
+   dev-python/chardet[${PYTHON_USEDEP}]
+   dev-python/charset-normalizer[${PYTHON_USEDEP}]
+   )
+   >=dev-python/requests-2.26.0[${PYTHON_USEDEP}]
+   dev-python/isodate[${PYTHON_USEDEP}]
+   >=dev-python/lxml-4.6.4[${PYTHON_USEDEP}]
+   >=dev-python/websocket-client-1.2.1[${PYTHON_USEDEP}]
+   dev-python/pycountry[${PYTHON_USEDEP}]
+   >=dev-python/pycryptodome-3.4.3[${PYTHON_USEDEP}]
+   >dev-python/PySocks-1.5.7[${PYTHON_USEDEP}]
+   >=dev-python/trio-0.22.0[${PYTHON_USEDEP}]
+   >=dev-python/trio-websocket-0.9.0[${PYTHON_USEDEP}]
+   >=dev-python/urllib3-1.26.0[${PYTHON_USEDEP}]
+   ')
+"
+BDEPEND="
+   $(python_gen_cond_dep '
+   >=dev-python/setuptools-64[${PYTHON_USEDEP}]
+   >=dev-python/versioningit-2.0.0[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/freezegun-1.0.0[${PYTHON_USEDEP}]
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/pytest-trio[${PYTHON_USEDEP}]
+   dev-python/requests-mock[${PYTHON_USEDEP}]
+   )
+   ')
+"
+
+if [[ ${PV} == * ]]; then
+   RDEPEND+="
+   $(python_gen_cond_dep '
+   >=dev-python/versioningit-2.0.0[${PYTHON_USEDEP}]
+   ')
+   "
+fi
+
+distutils_enable_tests pytest



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kcompletion/

2023-12-15 Thread Sam James
commit: 0f51da6403dedded0897d63fb98349b1a97613de
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 16 05:07:27 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 16 05:07:27 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=0f51da64

kde-frameworks/kcompletion: add new kcodecs dependency

Upstream commit e8a95dad9eb9af1390fa958875cddb7e64f52bbb [0].

[0] 
https://invent.kde.org/frameworks/kcompletion/-/commit/e8a95dad9eb9af1390fa958875cddb7e64f52bbb

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

 kde-frameworks/kcompletion/kcompletion-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-frameworks/kcompletion/kcompletion-.ebuild 
b/kde-frameworks/kcompletion/kcompletion-.ebuild
index 7ddcf3a973..2410d7b8e0 100644
--- a/kde-frameworks/kcompletion/kcompletion-.ebuild
+++ b/kde-frameworks/kcompletion/kcompletion-.ebuild
@@ -16,6 +16,7 @@ IUSE=""
 
 DEPEND="
>=dev-qt/qtbase-${QTMIN}:6[gui]
+   =kde-frameworks/kcodecs-${PVCUT}*:6
=kde-frameworks/kconfig-${PVCUT}*:6
=kde-frameworks/kcoreaddons-${PVCUT}*:6
=kde-frameworks/kwidgetsaddons-${PVCUT}*:6



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Math-BigInt/

2023-12-15 Thread Sam James
commit: dc215355ea5d5abae64fd7c385592aaec7b7c88e
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 16 04:44:38 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 16 04:45:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc215355

virtual/perl-Math-BigInt: Stabilize 1.999.842 ppc64, #919980

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

 virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.842.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.842.ebuild 
b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.842.ebuild
index 85a99e9b589b..70b00a4367f4 100644
--- a/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.842.ebuild
+++ b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.842.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 RDEPEND="
~perl-core/${PN#perl-}-${PV}



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

2023-12-15 Thread Sam James
commit: 63acf090eb417cb9e71bbcb97d1cb8c31a8ff775
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 16 04:44:39 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 16 04:45:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63acf090

dev-util/cvise: Stabilize 2.9.0 amd64, #920051

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

 dev-util/cvise/cvise-2.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cvise/cvise-2.9.0.ebuild 
b/dev-util/cvise/cvise-2.9.0.ebuild
index 831fbcb1a4f3..507752fa9952 100644
--- a/dev-util/cvise/cvise-2.9.0.ebuild
+++ b/dev-util/cvise/cvise-2.9.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="UoI-NCSA"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}



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

2023-12-15 Thread Sam James
commit: 11669cf6688e446d7e6c09c9f28fd5b4e84fe7a2
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 16 04:44:42 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 16 04:45:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11669cf6

app-text/uudeview: Stabilize 0.5.20-r4 amd64, #920088

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

 app-text/uudeview/uudeview-0.5.20-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/uudeview/uudeview-0.5.20-r4.ebuild 
b/app-text/uudeview/uudeview-0.5.20-r4.ebuild
index 6ccfed26ff04..a40c12429f78 100644
--- a/app-text/uudeview/uudeview-0.5.20-r4.ebuild
+++ b/app-text/uudeview/uudeview-0.5.20-r4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.fpx.de/fp/Software/UUDeview/download/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 ~ppc sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 
 PATCHES=(
"${FILESDIR}"/${P}-bugfixes.patch



[gentoo-commits] repo/gentoo:master commit in: perl-core/Math-BigInt/

2023-12-15 Thread Sam James
commit: b6116853cc5b67a84830f9e4faa5525927aa3dd8
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 16 04:44:37 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 16 04:45:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6116853

perl-core/Math-BigInt: Stabilize 1.999.842 ppc64, #919980

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

 perl-core/Math-BigInt/Math-BigInt-1.999.842.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/perl-core/Math-BigInt/Math-BigInt-1.999.842.ebuild 
b/perl-core/Math-BigInt/Math-BigInt-1.999.842.ebuild
index 1fa07b445e77..96c90886d9ac 100644
--- a/perl-core/Math-BigInt/Math-BigInt-1.999.842.ebuild
+++ b/perl-core/Math-BigInt/Math-BigInt-1.999.842.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Arbitrary size floating point math package"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2023-12-15 Thread Sam James
commit: f63c7ed8a831a4e2870ce24da3b25d1624c47a77
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 16 04:44:41 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 16 04:45:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f63c7ed8

app-accessibility/speech-tools: Stabilize 2.5.0-r2 amd64, #920076

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

 app-accessibility/speech-tools/speech-tools-2.5.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/speech-tools/speech-tools-2.5.0-r2.ebuild 
b/app-accessibility/speech-tools/speech-tools-2.5.0-r2.ebuild
index d4656bc579eb..883344a6cdf5 100644
--- a/app-accessibility/speech-tools/speech-tools-2.5.0-r2.ebuild
+++ b/app-accessibility/speech-tools/speech-tools-2.5.0-r2.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/speech_tools"
 
 LICENSE="FESTIVAL HPND BSD rc regexp-UofT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86"
 IUSE="nas openmp X"
 
 RDEPEND="



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

2023-12-15 Thread Sam James
commit: 420f1ca00871fbf3c8b34340eec6c57fdbb1c406
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 16 04:44:36 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 16 04:45:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=420f1ca0

net-libs/webkit-gtk: Stabilize 2.42.3-r410 ppc64, #919979

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

 net-libs/webkit-gtk/webkit-gtk-2.42.3-r410.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/webkit-gtk/webkit-gtk-2.42.3-r410.ebuild 
b/net-libs/webkit-gtk/webkit-gtk-2.42.3-r410.ebuild
index 693d5fa4f7fa..7a8bf7a7bb49 100644
--- a/net-libs/webkit-gtk/webkit-gtk-2.42.3-r410.ebuild
+++ b/net-libs/webkit-gtk/webkit-gtk-2.42.3-r410.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://www.webkitgtk.org/releases/${MY_P}.tar.xz;
 
 LICENSE="LGPL-2+ BSD"
 SLOT="4.1/0" # soname version of libwebkit2gtk-4.1
-KEYWORDS="amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv ~sparc ~x86"
 
 IUSE="aqua avif examples gamepad keyring +gstreamer +introspection pdf +jpeg2k 
jpegxl +jumbo-build lcms seccomp spell systemd wayland X"
 REQUIRED_USE="|| ( aqua wayland X )"



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

2023-12-15 Thread Sam James
commit: 2bb8c2c7ba863434cf45bf84976e9a5738d928b7
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 16 04:44:36 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 16 04:45:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bb8c2c7

net-libs/webkit-gtk: Stabilize 2.42.3-r600 ppc64, #919979

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

 net-libs/webkit-gtk/webkit-gtk-2.42.3-r600.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/webkit-gtk/webkit-gtk-2.42.3-r600.ebuild 
b/net-libs/webkit-gtk/webkit-gtk-2.42.3-r600.ebuild
index 270c8e388dd2..d02e7aaef4d7 100644
--- a/net-libs/webkit-gtk/webkit-gtk-2.42.3-r600.ebuild
+++ b/net-libs/webkit-gtk/webkit-gtk-2.42.3-r600.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://www.webkitgtk.org/releases/${MY_P}.tar.xz;
 
 LICENSE="LGPL-2+ BSD"
 SLOT="6/0" # soname version of libwebkit2gtk-6.0
-KEYWORDS="amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv ~sparc ~x86"
 
 IUSE="aqua avif examples gamepad keyring +gstreamer +introspection pdf +jpeg2k 
jpegxl +jumbo-build lcms seccomp spell systemd wayland X"
 REQUIRED_USE="|| ( aqua wayland X )"



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

2023-12-15 Thread Sam James
commit: 86447c52f21cc44e4b86b44695a53bfb75c6c915
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 16 04:40:37 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 16 04:45:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86447c52

dev-lang/perl: PDEPEND on >=virtual/perl-Math-BigInt-1.999.842

We need this to fix the modules included with Perl itself. I think this
explains (or partly explains) how bug #914392 came back from the dead too.

We can clean this PDEPEND up (and possibly a bunch of the others, actually)
once a new Perl release is made containing newer versions of these (or perhaps
Perl should PDEPEND on newer virtual/* for all of these to always pull in
updates, actually.)

We can't just add this dep in ipcalc because it only uses `bignum` directly,
which is distinct from Math::BigInt.

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

 dev-lang/perl/{perl-5.38.2.ebuild => perl-5.38.2-r1.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-lang/perl/perl-5.38.2.ebuild 
b/dev-lang/perl/perl-5.38.2-r1.ebuild
similarity index 99%
rename from dev-lang/perl/perl-5.38.2.ebuild
rename to dev-lang/perl/perl-5.38.2-r1.ebuild
index 03030820a433..06095f911631 100644
--- a/dev-lang/perl/perl-5.38.2.ebuild
+++ b/dev-lang/perl/perl-5.38.2-r1.ebuild
@@ -75,6 +75,7 @@ PDEPEND="
>=virtual/perl-Encode-3.120.0
>=virtual/perl-File-Temp-0.230.400-r2
>=virtual/perl-Data-Dumper-2.154.0
+   >=virtual/perl-Math-BigInt-1.999.842
virtual/perl-Test-Harness
)
 "



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

2023-12-15 Thread Sam James
commit: a437afd2ba43aac6ab6eaa47fe8f9ea25cf73b3b
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 16 04:44:35 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 16 04:45:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a437afd2

net-libs/webkit-gtk: Stabilize 2.42.3 ppc64, #919979

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

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

diff --git a/net-libs/webkit-gtk/webkit-gtk-2.42.3.ebuild 
b/net-libs/webkit-gtk/webkit-gtk-2.42.3.ebuild
index bf663a9ef933..5375e0c646b1 100644
--- a/net-libs/webkit-gtk/webkit-gtk-2.42.3.ebuild
+++ b/net-libs/webkit-gtk/webkit-gtk-2.42.3.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://www.webkitgtk.org/releases/${MY_P}.tar.xz;
 
 LICENSE="LGPL-2+ BSD"
 SLOT="4/37" # soname version of libwebkit2gtk-4.0
-KEYWORDS="amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv ~sparc ~x86"
 
 IUSE="aqua avif examples gamepad keyring +gstreamer +introspection pdf +jpeg2k 
jpegxl +jumbo-build lcms seccomp spell systemd wayland X"
 REQUIRED_USE="|| ( aqua wayland X )"



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

2023-12-15 Thread Sam James
commit: e647fb111eee20897dc5db14946e01bf0e8d6df1
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 16 04:44:34 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 16 04:45:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e647fb11

sys-apps/portage: Stabilize 3.0.57 ppc64, #919976

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

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

diff --git a/sys-apps/portage/portage-3.0.57.ebuild 
b/sys-apps/portage/portage-3.0.57.ebuild
index 291fa53845e4..91e0c2b6396e 100644
--- a/sys-apps/portage/portage-3.0.57.ebuild
+++ b/sys-apps/portage/portage-3.0.57.ebuild
@@ -20,7 +20,7 @@ if [[ ${PV} ==  ]] ; then
inherit git-r3
 else

SRC_URI="https://gitweb.gentoo.org/proj/portage.git/snapshot/${P}.tar.bz2;
-   KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ppc 
~ppc64 ~riscv ~s390 sparc x86"
+   KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: app-shells/fzf/

2023-12-15 Thread Sam James
commit: f2fa3cf3da1f1accb673c1b969b9df1a58d4826d
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 16 04:12:14 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 16 04:12:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2fa3cf3

app-shells/fzf: Stabilize 0.44.0 amd64, #920089

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

 app-shells/fzf/fzf-0.44.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/fzf/fzf-0.44.0.ebuild b/app-shells/fzf/fzf-0.44.0.ebuild
index 12bc25a2e10a..24afefd7ca22 100644
--- a/app-shells/fzf/fzf-0.44.0.ebuild
+++ b/app-shells/fzf/fzf-0.44.0.ebuild
@@ -19,7 +19,7 @@ SRC_URI+=" 
https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-deps.tar
 
 LICENSE="MIT BSD-with-disclosure"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 
 src_prepare() {
default



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

2023-12-15 Thread Sam James
commit: ff7951bac58795e62ff78350c420a32a335ee11a
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 16 04:12:13 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 16 04:12:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff7951ba

app-misc/screen: Stabilize 4.9.1 amd64, #920087

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

 app-misc/screen/screen-4.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/screen/screen-4.9.1.ebuild 
b/app-misc/screen/screen-4.9.1.ebuild
index 2c1781cca41f..57ef4c4de26b 100644
--- a/app-misc/screen/screen-4.9.1.ebuild
+++ b/app-misc/screen/screen-4.9.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://www.gnu.org/software/screen/;
 
 if [[ ${PV} !=  ]] ; then
SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 else
inherit git-r3
EGIT_REPO_URI="https://git.savannah.gnu.org/git/screen.git;



[gentoo-commits] repo/gentoo:master commit in: sci-electronics/ngspice/

2023-12-15 Thread Sam James
commit: af6709e34741d35cddd3277463b8d560f26fd90a
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 16 04:12:11 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 16 04:12:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af6709e3

sci-electronics/ngspice: Stabilize 40 amd64, #920073

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

 sci-electronics/ngspice/ngspice-40.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-electronics/ngspice/ngspice-40.ebuild 
b/sci-electronics/ngspice/ngspice-40.ebuild
index 5e10132afd22..f29cb217b6fe 100644
--- a/sci-electronics/ngspice/ngspice-40.ebuild
+++ b/sci-electronics/ngspice/ngspice-40.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 LICENSE="BSD GPL-2 MPL-2.0"
 SLOT="0"
 IUSE="X debug deprecated doc examples fftw openmp +readline +shared tcl"
-KEYWORDS="~amd64 ~arm64 ~ppc ~riscv ~sparc ~x86 ~x64-macos"
+KEYWORDS="amd64 ~arm64 ~ppc ~riscv ~sparc ~x86 ~x64-macos"
 RESTRICT="!test? ( test )"
 
 DEPEND="



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

2023-12-15 Thread Sam James
commit: 0a67238281960e4de78bbf898cd59d5d11073f27
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 16 04:12:12 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 16 04:12:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a672382

app-emulation/libcacard: Stabilize 2.8.1 amd64, #920079

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

 app-emulation/libcacard/libcacard-2.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/libcacard/libcacard-2.8.1.ebuild 
b/app-emulation/libcacard/libcacard-2.8.1.ebuild
index 9e812aca3c25..d747b7c3d780 100644
--- a/app-emulation/libcacard/libcacard-2.8.1.ebuild
+++ b/app-emulation/libcacard/libcacard-2.8.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.spice-space.org/download/libcacard/${P}.tar.xz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv sparc ~x86"
 IUSE="+passthrough static-libs test"
 RESTRICT="!test? ( test )"
 



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

2023-12-15 Thread Michał Górny
commit: 28b56a32d3ff1593cbdd84553f4082ac9224fd39
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 16 03:07:03 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 16 04:01:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28b56a32

dev-python/boto3: Bump to 1.34.2

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

 dev-python/boto3/Manifest|  1 +
 dev-python/boto3/boto3-1.34.2.ebuild | 64 
 2 files changed, 65 insertions(+)

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index b669f5a2cd03..89bda8f832f3 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -1,3 +1,4 @@
 DIST boto3-1.33.11.gh.tar.gz 754430 BLAKE2B 
f206c6eeb9859af85f09bb48298b941fc0c969446766638c612fa1e88e19b8f9a99ec2ecbb8565a40432cc7a7f5362459af7488a172f4bca3179385d82742feb
 SHA512 
03f37d99b70d857d2d72e81e02fe3afb64d3139adde80db0bf3a2f78ce8fa33c5cc6965a8dbfd267b263711c73c355d69d7e629eb7f28e6bdccf5480ca9c9810
 DIST boto3-1.33.6.gh.tar.gz 752467 BLAKE2B 
f0f344a9e93ff3ad1dd03b44784a41637d05961855e2cd0700dbb840f98940f387cf81d1eb36cc63579be810f5a7d52c49cdb3831e930f89b1b2026af1e4b357
 SHA512 
1d3d2dd734621cf94e88015273f6fd4d68ec956145eb2b91fe34920f9abe7786a64e2e7f4057db30e71574e392fff9190944c3d9e6143fd43c5e48f04e9eb2ae
 DIST boto3-1.34.1.gh.tar.gz 755547 BLAKE2B 
ef830690a85802c8f540b23a5cf618b8a1c831ad94f8d5e759239201dc2bc3580b64d92c4cc6688c46e9b737e3dd9a67e5315d13a59fa79f63fb33c542273805
 SHA512 
bee4d7dcec1ee9c8b8cc121f5e8090c3da5c5a11c554a1fe8f32f38c7f4417e950cc920fbd64d45e81fadb6f58cb63cbf64667c34f3f12e60500f59b1428e78c
+DIST boto3-1.34.2.gh.tar.gz 756227 BLAKE2B 
7253c533bac45b3848ab573d4781cf68b6bea8d504f851b58366dd3e6ac05b35fb2a85cb7aaff0e426a6bd2f9fe2933dd240e4d0283e4491e095fa93b4061971
 SHA512 
06eaf9b6725d312d91a4a8ba3ab85dde5f579e6d2fa42211189a6f30584b7d2a5c0cca46264bda52a076c8bd1acac9ec0476eb5d986a8e29972f69b7007de3c2

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



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

2023-12-15 Thread Michał Górny
commit: 653e4f1a3f178f7f66edaadd9b9eeeb72dc47836
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 16 03:12:35 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 16 04:01:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=653e4f1a

dev-python/mido: Bump to 1.3.2

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

 dev-python/mido/Manifest  |  1 +
 dev-python/mido/mido-1.3.2.ebuild | 40 +++
 2 files changed, 41 insertions(+)

diff --git a/dev-python/mido/Manifest b/dev-python/mido/Manifest
index b1b39338d4c6..f2ed50fa4159 100644
--- a/dev-python/mido/Manifest
+++ b/dev-python/mido/Manifest
@@ -1,2 +1,3 @@
 DIST mido-1.3.0.tar.gz 121330 BLAKE2B 
bf6a20e12b609dc89600fa3b93ccf857fe9aad47ea71564773280c5cf0069b59deec3f8f7263d9949ccf0848b2b73e3e904057c3645069097a85469c8d78a391
 SHA512 
7e91daa704e72204af30af9c16a2e712a60794f8180c49d78de870381d50aac31029c01ae23fbb7c00947e299c1feba89622ea2648d54bd8786f497cf0a1bd20
 DIST mido-1.3.1.tar.gz 124019 BLAKE2B 
0d132d3f993b0f6d663b0347c7286e5d0d6bf32fe164bc1ccdd980ebce0edb83e00e37ab1f62759111b6e3b5b32edd6b822abbec208c93abe14d884de3cf490a
 SHA512 
a40cc8a140cbf1db815cad9b03c7f91e32292cf25aaea2b45613cbb4f1ee573847de3c8ad8bc24a8ef3cf68c01ce166881fe7156dd445b150c6f2a14e655d968
+DIST mido-1.3.2.tar.gz 124216 BLAKE2B 
f6eb230ad8ec02a9a2f0e5e1b332a70334433a1decddb341b1c315b878bdc2e7aefed3527c408a3da9264e7344439a69bf28bd2b4d810c29e4f4278aee8303b9
 SHA512 
5f31057a972f8ecdadcd135f2ffd68f70388bb8777f6bc7fa14c84aa8c57988a4f7443283dd093930352989d8a097177c6543a38440184c705cfaf82e3aaff83

diff --git a/dev-python/mido/mido-1.3.2.ebuild 
b/dev-python/mido/mido-1.3.2.ebuild
new file mode 100644
index ..fc7fb16de40f
--- /dev/null
+++ b/dev-python/mido/mido-1.3.2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="MIDI Objects, a library for working with MIDI messages and ports"
+HOMEPAGE="
+   https://pypi.org/project/mido/
+   https://github.com/mido/mido
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+portmidi rtmidi"
+
+RDEPEND="
+   >=dev-python/packaging-23.1[${PYTHON_USEDEP}]
+   portmidi? ( media-libs/portmidi )
+   rtmidi? ( dev-python/python-rtmidi[${PYTHON_USEDEP}] )
+"
+
+distutils_enable_sphinx docs \
+   dev-python/sphinx-rtd-theme
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # performance test
+   tests/midifiles/test_tracks.py::test_merge_large_midifile
+   )
+
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest
+}



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

2023-12-15 Thread Michał Górny
commit: 989449b7669fdcde6b0609395f40078807866f01
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 16 03:18:01 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 16 04:01:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=989449b7

dev-python/yarl: Remove old

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

 dev-python/yarl/Manifest  |  2 --
 dev-python/yarl/yarl-1.9.2.ebuild | 57 ---
 dev-python/yarl/yarl-1.9.3.ebuild | 37 -
 3 files changed, 96 deletions(-)

diff --git a/dev-python/yarl/Manifest b/dev-python/yarl/Manifest
index 61f2c7d9bae4..5fc801df3ff9 100644
--- a/dev-python/yarl/Manifest
+++ b/dev-python/yarl/Manifest
@@ -1,3 +1 @@
-DIST yarl-1.9.2.tar.gz 184673 BLAKE2B 
bb94131059d0cfaf88f04d62a44181245ebcb660cb44904f0b7e8d497905a16d0026aeff454b8179fab5342c6bf9c8d6aadade0d9f7c70321c71bbcc3998e9a3
 SHA512 
ffbb6df94220bb1561333f1ad69a70334328e2273ec5e91c2741f6fd5ca2f6dd38d5b5f617728797fce490accc2394a406a5f9b5b665af4746746229af0d7c5f
-DIST yarl-1.9.3.tar.gz 135606 BLAKE2B 
f73b41227c08c791442c4c96ec961bcdbc8078f72082a842b6537a28b212c8612d700f2245e8c431008b652afd59a08be36137e92ebb15f1ea2c733bfc00dd4f
 SHA512 
44dcc51c0b01eda024d9e6a236b95999a6be5989958362060b6b21c3d98fcb862824f7ec1897ac8c164ad2cb9362a2df4d40dcc980f57eaeefb0eddfc19b4741
 DIST yarl-1.9.4.tar.gz 141869 BLAKE2B 
367eac4674bf1190122f10bb1dc1c4f3d5e4263e1d95ff2b871067d55a894dc19a6bb5a6c673d1bed28b3c5f77c704799568edfe639d50f0ae10313eb847352d
 SHA512 
e4f7917f1625b40125abae9a13d61795f97e8cf489735e15cf58476e97c3bcf840b1452482f1f7a737fbb2bdd1dc7bbcfa882d0a7f76a27dfb3aea72b7a66c82

diff --git a/dev-python/yarl/yarl-1.9.2.ebuild 
b/dev-python/yarl/yarl-1.9.2.ebuild
deleted file mode 100644
index 4fc30d5ec478..
--- a/dev-python/yarl/yarl-1.9.2.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Yet another URL library"
-HOMEPAGE="
-   https://github.com/aio-libs/yarl/
-   https://pypi.org/project/yarl/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-macos"
-
-RDEPEND="
-   >=dev-python/multidict-4.0[${PYTHON_USEDEP}]
-   >=dev-python/idna-2.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/cython
-"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs \
-   dev-python/alabaster
-
-src_configure() {
-   set -- cython -3 yarl/_quoting_c.pyx
-   echo "${*}" >&2
-   "${@}" || die
-}
-
-python_test() {
-   local EPYTEST_DESELECT=()
-   if [[ ${EPYTHON} == python3.12 ]]; then
-   EPYTEST_DESELECT+=(
-   # tests for seemingly invalid addresses, unlikely to 
affect
-   # real world use
-   # https://github.com/aio-libs/yarl/issues/876
-   tests/test_url.py::test_ipv6_zone
-   tests/test_url.py::test_human_repr_delimiters
-   tests/test_url_parsing.py::TestHost::test_masked_ipv4
-   tests/test_url_parsing.py::TestHost::test_strange_ip
-   
tests/test_url_parsing.py::TestUserInfo::test_weird_user3
-   )
-   fi
-
-   cd tests || die
-   epytest --override-ini=addopts=
-}

diff --git a/dev-python/yarl/yarl-1.9.3.ebuild 
b/dev-python/yarl/yarl-1.9.3.ebuild
deleted file mode 100644
index b79589d8f530..
--- a/dev-python/yarl/yarl-1.9.3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=standalone
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Yet another URL library"
-HOMEPAGE="
-   https://github.com/aio-libs/yarl/
-   https://pypi.org/project/yarl/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~ia64 ~riscv ~sparc ~x86"
-
-RDEPEND="
-   >=dev-python/multidict-4.0[${PYTHON_USEDEP}]
-   >=dev-python/idna-2.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/cython[${PYTHON_USEDEP}]
-   dev-python/expandvars[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   cd tests || die
-   epytest --override-ini=addopts=
-}



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

2023-12-15 Thread Michał Górny
commit: a2b2d409e76de71a7ddaef71652149b77f7775a8
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 16 03:11:47 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 16 04:01:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2b2d409

dev-python/dask: Bump to 2023.12.1

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

 dev-python/dask/Manifest  |  1 +
 dev-python/dask/dask-2023.12.1.ebuild | 89 +++
 2 files changed, 90 insertions(+)

diff --git a/dev-python/dask/Manifest b/dev-python/dask/Manifest
index 0418eb1b8d85..9af228d29e7a 100644
--- a/dev-python/dask/Manifest
+++ b/dev-python/dask/Manifest
@@ -1,2 +1,3 @@
 DIST dask-2023.11.0.gh.tar.gz 8559592 BLAKE2B 
3d9e2d049c4ef3a880caef56298dfe76033a79d60424554f9122e68354bd2be2c6c0aae3b833c84d5704c45167b050c65227a0b799a5131600a1417a09bd4d1f
 SHA512 
1ebac9c9fb158682dc5063710fd11ccbe0f584cea26afad4b3fe01001f3f7d6888ddbb7653cfdaf2da4ca7acb2b88bc7b1d8b4055790e7036b419ae995346e8f
 DIST dask-2023.12.0.gh.tar.gz 8576162 BLAKE2B 
2e7764a0f2181daf96b175f5d4ad473f126df88614f00d434f74a9f291c6f654ba4a0961ae95737164b5cfda88755fe5734bdaed4821a4d88df4780544bad14f
 SHA512 
879d8a83f5659387bdfd425a68128b72745e693e9904164cfa2ff249682539d9051f5c19bcdf230cf3415b0f2253683dd6b286083be05124b2b5a900c9307104
+DIST dask-2023.12.1.gh.tar.gz 8967874 BLAKE2B 
f397512fb50a53719fff8e234db0e366b17c9abaca4b98c0b1d4a98287dec7f869612e688cfa2e717fc35c4ed1f7a8d8fe74c7dec939e8f669e6790490005370
 SHA512 
4a90239e83e7cbd4797ee91dc9609d7322a7003b976ed3309de95b47d20e2e9f449cea803618539c5f80ec552dd2ac71e55c87c024beeabf74062beeb3260292

diff --git a/dev-python/dask/dask-2023.12.1.ebuild 
b/dev-python/dask/dask-2023.12.1.ebuild
new file mode 100644
index ..e2f5047c0cef
--- /dev/null
+++ b/dev-python/dask/dask-2023.12.1.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 multiprocessing
+
+DESCRIPTION="Task scheduling and blocked algorithms for parallel processing"
+HOMEPAGE="
+   https://www.dask.org/
+   https://github.com/dask/dask/
+   https://pypi.org/project/dask/
+"
+SRC_URI="
+   https://github.com/dask/dask/archive/${PV}.tar.gz -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/click-8.1[${PYTHON_USEDEP}]
+   >=dev-python/cloudpickle-1.5.0[${PYTHON_USEDEP}]
+   >=dev-python/fsspec-2021.9.0[${PYTHON_USEDEP}]
+   >=dev-python/importlib-metadata-4.13.0[${PYTHON_USEDEP}]
+   >=dev-python/numpy-1.21[${PYTHON_USEDEP}]
+   >=dev-python/pandas-1.3[${PYTHON_USEDEP}]
+   >=dev-python/packaging-20.0[${PYTHON_USEDEP}]
+   >=dev-python/partd-1.2.0[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP}]
+   >=dev-python/toolz-0.10.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/toolz[${PYTHON_USEDEP}]
+   >=dev-python/versioneer-0.28[${PYTHON_USEDEP}]
+   test? (
+   dev-python/moto[${PYTHON_USEDEP}]
+   dev-python/numexpr[${PYTHON_USEDEP}]
+   dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   dev-python/scipy[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   # fails with sqlalchemy-2.0, even though we don't use it x_x
+   sed -i -e '/RemovedIn20Warning/d' pyproject.toml || die
+   sed -i -e 's:--cov-config=pyproject.toml::' pyproject.toml || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # more tests relying on -Werror
+   
"dask/array/tests/test_overlap.py::test_map_overlap_no_depth[None]"
+   dask/array/tests/test_random.py::test_RandomState_only_funcs
+   # TODO
+   
dask/array/tests/test_reductions.py::test_mean_func_does_not_warn
+   dask/tests/test_config.py::test__get_paths
+   dask/array/tests/test_linalg.py::test_solve_assume_a
+   
"dask/dataframe/tests/test_dataframe.py::test_repartition_npartitions[0-float-5-1-True]"
+   
"dask/dataframe/tests/test_dataframe.py::test_repartition_npartitions[1-float-5-1-True]"
+   dask/array/tests/test_image.py::test_preprocess
+   dask/tests/test_system.py::test_cpu_count_cgroups_v2
+   # require sqlalchemy<2.0
+   dask/dataframe/io/tests/test_sql.py
+   # crashes
+   
dask/tests/test_base.py::test_tokenize_object_with_recursion_error
+   )
+
+   if ! has_version -b "dev-python/pyarrow[parquet,${PYTHON_USEDEP}]"; then
+   EPYTEST_DESELECT+=(
+   

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

2023-12-15 Thread Michał Górny
commit: 307107d3938437ceb1cc934c30f31058622418a0
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 16 03:11:14 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 16 04:01:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=307107d3

dev-python/environs: Bump to 10.0.0

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

 dev-python/environs/Manifest   |  1 +
 dev-python/environs/environs-10.0.0.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/environs/Manifest b/dev-python/environs/Manifest
index e0f3c8cfc3da..9ccb60e612d8 100644
--- a/dev-python/environs/Manifest
+++ b/dev-python/environs/Manifest
@@ -1 +1,2 @@
+DIST environs-10.0.0.gh.tar.gz 23500 BLAKE2B 
c99a5972416a7959d06bb4541f6b319a948727386e621252e86389e3f271130917f6a056abe1363bd3bc4f10eb9d79107d9a6859fb4a745436fc35dd7a45e4d0
 SHA512 
4f2a485eb6a42687bd641f1468e70578eadaf01bd16fc121a9ba89725f560da1f1a4f0ba4476fbca561ffc6f4538c9a742b9335b89398d0abe09434e5e135957
 DIST environs-9.5.0.gh.tar.gz 23614 BLAKE2B 
118305f7d6d2906beff69aa028449f8a5f6eba7815ec63972593dd43930802b5d1bd60457edc9803ed8ad216ae8feaad0d77fc03cd21e9883c40dc6656b1102e
 SHA512 
8a73f9f89efe4d72b9a7a5a48b21ccaafcf32d59a6153c7cfa1c91d90a3a8a75e6c05d0ff0fecb94f593008dfff4c3534195f258391cee8fb720ee93c4f42812

diff --git a/dev-python/environs/environs-10.0.0.ebuild 
b/dev-python/environs/environs-10.0.0.ebuild
new file mode 100644
index ..fe7a5d785928
--- /dev/null
+++ b/dev-python/environs/environs-10.0.0.ebuild
@@ -0,0 +1,39 @@
+# 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_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python library for simplified environment variable parsing"
+HOMEPAGE="
+   https://github.com/sloria/environs/
+   https://pypi.org/project/environs/
+"
+SRC_URI="
+   https://github.com/sloria/environs/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+RDEPEND="
+   dev-python/python-dotenv[${PYTHON_USEDEP}]
+   dev-python/marshmallow[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/django-cache-url[${PYTHON_USEDEP}]
+   dev-python/dj-database-url[${PYTHON_USEDEP}]
+   dev-python/dj-email-url[${PYTHON_USEDEP}]
+   )
+"
+
+DOCS=( CHANGELOG.md CONTRIBUTING.md README.md  )
+
+distutils_enable_tests pytest



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

2023-12-15 Thread Michał Górny
commit: 349215554a485590de13d9b308b69d446ac3360c
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 16 03:06:54 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 16 04:01:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34921555

dev-python/botocore: Bump to 1.34.2

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

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

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index bbe07e0a1b48..6bef72d668b1 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,3 +1,4 @@
 DIST botocore-1.33.11.gh.tar.gz 12536159 BLAKE2B 
bce09ad1b93210667e3c1058ab3b4350b752e330c78c29af87c53b3f3f738dd7622b1b670a4fdbfa2dfdeaf763f9885b3f82ad0eb4f44c7e7585ae5b8eaa6b5d
 SHA512 
5d790bbb909230861cf2eb38908f5876ab9bd7e5dd1f718987797af0b263c7ea2c42d69aa1d55b66d1b954204caa04c50cd050385607637192e9ad6b33f65b7d
 DIST botocore-1.33.6.gh.tar.gz 12516087 BLAKE2B 
da3ca22acb5b6ee27eb3c0f7dab4ad43597ab985aa7512f4f4a51c2ca3db80a049e13faaf986dd4a02125f92c088129506651125a826184656250665dc7b7128
 SHA512 
cae5019d85c9b3afcfd93fe58d0e51c5a6e0769d58b2a8b1285a34ce66be8db34e9c5dc4dc74ff72e0992cdd142d101e3663fa1d68a2779fa9c09de37d2f2001
 DIST botocore-1.34.1.gh.tar.gz 12561522 BLAKE2B 
67b42866c4a00ea960b8d942110acdf9fd642e9164c987e12f9e12ceee37b1c4d9be59a3185006c19b52c31b957442fe4fa9de9d4d1d697854c0c1c7b9eb23cc
 SHA512 
04cba828baf7bb14f2cb2a3eedca6332842ca1d0c8d1e5ad837607ea6c5fe1564a222c516835d7f67e2fea85490032ef04d61d631c0cff6849ee7cdca5eeabf4
+DIST botocore-1.34.2.gh.tar.gz 12564834 BLAKE2B 
b22a3d3bd35b769a28ccb1a5116428e1904d0c9fc3452829237704dbec37a31a539f044a728b0785d09406d299d522dd601da39801249747d54e6741b46cafe2
 SHA512 
a3f3718bf584a871abbb3edc803de9d5329da257c050d56bdbf8a6a6c4067477812582fbd8d1d789ce18ea1f416d0ddb2be9cc3c45172292d061a94a12f3977b

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



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

2023-12-15 Thread Michał Górny
commit: 0be64194fb0bcd21f894ff6d918a98e909d35c15
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 16 03:07:18 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 16 04:01:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0be64194

app-admin/awscli: Bump to 1.32.2

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

 app-admin/awscli/Manifest |  1 +
 app-admin/awscli/awscli-1.32.2.ebuild | 88 +++
 2 files changed, 89 insertions(+)

diff --git a/app-admin/awscli/Manifest b/app-admin/awscli/Manifest
index 03d9f59d3653..e20d7c3f3990 100644
--- a/app-admin/awscli/Manifest
+++ b/app-admin/awscli/Manifest
@@ -1,3 +1,4 @@
 DIST aws-cli-1.31.11.gh.tar.gz 2605881 BLAKE2B 
816846d5dd50a382b837cb25e01be330cb345b55819907ddc8bd3a6623752322d5eb79526a42addb85e9b4dedbf86cee0f064f8ae87d9bd2b3ee996751f37265
 SHA512 
8147f2c39618317755903a49b02cbfacdc514fd76df31fd354526a684c8da97753d7e2429ca9d46f035fc12263cdec847078f7461dd1ed7948d6614d6408debb
 DIST aws-cli-1.31.6.gh.tar.gz 2605365 BLAKE2B 
30e7789a2a4f47b3b4dce9fb3c8083d56ebec8501d66fa03e34309c1c9e0c6302ce79c044fb1aecd879f2784443db5a9927bfb1c22e94883709600f0e1c538b4
 SHA512 
5da1be164d4e52b255093c0685b4add43a21b2f0259a6ad9b6e6bc1c7bbb17e1ee0db0f6b29ff0227b301d7f66e1d63b3d92047ccef5578b9de6b5579319be6c
 DIST aws-cli-1.32.1.gh.tar.gz 2607388 BLAKE2B 
4923e4b610542376639b3290651da23d58b0d893e029e80a23227fe7c3ad2ef821e532b5269fc0fa0fe143f6b632030288b4a8ecd21c3d2ec05a702529eadb1b
 SHA512 
bf23bafe3456ba609c182e68c691b9d69a2851582a7d466891d4cdf0d028ae3769b672bf43e38cd52299fa164fda6b1fef46329074f72b2a4a2b6996a6d4e072
+DIST aws-cli-1.32.2.gh.tar.gz 2609043 BLAKE2B 
18cf285e54c25605502167e4fa002f522063dd85fc0c09eb44b4513ada49dbe476ca4485bb1cb63e726c5e1bee6934ccfa340ac9c9daecae082abb1abd852426
 SHA512 
951814c6e5a5dcf74de12e66430c53ca010bae6a8c9984dc11ab456f1cbd4a3f32e5055b3f7587fdf8cff4c224f86bc95858a2556ed5b90981894f706ab1b023

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

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

2023-12-15 Thread Sam James
commit: 26ad45d46f830804143293d802da90b67d27fd66
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 16 03:41:54 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 16 03:41:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26ad45d4

app-emulation/virt-what: Stabilize 1.25 amd64, #920080

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

 app-emulation/virt-what/virt-what-1.25.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/virt-what/virt-what-1.25.ebuild 
b/app-emulation/virt-what/virt-what-1.25.ebuild
index 5d3d47376639..5ba9f58cd80f 100644
--- a/app-emulation/virt-what/virt-what-1.25.ebuild
+++ b/app-emulation/virt-what/virt-what-1.25.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://people.redhat.com/~rjones/virt-what/files/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~hppa ~ppc ~ppc64 ~riscv sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ppc ~ppc64 ~riscv sparc ~x86"
 IUSE="dmi"
 
 DEPEND="dev-lang/perl"



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

2023-12-15 Thread Sam James
commit: 444fdfe220dc1f7b4f3a6b2689b4eb0ccd4d773f
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 16 03:41:18 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 16 03:41:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=444fdfe2

sys-devel/gcc: add 12.3.1_p20231215

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

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

diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index eb2059ed6429..b63c246f1a97 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -17,6 +17,7 @@ DIST gcc-12-20231117.tar.xz 79812376 BLAKE2B 
a32153daa75f640cfbea7eea3bbf1391d9d
 DIST gcc-12-20231124.tar.xz 79820140 BLAKE2B 
8a4ea2e35955d72d6b87c3f352d2fadc859febf83e0df5846ad7749d496bcdc961d9fac76e4b3f91e2686e778a0433026a883d987cd5428a284d080eab82680d
 SHA512 
fc2ecae20b94dbbfd3e017f89355f159826a18a56634bc0e4c54fbed6a237bb11980a323056915af5cea307fb1fefc301f8f996ea04608541cb12020197f2844
 DIST gcc-12-20231201.tar.xz 79793864 BLAKE2B 
b5c19bb9cb5c03138f20baa1d199f8784ddf52980a30d8c22a69a4e7885d976da9b94f139c6d82fc520c033ee29992e3aabb23c8508c6b1a8913ec3d89b2db51
 SHA512 
c17383259cbf7bda6b10be954430676846cc443e0d83309dbe4e2f5b4ea53006c6d7cb1ce3d564a2a5d5b773af59cf2a0c7ce7f82cfd8da71060be233d7a986f
 DIST gcc-12-20231208.tar.xz 79805176 BLAKE2B 
6c280bafb849a59d68f77b52703686967230eb7ee56628160a955dfd45c32c2c7492f0f2eebdfe9985b96b670615e6e01af103d9f4c033245a0c699b6c8c3a18
 SHA512 
b53a83f13b2583466b135e4bbf868a59970ec17f779b1b333ce45e506380308a439ea2a8e1e9adc10c777ef1f6498c8011f3a340e90c326e9e323d908bf1abdf
+DIST gcc-12-20231215.tar.xz 79804016 BLAKE2B 
547def0a166db31d8654a8b85ec1320f0dfe30f3f340968a67761e7907f56eb135d5a7e28c582d74dabc835027e09eb282c2f01a7be1e830f5f73145739a3084
 SHA512 
72a0d0721c9d09b6afaf8f6214dec1a577debf0167569166f0fc7c808d90bece35bb088f810b36dc873cbf199b1ae91d5c64e1d6557c92abbf6cf3feb6fbcbfa
 DIST gcc-12.3.0-musl-patches-1.tar.xz 3572 BLAKE2B 
c7bf65f7c9ea8023ddaac821ee2b778622fa310ac72a72b2f7032494a8f304eac86217f9204622e6c21aaef9952bece0d09bc126facd4f42b602927909815ab5
 SHA512 
babc279fea2c1fd4c018815f2f5630214fd46015ce9f365c28af242681d51818eaca30ce298eddcab1eed5ac5f2759e2b47b2335afab9d722b4469a6d4fec326
 DIST gcc-12.3.0-patches-2.tar.xz 14236 BLAKE2B 
06c43662c9abb0fa3cf90d5e2273c69aecb9158e6cf6f23c04754ed5d686be2616e81e2502eb16f4298ddd50518ca7677e13249da9e9b091162d3931ff65e4fe
 SHA512 
b0d4b85dbf1a541997203b872e3106906b4ad49cde57e1428bc22b2f8e2d73b8cb10ae0d0b792aebaf664594da4d1dea04c44ddc34e59047410766db04d1
 DIST gcc-13-20230826.tar.xz 84285788 BLAKE2B 
c25be594e322dd7145245c42ae21b98aa9e3e6ae69f1fa313830e40bf2e8fcb8435762f1c9d3f1ca1dbf31653bdc76a658bec708b7850fe40a7c55504ac30618
 SHA512 
3d47632e90651bd50a881c727c1ef2aa3322b4fc3e082919ae430270901abf8a05a34fe93f8b678c10dc9a0758f93dc3b33ed5947c8743dab453d2b50c063722

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

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

2023-12-15 Thread Sam James
commit: 3fd84f6775ca068ad178e2f3a94fe445ec1a5948
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 16 03:39:18 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 16 03:39:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fd84f67

sys-devel/gcc: add 11.4.1_p20231214

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

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

diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index 2b747014702c..eb2059ed6429 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -7,6 +7,7 @@ DIST gcc-11-20231116.tar.xz 76229556 BLAKE2B 
d86238ccc5f477316cf9b24f85335e2eaef
 DIST gcc-11-20231123.tar.xz 76227160 BLAKE2B 
20fb3d3ec58c0c78a795ffbd154d76b203670f16b1a8c8eac4d17b4b2abd09e2def944c7765582889d7c79934a35c5852db8b0713bac8a3254df86eabce55a6a
 SHA512 
49db02156afb5005822080a00172801ea1f3e62ae26eabf2edc9033c9577bc529adb8c9e259bb3e23d075741ff9074b6b1f33c158cdd60b7b23760e64f3f5c58
 DIST gcc-11-20231130.tar.xz 76233368 BLAKE2B 
c5675854585458e94b743eb98f6cf43b72f672fb2cdbd2f185b411f8943f70fff97f5613863bbe6a9eb85d4d8469ee13f2c0a601540c791dc249e2bd5e6f9373
 SHA512 
c1e611e2dee35448ff162c0be32a67937db45535e2f93c3fc7bfbb24dd57e2cd6bf840b47cc8d60183e5aec9ff87de56e85ddf491b3304307ca584e911d1b1f0
 DIST gcc-11-20231207.tar.xz 76225664 BLAKE2B 
a5e8391a23b5f8769b49f64a92f770b591990d9e2c2cc2b32bbb75f4342144a99cd9880e1e364b55fbfcc8b511a56ff68e2463f7588a4e5593059fbb784a24bf
 SHA512 
2359e2fb379a5573ddd05b9cdea1c3d7fd531014d436f32ed49c8cd8b830c722b7a4e03b2c51d871c880795762df70aeb9d9ebde0f05fd74483e75e89e80fefb
+DIST gcc-11-20231214.tar.xz 76228348 BLAKE2B 
fded6ed91e9376d23652490f6b36cf847d1e01c449a26f756a7aee753dd82af37e3583f0cdae3c987923bb8938ed5a199db2b9a7a0c7fe7c8ceb6c8046029c4a
 SHA512 
4e7a644fcd6c51d82b7b4fea368f0c26a887ccc694cddc0ca80af8dad289fe05f92b8036403075e62302a03f6f93a41291e2e925dd6f63e738772ea8f67b432a
 DIST gcc-11.4.0-musl-patches-2.tar.xz 4308 BLAKE2B 
a2335e155fc57816fed822a648e0eaefafcba9d04e1ad0fd7baeea5a694ab6f5e3c1678cb406f2a1bd17bab25cb01699d032713a1ccf337948dfda2093844607
 SHA512 
17b84f907cb1bd763873655e6f35fd3ed55a40b602b70a626f04f83b4cc89c6261db1661de78d4d969187a8c56e9f6305b742515a3836b962248a21df0df5d0c
 DIST gcc-11.4.0-patches-10.tar.xz 13852 BLAKE2B 
54937d13e30e2a5303c7e197fae09eeed35ca0b9783625e02578fcee829b5503fb22d664366322b304df7d01ae807d00af7c93db3e3ceebe4851e15647724f87
 SHA512 
31b4d7a2e7cc589e92e12c3583d13d41c523cafbd309bc0532df9b68ea2473c89daef4c0edd3ce2917b5823d81a7792f145b9449f16277d0d64c22ceff50bbb9
 DIST gcc-11.4.0-patches-11.tar.xz 14268 BLAKE2B 
7650366a8ff48855efb7ff7e7e61b2ccada669f95154bb176d6422fb6d2da3c3f332987338164350295683687283004733dae90ef5e0a11fb0803b0e37e1dfad
 SHA512 
707f741977de0f13abf45e90595ecfbdcd6a94d0583a7568a69333d5a717d3f82a08c1c1b695cdbf956b1eea3b6d325fdb27bba4b931216c03f591684d93b959

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

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

2023-12-15 Thread David Roman
commit: 37b19b0b828c3003e5243bd5f423164c0178d16b
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Sat Dec 16 01:19:16 2023 +
Commit: David Roman  gmail  com>
CommitDate: Sat Dec 16 01:24:34 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=37b19b0b

www-apps/pleroma: add 2.6.1, drop 2.6.0

Closes: https://bugs.gentoo.org/916730
Closes: https://bugs.gentoo.org/916731
Closes: https://bugs.gentoo.org/916732
Closes: https://bugs.gentoo.org/916733
Signed-off-by: Haelwenn (lanodan) Monnier  hacktivis.me>

 www-apps/pleroma/Manifest   | 2 +-
 www-apps/pleroma/{pleroma-2.6.0.ebuild => pleroma-2.6.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/pleroma/Manifest b/www-apps/pleroma/Manifest
index 67b494cd6a..9e9c7dd5a3 100644
--- a/www-apps/pleroma/Manifest
+++ b/www-apps/pleroma/Manifest
@@ -1 +1 @@
-DIST pleroma-v2.6.0.tar.gz 27813368 BLAKE2B 
0142662828d98372717dfb0d956b33e18cbfda75b5e8a8bdb13b013b5375803f57226f9fcb875233e6052f5dab41f97f1c8fa6ff4667b84b207daf89791f5d5b
 SHA512 
cba8aef6b840ef8a3f96eede41b126f0adc7872acb88f9bd9d932538a4a2508f59edf39758156b832791b536168af83ffbf41a1ce77db3228bf3a5f44d33ada6
+DIST pleroma-v2.6.1.tar.gz 28130367 BLAKE2B 
e4d742b439efea9e23c02813d6a012b62c317dc64c5c404224513304c38bb14bf26639f89d0c6271f68c312a976a464b0dd6b7616e8aac4397d7f198d306c36e
 SHA512 
02202371e6feebd132c5bdd490a5b94a750006eaf9d86cab6c9459891ec456ee6b4e9ba681d5ca4bb23af1e0ee92baa9ccfb7f5dbaebc35b9d1aad153007d9c3

diff --git a/www-apps/pleroma/pleroma-2.6.0.ebuild 
b/www-apps/pleroma/pleroma-2.6.1.ebuild
similarity index 100%
rename from www-apps/pleroma/pleroma-2.6.0.ebuild
rename to www-apps/pleroma/pleroma-2.6.1.ebuild



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

2023-12-15 Thread Sam James
commit: 4729954ba5fe58afb841161ecf852ebf4de5b6f3
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 16 03:08:36 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 16 03:08:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4729954b

sys-auth/polkit: Stabilize 123 amd64, #920082

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

 sys-auth/polkit/polkit-123.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/polkit/polkit-123.ebuild 
b/sys-auth/polkit/polkit-123.ebuild
index 0fc810becee3..efa0d06ad489 100644
--- a/sys-auth/polkit/polkit-123.ebuild
+++ b/sys-auth/polkit/polkit-123.ebuild
@@ -22,7 +22,7 @@ fi
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86"
 IUSE="+daemon +duktape examples gtk +introspection kde pam selinux systemd 
test"
 # https://gitlab.freedesktop.org/polkit/polkit/-/issues/181 for test 
restriction
 RESTRICT="!test? ( test ) test"



[gentoo-commits] repo/gentoo:master commit in: app-doc/doxygen/

2023-12-15 Thread Sam James
commit: 712f6dc0926c54896d6c0717b2c8ccc4d38af2d4
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 16 03:07:01 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 16 03:08:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=712f6dc0

app-doc/doxygen: improve -O2 forcing

No idea why this is there but improve the output (less noisy) and add a
TODO comment.

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

 app-doc/doxygen/doxygen-1.9.8.ebuild | 8 ++--
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/app-doc/doxygen/doxygen-1.9.8.ebuild 
b/app-doc/doxygen/doxygen-1.9.8.ebuild
index 5d806d2fbc60..d89d17e34816 100644
--- a/app-doc/doxygen/doxygen-1.9.8.ebuild
+++ b/app-doc/doxygen/doxygen-1.9.8.ebuild
@@ -98,13 +98,9 @@ src_prepare() {
doc/maintainers.txt || die
 
if is-flagq "-O3" ; then
-   ewarn
+   # TODO: Investigate this and report a bug accordingly...
ewarn "Compiling with -O3 is known to produce incorrectly"
-   ewarn "optimized code which breaks doxygen."
-   ewarn
-   elog
-   elog "Continuing with -O2 instead ..."
-   elog
+   ewarn "optimized code which breaks doxygen. Using -O2 instead."
replace-flags "-O3" "-O2"
fi
 }



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

2023-12-15 Thread Sam James
commit: 7ff6518f9884a4db26a65d4d29b9084ca51834b9
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 16 03:08:37 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 16 03:08:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ff6518f

app-misc/rlwrap: Stabilize 0.46.1 amd64, #920086

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

 app-misc/rlwrap/rlwrap-0.46.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/rlwrap/rlwrap-0.46.1.ebuild 
b/app-misc/rlwrap/rlwrap-0.46.1.ebuild
index a86c8be8af09..82bf44bf26bb 100644
--- a/app-misc/rlwrap/rlwrap-0.46.1.ebuild
+++ b/app-misc/rlwrap/rlwrap-0.46.1.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/hanslub42/rlwrap/releases/download/${PV}/${P}.tar.gz
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 arm64 ~mips ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos"
+KEYWORDS="amd64 arm64 ~mips ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos"
 IUSE="debug"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-doc/doxygen/

2023-12-15 Thread Sam James
commit: 68ed17b3a3185390ee87d59080ab7988cf038a93
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 16 03:08:00 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 16 03:08:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68ed17b3

app-doc/doxygen: filter -fipa-pta

Very slow to compile and not worth it here.

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

 app-doc/doxygen/doxygen-1.9.8.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/app-doc/doxygen/doxygen-1.9.8.ebuild 
b/app-doc/doxygen/doxygen-1.9.8.ebuild
index d89d17e34816..124dfdecb4fe 100644
--- a/app-doc/doxygen/doxygen-1.9.8.ebuild
+++ b/app-doc/doxygen/doxygen-1.9.8.ebuild
@@ -106,6 +106,8 @@ src_prepare() {
 }
 
 src_configure() {
+   # Very slow to compile, bug #920092
+   filter-flags -fipa-pta
# -Wodr warnings, see bug #854357 and 
https://github.com/doxygen/doxygen/issues/9287
filter-lto
 



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

2023-12-15 Thread Sam James
commit: c44005d208d2ed776234965067c0845d973f6121
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 16 03:08:35 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 16 03:08:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c44005d2

sys-fs/lvm2: Stabilize 2.03.22-r2 arm64, #916094

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

 sys-fs/lvm2/lvm2-2.03.22-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/lvm2/lvm2-2.03.22-r2.ebuild 
b/sys-fs/lvm2/lvm2-2.03.22-r2.ebuild
index c8d88c2ef70d..84566cbea72d 100644
--- a/sys-fs/lvm2/lvm2-2.03.22-r2.ebuild
+++ b/sys-fs/lvm2/lvm2-2.03.22-r2.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN^^}.${PV}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm arm64 ~loong ~mips ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="lvm readline sanlock selinux static static-libs systemd thin +udev 
valgrind"
 REQUIRED_USE="
static? ( !systemd !udev )



[gentoo-commits] repo/gentoo:master commit in: sci-electronics/spice/

2023-12-15 Thread Sam James
commit: fc59b6a5f5dc67d527a9f45d716f590608345bad
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 16 03:04:23 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 16 03:04:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc59b6a5

sci-electronics/spice: Stabilize 3.5.5-r4 amd64, #920070

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

 sci-electronics/spice/spice-3.5.5-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-electronics/spice/spice-3.5.5-r4.ebuild 
b/sci-electronics/spice/spice-3.5.5-r4.ebuild
index 931d96996b3b..383863ebe1d0 100644
--- a/sci-electronics/spice/spice-3.5.5-r4.ebuild
+++ b/sci-electronics/spice/spice-3.5.5-r4.ebuild
@@ -13,7 +13,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 
 RDEPEND="
sys-libs/ncurses:0=



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

2023-12-15 Thread Sam James
commit: 2f227e087857f2b0bb1a3264894aced96a0787e5
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 16 03:04:24 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 16 03:04:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f227e08

app-admin/selint: Stabilize 1.2.1 amd64, #920078

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

 app-admin/selint/selint-1.2.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/selint/selint-1.2.1.ebuild 
b/app-admin/selint/selint-1.2.1.ebuild
index 358b8be6eee1..056eafb3124f 100644
--- a/app-admin/selint/selint-1.2.1.ebuild
+++ b/app-admin/selint/selint-1.2.1.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"
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI="https://github.com/TresysTechnology/selint.git;
 else

SRC_URI="https://github.com/TresysTechnology/selint/releases/download/v${PV}/${P}.tar.gz;
-   KEYWORDS="~amd64 ~arm ~x86"
+   KEYWORDS="amd64 ~arm ~x86"
 fi
 
 LICENSE="Apache-2.0"



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

2023-12-15 Thread Rick Farina
commit: 735cda13ef24fa7d5c2070e8883225aafe51f4f5
Author: Rick Farina  gentoo  org>
AuthorDate: Sat Dec 16 03:02:58 2023 +
Commit: Rick Farina  gentoo  org>
CommitDate: Sat Dec 16 03:03:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=735cda13

net-wireless/gr-osmosdr: add 0.2.5

Move to using new upstream location (still original upstream)
Github mirror is not currently being updated, email sent to upstream,
removing for now
Signed-off-by: Rick Farina  gentoo.org>

 net-wireless/gr-osmosdr/Manifest   |  1 +
 .../{gr-osmosdr-.ebuild => gr-osmosdr-0.2.5.ebuild}| 10 +++---
 net-wireless/gr-osmosdr/gr-osmosdr-.ebuild | 10 +++---
 net-wireless/gr-osmosdr/metadata.xml   |  3 ---
 4 files changed, 7 insertions(+), 17 deletions(-)

diff --git a/net-wireless/gr-osmosdr/Manifest b/net-wireless/gr-osmosdr/Manifest
index 453f9b2916af..84db96a74b50 100644
--- a/net-wireless/gr-osmosdr/Manifest
+++ b/net-wireless/gr-osmosdr/Manifest
@@ -1,2 +1,3 @@
 DIST gr-osmosdr-0.2.3_p20210128.tar.gz 257938 BLAKE2B 
1bdb3b57ec6a2f942769770c34d41b4e3db5b62f8c337d724b0099f9a2fe5bdb7231bc0727dfe4bd01cd62918b4847ea2f8780208c0960bced5853c716ec6f02
 SHA512 
4dcb6b2c10eeb2252111ba691be179fe5b6dc9598fa7e6129a3b214ee74d43ca2d67ab5eafa73cea2abb25729c24be0592585d149e13c7285f2ce330e52a6470
 DIST gr-osmosdr-0.2.4.tar.gz 260745 BLAKE2B 
6af08b2658619edbbbf398aebcd3b3262f03aa7ed9d18c31970c255f093ea60d8da8597635fdd33a267a005a375fd54b82d1405c6674ad92721c38b3e4660a16
 SHA512 
04b54c92e40e58b76a9e6c9c3fb419f97af2599ca2f92cb58858464722e993ebe05896ffee2592ced729521ec65857eac9fac7809567c8b6de62a0ff99f615d5
+DIST gr-osmosdr-0.2.5.tar.gz 267914 BLAKE2B 
cec3790513a8e050610cb4b7f928c7b1d47e5b34e372f577c7f90a929a7353e2d7a86d04b8fcde57b24cc08554c5bee7257c052263de55e0f5ba3201f19a275c
 SHA512 
d1c126d94accbd292624022df6ff7febecb1c73c3a1a0c3e8d0e3e4d882076df5b77ad14d79966a150e2c9d889c391239b1dc831acf49cdf891a19db7f830901

diff --git a/net-wireless/gr-osmosdr/gr-osmosdr-.ebuild 
b/net-wireless/gr-osmosdr/gr-osmosdr-0.2.5.ebuild
similarity index 87%
copy from net-wireless/gr-osmosdr/gr-osmosdr-.ebuild
copy to net-wireless/gr-osmosdr/gr-osmosdr-0.2.5.ebuild
index c2a2986ffc9f..9ff0faaaba65 100644
--- a/net-wireless/gr-osmosdr/gr-osmosdr-.ebuild
+++ b/net-wireless/gr-osmosdr/gr-osmosdr-0.2.5.ebuild
@@ -14,15 +14,11 @@ HOMEPAGE="
 
 if [[ ${PV} == * ]]; then
inherit git-r3
-   EGIT_REPO_URI="https://github.com/osmocom/gr-osmosdr.git;
+   EGIT_REPO_URI="https://gitea.osmocom.org/sdr/gr-osmosdr.git;
 else
-   #commit
-   COMMIT="a100eb024c0210b95e4738b6efd836d48225bd03"
-   SRC_URI="https://github.com/osmocom/gr-osmosdr/archive/${COMMIT}.tar.gz 
-> ${P}.tar.gz"
-   S="${WORKDIR}/${PN}-${COMMIT}"
-   #release
-   #SRC_URI="https://github.com/osmocom/gr-osmosdr/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
+   SRC_URI="https://gitea.osmocom.org/sdr/gr-osmosdr/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~riscv ~x86"
+   S="${WORKDIR}/${PN}"
 fi
 
 LICENSE="GPL-3"

diff --git a/net-wireless/gr-osmosdr/gr-osmosdr-.ebuild 
b/net-wireless/gr-osmosdr/gr-osmosdr-.ebuild
index c2a2986ffc9f..9ff0faaaba65 100644
--- a/net-wireless/gr-osmosdr/gr-osmosdr-.ebuild
+++ b/net-wireless/gr-osmosdr/gr-osmosdr-.ebuild
@@ -14,15 +14,11 @@ HOMEPAGE="
 
 if [[ ${PV} == * ]]; then
inherit git-r3
-   EGIT_REPO_URI="https://github.com/osmocom/gr-osmosdr.git;
+   EGIT_REPO_URI="https://gitea.osmocom.org/sdr/gr-osmosdr.git;
 else
-   #commit
-   COMMIT="a100eb024c0210b95e4738b6efd836d48225bd03"
-   SRC_URI="https://github.com/osmocom/gr-osmosdr/archive/${COMMIT}.tar.gz 
-> ${P}.tar.gz"
-   S="${WORKDIR}/${PN}-${COMMIT}"
-   #release
-   #SRC_URI="https://github.com/osmocom/gr-osmosdr/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
+   SRC_URI="https://gitea.osmocom.org/sdr/gr-osmosdr/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~riscv ~x86"
+   S="${WORKDIR}/${PN}"
 fi
 
 LICENSE="GPL-3"

diff --git a/net-wireless/gr-osmosdr/metadata.xml 
b/net-wireless/gr-osmosdr/metadata.xml
index e19fa75ed167..034011869409 100644
--- a/net-wireless/gr-osmosdr/metadata.xml
+++ b/net-wireless/gr-osmosdr/metadata.xml
@@ -16,7 +16,4 @@
Build with Ettus Research USRP Hardware Driver 
support through net-wireless/uhd
Build with xtrx Hardware Driver support 
through net-wireless/libxtrx

-   
-   osmocom/gr-osmosdr
-   
 



[gentoo-commits] repo/gentoo:master commit in: sys-block/mbuffer/files/

2023-12-15 Thread Sam James
commit: 9a3a7ea5d93ad545879c44a0a847994fe9495e3c
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 16 02:33:28 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 16 02:35:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a3a7ea5

sys-block/mbuffer: add upstream submission note

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

 sys-block/mbuffer/files/mbuffer-20230301-which.patch | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-block/mbuffer/files/mbuffer-20230301-which.patch 
b/sys-block/mbuffer/files/mbuffer-20230301-which.patch
index 89054d646faf..94396d4f0bd0 100644
--- a/sys-block/mbuffer/files/mbuffer-20230301-which.patch
+++ b/sys-block/mbuffer/files/mbuffer-20230301-which.patch
@@ -1,3 +1,4 @@
+Sent upstream by email on 2023-12-16.
 --- a/mkversion.sh
 +++ b/mkversion.sh
 @@ -21,9 +21,9 @@



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

2023-12-15 Thread Sam James
commit: b34e9b65ca386ae1e3478ee00306a05c22763a2d
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 16 02:36:21 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 16 02:36:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b34e9b65

app-misc/rlwrap: Stabilize 0.46.1 arm64, #920086

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

 app-misc/rlwrap/rlwrap-0.46.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/rlwrap/rlwrap-0.46.1.ebuild 
b/app-misc/rlwrap/rlwrap-0.46.1.ebuild
index 7b7f4d2ef6f0..a86c8be8af09 100644
--- a/app-misc/rlwrap/rlwrap-0.46.1.ebuild
+++ b/app-misc/rlwrap/rlwrap-0.46.1.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
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/hanslub42/rlwrap/releases/download/${PV}/${P}.tar.gz
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~mips ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos"
+KEYWORDS="~amd64 arm64 ~mips ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos"
 IUSE="debug"
 
 RDEPEND="



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

2023-12-15 Thread Sam James
commit: ebc4582eccf0220af69ff2e81375f5ba9f2b10f8
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 16 02:36:23 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 16 02:36:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebc4582e

app-misc/screen: Stabilize 4.9.1 arm64, #920087

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

 app-misc/screen/screen-4.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/screen/screen-4.9.1.ebuild 
b/app-misc/screen/screen-4.9.1.ebuild
index 8eab76ed6d69..2c1781cca41f 100644
--- a/app-misc/screen/screen-4.9.1.ebuild
+++ b/app-misc/screen/screen-4.9.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://www.gnu.org/software/screen/;
 
 if [[ ${PV} !=  ]] ; then
SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+   KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 else
inherit git-r3
EGIT_REPO_URI="https://git.savannah.gnu.org/git/screen.git;



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

2023-12-15 Thread Sam James
commit: 2b237c4b6a2bee9fd99ec7fe3362c6fc58a90445
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 16 02:33:42 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 16 02:35:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b237c4b

sys-libs/libseccomp: drop use of which for tests

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

 .../files/libseccomp-2.5.5-which-hunt.patch| 69 ++
 sys-libs/libseccomp/libseccomp-2.5.5.ebuild|  1 +
 2 files changed, 70 insertions(+)

diff --git a/sys-libs/libseccomp/files/libseccomp-2.5.5-which-hunt.patch 
b/sys-libs/libseccomp/files/libseccomp-2.5.5-which-hunt.patch
new file mode 100644
index ..90dc25bf4e7c
--- /dev/null
+++ b/sys-libs/libseccomp/files/libseccomp-2.5.5-which-hunt.patch
@@ -0,0 +1,69 @@
+https://github.com/seccomp/libseccomp/pull/424
+
+From 865adeed17cac7063cbbce0c5df225aa35c83621 Mon Sep 17 00:00:00 2001
+From: Sam James 
+Date: Sat, 16 Dec 2023 02:17:36 +
+Subject: [PATCH] tests: avoid use of non-portable `which`
+
+which is not a standard POSIX utility, and indeed, each of these test scripts
+uses #!/bin/bash as its shebang, so we can use `type -P` which has the same
+behaviour as `which` for free.
+
+(If the tests used POSIX shell, we could do `command -v`, its only caveat is
+that it'll pick up functions in the user's shell, which doesn't matter 99% of
+the time anyway.)
+
+Distributions like Debian [0] and Gentoo [1] are looking to remove `which`
+from their base set of packages.
+
+[0] https://lwn.net/Articles/874049/
+[1] https://bugs.gentoo.org/646588
+
+Signed-off-by: Sam James 
+--- a/tests/38-basic-pfc_coverage.sh
 b/tests/38-basic-pfc_coverage.sh
+@@ -18,7 +18,7 @@
+ #
+ function check_deps() {
+   [[ -z "$1" ]] && return
+-  which "$1" >& /dev/null
++  type -P "$1" >& /dev/null
+   return $?
+ }
+ 
+--- a/tests/55-basic-pfc_binary_tree.sh
 b/tests/55-basic-pfc_binary_tree.sh
+@@ -18,7 +18,7 @@
+ #
+ function check_deps() {
+   [[ -z "$1" ]] && return
+-  which "$1" >& /dev/null
++  type -P "$1" >& /dev/null
+   return $?
+ }
+ 
+--- a/tests/regression
 b/tests/regression
+@@ -73,7 +73,7 @@ GLBL_SYS_API="../tools/scmp_api_level"
+ #
+ function check_deps() {
+   [[ -z "$1" ]] && return
+-  which "$1" >& /dev/null
++  type -P "$1" >& /dev/null
+   return $?
+ }
+ 
+--- a/tests/testgen
 b/tests/testgen
+@@ -32,7 +32,7 @@
+ #
+ function verify_deps() {
+   [[ -z "$1" ]] && return
+-  if ! which "$1" >& /dev/null; then
++  if ! type -P "$1" >& /dev/null; then
+   echo "error: install \"$1\" and include it in your \$PATH"
+   exit 1
+   fi
+-- 
+2.43.0
+

diff --git a/sys-libs/libseccomp/libseccomp-2.5.5.ebuild 
b/sys-libs/libseccomp/libseccomp-2.5.5.ebuild
index e65a98cb7fc6..51018de4ccdd 100644
--- a/sys-libs/libseccomp/libseccomp-2.5.5.ebuild
+++ b/sys-libs/libseccomp/libseccomp-2.5.5.ebuild
@@ -40,6 +40,7 @@ BDEPEND="${DEPEND}
 PATCHES=(
"${FILESDIR}"/libseccomp-python-shared.patch
"${FILESDIR}"/libseccomp-2.5.3-skip-valgrind.patch
+   "${FILESDIR}"/libseccomp-2.5.5-which-hunt.patch
 )
 
 src_prepare() {



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

2023-12-15 Thread Sam James
commit: 71321bb8414ffb215b934234381e823f095f279f
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 16 02:36:22 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 16 02:36:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71321bb8

app-misc/screen: Stabilize 4.9.1 arm, #920087

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

 app-misc/screen/screen-4.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/screen/screen-4.9.1.ebuild 
b/app-misc/screen/screen-4.9.1.ebuild
index 7ebf231bb73b..8eab76ed6d69 100644
--- a/app-misc/screen/screen-4.9.1.ebuild
+++ b/app-misc/screen/screen-4.9.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://www.gnu.org/software/screen/;
 
 if [[ ${PV} !=  ]] ; then
SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+   KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 else
inherit git-r3
EGIT_REPO_URI="https://git.savannah.gnu.org/git/screen.git;



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

2023-12-15 Thread David Roman
commit: ebfac1603898c918f9bb568e64490bcae030fa91
Author: David Roman  gmail  com>
AuthorDate: Sat Dec 16 02:17:36 2023 +
Commit: David Roman  gmail  com>
CommitDate: Sat Dec 16 02:17:36 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ebfac160

dev-python/celery: add 5.3.6, drop 5.3.0_beta2

Signed-off-by: David Roman  gmail.com>

 dev-python/celery/Manifest   | 2 +-
 dev-python/celery/{celery-5.3.0_beta2.ebuild => celery-5.3.6.ebuild} | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/celery/Manifest b/dev-python/celery/Manifest
index 7042e00e5d..8dcffe5f86 100644
--- a/dev-python/celery/Manifest
+++ b/dev-python/celery/Manifest
@@ -1 +1 @@
-DIST celery-5.3.0_beta2.gh.tar.gz 1539309 BLAKE2B 
262b28dc72f689a888f6faae2ae5a8fde8d37cb3a07c76acb141ee922fd512f2bf621c5ec28b941b1b95e723e3cfe8ec00451a168c9f3b4e401f4aa2110aca2d
 SHA512 
d8cf774050374ee4bead19135d2b7b5d6f3d48f724ccabd4fdcc487fffde58ee678988e95a18d463b0318a2e6617278aac1e22c528ed18f661f0139c2e728909
+DIST celery-5.3.6.gh.tar.gz 1563926 BLAKE2B 
c5f86110f7907b8ae084354dafe4e26adb07702150658ddb60a85f58c3e80106aafb921150c78670d05c68c26f17ad1144b4142d6ec9b86e9c9cdb1b653baaa6
 SHA512 
529611c0d3bfcbfcc931e5d20cf89a4710a8d2e70639e5c2e991ba020c3c2402bfd38b7ef17ecfbc5fe493f046531094158e81b03610191c3af2b531cc913762

diff --git a/dev-python/celery/celery-5.3.0_beta2.ebuild 
b/dev-python/celery/celery-5.3.6.ebuild
similarity index 97%
rename from dev-python/celery/celery-5.3.0_beta2.ebuild
rename to dev-python/celery/celery-5.3.6.ebuild
index a7307ba60e..9381094487 100644
--- a/dev-python/celery/celery-5.3.0_beta2.ebuild
+++ b/dev-python/celery/celery-5.3.6.ebuild
@@ -4,7 +4,8 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_{10,11} )
+
 inherit bash-completion-r1 check-reqs distutils-r1 optfeature
 
 MY_PV="${PV/_beta/b}"
@@ -52,7 +53,6 @@ BDEPEND="
>=dev-python/pytest-timeout-1.4.2[${PYTHON_USEDEP}]
>=dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
dev-python/redis[${PYTHON_USEDEP}]
-   dev-python/sphinx-testing[${PYTHON_USEDEP}]
dev-python/tblib[${PYTHON_USEDEP}]
sci-astronomy/pyephem[${PYTHON_USEDEP}]
)



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

2023-12-15 Thread David Roman
commit: 1759fa15156f6961489eb1ae320d98cef5909ace
Author: David Roman  gmail  com>
AuthorDate: Sat Dec 16 02:16:51 2023 +
Commit: David Roman  gmail  com>
CommitDate: Sat Dec 16 02:16:51 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1759fa15

dev-python/pytest-celery: enable py3.11

Signed-off-by: David Roman  gmail.com>

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

diff --git a/dev-python/pytest-celery/pytest-celery-0.1.0.ebuild 
b/dev-python/pytest-celery/pytest-celery-0.1.0.ebuild
index e83fe3fd0a..c1fd36de91 100644
--- a/dev-python/pytest-celery/pytest-celery-0.1.0.ebuild
+++ b/dev-python/pytest-celery/pytest-celery-0.1.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_{10,11} )
 inherit distutils-r1
 
 DESCRIPTION="a shim pytest plugin to enable celery.contrib.pytest"



[gentoo-commits] repo/gentoo:master commit in: app-editors/logseq-desktop-bin/

2023-12-15 Thread Marc Schiffbauer
commit: 177ce59bbd7d363aef7b745f3e6df46f98947afe
Author: Alfred Wingate  protonmail  com>
AuthorDate: Thu Dec 14 21:09:27 2023 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Sat Dec 16 01:50:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=177ce59b

app-editors/logseq-desktop-bin: revamp

* All around revamp with lessons taken from net-im/discord.

Signed-off-by: Alfred Wingate  protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/34281
Signed-off-by: Marc Schiffbauer  gentoo.org>

 .../logseq-desktop-bin-0.10.1-r1.ebuild| 60 ---
 .../logseq-desktop-bin-0.10.1-r2.ebuild| 88 ++
 2 files changed, 88 insertions(+), 60 deletions(-)

diff --git a/app-editors/logseq-desktop-bin/logseq-desktop-bin-0.10.1-r1.ebuild 
b/app-editors/logseq-desktop-bin/logseq-desktop-bin-0.10.1-r1.ebuild
deleted file mode 100644
index 3c74b68e8ecd..
--- a/app-editors/logseq-desktop-bin/logseq-desktop-bin-0.10.1-r1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit desktop unpacker
-
-DESCRIPTION="A privacy-first, open-source platform for knowledge sharing and 
management."
-HOMEPAGE="https://github.com/logseq/logseq;
-SRC_URI="https://github.com/logseq/logseq/releases/download/${PV}/logseq-linux-x64-${PV}.zip
 -> ${P}.zip"
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RESTRICT="mirror splitdebug"
-
-DEPEND=""
-RDEPEND=">=dev-libs/openssl-3
-   app-accessibility/at-spi2-core:2
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   media-libs/alsa-lib
-   media-libs/mesa
-   net-misc/curl
-   net-print/cups
-   sys-apps/dbus
-   sys-libs/zlib
-   x11-libs/cairo
-   x11-libs/gtk+:3
-   x11-libs/libX11
-   x11-libs/libXcomposite
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXrandr
-   x11-libs/libdrm
-   x11-libs/libxcb
-   x11-libs/libxkbcommon
-   x11-libs/pango"
-
-BDEPEND="app-arch/unzip"
-
-QA_PREBUILT="*"
-S="${WORKDIR}/Logseq-linux-x64"
-
-src_install() {
-   domenu "${FILESDIR}/logseq-desktop.desktop"
-   doicon "${S}/resources/app/icons/logseq.png"
-   mkdir -p "${D}/opt/logseq-desktop" || die
-   cp -r "${S}"/* "${D}/opt/logseq-desktop/" || die
-   dosym ../logseq-desktop/Logseq /opt/bin/logseq
-}
-
-pkg_postinst() {
-   update-desktop-database
-}

diff --git a/app-editors/logseq-desktop-bin/logseq-desktop-bin-0.10.1-r2.ebuild 
b/app-editors/logseq-desktop-bin/logseq-desktop-bin-0.10.1-r2.ebuild
new file mode 100644
index ..c4fd8da4e783
--- /dev/null
+++ b/app-editors/logseq-desktop-bin/logseq-desktop-bin-0.10.1-r2.ebuild
@@ -0,0 +1,88 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CHROMIUM_LANGS="
+   af am ar bg bn ca cs da de el en-GB en-US es-419 es et fa fil fi fr gu 
he hi
+   hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr 
sv sw
+   ta te th tr uk ur vi zh-CN zh-TW
+"
+
+inherit chromium-2 desktop unpacker xdg
+
+DESCRIPTION="A privacy-first, open-source platform for knowledge sharing and 
management."
+HOMEPAGE="https://github.com/logseq/logseq;
+SRC_URI="https://github.com/logseq/logseq/releases/download/${PV}/logseq-linux-x64-${PV}.zip
 -> ${P}.zip"
+S="${WORKDIR}/Logseq-linux-x64"
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+
+RESTRICT="mirror splitdebug"
+
+RDEPEND="
+   dev-libs/openssl:0/3
+   media-libs/alsa-lib
+   media-libs/mesa
+   net-misc/curl
+   net-print/cups
+   sys-apps/dbus
+   sys-libs/zlib
+   x11-libs/cairo
+   x11-libs/gtk+:3
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXrandr
+   x11-libs/libdrm
+   x11-libs/libxcb
+   x11-libs/libxkbcommon
+   x11-libs/pango
+"
+BDEPEND="
+   app-arch/unzip
+"
+
+QA_PREBUILT="*"
+
+src_configure() {
+   default
+   chromium_suid_sandbox_check_kernel_config
+}
+
+src_prepare() {
+   default
+   pushd locales > /dev/null || die
+   chromium_remove_language_paks
+   popd > /dev/null || die
+}
+
+src_install() {
+   exeinto /opt/logseq-desktop
+   doexe Logseq chrome-sandbox libEGL.so libffmpeg.so libGLESv2.so 
libvk_swiftshader.so libvulkan.so.1
+
+   insinto /opt/logseq-desktop
+   doins chrome_100_percent.pak chrome_200_percent.pak icudtl.dat 
resources.pak snapshot_blob.bin \
+   v8_context_snapshot.bin version vk_swiftshader_icd.json
+   insopts -m0755
+   doins -r locales resources
+
+   # Chrome-sandbox requires the setuid bit to be specifically set
+   # see 

[gentoo-commits] repo/gentoo:master commit in: gnustep-base/gnustep-back-cairo/

2023-12-15 Thread Sam James
commit: c1eadb4ca2e6af9f32da74aee1cf5cd5d3be7f19
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 16 01:43:53 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 16 01:43:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1eadb4c

gnustep-base/gnustep-back-cairo: Stabilize 0.29.0 x86, #910265

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

 gnustep-base/gnustep-back-cairo/gnustep-back-cairo-0.29.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnustep-base/gnustep-back-cairo/gnustep-back-cairo-0.29.0.ebuild 
b/gnustep-base/gnustep-back-cairo/gnustep-back-cairo-0.29.0.ebuild
index 6ec0cc36cca6..e53d8334f5df 100644
--- a/gnustep-base/gnustep-back-cairo/gnustep-back-cairo-0.29.0.ebuild
+++ b/gnustep-base/gnustep-back-cairo/gnustep-back-cairo-0.29.0.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-back-${PV}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ppc sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ppc sparc x86 ~amd64-linux ~x86-linux"
 IUSE="opengl xim"
 
 RDEPEND="${GNUSTEP_CORE_DEPEND}



[gentoo-commits] repo/gentoo:master commit in: virtual/gnustep-back/

2023-12-15 Thread Sam James
commit: c7e977352f5f5b095247cd08e7733d79b2e11f49
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 16 01:43:54 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 16 01:43:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7e97735

virtual/gnustep-back: Stabilize 0.29.0 x86, #910265

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

 virtual/gnustep-back/gnustep-back-0.29.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/gnustep-back/gnustep-back-0.29.0.ebuild 
b/virtual/gnustep-back/gnustep-back-0.29.0.ebuild
index 5286e9bff2a1..c58e83c23e4e 100644
--- a/virtual/gnustep-back/gnustep-back-0.29.0.ebuild
+++ b/virtual/gnustep-back/gnustep-back-0.29.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for back-end component for the GNUstep GUI Library"
 SLOT="0"
-KEYWORDS="~alpha amd64 ppc sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ppc sparc x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="|| (
~gnustep-base/gnustep-back-cairo-${PV}



[gentoo-commits] repo/gentoo:master commit in: virtual/gnustep-back/

2023-12-15 Thread Sam James
commit: 4f8e2b30046dc94610d3cd4c362b53bccea01e84
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 16 01:43:47 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 16 01:43:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f8e2b30

virtual/gnustep-back: Stabilize 0.29.0 sparc, #910265

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

 virtual/gnustep-back/gnustep-back-0.29.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/gnustep-back/gnustep-back-0.29.0.ebuild 
b/virtual/gnustep-back/gnustep-back-0.29.0.ebuild
index 289419bbcddd..5286e9bff2a1 100644
--- a/virtual/gnustep-back/gnustep-back-0.29.0.ebuild
+++ b/virtual/gnustep-back/gnustep-back-0.29.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual for back-end component for the GNUstep GUI Library"
 SLOT="0"
-KEYWORDS="~alpha amd64 ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ppc sparc ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="|| (
~gnustep-base/gnustep-back-cairo-${PV}



[gentoo-commits] repo/gentoo:master commit in: gnustep-base/gnustep-back-art/

2023-12-15 Thread Sam James
commit: 737828a30fbce181cfa09506b67fd9bf01b9c084
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 16 01:43:45 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 16 01:43:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=737828a3

gnustep-base/gnustep-back-art: Stabilize 0.29.0 sparc, #910265

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

 gnustep-base/gnustep-back-art/gnustep-back-art-0.29.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnustep-base/gnustep-back-art/gnustep-back-art-0.29.0.ebuild 
b/gnustep-base/gnustep-back-art/gnustep-back-art-0.29.0.ebuild
index a597d6629ca0..954c25d58bad 100644
--- a/gnustep-base/gnustep-back-art/gnustep-back-art-0.29.0.ebuild
+++ b/gnustep-base/gnustep-back-art/gnustep-back-art-0.29.0.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/gnustep-back-${PV}"
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ppc sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="opengl xim"
 
 RDEPEND="${GNUSTEP_CORE_DEPEND}



[gentoo-commits] repo/gentoo:master commit in: gnustep-base/gnustep-gui/

2023-12-15 Thread Sam James
commit: ab6741182e940124bf6d0eca4823d3d6ebd5947a
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 16 01:43:51 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 16 01:43:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab674118

gnustep-base/gnustep-gui: Stabilize 0.29.0-r1 x86, #910265

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

 gnustep-base/gnustep-gui/gnustep-gui-0.29.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnustep-base/gnustep-gui/gnustep-gui-0.29.0-r1.ebuild 
b/gnustep-base/gnustep-gui/gnustep-gui-0.29.0-r1.ebuild
index e451a96014e4..2f19d72bcb7b 100644
--- a/gnustep-base/gnustep-gui/gnustep-gui-0.29.0-r1.ebuild
+++ b/gnustep-base/gnustep-gui/gnustep-gui-0.29.0-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/${P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ppc sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ppc sparc x86 ~amd64-linux ~x86-linux"
 IUSE="cups gif icu jpeg png speech"
 
 DEPEND="${GNUSTEP_CORE_DEPEND}



[gentoo-commits] repo/gentoo:master commit in: gnustep-base/gnustep-gui/

2023-12-15 Thread Sam James
commit: 41d4f18414013ead4112b69b43e4ed57d184928e
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 16 01:43:44 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 16 01:43:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41d4f184

gnustep-base/gnustep-gui: Stabilize 0.29.0-r1 sparc, #910265

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

 gnustep-base/gnustep-gui/gnustep-gui-0.29.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnustep-base/gnustep-gui/gnustep-gui-0.29.0-r1.ebuild 
b/gnustep-base/gnustep-gui/gnustep-gui-0.29.0-r1.ebuild
index 4632d596eedf..e451a96014e4 100644
--- a/gnustep-base/gnustep-gui/gnustep-gui-0.29.0-r1.ebuild
+++ b/gnustep-base/gnustep-gui/gnustep-gui-0.29.0-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/${P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ppc sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="cups gif icu jpeg png speech"
 
 DEPEND="${GNUSTEP_CORE_DEPEND}



  1   2   3   4   5   6   >