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

2022-09-30 Thread Matt Turner
commit: 7ae77d2e82d6af70b987d0af802d8b9afea300a5
Author: Pascal Jäger  leimstift  de>
AuthorDate: Sun Sep 25 20:56:38 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 30 18:53:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ae77d2e

x11-libs/libwnck: Version bump to 43.0

Closes: https://github.com/gentoo/gentoo/pull/27454
Signed-off-by: Pascal Jäger  leimstift.de>
Signed-off-by: Matt Turner  gentoo.org>

 x11-libs/libwnck/Manifest|  1 +
 x11-libs/libwnck/libwnck-43.0.ebuild | 52 
 2 files changed, 53 insertions(+)

diff --git a/x11-libs/libwnck/Manifest b/x11-libs/libwnck/Manifest
index 4b6f2bdf51e9..db2f76fb7bae 100644
--- a/x11-libs/libwnck/Manifest
+++ b/x11-libs/libwnck/Manifest
@@ -1,2 +1,3 @@
 DIST libwnck-2.31.0.tar.xz 630792 BLAKE2B 
8201537d3c9a8a0a8668fc16d33a8eaa05c14312401f1c763c922402df04ef03260dd259f5c46508f85390f7aefd551e83143e654b24b412272dddb7c7c4bd62
 SHA512 
54262a08882021f08f3ba7f2ddfa33fc1f02e391a0f61cf999a50a089e0d277dfe13ab133c1a46e9abf0599bd24c21dacff80b51013cbb1375d2cd71ac9abbe9
 DIST libwnck-40.1.tar.xz 455624 BLAKE2B 
dd069cba299b9006a10de3311da87958f14a9defcc02a936cb0be38431eda9210aa8cff36ae63858235380a75c1d5266ce0612b5f93f47de21d48a5324af8a6d
 SHA512 
50ba20547e95280d10f1f66f36eea6c649b59d385da7a9217c295150520099585a5ff43c08a552afb8b0db3ee7305bbb2c38d0baed84cc6dc0942f3ca1e43e29
+DIST libwnck-43.0.tar.xz 455464 BLAKE2B 
591b7a9016f5149a2493d36ed8ec8a7e2a59b13043aed23bf87ef67520954d2e5cab0edb6f427c36f33fe80478ad363c9db6f4dacbc7c6d4295e79191e7f5043
 SHA512 
f6c14b0a650c6d5ab4d4013e6add3972a0f0bcdedfb9785f64199c9a65713d11c9d936e8b04d0f04707c3d165dd345bfa806f654bf82eabb765546b8914d68d2

diff --git a/x11-libs/libwnck/libwnck-43.0.ebuild 
b/x11-libs/libwnck/libwnck-43.0.ebuild
new file mode 100644
index ..32b8056b3e9b
--- /dev/null
+++ b/x11-libs/libwnck/libwnck-43.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org meson xdg
+
+DESCRIPTION="A window navigation construction kit"
+HOMEPAGE="https://developer.gnome.org/libwnck/stable/";
+
+LICENSE="LGPL-2+"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris ~x86-solaris"
+
+IUSE="gtk-doc +introspection startup-notification tools"
+
+RDEPEND="
+   x11-libs/cairo[X]
+   >=dev-libs/glib-2.44:2
+   >=x11-libs/gtk+-3.22:3[X,introspection?]
+   startup-notification? ( >=x11-libs/startup-notification-0.4 )
+   x11-libs/libX11
+   x11-libs/libXres
+   introspection? ( >=dev-libs/gobject-introspection-1.56:= )
+"
+# libXi header used by wnckprop.c, which is compiled even with USE=-tools 
(just not installed then)
+DEPEND="${RDEPEND}
+   x11-libs/libXi"
+BDEPEND="
+   gtk-doc? ( >=dev-util/gtk-doc-1.9
+   app-text/docbook-xml-dtd:4.1.2 )
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   default
+   xdg_environment_reset
+   # Don't collide with SLOT=1 with USE=tools
+   sed -e "s|executable(prog|executable(prog + '-3'|" -i 
libwnck/meson.build || die
+}
+
+src_configure() {
+   local emesonargs=(
+   -Ddeprecation_flags=false
+   $(meson_use tools install_tools)
+   $(meson_feature startup-notification startup_notification)
+   $(meson_feature introspection)
+   $(meson_use gtk-doc gtk_doc)
+   )
+   meson_src_configure
+}



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

2022-09-30 Thread Matt Turner
commit: 926e9443dd7a0263f518a83f430bb629f77b18bc
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 30 19:08:28 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 30 19:08:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=926e9443

profiles: Mask Mask >=gnome-base/nautilus-43

It depends on gnome-desktop-43, which is masked.

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

 profiles/package.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index df53a3106b80..a43a63bd6bd9 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -392,6 +392,7 @@ sys-devel/automake:1.11
 >=dev-libs/libgweather-4.2.0
 >=dev-util/devhelp-43
 >=gnome-base/gnome-desktop-43
+>=gnome-base/nautilus-43
 >=gnome-extra/evolution-data-server-3.46
 >=gnome-extra/evolution-ews-3.46
 >=gnome-extra/gnome-calculator-43



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

2022-09-30 Thread Matt Turner
commit: 589176e316d803ef69d4d3712129c9e8ecbdf0f6
Author: brahmajit das  protonmail  com>
AuthorDate: Sat Sep 17 20:52:01 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 30 19:05:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=589176e3

media-video/totem: Version bump to 43.0

Closes: https://github.com/gentoo/gentoo/pull/27311
Signed-off-by: brahmajit das  protonmail.com>
Signed-off-by: Matt Turner  gentoo.org>

 media-video/totem/Manifest |   1 +
 .../totem/files/43.0-gst-inspect-sandbox.patch |  30 +
 media-video/totem/totem-43.0.ebuild| 128 +
 3 files changed, 159 insertions(+)

diff --git a/media-video/totem/Manifest b/media-video/totem/Manifest
index 08aa7abe8948..9098875f44d7 100644
--- a/media-video/totem/Manifest
+++ b/media-video/totem/Manifest
@@ -1 +1,2 @@
 DIST totem-42.0.tar.xz 2476952 BLAKE2B 
45eac2e586c3c17eab9f570812ae2c79812859635d1ef6df1d0d2c526436558dbab9581699ce86d3e2cd3048f5d65bbd1927c3faa5f7575a5468d0813ce68bcc
 SHA512 
67872d06a7d691a23b97255c5ee5f8d90a1fdf2b36f064f26c10fb4958733772eea456aab4f0fe2c89d23ec987cf5b9c2383c97ba5bec45247953296f1cd6c4b
+DIST totem-43.0.tar.xz 2486304 BLAKE2B 
3b43ad2cbf40472bff3b7369001b9b7784ef52244812d9aae493fffa99982a8f24770d0f5063f0b1f1fd320d6b2cec5e702ded9ccfaece51f7bdf9d862b96230
 SHA512 
b35d32ebadf4b9900ab234f07f8a7128edbc15593e1447c22f3c7a653fcbd4a2df9d45484e2decce5dd5ab67849fca1003a1ded338a0af0930b6560ee4f764ae

diff --git a/media-video/totem/files/43.0-gst-inspect-sandbox.patch 
b/media-video/totem/files/43.0-gst-inspect-sandbox.patch
new file mode 100644
index ..6b545ebcdf8f
--- /dev/null
+++ b/media-video/totem/files/43.0-gst-inspect-sandbox.patch
@@ -0,0 +1,30 @@
+# From abb91b315f407b7e180bc00eb96f1cd6bb0ab25d Mon Sep 17 00:00:00 2001
+# From: Gilles Dartiguelongue 
+# Date: Thu, 7 Jun 2018 23:47:48 +0200
+# Subject: [PATCH] Make gst-inspect calls optional at build-time
+#
+# Crashes on Gentoo due to plugins trying to access dri nodes which are 
sandboxed
+--- a/meson_options.txt
 b/meson_options.txt
+@@ -6,3 +6,4 @@ option('with-plugins', type: 'combo', choices: ['all', 'none', 
'auto'], value: '
+ option('enable-gtk-doc', type: 'boolean', value: false, description: 'use 
gtk-doc to build documentation')
+ option('profile', type: 'combo', choices: ['default', 'development'], value: 
'default', description: 'Build profiles')
+ option('inspector-page', type:'boolean', value: false, description: 'Whether 
to build the optional GTK inspector page')
++option('gst-inspect', type: 'boolean', value: true, description: 'build-time 
test of available gstreamer plugins')
+--- a/src/backend/meson.build
 b/src/backend/meson.build
+@@ -1,5 +1,6 @@
+ backend_inc = include_directories('.')
+
++if get_option('gst-inspect')
+ gst_inspect = find_program(
+   'gst-inspect-1.0',
+   join_paths(gst_dep.get_pkgconfig_variable('toolsdir'), 'gst-inspect-1.0'),
+@@ -32,6 +33,7 @@ foreach plugin: gst_good_plugins
+   assert(r.returncode() == 0,
+  'Cannot find required GStreamer-1.0 plugin "' + plugin + '". It 
should be part of gst-plugins-good. Please install it.')
+ endforeach
++endif
+
+ sources = files(
+   'bacon-time-label.c',

diff --git a/media-video/totem/totem-43.0.ebuild 
b/media-video/totem/totem-43.0.ebuild
new file mode 100644
index ..5786f84eb326
--- /dev/null
+++ b/media-video/totem/totem-43.0.ebuild
@@ -0,0 +1,128 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit gnome.org gnome2-utils meson virtualx xdg python-single-r1
+
+DESCRIPTION="Media player for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Videos 
https://gitlab.gnome.org/GNOME/totem/";
+
+LICENSE="GPL-2+ LGPL-2+"
+SLOT="0"
+IUSE="gtk-doc +python test"
+# see bug #359379
+REQUIRED_USE="
+   python? ( ${PYTHON_REQUIRED_USE} )
+"
+RESTRICT="!test? ( test )"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+
+COMMON_DEPEND="
+   >=dev-libs/glib-2.72.0:2
+   >=x11-libs/gtk+-3.22.0:3[introspection]
+   >=gui-libs/libhandy-1.5.0:1
+   >=media-libs/gstreamer-1.6.0:1.0
+   >=media-libs/gst-plugins-base-1.6.0:1.0[pango]
+   >=media-libs/gst-plugins-good-1.6.0:1.0
+   >=media-libs/grilo-0.3.0:0.3[playlist]
+   >=dev-libs/libpeas-1.1.0[gtk]
+   >=dev-libs/totem-pl-parser-3.26.5:0=[introspection]
+   gnome-base/gnome-desktop:3=
+   gnome-base/gsettings-desktop-schemas
+   >=x11-libs/cairo-1.14
+   x11-libs/gdk-pixbuf:2
+   >=dev-libs/gobject-introspection-1.54:=
+
+   python? (
+   ${PYTHON_DEPS}
+   $(python_gen_cond_dep '
+   >=dev-python/pygobject-2.90.3:3[${PYTHON_USEDEP}]
+   ')
+   )
+"
+RDEPEND="${COMMON_DEPEND}
+   media-plugins/grilo-plugins:0.3
+   media

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

2022-09-30 Thread Sam James
commit: 5a8ce9b83b02f2b5a2e276e3d02f5436d3dce4ac
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep 30 19:11:39 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep 30 19:13:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a8ce9b8

app-arch/xz-utils: add 5.2.7, fix OutdatedBlocker in 5.2.7/5.3.3_alpha/

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

 app-arch/xz-utils/Manifest| 2 ++
 app-arch/xz-utils/{xz-utils-.ebuild => xz-utils-5.2.7.ebuild} | 4 
 app-arch/xz-utils/xz-utils-5.3.3_alpha.ebuild | 4 
 app-arch/xz-utils/xz-utils-.ebuild| 4 
 4 files changed, 2 insertions(+), 12 deletions(-)

diff --git a/app-arch/xz-utils/Manifest b/app-arch/xz-utils/Manifest
index 9e38a9dfa6a2..936e5967dbf7 100644
--- a/app-arch/xz-utils/Manifest
+++ b/app-arch/xz-utils/Manifest
@@ -2,5 +2,7 @@ DIST xz-5.2.5.tar.gz 1791345 BLAKE2B 
aded57324e129572c41646b3cc3b0b59a459452d933
 DIST xz-5.2.5.tar.gz.sig 566 BLAKE2B 
8b40d8d7913eaebe2595ea41a735d972d1969d8b58f42b2bee6591b51e2e626473fc85d64f1bbbff3cba6b0e1b4423556d6ddaf16f646ccc18ba1bad5cf45d83
 SHA512 
3aa21484bef0282ed0b83e3fcd5cf3d87bf51fa68e24d55bb11f91bc96f0ac29f468949bc4c8cc20fbd6ad12f5735686fe09ee42efe2b8d728010da9668aa5a9
 DIST xz-5.2.6.tar.gz 2069602 BLAKE2B 
3cc160dc76944ad2a181fbfb23ce386dbbd04e75bbeb0b159aaaf82e2e8157ea8b2bb80b216d79a7c25339bfbd13bd9d8c261789829cc7c3cb86fc893a7b4b94
 SHA512 
090958dd6c202c989746686094c86707ad4ae835026640080fc0a9d0fad699821b7d5cb3a67e6700661a0938818ba153662366f89ab8ec47e0bae4a3fe9b1961
 DIST xz-5.2.6.tar.gz.sig 566 BLAKE2B 
7c6114d93b4e3c8553108da3985029fc4585bfea5d72fc5028024221e91cc43c3b6cd3b7d169e4c8afed445a6beef7c255ef8420c5266a22ee9449a57cacec5d
 SHA512 
50a1ac0f8f87f8c04c25c69870ba054094abf20b668bdecd42ed247a2eff24b8e52178b6442da84c125a9401a6f98d40ca76b27453833a30807c83128ab70eee
+DIST xz-5.2.7.tar.gz 2105803 BLAKE2B 
5363c5d0403e041c6d2e35b5d3321feeb8e63b8556496373c820975850b50e28e0da903446a49ba516fd9f40e0101dd39cfa9a9b8dd143c9849c84a715bb5d7b
 SHA512 
06329fdbd1d897aa99dc96900c6246457288c586d02bb4869a92dd2f97973f95acb3a2fa9598a20613ea029f816836a8e3b65e36fec2b807b5e7553141429ab9
+DIST xz-5.2.7.tar.gz.sig 566 BLAKE2B 
00702dff24d655ebf30f2bf8bee94406e002164408b9eabb4f461a789482584c2b9c90675b8d1d5e030913e674946aa7392b73fcedf6ac62e3b1e3bc05bf92e6
 SHA512 
556e05107437fae2c75cc1a93465fce04426707e979403f41c6ee5b748fe7c3f985812a4e3b07785a84f68ef9d9f362ded470af1cceb9f4e8c80620a2699163f
 DIST xz-5.3.3alpha.tar.gz 2119150 BLAKE2B 
031e1a1556cbbd49565c2b72676e46a22c00e0e25bca2938c21d56f2d7f585c294d2a3a5712a3ae5d62fe8fef6e7b2f411fcc3c0ccac4714786209599b599d25
 SHA512 
c780c6854cb7599ed97629dbf923f5c6802b48e12aa25638c863e2403e56557abffb2b501823d4d53c852b7d09360b9ede355989756fef1daa1fa8cd9395da8d
 DIST xz-5.3.3alpha.tar.gz.sig 566 BLAKE2B 
2a02fd8a84c27967384021aa879efdf598b40ca9ff552080be2d057f402b3aace13bb0d98574e0185edd6ee3084793767f9941d4c1f21f5c5d55f886025cb845
 SHA512 
e6a849f2dd6f67ad3d51f50fe5f3e7f2a57e97e9d89499e2f88b94ab9716f1db5de34c3bb6f17b6fd55498ee5f4653d3d25e1a495b9c682b3200b2603a85479f

diff --git a/app-arch/xz-utils/xz-utils-.ebuild 
b/app-arch/xz-utils/xz-utils-5.2.7.ebuild
similarity index 96%
copy from app-arch/xz-utils/xz-utils-.ebuild
copy to app-arch/xz-utils/xz-utils-5.2.7.ebuild
index 6da152d612d9..fd6c0d611f7d 100644
--- a/app-arch/xz-utils/xz-utils-.ebuild
+++ b/app-arch/xz-utils/xz-utils-5.2.7.ebuild
@@ -37,10 +37,6 @@ LICENSE="public-domain LGPL-2.1+ GPL-2+"
 SLOT="0"
 IUSE="+extra-filters nls static-libs"
 
-RDEPEND="!

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

2022-09-30 Thread Brian Evans
commit: 381d51ea868d35beb755abb17bf1f01053ebace4
Author: Brian Evans  gentoo  org>
AuthorDate: Fri Sep 30 19:49:36 2022 +
Commit: Brian Evans  gentoo  org>
CommitDate: Fri Sep 30 19:49:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=381d51ea

dev-lang/php: Version bump for 8.0.24

Bug: https://bugs.gentoo.org/873376
Signed-off-by: Brian Evans  gentoo.org>

 dev-lang/php/Manifest  |   1 +
 dev-lang/php/php-8.0.24.ebuild | 758 +
 2 files changed, 759 insertions(+)

diff --git a/dev-lang/php/Manifest b/dev-lang/php/Manifest
index 189383264881..b019e754a296 100644
--- a/dev-lang/php/Manifest
+++ b/dev-lang/php/Manifest
@@ -4,6 +4,7 @@ DIST php-8.0.20.tar.xz 10879064 BLAKE2B 
3b18d6593ddc78e1c289b87ba8bb65e55cbd815d
 DIST php-8.0.21.tar.xz 10785364 BLAKE2B 
ea8a640b47c96b235b49ce3a98accbfa4aa967c7e917684e19667a74ca0f77e070847dabdf15c3dbd56cff01ef662e79e9408d3e57e870e51893e969291a0932
 SHA512 
c1c1577f3d6af445d8ac15338877186f2a639a76ad980328011cb0a5e9592bdb24c1cda7ae8a0c495c881497d54cbca6e1373ede71bf097e69a040368841d567
 DIST php-8.0.22.tar.xz 10785228 BLAKE2B 
3dbbcd47d138ffe8765942fec820a654e8ebffacb912be82f007fa6b5afd2f8daa4378ffd09a910edbb05affb9983e1585f7b2cbb3f30f12f1d3e88ebcdef15a
 SHA512 
e4f117331aed84542034524df96e14a73fe4770205c38576659cec90e376e205a8c4a16191119a73d1115e731b3d16cbdaac4a2e4267738e9b9beb22b0add5a7
 DIST php-8.0.23.tar.xz 10860624 BLAKE2B 
421ea129075f674901c25c04665b773ea92ea403466cd56f00df7590bf5613c7d241fec3790e172df21e15e12687ea74ee5e1bb431e530dbb293b3d6d4546b1a
 SHA512 
269020756d184fd72de9ccfc83746e01415ae0f37aaa57cfb3e524e49f0f2a6e6b22c95c09b451f9f54d2c82e1452caa9b8e9f178be546883dfc22a4c9e49575
+DIST php-8.0.24.tar.xz 10895332 BLAKE2B 
efdf65b8d715ed9dd817437beac4949de54d3d96d2289bfcaac5cf7cfaa4015d8e507b7dc43f02760afb5f0be5a5b146abb19324e37a6331e18d5db8ca3cde9d
 SHA512 
f4922c03b613aae35005b6b39630c0de7c25929b7f4edd9c5062a747a747df065ae9b52c17c34433ecb801bc54fce2fa34ae46165deb527f0fe2c86e5da73400
 DIST php-8.1.10.tar.xz 11736192 BLAKE2B 
3cf768a42d9491a7790844a1df430e780e3d857e3c111d8f43248ee7bf6e66233a39128b3a13c55167083a676bad42ab38aad6d96c67134a7d91035e2d973cff
 SHA512 
d41595365a5a032a593dfaa13106ae66e78db59d3539a2d37cb5a536c38934b8a6ed90cf4e91fc4539cb2f018517ee4c6e696a4d2b6541bfa3c6fa5f1f9ca378
 DIST php-8.1.11.tar.xz 11797016 BLAKE2B 
d9e3839931370cb833692b7829d98d29a3e942368ed656777303766cfb931ef94e10a44782f0232ef0610b8170c0ffb3fe3320fca0ec7081e4b5dfc19861495d
 SHA512 
2a9eb4642b4077077f6551ca9a40fd2c48272cc1ee443117362331259efbec88bad0141b09f7a9ff710cde044f9463e1e668f7066b2429ea4274dec7291725cc
 DIST php-8.1.8.tar.xz 11722100 BLAKE2B 
117e0823b47485d4fc469edfbc5e9051b5d35588bf36a2d9e12282b83c12056cfc2a4376bf0e21b5f947190a906e3e4fdde7bec20b7ea7e9ab36912e865c2c13
 SHA512 
4ef03b4c412bdbcdf6c3dc4784b3218a0519e6b91a0682e796270d4426c05c62309b4835ea31271857a5f2535d00f20a9f9b4a79703a49c3e40f16fafa948dd4

diff --git a/dev-lang/php/php-8.0.24.ebuild b/dev-lang/php/php-8.0.24.ebuild
new file mode 100644
index ..c9ead2270c39
--- /dev/null
+++ b/dev-lang/php/php-8.0.24.ebuild
@@ -0,0 +1,758 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+WANT_AUTOMAKE="none"
+
+inherit flag-o-matic systemd autotools
+
+MY_PV=${PV/_rc/rc}
+DESCRIPTION="The PHP language runtime engine"
+HOMEPAGE="https://www.php.net/";
+SRC_URI="https://www.php.net/distributions/${P}.tar.xz";
+
+LICENSE="PHP-3.01
+   BSD
+   Zend-2.0
+   bcmath? ( LGPL-2.1+ )
+   fpm? ( BSD-2 )
+   gd? ( gd )
+   unicode? ( BSD-2 LGPL-2.1 )"
+
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+# We can build the following SAPIs in the given order
+SAPIS="embed cli cgi fpm apache2 phpdbg"
+
+# SAPIs and SAPI-specific USE flags (cli SAPI is default on):
+IUSE="${IUSE}
+   ${SAPIS/cli/+cli}
+   threads"
+
+IUSE="${IUSE} acl apparmor argon2 bcmath berkdb bzip2 calendar cdb cjk
+   coverage +ctype curl debug
+   enchant exif ffi +fileinfo +filter firebird
+   +flatfile ftp gd gdbm gmp +iconv imap inifile
+   intl iodbc ipv6 +jit kerberos ldap ldap-sasl libedit lmdb
+   mhash mssql mysql mysqli nls
+   oci8-instant-client odbc +opcache pcntl pdo +phar +posix postgres qdbm
+   readline selinux +session session-mm sharedmem
+   +simplexml snmp soap sockets sodium spell sqlite ssl
+   sysvipc systemd test tidy +tokenizer tokyocabinet truetype unicode webp
+   +xml xmlreader xmlwriter xpm xslt zip zlib"
+
+# Without USE=readline or libedit, the interactive "php -a" CLI will hang.
+# The Oracle instant client provides its own incompatible ldap library.
+REQUIRED_USE="
+   || ( cli cgi fpm apache2 embed phpdbg )
+   cli? ( ^^ ( readline libedit

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

2022-09-30 Thread Christoph Junghans
commit: 8bfd53ae46426bf9eb15cc0a6415d03252c3f4ff
Author: Christoph Junghans  gentoo  org>
AuthorDate: Fri Sep 30 20:27:36 2022 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Fri Sep 30 20:28:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bfd53ae

muParser: wchar support

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Christoph Junghans  gentoo.org>

 dev-cpp/muParser/metadata.xml |  3 +++
 dev-cpp/muParser/muParser-2.3.3-r1.ebuild | 41 +++
 2 files changed, 44 insertions(+)

diff --git a/dev-cpp/muParser/metadata.xml b/dev-cpp/muParser/metadata.xml
index c81547b2e58d..05a26448f3c7 100644
--- a/dev-cpp/muParser/metadata.xml
+++ b/dev-cpp/muParser/metadata.xml
@@ -14,4 +14,7 @@
muparser
beltoforion/muparser

+   
+   Add support for wide character 
(wchar_t)
+   
 

diff --git a/dev-cpp/muParser/muParser-2.3.3-r1.ebuild 
b/dev-cpp/muParser/muParser-2.3.3-r1.ebuild
new file mode 100644
index ..56484900d164
--- /dev/null
+++ b/dev-cpp/muParser/muParser-2.3.3-r1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+# The upstream tag is v2.3.3-1 instead of v2.3.3
+suffix="-1"
+
+DESCRIPTION="Library for parsing mathematical expressions"
+HOMEPAGE="https://beltoforion.de/en/muparser/";
+SRC_URI="https://github.com/beltoforion/muparser/archive/refs/tags/v${PV}${suffix}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}"/muparser-${PV}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux 
~x86-linux ~ppc-macos"
+IUSE="doc openmp test wchar"
+RESTRICT="!test? ( test )"
+
+S="${S}${suffix}"
+
+PATCHES=(
+)
+
+src_configure() {
+   mycmakeargs=(
+   -DENABLE_OPENMP=$(usex openmp)
+   -DENABLE_WIDE_CHAR=$(usex wchar)
+   )
+   cmake_src_configure
+}
+
+src_test() {
+   cmake_src_compile test
+}
+
+src_install() {
+   cmake_src_install
+}



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

2022-09-30 Thread Sam James
commit: 31f6cdae30ecc9fec095064bca94aa384ba65980
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep 30 19:45:34 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep 30 20:32:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31f6cdae

www-client/fetch: fix configure w/ clang 16

Old autoconf.

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

 www-client/fetch/fetch-1.0-r4.ebuild | 5 +
 1 file changed, 5 insertions(+)

diff --git a/www-client/fetch/fetch-1.0-r4.ebuild 
b/www-client/fetch/fetch-1.0-r4.ebuild
index 214f3e73c506..3e3ee5a9c8d0 100644
--- a/www-client/fetch/fetch-1.0-r4.ebuild
+++ b/www-client/fetch/fetch-1.0-r4.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=7
 
+inherit autotools
+
 DESCRIPTION="HTTP download tool built atop the HTTP fetcher library"
 HOMEPAGE="https://sourceforge.net/projects/fetch/";
 SRC_URI="mirror://sourceforge/fetch/${P}.tar.gz"
@@ -22,4 +24,7 @@ HTML_DOCS=( docs/fetch.html )
 src_prepare() {
default
sed -i -e "/^ld_rpath/d" configure || die "sed failed"
+
+   # bug #870499
+   eautoreconf
 }



[gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_ssh_agent_auth/files/, sys-auth/pam_ssh_agent_auth/

2022-09-30 Thread Sam James
commit: 442365d12cdeabc1d2c7ac471d415cec2dd79356
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep 30 20:12:20 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep 30 20:32:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=442365d1

sys-auth/pam_ssh_agent_auth: add 0.10.4; fix build with Clang 16

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

 sys-auth/pam_ssh_agent_auth/Manifest   |   2 +
 ...0001-Fix-function-prototypes-in-configure.patch |  49 ++
 ...g-includes-implicit-function-declarations.patch | 176 +
 .../pam_ssh_agent_auth-0.10.4.ebuild   |  70 
 .../pam_ssh_agent_auth-.ebuild |  46 --
 5 files changed, 329 insertions(+), 14 deletions(-)

diff --git a/sys-auth/pam_ssh_agent_auth/Manifest 
b/sys-auth/pam_ssh_agent_auth/Manifest
index 023aa7f9e0ca..d53c12c96e1c 100644
--- a/sys-auth/pam_ssh_agent_auth/Manifest
+++ b/sys-auth/pam_ssh_agent_auth/Manifest
@@ -1,2 +1,4 @@
 DIST pam_ssh_agent_auth-0.10.3-openssl-1.1.1.patch 46417 BLAKE2B 
bb62c32fc9c1eb5dc0788b9a535fdf6000812c57a6a758e693406a0d01bcf0cc5ec9f7622c4f21cee74895657a5a3ad13255e19d51e20eca8978e63864266629
 SHA512 
279fad3be9289c1da06d34e08d2b81a8ad863e07c7b0471419c029aa121abe9942ae4cc4259b7f1e2c2dd32368fc07dc1f9432aba860820455e0d9419c9e7f74
 DIST pam_ssh_agent_auth-0.10.3.tar.bz2 1066393 BLAKE2B 
07b113d05e09f770d63dbea813ea644199d2b103f9c6d7e5960bfad37cb181ce5a5f111f72e0274c0335e4c217ccd19bd53d61af23f8bc6aff14c1995fc4edc9
 SHA512 
d75062c4e46b0b011f46aed9704a99049995fea8b5115ff7ee26dad7e93cbcf54a8af7efc6b521109d77dc03c6f5284574d2e1b84c6829cec25610f24fb4bd66
+DIST pam_ssh_agent_auth-0.10.4.tar.gz 307110 BLAKE2B 
dad39724db4c35ff42e28492c23ab1073baf859ecf797003509b8aa3d29c71e7fae9601d193af1def58c64f149ced07e4e050fac89ae7f42fcbce5241b99df7b
 SHA512 
caccf72174d15e43f4c86a459ac6448682e62116557cf1e1e828955f3d1731595b238df42adec57860e7f341e92daf5d8285020bcb5018f3b8a5145aa32ee1c2
+DIST pam_ssh_agent_auth-ed25519-donna.tar.gz 1169972 BLAKE2B 
f44fa6c00dbb5cdfe51661cb559428bf24c9886e166366d1700d479f033b8b61621d7821d39a9949a7ef7cd6f5be16be575790a8f6fee03276c2c142f65a792a
 SHA512 
5e8b838bc66bdb1983e62b0ae969449741a3fb223198bce26fe3a8996e324728e8ba0e5259f9ef3db613fd484db21459e98c39367f7240940bc537210c6d7f63

diff --git 
a/sys-auth/pam_ssh_agent_auth/files/pam_ssh_agent_auth-0.10.4-0001-Fix-function-prototypes-in-configure.patch
 
b/sys-auth/pam_ssh_agent_auth/files/pam_ssh_agent_auth-0.10.4-0001-Fix-function-prototypes-in-configure.patch
new file mode 100644
index ..143f7b7672f4
--- /dev/null
+++ 
b/sys-auth/pam_ssh_agent_auth/files/pam_ssh_agent_auth-0.10.4-0001-Fix-function-prototypes-in-configure.patch
@@ -0,0 +1,49 @@
+https://github.com/jbeverly/pam_ssh_agent_auth/pull/41
+
+From ad2cc74dce3a6eaff0df193a2ae3db177e0d594f Mon Sep 17 00:00:00 2001
+From: Sam James 
+Date: Fri, 30 Sep 2022 20:51:17 +0100
+Subject: [PATCH 1/2] Fix function prototypes in configure
+
+This fixes building with Clang 16.
+
+Bug: https://bugs.gentoo.org/870721
+Signed-off-by: Sam James 
+--- a/configure.ac
 b/configure.ac
+@@ -500,7 +500,7 @@ int main(void) { exit(0); }
+   AC_DEFINE(HAVE_BUNDLE, 1, [Define if your system uses bundles instead 
of ELF shared objects])
+   AC_MSG_CHECKING(if we have working getaddrinfo)
+   AC_TRY_RUN([#include 
+-main() { if (NSVersionOfRunTimeLibrary("System") >= (60 << 16))
++int main() { if (NSVersionOfRunTimeLibrary("System") >= (60 << 16))
+   exit(0);
+   else
+   exit(1);
+@@ -1467,7 +1467,7 @@ AC_MSG_CHECKING([for (overly) strict mkstemp])
+ AC_RUN_IFELSE(
+   [AC_LANG_SOURCE([[
+ #include 
+-main() { char template[]="conftest.mkstemp-test";
++int main() { char template[]="conftest.mkstemp-test";
+ if (mkstemp(template) == -1)
+   exit(1);
+ unlink(template); exit(0);
+@@ -2598,7 +2598,7 @@ dnl test snprintf (broken on SCO w/gcc)
+ #include 
+ #include 
+ #ifdef HAVE_SNPRINTF
+-main()
++int main()
+ {
+   char buf[50];
+   char expected_out[50];
+@@ -2615,7 +2615,7 @@ main()
+   exit(0);
+ }
+ #else
+-main() { exit(0); }
++int main() { exit(0); }
+ #endif
+   ]])], [ true ], [ AC_DEFINE(BROKEN_SNPRINTF) ],
+   AC_MSG_WARN([cross compiling: Assuming working snprintf()])

diff --git 
a/sys-auth/pam_ssh_agent_auth/files/pam_ssh_agent_auth-0.10.4-0002-Add-missing-includes-implicit-function-declarations.patch
 
b/sys-auth/pam_ssh_agent_auth/files/pam_ssh_agent_auth-0.10.4-0002-Add-missing-includes-implicit-function-declarations.patch
new file mode 100644
index ..dda8c88128f6
--- /dev/null
+++ 
b/sys-auth/pam_ssh_agent_auth/files/pam_ssh_agent_auth-0.10.4-0002-Add-missing-includes-implicit-function-declarations.patch
@@ -0,0 +1,176 @@
+https://github.com/jbeverly/pam_ssh_agent_auth/pull/41
+
+From a12729d18c7ddeae9781a20155d5db1396

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

2022-09-30 Thread Sam James
commit: f034ac4a678a6da8d854f82a52d4fe523bf6cb8f
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep 29 02:37:14 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep 30 20:35:00 2022 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=f034ac4a

cnf: sets: add @rust-rebuild set

Rust is statically linked like Go and this is useful for us
to mention in GLSAs (and possibly dev-lang/rust{,-bin}'s pkg_postinst).

Bug: https://bugs.gentoo.org/827974
Bug: https://bugs.gentoo.org/865115
Signed-off-by: Sam James  gentoo.org>
Closes: https://github.com/gentoo/portage/pull/915
Signed-off-by: Sam James  gentoo.org>

 cnf/sets/portage.conf | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/cnf/sets/portage.conf b/cnf/sets/portage.conf
index 3738f147d..2e02f91f9 100644
--- a/cnf/sets/portage.conf
+++ b/cnf/sets/portage.conf
@@ -115,3 +115,9 @@ class = portage.sets.dbapi.ChangedDepsSet
 class = portage.sets.dbapi.VariableSet
 variable = BDEPEND
 includes = dev-lang/go
+
+# Installed packages for which vdb *DEPEND includes virtual/rust
+[rust-rebuild]
+class = portage.sets.dbapi.VariableSet
+variable = BDEPEND
+includes = virtual/rust



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

2022-09-30 Thread Sam James
commit: e2d9126d20c2f9073f03bf88c126bb85459fc392
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep 30 20:36:24 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep 30 20:36:34 2022 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=e2d9126d

NEWS: mention @rust-rebuild

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

 NEWS | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index a002e7830..6efa18442 100644
--- a/NEWS
+++ b/NEWS
@@ -8,9 +8,11 @@ Features:
   (which becomes the default with newer xz too).
 
 * portage: sets: Parse INCLUDES/EXCLUDES in VariableSet which allows properly
-  checking for dependencies. Update @goland-rebuild accordingly which now
+  checking for dependencies. Update @golang-rebuild accordingly which now
   includes all packages depending on dev-lang/go (bug #827974, bug #865115)
 
+* cnf: Provide a @rust-rebuild set, similar to @golang-rebuild.
+
 * bin: ecompress: xz, zstd: Pass -T N where N is the number of jobs from 
${MAKEOPTS}
   to xz, zstd for parallel compression.
 



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gnome-maps/

2022-09-30 Thread Matt Turner
commit: a5446f3d8a6150f9805122ca712375d880b48da2
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 30 20:33:16 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 30 20:36:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5446f3d

sci-geosciences/gnome-maps: Drop unneeded dependencies

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

 sci-geosciences/gnome-maps/gnome-maps-43.0.ebuild | 14 ++
 1 file changed, 2 insertions(+), 12 deletions(-)

diff --git a/sci-geosciences/gnome-maps/gnome-maps-43.0.ebuild 
b/sci-geosciences/gnome-maps/gnome-maps-43.0.ebuild
index 441b75f62e73..641eb6b58db7 100644
--- a/sci-geosciences/gnome-maps/gnome-maps-43.0.ebuild
+++ b/sci-geosciences/gnome-maps/gnome-maps-43.0.ebuild
@@ -12,28 +12,18 @@ LICENSE="GPL-2+ LGPL-2+ MIT CC-BY-3.0 CC-BY-SA-3.0"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 
-# Pure introspection dependencies found by grepping imports.gi in ${S}
 RDEPEND="
>=dev-libs/glib-2.66.0:2
-   x11-libs/pango[introspection]
>=dev-libs/gjs-1.69.2
>=dev-libs/gobject-introspection-0.10.1:=
gui-libs/gtk:4[introspection]
>=app-misc/geoclue-0.12.99:2.0[introspection]
>=gui-libs/libadwaita-1.0:1
-   =dev-libs/libgweather-4.2.0:4=[introspection]
>=sci-geosciences/geocode-glib-3.15.2:2[introspection]
>=media-libs/libshumate-1.0:1.0=
dev-libs/libxml2:2
-   >=net-libs/rest-0.9.1:1.0=[introspection]
-
-   app-crypt/libsecret[introspection]
-   media-libs/clutter-gtk:1.0[introspection]
-   media-libs/clutter:1.0[introspection]
-   net-libs/gnome-online-accounts[introspection]
-   net-libs/libgfbgraph[introspection]
-   net-libs/libsoup:3.0[introspection]
-   net-libs/webkit-gtk:4.1[introspection]
+   >=net-libs/rest-0.9.1:1.0[introspection]
 "
 DEPEND="${RDEPEND}"
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-ada/libadalang/

2022-09-30 Thread Alfredo Tupone
commit: cc14f8393ee0f497ee35d6a7911243987d2279f9
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Fri Sep 30 20:37:08 2022 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Fri Sep 30 20:38:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc14f839

dev-ada/libadalang: disable py3.7 and add gcc_12_2_0

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

 dev-ada/libadalang/libadalang-22.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ada/libadalang/libadalang-22.0.0.ebuild 
b/dev-ada/libadalang/libadalang-22.0.0.ebuild
index 0dc44b7cc031..1e0e48db6236 100644
--- a/dev-ada/libadalang/libadalang-22.0.0.ebuild
+++ b/dev-ada/libadalang/libadalang-22.0.0.ebuild
@@ -3,8 +3,8 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9,10} )
-ADA_COMPAT=( gnat_202{0,1} )
+PYTHON_COMPAT=( python3_{8,9,10} )
+ADA_COMPAT=( gnat_202{0,1} gcc_12_2_0 )
 
 inherit ada python-single-r1 multiprocessing
 



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

2022-09-30 Thread Sam James
commit: cba2a00205d73c91b5637c511a23f25470b8f9b0
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep 30 20:37:51 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep 30 20:39:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cba2a002

dev-util/pwndbg: Stabilize 20220830 x86, #873694

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

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

diff --git a/dev-util/pwndbg/pwndbg-20220830.ebuild 
b/dev-util/pwndbg/pwndbg-20220830.ebuild
index daec33f529c5..ff3e3818e338 100644
--- a/dev-util/pwndbg/pwndbg-20220830.ebuild
+++ b/dev-util/pwndbg/pwndbg-20220830.ebuild
@@ -20,7 +20,7 @@ else
https://github.com/pwndbg/pwndbg/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz

https://github.com/martinradev/gdb-pt-dump/archive/${GDB_PT_DUMP_COMMIT}.tar.gz 
-> gdb-pt-dump-${GDB_PT_DUMP_COMMIT}.tar.gz
"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="~amd64 x86"
S="${WORKDIR}/${PN}-${MY_PV}"
 fi
 



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

2022-09-30 Thread Sam James
commit: b0e325602e1714e1014c29bd8e7f5e3ddc25b1b8
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep 30 20:37:34 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep 30 20:39:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0e32560

sys-libs/ldb: Stabilize 2.4.4 x86, #873565

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

 sys-libs/ldb/ldb-2.4.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/ldb/ldb-2.4.4.ebuild b/sys-libs/ldb/ldb-2.4.4.ebuild
index f0bb222c1aed..45e91c6bdad5 100644
--- a/sys-libs/ldb/ldb-2.4.4.ebuild
+++ b/sys-libs/ldb/ldb-2.4.4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://samba.org/ftp/pub/${PN}/${P}.tar.gz";
 
 LICENSE="LGPL-3"
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 
~sparc x86"
 IUSE="doc ldap +lmdb python test"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}



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

2022-09-30 Thread Sam James
commit: d36b7839d2d2e898b1ff93a165b508e959ec13c6
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep 30 20:38:23 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep 30 20:39:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d36b7839

sys-libs/ldb: Stabilize 2.4.4 amd64, #873565

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

 sys-libs/ldb/ldb-2.4.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/ldb/ldb-2.4.4.ebuild b/sys-libs/ldb/ldb-2.4.4.ebuild
index 45e91c6bdad5..355275273d13 100644
--- a/sys-libs/ldb/ldb-2.4.4.ebuild
+++ b/sys-libs/ldb/ldb-2.4.4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://samba.org/ftp/pub/${PN}/${P}.tar.gz";
 
 LICENSE="LGPL-3"
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 
~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 
~sparc x86"
 IUSE="doc ldap +lmdb python test"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}



[gentoo-commits] repo/gentoo:master commit in: net-fs/samba/

2022-09-30 Thread Sam James
commit: 637bef86c4ec4d155b38b6c5ef276d97dc9abeb4
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep 30 20:37:34 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep 30 20:39:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=637bef86

net-fs/samba: Stabilize 4.15.9-r1 x86, #873565

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

 net-fs/samba/samba-4.15.9-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-fs/samba/samba-4.15.9-r1.ebuild 
b/net-fs/samba/samba-4.15.9-r1.ebuild
index eb6678ee347e..5a363ce20926 100644
--- a/net-fs/samba/samba-4.15.9-r1.ebuild
+++ b/net-fs/samba/samba-4.15.9-r1.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} = *_rc* ]]; then
SRC_URI="mirror://samba/rc/${MY_P}.tar.gz"
 else
SRC_URI="mirror://samba/stable/${MY_P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv 
~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv 
~sparc x86"
 fi
 S="${WORKDIR}/${MY_P}"
 



[gentoo-commits] repo/gentoo:master commit in: net-fs/samba/

2022-09-30 Thread Sam James
commit: 008d8d17ca88d4fb13fca04a27fdf58ea8255efe
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep 30 20:38:24 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep 30 20:39:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=008d8d17

net-fs/samba: Stabilize 4.15.9-r1 amd64, #873565

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

 net-fs/samba/samba-4.15.9-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-fs/samba/samba-4.15.9-r1.ebuild 
b/net-fs/samba/samba-4.15.9-r1.ebuild
index 5a363ce20926..2e1f6f4eae16 100644
--- a/net-fs/samba/samba-4.15.9-r1.ebuild
+++ b/net-fs/samba/samba-4.15.9-r1.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} = *_rc* ]]; then
SRC_URI="mirror://samba/rc/${MY_P}.tar.gz"
 else
SRC_URI="mirror://samba/stable/${MY_P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv 
~sparc x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~sparc 
x86"
 fi
 S="${WORKDIR}/${MY_P}"
 



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdirstat/

2022-09-30 Thread Sam James
commit: cc1d142c5d656cda1def44117c31fa4b840b5590
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep 30 20:38:41 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep 30 20:39:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc1d142c

kde-misc/kdirstat: Stabilize 3.4.2 amd64, #873448

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

 kde-misc/kdirstat/kdirstat-3.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/kdirstat/kdirstat-3.4.2.ebuild 
b/kde-misc/kdirstat/kdirstat-3.4.2.ebuild
index 1ed41f355eed..50be1f733085 100644
--- a/kde-misc/kdirstat/kdirstat-3.4.2.ebuild
+++ b/kde-misc/kdirstat/kdirstat-3.4.2.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-2"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-misc/krename/

2022-09-30 Thread Sam James
commit: 1c5b3cbeee2d5488f48e45fe1481a0db71ecf09b
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep 30 20:38:42 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep 30 20:39:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c5b3cbe

kde-misc/krename: Stabilize 5.0.2 amd64, #873448

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

 kde-misc/krename/krename-5.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/krename/krename-5.0.2.ebuild 
b/kde-misc/krename/krename-5.0.2.ebuild
index da1fd47ab540..a0302fac3977 100644
--- a/kde-misc/krename/krename-5.0.2.ebuild
+++ b/kde-misc/krename/krename-5.0.2.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://apps.kde.org/krename/ 
https://userbase.kde.org/KRename";
 
 if [[ ${KDE_BUILD_TYPE} != live ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-   KEYWORDS="~amd64 ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm64 ~x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: dev-util/kdevelop-pg-qt/

2022-09-30 Thread Sam James
commit: b8ddf2d1f658fc46f0308b7e0edc40178ba7bd67
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep 30 20:38:40 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep 30 20:39:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8ddf2d1

dev-util/kdevelop-pg-qt: Stabilize 2.2.1_p20220904 amd64, #873448

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

 dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.2.1_p20220904.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.2.1_p20220904.ebuild 
b/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.2.1_p20220904.ebuild
index 5dfcfc95edbb..e15bf430de47 100644
--- a/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.2.1_p20220904.ebuild
+++ b/dev-util/kdevelop-pg-qt/kdevelop-pg-qt-2.2.1_p20220904.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://kdevelop.org/";
 
 LICENSE="LGPL-2+ LGPL-2.1+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
 
 BDEPEND="
sys-devel/bison



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

2022-09-30 Thread Sam James
commit: c397b038c9b59b47ad6a93c7cebae0697780fb29
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep 30 20:38:45 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep 30 20:39:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c397b038

net-libs/libaccounts-glib: Stabilize 1.26 amd64, #873448

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

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

diff --git a/net-libs/libaccounts-glib/libaccounts-glib-1.26.ebuild 
b/net-libs/libaccounts-glib/libaccounts-glib-1.26.ebuild
index 66a87f221321..c3405b08085b 100644
--- a/net-libs/libaccounts-glib/libaccounts-glib-1.26.ebuild
+++ b/net-libs/libaccounts-glib/libaccounts-glib-1.26.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-VERSION_${PV}"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE="doc"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: media-gfx/kgraphviewer/

2022-09-30 Thread Sam James
commit: a319722fa6cb68eeed4558be5aa253729f603c55
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep 30 20:38:43 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep 30 20:39:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a319722f

media-gfx/kgraphviewer: Stabilize 2.4.3-r2 amd64, #873448

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

 media-gfx/kgraphviewer/kgraphviewer-2.4.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/kgraphviewer/kgraphviewer-2.4.3-r2.ebuild 
b/media-gfx/kgraphviewer/kgraphviewer-2.4.3-r2.ebuild
index 51254ef0da56..46516c3b741d 100644
--- a/media-gfx/kgraphviewer/kgraphviewer-2.4.3-r2.ebuild
+++ b/media-gfx/kgraphviewer/kgraphviewer-2.4.3-r2.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://apps.kde.org/kgraphviewer";
 
 LICENSE="GPL-2 GPL-2+ LGPL-2+ LGPL-2.1+ handbook? ( FDL-1.2 )"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 IUSE=""
 
 RDEPEND="



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

2022-09-30 Thread Sam James
commit: 8b86c9cb475fc1faf1eb54ae5e78c899040c7bc3
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep 30 20:38:44 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep 30 20:39:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b86c9cb

media-sound/audex: Stabilize 0.95_pre20220909 amd64, #873448

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

 media-sound/audex/audex-0.95_pre20220909.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/audex/audex-0.95_pre20220909.ebuild 
b/media-sound/audex/audex-0.95_pre20220909.ebuild
index f2e6b759e571..0dee099c1bca 100644
--- a/media-sound/audex/audex-0.95_pre20220909.ebuild
+++ b/media-sound/audex/audex-0.95_pre20220909.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://userbase.kde.org/Audex";
 
 LICENSE="GPL-3"
 SLOT="5"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kio-fuse/

2022-09-30 Thread Sam James
commit: 513351ae7f37bfd4290c8361a24dfeeb5fc580a1
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep 30 20:38:41 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep 30 20:39:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=513351ae

kde-misc/kio-fuse: Stabilize 5.0.1_p20220906 amd64, #873448

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

 kde-misc/kio-fuse/kio-fuse-5.0.1_p20220906.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/kio-fuse/kio-fuse-5.0.1_p20220906.ebuild 
b/kde-misc/kio-fuse/kio-fuse-5.0.1_p20220906.ebuild
index 51e59fdda4d8..05523cb743ec 100644
--- a/kde-misc/kio-fuse/kio-fuse-5.0.1_p20220906.ebuild
+++ b/kde-misc/kio-fuse/kio-fuse-5.0.1_p20220906.ebuild
@@ -14,7 +14,7 @@ 
HOMEPAGE="https://feverfew.home.blog/2019/12/24/kiofuse-beta-4-9-0-released/";
 
 LICENSE="GPL-3+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE=""
 
 RESTRICT="test" # depend on fuse kernel module



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

2022-09-30 Thread Sam James
commit: 20543c2c09f5f0f8bae0842cd51b9e1eaf3b735f
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep 30 20:38:48 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep 30 20:39:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20543c2c

dev-util/pwndbg: Stabilize 20220830 amd64, #873694

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

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

diff --git a/dev-util/pwndbg/pwndbg-20220830.ebuild 
b/dev-util/pwndbg/pwndbg-20220830.ebuild
index ff3e3818e338..043d25b753e7 100644
--- a/dev-util/pwndbg/pwndbg-20220830.ebuild
+++ b/dev-util/pwndbg/pwndbg-20220830.ebuild
@@ -20,7 +20,7 @@ else
https://github.com/pwndbg/pwndbg/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz

https://github.com/martinradev/gdb-pt-dump/archive/${GDB_PT_DUMP_COMMIT}.tar.gz 
-> gdb-pt-dump-${GDB_PT_DUMP_COMMIT}.tar.gz
"
-   KEYWORDS="~amd64 x86"
+   KEYWORDS="amd64 x86"
S="${WORKDIR}/${PN}-${MY_PV}"
 fi
 



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

2022-09-30 Thread Sam James
commit: d742cea47c4eea25042ab33c84b8c447abf3b3e8
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep 30 20:38:39 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep 30 20:39:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d742cea4

dev-libs/grantlee: Stabilize 5.3.0 amd64, #873448

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

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

diff --git a/dev-libs/grantlee/grantlee-5.3.0.ebuild 
b/dev-libs/grantlee/grantlee-5.3.0.ebuild
index d28d8a77daee..54836e3783e4 100644
--- a/dev-libs/grantlee/grantlee-5.3.0.ebuild
+++ b/dev-libs/grantlee/grantlee-5.3.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://downloads.grantlee.org/${P}.tar.gz";
 
 LICENSE="LGPL-2.1+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
 IUSE="debug doc test"
 
 RESTRICT="!test? ( test )"



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

2022-09-30 Thread Sam James
commit: 12aff62d10197d5bd76399881f3d543674e62193
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep 30 20:38:44 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep 30 20:39:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12aff62d

media-video/kaffeine: Stabilize 2.0.18-r2 amd64, #873448

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

 media-video/kaffeine/kaffeine-2.0.18-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/kaffeine/kaffeine-2.0.18-r2.ebuild 
b/media-video/kaffeine/kaffeine-2.0.18-r2.ebuild
index f95af9a8b83a..706e25ae3566 100644
--- a/media-video/kaffeine/kaffeine-2.0.18-r2.ebuild
+++ b/media-video/kaffeine/kaffeine-2.0.18-r2.ebuild
@@ -11,7 +11,7 @@ inherit ecm kde.org
 if [[ ${KDE_BUILD_TYPE} == release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz
https://linuxtv.org/downloads/dtv-scan-tables/${PN}/scantable.dvb -> 
${P}-scantable.dvb"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
 fi
 
 DESCRIPTION="Media player with digital TV support by KDE"



[gentoo-commits] repo/gentoo:master commit in: app-editors/pluma/

2022-09-30 Thread Arthur Zamarin
commit: 0f18362d00cc2a0c5764c9170c3a9f805df928b9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep 30 20:25:03 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep 30 20:40:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f18362d

app-editors/pluma: add 1.26.0, EAPI=6->7, enable tests

- enable tests (skip the one failing test)
- enable py3.11, drop py3.6 and py3.7
- organize the declarations
- bump versions for dependencies

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

 app-editors/pluma/Manifest|  1 +
 app-editors/pluma/pluma-1.26.0.ebuild | 79 +++
 2 files changed, 80 insertions(+)

diff --git a/app-editors/pluma/Manifest b/app-editors/pluma/Manifest
index c481a1b9a671..eb90445d2fa3 100644
--- a/app-editors/pluma/Manifest
+++ b/app-editors/pluma/Manifest
@@ -1 +1,2 @@
 DIST pluma-1.24.2.tar.xz 3745160 BLAKE2B 
ed855b19f1ab80cb6ef9bc175eea3c2af386b1e45123bc0e3ad93d1964efb4822fe1b3d7490308357fcff96557bb6189f081a467f41a6907e76a1961de8f23d3
 SHA512 
588640744f8a0bec08d0c51c0309380a57cb6319c98124885e30d05e7dd8488ba7bd5acec1bf21fb0d6832626ae8925b24cd241202265af1a631a91313cdad2b
+DIST pluma-1.26.0.tar.xz 3765056 BLAKE2B 
4a3107df7c4ba906d405b5ef3ea6dd9ca0e372a7b00224213fc8a60d1dc26663d1363aa7f0569b0242407f5b5d850386308fae9192c4a33f577295bb55ef5a16
 SHA512 
a6c0cee7110f4863e44af51b19bb528f0f3570eab8db98038152bf142eedde97ac13b896deff7051b941a0f43c6fe14e316a97eba40fe5d4854d76038450245f

diff --git a/app-editors/pluma/pluma-1.26.0.ebuild 
b/app-editors/pluma/pluma-1.26.0.ebuild
new file mode 100644
index ..cae48f8c333e
--- /dev/null
+++ b/app-editors/pluma/pluma-1.26.0.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MATE_LA_PUNT="yes"
+PYTHON_COMPAT=( python3_{8..11} )
+inherit mate python-single-r1 virtualx
+
+DESCRIPTION="Pluma text editor for the MATE desktop"
+
+LICENSE="FDL-1.1+ GPL-2+ LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+IUSE="+introspection spell test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+RESTRICT="!test? ( test )"
+
+COMMON_DEPEND="
+   dev-libs/atk
+   >=dev-libs/glib-2.50:2
+   >=dev-libs/libpeas-1.2.0[gtk]
+   >=dev-libs/libxml2-2.5:2
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf:2
+   >=x11-libs/gtk+-3.22:3[introspection?]
+   >=x11-libs/gtksourceview-4.0.2:4
+   x11-libs/libICE
+   x11-libs/libX11
+   >=x11-libs/libSM-1.0
+   x11-libs/pango
+   introspection? ( >=dev-libs/gobject-introspection-0.9.3:= )
+   spell? (
+   >=app-text/enchant-1.6:=
+   >=app-text/iso-codes-0.35
+   )
+   !!app-editors/mate-text-editor
+"
+RDEPEND="${COMMON_DEPEND}
+   ${PYTHON_DEPS}
+   >=mate-base/mate-desktop-1.9[introspection?]
+   virtual/libintl
+"
+DEPEND="${COMMON_DEPEND}
+   ~app-text/docbook-xml-dtd-4.1.2
+   app-text/yelp-tools
+   dev-util/glib-utils
+   dev-util/gtk-doc
+   dev-util/gtk-doc-am
+   >=sys-devel/libtool-2.2.6:2
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+MATE_FORCE_AUTORECONF=true
+
+src_prepare() {
+   # Test require gvfs sftp fs mounted and schema's installed. Skip this 
one.
+   # https://github.com/mate-desktop/mate-text-editor/issues/33
+   sed -e '/+= document-saver/d' -i tests/Makefile.am || die
+
+   mate_src_prepare
+}
+
+src_configure() {
+   mate_src_configure \
+   $(use_enable introspection) \
+   $(use_enable spell) \
+   $(use_enable test tests)
+}
+
+src_test() {
+   # FIXME: This should be handled at eclass level.
+   "${EPREFIX}/${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data" || die
+
+   unset DBUS_SESSION_BUS_ADDRESS
+   local -x GSETTINGS_SCHEMA_DIR="${S}/data"
+   virtx emake check
+}



[gentoo-commits] repo/gentoo:master commit in: app-vim/pydoc/

2022-09-30 Thread Arthur Zamarin
commit: 57daf3bcde33697839381622fda2c6f7076d09da
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep 30 20:03:49 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep 30 20:40:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57daf3bc

app-vim/pydoc: EAPI=8, enable py3.11

- use more stable tarball from github
- simplify src_unpack

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

 app-vim/pydoc/Manifest|  1 +
 app-vim/pydoc/pydoc-2.0-r2.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/app-vim/pydoc/Manifest b/app-vim/pydoc/Manifest
index 094b819cbc7d..e85c42feb7b1 100644
--- a/app-vim/pydoc/Manifest
+++ b/app-vim/pydoc/Manifest
@@ -1 +1,2 @@
+DIST pydoc-2.0.gh.tar.gz 2790 BLAKE2B 
520c92fb38d75961342d6c638d3e38f1973ac459553b18f11e03c082b76656a6ad6c56b820f07830e917e14c48496c5b6a9c56c998773d8e8eb698613e6945df
 SHA512 
d082d1921799548092df8b0391022582dad33e478608de7a8832b1a3b11e648c66298c9b61b473a58571f3479858dfe568d0b18f8af49046dd06a3ecf4e56bd3
 DIST pydoc-2.0.tar.gz 2795 BLAKE2B 
d780265c474081431e43076db9e5bc244677d9deaaa44bbd6ba2c2bdce7e88b8e2f0c6a9e14ca5a3a4bda7925b5c5bc108a34d5d6fecaabe9f0a025774b101ca
 SHA512 
bea2e0dcb82090803b45e0cbccf5ad610a39f22d04c099e5e946e2b3707c9cbd69b85e3f1024a73760d1ff81a0199aeeb3bab20546307676953156eff7185214

diff --git a/app-vim/pydoc/pydoc-2.0-r2.ebuild 
b/app-vim/pydoc/pydoc-2.0-r2.ebuild
new file mode 100644
index ..a33f308db8de
--- /dev/null
+++ b/app-vim/pydoc/pydoc-2.0-r2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+inherit vim-plugin python-single-r1
+
+DESCRIPTION="vim plugin: integrates python documentation view and search tool"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=910
+   https://github.com/fs111/pydoc.vim";
+SRC_URI="
+   https://github.com/fs111/${PN}.vim/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+S=${WORKDIR}/${PN}.vim-${PV}
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}"



[gentoo-commits] repo/gentoo:master commit in: net-fs/samba/

2022-09-30 Thread Arthur Zamarin
commit: 25b664b1faecaceb2eb5ebd885b449ad1f5848ee
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep 30 20:41:18 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep 30 20:41:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25b664b1

net-fs/samba: Stabilize 4.14.14 arm64, #873562

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

 net-fs/samba/samba-4.14.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-fs/samba/samba-4.14.14.ebuild 
b/net-fs/samba/samba-4.14.14.ebuild
index ac8a822f3d4e..ca30838d421a 100644
--- a/net-fs/samba/samba-4.14.14.ebuild
+++ b/net-fs/samba/samba-4.14.14.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} = *_rc* ]]; then
SRC_URI="mirror://samba/rc/${MY_P}.tar.gz"
 else
SRC_URI="mirror://samba/stable/${MY_P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv 
~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~sparc 
~x86"
 fi
 S="${WORKDIR}/${MY_P}"
 



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

2022-09-30 Thread Stephan Hartmann
commit: f7adc808a8b6ea80719a8403b43b455a3b1e729d
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Fri Sep 30 20:45:36 2022 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Fri Sep 30 20:46:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7adc808

www-client/chromium: dev channel bump to 108.0.5327.0

Signed-off-by: Stephan Hartmann  gentoo.org>

 www-client/chromium/Manifest |2 +
 www-client/chromium/chromium-108.0.5327.0.ebuild | 1206 ++
 2 files changed, 1208 insertions(+)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index 2ccf1d846aec..9c54bb5d1256 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -5,4 +5,6 @@ DIST chromium-106-patchset-3.tar.xz 6672 BLAKE2B 
4c56702e84c761b5b4e5ea84a3e9bed
 DIST chromium-106.0.5249.61.tar.xz 1621965008 BLAKE2B 
f15043eeefb898809adf580c6ef9258f9512ec29f9f0688865c226b13a47d6dd8733a51a64c6a0e5ba0b67e5d5b54419e5264401fa4ef96112dcbdfb70c4aa17
 SHA512 
472754e11472d4b6d7545d3dfb784b3ca6ecb951753e6e966b5a2ee18aab35e185872d55bece98a99d4d2c2d1ef38e07a29a4d6989e5a287046108100a799ac1
 DIST chromium-107-patchset-1.tar.xz 5736 BLAKE2B 
581ca307d63635ef91aaa907aeebb8c735be6d6bbfcc3fe064fed7531b8848b5d918e017031ee606ed3bd8f0fc23aa6d2f8af4b36d33483dbeee2b5c8eacac82
 SHA512 
acbfb41c31a510a689cad3b0686e24925b018bd7a2a8f56f74b730dc36d878c266a11b3bb76b131e66f7b859f483ff00e16cbaae1b2b6944010c7396310c03b8
 DIST chromium-107.0.5304.18.tar.xz 1692448900 BLAKE2B 
a6ad73f94ff9fbeb87a2255ac7c023441155b9140d3c47fe94d05d8bdaf9873133e049c9781ad1ac2bfb964ff0f890c9fe3644ed88f5d2a96e0d6760064bf200
 SHA512 
15788eef618c2870e30b52ab7c43228fd4576e0f49cdba020e712d9ab628fca419b20dc9ccb314c4c3aaab0adabd010f462386a505ea9f9435949ed6c231fb1c
+DIST chromium-108-patchset-1.tar.xz 6344 BLAKE2B 
d5febda6415d0573d86f1c85dcf4449ab63633605b8d3cb5815bee0ed26dba8348554f8c7e06eb0450932c1062d388d5ad8817ef698afeb978bce1a98fcb3c5b
 SHA512 
d5f47692388c66099d6af75c781866bc45e05ffb7fa91c354243fcd1dd83f5de3279706809b3f65039e07d2c3b03d86b7dadcf6d14d93d9aa53562f1b8318b01
+DIST chromium-108.0.5327.0.tar.xz 1672115480 BLAKE2B 
c92636436fb8017d4a6b5e7daa7518384149ea6478998e511dd04e17c1cc788cfa2fe5484c1f732e134d4f351fa9f37f68bab306904307cf2de5158f825a5efe
 SHA512 
a073b08ea7cff74440510c08cc90105a80f91f8bdf49e74de9f048be54821a7ef246078775260ffeff00c925a849d9958c0643e9bdc1f31edc798d4bb0928efa
 DIST chromium-profiler-0.1.tar 269066240 BLAKE2B 
6897387b63ff9a724b67f2e8799fe803dc75da376da809e752d19d6f5cf98bd84ac24161d07ac4a967577279e9ad5a8a46f0825332a7ee933a27693d6dc95611
 SHA512 
3fb6132599d28455d1b5c04d856ea7623e49b0b0b96f021c31d0952c4ba57d69d0a1cae6f0b91470a235221c89cc0d3bb38303ff02594ed0739712e6e2f8dbcc

diff --git a/www-client/chromium/chromium-108.0.5327.0.ebuild 
b/www-client/chromium/chromium-108.0.5327.0.ebuild
new file mode 100644
index ..03e9299a322e
--- /dev/null
+++ b/www-client/chromium/chromium-108.0.5327.0.ebuild
@@ -0,0 +1,1206 @@
+# Copyright 2009-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_REQ_USE="xml(+)"
+LLVM_MAX_SLOT=15
+
+CHROMIUM_LANGS="af am ar bg bn ca cs da de el en-GB es es-419 et fa fi fil 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"
+
+VIRTUALX_REQUIRED="pgo"
+
+inherit check-reqs chromium-2 desktop flag-o-matic llvm ninja-utils pax-utils 
python-any-r1 readme.gentoo-r1 toolchain-funcs virtualx xdg-utils
+
+DESCRIPTION="Open-source version of Google Chrome web browser"
+HOMEPAGE="https://chromium.org/";
+PATCHSET="1"
+PATCHSET_NAME="chromium-$(ver_cut 1)-patchset-${PATCHSET}"
+SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}.tar.xz
+   
https://github.com/stha09/chromium-patches/releases/download/${PATCHSET_NAME}/${PATCHSET_NAME}.tar.xz
+   pgo? ( https://blackhole.sk/~kabel/src/chromium-profiler-0.1.tar )"
+
+LICENSE="BSD"
+SLOT="0/dev"
+KEYWORDS="~amd64 ~arm64"
+IUSE="+X component-build cups cpu_flags_arm_neon debug gtk4 +hangouts headless 
+js-type-check kerberos libcxx lto +official pgo pic +proprietary-codecs 
pulseaudio qt5 screencast selinux +suid +system-av1 +system-ffmpeg 
+system-harfbuzz +system-icu +system-png vaapi wayland widevine"
+REQUIRED_USE="
+   component-build? ( !suid !libcxx )
+   screencast? ( wayland )
+   !headless? ( || ( X wayland ) )
+   pgo? ( X !wayland )
+"
+
+COMMON_X_DEPEND="
+   x11-libs/libXcomposite:=
+   x11-libs/libXcursor:=
+   x11-libs/libXdamage:=
+   x11-libs/libXfixes:=
+   >=x11-libs/libXi-1.6.0:=
+   x11-libs/libXrandr:=
+   x11-libs/libXrender:=
+   x11-libs/libXtst:=
+   x11-libs/libxshmfence:=
+"
+
+COMMON_SNAPSHOT_DEPEND="
+   system-icu? ( >=dev-libs/icu-71.1:= )
+   >=dev-libs/libxml2-2.9.4-r3:=[icu]

[gentoo-commits] repo/gentoo:master commit in: app-text/pep/, app-text/pep/files/

2022-09-30 Thread Sam James
commit: 536aafdb262b842fee410b96ae6a92adaf41d6a3
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep 30 20:52:42 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep 30 20:53:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=536aafdb

app-text/pep: fix build w/ Clang 16

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

 app-text/pep/files/pep-2.8-Fix-Wimplicit-int.patch | 18 ++
 app-text/pep/pep-2.8-r2.ebuild |  9 +
 2 files changed, 23 insertions(+), 4 deletions(-)

diff --git a/app-text/pep/files/pep-2.8-Fix-Wimplicit-int.patch 
b/app-text/pep/files/pep-2.8-Fix-Wimplicit-int.patch
new file mode 100644
index ..724873090c1c
--- /dev/null
+++ b/app-text/pep/files/pep-2.8-Fix-Wimplicit-int.patch
@@ -0,0 +1,18 @@
+From: Sam James 
+Date: Fri, 30 Sep 2022 21:51:17 +0100
+Subject: [PATCH] Fix -Wimplicit-int
+
+Fixes build with Clang 16.
+
+Bug: https://bugs.gentoo.org/871081
+--- a/main.c
 b/main.c
+@@ -410,7 +410,7 @@ static void dofile(int eflage)
+ 
+ /*---( main )---*/
+ 
+-main(int argc, char **argv)
++int main(int argc, char **argv)
+ {
+struct stat statbuf;
+unsigned int statype;

diff --git a/app-text/pep/pep-2.8-r2.ebuild b/app-text/pep/pep-2.8-r2.ebuild
index 288dacb2649b..6ef0fb385c28 100644
--- a/app-text/pep/pep-2.8-r2.ebuild
+++ b/app-text/pep/pep-2.8-r2.ebuild
@@ -1,13 +1,14 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit toolchain-funcs flag-o-matic
 
 DESCRIPTION="General purpose filter and file cleaning program"
 HOMEPAGE="https://hannemyr.com/enjoy/pep.html";
 SRC_URI="https://hannemyr.com/enjoy/${PN}${PV//./}.zip -> ${P}.zip"
+S="${WORKDIR}"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -15,17 +16,17 @@ KEYWORDS="amd64 ~mips ppc x86 ~x86-linux ~ppc-macos"
 
 BDEPEND="app-arch/unzip"
 
-S=${WORKDIR}
-
 # pep does not come with autoconf so here's a patch to configure
 # Makefile with the correct path
 PATCHES=(
"${FILESDIR}"/${P}-gentoo.patch
"${FILESDIR}"/${P}-include.patch
+   "${FILESDIR}"/${P}-Fix-Wimplicit-int.patch
 )
 
 src_prepare() {
default
+
# Darwin lacks stricmp and DIRCHAR
if [[ ${CHOST} == *-darwin* ]] ; then
sed -i -e '/^OBJS/s/^\(.*\)$/\1 bdmg.o/' Makefile || die



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

2022-09-30 Thread Sam James
commit: 9d26a6b263f804564af069dfe943c7851c637055
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep 30 20:46:16 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep 30 20:53:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d26a6b2

net-misc/rsync: add changelog remote-id

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

 net-misc/rsync/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-misc/rsync/metadata.xml b/net-misc/rsync/metadata.xml
index e0cef9bf0cdb..99f88ebaf252 100644
--- a/net-misc/rsync/metadata.xml
+++ b/net-misc/rsync/metadata.xml
@@ -6,6 +6,7 @@
Gentoo Base System


+   https://rsync.samba.org/ftp/rsync/NEWS
cpe:/a:samba:rsync
WayneD/rsync




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

2022-09-30 Thread Sam James
commit: 1ebe0b8fa12b7f481eebe1d5fb764b9981b2b95e
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep 30 20:46:01 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep 30 20:53:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ebe0b8f

net-misc/rsync: add 3.2.7_pre1

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

 net-misc/rsync/Manifest|   2 +
 net-misc/rsync/rsync-3.2.7_pre1.ebuild | 167 +
 2 files changed, 169 insertions(+)

diff --git a/net-misc/rsync/Manifest b/net-misc/rsync/Manifest
index 5503dee54155..a6ef7293f59b 100644
--- a/net-misc/rsync/Manifest
+++ b/net-misc/rsync/Manifest
@@ -4,3 +4,5 @@ DIST rsync-3.2.5.tar.gz 1129957 BLAKE2B 
a0d1c4a2dbebe37bad4f6e2e5e4fae41c53529d9
 DIST rsync-3.2.5.tar.gz.asc 195 BLAKE2B 
9ca9034afc39299c2178190412b188f561d274d8e38d58a988487f2db14a8135840acf3413096d26f080358b69779fa3b48e292670ba6b23ae4eb0c05f9df614
 SHA512 
b384f48b2fd459a51715c8ab2a14e540c5fa7f7f12453282db770893d6121b1b3c9809e667ccacaf910fd90548abeb700a2c717d76fbea22fe3d6a22aa6b2c44
 DIST rsync-3.2.6.tar.gz 1138593 BLAKE2B 
fa0c4aa9cdffbc9ffd4f81e8c3cdc1fda7080f80c1923084c6d705e6872caaba31c13de4603c9462f312dbbdae76520c27d3f4f40b327f1e66c7127b1d05ea73
 SHA512 
d141d04732c91e055708e8d1f14b976f9483208a93076bb66dc75cbf87d54f2dcbffc11423f0c9c005d2d4e20cb9c147a7672f7a9c0b987f4e2c39b4c3645cfe
 DIST rsync-3.2.6.tar.gz.asc 195 BLAKE2B 
945c60ca67aa4234bc9d5b38c9228125f3040bccecf60c08892286c1b4fa32878d92bfc78ee664d4f6453ccaaf6d394dbe203f0a8be149e557fabede1c111b07
 SHA512 
1316b358dfa87ad7c35b2b5d11e0be111a182041150cf9c9ae30f73e0af1430a59136250dc853f784e9e80d0ee20cc46e9a34b07cc7c7a48040db168a8c8941b
+DIST rsync-3.2.7pre1.tar.gz 1146970 BLAKE2B 
a41ef2acdff2b4e6703beb47b6ac90ec40d56bb53492b0a7aba268ebaf4e6bc19a7bde8fbac1ae35ed9062f2d37dd9a5ef0dd17ce8f78a0dab9f184959fd2ce5
 SHA512 
98eac7e0734e7dc8874fa51265419b40431b9bdc1861a16f8ccec6aa2b42df86532fb7585c19f2c814ad2e71ebf420414120cef434c6712279e453b14fd853f9
+DIST rsync-3.2.7pre1.tar.gz.asc 195 BLAKE2B 
bb497c19f53e7b465771425c4ee20582b46ea8af652232a58602d8e007fa4a10a237303e46ef22e78432606e95462161930de200b064ab1d2addcadc9dceae50
 SHA512 
6fb46e8b3a510dd7602003d6ced6d8cda57e5e2c8df4e1f2036c169e51fe21b460b6e6a42fc1c9c8fdc31c37d9992c287d64f529e019d629f35b4a43ab1eb1d8

diff --git a/net-misc/rsync/rsync-3.2.7_pre1.ebuild 
b/net-misc/rsync/rsync-3.2.7_pre1.ebuild
new file mode 100644
index ..804909ae11e6
--- /dev/null
+++ b/net-misc/rsync/rsync-3.2.7_pre1.ebuild
@@ -0,0 +1,167 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# Uncomment when introducing a patch which touches configure
+#RSYNC_NEEDS_AUTOCONF=1
+PYTHON_COMPAT=( python3_{8..10} )
+inherit prefix python-single-r1 systemd
+
+DESCRIPTION="File transfer program to keep remote files into sync"
+HOMEPAGE="https://rsync.samba.org/";
+if [[ ${PV} == * ]] ; then
+   EGIT_REPO_URI="https://github.com/WayneD/rsync.git";
+   inherit autotools git-r3
+
+   REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+else
+   
VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/waynedavison.asc
+   inherit verify-sig
+
+   if [[ -n ${RSYNC_NEEDS_AUTOCONF} ]] ; then
+   inherit autotools
+   fi
+
+   if [[ ${PV} == *_pre* ]] ; then
+   SRC_DIR="src-previews"
+   else
+   SRC_DIR="src"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k 
~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   fi
+
+   SRC_URI="https://rsync.samba.org/ftp/rsync/${SRC_DIR}/${P/_/}.tar.gz
+   verify-sig? ( 
https://rsync.samba.org/ftp/rsync/${SRC_DIR}/${P/_/}.tar.gz.asc )"
+   S="${WORKDIR}"/${P/_/}
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="acl examples iconv lz4 ssl stunnel system-zlib xattr xxhash zstd"
+REQUIRED_USE+=" examples? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="
+   >=dev-libs/popt-1.5
+   acl? ( virtual/acl )
+   examples? (
+   ${PYTHON_DEPS}
+   dev-lang/perl
+   )
+   lz4? ( app-arch/lz4:= )
+   ssl? ( dev-libs/openssl:= )
+   system-zlib? ( sys-libs/zlib )
+   xattr? ( kernel_linux? ( sys-apps/attr ) )
+   xxhash? ( >=dev-libs/xxhash-0.8 )
+   zstd? ( >=app-arch/zstd-1.4:= )
+   iconv? ( virtual/libiconv )"
+DEPEND="${RDEPEND}"
+BDEPEND="examples? ( ${PYTHON_DEPS} )"
+
+if [[ ${PV} == * ]] ; then
+   BDEPEND+=" ${PYTHON_DEPS}
+   $(python_gen_cond_dep '
+   dev-python/commonmark[${PYTHON_USEDEP}]
+   ')"
+else
+   BDEPEND+=" verify-sig? ( sec-keys/openpgp-keys-waynedavison )"
+fi
+
+pkg_setup() {
+   # - USE=examples needs Python itself at runtime, but nothing else
+   # -  needs commonmark at build time
+

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

2022-09-30 Thread Sam James
commit: a2d676625e292980c3c3d5bdcbec625ea4add003
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep 30 21:16:43 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep 30 21:16:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2d67662

www-client/chromium-bin: Stabilize 106.0.5249.61 arm64, #873241

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

 www-client/chromium-bin/chromium-bin-106.0.5249.61.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/chromium-bin/chromium-bin-106.0.5249.61.ebuild 
b/www-client/chromium-bin/chromium-bin-106.0.5249.61.ebuild
index 3275ab0dffc8..9da784adce85 100644
--- a/www-client/chromium-bin/chromium-bin-106.0.5249.61.ebuild
+++ b/www-client/chromium-bin/chromium-bin-106.0.5249.61.ebuild
@@ -34,7 +34,7 @@ 
SRC_URI="https://dev.gentoo.org/~sultan/distfiles/www-client/chromium-bin/${MY_P
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="-* amd64 ~arm64 ~x86"
+KEYWORDS="-* amd64 arm64 ~x86"
 IUSE="cpu_flags_x86_sse2 suid wayland widevine"
 
 RDEPEND="



[gentoo-commits] repo/proj/guru:dev commit in: net-p2p/monero/files/, net-p2p/monero/

2022-09-30 Thread Efe İzbudak
commit: 3184a663a9b13d29c3e1bb71f71b0bfab7b19c71
Author: Efe İzbudak  metu  edu  tr>
AuthorDate: Fri Sep 30 21:26:49 2022 +
Commit: Efe İzbudak  metu  edu  tr>
CommitDate: Fri Sep 30 21:27:13 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3184a663

net-p2p/monero: add 0.18.1.2

Signed-off-by: Efe İzbudak  metu.edu.tr>

 net-p2p/monero/Manifest|   1 +
 .../monero-0.18.1.2-unbundle-dependencies.patch| 102 ++
 net-p2p/monero/monero-0.18.1.2.ebuild  | 117 +
 3 files changed, 220 insertions(+)

diff --git a/net-p2p/monero/Manifest b/net-p2p/monero/Manifest
index 0e415c491..066f2d24e 100644
--- a/net-p2p/monero/Manifest
+++ b/net-p2p/monero/Manifest
@@ -4,3 +4,4 @@ DIST monero-0.17.3.0.tar.gz 10659302 BLAKE2B 
fe73172e490f119a3d3730e3c11afd386e5
 DIST monero-0.17.3.2.tar.gz 10685156 BLAKE2B 
f313ec0e5e224797448a43ad46d4e990174eec6cdceec6dc9a25d62f014a775172e103d05a33558404bd84a8443ba6ada0c27f81a3a83fe630d16cbad97602f5
 SHA512 
2d34e0525b2ca1d7bddb8ea51776b49fec4fb866a1c1239c347460ed3369af2f430be32da45666f16c369cebef099f285971c0e806d75d60354f195c5f93891d
 DIST monero-0.18.1.0.tar.gz 11600139 BLAKE2B 
dac1182e772b4163b2cc76ec83dc2cb5e91b251dab2185d4a2df6134780f05fadba2fc603964caab973ef6bc37dce1bfcb194c92ea4f843cfb953f9a5fc24378
 SHA512 
761f1bae4157ea05565c7459d1cd2a9316317068e3afc18a7215e4a949dee7eb58fe023cbd04c9fec0141d1f3dc33f526b2a187934b33d7aff2b55e47fad599c
 DIST monero-0.18.1.1.tar.gz 11609864 BLAKE2B 
45591a856d251b6d11dc9eac987852fc413bea3fd035c330218cbb2226636ed4284b69e016a0e4ad71e2976fbe8bd6a4bc1d48cca05a45722add068c56ae0d9e
 SHA512 
71c7d1940a31943b5a01236ffd7760907a3e63c50e31efa04cbd75f90d65401ed367efc1a9685a45638df7bdabd158ab61ee94398e3ca8e6c998aeb779db2066
+DIST monero-0.18.1.2.tar.gz 11609034 BLAKE2B 
3186a1038e9dd8f204a506df28c526bf3e0e5f788ad2d6b512f02735162a479be3f46d309d4e6888f30f962d68ecaf269888c8c0b21a066cad78b3c06f8cfc83
 SHA512 
d112f34b2fe6720c324560dd523badb68f08d03183d4bbbe7e1aa95f641cde4a1c4fa4042f1d47f9920f799269cc9620150136ebbef6dd66fcd4df0336c0d7f3

diff --git a/net-p2p/monero/files/monero-0.18.1.2-unbundle-dependencies.patch 
b/net-p2p/monero/files/monero-0.18.1.2-unbundle-dependencies.patch
new file mode 100644
index 0..6cd7e7c3d
--- /dev/null
+++ b/net-p2p/monero/files/monero-0.18.1.2-unbundle-dependencies.patch
@@ -0,0 +1,102 @@
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -458,7 +458,7 @@
+ # elseif(CMAKE_SYSTEM_NAME MATCHES ".*BSDI.*")
+ #   set(BSDI TRUE)
+ 
+-include_directories(external/rapidjson/include external/easylogging++ src 
contrib/epee/include external external/supercop/include)
++include_directories(external/rapidjson/include external/easylogging++ src 
contrib/epee/include external )
+ 
+ if(APPLE)
+   cmake_policy(SET CMP0042 NEW)
+@@ -1201,7 +1201,6 @@
+   set(ZMQ_LIB "${ZMQ_LIB};${SODIUM_LIBRARY}")
+ endif()
+ 
+-include(external/supercop/functions.cmake) # place after setting flags and 
before src directory inclusion
+ add_subdirectory(contrib)
+ add_subdirectory(src)
+ 
+--- a/external/CMakeLists.txt
 b/external/CMakeLists.txt
+@@ -37,21 +37,7 @@
+ 
+ find_package(Miniupnpc REQUIRED)
+ 
+-message(STATUS "Using in-tree miniupnpc")
+-set(UPNPC_NO_INSTALL TRUE CACHE BOOL "Disable miniupnp installation" FORCE)
+-add_subdirectory(miniupnp/miniupnpc)
+-set_property(TARGET libminiupnpc-static PROPERTY FOLDER "external")
+-set_property(TARGET libminiupnpc-static PROPERTY POSITION_INDEPENDENT_CODE ON)
+-if(MSVC)
+-  set_property(TARGET libminiupnpc-static APPEND_STRING PROPERTY 
COMPILE_FLAGS " -wd4244 -wd4267")
+-elseif(NOT MSVC)
+-  set_property(TARGET libminiupnpc-static APPEND_STRING PROPERTY 
COMPILE_FLAGS " -Wno-undef -Wno-unused-result -Wno-unused-value")
+-endif()
+-if(CMAKE_SYSTEM_NAME MATCHES "NetBSD")
+-  set_property(TARGET libminiupnpc-static APPEND_STRING PROPERTY 
COMPILE_FLAGS " -D_NETBSD_SOURCE")
+-endif()
+-
+-set(UPNP_LIBRARIES "libminiupnpc-static" PARENT_SCOPE)
++set(UPNP_LIBRARIES "miniupnpc" PARENT_SCOPE)
+ 
+ find_package(Unbound)
+ 
+@@ -69,4 +55,3 @@
+ add_subdirectory(db_drivers)
+ add_subdirectory(easylogging++)
+ add_subdirectory(qrcodegen)
+-add_subdirectory(randomx EXCLUDE_FROM_ALL)
+--- a/src/crypto/CMakeLists.txt
 b/src/crypto/CMakeLists.txt
+@@ -55,6 +55,7 @@
+ endif()
+ 
+ include_directories(${RANDOMX_INCLUDE})
++include_directories(SYSTEM /usr/include/monero)
+ 
+ set(crypto_headers)
+ 
+@@ -97,6 +98,3 @@
+ # cheat because cmake and ccache hate each other
+ set_property(SOURCE CryptonightR_template.S PROPERTY LANGUAGE C)
+ set_property(SOURCE CryptonightR_template.S PROPERTY XCODE_EXPLICIT_FILE_TYPE 
sourcecode.asm)
+-
+-# Must be done last, because it references libraries in this directory
+-add_subdirectory(wallet)
+--- a/src/crypto/wallet/crypto.h
 b/src/crypto/wallet/crypto.h
+@@ -30,7 +30,6 @@
+ #pragma once
+ 
+ #include 
+-#include "crypto/wallet/ops.h"
+ 
+ namespace cryp

[gentoo-commits] repo/gentoo:master commit in: gnome-base/gconf/

2022-09-30 Thread Matt Turner
commit: ffd075d79162b2682221a397962820bf3e00dfca
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 30 20:55:45 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 30 21:54:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffd075d7

gnome-base/gconf: Bump to EAPI=8

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

 gnome-base/gconf/{gconf-3.2.6-r5.ebuild => gconf-3.2.6-r6.ebuild} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnome-base/gconf/gconf-3.2.6-r5.ebuild 
b/gnome-base/gconf/gconf-3.2.6-r6.ebuild
similarity index 98%
rename from gnome-base/gconf/gconf-3.2.6-r5.ebuild
rename to gnome-base/gconf/gconf-3.2.6-r6.ebuild
index 92ebc45a813e..105cb26e763a 100644
--- a/gnome-base/gconf/gconf-3.2.6-r5.ebuild
+++ b/gnome-base/gconf/gconf-3.2.6-r6.ebuild
@@ -1,11 +1,10 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 GNOME_ORG_MODULE="GConf"
-GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 PYTHON_REQ_USE="xml(+)"
 
 inherit gnome2 multilib-minimal python-single-r1



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

2022-09-30 Thread Sam James
commit: 6a6e159892b9d0689833efce31c902df0cd585c3
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep 30 22:11:29 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep 30 22:11:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a6e1598

www-client/chromium: Stabilize 106.0.5249.61 arm64, #873223

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

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

diff --git a/www-client/chromium/chromium-106.0.5249.61.ebuild 
b/www-client/chromium/chromium-106.0.5249.61.ebuild
index 8e79bd205d9b..885442c8d6ba 100644
--- a/www-client/chromium/chromium-106.0.5249.61.ebuild
+++ b/www-client/chromium/chromium-106.0.5249.61.ebuild
@@ -24,7 +24,7 @@ 
SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}
 
 LICENSE="BSD"
 SLOT="0/stable"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64 arm64"
 IUSE="+X component-build cups cpu_flags_arm_neon debug gtk4 +hangouts headless 
+js-type-check kerberos libcxx lto +official pgo pic +proprietary-codecs 
pulseaudio screencast selinux +suid +system-ffmpeg +system-harfbuzz +system-icu 
+system-png vaapi wayland widevine"
 REQUIRED_USE="
component-build? ( !suid !libcxx )



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

2022-09-30 Thread Sam James
commit: c68b8835f51762b1f8cbad06d3af825663326b69
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep 30 22:12:07 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep 30 22:12:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c68b8835

www-client/chromium: Stabilize 106.0.5249.61 amd64, #873223

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

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

diff --git a/www-client/chromium/chromium-106.0.5249.61.ebuild 
b/www-client/chromium/chromium-106.0.5249.61.ebuild
index 885442c8d6ba..a3c192a6f95f 100644
--- a/www-client/chromium/chromium-106.0.5249.61.ebuild
+++ b/www-client/chromium/chromium-106.0.5249.61.ebuild
@@ -24,7 +24,7 @@ 
SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}
 
 LICENSE="BSD"
 SLOT="0/stable"
-KEYWORDS="~amd64 arm64"
+KEYWORDS="amd64 arm64"
 IUSE="+X component-build cups cpu_flags_arm_neon debug gtk4 +hangouts headless 
+js-type-check kerberos libcxx lto +official pgo pic +proprietary-codecs 
pulseaudio screencast selinux +suid +system-ffmpeg +system-harfbuzz +system-icu 
+system-png vaapi wayland widevine"
 REQUIRED_USE="
component-build? ( !suid !libcxx )



[gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-undelete/

2022-09-30 Thread Sam James
commit: 2430298af74a2e0fcb4be5747ac30d33939eb231
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep 30 23:08:59 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep 30 23:24:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2430298a

media-plugins/vdr-undelete: fix version

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

 media-plugins/vdr-undelete/Manifest| 2 +-
 ...r-undelete-2.3.0_pre1.ebuild => vdr-undelete-2.3.1_pre1.ebuild} | 7 +++
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/media-plugins/vdr-undelete/Manifest 
b/media-plugins/vdr-undelete/Manifest
index ac8af1354afa..e9420a7a8afb 100644
--- a/media-plugins/vdr-undelete/Manifest
+++ b/media-plugins/vdr-undelete/Manifest
@@ -1,2 +1,2 @@
 DIST vdr-undelete-0.0.7.tgz 34655 BLAKE2B 
81f40ad993d06386112ef46c3ba1c1402211c2ec2138aa113dfe8376340416097a691e7b5f4c4fee24e85e7a0b5c16501dc6853374c3e8b27e0a84437dcb0f74
 SHA512 
c4d634580d91c3d3601767bb29cfe12e0bd13f9d8fd5bab31a3388db1f8724544b371b4ba333cd524aa5243554015517f487f6e8f2de31bd747f1094ba1c84ff
-DIST vdr-undelete-2.3.0_pre1.tgz 13865 BLAKE2B 
065550c0c6aa150677550450f458db496ac55e6ad1b8024de22abca37093259adfdd6ffc7b9c07a66e76df573c3c1d4d69920bcf56872406234a4898f99021d2
 SHA512 
3200efcbd2eec5ef04d66fcf9dbbd1973ef7488a332618a6d2f5dc4bc20323e2b88746f02883e9488436b32f21aea2fb60e7e675e247af392ee121423af4b878
+DIST vdr-undelete-2.3.1_pre1.tgz 13865 BLAKE2B 
065550c0c6aa150677550450f458db496ac55e6ad1b8024de22abca37093259adfdd6ffc7b9c07a66e76df573c3c1d4d69920bcf56872406234a4898f99021d2
 SHA512 
3200efcbd2eec5ef04d66fcf9dbbd1973ef7488a332618a6d2f5dc4bc20323e2b88746f02883e9488436b32f21aea2fb60e7e675e247af392ee121423af4b878

diff --git a/media-plugins/vdr-undelete/vdr-undelete-2.3.0_pre1.ebuild 
b/media-plugins/vdr-undelete/vdr-undelete-2.3.1_pre1.ebuild
similarity index 76%
rename from media-plugins/vdr-undelete/vdr-undelete-2.3.0_pre1.ebuild
rename to media-plugins/vdr-undelete/vdr-undelete-2.3.1_pre1.ebuild
index 7ea4ea0b4a86..a1c810f690c9 100644
--- a/media-plugins/vdr-undelete/vdr-undelete-2.3.0_pre1.ebuild
+++ b/media-plugins/vdr-undelete/vdr-undelete-2.3.1_pre1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -7,12 +7,11 @@ inherit vdr-plugin-2
 
 DESCRIPTION="VDR Plugin: Recover deleted recordings of VDR"
 HOMEPAGE="http://phivdr.dyndns.org/vdr/";
-SRC_URI="http://phivdr.dyndns.org/vdr/vdr-undelete/vdr-undelete-2.3.1-pre1.tgz 
-> ${P}.tgz"
+SRC_URI="http://phivdr.dyndns.org/vdr/vdr-undelete/vdr-undelete-${PV/_pre/-pre}.tgz
 -> ${P}.tgz"
+S="${WORKDIR}"/${PN}-${PV/_pre/-pre}
 
 SLOT="0"
 LICENSE="GPL-2"
 KEYWORDS="amd64 ~arm x86"
 
 DEPEND="media-video/vdr"
-
-S="${WORKDIR}/undelete-2.3.1-pre1"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gmpc-lyricwiki/

2022-09-30 Thread Sam James
commit: f7e0eaf419abd21a057706d516392234889a2354
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep 30 23:06:35 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep 30 23:24:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7e0eaf4

media-plugins/gmpc-lyricwiki: fix StaticSrcUri

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

 media-plugins/gmpc-lyricwiki/gmpc-lyricwiki-11.8.16.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-plugins/gmpc-lyricwiki/gmpc-lyricwiki-11.8.16.ebuild 
b/media-plugins/gmpc-lyricwiki/gmpc-lyricwiki-11.8.16.ebuild
index db8aec1c12b2..921a0b459e20 100644
--- a/media-plugins/gmpc-lyricwiki/gmpc-lyricwiki-11.8.16.ebuild
+++ b/media-plugins/gmpc-lyricwiki/gmpc-lyricwiki-11.8.16.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 DESCRIPTION="This plugin uses lyricwiki to fetch lyrics"
 HOMEPAGE="https://gmpc.fandom.com/wiki/GMPC_PLUGIN_LYRICWIKI";
-SRC_URI="https://download.sarine.nl/Programs/gmpc/11.8/${P}.tar.gz";
+SRC_URI="https://download.sarine.nl/Programs/gmpc/$(ver_cut 1-2)/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gmpc-mmkeys/

2022-09-30 Thread Sam James
commit: 18f18d67e4200d4ac1ab0062435d153641abc24f
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep 30 23:07:01 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep 30 23:24:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18f18d67

media-plugins/gmpc-mmkeys: fix StaticSrcUri

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

 media-plugins/gmpc-mmkeys/gmpc-mmkeys-11.8.16.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-plugins/gmpc-mmkeys/gmpc-mmkeys-11.8.16.ebuild 
b/media-plugins/gmpc-mmkeys/gmpc-mmkeys-11.8.16.ebuild
index 7fbd9431c4b9..8908ddc9ad34 100644
--- a/media-plugins/gmpc-mmkeys/gmpc-mmkeys-11.8.16.ebuild
+++ b/media-plugins/gmpc-mmkeys/gmpc-mmkeys-11.8.16.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -7,7 +7,7 @@ inherit vala
 
 DESCRIPTION="Bind multimedia keys via gnome settings daemon"
 HOMEPAGE="https://gmpc.fandom.com/wiki/Plugins";
-SRC_URI="https://download.sarine.nl/Programs/gmpc/11.8/${P}.tar.gz";
+SRC_URI="https://download.sarine.nl/Programs/gmpc/$(ver_cut 1-2)/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"



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

2022-09-30 Thread Sam James
commit: 4565c175f714ef0996e6168efc67538dea8efeb4
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep 30 23:07:16 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep 30 23:24:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4565c175

media-plugins/zam-plugins: fix StaticSrcUri

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

 media-plugins/zam-plugins/zam-plugins-3.14-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-plugins/zam-plugins/zam-plugins-3.14-r1.ebuild 
b/media-plugins/zam-plugins/zam-plugins-3.14-r1.ebuild
index 093b8a90f1aa..86d6659ed388 100644
--- a/media-plugins/zam-plugins/zam-plugins-3.14-r1.ebuild
+++ b/media-plugins/zam-plugins/zam-plugins-3.14-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -8,7 +8,7 @@ DPF_P="DPF-${DPF_COMMIT}"
 
 DESCRIPTION="Collection of LV2/LADSPA/VST/JACK audio plugins for high quality 
processing"
 HOMEPAGE="http://www.zamaudio.com/ https://github.com/zamaudio/zam-plugins";
-SRC_URI="https://github.com/zamaudio/${PN}/archive/refs/tags/3.14.tar.gz -> 
${P}.tar.gz
+SRC_URI="https://github.com/zamaudio/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz
https://github.com/DISTRHO/DPF/archive/${DPF_COMMIT}.tar.gz -> 
${DPF_P}.tar.gz"
 
 LICENSE="GPL-2+"



[gentoo-commits] repo/gentoo:master commit in: media-tv/ivtv-utils/

2022-09-30 Thread Sam James
commit: 490f4be16cea5a223b76a614befb57c93783490e
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep 30 23:09:55 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep 30 23:24:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=490f4be1

media-tv/ivtv-utils: fix StaticSrcUri

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

 media-tv/ivtv-utils/ivtv-utils-1.4.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-tv/ivtv-utils/ivtv-utils-1.4.1.ebuild 
b/media-tv/ivtv-utils/ivtv-utils-1.4.1.ebuild
index 637e4c6bad13..f08f749298c0 100644
--- a/media-tv/ivtv-utils/ivtv-utils-1.4.1.ebuild
+++ b/media-tv/ivtv-utils/ivtv-utils-1.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -7,7 +7,7 @@ inherit toolchain-funcs
 
 DESCRIPTION="IVTV utilities for Hauppauge PVR PCI cards"
 HOMEPAGE="http://www.ivtvdriver.org/";
-SRC_URI="http://dl.ivtvdriver.org/ivtv/archive/1.4.x/${P}.tar.gz";
+SRC_URI="http://dl.ivtvdriver.org/ivtv/archive/$(ver_cut 1-2).x/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"



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

2022-09-30 Thread Sam James
commit: 86568819e9893fc827bf8ad8bed7ad1b869680d2
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep 30 23:12:32 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep 30 23:24:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86568819

net-libs/libbitcoinconsensus: fix StaticSrcUri

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

 net-libs/libbitcoinconsensus/libbitcoinconsensus-0.20.1.ebuild | 4 ++--
 net-libs/libbitcoinconsensus/libbitcoinconsensus-0.21.0.ebuild | 4 ++--
 net-libs/libbitcoinconsensus/libbitcoinconsensus-0.21.1.ebuild | 4 ++--
 net-libs/libbitcoinconsensus/libbitcoinconsensus-21.2.ebuild   | 2 +-
 net-libs/libbitcoinconsensus/libbitcoinconsensus-22.0.ebuild   | 4 ++--
 5 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.20.1.ebuild 
b/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.20.1.ebuild
index 7a0ea42117b5..ce497ba3df66 100644
--- a/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.20.1.ebuild
+++ b/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.20.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ DESCRIPTION="Bitcoin Core consensus library"
 HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/";
 SRC_URI="

https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> 
bitcoin-v${PV}.tar.gz
-   
https://bitcoinknots.org/files/0.20.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> 
${KNOTS_P}.patches.tar.xz
+   https://bitcoinknots.org/files/$(ver_cut 
1-2).x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz
 "
 
 LICENSE="MIT"

diff --git a/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.21.0.ebuild 
b/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.21.0.ebuild
index 7f080957ecf4..e977b9486557 100644
--- a/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.21.0.ebuild
+++ b/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.21.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ DESCRIPTION="Bitcoin Core consensus library"
 HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/";
 SRC_URI="

https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> 
bitcoin-v${PV}.tar.gz
-   
https://bitcoinknots.org/files/0.21.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> 
${KNOTS_P}.patches.tar.xz
+   https://bitcoinknots.org/files/$(ver_cut 
1-2).x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz
 "
 
 LICENSE="MIT"

diff --git a/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.21.1.ebuild 
b/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.21.1.ebuild
index e88ab219ffae..f152ca146cdb 100644
--- a/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.21.1.ebuild
+++ b/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.21.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ DESCRIPTION="Bitcoin Core consensus library"
 HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/";
 SRC_URI="

https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> 
bitcoin-v${PV}.tar.gz
-   
https://bitcoinknots.org/files/0.21.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> 
${KNOTS_P}.patches.tar.xz
+   https://bitcoinknots.org/files/$(ver_cut 
1-2).x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz
 "
 
 LICENSE="MIT"

diff --git a/net-libs/libbitcoinconsensus/libbitcoinconsensus-21.2.ebuild 
b/net-libs/libbitcoinconsensus/libbitcoinconsensus-21.2.ebuild
index 2fa948c0c2f8..7ab55f50ba8f 100644
--- a/net-libs/libbitcoinconsensus/libbitcoinconsensus-21.2.ebuild
+++ b/net-libs/libbitcoinconsensus/libbitcoinconsensus-21.2.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Bitcoin Core consensus library"
 HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/";
 SRC_URI="

https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> 
bitcoin-v0.${PV}.tar.gz
-   https://bitcoinknots.org/files/21.x/${KNOTS_PV}/${KNOTS_P}.patches.txz 
-> ${KNOTS_P}.patches.tar.xz
+   https://bitcoinknots.org/files/$(ver_cut 
1).x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz
 "
 
 LICENSE="MIT"

diff --git a/net-libs/libbitcoinconsensus/libbitcoinconsensus-22.0.ebuild 
b/net-libs/libbitcoinconsensus/libbitcoinconsensus-22.0.ebuild
index a0b6796e935b..1a956bd0c44a 100644
--- a/net-libs/libbitcoinconsensus/libbitcoinconsensus-22.0.ebuild
+++ b/net-libs/libbitcoinconsensus/libbitcoinconsensus-22.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed un

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

2022-09-30 Thread Sam James
commit: 4534e2e354c898964bd7949fc8aaccc7c394873f
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep 30 23:10:49 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep 30 23:24:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4534e2e3

media-video/vdr: fix StaticSrcUri

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

 media-video/vdr/vdr-2.4.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/vdr/vdr-2.4.7-r1.ebuild 
b/media-video/vdr/vdr-2.4.7-r1.ebuild
index 992581e9e7e2..a7db9e18f489 100644
--- a/media-video/vdr/vdr-2.4.7-r1.ebuild
+++ b/media-video/vdr/vdr-2.4.7-r1.ebuild
@@ -7,7 +7,7 @@ inherit flag-o-matic strip-linguas toolchain-funcs
 
 DESCRIPTION="Video Disk Recorder - turns a pc into a powerful set top box for 
DVB"
 HOMEPAGE="http://www.tvdr.de/";
-SRC_URI="http://git.tvdr.de/?p=vdr.git;a=snapshot;h=refs/tags/2.4.7;sf=tbz2 -> 
${P}.tbz2
+SRC_URI="http://git.tvdr.de/?p=vdr.git;a=snapshot;h=refs/tags/${PV};sf=tbz2 -> 
${P}.tbz2
mainmenuhooks? ( 
http://vdr.websitec.de/download/${PN}/${PN}-2.4.1/${PN}-2.4.1_mainmenuhook-1.0.1.patch.bz2
 )
menuorg? ( 
https://projects.vdr-developer.org/projects/plg-menuorg/repository/revisions/master/raw/vdr-patch/vdr-menuorg-2.3.x.diff
 )
naludump? ( 
https://www.udo-richter.de/vdr/files/vdr-2.1.5-naludump-0.1.diff )



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

2022-09-30 Thread Sam James
commit: 3248bcacd8bb14ed87ec4424974c002fd04befe2
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep 30 23:12:48 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep 30 23:24:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3248bcac

net-misc/drive: fix StaticSrcUri

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

 net-misc/drive/drive-0.4.0_p20210208.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/drive/drive-0.4.0_p20210208.ebuild 
b/net-misc/drive/drive-0.4.0_p20210208.ebuild
index 0e830cdd3de4..8430cba30ee6 100644
--- a/net-misc/drive/drive-0.4.0_p20210208.ebuild
+++ b/net-misc/drive/drive-0.4.0_p20210208.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Google Drive client for the commandline"
 HOMEPAGE="https://github.com/odeke-em/drive";
 EGIT_COMMIT="bede608f250a9333d55c43396fc5e72827e806fd"
 SRC_URI="https://github.com/odeke-em/drive/archive/${EGIT_COMMIT}.tar.gz -> 
${P}.tar.gz
-   https://dev.gentoo.org/~zmedico/dist/drive-0.4.0_p20210208-deps.tar.xz";
+   https://dev.gentoo.org/~zmedico/dist/${P}-deps.tar.xz";
 
 KEYWORDS="amd64"
 LICENSE="Apache-2.0 BSD MIT"



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

2022-09-30 Thread Sam James
commit: 912a7f192654a4f4ccbed4ff49795fb64d0100a4
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep 30 23:09:42 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep 30 23:24:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=912a7f19

media-sound/gmpc: fix StaticSrcUri

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

 media-sound/gmpc/gmpc-11.8.16-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/gmpc/gmpc-11.8.16-r2.ebuild 
b/media-sound/gmpc/gmpc-11.8.16-r2.ebuild
index 911dcb5e0a5a..26780928182f 100644
--- a/media-sound/gmpc/gmpc-11.8.16-r2.ebuild
+++ b/media-sound/gmpc/gmpc-11.8.16-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -7,7 +7,7 @@ inherit autotools vala xdg
 
 DESCRIPTION="A GTK+2 client for the Music Player Daemon"
 HOMEPAGE="http://gmpc.wikia.com/wiki/Gnome_Music_Player_Client";
-SRC_URI="http://download.sarine.nl/Programs/gmpc/11.8/${P}.tar.gz";
+SRC_URI="http://download.sarine.nl/Programs/gmpc/$(ver_cut 1-2)/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-cli/

2022-09-30 Thread Sam James
commit: 2d7588838a376db86fac94846bf26e12eff54f59
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep 30 23:13:54 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep 30 23:24:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d758883

net-p2p/bitcoin-cli: fix StaticSrcUri

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

 net-p2p/bitcoin-cli/bitcoin-cli-0.20.1.ebuild | 2 +-
 net-p2p/bitcoin-cli/bitcoin-cli-0.21.0.ebuild | 2 +-
 net-p2p/bitcoin-cli/bitcoin-cli-0.21.1.ebuild | 2 +-
 net-p2p/bitcoin-cli/bitcoin-cli-21.2.ebuild   | 2 +-
 net-p2p/bitcoin-cli/bitcoin-cli-22.0.ebuild   | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.20.1.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-0.20.1.ebuild
index 0d0b3da5862a..573e29aedb9b 100644
--- a/net-p2p/bitcoin-cli/bitcoin-cli-0.20.1.ebuild
+++ b/net-p2p/bitcoin-cli/bitcoin-cli-0.20.1.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Command-line JSON-RPC client specifically for 
interfacing with bitc
 HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/";
 SRC_URI="

https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> 
bitcoin-v${PV}.tar.gz
-   
https://bitcoinknots.org/files/0.20.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> 
${KNOTS_P}.patches.tar.xz
+   https://bitcoinknots.org/files/$(ver_cut 
1-2).x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz
 "
 
 LICENSE="MIT"

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.21.0.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-0.21.0.ebuild
index 113fb8d8b046..74c885b4f4dc 100644
--- a/net-p2p/bitcoin-cli/bitcoin-cli-0.21.0.ebuild
+++ b/net-p2p/bitcoin-cli/bitcoin-cli-0.21.0.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Command-line JSON-RPC client specifically for 
interfacing with bitc
 HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/";
 SRC_URI="

https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> 
bitcoin-v${PV}.tar.gz
-   
https://bitcoinknots.org/files/0.21.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> 
${KNOTS_P}.patches.tar.xz
+   https://bitcoinknots.org/files/$(ver_cut 
1-2).x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz
 "
 
 LICENSE="MIT"

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.21.1.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-0.21.1.ebuild
index e87439f533d4..a79ddadfe6a8 100644
--- a/net-p2p/bitcoin-cli/bitcoin-cli-0.21.1.ebuild
+++ b/net-p2p/bitcoin-cli/bitcoin-cli-0.21.1.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Command-line JSON-RPC client specifically for 
interfacing with bitc
 HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/";
 SRC_URI="

https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> 
bitcoin-v${PV}.tar.gz
-   
https://bitcoinknots.org/files/0.21.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> 
${KNOTS_P}.patches.tar.xz
+   https://bitcoinknots.org/files/$(ver_cut 
1-2).x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz
 "
 
 LICENSE="MIT"

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-21.2.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-21.2.ebuild
index 64860f8f90a8..009bb9330bba 100644
--- a/net-p2p/bitcoin-cli/bitcoin-cli-21.2.ebuild
+++ b/net-p2p/bitcoin-cli/bitcoin-cli-21.2.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Command-line JSON-RPC client specifically for 
interfacing with bitc
 HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/";
 SRC_URI="

https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> 
bitcoin-v0.${PV}.tar.gz
-   https://bitcoinknots.org/files/21.x/${KNOTS_PV}/${KNOTS_P}.patches.txz 
-> ${KNOTS_P}.patches.tar.xz
+   https://bitcoinknots.org/files/$(ver_cut 
1).x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz
 "
 
 LICENSE="MIT"

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-22.0.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-22.0.ebuild
index 13129ac9d061..1fb7fd08c62f 100644
--- a/net-p2p/bitcoin-cli/bitcoin-cli-22.0.ebuild
+++ b/net-p2p/bitcoin-cli/bitcoin-cli-22.0.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Command-line JSON-RPC client specifically for 
interfacing with bitc
 HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/";
 SRC_URI="

https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> 
bitcoin-v${PV}.tar.gz
-   https://bitcoinknots.org/files/22.x/${KNOTS_PV}/${KNOTS_P}.patches.txz 
-> ${KNOTS_P}.patches.tar.xz
+   https://bitcoinknots.org/files/$(ver_cut 
1).x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz
 "
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoind/

2022-09-30 Thread Sam James
commit: f0041d559c06709e0fa51c57aaae4ae2ca50720b
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep 30 23:15:21 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep 30 23:24:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0041d55

net-p2p/bitcoind: fix StaticSrcUri

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

 net-p2p/bitcoind/bitcoind-0.21.0.ebuild | 2 +-
 net-p2p/bitcoind/bitcoind-0.21.1.ebuild | 2 +-
 net-p2p/bitcoind/bitcoind-21.2.ebuild   | 2 +-
 net-p2p/bitcoind/bitcoind-22.0.ebuild   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-p2p/bitcoind/bitcoind-0.21.0.ebuild 
b/net-p2p/bitcoind/bitcoind-0.21.0.ebuild
index 70bebb6cd408..2d24cac58585 100644
--- a/net-p2p/bitcoind/bitcoind-0.21.0.ebuild
+++ b/net-p2p/bitcoind/bitcoind-0.21.0.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Original Bitcoin crypto-currency wallet for 
automated services"
 HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/";
 SRC_URI="

https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> 
bitcoin-v${PV}.tar.gz
-   
https://bitcoinknots.org/files/0.21.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> 
${KNOTS_P}.patches.tar.xz
+   https://bitcoinknots.org/files/$(ver_cut 
1-2).x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz
 "
 
 LICENSE="MIT"

diff --git a/net-p2p/bitcoind/bitcoind-0.21.1.ebuild 
b/net-p2p/bitcoind/bitcoind-0.21.1.ebuild
index 56d810b91a5a..421be18661fa 100644
--- a/net-p2p/bitcoind/bitcoind-0.21.1.ebuild
+++ b/net-p2p/bitcoind/bitcoind-0.21.1.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Original Bitcoin crypto-currency wallet for 
automated services"
 HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/";
 SRC_URI="

https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> 
bitcoin-v${PV}.tar.gz
-   
https://bitcoinknots.org/files/0.21.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> 
${KNOTS_P}.patches.tar.xz
+   https://bitcoinknots.org/files/$(ver_cut 
1-2).x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz
 "
 
 LICENSE="MIT"

diff --git a/net-p2p/bitcoind/bitcoind-21.2.ebuild 
b/net-p2p/bitcoind/bitcoind-21.2.ebuild
index dff2239e6a07..f986861dc036 100644
--- a/net-p2p/bitcoind/bitcoind-21.2.ebuild
+++ b/net-p2p/bitcoind/bitcoind-21.2.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Original Bitcoin crypto-currency wallet for 
automated services"
 HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/";
 SRC_URI="

https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> 
bitcoin-v0.${PV}.tar.gz
-   https://bitcoinknots.org/files/21.x/${KNOTS_PV}/${KNOTS_P}.patches.txz 
-> ${KNOTS_P}.patches.tar.xz
+   https://bitcoinknots.org/files/$(ver_cut 
1).x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz
 "
 
 LICENSE="MIT"

diff --git a/net-p2p/bitcoind/bitcoind-22.0.ebuild 
b/net-p2p/bitcoind/bitcoind-22.0.ebuild
index df9b06d5f7a8..510d66a3ecf4 100644
--- a/net-p2p/bitcoind/bitcoind-22.0.ebuild
+++ b/net-p2p/bitcoind/bitcoind-22.0.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Original Bitcoin crypto-currency wallet for 
automated services"
 HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/";
 SRC_URI="

https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> 
bitcoin-v${PV}.tar.gz
-   https://bitcoinknots.org/files/22.x/${KNOTS_PV}/${KNOTS_P}.patches.txz 
-> ${KNOTS_P}.patches.tar.xz
+   https://bitcoinknots.org/files/$(ver_cut 
1).x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz
 "
 
 LICENSE="MIT"



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

2022-09-30 Thread Sam James
commit: d77c7094bdf643151832661d8b7c78c61877d807
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep 30 23:11:55 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep 30 23:24:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d77c7094

net-analyzer/zabbix: fix StaticSrcUri

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

 net-analyzer/zabbix/zabbix-4.0.43.ebuild | 2 +-
 net-analyzer/zabbix/zabbix-4.0.44.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/zabbix/zabbix-4.0.43.ebuild 
b/net-analyzer/zabbix/zabbix-4.0.43.ebuild
index b6f830af64d9..8436fd2d7b37 100644
--- a/net-analyzer/zabbix/zabbix-4.0.43.ebuild
+++ b/net-analyzer/zabbix/zabbix-4.0.43.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="ZABBIX is software for monitoring of your 
applications, network and
 HOMEPAGE="https://www.zabbix.com/";
 MY_P=${P/_/}
 MY_PV=${PV/_/}
-SRC_URI="https://cdn.zabbix.com/${PN}/sources/stable/4.0/${P}.tar.gz";
+SRC_URI="https://cdn.zabbix.com/${PN}/sources/stable/$(ver_cut 
1-2)/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0/$(ver_cut 1-2)"
 WEBAPP_MANUAL_SLOT="yes"

diff --git a/net-analyzer/zabbix/zabbix-4.0.44.ebuild 
b/net-analyzer/zabbix/zabbix-4.0.44.ebuild
index 1e0af68937f8..b24c08490b7a 100644
--- a/net-analyzer/zabbix/zabbix-4.0.44.ebuild
+++ b/net-analyzer/zabbix/zabbix-4.0.44.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="ZABBIX is software for monitoring of your 
applications, network and
 HOMEPAGE="https://www.zabbix.com/";
 MY_P=${P/_/}
 MY_PV=${PV/_/}
-SRC_URI="https://cdn.zabbix.com/${PN}/sources/stable/4.0/${P}.tar.gz";
+SRC_URI="https://cdn.zabbix.com/${PN}/sources/stable/$(ver_cut 
1-2)/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0/$(ver_cut 1-2)"
 WEBAPP_MANUAL_SLOT="yes"



[gentoo-commits] repo/gentoo:master commit in: net-irc/znc-clientbuffer/

2022-09-30 Thread Sam James
commit: 533b6b4b99a8f45d1d62b8eb9bf35172219e01b7
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep 30 23:11:26 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep 30 23:24:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=533b6b4b

net-irc/znc-clientbuffer: fix StaticSrcUri

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

 net-irc/znc-clientbuffer/znc-clientbuffer-1.0.48.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/znc-clientbuffer/znc-clientbuffer-1.0.48.ebuild 
b/net-irc/znc-clientbuffer/znc-clientbuffer-1.0.48.ebuild
index 2491cc61317b..217f9c0703cc 100644
--- a/net-irc/znc-clientbuffer/znc-clientbuffer-1.0.48.ebuild
+++ b/net-irc/znc-clientbuffer/znc-clientbuffer-1.0.48.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="A ZNC module which provides client specific buffers"
 HOMEPAGE="https://github.com/CyberShadow/znc-clientbuffer";
-SRC_URI="https://github.com/CyberShadow/znc-clientbuffer/archive/v1.0.48.tar.gz
 -> ${P}.tar.gz"
+SRC_URI="https://github.com/CyberShadow/znc-clientbuffer/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"



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

2022-09-30 Thread Sam James
commit: 9cf1f0dfff33a532e42d41b736d90b922cfe96eb
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep 30 23:11:03 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep 30 23:24:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cf1f0df

net-analyzer/tcptrace: fix StaticSrcUri

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

 net-analyzer/tcptrace/tcptrace-6.6.7_p6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/tcptrace/tcptrace-6.6.7_p6.ebuild 
b/net-analyzer/tcptrace/tcptrace-6.6.7_p6.ebuild
index a96afb76f58e..fe3dd350d447 100644
--- a/net-analyzer/tcptrace/tcptrace-6.6.7_p6.ebuild
+++ b/net-analyzer/tcptrace/tcptrace-6.6.7_p6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -8,7 +8,7 @@ DESCRIPTION="A Tool for analyzing network packet dumps"
 HOMEPAGE="http://www.tcptrace.org/";
 SRC_URI="
http://www.tcptrace.org/download/${P/_p*}.tar.gz
-   http://www.tcptrace.org/download/old/6.6/${P/_p*}.tar.gz
+   http://www.tcptrace.org/download/old/$(ver_cut 1-2)/${P/_p*}.tar.gz

mirror://debian/pool/main/t/${PN}/${PN}_${PV/_p*}-${PV/*_p}.debian.tar.xz
 "
 



[gentoo-commits] repo/gentoo:master commit in: net-p2p/deluge/

2022-09-30 Thread Sam James
commit: 5e48cb84efb9f1bdb6e7d268f022498c305f6ef8
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep 30 23:15:36 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep 30 23:24:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e48cb84

net-p2p/deluge: fix StaticSrcUri

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

 net-p2p/deluge/deluge-2.0.5-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/deluge/deluge-2.0.5-r2.ebuild 
b/net-p2p/deluge/deluge-2.0.5-r2.ebuild
index cb1b052dce3e..f7144d94500d 100644
--- a/net-p2p/deluge/deluge-2.0.5-r2.ebuild
+++ b/net-p2p/deluge/deluge-2.0.5-r2.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
EGIT_REPO_URI="https://git.deluge-torrent.org/${PN}";
 else
-   SRC_URI="http://download.deluge-torrent.org/source/2.0/${P}.tar.xz";
+   SRC_URI="http://download.deluge-torrent.org/source/$(ver_cut 
1-2)/${P}.tar.xz"
KEYWORDS="amd64 ~arm ~arm64 ~ppc x86"
 fi
 



[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-qt/

2022-09-30 Thread Sam James
commit: 1239126381891137c9897c38f8777e02b2348741
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep 30 23:14:55 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep 30 23:24:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12391263

net-p2p/bitcoin-qt: fix StaticSrcUri

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

 net-p2p/bitcoin-qt/bitcoin-qt-0.21.0.ebuild | 2 +-
 net-p2p/bitcoin-qt/bitcoin-qt-0.21.1.ebuild | 2 +-
 net-p2p/bitcoin-qt/bitcoin-qt-21.2.ebuild   | 2 +-
 net-p2p/bitcoin-qt/bitcoin-qt-22.0.ebuild   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-p2p/bitcoin-qt/bitcoin-qt-0.21.0.ebuild 
b/net-p2p/bitcoin-qt/bitcoin-qt-0.21.0.ebuild
index 758d084787aa..75b9007e2706 100644
--- a/net-p2p/bitcoin-qt/bitcoin-qt-0.21.0.ebuild
+++ b/net-p2p/bitcoin-qt/bitcoin-qt-0.21.0.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="An end-user Qt GUI for the Bitcoin 
crypto-currency"
 HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/";
 SRC_URI="

https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> 
bitcoin-v${PV}.tar.gz
-   
https://bitcoinknots.org/files/0.21.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> 
${KNOTS_P}.patches.tar.xz
+   https://bitcoinknots.org/files/$(ver_cut 
1-2).x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz
 "
 
 LICENSE="MIT"

diff --git a/net-p2p/bitcoin-qt/bitcoin-qt-0.21.1.ebuild 
b/net-p2p/bitcoin-qt/bitcoin-qt-0.21.1.ebuild
index a746f5216fe3..de71c4269920 100644
--- a/net-p2p/bitcoin-qt/bitcoin-qt-0.21.1.ebuild
+++ b/net-p2p/bitcoin-qt/bitcoin-qt-0.21.1.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="An end-user Qt GUI for the Bitcoin 
crypto-currency"
 HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/";
 SRC_URI="

https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> 
bitcoin-v${PV}.tar.gz
-   
https://bitcoinknots.org/files/0.21.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> 
${KNOTS_P}.patches.tar.xz
+   https://bitcoinknots.org/files/$(ver_cut 
1-2).x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz
 "
 
 LICENSE="MIT"

diff --git a/net-p2p/bitcoin-qt/bitcoin-qt-21.2.ebuild 
b/net-p2p/bitcoin-qt/bitcoin-qt-21.2.ebuild
index a223b7c13eb9..6f24b1ba161e 100644
--- a/net-p2p/bitcoin-qt/bitcoin-qt-21.2.ebuild
+++ b/net-p2p/bitcoin-qt/bitcoin-qt-21.2.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="An end-user Qt GUI for the Bitcoin 
crypto-currency"
 HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/";
 SRC_URI="

https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> 
bitcoin-v0.${PV}.tar.gz
-   https://bitcoinknots.org/files/21.x/${KNOTS_PV}/${KNOTS_P}.patches.txz 
-> ${KNOTS_P}.patches.tar.xz
+   https://bitcoinknots.org/files/$(ver_cut 
1).x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz
 "
 
 LICENSE="MIT"

diff --git a/net-p2p/bitcoin-qt/bitcoin-qt-22.0.ebuild 
b/net-p2p/bitcoin-qt/bitcoin-qt-22.0.ebuild
index f4d6aa690672..2cac510fe6e8 100644
--- a/net-p2p/bitcoin-qt/bitcoin-qt-22.0.ebuild
+++ b/net-p2p/bitcoin-qt/bitcoin-qt-22.0.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="An end-user Qt GUI for the Bitcoin 
crypto-currency"
 HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/";
 SRC_URI="

https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> 
bitcoin-v${PV}.tar.gz
-   https://bitcoinknots.org/files/22.x/${KNOTS_PV}/${KNOTS_P}.patches.txz 
-> ${KNOTS_P}.patches.tar.xz
+   https://bitcoinknots.org/files/$(ver_cut 
1).x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz
 "
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-proxy/haproxy-dataplaneapi/

2022-09-30 Thread Sam James
commit: 58cca05174b02c7d26930c095794013e2f109261
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep 30 23:14:24 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep 30 23:24:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58cca051

net-proxy/haproxy-dataplaneapi: fix StaticSrcUri

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

 net-proxy/haproxy-dataplaneapi/haproxy-dataplaneapi-2.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-proxy/haproxy-dataplaneapi/haproxy-dataplaneapi-2.5.1.ebuild 
b/net-proxy/haproxy-dataplaneapi/haproxy-dataplaneapi-2.5.1.ebuild
index cc101b866c2f..133bf26371ba 100644
--- a/net-proxy/haproxy-dataplaneapi/haproxy-dataplaneapi-2.5.1.ebuild
+++ b/net-proxy/haproxy-dataplaneapi/haproxy-dataplaneapi-2.5.1.ebuild
@@ -8,7 +8,7 @@ DESCRIPTION="haproxy dataplane api / sidecar"
 HOMEPAGE="https://github.com/haproxytech/dataplaneapi 
https://www.haproxy.com/documentation/dataplaneapi/latest/";
 
 SRC_URI="https://github.com/haproxytech/dataplaneapi/archive/v${PV}.tar.gz -> 
${P}.tar.gz
-   
http://gentooexperimental.org/~patrick/haproxy-dataplaneapi-2.5.1-deps.tar.xz";
+   http://gentooexperimental.org/~patrick/${P}-deps.tar.xz";
 
 LICENSE="BSD"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/geogebra-bin/

2022-09-30 Thread Sam James
commit: 08209db1ff08275586ffa4e365a61a98955fa642
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep 30 23:19:41 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep 30 23:24:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08209db1

sci-mathematics/geogebra-bin: fix StaticSrcUri

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

 sci-mathematics/geogebra-bin/geogebra-bin-5.0.604.0-r2.ebuild | 4 ++--
 sci-mathematics/geogebra-bin/geogebra-bin-5.0.683.0.ebuild| 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sci-mathematics/geogebra-bin/geogebra-bin-5.0.604.0-r2.ebuild 
b/sci-mathematics/geogebra-bin/geogebra-bin-5.0.604.0-r2.ebuild
index f2e494821062..5f4924c68569 100644
--- a/sci-mathematics/geogebra-bin/geogebra-bin-5.0.604.0-r2.ebuild
+++ b/sci-mathematics/geogebra-bin/geogebra-bin-5.0.604.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ MY_PV="${PV//./-}"
 
 DESCRIPTION="Mathematics software for geometry"
 HOMEPAGE="https://www.geogebra.org";
-SRC_URI="https://download.geogebra.org/installers/5.0/GeoGebra-Linux-Portable-${MY_PV}.tar.bz2
+SRC_URI="https://download.geogebra.org/installers/$(ver_cut 
1-2)/GeoGebra-Linux-Portable-${MY_PV}.tar.bz2
https://dev.gentoo.org/~gyakovlev/distfiles/Geogebra.svg";
 
 LICENSE="Geogebra CC-BY-NC-SA-3.0 GPL-3 Apache-2.0 BSD-2 BSD BSD-4 colt 
EPL-1.0 icu LGPL-2.1 LGPL-2.1+ MIT W3C || ( GPL-2 CDDL )"

diff --git a/sci-mathematics/geogebra-bin/geogebra-bin-5.0.683.0.ebuild 
b/sci-mathematics/geogebra-bin/geogebra-bin-5.0.683.0.ebuild
index 3749e86ddc99..5b2e1ae220d4 100644
--- a/sci-mathematics/geogebra-bin/geogebra-bin-5.0.683.0.ebuild
+++ b/sci-mathematics/geogebra-bin/geogebra-bin-5.0.683.0.ebuild
@@ -9,7 +9,7 @@ MY_PV="${PV//./-}"
 
 DESCRIPTION="Mathematics software for geometry"
 HOMEPAGE="https://www.geogebra.org";
-SRC_URI="https://download.geogebra.org/installers/5.0/GeoGebra-Linux-Portable-${MY_PV}.tar.bz2
+SRC_URI="https://download.geogebra.org/installers/$(ver_cut 
1-2)/GeoGebra-Linux-Portable-${MY_PV}.tar.bz2
https://dev.gentoo.org/~gyakovlev/distfiles/Geogebra.svg";
 
 LICENSE="Geogebra CC-BY-NC-SA-3.0 GPL-3 Apache-2.0 BSD-2 BSD BSD-4 colt 
EPL-1.0 icu LGPL-2.1 LGPL-2.1+ MIT W3C || ( GPL-2 CDDL )"



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

2022-09-30 Thread Sam James
commit: 69458c57209522b65b243c1f1f23c7bfbf1d4666
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep 30 23:09:24 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep 30 23:24:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69458c57

media-sound/cd-discid: fix StaticSrcUri

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

 media-sound/cd-discid/cd-discid-1.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/cd-discid/cd-discid-1.4-r1.ebuild 
b/media-sound/cd-discid/cd-discid-1.4-r1.ebuild
index be503d716c86..e92d35bd7102 100644
--- a/media-sound/cd-discid/cd-discid-1.4-r1.ebuild
+++ b/media-sound/cd-discid/cd-discid-1.4-r1.ebuild
@@ -7,7 +7,7 @@ inherit toolchain-funcs
 
 DESCRIPTION="returns the disc id for the cd in the cd-rom drive"
 HOMEPAGE="https://github.com/taem/cd-discid";
-SRC_URI="https://github.com/taem/${PN}/archive/upstream/1.4.tar.gz -> 
${P}.tar.gz"
+SRC_URI="https://github.com/taem/${PN}/archive/upstream/${PV}.tar.gz -> 
${P}.tar.gz"
 S="${WORKDIR}/${PN}-upstream-${PV}"
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: sci-biology/treeviewx/

2022-09-30 Thread Sam James
commit: a896841d41bb591d5de8cba4c9d28f509cc3482c
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep 30 23:17:22 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep 30 23:24:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a896841d

sci-biology/treeviewx: fix StaticSrcUri

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

 sci-biology/treeviewx/treeviewx-0.5.1-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-biology/treeviewx/treeviewx-0.5.1-r3.ebuild 
b/sci-biology/treeviewx/treeviewx-0.5.1-r3.ebuild
index 05e25ec750e9..359aa98a784f 100644
--- a/sci-biology/treeviewx/treeviewx-0.5.1-r3.ebuild
+++ b/sci-biology/treeviewx/treeviewx-0.5.1-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -8,7 +8,7 @@ inherit autotools wxwidgets
 
 DESCRIPTION="A phylogenetic tree viewer"
 HOMEPAGE="http://darwin.zoology.gla.ac.uk/~rpage/treeviewx/";
-SRC_URI="http://darwin.zoology.gla.ac.uk/~rpage/${PN}/download/0.5/tv-${PV}.tar.gz";
+SRC_URI="http://darwin.zoology.gla.ac.uk/~rpage/${PN}/download/$(ver_cut 
1-2)/tv-${PV}.tar.gz"
 S="${WORKDIR}/tv-${PV}"
 
 LICENSE="GPL-2"



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

2022-09-30 Thread Sam James
commit: 726262fb39d0220b2a19552f323504c8d68a7831
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep 30 23:22:28 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep 30 23:24:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=726262fb

sys-cluster/torque: use variable for snapshot commit

Was going to fix version but tags have.. disappeared?

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

 sys-cluster/torque/torque-6.0.4-r2.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sys-cluster/torque/torque-6.0.4-r2.ebuild 
b/sys-cluster/torque/torque-6.0.4-r2.ebuild
index 9019fab049ec..b3886f93053d 100644
--- a/sys-cluster/torque/torque-6.0.4-r2.ebuild
+++ b/sys-cluster/torque/torque-6.0.4-r2.ebuild
@@ -3,11 +3,12 @@
 
 EAPI=8
 
+MY_COMMIT="6a0b37f85c7d644e9217cbab1542792d646f59a6"
 inherit autotools flag-o-matic linux-info toolchain-funcs
 
 DESCRIPTION="Resource manager and queuing system based on OpenPBS"
 HOMEPAGE="http://www.adaptivecomputing.com/products/open-source/torque";
-SRC_URI="https://github.com/adaptivecomputing/torque/archive/6a0b37f85c7d644e9217cbab1542792d646f59a6.tar.gz
 -> ${P}-gh-20170829.tar.gz
+SRC_URI="https://github.com/adaptivecomputing/torque/archive/${MY_COMMIT}.tar.gz
 -> ${P}-gh-20170829.tar.gz
https://dev.gentoo.org/~juippis/distfiles/tmp/torque-6.0.4-gcc7.patch

https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${PN}-6.0.4-glibc-2.34-pthread.patch.bz2";
 



[gentoo-commits] repo/gentoo:master commit in: sci-libs/p4est/files/, sci-libs/p4est/

2022-09-30 Thread Sam James
commit: b2083961497735c21aa58741310bdeff972c3cf4
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep 30 23:19:11 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep 30 23:24:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2083961

sci-libs/p4est: fix version

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

 sci-libs/p4est/Manifest | 2 +-
 ...st-2.8.0-fix_build_system.patch => p4est-2.8-fix_build_system.patch} | 0
 .../{p4est-2.8.0-set_version.patch => p4est-2.8-set_version.patch}  | 0
 sci-libs/p4est/{p4est-2.8.0-r1.ebuild => p4est-2.8-r1.ebuild}   | 2 +-
 4 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/p4est/Manifest b/sci-libs/p4est/Manifest
index c847cfadd1f3..13b4e1e65938 100644
--- a/sci-libs/p4est/Manifest
+++ b/sci-libs/p4est/Manifest
@@ -2,4 +2,4 @@ DIST libsc-2.3.1.tar.gz 344456 BLAKE2B 
cee44d07372162aecc8104257d1c5d4935d60030c
 DIST libsc-2.3.3.tar.gz 345177 BLAKE2B 
c9077cfe7af3eb8bfb34cf655fa8e49658f1ce0b866b58398fc7bae305ac276b002c83d930a20df1bdf52a22645ebb1698d51a937ce56db993d36ef68d640e8a
 SHA512 
b51d08a987d7c8a83eaae0be98a078a4a9160b9141b482015110534ddac075337c81f54f3efa4f8a8bce54e31565a6323aad37e35674c1d40686d4ab3747ed6b
 DIST p4est-2.3.1.tar.gz 2623681 BLAKE2B 
426f15d27dd376b918e197adc46a8efbd4765f53d7c98bc8f9b58e0a27125d38808503fd1c545e428e845635e2499ba27df22a989ed619ce264417d02908
 SHA512 
c691b39d140c2714a813dc45f721cf21a1e0f5d1a264a3d5733b09ec90cc3f8bcc9e5d799e41e91d2b994490c811287f8177bf6d7890ea4cd1cdfecb95cdbf23
 DIST p4est-2.3.3.tar.gz 2644849 BLAKE2B 
f39546d0583c4671f32814c3c1d297d903a4f7466f27049ef4e38d1138c83f57e991f6a702d0109e438337f98be13e8554a4dfef3e1c129f3d2690e0b4a54bbb
 SHA512 
7f528a942438073c9f43242eae5383cdc1f64f0f26f96eccd01afc053e0454691160e7210dda2ad2bdd621fd3c17551dd205af417dd244642b1358cbe4aaa2fd
-DIST p4est-2.8.0.tar.gz 2655761 BLAKE2B 
0637045bca3525d5d737010865c06d1273c6ecf848ab5ca55d1f19156550b7d7676c4f8d7c7a71b1fc70381dc7912cdca1e5405bb0af948180f75da1a3b1f343
 SHA512 
599faad177ce21f917e4ddfd969d6ef8c1f08b1e701cbdb9d4a1aa6dfd927176468afe757d018b9b7ded6a9ce165cd6fe78e0688b22cf6b9975cbd85d6f45d3c
+DIST p4est-2.8.tar.gz 2655761 BLAKE2B 
0637045bca3525d5d737010865c06d1273c6ecf848ab5ca55d1f19156550b7d7676c4f8d7c7a71b1fc70381dc7912cdca1e5405bb0af948180f75da1a3b1f343
 SHA512 
599faad177ce21f917e4ddfd969d6ef8c1f08b1e701cbdb9d4a1aa6dfd927176468afe757d018b9b7ded6a9ce165cd6fe78e0688b22cf6b9975cbd85d6f45d3c

diff --git a/sci-libs/p4est/files/p4est-2.8.0-fix_build_system.patch 
b/sci-libs/p4est/files/p4est-2.8-fix_build_system.patch
similarity index 100%
rename from sci-libs/p4est/files/p4est-2.8.0-fix_build_system.patch
rename to sci-libs/p4est/files/p4est-2.8-fix_build_system.patch

diff --git a/sci-libs/p4est/files/p4est-2.8.0-set_version.patch 
b/sci-libs/p4est/files/p4est-2.8-set_version.patch
similarity index 100%
rename from sci-libs/p4est/files/p4est-2.8.0-set_version.patch
rename to sci-libs/p4est/files/p4est-2.8-set_version.patch

diff --git a/sci-libs/p4est/p4est-2.8.0-r1.ebuild 
b/sci-libs/p4est/p4est-2.8-r1.ebuild
similarity index 94%
rename from sci-libs/p4est/p4est-2.8.0-r1.ebuild
rename to sci-libs/p4est/p4est-2.8-r1.ebuild
index 177d7985ea02..10b3de8b3e22 100644
--- a/sci-libs/p4est/p4est-2.8.0-r1.ebuild
+++ b/sci-libs/p4est/p4est-2.8-r1.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} = ** ]]; then
EGIT_BRANCH="develop"
SRC_URI=""
 else
-   SRC_URI="https://github.com/cburstedde/${PN}/archive/v2.8.tar.gz -> 
${P}.tar.gz"
+   SRC_URI="https://github.com/cburstedde/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
 fi
 



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

2022-09-30 Thread Sam James
commit: a0566ed8ffe3b11d30f8f03614a952b18de138f8
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep 30 23:23:29 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep 30 23:24:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0566ed8

sys-process/numad: fix StaticSrcUri

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

 sys-process/numad/numad-0.5-r3.ebuild | 4 ++--
 sys-process/numad/numad-0.5-r4.ebuild | 2 +-
 sys-process/numad/numad-.ebuild   | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-process/numad/numad-0.5-r3.ebuild 
b/sys-process/numad/numad-0.5-r3.ebuild
index e90c00f370ed..73daa2a98079 100644
--- a/sys-process/numad/numad-0.5-r3.ebuild
+++ b/sys-process/numad/numad-0.5-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]]; then
inherit git-r3
 else
EGIT_COMMIT="334278ff3d774d105939743436d7378a189e8693"
-   SRC_URI="mirror://gentoo/numad-0.5-${EGIT_COMMIT:0:7}.tar.bz2"
+   SRC_URI="mirror://gentoo/numad-${PV}-${EGIT_COMMIT:0:7}.tar.bz2"
KEYWORDS="amd64 -arm arm64 ~ppc64 ~s390 x86"
S="${WORKDIR}/${PN}-${EGIT_COMMIT:0:7}"
 fi

diff --git a/sys-process/numad/numad-0.5-r4.ebuild 
b/sys-process/numad/numad-0.5-r4.ebuild
index 33f98562b754..3c2d952864ec 100644
--- a/sys-process/numad/numad-0.5-r4.ebuild
+++ b/sys-process/numad/numad-0.5-r4.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
 else
EGIT_COMMIT="334278ff3d774d105939743436d7378a189e8693"
-   SRC_URI="mirror://gentoo/numad-0.5-${EGIT_COMMIT:0:7}.tar.bz2"
+   SRC_URI="mirror://gentoo/numad-${PV}-${EGIT_COMMIT:0:7}.tar.bz2"
KEYWORDS="~amd64 -arm ~arm64 ~ppc64 ~s390 ~x86"
S="${WORKDIR}/${PN}-${EGIT_COMMIT:0:7}"
 fi

diff --git a/sys-process/numad/numad-.ebuild 
b/sys-process/numad/numad-.ebuild
index 61b74b22ad42..07607707eb3c 100644
--- a/sys-process/numad/numad-.ebuild
+++ b/sys-process/numad/numad-.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
 else
EGIT_COMMIT="334278ff3d774d105939743436d7378a189e8693"
-   SRC_URI="mirror://gentoo/numad-0.5-${EGIT_COMMIT:0:7}.tar.bz2"
+   SRC_URI="mirror://gentoo/numad-${PV}-${EGIT_COMMIT:0:7}.tar.bz2"
KEYWORDS="~amd64 -arm ~arm64 ~ppc64 ~s390 ~x86"
S="${WORKDIR}/${PN}-${EGIT_COMMIT:0:7}"
 fi



[gentoo-commits] repo/gentoo:master commit in: x11-libs/gtk-mac-integration/

2022-09-30 Thread Sam James
commit: 10bd5a32bdccdd445207ead2119c50e32753d6b3
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep 30 23:23:50 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep 30 23:24:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10bd5a32

x11-libs/gtk-mac-integration: fix StaticSrcUri

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

 x11-libs/gtk-mac-integration/gtk-mac-integration-2.0.5-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-libs/gtk-mac-integration/gtk-mac-integration-2.0.5-r1.ebuild 
b/x11-libs/gtk-mac-integration/gtk-mac-integration-2.0.5-r1.ebuild
index 545945eeb9bd..5b3e0ecb73b5 100644
--- a/x11-libs/gtk-mac-integration/gtk-mac-integration-2.0.5-r1.ebuild
+++ b/x11-libs/gtk-mac-integration/gtk-mac-integration-2.0.5-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DESCRIPTION="Menubar, doc and app bundle integration for GTK+"
 HOMEPAGE="https://wiki.gnome.org/Projects/GTK%2B/OSX/Integration";
-SRC_URI="https://download.gnome.org/sources/${PN}/2.0/${P}.tar.xz";
+SRC_URI="https://download.gnome.org/sources/${PN}/$(ver_cut 1-2)/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"



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

2022-09-30 Thread Sam James
commit: fe6581d5d383c87936dee9ee346d0671487042cf
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep 30 23:22:53 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep 30 23:24:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe6581d5

sys-fs/yaffs2utils: fix StaticSrcUri

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

 sys-fs/yaffs2utils/yaffs2utils-0.2.9.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-fs/yaffs2utils/yaffs2utils-0.2.9.ebuild 
b/sys-fs/yaffs2utils/yaffs2utils-0.2.9.ebuild
index d9691a18fa89..a8d220c9a2d4 100644
--- a/sys-fs/yaffs2utils/yaffs2utils-0.2.9.ebuild
+++ b/sys-fs/yaffs2utils/yaffs2utils-0.2.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -7,7 +7,7 @@ inherit toolchain-funcs
 
 DESCRIPTION="tools for generating YAFFS images"
 HOMEPAGE="https://code.google.com/p/yaffs2utils/";
-SRC_URI="https://yaffs2utils.googlecode.com/files/0.2.9.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://yaffs2utils.googlecode.com/files/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"



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

2022-09-30 Thread Sam James
commit: 58883344c960377264c1c00a56c7033ffdf0206c
Author: Matoro Mahri  users  noreply  github  
com>
AuthorDate: Fri Sep 30 23:19:20 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep 30 23:25:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58883344

dev-python/matplotlib: Keyword 3.6.0-r1 alpha, #804118

Signed-off-by: Matoro Mahri  users.noreply.github.com>
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/matplotlib/matplotlib-3.6.0-r1.ebuild 
b/dev-python/matplotlib/matplotlib-3.6.0-r1.ebuild
index 52b294df2d92..031baed90541 100644
--- a/dev-python/matplotlib/matplotlib-3.6.0-r1.ebuild
+++ b/dev-python/matplotlib/matplotlib-3.6.0-r1.ebuild
@@ -30,7 +30,7 @@ SRC_URI="
 # Fonts: BitstreamVera, OFL-1.1
 LICENSE="BitstreamVera BSD matplotlib MIT OFL-1.1"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~riscv"
+KEYWORDS="~alpha ~amd64 ~hppa ~riscv"
 IUSE="cairo doc excel examples gtk3 latex qt5 tk webagg wxwidgets"
 
 # internal copy of pycxx highly patched



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

2022-09-30 Thread Sam James
commit: 46c56624cb102d92322d978909f853e0d2e6870a
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct  1 00:21:14 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct  1 00:21:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46c56624

net-analyzer/sniffit: fix build w/ Clang 16

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

 .../files/sniffit-0.5.0-implicit-func-decl.patch   | 50 ++
 .../{sniffit-0.5.ebuild => sniffit-0.5-r1.ebuild}  | 16 ---
 2 files changed, 59 insertions(+), 7 deletions(-)

diff --git a/net-analyzer/sniffit/files/sniffit-0.5.0-implicit-func-decl.patch 
b/net-analyzer/sniffit/files/sniffit-0.5.0-implicit-func-decl.patch
new file mode 100644
index ..e6ee580d6e33
--- /dev/null
+++ b/net-analyzer/sniffit/files/sniffit-0.5.0-implicit-func-decl.patch
@@ -0,0 +1,50 @@
+https://github.com/resurrecting-open-source-projects/sniffit/pull/3
+
+From a05340968343d9f61f57506ed00bff0a62d3f38e Mon Sep 17 00:00:00 2001
+From: Sam James 
+Date: Thu, 28 Jul 2022 12:14:44 +0100
+Subject: [PATCH] Fix -Wimplicit-function-declaration
+
+--- a/src/sn_cfgfile.c
 b/src/sn_cfgfile.c
+@@ -2,6 +2,7 @@
+ /*   - by  : Brecht Claerhout */
+ /*   - improvements: Shudoh Kazuyuki  */
+ 
++#include 
+ #include 
+ #include 
+ #include 
+--- a/src/sn_generation.c
 b/src/sn_generation.c
+@@ -13,7 +13,9 @@
+ #include "sn_curses.h"
+ #include "sn_defines.h"
+ #include "sn_structs.h"
++#include "sn_packets.h"
+ #include "sn_generation.h"
++#include "sn_interface.h"
+ 
+ extern volatile int screen_busy;
+ 
+--- a/src/sn_interface.c
 b/src/sn_interface.c
+@@ -4,6 +4,7 @@
+ #include "sn_config.h"
+ 
+ #ifdef INCLUDE_INTERFACE
++#include 
+ #include 
+ #include 
+ #include 
+--- a/src/sniffit.c
 b/src/sniffit.c
+@@ -3,6 +3,7 @@
+ 
+ #include "sn_config.h"/* Config header file */
+ 
++#include 
+ #include 
+ #include 
+ #include 
+

diff --git a/net-analyzer/sniffit/sniffit-0.5.ebuild 
b/net-analyzer/sniffit/sniffit-0.5-r1.ebuild
similarity index 77%
rename from net-analyzer/sniffit/sniffit-0.5.ebuild
rename to net-analyzer/sniffit/sniffit-0.5-r1.ebuild
index 3be66ceda23e..1247440f794f 100644
--- a/net-analyzer/sniffit/sniffit-0.5.ebuild
+++ b/net-analyzer/sniffit/sniffit-0.5-r1.ebuild
@@ -1,27 +1,29 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
+
 inherit autotools
 
 DESCRIPTION="Interactive Packet Sniffer"
 HOMEPAGE="https://github.com/resurrecting-open-source-projects/sniffit";
 
SRC_URI="https://github.com/resurrecting-open-source-projects/sniffit/archive/${P}.tar.gz";
-SLOT="0"
+S="${WORKDIR}"/${PN}-${P}
+
 LICENSE="BSD"
+SLOT="0"
 KEYWORDS="amd64 ppc sparc x86"
 
 RDEPEND="
net-libs/libpcap
>=sys-libs/ncurses-5.2
 "
-DEPEND="
-   ${RDEPEND}
-"
+DEPEND="${RDEPEND}"
+
 PATCHES=(
"${FILESDIR}"/${PN}-0.4.0-tinfo.patch
+   "${FILESDIR}"/${PN}-0.5.0-implicit-func-decl.patch
 )
-S=${WORKDIR}/${PN}-${P}
 
 src_prepare() {
default



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

2022-09-30 Thread Sam James
commit: b0fc74abf855353dbed3435d4196a5a9c2732981
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct  1 00:29:43 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct  1 00:30:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0fc74ab

net-analyzer/ike-scan: add 1.9.5

Bug: https://bugs.gentoo.org/836575
Closes: https://bugs.gentoo.org/731156
Closes: https://bugs.gentoo.org/870796
Signed-off-by: Sam James  gentoo.org>

 net-analyzer/ike-scan/Manifest |  1 +
 .../ike-scan/files/ike-scan-1.9.5-clang-16.patch   | 92 ++
 net-analyzer/ike-scan/ike-scan-1.9.5.ebuild| 42 ++
 3 files changed, 135 insertions(+)

diff --git a/net-analyzer/ike-scan/Manifest b/net-analyzer/ike-scan/Manifest
index e0cdada21dde..adfb9c5d9279 100644
--- a/net-analyzer/ike-scan/Manifest
+++ b/net-analyzer/ike-scan/Manifest
@@ -1 +1,2 @@
 DIST ike-scan-1.9.4.tar.gz 1360202 BLAKE2B 
abe206b22a23a6d4eaa2218204657d6c47f22ac8009df1f1e7918fbb55575033f237462ed57ba89aee8bed28e47a4dacf69e443dac5cd3b506842e26e71f97e9
 SHA512 
d7dde6d3d76a2e3ddeb9ed1f0dee3e2c3a13d4afa57ebb8ff19f6af094f7334b464509cee6ffc385d2703bcf9bc1c503bc604506279518f692f82c8f12f146be
+DIST ike-scan-1.9.5.tar.gz 1542264 BLAKE2B 
3095c2929c7f24da43852402a3e5cfe73dd65100773283ef08b791784be2e2f04bba24843469e407695a027e76e1e0aa18effabc210643414677a35df7f2614c
 SHA512 
5eb98e41c639bc30996041f4e759a6ada7f4baa5b8102992ac2313ed8ff51032d877b116bc24972e0ecd652290849aa67a63523d92ee63af6577112350ee5590

diff --git a/net-analyzer/ike-scan/files/ike-scan-1.9.5-clang-16.patch 
b/net-analyzer/ike-scan/files/ike-scan-1.9.5-clang-16.patch
new file mode 100644
index ..c4aec2836ba0
--- /dev/null
+++ b/net-analyzer/ike-scan/files/ike-scan-1.9.5-clang-16.patch
@@ -0,0 +1,92 @@
+https://github.com/royhills/ike-scan/pull/39
+
+From 9949ce4bdf9f4bcb616b2a5d273708a7ea9ee93d Mon Sep 17 00:00:00 2001
+From: Sam James 
+Date: Mon, 26 Sep 2022 05:22:18 +0100
+Subject: [PATCH 1/3] acinclude.m4: fix -Wimplicit-int errors (Clang 16+
+ compat)
+
+--- a/acinclude.m4
 b/acinclude.m4
+@@ -144,7 +144,7 @@ int does_int64_work()
+ return 0;
+   return 1;
+ }
+-main() {
++int main() {
+   return ! does_int64_work();
+ }],
+ [Ac_cachevar=yes],
+@@ -200,7 +200,7 @@ int does_int64_snprintf_work()
+ return 0; /* either multiply or snprintf is busted */
+   return 1;
+ }
+-main() {
++int main() {
+   return ! does_int64_snprintf_work();
+ }],
+ [pgac_cv_snprintf_long_long_int_format=$pgac_format; break],
+
+From 6a931ca559a937cb9f7917b9131ec1aca4919683 Mon Sep 17 00:00:00 2001
+From: Sam James 
+Date: Mon, 26 Sep 2022 05:23:06 +0100
+Subject: [PATCH 2/3] acinclude.m4: fix typo in 'x' if check
+
+Case doesn't matter but case does need to match on left & right
+hand side, so just choose uppercase everywhere to match what
+the rest of the file does.
+--- a/acinclude.m4
 b/acinclude.m4
+@@ -278,7 +278,7 @@ dnl in . We don't use __GNUC_PREREQ directly 
because 
+ dnl is not present on all the operating systems that we support, e.g. OpenBSD.
+ dnl
+ AC_DEFUN([GCC_FORTIFY_SOURCE],[
+-   if test "x$CC" != "X"; then
++   if test "X$CC" != "X"; then
+   AC_MSG_CHECKING([whether ${CC} accepts -D_FORTIFY_SOURCE])
+   AC_TRY_COMPILE(,[
+  #define GNUC_PREREQ(maj, min) ((__GNUC__ << 16) + __GNUC_MINOR__ >= 
((maj) << 16) + (min))
+@@ -311,7 +311,7 @@ dnl If it is not supported, then the test program will 
compile without
+ dnl warnings.
+ dnl
+ AC_DEFUN([GCC_FORMAT_SECURITY],[
+-   if test "x$CC" != "X"; then
++   if test "X$CC" != "X"; then
+   AC_MSG_CHECKING([whether ${CC} accepts -Wformat-security])
+   wfs_old_cflags="$CFLAGS"
+   CFLAGS="$CFLAGS -Wall -Werror -Wformat -Wformat-security"
+
+From fbc40c7b117b523eceb9aa58d6086bde701f1299 Mon Sep 17 00:00:00 2001
+From: Sam James 
+Date: Sat, 1 Oct 2022 01:24:04 +0100
+Subject: [PATCH 3/3] configure.ac: Fix recognising -Wformat-security with
+ Clang
+
+Before:
+```
+checking whether clang accepts -fstack-protector... yes
+checking whether clang accepts -D_FORTIFY_SOURCE... yes
+checking whether clang accepts -Wformat-security... no
+```
+
+After:
+```
+checking whether clang accepts -fstack-protector... yes
+checking whether clang accepts -Wformat-security... yes
+checking whether clang accepts -D_FORTIFY_SOURCE... yes
+```
+
+Signed-off-by: Sam James 
+--- a/configure.ac
 b/configure.ac
+@@ -34,8 +34,8 @@ if test -n "$GCC"; then
+CFLAGS="$CFLAGS -Wall -Wshadow -Wwrite-strings"
+GCC_WEXTRA
+GCC_STACK_PROTECT_CC
+-   GCC_FORTIFY_SOURCE
+GCC_FORMAT_SECURITY
++   GCC_FORTIFY_SOURCE
+ dnl Uncomment the lines below for testing with stricter warnings.
+ dnl CFLAGS="$CFLAGS -pedantic -Wpointer-arith -Wcast-qual -Wcast-align 
-Wconversion -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 
-Wnested-externs -Winline "
+ dnl Uncomment the line below to check malloc/free with electric fence

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

2022-09-30 Thread Sam James
commit: 22977abc5e69c5bc9e3c0b29de30d47bc6c05465
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct  1 00:26:04 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct  1 00:26:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22977abc

net-analyzer/ike-scan: drop 9

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

 net-analyzer/ike-scan/ike-scan-9.ebuild | 43 -
 1 file changed, 43 deletions(-)

diff --git a/net-analyzer/ike-scan/ike-scan-9.ebuild 
b/net-analyzer/ike-scan/ike-scan-9.ebuild
deleted file mode 100644
index 4e89ede7807a..
--- a/net-analyzer/ike-scan/ike-scan-9.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools git-r3
-
-DESCRIPTION="A utility for finding, fingerprinting and testing IKE VPN servers"
-HOMEPAGE="https://github.com/royhills/ike-scan/";
-EGIT_REPO_URI="https://github.com/royhills/ike-scan";
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="ssl"
-KEYWORDS=""
-
-DEPEND="
-   ssl? (
-   dev-libs/openssl:0=
-   )
-"
-RDEPEND="
-   ${DEPEND}
-"
-
-src_prepare() {
-   # Fix buffer overflow, bug #277556
-   sed \
-   -e "/MAXLINE/s:255:511:g" \
-   -i ike-scan.h || die
-
-   default
-
-   eautoreconf
-}
-
-src_configure() {
-   econf $(use_with ssl openssl)
-}
-
-src_install() {
-   default
-   dodoc udp-backoff-fingerprinting-paper.txt
-}



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

2022-09-30 Thread Sam James
commit: d28ec407eb8aa725f8aa961007a1d6afd4d1e5fd
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct  1 00:32:22 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct  1 00:33:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d28ec407

net-analyzer/nfdump: add 1.7.0.1

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

 net-analyzer/nfdump/Manifest  |  1 +
 net-analyzer/nfdump/nfdump-1.7.0.1.ebuild | 85 +++
 2 files changed, 86 insertions(+)

diff --git a/net-analyzer/nfdump/Manifest b/net-analyzer/nfdump/Manifest
index 00d4e7ade1ac..b3729d0617ac 100644
--- a/net-analyzer/nfdump/Manifest
+++ b/net-analyzer/nfdump/Manifest
@@ -1,2 +1,3 @@
 DIST nfdump-1.6.23.tar.gz 568879 BLAKE2B 
ca844f87e02fb3761d5b470cac11beada9873b0c7e3e9ca7ccc7899d57f0cfd96329698ac84467a55d683e83ce16c2b114a571845c7cb6069addcdd5d4a43903
 SHA512 
e3f79af69a170985fcbd1757fab86e90840d040cf7a6214c7f9851ed59695d3844a15269904c3ba989b6b6ed2ddf29fd19a493165d3037e49aa2bb69b831f168
 DIST nfdump-1.6.24.tar.gz 647945 BLAKE2B 
6f054c7ccdbc6c5052d1c4655509414b9acc7de320152e932dd31d6cc9eb915b73efa29e42a212ea206c4619c9e025bfd751762808fd8136c38d4edb72f4fabf
 SHA512 
b1e092663ce245247af721565139eb0a264918747e6c0695c59f0b70a99049e92d79674d75c248f60aa832949d7e13027887cc825e393fce7dc5571771bce1d7
+DIST nfdump-1.7.0.1.tar.gz 740435 BLAKE2B 
dd3d3e63aa076b32e0c9e897b40d3ee8368990792b1a483b69a448dadd7389c23df9800910baad0c5a241a480c5961616c70040fdce992b2a67e3be6680e715b
 SHA512 
5b5da57016dc826650ba80a80a881ab89034778316f47c6797dbc902ed6af6d77cfb722356c3a1d92a4239a934178df56ff4c6cb3bf77e029232e02b905ec1a8

diff --git a/net-analyzer/nfdump/nfdump-1.7.0.1.ebuild 
b/net-analyzer/nfdump/nfdump-1.7.0.1.ebuild
new file mode 100644
index ..db24ffe43a66
--- /dev/null
+++ b/net-analyzer/nfdump/nfdump-1.7.0.1.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools flag-o-matic toolchain-funcs
+
+DESCRIPTION="A set of tools to collect and process netflow data"
+HOMEPAGE="https://github.com/phaag/nfdump";
+SRC_URI="https://github.com/phaag/nfdump/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug doc jnat ftconv nfpcapd nfprofile nftrack nsel readpcap sflow"
+
+REQUIRED_USE="?? ( jnat nsel )"
+
+RDEPEND="
+   app-arch/bzip2
+   sys-libs/zlib
+   elibc_musl? ( sys-libs/fts-standalone )
+   ftconv? ( net-analyzer/flow-tools )
+   nfpcapd? ( net-libs/libpcap )
+   nfprofile? ( net-analyzer/rrdtool )
+   nftrack? ( net-analyzer/rrdtool )
+   readpcap? ( net-libs/libpcap )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   sys-devel/flex
+   virtual/yacc
+   doc? (
+   app-doc/doxygen
+   media-gfx/graphviz
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.6.19-libft.patch
+)
+
+DOCS=( AUTHORS ChangeLog README.md )
+
+src_prepare() {
+   default
+
+   eautoreconf
+
+   if use doc; then
+   doxygen -u doc/Doxyfile.in || die
+   fi
+}
+
+src_configure() {
+   tc-export CC
+
+   # bug #853763
+   use elibc_musl && append-libs "-lfts"
+
+   # --without-ftconf is not handled well, bug #322201
+   econf \
+   $(use ftconv && echo "--enable-ftconv --with-ftpath=/usr") \
+   $(use nfpcapd && echo --enable-nfpcapd) \
+   $(use nfprofile && echo --enable-nfprofile) \
+   $(use nftrack && echo --enable-nftrack) \
+   $(use_enable debug devel) \
+   $(use_enable jnat) \
+   $(use_enable nsel) \
+   $(use_enable readpcap) \
+   $(use_enable sflow)
+}
+
+src_install() {
+   default
+
+   find "${ED}" -name '*.la' -delete || die
+
+   newinitd "${FILESDIR}"/nfcapd.initd nfcapd
+   newconfd "${FILESDIR}"/nfcapd.confd nfcapd
+
+   if use doc; then
+   dodoc -r doc/html
+   fi
+}



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

2022-09-30 Thread Sam James
commit: f5374dba40cb6dbd24accfae7f9a07c6a58a7d61
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct  1 00:34:26 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct  1 00:34:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5374dba

net-analyzer/nfdump: drop 1.6.23, 1.6.23-r1

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

 net-analyzer/nfdump/Manifest   |   1 -
 .../nfdump/files/nfdump-1.6.19-compiler.patch  |  21 --
 .../nfdump/files/nfdump-1.6.23-autotools.patch | 216 -
 .../files/nfdump-1.6.23-m4-dir-automake.patch  |  23 ---
 .../nfdump/files/nfdump-1.6.23-m4-dir.patch|  19 --
 net-analyzer/nfdump/nfdump-1.6.23-r1.ebuild|  83 
 net-analyzer/nfdump/nfdump-1.6.23.ebuild   |  82 
 7 files changed, 445 deletions(-)

diff --git a/net-analyzer/nfdump/Manifest b/net-analyzer/nfdump/Manifest
index b3729d0617ac..2e99529dd136 100644
--- a/net-analyzer/nfdump/Manifest
+++ b/net-analyzer/nfdump/Manifest
@@ -1,3 +1,2 @@
-DIST nfdump-1.6.23.tar.gz 568879 BLAKE2B 
ca844f87e02fb3761d5b470cac11beada9873b0c7e3e9ca7ccc7899d57f0cfd96329698ac84467a55d683e83ce16c2b114a571845c7cb6069addcdd5d4a43903
 SHA512 
e3f79af69a170985fcbd1757fab86e90840d040cf7a6214c7f9851ed59695d3844a15269904c3ba989b6b6ed2ddf29fd19a493165d3037e49aa2bb69b831f168
 DIST nfdump-1.6.24.tar.gz 647945 BLAKE2B 
6f054c7ccdbc6c5052d1c4655509414b9acc7de320152e932dd31d6cc9eb915b73efa29e42a212ea206c4619c9e025bfd751762808fd8136c38d4edb72f4fabf
 SHA512 
b1e092663ce245247af721565139eb0a264918747e6c0695c59f0b70a99049e92d79674d75c248f60aa832949d7e13027887cc825e393fce7dc5571771bce1d7
 DIST nfdump-1.7.0.1.tar.gz 740435 BLAKE2B 
dd3d3e63aa076b32e0c9e897b40d3ee8368990792b1a483b69a448dadd7389c23df9800910baad0c5a241a480c5961616c70040fdce992b2a67e3be6680e715b
 SHA512 
5b5da57016dc826650ba80a80a881ab89034778316f47c6797dbc902ed6af6d77cfb722356c3a1d92a4239a934178df56ff4c6cb3bf77e029232e02b905ec1a8

diff --git a/net-analyzer/nfdump/files/nfdump-1.6.19-compiler.patch 
b/net-analyzer/nfdump/files/nfdump-1.6.19-compiler.patch
deleted file mode 100644
index 8826c50c9dc2..
--- a/net-analyzer/nfdump/files/nfdump-1.6.19-compiler.patch
+++ /dev/null
@@ -1,21 +0,0 @@
 a/configure.ac
-+++ b/configure.ac
-@@ -9,8 +9,6 @@
- AM_INIT_AUTOMAKE([subdir-objects])
- 
- # Checks for programs.
--CFLAGS="-g -O3"
--AC_PROG_CC([clang gcc])
- AX_CHECK_C11
- CFLAGS="$CFLAGS -Wall -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wmissing-noreturn -fno-strict-aliasing"
- 
 a/bin/Makefile.am
-+++ b/bin/Makefile.am
-@@ -30,7 +30,6 @@
- LDADD = $(DEPS_LIBS)
- 
- #Add extra debug info for gdb
--AM_CFLAGS = -ggdb 
- 
- # libnfdump sources
- output =  output_util.h output_util.c output_raw.h output_raw.c 

diff --git a/net-analyzer/nfdump/files/nfdump-1.6.23-autotools.patch 
b/net-analyzer/nfdump/files/nfdump-1.6.23-autotools.patch
deleted file mode 100644
index 65558bbe7dfa..
--- a/net-analyzer/nfdump/files/nfdump-1.6.23-autotools.patch
+++ /dev/null
@@ -1,216 +0,0 @@
-https://github.com/phaag/nfdump/commit/e6261098570f69ad973a7a4ea7aaebb1663712e8
-https://github.com/phaag/nfdump/commit/67da975f20076751bce49caf57c89ed21ed92ad0
-https://github.com/phaag/nfdump/commit/4652c2014012a81438f53cb590687c8c93419140
-
-From: Peter Haag 
-Date: Tue, 22 Feb 2022 10:54:19 +0100
-Subject: [PATCH] Fix issue #304 - accept CFLAGS
-
 a/configure.ac
-+++ b/configure.ac
-@@ -8,8 +8,11 @@ AC_INIT(nfdump, 1.6.23, pe...@people.ops-trust.net)
- AC_CONFIG_HEADER([config.h])
- AM_INIT_AUTOMAKE([subdir-objects])
- 
-+if test "x$CFLAGS" = "x"; then
-+CFLAGS="-g -O3"
-+fi 
-+
- # Checks for programs.
--CFLAGS="-g -O3"
- AC_PROG_CC([clang gcc])
- AX_CHECK_C11
- CFLAGS="$CFLAGS -Wall -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wmissing-noreturn -fno-strict-aliasing"
-
-From: Peter Haag 
-Date: Fri, 25 Feb 2022 09:12:27 +0100
-Subject: [PATCH] Cleanup automake files. Fixes #304.
-
 a/configure.ac
-+++ b/configure.ac
-@@ -1,12 +1,13 @@
- #   -*- Autoconf -*-
- # Process this file with autoconf to produce a configure script.
- 
--AC_PREREQ(2.59)
-+AC_PREREQ([2.71])
- AC_REVISION($Revision: 244 $)dnl 
--AC_INIT(nfdump, 1.6.23, pe...@people.ops-trust.net)
-+AC_INIT([nfdump],[1.6.23],[pe...@people.ops-trust.net])
- 
--AC_CONFIG_HEADER([config.h])
-+AC_CONFIG_HEADERS([config.h])
- AM_INIT_AUTOMAKE([subdir-objects])
-+AC_CONFIG_MACRO_DIRS([m4])
- 
- if test "x$CFLAGS" = "x"; then
- CFLAGS="-g -O3"
-@@ -15,7 +16,12 @@ fi
- # Checks for programs.
- AC_PROG_CC([clang gcc])
- AX_CHECK_C11
--CFLAGS="$CFLAGS -Wall -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wmissing-noreturn -fno-strict-aliasing"
-+AX_APPEND_FLAG([-Wall], [CFLAGS])
-+AX_APPEND_FLAG([-Wstrict-prototypes], [CFLAGS])
-+AX_APPEND_FLAG([-Wmissing-prototypes], [CFLAGS])
-+AX_APPEND_FLAG([-Wmissing-declarations

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

2022-09-30 Thread Sam James
commit: 471bbf284655cc9d99c0302aa15545b6d72f9b19
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct  1 01:01:26 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct  1 01:01:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=471bbf28

app-admin/webapp-config: use HTTPS for EGIT_REPO_URI

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

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

diff --git a/app-admin/webapp-config/webapp-config-.ebuild 
b/app-admin/webapp-config/webapp-config-.ebuild
index 3b46bc38c9e2..8d1031b56f77 100644
--- a/app-admin/webapp-config/webapp-config-.ebuild
+++ b/app-admin/webapp-config/webapp-config-.ebuild
@@ -10,7 +10,7 @@ inherit distutils-r1 prefix
 
 if [[ ${PV} = * ]]
 then
-   EGIT_REPO_URI="git://anongit.gentoo.org/proj/${PN}.git"
+   EGIT_REPO_URI="https://anongit.gentoo.org/proj/${PN}.git";
inherit git-r3
 else
SRC_URI="https://dev.gentoo.org/~blueness/${PN}/${P}.tar.bz2";



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

2022-09-30 Thread Sam James
commit: 0dbd3d973fc4cece0b1f09281a428b1ddf41e643
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct  1 00:58:52 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct  1 00:58:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dbd3d97

app-portage/layman: fix live ebuild

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

 app-portage/layman/layman-2.4.3.ebuild | 10 +-
 app-portage/layman/layman-.ebuild  |  3 +--
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/app-portage/layman/layman-2.4.3.ebuild 
b/app-portage/layman/layman-2.4.3.ebuild
index 298dc099aaf9..8b62b7cd4223 100644
--- a/app-portage/layman/layman-2.4.3.ebuild
+++ b/app-portage/layman/layman-2.4.3.ebuild
@@ -10,7 +10,7 @@ DISTUTILS_USE_SETUPTOOLS=no
 inherit distutils-r1 linux-info prefix
 
 if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="git://anongit.gentoo.org/proj/layman.git"
+   EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/layman.git";
inherit git-r3
 else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
@@ -68,6 +68,14 @@ python_test() {
unset suite
 }
 
+python_compile_all() {
+   # Generate man page. only required for 
+   if [[ ${PV} == * ]] ; then
+   # override MAKEOPTS to prevent build failure
+   emake -j1 -C doc
+   fi
+}
+
 python_install_all() {
distutils-r1_python_install_all
 

diff --git a/app-portage/layman/layman-.ebuild 
b/app-portage/layman/layman-.ebuild
index 0f5addf3ecee..598324e7d35c 100644
--- a/app-portage/layman/layman-.ebuild
+++ b/app-portage/layman/layman-.ebuild
@@ -10,7 +10,7 @@ DISTUTILS_USE_SETUPTOOLS=no
 inherit distutils-r1 linux-info prefix
 
 if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="git://anongit.gentoo.org/proj/layman.git"
+   EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/layman.git";
inherit git-r3
 else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
@@ -69,7 +69,6 @@ python_test() {
 }
 
 python_compile_all() {
-   default_python_compile_all
# Generate man page. only required for 
if [[ ${PV} == * ]] ; then
# override MAKEOPTS to prevent build failure



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

2022-09-30 Thread Sam James
commit: e1c542dfcc07a2a21ad159247a7aa4cf475f2e8d
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct  1 01:01:50 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct  1 01:01:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1c542df

app-misc/livecd-tools: use HTTPS for EGIT_REPO_URI

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

 app-misc/livecd-tools/livecd-tools-2.10.ebuild | 2 +-
 app-misc/livecd-tools/livecd-tools-2.9.ebuild  | 4 ++--
 app-misc/livecd-tools/livecd-tools-.ebuild | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-misc/livecd-tools/livecd-tools-2.10.ebuild 
b/app-misc/livecd-tools/livecd-tools-2.10.ebuild
index 48c7feaf4132..b938fabd53ed 100644
--- a/app-misc/livecd-tools/livecd-tools-2.10.ebuild
+++ b/app-misc/livecd-tools/livecd-tools-2.10.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 inherit linux-info
 
 if [[ ${PV} == "" ]]; then
-   EGIT_REPO_URI="git://anongit.gentoo.org/proj/livecd-tools.git"
+   EGIT_REPO_URI="https://anongit.gentoo.org/proj/livecd-tools.git";
inherit git-r3
 else

SRC_URI="https://gitweb.gentoo.org/proj/livecd-tools.git/snapshot/${P}.tar.bz2";

diff --git a/app-misc/livecd-tools/livecd-tools-2.9.ebuild 
b/app-misc/livecd-tools/livecd-tools-2.9.ebuild
index 9295d5fdc649..28340d004b27 100644
--- a/app-misc/livecd-tools/livecd-tools-2.9.ebuild
+++ b/app-misc/livecd-tools/livecd-tools-2.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,7 +6,7 @@ EAPI=7
 inherit linux-info
 
 if [[ ${PV} == "" ]]; then
-   EGIT_REPO_URI="git://anongit.gentoo.org/proj/livecd-tools.git"
+   EGIT_REPO_URI="https://anongit.gentoo.org/proj/livecd-tools.git";
inherit git-r3
 else

SRC_URI="https://gitweb.gentoo.org/proj/livecd-tools.git/snapshot/${P}.tar.bz2";

diff --git a/app-misc/livecd-tools/livecd-tools-.ebuild 
b/app-misc/livecd-tools/livecd-tools-.ebuild
index c53fe41780f3..e1bd53e34ea2 100644
--- a/app-misc/livecd-tools/livecd-tools-.ebuild
+++ b/app-misc/livecd-tools/livecd-tools-.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 inherit linux-info
 
 if [[ ${PV} == "" ]]; then
-   EGIT_REPO_URI="git://anongit.gentoo.org/proj/livecd-tools.git"
+   EGIT_REPO_URI="https://anongit.gentoo.org/proj/livecd-tools.git";
inherit git-r3
 else

SRC_URI="https://gitweb.gentoo.org/proj/livecd-tools.git/snapshot/${P}.tar.bz2";



[gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-python/

2022-09-30 Thread Sam James
commit: 2cf9f91cbf2c7f15278d9f6d1503f19a767b6cb4
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct  1 01:01:03 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct  1 01:01:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cf9f91c

app-eselect/eselect-python: use HTTPS for EGIT_REPO_URI

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

 app-eselect/eselect-python/eselect-python-20200719.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-eselect/eselect-python/eselect-python-20200719.ebuild 
b/app-eselect/eselect-python/eselect-python-20200719.ebuild
index 491fe41f0407..f7f045ffc546 100644
--- a/app-eselect/eselect-python/eselect-python-20200719.ebuild
+++ b/app-eselect/eselect-python/eselect-python-20200719.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 if [[ ${PV} == "" ]] ; then
inherit autotools git-r3
-   EGIT_REPO_URI="git://anongit.gentoo.org/proj/${PN}.git"
+   EGIT_REPO_URI="https://anongit.gentoo.org/proj/${PN}.git";
 else
SRC_URI="https://dev.gentoo.org/~chutzpah/dist/misc/${P}.tar.bz2";
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"



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

2022-09-30 Thread Zac Medico
commit: d18a0711af5dafc6cf5a24644526723ef945ba1b
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Oct  1 01:12:07 2022 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Oct  1 01:12:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d18a0711

app-admin/consul-template: add 0.29.4

Signed-off-by: Zac Medico  gentoo.org>

 app-admin/consul-template/Manifest |  2 +
 .../consul-template/consul-template-0.29.4.ebuild  | 58 ++
 2 files changed, 60 insertions(+)

diff --git a/app-admin/consul-template/Manifest 
b/app-admin/consul-template/Manifest
index 9dc24c045c01..b5f4e0463115 100644
--- a/app-admin/consul-template/Manifest
+++ b/app-admin/consul-template/Manifest
@@ -2,3 +2,5 @@ DIST consul-template-0.29.0-deps.tar.xz 37430348 BLAKE2B 
9e0af3e245420bb3166a56b
 DIST consul-template-0.29.0.tar.gz 26 BLAKE2B 
9ff2b33d9a3ca296913bf4f5e6928b789341438a566b63e841e04b0ad528d13588bcdb34994a1d3a829c7d64593b9811480fcf9395d3527a09d473d90bdf4e23
 SHA512 
e562d89c753ca2bbd14ae57e084e7e2b0aac28c92c210357e22d32d5c3c138054a46f5fb8883a44f64bdd8e9654f457230cef3b24513fa7eeaefd177fd8004c7
 DIST consul-template-0.29.1-deps.tar.xz 59041120 BLAKE2B 
dd822c41cf9fdfe773ed48edbc02eb409b4840c9bd6f6b66c590d2fa6a44ccea3bcac89569abf318abd2c97e7515e600ee2f1f6c469c60d068959f90e3487831
 SHA512 
37fd93e9ce064251941626c6ac6b6770e7c019d82cd5f6c113d2adb09460a02fb1644af26714b34f9634e6312346edb98cd841aee6b6805f7d06a07fc7c997d7
 DIST consul-template-0.29.1.tar.gz 254592 BLAKE2B 
4ad5e7c1bf2edc06d72ec1ed48f9546c698d22f8562c4c9924106891c44511b912abecc94517ed2359592b709f1f8fd05fcb00cea52893de29c62b34b61fd71e
 SHA512 
edcfe45a3d98b9affda8b5d07fb375a647a78473c7041a87f1f5a2aa2faef2bfdef26a7037d228f6a86d0c446397e7452e7005ce16beff2bc68edabf2268a6f9
+DIST consul-template-0.29.4-deps.tar.xz 59446648 BLAKE2B 
9ccd689f38eff50ad448a4226de918920c7acca9eb1e23d4e30fafc124224bb8f123b3dff4a1d433ea683ed523cd604a41472f50cb1919483040fc18c848
 SHA512 
3c60d88fdb82744f250cf02be3b3423f74360f18a43f4c4204ee97f73c370b878ecdbd5a300f96b74ffd9c7cde66f6c8b974392f7acc07a113b85ab6f1b6d8e9
+DIST consul-template-0.29.4.tar.gz 262539 BLAKE2B 
487902c2a05561db325e6d2638a70d2733a27dd31f678b65883d0b4925b4efa38fe4fbe6c7128c9473af4d4a21f467288a2c1945da399f6feab39216b67dd5aa
 SHA512 
3bc5fcd1877fe125398d6bf0bd4938af88cacf726441af3e82142e651ab458185593eec3cb7c5916669a0e39dff8059c049556509ec279bf572f03b4c915d757

diff --git a/app-admin/consul-template/consul-template-0.29.4.ebuild 
b/app-admin/consul-template/consul-template-0.29.4.ebuild
new file mode 100644
index ..612bb41f3539
--- /dev/null
+++ b/app-admin/consul-template/consul-template-0.29.4.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit go-module systemd
+
+DESCRIPTION="Generic template rendering and notifications with Consul"
+HOMEPAGE="https://github.com/hashicorp/consul-template";
+SRC_URI="https://github.com/hashicorp/consul-template/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz
+   https://dev.gentoo.org/~zmedico/dist/${P}-deps.tar.xz";
+
+LICENSE="MPL-2.0 Apache-2.0 BSD BSD-2 ISC MIT WTFPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+COMMON_DEPEND="
+   acct-group/consul-template
+   acct-user/consul-template"
+
+DEPEND="${COMMON_DEPEND}"
+RDEPEND="${COMMON_DEPEND}"
+
+# TODO: debug test failures
+RESTRICT+=" test"
+
+src_prepare() {
+   default
+   # remove -s and -w from the linker flags
+   sed \
+   -e '/-s \\/d' \
+   -e '/-w \\/d' \
+   -i Makefile || die
+}
+
+src_compile() {
+   emake GOBIN="${S}"/bin dev
+}
+
+src_test() {
+   emake GOBIN="${S}"/bin test
+}
+
+src_install() {
+   dobin bin/${PN}
+   dodoc CHANGELOG.md README.md
+
+   newinitd "${FILESDIR}/${PN}.initd" "${PN}"
+   newconfd "${FILESDIR}/${PN}.confd" "${PN}"
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}/${PN}.logrotated" "${PN}"
+   systemd_dounit "${FILESDIR}/${PN}.service"
+
+   keepdir /etc/${PN}.d
+
+   keepdir /var/log/${PN}
+   fowners ${PN}:${PN} /var/log/${PN}
+}



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

2022-09-30 Thread Sam James
commit: 0043a7e3ad99fe65e1d1ef1b71fc41ea68b1f442
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct  1 01:07:06 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct  1 01:29:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0043a7e3

dev-libs/libmaxminddb: add 1.7.1, drop 1.7.0

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

 dev-libs/libmaxminddb/Manifest  | 2 +-
 .../{libmaxminddb-1.7.0.ebuild => libmaxminddb-1.7.1.ebuild}| 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libmaxminddb/Manifest b/dev-libs/libmaxminddb/Manifest
index 8a05bc53f7b6..185e4596b630 100644
--- a/dev-libs/libmaxminddb/Manifest
+++ b/dev-libs/libmaxminddb/Manifest
@@ -1,3 +1,3 @@
 DIST libmaxminddb-1.5.2.tar.gz 604683 BLAKE2B 
4dea7413be59169104adf3dc5dfe3e4f3bdb4639bbb4a0c6365d93216e279d505f01e32f737bf66d9f5b98f65f3eaefa46f630458bd6032a32be8c74acf12a1b
 SHA512 
074ef6b62a74cede7be332eaeff5aa7442f43de92d39ea65b38430f0e1b65a5515f4343894ca5c28a7d50181eaec44e8db7083461b9e12e7014d2d1e0ff033b8
 DIST libmaxminddb-1.6.0.tar.gz 605099 BLAKE2B 
6868e42b8a166d75f6fa3a1da0fc2bd47a381ff960496ec9348b88c72b1bae180e3c0ce8989149e60d7d9c795d6baedb8e9d984098914064db985f2d201983c2
 SHA512 
9394e8dd959982d4ef5d15a928d32700722ed9d6c9988d9cc1bf2f4e67de0a53cc6987e90aaef3a6926c9ff36ac378f7a1fe47818fda4f5a3a22539210b2d004
-DIST libmaxminddb-1.7.0.tar.gz 609484 BLAKE2B 
7210b32e591116d6e5b3127cde082aace3080ce6ce0182908eb3c85fe36ae574633d4b99ee1a19f770ed6bd2ebb6dc478c1d94f1d60c607ce76f34d71eefe74e
 SHA512 
b1d6bf8dc3f5d3cc594f670c8a51100d7f032ce40d6e8a620b90133d1f27c668a7362146e7973cb0e3b84649ec60fe145e82e85b459dd50ae1e168e87d936109
+DIST libmaxminddb-1.7.1.tar.gz 609542 BLAKE2B 
d67e09aecb1b250bae59c4165571e1ffdbea36e10a9994c5f26b5139fffab35b5e31dbe105b4f60eca3ed694177f623f471231d0b8b9d2777dd0daeb27596f17
 SHA512 
5ad6e5f20dd0fd094d2e44b950256e3e705f6b7d1a5ffcc08f46d92917a540ac23796c670fdd7292b040fd78d2fe0dc10b16cc07ae941b00140e6301d8c2ac30

diff --git a/dev-libs/libmaxminddb/libmaxminddb-1.7.0.ebuild 
b/dev-libs/libmaxminddb/libmaxminddb-1.7.1.ebuild
similarity index 100%
rename from dev-libs/libmaxminddb/libmaxminddb-1.7.0.ebuild
rename to dev-libs/libmaxminddb/libmaxminddb-1.7.1.ebuild



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

2022-09-30 Thread Sam James
commit: 1ea57d7bfe9bbad7c8b494bc180a1f1e37462acf
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct  1 01:19:19 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct  1 01:29:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ea57d7b

dev-libs/libvterm: add 0.3

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

 dev-libs/libvterm/Manifest|  1 +
 dev-libs/libvterm/libvterm-0.3.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-libs/libvterm/Manifest b/dev-libs/libvterm/Manifest
index ab3d2b0602ca..115db5509890 100644
--- a/dev-libs/libvterm/Manifest
+++ b/dev-libs/libvterm/Manifest
@@ -1,2 +1,3 @@
 DIST libvterm-0.1.4.tar.gz 69122 BLAKE2B 
4f0acc9ec6755c4a840e5df6c32c44e12c5316b5c5918d0e8eada19d819736c3e5b9090b468e32b3141a7fbb5ba226e365be27d6d1d9ca22f9f5e365fc3971c2
 SHA512 
90b5d47417e3f469df5c6574a27d12bd6bd1571d17cab7c4ac0ee61b1dbcb6361987f6fdfd11e314ea32f8958ec165c319a34d0f77288947c7cbc11de697d524
 DIST libvterm-0.2.tar.gz 79712 BLAKE2B 
db17d15550a595652368edd7ee0ccab2a69effa79677a23d6ee94731fc05d685df0de843d2e953cd59d2077922e72834d7ab09eaf5260aed869d9511cfd224a7
 SHA512 
bc99ae4fbdc165ced92c10fb0168ae6da2ed702208064616fefcd42aba71c57b7d42a08bc5b0e7e1ebda8cc4b5682d16059bdd2edfb12fbd8ac97527e854b14c
+DIST libvterm-0.3.tar.gz 83861 BLAKE2B 
a2e8e9d80698880d87f9d26977a4e3dec7b520c3096d0ca6f7823254eeebe51666380ed2a5c05c923dd8b138f15c87e671fdfb03e5511c01711e112cdda9867a
 SHA512 
2a7b6831476465d6a9f7c792406f4e3c4eca0c3dbce4b7031f2646c87e33692128a3d3ce27e1541403772cc0b5eface7bd41325e1e5300c3915bfc0bac97a896

diff --git a/dev-libs/libvterm/libvterm-0.3.ebuild 
b/dev-libs/libvterm/libvterm-0.3.ebuild
new file mode 100644
index ..5011f386127d
--- /dev/null
+++ b/dev-libs/libvterm/libvterm-0.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="An abstract library implementation of a VT220/xterm/ECMA-48 
terminal emulator"
+HOMEPAGE="https://www.leonerd.org.uk/code/libvterm/";
+SRC_URI="https://www.leonerd.org.uk/code/${PN}/${P}.tar.gz";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86 ~x64-macos"
+
+BDEPEND="
+   dev-lang/perl
+   sys-devel/libtool
+"
+
+src_compile() {
+   emake VERBOSE=1 PREFIX="${EPREFIX}"/usr 
LIBDIR="${EPREFIX}/usr/$(get_libdir)"
+}
+
+src_install() {
+   emake VERBOSE=1 DESTDIR="${D}" PREFIX="${EPREFIX}"/usr 
LIBDIR="${EPREFIX}/usr/$(get_libdir)" install
+
+   find "${ED}" -name '*.la' -delete || die "Failed to prune libtool files"
+   find "${ED}" -name '*.a' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-lua/luv/

2022-09-30 Thread Sam James
commit: 5585578e9959d72df22cd6572d6434a6dae1bcc1
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct  1 01:29:14 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct  1 01:29:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5585578e

dev-lua/luv: add 1.44.2.0

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

 dev-lua/luv/Manifest|  1 +
 dev-lua/luv/luv-1.44.2.0.ebuild | 86 +
 2 files changed, 87 insertions(+)

diff --git a/dev-lua/luv/Manifest b/dev-lua/luv/Manifest
index 51e54f591dde..9ce5a28f6deb 100644
--- a/dev-lua/luv/Manifest
+++ b/dev-lua/luv/Manifest
@@ -1,3 +1,4 @@
 DIST luv-1.36.0.0.tar.gz 107196 BLAKE2B 
31a02c3e928559037355186810187299a3cb1420265a27756b0613781621c78c18edc272072cc29c46336787b040453cc9a06195264c0a72a985e49c48202022
 SHA512 
3119c1450a8317725d59cc1ab6afccfbde752b0c32b38909dfdd31bf88ea0751920dc68750da52cf17a6430637cf1094f4d5500e4c50d1145eca48bb12728ba1
 DIST luv-1.43.0.0.tar.gz 122337 BLAKE2B 
435334d869487de38215ce9b551f586d4017c7f83497bc90637fc8acb8e63d1c36f6678a3f2c4d5b24b76fd904b2fa8c364a31bc1bd544416f60f2b8290903d3
 SHA512 
f51d9b3c733dd5617fca49534fdd77dbb6a3d6f58263f453db8dcde21679f4a471e15d6f5b05bcb22a2552455df8beb238d33b0999306bf2a5ad6755da4044ff
+DIST luv-1.44.2.0.tar.gz 124180 BLAKE2B 
0a46ffccd67bf04fb60c7aa3685fef328da1323437640a04b36748680aaf4074300097c53206915d8a1133defc61a359cd88062f1661899dfa8c394c183f0d0d
 SHA512 
0744590de941ec67e23e04811ed28de5e5ed8b6dd0d45e52e8e0efe0551d007f28cdada8e0d69e0d59bd37d4026102271a8ef977b12cfac1e84f6c8b57e6adce
 DIST luv-lua-compat-0.10.tar.gz 53695 BLAKE2B 
e570aedb23b8ed7ca38c4316ffab25b93a0f9f6f0fae79af563ca8a81dd6453ac273e1f9e70674c484a2dec68749e7d53a1c1736a72616c210b8e38a31b3f191
 SHA512 
f7f39085f4f6b16095f41e635b4c5477b3dab5e42b5b65a9d522941a3807ea521d4a27a77293a3c9d0ecea78a1f6c2a2497394b2d220f4d7d65e23510563d46d

diff --git a/dev-lua/luv/luv-1.44.2.0.ebuild b/dev-lua/luv/luv-1.44.2.0.ebuild
new file mode 100644
index ..44e933cb5b2b
--- /dev/null
+++ b/dev-lua/luv/luv-1.44.2.0.ebuild
@@ -0,0 +1,86 @@
+# Copyright 2019-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+LUA_COMPAT=( lua5-{1..4} luajit )
+
+inherit cmake flag-o-matic lua-single unpacker
+
+# e.g. MY_PV = a.b.c-d
+MY_PV="$(ver_rs 3 -)"
+MY_P="${PN}-${MY_PV}"
+
+DESCRIPTION="Bare libuv bindings for lua"
+HOMEPAGE="https://github.com/luvit/luv";
+
+LUA_COMPAT_PV="0.10"
+SRC_URI="
+   https://github.com/luvit/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz
+   
https://github.com/keplerproject/lua-compat-5.3/archive/v${LUA_COMPAT_PV}.tar.gz
 -> ${PN}-lua-compat-${LUA_COMPAT_PV}.tar.gz
+"
+
+LICENSE="Apache-2.0 MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86 ~x64-macos"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+REQUIRED_USE="${LUA_REQUIRED_USE}"
+
+BDEPEND="virtual/pkgconfig"
+DEPEND="${LUA_DEPS}
+   >=dev-libs/libuv-$(ver_cut 1-2):="
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.43.0.0-cmake_lua_version.patch
+)
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   # Fix libdir
+   # Match '/lib/' and '/lib"' without capturing / or ", replacing with 
libdir
+   sed -i -r "s/\/lib(\"|\/)/\/$(get_libdir)\1/g" CMakeLists.txt || die 
"Failed to sed CMakeLists.txt"
+   cmake_src_prepare
+}
+
+# This could in theory be multi-impl (and we have an ebuild in git history,
+# 1.32.0.0-r101, which implements it) - the only revdep currently in the tree,
+# app-editors/neovim, actually links against luv instead of trying to load it
+# as a module. We could probably implement some sort of a hack for this
+# - but given how messy it would be, don't bother unless someone actually 
requests
+# luv multi-impl support.
+src_configure() {
+   lua_compat_dir="${WORKDIR}/lua-compat-5.3-${LUA_COMPAT_PV}"
+
+   local mycmakeargs=(
+   -DBUILD_MODULE=OFF
+   -DLUA_BUILD_TYPE=System
+   -DLUA_COMPAT53_DIR="${lua_compat_dir}"
+   -DWITH_SHARED_LIBUV=ON
+   )
+   if [[ ${ELUA} == luajit ]]; then
+   mycmakeargs+=(
+   -DWITH_LUA_ENGINE=LuaJIT
+   )
+   else
+   mycmakeargs+=(
+   -DWITH_LUA_ENGINE=Lua
+   -DLUA_VERSION=$(ver_cut 1-2 $(lua_get_version))
+   )
+   fi
+
+   if [[ ${CHOST} == *-darwin* ]] ; then
+   append-ldflags "-undefined dynamic_lookup"
+   fi
+
+   cmake_src_configure
+}
+
+src_test() {
+   # We need to copy the library back so that the tests see it
+   ln -s "${BUILD_DIR}/libluv.so" "./luv.so" || die "Failed to symlink 
library for tests"
+   ${ELUA} "tests/run.lua" || die "Tests failed"
+}



[gentoo-commits] repo/gentoo:master commit in: app-editors/neovim/

2022-09-30 Thread Sam James
commit: 14cd6bb17f4528e9a1b21aa09f7ce4ec4b78d499
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct  1 01:29:23 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct  1 01:29:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14cd6bb1

app-editors/neovim: add 0.8.0

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

 app-editors/neovim/Manifest   |  1 +
 .../neovim/{neovim-.ebuild => neovim-0.8.0.ebuild}| 15 ---
 app-editors/neovim/neovim-.ebuild | 15 ---
 3 files changed, 17 insertions(+), 14 deletions(-)

diff --git a/app-editors/neovim/Manifest b/app-editors/neovim/Manifest
index fe903123a573..a1a7f59a5bae 100644
--- a/app-editors/neovim/Manifest
+++ b/app-editors/neovim/Manifest
@@ -1,2 +1,3 @@
 DIST neovim-0.7.0.tar.gz 10925354 BLAKE2B 
0524d008ba1ebbe823406e94cfb048014b26bc394c686b2dd84bb7fae5a1f7f3acd42764b03b6efec10c0f25045c5838f624542b5125947e5f42d3b0d2ad1f84
 SHA512 
3597c54fb925a4d607bca9ba0fdb37df90ecb816da99f52baf46cc2ec79727a55048ba1d8d22c8e7d61f0e8e35546326b1d0d15c0a91de8bf5bc529c45fb1ce0
 DIST neovim-0.7.2.tar.gz 10933623 BLAKE2B 
c2db449a91f1685233da7125e3d4b49cb8fe26db5e498fd3a83340bd14842399474fcc7f2c78b88783195c6f7b0b8df196985b70387ed88972372a8866e2c721
 SHA512 
04d0fa5b23018531b70b53271821bf6944cde1bcec2210b99f5888e1339cd38f57feaa8e40874a3a504930e6614980947f31852185cbcd2ce106a0867896dd79
+DIST neovim-0.8.0.tar.gz 11387355 BLAKE2B 
341f0fa10f0001324c87c26e7c0047334c25808901034f073945c3977dde4dda44b03869be1f530398d549f0b13dafae0eb82766464875ced2cd26621a0c5d88
 SHA512 
e9504e33df292043656b0ef064e465069c93d4be52bbe29ec33c111f3e00ed83647148d653e3f143e2243dac537eede6a9351990bd858ac20abc8edbc5249432

diff --git a/app-editors/neovim/neovim-.ebuild 
b/app-editors/neovim/neovim-0.8.0.ebuild
similarity index 90%
copy from app-editors/neovim/neovim-.ebuild
copy to app-editors/neovim/neovim-0.8.0.ebuild
index c1e19411b835..2e5948e10f45 100644
--- a/app-editors/neovim/neovim-.ebuild
+++ b/app-editors/neovim/neovim-0.8.0.ebuild
@@ -32,6 +32,7 @@ RESTRICT="!test? ( test ) test"
 # Upstream build scripts invoke the Lua interpreter
 BDEPEND="${LUA_DEPS}
>=dev-util/gperf-3.1
+   >=sys-devel/gettext-0.20.1
virtual/libiconv
virtual/libintl
virtual/pkgconfig
@@ -39,7 +40,7 @@ BDEPEND="${LUA_DEPS}
 # Check 
https://github.com/neovim/neovim/blob/master/third-party/CMakeLists.txt for
 # new dependency bounds and so on on bumps (obviously adjust for right 
branch/tag).
 DEPEND="${LUA_DEPS}
-   >=dev-lua/luv-1.43.0[${LUA_SINGLE_USEDEP}]
+   >=dev-lua/luv-1.44.2[${LUA_SINGLE_USEDEP}]
$(lua_gen_cond_dep '
dev-lua/lpeg[${LUA_USEDEP}]
dev-lua/mpack[${LUA_USEDEP}]
@@ -47,10 +48,10 @@ DEPEND="${LUA_DEPS}
$(lua_gen_cond_dep '
dev-lua/LuaBitOp[${LUA_USEDEP}]
' lua5-{1,2})
-   >=dev-libs/libuv-1.44.1:=
-   >=dev-libs/libvterm-0.1.4
+   >=dev-libs/libuv-1.44.2:=
+   >=dev-libs/libvterm-0.3
>=dev-libs/msgpack-3.0.0:=
-   >=dev-libs/tree-sitter-0.20.6:=
+   >=dev-libs/tree-sitter-0.20.2:=
tui? (
>=dev-libs/libtermkey-0.22
>=dev-libs/unibilium-2.0.0:0=
@@ -76,9 +77,9 @@ if [[ ${PV} ==  ]]; then
)
 else
PATCHES+=(
-   "${FILESDIR}/${PN}-0.4.4-cmake_lua_version.patch"
-   "${FILESDIR}/${PN}-0.4.4-cmake-release-type.patch"
-   "${FILESDIR}/${PN}-0.7.2-cmake-darwin.patch"
+   "${FILESDIR}/${PN}--cmake_lua_version.patch"
+   "${FILESDIR}/${PN}--cmake-release-type.patch"
+   "${FILESDIR}/${PN}--cmake-darwin.patch"
)
 fi
 

diff --git a/app-editors/neovim/neovim-.ebuild 
b/app-editors/neovim/neovim-.ebuild
index c1e19411b835..2e5948e10f45 100644
--- a/app-editors/neovim/neovim-.ebuild
+++ b/app-editors/neovim/neovim-.ebuild
@@ -32,6 +32,7 @@ RESTRICT="!test? ( test ) test"
 # Upstream build scripts invoke the Lua interpreter
 BDEPEND="${LUA_DEPS}
>=dev-util/gperf-3.1
+   >=sys-devel/gettext-0.20.1
virtual/libiconv
virtual/libintl
virtual/pkgconfig
@@ -39,7 +40,7 @@ BDEPEND="${LUA_DEPS}
 # Check 
https://github.com/neovim/neovim/blob/master/third-party/CMakeLists.txt for
 # new dependency bounds and so on on bumps (obviously adjust for right 
branch/tag).
 DEPEND="${LUA_DEPS}
-   >=dev-lua/luv-1.43.0[${LUA_SINGLE_USEDEP}]
+   >=dev-lua/luv-1.44.2[${LUA_SINGLE_USEDEP}]
$(lua_gen_cond_dep '
dev-lua/lpeg[${LUA_USEDEP}]
dev-lua/mpack[${LUA_USEDEP}]
@@ -47,10 +48,10 @@ DEPEND="${LUA_DEPS}
$(lua_gen_cond_dep '
dev-lua/LuaBitOp[${LUA_USEDEP}]
' lua5-{1,2})
-   >=dev-libs/libuv-1.44.1:=
-   >=dev-libs/libvterm-0.1.4
+   >=dev-libs/libuv-1.44.2:=
+   >=dev-libs/libvterm-

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

2022-09-30 Thread Sam James
commit: 7ca331f7ccf11b82794e3871db1d9cc1b1c2efa9
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct  1 01:20:48 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct  1 01:29:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ca331f7

dev-libs/libvterm: drop 0.2, 0.2-r1

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

 dev-libs/libvterm/Manifest |   1 -
 .../libvterm/files/libvterm-0.2-slibtool.patch | 103 -
 dev-libs/libvterm/libvterm-0.2-r1.ebuild   |  40 
 dev-libs/libvterm/libvterm-0.2.ebuild  |  42 -
 4 files changed, 186 deletions(-)

diff --git a/dev-libs/libvterm/Manifest b/dev-libs/libvterm/Manifest
index 115db5509890..251907a5c150 100644
--- a/dev-libs/libvterm/Manifest
+++ b/dev-libs/libvterm/Manifest
@@ -1,3 +1,2 @@
 DIST libvterm-0.1.4.tar.gz 69122 BLAKE2B 
4f0acc9ec6755c4a840e5df6c32c44e12c5316b5c5918d0e8eada19d819736c3e5b9090b468e32b3141a7fbb5ba226e365be27d6d1d9ca22f9f5e365fc3971c2
 SHA512 
90b5d47417e3f469df5c6574a27d12bd6bd1571d17cab7c4ac0ee61b1dbcb6361987f6fdfd11e314ea32f8958ec165c319a34d0f77288947c7cbc11de697d524
-DIST libvterm-0.2.tar.gz 79712 BLAKE2B 
db17d15550a595652368edd7ee0ccab2a69effa79677a23d6ee94731fc05d685df0de843d2e953cd59d2077922e72834d7ab09eaf5260aed869d9511cfd224a7
 SHA512 
bc99ae4fbdc165ced92c10fb0168ae6da2ed702208064616fefcd42aba71c57b7d42a08bc5b0e7e1ebda8cc4b5682d16059bdd2edfb12fbd8ac97527e854b14c
 DIST libvterm-0.3.tar.gz 83861 BLAKE2B 
a2e8e9d80698880d87f9d26977a4e3dec7b520c3096d0ca6f7823254eeebe51666380ed2a5c05c923dd8b138f15c87e671fdfb03e5511c01711e112cdda9867a
 SHA512 
2a7b6831476465d6a9f7c792406f4e3c4eca0c3dbce4b7031f2646c87e33692128a3d3ce27e1541403772cc0b5eface7bd41325e1e5300c3915bfc0bac97a896

diff --git a/dev-libs/libvterm/files/libvterm-0.2-slibtool.patch 
b/dev-libs/libvterm/files/libvterm-0.2-slibtool.patch
deleted file mode 100644
index 5f6356da2761..
--- a/dev-libs/libvterm/files/libvterm-0.2-slibtool.patch
+++ /dev/null
@@ -1,103 +0,0 @@
-From: orbea 
-Date: Thu, 14 Jul 2022 13:18:26 -0700
-Subject: [PATCH] build: Add a minimal configures script
-
-When building libvterm with slibtool using the rlibtool symlink the
-build will fail when the generated libtool is not found. This file is
-required with rlibtool so that the build can determine if the build
-should be shared, static or both.
-
-This can be solved by adding a minimal configure script.
-
-The build steps are now:
-
-autoreconf -fi
-./configure
-make
-make install
-
-diff --git a/Makefile b/Makefile.in
-similarity index 90%
-rename from Makefile
-rename to Makefile.in
-index e3c1c39..70e7ca2 100644
 a/Makefile
-+++ b/Makefile.in
-@@ -1,13 +1,13 @@
--ifeq ($(shell uname),Darwin)
--  LIBTOOL ?= glibtool
--else
--  LIBTOOL ?= libtool
--endif
-+top_builddir = @top_builddir@
-+
-+LIBTOOL = @LIBTOOL@
- 
- ifneq ($(VERBOSE),1)
-   LIBTOOL +=--quiet
- endif
- 
-+CC = @CC@
-+
- override CFLAGS +=-Wall -Iinclude -std=c99 -Wpedantic
- 
- ifeq ($(shell uname),SunOS)
-@@ -36,20 +36,21 @@ INCFILES=$(TBLFILES:.tbl=.inc)
- 
- HFILES_INT=$(sort $(wildcard src/*.h)) $(HFILES)
- 
--VERSION_MAJOR=0
--VERSION_MINOR=2
-+VERSION_MAJOR=@VERSION_MAJOR@
-+VERSION_MINOR=@VERSION_MINOR@
- 
- VERSION_CURRENT=0
- VERSION_REVISION=0
- VERSION_AGE=0
- 
--VERSION=$(VERSION_MAJOR).$(VERSION_MINOR)
-+VERSION=@PACKAGE_VERSION@
- 
--PREFIX=/usr/local
--BINDIR=$(PREFIX)/bin
--LIBDIR=$(PREFIX)/lib
--INCDIR=$(PREFIX)/include
--MANDIR=$(PREFIX)/share/man
-+prefix=@prefix@
-+exec_prefix=@exec_prefix@
-+BINDIR=@bindir@
-+LIBDIR=@libdir@
-+INCDIR=@includedir@
-+MANDIR=@mandir@
- MAN3DIR=$(MANDIR)/man3
- 
- all: $(LIBRARY) $(BINFILES)
-@@ -73,7 +74,7 @@ src/encoding.lo: $(INCFILES)
- 
- bin/%: bin/%.c $(LIBRARY)
-   @echo CC $<
--  @$(LIBTOOL) --mode=link --tag=CC $(CC) $(CFLAGS) -o $@ $< -lvterm 
$(LDFLAGS)
-+  @$(LIBTOOL) --mode=link --tag=CC $(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS)
- 
- t/harness.lo: t/harness.c $(HFILES)
-   @echo CC $<
-diff --git a/configure.ac b/configure.ac
-new file mode 100644
-index 000..39f7767
 /dev/null
-+++ b/configure.ac
-@@ -0,0 +1,14 @@
-+m4_define([version_major], [0])
-+m4_define([version_minor], [2])
-+
-+AC_INIT([libvterm], [version_major.version_minor])
-+AC_CONFIG_FILES([Makefile])
-+
-+LT_INIT
-+
-+AC_SUBST([top_builddir], [$abs_builddir])
-+
-+AC_SUBST([VERSION_MAJOR], [version_major])
-+AC_SUBST([VERSION_MINOR], [version_minor])
-+
-+AC_OUTPUT

diff --git a/dev-libs/libvterm/libvterm-0.2-r1.ebuild 
b/dev-libs/libvterm/libvterm-0.2-r1.ebuild
deleted file mode 100644
index 3e8037c9ec7b..
--- a/dev-libs/libvterm/libvterm-0.2-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION="An abstract library implementation of a VT220/xterm/ECMA-48 
terminal emulator"
-HOMEPAGE="https://www.leonerd.org.uk/

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

2022-09-30 Thread Sam James
commit: 4c42c4e63368c3faf380252fef76384582c989fb
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct  1 01:33:00 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct  1 01:33:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c42c4e6

app-portage/layman: drop Python 3.7

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

 app-portage/layman/layman-2.4.3.ebuild | 2 +-
 app-portage/layman/layman-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-portage/layman/layman-2.4.3.ebuild 
b/app-portage/layman/layman-2.4.3.ebuild
index 8b62b7cd4223..241864865100 100644
--- a/app-portage/layman/layman-2.4.3.ebuild
+++ b/app-portage/layman/layman-2.4.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-PYTHON_COMPAT=( python3_{7,8,9,10} pypy3 )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
 PYTHON_REQ_USE="xml(+),sqlite?"
 DISTUTILS_USE_SETUPTOOLS=no
 

diff --git a/app-portage/layman/layman-.ebuild 
b/app-portage/layman/layman-.ebuild
index 598324e7d35c..9045c9189761 100644
--- a/app-portage/layman/layman-.ebuild
+++ b/app-portage/layman/layman-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-PYTHON_COMPAT=( python3_{7,8,9,10} pypy3 )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
 PYTHON_REQ_USE="xml(+),sqlite?"
 DISTUTILS_USE_SETUPTOOLS=no
 



[gentoo-commits] repo/proj/guru:dev commit in: app-crypt/intel-ipsec-mb/files/, app-crypt/intel-ipsec-mb/

2022-09-30 Thread Aisha Tammy
commit: 4c33f10215c26c17fafd0c31a7a3f324ce14aeff
Author: Aisha Tammy  aisha  cc>
AuthorDate: Sat Oct  1 01:37:17 2022 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Sat Oct  1 01:37:17 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4c33f102

app-crypt/intel-ipsec-mb: update to 1.3

Signed-off-by: Aisha Tammy  aisha.cc>

 app-crypt/intel-ipsec-mb/Manifest  |   1 +
 .../intel-ipsec-mb-1.3_remove-werror-and-O3.patch  | 182 +
 ...ec-mb-.ebuild => intel-ipsec-mb-1.3.ebuild} |   4 +-
 .../intel-ipsec-mb/intel-ipsec-mb-.ebuild  |   4 +-
 4 files changed, 187 insertions(+), 4 deletions(-)

diff --git a/app-crypt/intel-ipsec-mb/Manifest 
b/app-crypt/intel-ipsec-mb/Manifest
index 01c6d513a..3a14699a2 100644
--- a/app-crypt/intel-ipsec-mb/Manifest
+++ b/app-crypt/intel-ipsec-mb/Manifest
@@ -1,2 +1,3 @@
 DIST intel-ipsec-mb-1.1.tar.gz 1227915 BLAKE2B 
56d104c2bcebd4a8125d64362c14603b7005c8ef0978d4039da3128f06fbba7f469ac8df23e3315b9f3fe33c392804fd718a533edd34e4a545f767a1c2e2fd60
 SHA512 
aca5863d36b333c4c896549074242fb4c2c0a4d6598b27baa794944436527bdd6e1a5dbca9d39e0c3a89e61d7d175adcf5bf6c6cbdffd0a43bca1fea0be42ebe
 DIST intel-ipsec-mb-1.2.tar.gz 1251965 BLAKE2B 
f92172ea727f8c0a5beff6e8fe6bb1630b5e83ddffa7384b998ebb6dfe09fd2657203ab53358296ade0106240278f659c297c0897e2de364b434032a58f417b3
 SHA512 
dc566ea433f7c85109e833d1debb3c8dc3686b4c0562a00872dd9801ba3530bf87b7b382e167e7d5cec17c3b3535834cc5bdc78f349f501bdfe8920ee51532ac
+DIST intel-ipsec-mb-1.3.tar.gz 2139105 BLAKE2B 
f7ae09cb2721a0193879ee4a3a04fa6d190ebcd70c681a1f885554dbd644d39511cd0832eb22edc5566d72f0fcaba955450d2208b17a040f053aef6134e174b0
 SHA512 
4b91bffcd62f69245da90b70586df425fa6f17fa63d530b0cd09b990fb1ac4c85c2ebc8ed5d8952bd4b8a20e82c3b418e9ef4d61cfe1811af04f1ee16630ec67

diff --git 
a/app-crypt/intel-ipsec-mb/files/intel-ipsec-mb-1.3_remove-werror-and-O3.patch 
b/app-crypt/intel-ipsec-mb/files/intel-ipsec-mb-1.3_remove-werror-and-O3.patch
new file mode 100644
index 0..97ba6da0d
--- /dev/null
+++ 
b/app-crypt/intel-ipsec-mb/files/intel-ipsec-mb-1.3_remove-werror-and-O3.patch
@@ -0,0 +1,182 @@
+diff --git a/lib/Makefile b/lib/Makefile
+index c592114..f2ea5b6 100644
+--- a/lib/Makefile
 b/lib/Makefile
+@@ -117,10 +117,10 @@ YASM_INCLUDES := $(foreach i,$(ASM_INCLUDE_DIRS),-I $i)
+ NASM_INCLUDES := $(foreach i,$(ASM_INCLUDE_DIRS),-I$i/)
+ ifneq ($(MINGW),0)
+ YASM_FLAGS := -f x64 -f win64 -X gnu -g dwarf2 -DWIN_ABI $(YASM_INCLUDES)
+-NASM_FLAGS := -Werror -fwin64 -Xvc -gcv8 -DWIN_ABI $(NASM_INCLUDES)
++NASM_FLAGS := -fwin64 -Xvc -gcv8 -DWIN_ABI $(NASM_INCLUDES)
+ else
+ YASM_FLAGS := -f x64 -f elf64 -X gnu -g dwarf2 -DLINUX -D__linux__ 
$(YASM_INCLUDES)
+-NASM_FLAGS := -Werror -felf64 -Xgnu -gdwarf -DLINUX -D__linux__ 
$(NASM_INCLUDES)
++NASM_FLAGS := -felf64 -Xgnu -gdwarf -DLINUX -D__linux__ $(NASM_INCLUDES)
+ endif
+ 
+ DEBUG_OPT ?= -O0
+@@ -170,7 +170,6 @@ endif
+ 
+ # prevent SIMD optimizations for non-aesni modules
+ CFLAGS_NO_SIMD = $(CFLAGS) -O1
+-CFLAGS += $(OPT)
+ 
+ # Set generic architectural optimizations
+ OPT_X86 := -msse4.2
+@@ -758,7 +757,7 @@ install: $(LIB_DIR)/$(LIBNAME)
+   install -m 0444 $(MAN2) $(MAN_DIR)
+   install -d $(LIB_INSTALL_DIR)
+ ifeq ($(SHARED),y)
+-  install -s -m $(LIBPERM) $(LIB_DIR)/$(LIBNAME) $(LIB_INSTALL_DIR)
++  install -m $(LIBPERM) $(LIB_DIR)/$(LIBNAME) $(LIB_INSTALL_DIR)
+ else
+   # must not strip symbol table for static libs
+   install -m $(LIBPERM) $(LIB_DIR)/$(LIBNAME) $(LIB_INSTALL_DIR)
+diff --git a/lib/win_x64.mak b/lib/win_x64.mak
+index b33f5b1..69603d5 100644
+--- a/lib/win_x64.mak
 b/lib/win_x64.mak
+@@ -125,7 +125,7 @@ LINK_TOOL = link
+ LINKFLAGS = $(DLFLAGS) /nologo /machine:X64
+ 
+ AS = nasm
+-AFLAGS = $(DAFLAGS) -Werror -fwin64 -Xvc -DWIN_ABI -I.
++AFLAGS = $(DAFLAGS) -fwin64 -Xvc -DWIN_ABI -I.
+ 
+ # dependency
+ !ifndef DEPTOOL
+diff --git a/perf/Makefile b/perf/Makefile
+index f204e57..9db0818 100644
+--- a/perf/Makefile
 b/perf/Makefile
+@@ -45,9 +45,9 @@ endif
+ 
+ ifeq ($(MINGW),0)
+ CFLAGS += -DLINUX
+-NASM_FLAGS := -Werror -felf64 -Xgnu -gdwarf -DLINUX -D__linux__
++NASM_FLAGS := -felf64 -Xgnu -gdwarf -DLINUX -D__linux__
+ else
+-NASM_FLAGS := -Werror -fwin64 -Xvc -gcv8 -DWIN_ABI
++NASM_FLAGS := -fwin64 -Xvc -gcv8 -DWIN_ABI
+ endif
+ 
+ # if "-z ibt" is supported then assume "-z shstk, -z cet-report=error" are 
also supported
+@@ -62,21 +62,21 @@ CFLAGS += -fcf-protection=full
+ endif
+ 
+ ifeq ($(MINGW),0)
+-LDFLAGS = -fPIE -z noexecstack -z relro -z now -pthread
++LDFLAGS += -fPIE -z noexecstack -z relro -z now -pthread
+ endif
+ ifeq ($(CC_HAS_CET),1)
+ LDFLAGS += -fcf-protection=full -Wl,-z,ibt -Wl,-z,shstk 
-Wl,-z,cet-report=error
+ endif
+ LDLIBS = -lIPSec_MB
+ 
+-ifeq ("$(shell test -e $(INSTPATH) && echo -n yes)","yes")
++#ifeq ("$(shell test -e $(INSTPATH) && echo -n yes)","yes")
+ # library installed
+-CFLAGS +=
+-else
++#CFLAGS +=
++#else
+ 

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

2022-09-30 Thread Aisha Tammy
commit: 9994a133b0651ed8955e74f591d1d016fd56a5ea
Author: Aisha Tammy  aisha  cc>
AuthorDate: Sat Oct  1 01:40:12 2022 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Sat Oct  1 01:40:12 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9994a133

dev-python/scrapy: add 2.6.3

Signed-off-by: Aisha Tammy  aisha.cc>

 dev-python/scrapy/Manifest|  1 +
 dev-python/scrapy/scrapy-2.6.3.ebuild | 59 +++
 2 files changed, 60 insertions(+)

diff --git a/dev-python/scrapy/Manifest b/dev-python/scrapy/Manifest
index d4914d972..0c482c82c 100644
--- a/dev-python/scrapy/Manifest
+++ b/dev-python/scrapy/Manifest
@@ -1,2 +1,3 @@
 DIST scrapy-2.5.1.tar.gz 1276985 BLAKE2B 
7e4a43391a8dd4f641d188c7a89d26d52bc51aae3eb8340e02c9de2477bc6458f80b3a8ba16f6a17a9ec1debb85fe558fb7c1c48358fd923e02864758ea75fa5
 SHA512 
4285272412b4c474707e864ece701990435d206b0a1ef28cb9f99cff87a02e6b0323e744e96f15878a3b433a7efe4be413d24068bb252f00f9ab1b0a980d844a
 DIST scrapy-2.6.2.tar.gz 1312436 BLAKE2B 
4cfa85a624d22145a306abb1ea17b12ba662f7f5bef51572f6a26670dfae059dc8b80a92eec6efb42d31175732e410f126ad4bd1c0904928bfcc284288ce9b5b
 SHA512 
4442c26a42df1c2e91ab6f8391568ba4e774b938a915f05492572d7ef196760101fc4c1ae4e17fc79cba574dd5696fee842672ec613d6fdb1167f9965972afd5
+DIST scrapy-2.6.3.tar.gz 1312210 BLAKE2B 
48dd845eda2bf96a2c69f5fb95fd2cdd9203e16d50251a46cedf38e5241de21aa01099b735bb79bdee4cc8687c32bf7724779a01de8eca2f8ff1c1d95d04a749
 SHA512 
4248fdde8e71e8045811ef1ce78bf30939a705d1d0a075025e79f15ceca357391345e24a7990bf63e9c98b5ee099b95535fc134f49175c0275bef5393da2a5c8

diff --git a/dev-python/scrapy/scrapy-2.6.3.ebuild 
b/dev-python/scrapy/scrapy-2.6.3.ebuild
new file mode 100644
index 0..698f73302
--- /dev/null
+++ b/dev-python/scrapy/scrapy-2.6.3.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..10} )
+inherit distutils-r1
+
+DESCRIPTION="A high-level Web Crawling and Web Scraping framework"
+HOMEPAGE="https://scrapy.org/";
+SRC_URI="https://github.com/scrapy/scrapy/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT=0
+KEYWORDS="~amd64"
+
+# The 'PyDispatcher>=2.0.5' distribution was not found and is required by 
Scrapy
+# https://bugs.gentoo.org/684734
+RDEPEND="${PYTHON_DEPS}
+   dev-python/cssselect[${PYTHON_USEDEP}]
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   =dev-python/pydispatcher-2.0.5[${PYTHON_USEDEP}]
+   dev-python/pyopenssl[${PYTHON_USEDEP}]
+   dev-python/queuelib[${PYTHON_USEDEP}]
+   dev-python/service_identity[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/tldextract[${PYTHON_USEDEP}]
+   >=dev-python/twisted-17.9.0[${PYTHON_USEDEP}]
+   dev-python/w3lib[${PYTHON_USEDEP}]
+   dev-python/zope-interface[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   test? (
+   dev-python/testfixtures[${PYTHON_USEDEP}]
+   dev-python/uvloop[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+PATCHES=( "${FILESDIR}/${PN}-2.5.1-no-doctest.patch" )
+
+python_test() {
+   py.test -vv --ignore=docs \
+   --ignore="tests/test_proxy_connect.py" \
+   --ignore="tests/test_utils_display.py" \
+   --ignore="tests/test_command_check.py" \
+   --ignore="tests/test_feedexport.py" \
+   --ignore="tests/test_pipeline_files.py" \
+   --ignore="tests/test_pipeline_images.py" \
+   --ignore="tests/test_squeues.py" || die
+}



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

2022-09-30 Thread Sam James
commit: 5cb0b0560295d7f9bbba896be8a7e79f75bda045
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct  1 02:06:32 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct  1 02:06:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cb0b056

media-video/pipewire: add 0.3.59

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

 media-video/pipewire/Manifest | 1 +
 media-video/pipewire/{pipewire-.ebuild => pipewire-0.3.59.ebuild} | 1 +
 media-video/pipewire/pipewire-.ebuild | 1 +
 3 files changed, 3 insertions(+)

diff --git a/media-video/pipewire/Manifest b/media-video/pipewire/Manifest
index eafd352e11e9..6d7c05c094b5 100644
--- a/media-video/pipewire/Manifest
+++ b/media-video/pipewire/Manifest
@@ -2,3 +2,4 @@ DIST pipewire-0.3.51.tar.gz 1789070 BLAKE2B 
8538eb9f2178efa26365f30b324b707826e5
 DIST pipewire-0.3.56.tar.gz 1856321 BLAKE2B 
62fb5d5a83b3cfc0555f09da42c8d4fbe69f34432add57f91a9c001535340a84f54572af4a5ba138251888cba9be0c038317dfe929d2e2ef36ff62f4679c6ea0
 SHA512 
a1ba598c56130a30e573d3ce3ac5879d800d3005a47075c45353d968c97c12f74d85802cd171b61558c06c474a03bbe4885396ca430a0af6c5672ed00f43d108
 DIST pipewire-0.3.57.tar.gz 1882902 BLAKE2B 
d4227c056279dca5e4a8efb17b0d3d0c5e94664df15d208cde47b882cd8f25be897c6e39833b1c2997628bf97c023d97ebdba727c81c21e05298faa6abfee1b4
 SHA512 
f1fdd2d4093d5696b189b59497d16fed1fdb1a8fd14a563303c20b81b861e3bed7eaddb4b029d3ddb3e7ec248ff6b9db45a76d4e7a8fa6b7aa76ce23cfc6deae
 DIST pipewire-0.3.58.tar.gz 1893021 BLAKE2B 
65c93b3b5b2594799ceac4e5bd0700a15589dc13f7e8f308731b90f2514888f605f67434ef1d1248c6ce348cdde65839c1e7cf3ed68068f217e769ec78743785
 SHA512 
06fb308fe6a1573ccb955f6e39aef7e4ab0d1b9f4fdeee11b9d6910940f154fac8ce7f2daae5b3ba7d1eb22771590bd13a38622d316affa2cda71bfd8d91de7b
+DIST pipewire-0.3.59.tar.gz 1909977 BLAKE2B 
098a75060799013e9a5e5ac4b0c7c62e788318a85df9616f6c441255b5a50acae9da01887ee20c60995878601c22a0eda4fec640bafc941cfa20e0cf751f6189
 SHA512 
1183dc083553ece1f9157898f437996b88dc7d13ba69aa43886f5339f330130404274ceb08ac8ec05a5ccb84dfca56b524a1d4b3fb07e28a41741c5ceda0

diff --git a/media-video/pipewire/pipewire-.ebuild 
b/media-video/pipewire/pipewire-0.3.59.ebuild
similarity index 99%
copy from media-video/pipewire/pipewire-.ebuild
copy to media-video/pipewire/pipewire-0.3.59.ebuild
index f8327c0c3219..1b29ff8d3bec 100644
--- a/media-video/pipewire/pipewire-.ebuild
+++ b/media-video/pipewire/pipewire-0.3.59.ebuild
@@ -217,6 +217,7 @@ multilib_src_configure() {
$(meson_native_use_feature bluetooth libusb) # At least for now 
only used by bluez5 native (quirk detection of adapters)
$(meson_native_use_feature echo-cancel echo-cancel-webrtc) 
#807889
# Not yet packaged.
+   -Dbluez5-codec-lc3=disabled
-Dbluez5-codec-lc3plus=disabled
-Dcontrol=enabled # Matches upstream
-Daudiotestsrc=enabled # Matches upstream

diff --git a/media-video/pipewire/pipewire-.ebuild 
b/media-video/pipewire/pipewire-.ebuild
index f8327c0c3219..1b29ff8d3bec 100644
--- a/media-video/pipewire/pipewire-.ebuild
+++ b/media-video/pipewire/pipewire-.ebuild
@@ -217,6 +217,7 @@ multilib_src_configure() {
$(meson_native_use_feature bluetooth libusb) # At least for now 
only used by bluez5 native (quirk detection of adapters)
$(meson_native_use_feature echo-cancel echo-cancel-webrtc) 
#807889
# Not yet packaged.
+   -Dbluez5-codec-lc3=disabled
-Dbluez5-codec-lc3plus=disabled
-Dcontrol=enabled # Matches upstream
-Daudiotestsrc=enabled # Matches upstream



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

2022-09-30 Thread Sam James
commit: 8a96bb446ba2b42bf0d75226d0d4ee7fbd0817b1
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct  1 02:06:53 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct  1 02:06:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a96bb44

media-video/pipewire: drop 0.3.57

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

 media-video/pipewire/Manifest   |   1 -
 media-video/pipewire/pipewire-0.3.57.ebuild | 429 
 2 files changed, 430 deletions(-)

diff --git a/media-video/pipewire/Manifest b/media-video/pipewire/Manifest
index 6d7c05c094b5..36b711fc2fcb 100644
--- a/media-video/pipewire/Manifest
+++ b/media-video/pipewire/Manifest
@@ -1,5 +1,4 @@
 DIST pipewire-0.3.51.tar.gz 1789070 BLAKE2B 
8538eb9f2178efa26365f30b324b707826e580caa1fd9c09b62c561c140c14186e0d2b04808fa78eb5642ddccf1a347def19934ecd654be06b215a693075b6fc
 SHA512 
a762fd260b4b14ad9ef142be11ab1c22268da6726e2179559ffb254f0ce7daf7a502779e33c64313a9c6a9fc1bd15150b76be04ec81aa27c35dbb4333cecdb4a
 DIST pipewire-0.3.56.tar.gz 1856321 BLAKE2B 
62fb5d5a83b3cfc0555f09da42c8d4fbe69f34432add57f91a9c001535340a84f54572af4a5ba138251888cba9be0c038317dfe929d2e2ef36ff62f4679c6ea0
 SHA512 
a1ba598c56130a30e573d3ce3ac5879d800d3005a47075c45353d968c97c12f74d85802cd171b61558c06c474a03bbe4885396ca430a0af6c5672ed00f43d108
-DIST pipewire-0.3.57.tar.gz 1882902 BLAKE2B 
d4227c056279dca5e4a8efb17b0d3d0c5e94664df15d208cde47b882cd8f25be897c6e39833b1c2997628bf97c023d97ebdba727c81c21e05298faa6abfee1b4
 SHA512 
f1fdd2d4093d5696b189b59497d16fed1fdb1a8fd14a563303c20b81b861e3bed7eaddb4b029d3ddb3e7ec248ff6b9db45a76d4e7a8fa6b7aa76ce23cfc6deae
 DIST pipewire-0.3.58.tar.gz 1893021 BLAKE2B 
65c93b3b5b2594799ceac4e5bd0700a15589dc13f7e8f308731b90f2514888f605f67434ef1d1248c6ce348cdde65839c1e7cf3ed68068f217e769ec78743785
 SHA512 
06fb308fe6a1573ccb955f6e39aef7e4ab0d1b9f4fdeee11b9d6910940f154fac8ce7f2daae5b3ba7d1eb22771590bd13a38622d316affa2cda71bfd8d91de7b
 DIST pipewire-0.3.59.tar.gz 1909977 BLAKE2B 
098a75060799013e9a5e5ac4b0c7c62e788318a85df9616f6c441255b5a50acae9da01887ee20c60995878601c22a0eda4fec640bafc941cfa20e0cf751f6189
 SHA512 
1183dc083553ece1f9157898f437996b88dc7d13ba69aa43886f5339f330130404274ceb08ac8ec05a5ccb84dfca56b524a1d4b3fb07e28a41741c5ceda0

diff --git a/media-video/pipewire/pipewire-0.3.57.ebuild 
b/media-video/pipewire/pipewire-0.3.57.ebuild
deleted file mode 100644
index f8327c0c3219..
--- a/media-video/pipewire/pipewire-0.3.57.ebuild
+++ /dev/null
@@ -1,429 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# 1. Please regularly check (even at the point of bumping) Fedora's packaging
-# for needed backports at 
https://src.fedoraproject.org/rpms/pipewire/tree/rawhide.
-#
-# 2. Upstream also sometimes amend release notes for the previous release to 
mention
-# needed patches, e.g. 
https://gitlab.freedesktop.org/pipewire/pipewire/-/tags/0.3.55#distros
-#
-# 3. Keep an eye on git master (for both PipeWire and WirePlumber) as things
-# continue to move quickly. It's not uncommon for fixes to be made shortly
-# after releases.
-
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit flag-o-matic meson-multilib optfeature prefix python-any-r1 systemd 
udev
-
-if [[ ${PV} ==  ]]; then
-   EGIT_REPO_URI="https://gitlab.freedesktop.org/${PN}/${PN}.git";
-   inherit git-r3
-else
-   if [[ ${PV} == *_p* ]] ; then
-   MY_COMMIT=""
-   
SRC_URI="https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/${MY_COMMIT}/pipewire-${MY_COMMIT}.tar.bz2
 -> ${P}.tar.bz2"
-   S="${WORKDIR}"/${PN}-${MY_COMMIT}
-   else
-   
SRC_URI="https://gitlab.freedesktop.org/${PN}/${PN}/-/archive/${PV}/${P}.tar.gz";
-   fi
-
-   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
-fi
-
-DESCRIPTION="Multimedia processing graphs"
-HOMEPAGE="https://pipewire.org/";
-
-LICENSE="MIT LGPL-2.1+ GPL-2"
-# ABI was broken in 0.3.42 for 
https://gitlab.freedesktop.org/pipewire/wireplumber/-/issues/49
-SLOT="0/0.4"
-IUSE="bluetooth dbus doc echo-cancel extra flatpak gstreamer jack-client 
jack-sdk lv2
-pipewire-alsa sound-server ssl system-service systemd test udev v4l X zeroconf"
-
-# Once replacing system JACK libraries is possible, it's likely that
-# jack-client IUSE will need blocking to avoid users accidentally
-# configuring their systems to send PW sink output to the emulated
-# JACK's sink - doing so is likely to yield no audio, cause a CPU
-# cycles consuming loop (and may even cause GUI crashes)!
-
-# TODO: There should be "sound-server? ( || ( alsa bluetooth ) )" here, but 
ALSA is always enabled
-# TODO: Pulseaudio alsa plugin performs runtime check that pulseaudio server 
connection will work
-# which provides adequate guarantee that alsa-lib will be able to provide 
audio services.
-# If that works, pulseaudio defaults are loaded into alsa-lib runt

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

2022-09-30 Thread Sam James
commit: 823221547573d7fd05ab3c5387aa979bed2d9d5d
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct  1 02:53:26 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct  1 02:53:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82322154

dev-libs/unibilium: Stabilize 2.1.1-r1 x86, #873748

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

 dev-libs/unibilium/unibilium-2.1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/unibilium/unibilium-2.1.1-r1.ebuild 
b/dev-libs/unibilium/unibilium-2.1.1-r1.ebuild
index 361950435198..dff98bf1d88d 100644
--- a/dev-libs/unibilium/unibilium-2.1.1-r1.ebuild
+++ b/dev-libs/unibilium/unibilium-2.1.1-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/neovim/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-3+ MIT"
 SLOT="0/4"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86 ~x64-macos"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv x86 ~x64-macos"
 
 BDEPEND="dev-lang/perl"
 



[gentoo-commits] repo/gentoo:master commit in: mail-filter/milter-regex/, mail-filter/milter-regex/files/

2022-09-30 Thread Sam James
commit: f78f4ec02ff2aa306774ccff54ce901b9317a6c1
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct  1 02:53:00 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct  1 02:53:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f78f4ec0

mail-filter/milter-regex: fix build w/ Clang 16

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

 .../milter-regex-2.7-implicit-func-decl.patch  | 10 +
 .../milter-regex/milter-regex-2.7-r2.ebuild| 47 ++
 2 files changed, 57 insertions(+)

diff --git 
a/mail-filter/milter-regex/files/milter-regex-2.7-implicit-func-decl.patch 
b/mail-filter/milter-regex/files/milter-regex-2.7-implicit-func-decl.patch
new file mode 100644
index ..c2edaa8e0b8f
--- /dev/null
+++ b/mail-filter/milter-regex/files/milter-regex-2.7-implicit-func-decl.patch
@@ -0,0 +1,10 @@
+https://bugs.gentoo.org/871366
+--- a/eval.h
 b/eval.h
+@@ -107,4 +107,6 @@ struct action  *eval_end(struct ruleset *, int *, int, 
int);
+ void   eval_clear(struct ruleset *, int *, int);
+ void   free_ruleset(struct ruleset *);
+ 
++int yylex(void);
++
+ #endif

diff --git a/mail-filter/milter-regex/milter-regex-2.7-r2.ebuild 
b/mail-filter/milter-regex/milter-regex-2.7-r2.ebuild
new file mode 100644
index ..1e21636dfdff
--- /dev/null
+++ b/mail-filter/milter-regex/milter-regex-2.7-r2.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="A milter-based regular expression filter"
+HOMEPAGE="https://www.benzedrine.ch/milter-regex.html";
+SRC_URI="https://www.benzedrine.ch/${P}.tar.gz";
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="acct-user/milter-regex
+   >=mail-filter/libmilter-1.0.2_p2:="
+DEPEND="${RDEPEND}
+   virtual/yacc"
+
+src_prepare() {
+   eapply "${FILESDIR}/${PN}-2.6-gentoo.patch"
+   eapply "${FILESDIR}"/milter-regex-2.7-implicit-func-decl.patch
+   eapply_user
+   # Change default user
+   sed -i -e 's/_\(milter-regex\)/\1/g' ${PN}.[8c] || die
+}
+
+src_compile() {
+   emake CC="$(tc-getCC)" -f Makefile.linux all
+}
+
+src_install() {
+   dobin ${PN}
+   insinto /etc
+   newins rules ${PN}.conf
+   newconfd "${FILESDIR}/${PN}-conf-2.6" ${PN}
+   newinitd "${FILESDIR}/${PN}-init" ${PN}
+   doman *.8
+}
+
+pkg_postinst() {
+   elog "Postfix configuration example (add to main.cf or master.cf):"
+   elog "  smtpd_milters=unix:/run/milter-regex/socket"
+   elog "Sendmail configuration example:"
+   elog "  
INPUT_MAIL_FILTER(\`${PN}',\`S=unix:/run/milter-regex/socket,T=S:30s;R:2m')"
+}



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

2022-09-30 Thread Sam James
commit: f629b9d874b10ca6bdbd17f1a297856c0ecd1007
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct  1 02:53:37 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct  1 02:53:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f629b9d8

dev-libs/unibilium: Stabilize 2.1.1-r1 amd64, #873748

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

 dev-libs/unibilium/unibilium-2.1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/unibilium/unibilium-2.1.1-r1.ebuild 
b/dev-libs/unibilium/unibilium-2.1.1-r1.ebuild
index dff98bf1d88d..faef5821c970 100644
--- a/dev-libs/unibilium/unibilium-2.1.1-r1.ebuild
+++ b/dev-libs/unibilium/unibilium-2.1.1-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/neovim/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-3+ MIT"
 SLOT="0/4"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv x86 ~x64-macos"
+KEYWORDS="amd64 ~arm ~arm64 ~riscv x86 ~x64-macos"
 
 BDEPEND="dev-lang/perl"
 



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

2022-09-30 Thread Michael Palimaka
commit: 4676a27a7e5004870e90fd704e9c5ff6914ec34c
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Oct  1 02:54:04 2022 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Oct  1 02:55:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4676a27a

net-analyzer/testssl: add 3.0.8

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

 net-analyzer/testssl/Manifest |  1 +
 net-analyzer/testssl/testssl-3.0.8.ebuild | 74 +++
 2 files changed, 75 insertions(+)

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

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



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

2022-09-30 Thread Sam James
commit: 
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct  1 02:57:02 2022 +

New tag: portage-3.0.38




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

2022-09-30 Thread Sam James
commit: 00f62c1578506cb2d94b3ccf922cb40fa128387a
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct  1 02:59:09 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct  1 02:59:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00f62c15

sys-apps/portage: add 3.0.38

Closes: https://bugs.gentoo.org/827974
Closes: https://bugs.gentoo.org/864259
Closes: https://bugs.gentoo.org/865115
Closes: https://bugs.gentoo.org/871570
Closes: https://bugs.gentoo.org/872392
Closes: https://bugs.gentoo.org/872440
Closes: https://bugs.gentoo.org/873088
Signed-off-by: Sam James  gentoo.org>

 sys-apps/portage/Manifest  |   1 +
 sys-apps/portage/portage-3.0.38.ebuild | 273 +
 2 files changed, 274 insertions(+)

diff --git a/sys-apps/portage/Manifest b/sys-apps/portage/Manifest
index d3dcb99100e8..60625323874b 100644
--- a/sys-apps/portage/Manifest
+++ b/sys-apps/portage/Manifest
@@ -1,3 +1,4 @@
 DIST portage-3.0.30.tar.bz2 1157316 BLAKE2B 
56939618f4915f77dca6bb85d4a7cf98e50133b524f68a0b192c0a928ca209a0cb944c174dda78f1b5a071c02c190857ea8a7ecd514301c45e897b302542f52e
 SHA512 
accec770f63180b6d5d4cd08ef50f0cd01aa5701104156523f1a735d8ec3313a3b513629a33d8863285736515b6a3d56fc21498404da3a0f89b196655a98db7d
 DIST portage-3.0.36.tar.bz2 1114026 BLAKE2B 
a8a535ae309c32955eae6a491cbc97f809fb67111688087aa98ac28df4bc97fcb3d9a4ce7c5dbdfbb7f21891a7524f671ff3e3ccbed425503c66bde591266957
 SHA512 
94b39718871e895c1170271ad072eaa72c995a7e7a06bda9ee76cde2e3949682da7a996780a83cc33c4647915f942fe9d4a7b9b6dfd9319143eb1453cee3b3de
 DIST portage-3.0.37.tar.bz2 1113712 BLAKE2B 
531ff47c3a5cd45b4b33c83d96cedfd91750ad693755361d41632d2bb4352268a849accc5b452ad77106ff1ec625b3b4fea12da816f2c9675288148856b5ce09
 SHA512 
2eab8486d4a580ba0d91833b5306a4b8e11a1b120f44adbb81b8dc3a2aa1e6e5dd21e280471f3a74d5ac52ee00a3019c1d0b5621f5c9d523366ff29920400624
+DIST portage-3.0.38.tar.bz2 1116481 BLAKE2B 
c86995766e2c3b1e74a8baa45dc9f80f3e5a59cecc75b2ab88e44df06f5a48eafbfe758b4838c51bd91c25fd0d5d3f47693150baabc9ea860160c74499760758
 SHA512 
fe3fa352224de88a127c051229ac942d4b1b82000e2ff2f64726d2f373fb47b7026006cb2db4bd1985c6f22cfc88adafed60b079eadff4345d0885e2a0ac4861

diff --git a/sys-apps/portage/portage-3.0.38.ebuild 
b/sys-apps/portage/portage-3.0.38.ebuild
new file mode 100644
index ..26815216586a
--- /dev/null
+++ b/sys-apps/portage/portage-3.0.38.ebuild
@@ -0,0 +1,273 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
+PYTHON_REQ_USE='bzip2(+),threads(+)'
+TMPFILES_OPTIONAL=1
+
+inherit distutils-r1 linux-info toolchain-funcs tmpfiles prefix
+
+DESCRIPTION="The package management and distribution system for Gentoo"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage";
+SRC_URI="https://gitweb.gentoo.org/proj/portage.git/snapshot/${P}.tar.bz2";
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+SLOT="0"
+IUSE="apidoc build doc gentoo-dev +ipc +native-extensions +rsync-verify 
selinux test xattr"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   app-arch/xz-utils
+   test? ( dev-vcs/git )"
+DEPEND="!build? ( $(python_gen_impl_dep 'ssl(+)') )
+   >=app-arch/tar-1.27
+   dev-lang/python-exec:2
+   >=sys-apps/sed-4.0.5 sys-devel/patch
+   doc? ( app-text/xmlto ~app-text/docbook-xml-dtd-4.4 )
+   apidoc? (
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/sphinx-epytext[${PYTHON_USEDEP}]
+   )"
+# Require sandbox-2.2 for bug #288863.
+# For whirlpool hash, require python[ssl] (bug #425046).
+# For compgen, require bash[readline] (bug #445576).
+# app-portage/gemato goes without PYTHON_USEDEP since we're calling
+# the executable.
+RDEPEND="
+   acct-user/portage
+   app-arch/zstd
+   >=app-arch/tar-1.27
+   dev-lang/python-exec:2
+   >=sys-apps/findutils-4.4
+   !build? (
+   >=sys-apps/sed-4.0.5
+   >=app-shells/bash-5.0:0[readline]
+   >=app-admin/eselect-1.2
+   rsync-verify? (
+   >=app-portage/gemato-14.5[${PYTHON_USEDEP}]
+   >=sec-keys/openpgp-keys-gentoo-release-20180706
+   >=app-crypt/gnupg-2.2.4-r2[ssl(-)]
+   )
+   )
+   elibc_glibc? ( >=sys-apps/sandbox-2.2 )
+   elibc_musl? ( >=sys-apps/sandbox-2.2 )
+   kernel_linux? ( sys-apps/util-linux )
+   >=app-misc/pax-utils-0.1.17
+   selinux? ( >=sys-libs/libselinux-2.0.94[python,${PYTHON_USEDEP}] )
+   xattr? ( kernel_linux? (
+   >=sys-apps/install-xattr-0.3
+   ) )
+   !> cnf/make.globals || die
+   fi
+
+   if use native-extensions && ! tc-is-cross-compiler; then
+   printf "[build_ext]\nportage_ext_modules=true\n" >> \
+   setup.cfg || d

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

2022-09-30 Thread Michael Palimaka
commit: 38af1a6e4a5ed7c5232e19b228e90beb8bdc661e
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Oct  1 03:08:43 2022 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Oct  1 03:09:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38af1a6e

app-admin/bitwarden-desktop-bin: drop 1.32.1

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

 app-admin/bitwarden-desktop-bin/Manifest   |  1 -
 .../bitwarden-desktop-bin-1.32.1.ebuild| 87 --
 2 files changed, 88 deletions(-)

diff --git a/app-admin/bitwarden-desktop-bin/Manifest 
b/app-admin/bitwarden-desktop-bin/Manifest
index 0f9e97144eae..ff3a182e36af 100644
--- a/app-admin/bitwarden-desktop-bin/Manifest
+++ b/app-admin/bitwarden-desktop-bin/Manifest
@@ -1,2 +1 @@
-DIST Bitwarden-1.32.1-amd64.deb 72752286 BLAKE2B 
f7ea64bacb85820872c026d4f4bc6e7b70533bc64af85cea71beac4cf5da559a2178775a2eb31c805837ec5b7fc853c5c097fe3fa71bebf796ea165f62723a4b
 SHA512 
514e9da98a4987d7a65e4b8a5f00fe9154a5e7558edc8d14360a1e7e21a24d4ad2ee82c38b029976d6671af991a82d54207cbfc73c7e246b7c18e5ddceb9394f
 DIST Bitwarden-2022.6.0-amd64.deb 64084380 BLAKE2B 
8729385160c07be0056ee9b17f70aa53b5c5e240fbe5ecbc20d3f4b5e2af69524a4042b07d619c04c6521cd1696459346e6812796bea78f5ba7538de22ff7965
 SHA512 
70de5d3c626543bfe3f8e3ecde1abe427154e73456f989b6b0219db79c2f61d09a72d37034f9f37a14bd2ddd82ecbb23515551fc7eabc6bc1aa87bc8b44d4474

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



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

2022-09-30 Thread Sam James
commit: d247aa7519850a5a67619659b91249892d4b5c41
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct  1 03:11:54 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct  1 03:12:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d247aa75

dev-lang/ispc: fix non- patch

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

 dev-lang/ispc/files/ispc-1.18.0-llvm.patch | 39 ++
 dev-lang/ispc/ispc-1.18.0.ebuild   |  4 +--
 dev-lang/ispc/ispc-.ebuild |  4 +--
 3 files changed, 43 insertions(+), 4 deletions(-)

diff --git a/dev-lang/ispc/files/ispc-1.18.0-llvm.patch 
b/dev-lang/ispc/files/ispc-1.18.0-llvm.patch
new file mode 100644
index ..7303ac0fd6e8
--- /dev/null
+++ b/dev-lang/ispc/files/ispc-1.18.0-llvm.patch
@@ -0,0 +1,39 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 13e66268..27ff8364 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -218,7 +218,7 @@ if (WASM_ENABLED)
+ list(APPEND ISPC_TARGETS wasm-i32x4)
+ endif()
+
+-set(CLANG_LIBRARY_LIST clangFrontend clangDriver clangSerialization 
clangParse clangSema clangAnalysis clangAST clangBasic clangEdit clangLex)
++set(CLANG_LIBRARY_LIST clang clang-cpp)
+ set(LLVM_COMPONENTS engine ipo bitreader bitwriter instrumentation linker 
option frontendopenmp)
+
+ if (X86_ENABLED)
+@@ -402,11 +402,8 @@ if (ISPC_USE_ASAN)
+ endif()
+ 
+ # Link against Clang libraries
+-foreach(clangLib ${CLANG_LIBRARY_LIST})
+-find_library(${clangLib}Path NAMES ${clangLib} HINTS ${LLVM_LIBRARY_DIRS})
+-list(APPEND CLANG_LIBRARY_FULL_PATH_LIST ${${clangLib}Path})
+-endforeach()
+-target_link_libraries(${PROJECT_NAME} ${CLANG_LIBRARY_FULL_PATH_LIST})
++find_package(Clang REQUIRED)
++target_link_libraries(${PROJECT_NAME} ${CLANG_LIBRARY_LIST})
+ 
+ # Link against LLVM libraries
+ target_link_libraries(${PROJECT_NAME} ${LLVM_LIBRARY_LIST})
+diff --git a/src/llvmutil.cpp b/src/llvmutil.cpp
+index 06fab989..57a7130f 100644
+--- a/src/llvmutil.cpp
 b/src/llvmutil.cpp
+@@ -42,6 +42,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+
+ #ifdef ISPC_GENX_ENABLED
+ #include 

diff --git a/dev-lang/ispc/ispc-1.18.0.ebuild b/dev-lang/ispc/ispc-1.18.0.ebuild
index 47d74e37d160..ec835cb94bdb 100644
--- a/dev-lang/ispc/ispc-1.18.0.ebuild
+++ b/dev-lang/ispc/ispc-1.18.0.ebuild
@@ -32,8 +32,8 @@ BDEPEND="
 "
 
 PATCHES=(
-   "${FILESDIR}/${PN}--llvm.patch"
-   "${FILESDIR}"/ispc-1.18.0-curses-cmake.patch
+   "${FILESDIR}"/${PN}-1.18.0-llvm.patch
+   "${FILESDIR}"/${PN}-1.18.0-curses-cmake.patch
 )
 
 pkg_setup() {

diff --git a/dev-lang/ispc/ispc-.ebuild b/dev-lang/ispc/ispc-.ebuild
index 8da425ce2b9c..843faa818262 100644
--- a/dev-lang/ispc/ispc-.ebuild
+++ b/dev-lang/ispc/ispc-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -31,7 +31,7 @@ BDEPEND="
 "
 
 PATCHES=(
-   "${FILESDIR}/${PN}--llvm.patch"
+   "${FILESDIR}"/${PN}--llvm.patch
 )
 
 CMAKE_BUILD_TYPE="RelWithDebInfo"



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

2022-09-30 Thread Michael Palimaka
commit: bef2102dee0e73dfd54cc2790a581cfc9d6f6ed8
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Oct  1 03:13:43 2022 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Oct  1 03:14:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bef2102d

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

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

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

diff --git a/app-admin/bitwarden-desktop-bin/Manifest 
b/app-admin/bitwarden-desktop-bin/Manifest
index ff3a182e36af..b072c91673b6 100644
--- a/app-admin/bitwarden-desktop-bin/Manifest
+++ b/app-admin/bitwarden-desktop-bin/Manifest
@@ -1 +1,2 @@
 DIST Bitwarden-2022.6.0-amd64.deb 64084380 BLAKE2B 
8729385160c07be0056ee9b17f70aa53b5c5e240fbe5ecbc20d3f4b5e2af69524a4042b07d619c04c6521cd1696459346e6812796bea78f5ba7538de22ff7965
 SHA512 
70de5d3c626543bfe3f8e3ecde1abe427154e73456f989b6b0219db79c2f61d09a72d37034f9f37a14bd2ddd82ecbb23515551fc7eabc6bc1aa87bc8b44d4474
+DIST Bitwarden-2022.9.1-amd64.deb 64957370 BLAKE2B 
05d1f206503b41ed2a118948b3bd74cb6418dde661f3e620644abe15108391fcd48e3211cb6ff48560eb6092dc2bd08620f3df24bb92de5b832301202456ecb9
 SHA512 
5907b58d4da1933809342f482f26833b4513e2b2d2a62a7f2ddec02e571069f3d0a5b509a57c4390f00677dd9c6a6164217e32a5911268da683ef94713345505

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



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/vector/

2022-09-30 Thread Sam James
commit: 19e3a0b6bd1292cf0a96e11bd387c61dde22f3cf
Author: Jack Todaro  posteo  org>
AuthorDate: Fri Sep 30 22:35:54 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct  1 03:14:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19e3a0b6

dev-haskell/vector: sync from ::haskell fixing configure failure

Closes:https://bugs.gentoo.org/870247
Signed-off-by: Jack Todaro  posteo.org>
Signed-off-by: Sam James  gentoo.org>

 dev-haskell/vector/vector-0.12.3.1.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-haskell/vector/vector-0.12.3.1.ebuild 
b/dev-haskell/vector/vector-0.12.3.1.ebuild
index 3dbc48989ba2..2c1244b38023 100644
--- a/dev-haskell/vector/vector-0.12.3.1.ebuild
+++ b/dev-haskell/vector/vector-0.12.3.1.ebuild
@@ -65,3 +65,5 @@ src_configure() {
$(cabal_flag unsafechecks unsafechecks) \
--flag=-wall
 }
+
+GHC_BOOTSTRAP_PACKAGES=( cabal-doctest )



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/xml-conduit/

2022-09-30 Thread Sam James
commit: b080c687e380f8ecf151d9dd3cb29191a6f7dfcd
Author: Jack Todaro  posteo  org>
AuthorDate: Fri Sep 30 22:35:13 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct  1 03:14:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b080c687

dev-haskell/xml-conduit: sync from ::haskell fixing configure failure

Closes: https://bugs.gentoo.org/870400
Signed-off-by: Jack Todaro  posteo.org>
Signed-off-by: Sam James  gentoo.org>

 dev-haskell/xml-conduit/xml-conduit-1.9.1.1.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-haskell/xml-conduit/xml-conduit-1.9.1.1.ebuild 
b/dev-haskell/xml-conduit/xml-conduit-1.9.1.1.ebuild
index e2e73b0194bb..1c45577d438b 100644
--- a/dev-haskell/xml-conduit/xml-conduit-1.9.1.1.ebuild
+++ b/dev-haskell/xml-conduit/xml-conduit-1.9.1.1.ebuild
@@ -35,3 +35,5 @@ DEPEND="${RDEPEND}
>=dev-haskell/hspec-1.3
dev-haskell/hunit )
 "
+
+GHC_BOOTSTRAP_PACKAGES=( cabal-doctest )



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/foldl/

2022-09-30 Thread Sam James
commit: 0dd751fdb03a68872208798cab808ee5d1d8d49d
Author: Jack Todaro  posteo  org>
AuthorDate: Fri Sep 30 22:38:34 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct  1 03:14:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dd751fd

dev-haskell/foldl: drop 1.4.12

Signed-off-by: Jack Todaro  posteo.org>
Closes: https://github.com/gentoo/gentoo/pull/27547
Signed-off-by: Sam James  gentoo.org>

 dev-haskell/foldl/Manifest|  1 -
 dev-haskell/foldl/foldl-1.4.12.ebuild | 57 ---
 2 files changed, 58 deletions(-)

diff --git a/dev-haskell/foldl/Manifest b/dev-haskell/foldl/Manifest
index 5e46b0181212..37bde468299e 100644
--- a/dev-haskell/foldl/Manifest
+++ b/dev-haskell/foldl/Manifest
@@ -1,3 +1,2 @@
-DIST foldl-1.4.12-rev2.cabal 2668 BLAKE2B 
4255e285bade060ee547a96c6db7a7d92b85bde3ca0f496fa7750b42df7e6382adbaa1ee7c2c8327f39eec6aba3eb44b7d29c9213e6595160bd8743fd364f73e
 SHA512 
44ff1cb8f31c9770d78139053f2f31dcba76998339a9d07cd681994a0c34d862a750de2e5afa3b42a16528f38a6f9007a5481b9b52b481258006cd8466060ca1
 DIST foldl-1.4.12-rev5.cabal 2682 BLAKE2B 
616f3b1d69892cdf30039db5c82842d858b58d227f96e301b594e51b2052c7f423264b11a82c82669cc736b337dca901e242177064b0bf2b4cf128da619935b2
 SHA512 
394fe8ba15a59a270bc70deed3438a2d1e5193bfa3ec266dbdc3bac48e0b32279cbaab6dfb550cc551f48ce466a9bc553d1ea3748f90836f95f158818d267bd5
 DIST foldl-1.4.12.tar.gz 23210 BLAKE2B 
bbdd9a0b74d5b27b4b8800090a1b2dc717d023d860af8f26846a86866756211b30c755f6a1c3e604d6d1db91e5afa35ee943e014672c0a6e65712e0fbcfd29d0
 SHA512 
6b345b59c52039e914ea703ab88a08a8bba0a18bea91fcf4cf379ce678e5a97044f563c7b285cb656a764068756b4fae8321308e86813f86d04c462e9889e6e0

diff --git a/dev-haskell/foldl/foldl-1.4.12.ebuild 
b/dev-haskell/foldl/foldl-1.4.12.ebuild
deleted file mode 100644
index fcf3728bb42c..
--- a/dev-haskell/foldl/foldl-1.4.12.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# ebuild generated by hackport 0.7.1.1.
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-CABAL_HACKAGE_REVISION="2"
-inherit haskell-cabal
-
-CABAL_FILE="${S}/${PN}.cabal"
-CABAL_DISTFILE="${P}-rev${CABAL_HACKAGE_REVISION}.cabal"
-
-DESCRIPTION="Composable, streaming, and efficient left folds"
-HOMEPAGE="https://hackage.haskell.org/package/foldl";
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz
-   
https://hackage.haskell.org/package/${P}/revision/${CABAL_HACKAGE_REVISION}.cabal
-   -> ${CABAL_DISTFILE}"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-
-PATCHES=( "${FILESDIR}/${PN}-1.4.12-cabal-doctest.patch" )
-
-RDEPEND=">=dev-haskell/comonad-4.0:=[profile?] 
=dev-haskell/random-1.2:=[profile?] =dev-haskell/semigroupoids-1.0:=[profile?] 
=dev-haskell/vector-0.7:=[profile?] 
=dev-lang/ghc-8.4.3:=
-"
-DEPEND="${RDEPEND}
-   >=dev-haskell/cabal-2.2.0.1
-   dev-haskell/cabal-doctest
-   test? (
-   >=dev-haskell/doctest-0.16
-   dev-haskell/base-compat
-   )
-"
-BDEPEND="app-text/dos2unix"
-
-src_prepare() {
-   # pull revised cabal from upstream
-   cp "${DISTDIR}/${CABAL_DISTFILE}" "${CABAL_FILE}" || die
-
-   # Convert to unix line endings
-   dos2unix "${CABAL_FILE}" || die
-
-   # Apply patches *after* pulling the revised cabal
-   default
-}



[gentoo-commits] repo/gentoo:master commit in: gnome-base/nautilus/, gnome-base/nautilus/files/

2022-09-30 Thread Sam James
commit: a1b6c92b768d8ed8f0b34e057c14fda689adf12b
Author: Leonardo Hernández Hernández  protonmail  com>
AuthorDate: Sat Oct  1 02:04:55 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct  1 03:14:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1b6c92b

gnome-base/nautilus: fix build with clang

Signed-off-by: Leonardo Hernández Hernández  protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/27549
Signed-off-by: Sam James  gentoo.org>

 .../nautilus/files/43.0-fix-clang-build.patch  | 30 ++
 gnome-base/nautilus/nautilus-43.0.ebuild   |  1 +
 2 files changed, 31 insertions(+)

diff --git a/gnome-base/nautilus/files/43.0-fix-clang-build.patch 
b/gnome-base/nautilus/files/43.0-fix-clang-build.patch
new file mode 100644
index ..ec8fbd90ac1a
--- /dev/null
+++ b/gnome-base/nautilus/files/43.0-fix-clang-build.patch
@@ -0,0 +1,30 @@
+From 68b050ac0f60b1f02767276643cba8eb701f9884 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Leonardo=20Hern=C3=A1ndez=20Hern=C3=A1ndez?=
+ 
+Date: Fri, 30 Sep 2022 17:35:50 -0500
+Subject: [PATCH] fix conflicting types for nautilus_file_get{u,g}id
+
+when building with clang
+---
+ src/nautilus-file.h | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/nautilus-file.h b/src/nautilus-file.h
+index 9b0613e98..57cca177f 100644
+--- a/src/nautilus-file.h
 b/src/nautilus-file.h
+@@ -244,9 +244,9 @@ gbooleannautilus_file_can_get_owner
 (Nautilu
+ gbooleannautilus_file_can_set_owner 
(NautilusFile   *file);
+ gbooleannautilus_file_can_get_group 
(NautilusFile   *file);
+ gbooleannautilus_file_can_set_group 
(NautilusFile   *file);
+-uid_t   nautilus_file_get_uid   
(NautilusFile   *file);
++const uid_t nautilus_file_get_uid   
(NautilusFile   *file);
+ char *  nautilus_file_get_owner_name
(NautilusFile   *file);
+-gid_t   nautilus_file_get_gid   
(NautilusFile   *file);
++const gid_t nautilus_file_get_gid   
(NautilusFile   *file);
+ char *  nautilus_file_get_group_name
(NautilusFile   *file);
+ GList * nautilus_get_user_names 
(void);
+ GList * nautilus_get_all_group_names
(void);
+-- 
+GitLab
+

diff --git a/gnome-base/nautilus/nautilus-43.0.ebuild 
b/gnome-base/nautilus/nautilus-43.0.ebuild
index 44ac74e4207e..8fec2d0f8328 100644
--- a/gnome-base/nautilus/nautilus-43.0.ebuild
+++ b/gnome-base/nautilus/nautilus-43.0.ebuild
@@ -56,6 +56,7 @@ PDEPEND="
 PATCHES=(
"${FILESDIR}"/43.0-docs-build.patch # Always install pregenerated 
manpage, keeping docs option for gtk-doc
"${FILESDIR}"/43.0-optional-gstreamer.patch # Allow controlling 
audio-video-properties build
+   "${FILESDIR}"/43.0-fix-clang-build.patch # 
https://gitlab.gnome.org/GNOME/nautilus/-/merge_requests/996
 )
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/foldl/

2022-09-30 Thread Sam James
commit: 28887796492fb1d5e7a321c7197df3b518242611
Author: Jack Todaro  posteo  org>
AuthorDate: Fri Sep 30 22:38:30 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct  1 03:14:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28887796

dev-haskell/foldl: sync from ::haskell fixing configure failure

Closes:https://bugs.gentoo.org/870388
Signed-off-by: Jack Todaro  posteo.org>
Signed-off-by: Sam James  gentoo.org>

 dev-haskell/foldl/Manifest   |  1 +
 dev-haskell/foldl/foldl-1.4.12-r1.ebuild | 44 
 2 files changed, 45 insertions(+)

diff --git a/dev-haskell/foldl/Manifest b/dev-haskell/foldl/Manifest
index 024378ee19c6..5e46b0181212 100644
--- a/dev-haskell/foldl/Manifest
+++ b/dev-haskell/foldl/Manifest
@@ -1,2 +1,3 @@
 DIST foldl-1.4.12-rev2.cabal 2668 BLAKE2B 
4255e285bade060ee547a96c6db7a7d92b85bde3ca0f496fa7750b42df7e6382adbaa1ee7c2c8327f39eec6aba3eb44b7d29c9213e6595160bd8743fd364f73e
 SHA512 
44ff1cb8f31c9770d78139053f2f31dcba76998339a9d07cd681994a0c34d862a750de2e5afa3b42a16528f38a6f9007a5481b9b52b481258006cd8466060ca1
+DIST foldl-1.4.12-rev5.cabal 2682 BLAKE2B 
616f3b1d69892cdf30039db5c82842d858b58d227f96e301b594e51b2052c7f423264b11a82c82669cc736b337dca901e242177064b0bf2b4cf128da619935b2
 SHA512 
394fe8ba15a59a270bc70deed3438a2d1e5193bfa3ec266dbdc3bac48e0b32279cbaab6dfb550cc551f48ce466a9bc553d1ea3748f90836f95f158818d267bd5
 DIST foldl-1.4.12.tar.gz 23210 BLAKE2B 
bbdd9a0b74d5b27b4b8800090a1b2dc717d023d860af8f26846a86866756211b30c755f6a1c3e604d6d1db91e5afa35ee943e014672c0a6e65712e0fbcfd29d0
 SHA512 
6b345b59c52039e914ea703ab88a08a8bba0a18bea91fcf4cf379ce678e5a97044f563c7b285cb656a764068756b4fae8321308e86813f86d04c462e9889e6e0

diff --git a/dev-haskell/foldl/foldl-1.4.12-r1.ebuild 
b/dev-haskell/foldl/foldl-1.4.12-r1.ebuild
new file mode 100644
index ..21f98c77fee0
--- /dev/null
+++ b/dev-haskell/foldl/foldl-1.4.12-r1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# ebuild generated by hackport 0.7.3.0
+
+CABAL_HACKAGE_REVISION=5
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Composable, streaming, and efficient left folds"
+HOMEPAGE="https://hackage.haskell.org/package/foldl";
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+
+PATCHES=( "${FILESDIR}/${PN}-1.4.12-cabal-doctest.patch" )
+
+GHC_BOOTSTRAP_PACKAGES=(
+   cabal-doctest
+)
+
+RDEPEND=">=dev-haskell/comonad-4.0:=[profile?] 
=dev-haskell/random-1.2:=[profile?] =dev-haskell/semigroupoids-1.0:=[profile?] 
=dev-haskell/vector-0.7:=[profile?] 
=dev-lang/ghc-8.4.3:=
+"
+DEPEND="${RDEPEND}
+   >=dev-haskell/cabal-2.2.0.1
+   dev-haskell/cabal-doctest
+   test? (
+   >=dev-haskell/doctest-0.16
+   dev-haskell/base-compat
+   )
+"



[gentoo-commits] repo/gentoo:master commit in: net-p2p/amule/, net-p2p/amule/files/

2022-09-30 Thread Sam James
commit: c7dc14033cc6464195f718cad55c157e1dbf2f81
Author: Alexander Tsoy  tsoy  me>
AuthorDate: Fri Sep 30 16:16:35 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct  1 03:14:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7dc1403

net-p2p/amule: fix build with gcc-11 and musl

Also update EAPI 7 -> 8 and apply pathes to the live version.

Closes: https://bugs.gentoo.org/836739
Closes: https://bugs.gentoo.org/872263
Signed-off-by: Alexander Tsoy  tsoy.me>
Closes: https://github.com/gentoo/gentoo/pull/27543
Signed-off-by: Sam James  gentoo.org>

 net-p2p/amule/amule-2.3.3.ebuild|  3 ++-
 net-p2p/amule/amule-.ebuild |  6 --
 net-p2p/amule/files/amule-2.3.3-fix-exception.patch | 12 
 3 files changed, 18 insertions(+), 3 deletions(-)

diff --git a/net-p2p/amule/amule-2.3.3.ebuild b/net-p2p/amule/amule-2.3.3.ebuild
index 1c0c098150de..292872783ad9 100644
--- a/net-p2p/amule/amule-2.3.3.ebuild
+++ b/net-p2p/amule/amule-2.3.3.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 WX_GTK_VER="3.0-gtk3"
 
 inherit wxwidgets xdg-utils
@@ -50,6 +50,7 @@ BDEPEND="
 
 PATCHES=(
"${FILESDIR}/${PN}-2.3.2-disable-version-check.patch"
+   "${FILESDIR}/${PN}-2.3.3-fix-exception.patch"
 )
 
 pkg_setup() {

diff --git a/net-p2p/amule/amule-.ebuild b/net-p2p/amule/amule-.ebuild
index a108c9752909..392ddb148410 100644
--- a/net-p2p/amule/amule-.ebuild
+++ b/net-p2p/amule/amule-.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 WX_GTK_VER="3.0-gtk3"
 
 inherit wxwidgets xdg-utils
@@ -49,6 +49,8 @@ BDEPEND="
 "
 
 PATCHES=(
+   "${FILESDIR}/${PN}-2.3.2-disable-version-check.patch"
+   "${FILESDIR}/${PN}-2.3.3-fix-exception.patch"
 )
 
 pkg_setup() {

diff --git a/net-p2p/amule/files/amule-2.3.3-fix-exception.patch 
b/net-p2p/amule/files/amule-2.3.3-fix-exception.patch
new file mode 100644
index ..ef38f94cfccf
--- /dev/null
+++ b/net-p2p/amule/files/amule-2.3.3-fix-exception.patch
@@ -0,0 +1,12 @@
+diff --git a/src/libs/common/MuleDebug.cpp b/src/libs/common/MuleDebug.cpp
+index 4b023815c..19c172e61 100644
+--- a/src/libs/common/MuleDebug.cpp
 b/src/libs/common/MuleDebug.cpp
+@@ -55,6 +55,7 @@
+ #endif
+ 
+ #include 
++#include 
+ 
+ 
+ /**



<    1   2   3   4   >