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

2022-01-04 Thread Joonas Niilola
commit: b8d6a21dea321f1951b86eff8aa20670cce0767c
Author: Joonas Niilola  gentoo  org>
AuthorDate: Wed Jan  5 06:09:28 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Jan  5 07:17:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8d6a21d

dev-libs/efl: update deps in 1.26.1

Closes: https://bugs.gentoo.org/830601
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-libs/efl/efl-1.26.1.ebuild | 12 +---
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/dev-libs/efl/efl-1.26.1.ebuild b/dev-libs/efl/efl-1.26.1.ebuild
index f342c206b667..2ffe8a53d6e6 100644
--- a/dev-libs/efl/efl-1.26.1.ebuild
+++ b/dev-libs/efl/efl-1.26.1.ebuild
@@ -22,7 +22,7 @@ LICENSE="BSD-2 GPL-2 LGPL-2.1 ZLIB"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
 IUSE="+X avif bmp connman cpu_flags_arm_neon dds debug drm +eet efl-one 
elogind examples fbcon
-   +fontconfig fribidi gif gles2-only gnutls glib +gstreamer harfbuzz heif 
hyphen ibus ico
+   +fontconfig fribidi gif gnutls glib +gstreamer harfbuzz heif hyphen 
ibus ico
jpeg2k json nls mono opengl +pdf physics pmaps postscript psd 
pulseaudio raw scim
sdl +sound +svg +system-lz4 systemd tga tgv tiff tslib unwind v4l vnc 
wayland webp xcf
xim xpm xpresent zeroconf"
@@ -52,6 +52,7 @@ RDEPEND="${LUA_DEPS}
X? (
media-libs/freetype
x11-libs/libX11
+   x11-libs/libXScrnSaver
x11-libs/libXcomposite
x11-libs/libXcursor
x11-libs/libXdamage
@@ -62,7 +63,7 @@ RDEPEND="${LUA_DEPS}
x11-libs/libXrandr
x11-libs/libXrender
x11-libs/libXtst
-   x11-libs/libXScrnSaver
+   x11-libs/libxkbcommon
wayland? ( x11-libs/libxkbcommon[X] )
)
avif? ( media-libs/libavif:= )
@@ -80,10 +81,6 @@ RDEPEND="${LUA_DEPS}
)
fontconfig? ( media-libs/fontconfig )
fribidi? ( dev-libs/fribidi )
-   gles2-only? (
-   media-libs/mesa[egl(+),gles2]
-   virtual/opengl
-   )
glib? ( dev-libs/glib:2 )
gnutls? ( net-libs/gnutls:= )
!gnutls? ( dev-libs/openssl:0= )
@@ -127,7 +124,8 @@ RDEPEND="${LUA_DEPS}
 DEPEND="${RDEPEND}"
 BDEPEND="${PYTHON_DEPS}
virtual/pkgconfig
-   nls? ( sys-devel/gettext )"
+   nls? ( sys-devel/gettext )
+   wayland? ( dev-util/wayland-scanner )"
 
 pkg_setup() {
# Deprecated, provided for backward-compatibility. Everything is moved 
to libefreet.so.



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

2022-01-04 Thread Joonas Niilola
commit: 83511f8f92bfd8c280d091de710a335fe15caeac
Author: Joonas Niilola  gentoo  org>
AuthorDate: Wed Jan  5 06:58:41 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Jan  5 07:17:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83511f8f

media-video/rage: initial import

 - Rage is a video and audio player written using the Enlightenment
   Foundation Libraries (EFL) with some interesting features.

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

 media-video/rage/Manifest  |  1 +
 media-video/rage/metadata.xml  |  8 
 media-video/rage/rage-0.4.0.ebuild | 26 ++
 3 files changed, 35 insertions(+)

diff --git a/media-video/rage/Manifest b/media-video/rage/Manifest
new file mode 100644
index ..b17b5c38aa17
--- /dev/null
+++ b/media-video/rage/Manifest
@@ -0,0 +1 @@
+DIST rage-0.4.0.tar.xz 218656 BLAKE2B 
139c8ae48750c72acab5f20fbdef2e9eca6c7c55022c301059aea260e89747a608bf4e3cb97b9a3d3389b0c5fd08d13372b86a504cea53d9be2081bdaf3f13f8
 SHA512 
c834a4e9b7d89452dcd82e7963b49dd4bb670b495fb0e28b3d9cfad77dec024d1d1787e27d47f8ed9c35a9a824053b2a773747af32f1407064082a4bfd0edc83

diff --git a/media-video/rage/metadata.xml b/media-video/rage/metadata.xml
new file mode 100644
index ..a1fbf3c0c993
--- /dev/null
+++ b/media-video/rage/metadata.xml
@@ -0,0 +1,8 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+juip...@gentoo.org
+Joonas Niilola
+  
+

diff --git a/media-video/rage/rage-0.4.0.ebuild 
b/media-video/rage/rage-0.4.0.ebuild
new file mode 100644
index ..c235a9bd0a42
--- /dev/null
+++ b/media-video/rage/rage-0.4.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson xdg
+
+DESCRIPTION="Video and audio player written using EFL"
+HOMEPAGE="https://www.enlightenment.org/about-rage;
+SRC_URI="https://download.enlightenment.org/rel/apps/rage/${P}.tar.xz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="|| ( dev-libs/efl[X,opengl] dev-libs/efl[wayland] )
+   >=dev-libs/efl-1.26.1[gstreamer]
+   media-plugins/gst-plugins-meta[ffmpeg]"
+RDEPEND="${DEPEND}"
+
+pkg_postinst() {
+   xdg_pkg_postinst
+
+   elog "Control your media file support with 
media-plugins/gst-plugins-meta[*]"
+   elog "and/or media-video/ffmpeg[*]"
+}



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

2022-01-04 Thread Joonas Niilola
commit: fd88600cec3ae0ab09d620499ace97d8c6ea0d27
Author: Joonas Niilola  gentoo  org>
AuthorDate: Wed Jan  5 06:40:36 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Jan  5 07:17:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd88600c

app-editors/ecrire: initial import

 - Ecrire is a simple Notepad-like text editor using EFL.

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

 app-editors/ecrire/Manifest|  1 +
 app-editors/ecrire/ecrire-0.2.0.ebuild | 25 +
 app-editors/ecrire/metadata.xml|  8 
 3 files changed, 34 insertions(+)

diff --git a/app-editors/ecrire/Manifest b/app-editors/ecrire/Manifest
new file mode 100644
index ..0a1193635efd
--- /dev/null
+++ b/app-editors/ecrire/Manifest
@@ -0,0 +1 @@
+DIST ecrire-0.2.0.tar.xz 43852 BLAKE2B 
75c29848a2c849ae15bf8e14e59bfd9ec76281ca5f8d4be92d330abee5de0c024102f0aa69669df5f2ce5fa28a4b75f49281d4a437288762b0658cc4ebec0ff9
 SHA512 
6158ac063bdcecf13b2f45448aebcf624d9fe3029d8b2e4bbe40104fbfb5627b02f76112901dfe5617c27dce7ebbf95c277ec6def031efb8a8f1034c092836ef

diff --git a/app-editors/ecrire/ecrire-0.2.0.ebuild 
b/app-editors/ecrire/ecrire-0.2.0.ebuild
new file mode 100644
index ..e501df4ec2dd
--- /dev/null
+++ b/app-editors/ecrire/ecrire-0.2.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson xdg
+
+DESCRIPTION="A simple Notepad-like text editor using EFL"
+HOMEPAGE="https://www.enlightenment.org;
+SRC_URI="https://download.enlightenment.org/rel/apps/ecrire/${P}.tar.xz;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="nls"
+
+DEPEND="|| ( dev-libs/efl[X,opengl] dev-libs/efl[wayland] )
+   >=dev-libs/efl-1.26.1"
+RDEPEND="${DEPEND}"
+BDEPEND="nls? ( sys-devel/gettext )"
+
+src_configure() {
+   local emesonargs=( $(meson_use nls) )
+   meson_src_configure
+}

diff --git a/app-editors/ecrire/metadata.xml b/app-editors/ecrire/metadata.xml
new file mode 100644
index ..a1fbf3c0c993
--- /dev/null
+++ b/app-editors/ecrire/metadata.xml
@@ -0,0 +1,8 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+juip...@gentoo.org
+Joonas Niilola
+  
+



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

2022-01-04 Thread Joonas Niilola
commit: 84e5418abdd02c11958d98355bd22fe1a20661b8
Author: Joonas Niilola  gentoo  org>
AuthorDate: Wed Jan  5 07:14:54 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Jan  5 07:17:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84e5418a

media-gfx/entice: initial import

 - Entice is a simple image viewer, based on Enlightenment Foundation
   Libraries.

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

 media-gfx/entice/Manifest|  1 +
 media-gfx/entice/entice-0_pre20210919.ebuild | 45 
 media-gfx/entice/metadata.xml|  8 +
 3 files changed, 54 insertions(+)

diff --git a/media-gfx/entice/Manifest b/media-gfx/entice/Manifest
new file mode 100644
index ..90f03ec21da9
--- /dev/null
+++ b/media-gfx/entice/Manifest
@@ -0,0 +1 @@
+DIST entice-0_pre20210919.tar.gz 102691 BLAKE2B 
2967f34acad5900c798ec2fa776cc5722cf34f4f097e37dfce50749e80a02a422f77e93f2a2d149f2151512fa6ce8f51ca9a29650276eae8cb6609c2b0e2bf20
 SHA512 
8f38f00d344b8477a410176e7a1ecf75ffe46a413caca4b497d81440b2a48e52cd6da35305729fe971a955de2c613ab7f78ce5c6b60884b771e8298d12f0c782

diff --git a/media-gfx/entice/entice-0_pre20210919.ebuild 
b/media-gfx/entice/entice-0_pre20210919.ebuild
new file mode 100644
index ..dada1963f8f3
--- /dev/null
+++ b/media-gfx/entice/entice-0_pre20210919.ebuild
@@ -0,0 +1,45 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson optfeature xdg
+
+MY_COMMIT="8b62c4ff8eeadd37d5304a01b287da3011283b66"
+
+DESCRIPTION="A simple image viewer based on EFL"
+HOMEPAGE="https://github.com/vtorri/entice;
+SRC_URI="https://github.com/vtorri/entice/archive/${MY_COMMIT}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="|| ( dev-libs/efl[X,opengl] dev-libs/efl[wayland] )
+   media-libs/libexif"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/entice-${MY_COMMIT}"
+
+pkg_postinst() {
+   xdg_pkg_postinst
+
+   optfeature_header "Image format support:"
+   optfeature "avif support" dev-libs/efl[avif]
+   optfeature "bmp,wbmp support" dev-libs/efl[bmp]
+   optfeature "dds support" dev-libs/efl[dds]
+   optfeature "gif support" dev-libs/efl[gif]
+   optfeature "heif support" dev-libs/efl[heif]
+   optfeature "ico,cur support" dev-libs/efl[ico]
+   optfeature "jp2k support" dev-libs/efl[jpeg2k]
+   optfeature "pmaps support" dev-libs/efl[pmaps]
+   optfeature "psd support" dev-libs/efl[psd]
+   optfeature "raw support" dev-libs/efl[raw]
+   optfeature "svg,rsvg support" dev-libs/efl[svg]
+   optfeature "tga support" dev-libs/efl[tga]
+   optfeature "tgv support" dev-libs/efl[tgv]
+   optfeature "tiff support" dev-libs/efl[tiff]
+   optfeature "webp support" dev-libs/efl[webp]
+   optfeature "xcf support" dev-libs/efl[xcf]
+   optfeature "xpm support" dev-libs/efl[xpm]
+}

diff --git a/media-gfx/entice/metadata.xml b/media-gfx/entice/metadata.xml
new file mode 100644
index ..a1fbf3c0c993
--- /dev/null
+++ b/media-gfx/entice/metadata.xml
@@ -0,0 +1,8 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+juip...@gentoo.org
+Joonas Niilola
+  
+



[gentoo-commits] repo/gentoo:master commit in: x11-wm/enlightenment/

2022-01-04 Thread Joonas Niilola
commit: 51126a5987daca8a9ceb8dd9545300efb32373c7
Author: Joonas Niilola  gentoo  org>
AuthorDate: Wed Jan  5 07:16:50 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Jan  5 07:17:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51126a59

x11-wm/enlightenment: add new efl packages into optfeature

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

 x11-wm/enlightenment/enlightenment-0.25.1.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/x11-wm/enlightenment/enlightenment-0.25.1.ebuild 
b/x11-wm/enlightenment/enlightenment-0.25.1.ebuild
index 5af2072bad8b..e5121e1befe1 100644
--- a/x11-wm/enlightenment/enlightenment-0.25.1.ebuild
+++ b/x11-wm/enlightenment/enlightenment-0.25.1.ebuild
@@ -101,10 +101,13 @@ pkg_postinst() {
 
optfeature_header "Additional programs to complement the full EFL 
suite:"
optfeature "efl-based pinentry interface" app-crypt/pinentry[efl]
+   optfeature "an efl-based text editor" app-editors/ecrire
optfeature "better monitor backlight and brightness controls" 
app-misc/ddcutil
optfeature "office file thumbnails" app-office/libreoffice 
app-office/libreoffice-bin
optfeature "an EFL-based IDE" dev-util/edi
+   optfeature "image viewer" media-gfx/entice
optfeature "image viewer" media-gfx/ephoto
+   optfeature "a media player" media-video/rage
optfeature "ConnMan user interface for Enlightenment" net-misc/econnman
optfeature "system and process monitor" sys-process/evisum
optfeature "feature rich terminal emulator" x11-terms/terminology



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

2022-01-04 Thread Sam James
commit: 942c9785c71007040fb427c13090d80bb5d69864
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan  5 05:58:34 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan  5 05:58:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=942c9785

profiles/arch/sparc: unmask net-misc/whois[xcrypt]

sys-libs/libxcrypt is keyworded & stable on sparc now.

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

 profiles/arch/sparc/package.use.mask | 6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/profiles/arch/sparc/package.use.mask 
b/profiles/arch/sparc/package.use.mask
index cd3bd5afc540..4ef2939bc3cc 100644
--- a/profiles/arch/sparc/package.use.mask
+++ b/profiles/arch/sparc/package.use.mask
@@ -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
 
 # Vadim Misbakh-Soloviov  (2021-12-09)
@@ -147,10 +147,6 @@ dev-python/pyopengl test
 # dev-libs/criterion not yet keyworded
 >=app-admin/syslog-ng-3.25 test
 
-# Rolf Eike Beer  (2020-04-20)
-# Not keyworded on sparc
-net-misc/whois xcrypt
-
 # Rolf Eike Beer  (2020-04-20)
 # test dependencies for USE=gstreamer not keyworded on sparc
 app-misc/tracker-miners test



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

2022-01-04 Thread Sam James
commit: 663003cc58d8839284bfbced89e8432aadf9ed25
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan  5 05:25:15 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan  5 05:25:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=663003cc

profiles/arch/sparc: unmask libcrypt:0/1 (libxcrypt)

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

 profiles/arch/sparc/package.mask | 7 +--
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/profiles/arch/sparc/package.mask b/profiles/arch/sparc/package.mask
index 2e8748f1a007..6a4f874db264 100644
--- a/profiles/arch/sparc/package.mask
+++ b/profiles/arch/sparc/package.mask
@@ -1,11 +1,6 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-# Sam James  (2021-11-22)
-# Unmask older libcrypt virtual until libxcrypt is stable on sparc (pending)
-# bug #809410
--virtual/libcrypt:0/1
-
 # Raúl Porcel  (2014-11-17)
 # Mask sys-devel/kgcc64 since >=gcc-4.4 can build 64bit kernels
 sys-devel/kgcc64



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

2022-01-04 Thread Sam James
commit: 9d85b965ec43539802a528545eb131dd449ea6c0
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan  5 05:24:27 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan  5 05:24:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d85b965

sys-libs/glibc: Stabilize 2.33-r7 sparc, #809410

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

 sys-libs/glibc/glibc-2.33-r7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/glibc/glibc-2.33-r7.ebuild 
b/sys-libs/glibc/glibc-2.33-r7.ebuild
index 20390ea8ba2a..9c12fe15458e 100644
--- a/sys-libs/glibc/glibc-2.33-r7.ebuild
+++ b/sys-libs/glibc/glibc-2.33-r7.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
@@ -26,7 +26,7 @@ PATCH_DEV=dilfridge
 if [[ ${PV} == * ]]; then
inherit git-r3
 else
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
SRC_URI="mirror://gnu/glibc/${P}.tar.xz"
SRC_URI+=" 
https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${P}-patches-${PATCH_VER}.tar.xz;
 fi



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

2022-01-04 Thread Sam James
commit: 5294ec1bbaa80aab5e1aac90a922efeb03a89aaa
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan  5 05:24:29 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan  5 05:24:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5294ec1b

virtual/libcrypt: Stabilize 2 sparc, #809410

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

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

diff --git a/virtual/libcrypt/libcrypt-2.ebuild 
b/virtual/libcrypt/libcrypt-2.ebuild
index 968fec179c7b..478041c67bab 100644
--- a/virtual/libcrypt/libcrypt-2.ebuild
+++ b/virtual/libcrypt/libcrypt-2.ebuild
@@ -8,7 +8,7 @@ inherit multilib-build
 DESCRIPTION="Virtual for libcrypt.so"
 
 SLOT="0/2"
-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"
+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"
 IUSE="static-libs"
 
 RDEPEND="



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

2022-01-04 Thread Sam James
commit: 5e7c3bdcfc1c0be472e4cd5530c5f0376b7a5ff0
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan  5 05:24:28 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan  5 05:24:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e7c3bdc

sys-libs/libxcrypt: Stabilize 4.4.25-r1 sparc, #809410

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

 sys-libs/libxcrypt/libxcrypt-4.4.25-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/libxcrypt/libxcrypt-4.4.25-r1.ebuild 
b/sys-libs/libxcrypt/libxcrypt-4.4.25-r1.ebuild
index 13858d396505..046aa201cc37 100644
--- a/sys-libs/libxcrypt/libxcrypt-4.4.25-r1.ebuild
+++ b/sys-libs/libxcrypt/libxcrypt-4.4.25-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2004-2021 Gentoo Authors
+# Copyright 2004-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -20,7 +20,7 @@ fi
 
 LICENSE="LGPL-2.1+ public-domain BSD BSD-2"
 SLOT="0/1"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
 IUSE="+compat split-usr static-libs system test"
 REQUIRED_USE="split-usr? ( system )"
 RESTRICT="!test? ( test )"



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

2022-01-04 Thread Sam James
commit: 7648f9e1783ca961f14e3ead52aafd71bb3970cf
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan  5 02:44:09 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan  5 02:44:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7648f9e1

app-text/lesspipe: add 2.01

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

 app-text/lesspipe/Manifest |  1 +
 app-text/lesspipe/lesspipe-2.01.ebuild | 43 ++
 2 files changed, 44 insertions(+)

diff --git a/app-text/lesspipe/Manifest b/app-text/lesspipe/Manifest
index ba2ef82f29e0..84110c4c0542 100644
--- a/app-text/lesspipe/Manifest
+++ b/app-text/lesspipe/Manifest
@@ -3,3 +3,4 @@ DIST lesspipe-1.89.tar.gz 121118 BLAKE2B 
e730b6e8afc767a0118abbcc6221d2c18467393
 DIST lesspipe-1.90.tar.gz 121098 BLAKE2B 
269f4193f423e4ac5770171156e2f63d14966d7dcc77bf015c3100f281206424ef334acc1edf2edb6fe31f73aed80b9c3ba6c715d6e97993c5a90dfc1ce42405
 SHA512 
d402bd46c37d2509c90530e9da0560fa3e5da9002c37a515451a8ab9275576d1af44793a10914e74e804f10a3352439815c6763d2d77e5e41a0e9840286f518e
 DIST lesspipe-1.91.tar.gz 121965 BLAKE2B 
93c169b2b1a81db7e7b569718a43152a8f2b9ea95258047a00ae4940509817a3eb861fdadb6bafc5861c49e805ce910348a57f634bdae57317811ac6fbfc6945
 SHA512 
d080ceaae019d8885a53c8abb26f4a159b78578f68c2b9a024960aa69509651e3b6638e78bd6e2e57c23d81123d9a3cab167736f253ba4276a3889890d594bd3
 DIST lesspipe-2.00.tar.gz 190295 BLAKE2B 
8f950853673e7939d6dd67c5022219ab101eea26b8efec1a7572e3c2c8465a14d09acbe945b204e927444b10953309b27fa47c5661df02e67aa2e2b98a940980
 SHA512 
f709bae63b17617d2c02bbe691736826c857ba1771907e37ba56bd407a29c2092a936ecb43d6a6e180a1d2eb5f54dccc894d2cf4eb113d42b4892ca6d8a4378d
+DIST lesspipe-2.01.tar.gz 171601 BLAKE2B 
25c65ff0ac97382101fc25f23c52d1d1269d28a30ac472214992fda654946337dfbcd9d9d84e01bbe76902bcdf9c6eb4fdce481b40d2d74632a81d0da4214fa8
 SHA512 
e050075a43419f735d46314b006ceb16a2255b01a65b192d255a1256178fdca8286473292ef5248c15c8bda305da28275cdedd923c03bc6c601336bb857f2437

diff --git a/app-text/lesspipe/lesspipe-2.01.ebuild 
b/app-text/lesspipe/lesspipe-2.01.ebuild
new file mode 100644
index ..9e47976576e2
--- /dev/null
+++ b/app-text/lesspipe/lesspipe-2.01.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A preprocessor for less"
+HOMEPAGE="https://github.com/wofr06/lesspipe;
+SRC_URI="https://github.com/wofr06/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+# Please check again on bumps!
+# bug #734896
+RESTRICT="test"
+
+BDEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}
+   !

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

2022-01-04 Thread Georgy Yakovlev
commit: 2fa121d99838996c7bae7ea9eabdbe1d735cd694
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Wed Jan  5 01:27:48 2022 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Wed Jan  5 02:10:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fa121d9

profiles/arch/powerpc: remove old spice-gtk[smartcard] mask

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

 profiles/arch/powerpc/package.use.mask | 6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/profiles/arch/powerpc/package.use.mask 
b/profiles/arch/powerpc/package.use.mask
index df0cf762626a..f7ffc3fa8877 100644
--- a/profiles/arch/powerpc/package.use.mask
+++ b/profiles/arch/powerpc/package.use.mask
@@ -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
 
 # Sam James  (2021-11-15)
@@ -247,10 +247,6 @@ dev-haskell/dlist test
 dev-haskell/haskell-src-exts test
 dev-util/bnfc test
 
-# Anthony G. Basile  (2014-08-17)
-# This pulls in qemu[smartcard] which is masked
-net-misc/spice-gtk smartcard
-
 # Anthony G. Basile  (2014-08-16)
 # Ultimately pulls in nodejs which is broken.
 dev-ruby/sprockets test



[gentoo-commits] repo/gentoo:master commit in: games-fps/quakeforge/

2022-01-04 Thread Ionen Wolkens
commit: a6836bac5fd81a343561ecc525b1fc6a82fcd332
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Wed Jan  5 01:23:38 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Wed Jan  5 01:34:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6836bac

games-fps/quakeforge: minor live ebuild updates

Current HEAD has working tests with glibc-2.34 wrt bug #807319
(but the failure had no real consequence, runtime not affected).

Not adding a new snapshot yet given there's been major refactoring
of the input system and in-game key rebinding seem not re-implemented
yet (this is fine if using .cfg directly, but is unintuitive).

Removed dated postinst messages, vulkan backend seem to have
improved a fair deal.

Bug: https://bugs.gentoo.org/807319
Signed-off-by: Ionen Wolkens  gentoo.org>

 games-fps/quakeforge/quakeforge-.ebuild | 31 ++---
 1 file changed, 10 insertions(+), 21 deletions(-)

diff --git a/games-fps/quakeforge/quakeforge-.ebuild 
b/games-fps/quakeforge/quakeforge-.ebuild
index 6013dac54d34..5a6d465477c4 100644
--- a/games-fps/quakeforge/quakeforge-.ebuild
+++ b/games-fps/quakeforge/quakeforge-.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=8
@@ -9,9 +9,9 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/quakeforge/quakeforge.git;
 else
-   MY_COMMIT=""
-   
SRC_URI="https://github.com/quakeforge/quakeforge/archive/${MY_COMMIT}.tar.gz 
-> ${P}.tar.gz"
-   S="${WORKDIR}/${PN}-${MY_COMMIT}"
+   QUAKEFORGE_COMMIT=""
+   
SRC_URI="https://github.com/quakeforge/quakeforge/archive/${QUAKEFORGE_COMMIT}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/${PN}-${QUAKEFORGE_COMMIT}"
KEYWORDS="~amd64 ~x86"
 fi
 
@@ -29,6 +29,8 @@ RDEPEND="
virtual/opengl
x11-libs/libX11
x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXi
x11-libs/libXxf86vm
alsa? ( media-libs/alsa-lib )
flac? ( media-libs/flac )
@@ -69,7 +71,7 @@ src_prepare() {
 
 src_configure() {
qf_client() {
-   echo $(usex client $(use_enable ${1}) --disable-${1})
+   usex client $(use_enable ${1}) --disable-${1}
}
 
local econfargs=(
@@ -116,9 +118,9 @@ src_install() {
 
find "${ED}" -name '*.la' -delete || die
 
-   local DISABLE_AUTOFORMATTING="yes"
-   local DOC_CONTENTS=\
-"Before you can play (using nq-x11 or qw-client-x11), you must ensure
+   local DISABLE_AUTOFORMATTING=yes
+   local DOC_CONTENTS="\
+Before you can play (using nq-x11 or qw-client-x11), you must ensure
 that ${PN} can find your Quake pak0.pak (and optionally pak1.pak)
 at one of these locations with lowercase filenames:
- '~/.local/share/${PN}/id1/pak0.pak'
@@ -148,17 +150,4 @@ Audio/Video notes:
 
 pkg_postinst() {
readme.gentoo_print_elog
-
-   if [[ ${REPLACING_VERSIONS} ]] && ver_test ${REPLACING_VERSIONS} -le 
0.7.2-r1; then
-   elog "Migration may be needed for ${PN}'s home paths, now 
using:"
-   elog "~/.${PN}rc -> ~/.config/${PN}/${PN}.conf"
-   elog "~/.${PN}/  -> ~/.local/share/${PN}/"
-   elog "Also, nq-sdl / qw-client-sdl are no longer available (use 
-x11 instead)."
-   fi
-
-   if use vulkan; then
-   ewarn "You've enabled the new vulkan support that is still 
experimental and yet"
-   ewarn "used by default. If have issues, can use '+setrom 
vid_render gl' command"
-   ewarn "line option to revert to GL."
-   fi
 }



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

2022-01-04 Thread Sam James
commit: 66e4c20789b8cbae8ce17a34802370ec0d4140a7
Author: David Seifert  gentoo  org>
AuthorDate: Tue Jan  4 10:29:28 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan  5 01:24:33 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=66e4c207

kde-frameworks/kfilemetadata: remove implicit kernel_linux

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

 kde-frameworks/kfilemetadata/kfilemetadata-5.90.0.ebuild | 2 +-
 kde-frameworks/kfilemetadata/kfilemetadata-.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-frameworks/kfilemetadata/kfilemetadata-5.90.0.ebuild 
b/kde-frameworks/kfilemetadata/kfilemetadata-5.90.0.ebuild
index 8ea7edacca..23c7123a9b 100644
--- a/kde-frameworks/kfilemetadata/kfilemetadata-5.90.0.ebuild
+++ b/kde-frameworks/kfilemetadata/kfilemetadata-5.90.0.ebuild
@@ -11,7 +11,7 @@ inherit ecm kde.org optfeature python-any-r1
 DESCRIPTION="Library for extracting file metadata"
 LICENSE="LGPL-2+"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="epub exif ffmpeg kernel_linux office pdf taglib"
+IUSE="epub exif ffmpeg office pdf taglib"
 
 RESTRICT="test"
 

diff --git a/kde-frameworks/kfilemetadata/kfilemetadata-.ebuild 
b/kde-frameworks/kfilemetadata/kfilemetadata-.ebuild
index 4219913b0c..283922f779 100644
--- a/kde-frameworks/kfilemetadata/kfilemetadata-.ebuild
+++ b/kde-frameworks/kfilemetadata/kfilemetadata-.ebuild
@@ -11,7 +11,7 @@ inherit ecm kde.org optfeature python-any-r1
 DESCRIPTION="Library for extracting file metadata"
 LICENSE="LGPL-2+"
 KEYWORDS=""
-IUSE="epub exif ffmpeg kernel_linux office pdf taglib"
+IUSE="epub exif ffmpeg office pdf taglib"
 
 RESTRICT="test"
 



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

2022-01-04 Thread Maciej Barć
commit: 2271c56f72d0cc5338911e837847aeb78ad5d3c1
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Jan  5 00:56:12 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Jan  5 00:56:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2271c56f

dev-scheme/racket: revbump due to readme.gentoo change

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

 dev-scheme/racket/{racket-8.2-r2.ebuild => racket-8.2-r3.ebuild} | 0
 dev-scheme/racket/{racket-8.3-r2.ebuild => racket-8.3-r3.ebuild} | 0
 2 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-scheme/racket/racket-8.2-r2.ebuild 
b/dev-scheme/racket/racket-8.2-r3.ebuild
similarity index 100%
rename from dev-scheme/racket/racket-8.2-r2.ebuild
rename to dev-scheme/racket/racket-8.2-r3.ebuild

diff --git a/dev-scheme/racket/racket-8.3-r2.ebuild 
b/dev-scheme/racket/racket-8.3-r3.ebuild
similarity index 100%
rename from dev-scheme/racket/racket-8.3-r2.ebuild
rename to dev-scheme/racket/racket-8.3-r3.ebuild



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

2022-01-04 Thread Maciej Barć
commit: 5330ac4eea08764914932a4eb3bc22046acb8664
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Jan  5 00:52:31 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Jan  5 00:53:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5330ac4e

dev-scheme/racket: resolve the libedit/readline issue

Closes: https://bugs.gentoo.org/830617
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Maciej Barć  gentoo.org>

 dev-scheme/racket/racket-8.2-r2.ebuild | 17 ++---
 dev-scheme/racket/racket-8.3-r2.ebuild | 17 ++---
 2 files changed, 28 insertions(+), 6 deletions(-)

diff --git a/dev-scheme/racket/racket-8.2-r2.ebuild 
b/dev-scheme/racket/racket-8.2-r2.ebuild
index d442f6c1047d..41e0c43edd56 100644
--- a/dev-scheme/racket/racket-8.2-r2.ebuild
+++ b/dev-scheme/racket/racket-8.2-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit desktop optfeature xdg-utils
+inherit desktop optfeature readme.gentoo-r1 xdg-utils
 
 DESCRIPTION="General purpose, multi-paradigm Lisp-Scheme programming language"
 HOMEPAGE="https://racket-lang.org/;
@@ -58,6 +58,13 @@ PATCHES=(
"${FILESDIR}/Makefile-starter.patch"
 )
 
+DOC_CONTENTS="
+If you wish to use sys-libs/readline instead of dev-libs/libedit
+for readline-like features in the Racket's REPL you can install
+the package 'readline-gpl' using raco, Racket's package manager
+https://pkgs.racket-lang.org/package/readline-gpl
+"
+
 # Package database files
 PKGDB=(
/usr/share/racket/info-cache.rktd
@@ -134,6 +141,8 @@ src_install() {
make_desktop_entry "gracket" "GRacket" "racket" 
"Development;Education;"
make_desktop_entry "plt-games" "PLT Games" "racket" 
"Education;Game;"
fi
+
+   readme.gentoo_create_doc
 }
 
 pkg_preinst() {
@@ -157,8 +166,10 @@ pkg_preinst() {
 pkg_postinst() {
post_X_update
 
-   optfeature "readline editing features in REPL" dev-libs/libedit 
sys-libs/readline
+   optfeature "readline editing features in REPL" dev-libs/libedit
optfeature "generating PDF files using Scribble" 
dev-texlive/texlive-fontsextra
+
+   readme.gentoo_print_elog
 }
 
 pkg_postrm() {

diff --git a/dev-scheme/racket/racket-8.3-r2.ebuild 
b/dev-scheme/racket/racket-8.3-r2.ebuild
index d6c989e973c9..f614f17366c3 100644
--- a/dev-scheme/racket/racket-8.3-r2.ebuild
+++ b/dev-scheme/racket/racket-8.3-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-inherit desktop optfeature
+inherit desktop optfeature readme.gentoo-r1
 
 DESCRIPTION="General purpose, multi-paradigm Lisp-Scheme programming language"
 HOMEPAGE="https://racket-lang.org/;
@@ -39,6 +39,13 @@ RDEPEND="${DEPEND}"
 # "mred" and "mzscheme" are binaries generated by Racket, not CC
 QA_FLAGS_IGNORED="usr/bin/mred usr/bin/mzscheme"
 
+DOC_CONTENTS="
+If you wish to use sys-libs/readline instead of dev-libs/libedit
+for readline-like features in the Racket's REPL you can install
+the package 'readline-gpl' using raco, Racket's package manager
+https://pkgs.racket-lang.org/package/readline-gpl
+"
+
 # Package database files (for pkg_preinst & pkg_config)
 PKGDB=(
/usr/share/racket/info-cache.rktd
@@ -110,6 +117,8 @@ src_install() {
make_desktop_entry "gracket" "GRacket" "racket" 
"Development;Education;"
make_desktop_entry "plt-games" "PLT Games" "racket" 
"Education;Game;"
fi
+
+   readme.gentoo_create_doc
 }
 
 pkg_preinst() {
@@ -131,8 +140,10 @@ pkg_preinst() {
 }
 
 pkg_postinst() {
-   optfeature "readline editing features in REPL" dev-libs/libedit 
sys-libs/readline
+   optfeature "readline editing features in REPL" dev-libs/libedit
optfeature "generating PDF files using Scribble" 
dev-texlive/texlive-fontsextra
+
+   readme.gentoo_print_elog
 }
 
 pkg_config() {



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

2022-01-04 Thread Maciej Barć
commit: a30dec3af8202fd4bbc850c8ea270e26a0549eb8
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Jan  5 00:37:42 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Jan  5 00:53:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a30dec3a

dev-scheme/racket: update metadata

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

 dev-scheme/racket/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-scheme/racket/metadata.xml b/dev-scheme/racket/metadata.xml
index 95a4c9a5ba28..8b99db59b68a 100644
--- a/dev-scheme/racket/metadata.xml
+++ b/dev-scheme/racket/metadata.xml
@@ -5,7 +5,7 @@
 sch...@gentoo.org
 Gentoo Scheme Project
   
-  
+  
 ==Grow your Program==
 Racket's interactive mode encourages experimentation, and quick scripts easily 
compose into larger systems. Small scripts and large systems both benefit from 
native-code JIT compilation. When a system gets too big to keep in your head, 
you can add static types.
 



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

2022-01-04 Thread Sam James
commit: 861ddc8a683191e99569a6d7fc34c0349a3e4b0f
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan  4 21:44:51 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan  5 00:08:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=861ddc8a

dev-perl/BerkeleyDB: fix typo in comment (and update it for Prefix)

Avoid obsolete FreeBSD reference which was a bit too specific anyway.

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

 dev-perl/BerkeleyDB/BerkeleyDB-0.640.0.ebuild | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-perl/BerkeleyDB/BerkeleyDB-0.640.0.ebuild 
b/dev-perl/BerkeleyDB/BerkeleyDB-0.640.0.ebuild
index 71df07af3248..7d73276cc223 100644
--- a/dev-perl/BerkeleyDB/BerkeleyDB-0.640.0.ebuild
+++ b/dev-perl/BerkeleyDB/BerkeleyDB-0.640.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
@@ -39,8 +39,9 @@ src_prepare() {
local DB_SUPPORTED=(
6 5 4 3 2
)
-   # on Gentoo/FreeBSD we cannot trust on the symlink /usr/include/db.h
-   # as for Gentoo/Linux, so we need to esplicitely declare the exact 
berkdb
+
+   # on Gentoo Prefix, we cannot trust the symlink /usr/include/db.h
+   # as for Gentoo/Linux, so we need to explicitly declare the exact berkdb
# include path
local dbdir="$(db_includedir "${DB_SUPPORTED[@]}" )"
local dbname="$(db_libname "${DB_SUPPORTED[@]}" )"



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

2022-01-04 Thread Mike Pagano
commit: 55f5c68c01e791c7339144aadc1f20802791551e
Author: Adrian Ratiu  collabora  com>
AuthorDate: Fri Nov 26 15:10:36 2021 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Jan  4 23:29:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55f5c68c

kernel-2.eclass: Respect portage toolchain variables

Starting with kernel>=v5.7 the build system can override the
tools vars by setting LLVM=1 [1], but older kernels still use
the default GNU tools, so to be able to use a full LLVM/Clang
build, CC & co should be set to their respective portage values.

[1] a0d1c951ef08 kbuild: support LLVM=1 to switch the default tools to 
Clang/LLVM

Co-authored-by: Manoj Gupta  chromium.org>
Signed-off-by: Adrian Ratiu  collabora.com>
Closes: https://github.com/gentoo/gentoo/pull/23091
Signed-off-by: Mike Pagano  gentoo.org>

 eclass/kernel-2.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
index adc1425bc2e2..865c43d3153b 100644
--- a/eclass/kernel-2.eclass
+++ b/eclass/kernel-2.eclass
@@ -692,7 +692,7 @@ env_setup_xmakeopts() {
elif type -p ${CHOST}-ar >/dev/null; then
xmakeopts="${xmakeopts} CROSS_COMPILE=${CHOST}-"
fi
-   xmakeopts="${xmakeopts} HOSTCC=$(tc-getBUILD_CC)"
+   xmakeopts="${xmakeopts} HOSTCC=$(tc-getBUILD_CC) CC=$(tc-getCC) 
LD=$(tc-getLD) AR=$(tc-getAR) NM=$(tc-getNM) NM=$(tc-getNM) 
OBOBJCOPY=$(tc-getOBJCOPY) READELF=$(tc-getREADELF) STRIP=$(tc-getSTRIP)"
export xmakeopts
 }
 



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

2022-01-04 Thread Georgy Yakovlev
commit: bbb121d03b7987f20923ed7e8f9d6ed868d5aa6a
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Jan  4 22:32:45 2022 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Jan  4 22:32:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbb121d0

app-editors/gedit-plugins: keyword 40.1 for ~ppc64

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

 app-editors/gedit-plugins/gedit-plugins-40.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-editors/gedit-plugins/gedit-plugins-40.1.ebuild 
b/app-editors/gedit-plugins/gedit-plugins-40.1.ebuild
index 83f1ce6c6708..663c00d14205 100644
--- a/app-editors/gedit-plugins/gedit-plugins-40.1.ebuild
+++ b/app-editors/gedit-plugins/gedit-plugins-40.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
@@ -12,7 +12,7 @@ DESCRIPTION="Collection of extra plugins for the gedit Text 
Editor"
 HOMEPAGE="https://wiki.gnome.org/Apps/Gedit/ShippedPlugins;
 
 LICENSE="GPL-2+"
-KEYWORDS="amd64 ~riscv x86"
+KEYWORDS="amd64 ~ppc64 ~riscv x86"
 SLOT="0"
 
 IUSE="charmap git +python terminal vala"



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

2022-01-04 Thread Georgy Yakovlev
commit: 773409e6f297b656a903e1ad50cd5f693ac494bd
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Jan  4 22:32:00 2022 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Jan  4 22:32:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=773409e6

dev-libs/libgit2-glib: keyword 1.0.0.1 for ~ppc64

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

 dev-libs/libgit2-glib/libgit2-glib-1.0.0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libgit2-glib/libgit2-glib-1.0.0.1.ebuild 
b/dev-libs/libgit2-glib/libgit2-glib-1.0.0.1.ebuild
index ed7a89a597ee..f15d0e8014ec 100644
--- a/dev-libs/libgit2-glib/libgit2-glib-1.0.0.1.ebuild
+++ b/dev-libs/libgit2-glib/libgit2-glib-1.0.0.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
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Libgit2-glib;
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
 IUSE="gtk-doc python +ssh +vala"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 



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

2022-01-04 Thread Mike Gilbert
commit: 092ca719a44fe2cd7a066204452e04385315c898
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Jan  4 22:28:57 2022 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Jan  4 22:29:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=092ca719

sys-apps/systemd: add 250.1

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

 sys-apps/systemd/Manifest |   1 +
 sys-apps/systemd/systemd-250.1.ebuild | 520 ++
 2 files changed, 521 insertions(+)

diff --git a/sys-apps/systemd/Manifest b/sys-apps/systemd/Manifest
index 7c49cd66997a..d4ae82f0084d 100644
--- a/sys-apps/systemd/Manifest
+++ b/sys-apps/systemd/Manifest
@@ -1,3 +1,4 @@
 DIST systemd-250.tar.gz 2823 BLAKE2B 
c75ac7f1fcf1a65c9c88b25dce78dd44a039025b52767c3a1de78fae7a89705ed8ba8986d18d674faa9bfac3380a1c847bde35292d16f90bf22d992a459ddc73
 SHA512 
7894ea63793dd0c6ae12f6acab04ba02e247e537c404693f69174bf4a10d85f01f51c4938912c9a43c35e526b3ae945a1774d45249b58b31a393332b6c01f4f8
 DIST systemd-stable-249.6.tar.gz 10599611 BLAKE2B 
9c0cbaa4319f2ce9a78dbe820d1b6df5191e6c632e2eac9f71f9ff9817564d9b3fc177d2aec0c0daea8ac33bbdc2066ad68a8967cf8857f4af3668b9a3e7d3bf
 SHA512 
7a7791dfe4923c00987b924adcb1cd08c4d17af2b17b4c6c6c701856c6810cfda61f06821c39787339fc05293853c0ea61b9973fcf4495c7bf4f8054ecfae66f
 DIST systemd-stable-249.7.tar.gz 10608252 BLAKE2B 
a5597c4973b24c962779622cae47dbf8351af49f8cd898d9c16a967c6f3600c6feb293e9b03eab0423b860eef5b04b287185fb9827cb323429d0ab9fc6d809b2
 SHA512 
4daf8570621fdcda5c94d982908c64eddfeef989005f4fd79a10f199dbc6f366354177bb59dff34bcb14764fb4423a870ffabac1163849ec53592e29760105fc
+DIST systemd-stable-250.1.tar.gz 6731 BLAKE2B 
9c0a8d02deb12a359c8665ba4d8d7e9d2ddee3f819f47b4598269e8ee8180e2e01ab774caeca7a19e98d118aebea5a38a07e916db4155efa0c19ce54a2b7e979
 SHA512 
a40a83dae353de8cf816f3408f91b9f72dfa1f4bae195fb48c2756c0c316bf6cb0def1be550c0322456e4940690d90ff324ca6d91126d9b13cfe9954c42e0216

diff --git a/sys-apps/systemd/systemd-250.1.ebuild 
b/sys-apps/systemd/systemd-250.1.ebuild
new file mode 100644
index ..d4624f9759b6
--- /dev/null
+++ b/sys-apps/systemd/systemd-250.1.ebuild
@@ -0,0 +1,520 @@
+# Copyright 2011-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{8..10} )
+
+# Avoid QA warnings
+TMPFILES_OPTIONAL=1
+
+if [[ ${PV} ==  ]]; then
+   EGIT_REPO_URI="https://github.com/systemd/systemd.git;
+   inherit git-r3
+else
+   if [[ ${PV} == *.* ]]; then
+   MY_PN=systemd-stable
+   else
+   MY_PN=systemd
+   fi
+   MY_PV=${PV/_/-}
+   MY_P=${MY_PN}-${MY_PV}
+   S=${WORKDIR}/${MY_P}
+   
SRC_URI="https://github.com/systemd/${MY_PN}/archive/v${MY_PV}/${MY_P}.tar.gz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86"
+fi
+
+inherit bash-completion-r1 linux-info meson-multilib pam python-any-r1 systemd 
toolchain-funcs udev usr-ldscript
+
+DESCRIPTION="System and service manager for Linux"
+HOMEPAGE="https://www.freedesktop.org/wiki/Software/systemd;
+
+LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
+SLOT="0/2"
+IUSE="
+   acl apparmor audit build cgroup-hybrid cryptsetup curl +dns-over-tls 
elfutils
+   fido2 +gcrypt gnuefi gnutls homed hostnamed-fallback http idn importd 
+kmod
+   +lz4 lzma nat +openssl pam pcre pkcs11 policykit pwquality qrcode
+   +resolvconf +seccomp selinux split-usr +sysv-utils test tpm vanilla xkb 
+zstd
+"
+REQUIRED_USE="
+   dns-over-tls? ( || ( gnutls openssl ) )
+   homed? ( cryptsetup pam openssl )
+   importd? ( curl lzma || ( gcrypt openssl ) )
+   policykit? ( !hostnamed-fallback )
+   pwquality? ( homed )
+"
+RESTRICT="!test? ( test )"
+
+MINKV="3.11"
+
+COMMON_DEPEND="
+   >=sys-apps/util-linux-2.30:0=[${MULTILIB_USEDEP}]
+   sys-libs/libcap:0=[${MULTILIB_USEDEP}]
+   virtual/libcrypt:=[${MULTILIB_USEDEP}]
+   acl? ( sys-apps/acl:0= )
+   apparmor? ( sys-libs/libapparmor:0= )
+   audit? ( >=sys-process/audit-2:0= )
+   cryptsetup? ( >=sys-fs/cryptsetup-2.0.1:0= )
+   curl? ( net-misc/curl:0= )
+   elfutils? ( >=dev-libs/elfutils-0.158:0= )
+   fido2? ( dev-libs/libfido2:0= )
+   gcrypt? ( >=dev-libs/libgcrypt-1.4.5:0=[${MULTILIB_USEDEP}] )
+   gnutls? ( >=net-libs/gnutls-3.6.0:0= )
+   http? ( >=net-libs/libmicrohttpd-0.9.33:0=[epoll(+)] )
+   idn? ( net-dns/libidn2:= )
+   importd? (
+   app-arch/bzip2:0=
+   sys-libs/zlib:0=
+   )
+   kmod? ( >=sys-apps/kmod-15:0= )
+   lz4? ( >=app-arch/lz4-0_p131:0=[${MULTILIB_USEDEP}] )
+   lzma? ( >=app-arch/xz-utils-5.0.5-r1:0=[${MULTILIB_USEDEP}] )
+   nat? ( net-firewall/iptables:0= )
+   openssl? ( >=dev-libs/openssl-1.1.0:0= )
+   pam? ( sys-libs/pam:=[${MULTILIB_USEDEP}] )
+   pkcs11? ( app-crypt/p11-kit:0= )
+   pcre? ( 

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

2022-01-04 Thread Arthur Zamarin
commit: 4d8a10f738466bfb3c4c0a418803858bea512563
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Jan  4 22:15:08 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Jan  4 22:15:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d8a10f7

dev-python/cattrs: add 1.10.0

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

 dev-python/cattrs/Manifest |  1 +
 dev-python/cattrs/cattrs-1.10.0.ebuild | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/dev-python/cattrs/Manifest b/dev-python/cattrs/Manifest
index a9892b178bd0..3cab146b0e70 100644
--- a/dev-python/cattrs/Manifest
+++ b/dev-python/cattrs/Manifest
@@ -1,2 +1,3 @@
+DIST cattrs-1.10.0.gh.tar.gz 100657 BLAKE2B 
b0475644bdd31e12dabf7b969e1890932309497e66b45a311e97d56062e99837af11677c24e33c6d1bed6ec2c6373eab6535874115960ed450f52804a6e5d73e
 SHA512 
51cda84d30627f9d0eb6842c45f7c91dd2f3d9a21b1a635ad21d0648d409b576f52e6127392d60bdd1b6a803f8f897f970706b9cc64b703c06387bc85cd3740e
 DIST cattrs-1.7.1.gh.tar.gz 85853 BLAKE2B 
36c411ffa92eb263b85d48c81daeea1deea10d5779c6cd1f57988792ef5ec68bedc20b59620077e6500c2e41bb91e83f110467083f90219be7e2419c3880ed94
 SHA512 
a72370541cbec8928f9e1ae0c130c94e71d826ac522eb39062840d4b78a7f6aacd13395b677f6ff1453e327af31a71af0e5f81893f57ba33edbb53b7683835b2
 DIST cattrs-1.9.0.gh.tar.gz 102241 BLAKE2B 
89cc71de97e1e63d3cfe3a4169c20e44d9fb8b85c6f939a0503d569dbf521d97ac325ead7c8bd58d4d32b6c6097a70effdf58553e334300639d6ef6c26b40bc7
 SHA512 
e1e4e59f802baf63cf931b3798bf39e4f18d5ab12a9aea000c2b649d34905d29ccb94f9ccdc5b2c52e48114fb9b292e59ab86da4c747243cae8a9d9ba25e768c

diff --git a/dev-python/cattrs/cattrs-1.10.0.ebuild 
b/dev-python/cattrs/cattrs-1.10.0.ebuild
new file mode 100644
index ..cd5e38f65158
--- /dev/null
+++ b/dev-python/cattrs/cattrs-1.10.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Composable complex class support for attrs and dataclasses"
+HOMEPAGE="
+   https://pypi.org/project/cattrs/
+   https://github.com/python-attrs/cattrs/;
+SRC_URI="
+   https://github.com/python-attrs/cattrs/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-python/attrs-20.1.0[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   dev-python/hypothesis[${PYTHON_USEDEP}]
+   dev-python/immutables[${PYTHON_USEDEP}]
+   )"
+# test_preconf:
+#  dev-python/bson[${PYTHON_USEDEP}]
+#  dev-python/msgpack[${PYTHON_USEDEP}]
+#  dev-python/orjson[${PYTHON_USEDEP}]
+#  dev-python/pyyaml[${PYTHON_USEDEP}]
+#  dev-python/tomlkit[${PYTHON_USEDEP}]
+#  dev-python/ujson[${PYTHON_USEDEP}]
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -e 's:--benchmark.*::' -e '/addopts/d' -i pyproject.toml || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   # unpackaged deps, see above
+   epytest tests --ignore tests/test_preconf.py
+}



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

2022-01-04 Thread Arthur Zamarin
commit: eec0486412ed8531bb64cd69820ee9ba4670dd27
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Jan  4 22:05:27 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Jan  4 22:05:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eec04864

dev-python/django: drop 2.2.25, 3.1.14, 3.2.10, 4.0

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

 dev-python/django/Manifest |   8 ---
 dev-python/django/django-2.2.25.ebuild |  92 -
 dev-python/django/django-3.1.14.ebuild |  95 --
 dev-python/django/django-3.2.10.ebuild | 101 
 dev-python/django/django-4.0.ebuild| 103 -
 5 files changed, 399 deletions(-)

diff --git a/dev-python/django/Manifest b/dev-python/django/Manifest
index a38e29e59a65..15b2ebb1a2e2 100644
--- a/dev-python/django/Manifest
+++ b/dev-python/django/Manifest
@@ -1,14 +1,6 @@
-DIST Django-2.2.25.checksum.txt 2556 BLAKE2B 
81743dc51043d12af7dce1f70190a1e53a6be7a8ae6f34fe10fa713321f8d432119f6e4e58679866a8d61dbe640c8c18d97dfa9a3767bbafb5732b9619ecb475
 SHA512 
1cc2982c3ab83c4af47adad14a07badc301f1b03640c34ac043ca663ac0e8c3c0a9c4de8ebd01e29f2e2c8441ae29826c91faa8f1d4e6f6824e7c849a868ddf7
-DIST Django-2.2.25.tar.gz 9185326 BLAKE2B 
54df79f3ee75d588cdf46c931a53331894bc113563d2e472cf5472ba66eac1ed62f9e54798dd726837be2ef9598ed20936dbe5e3ff395249e7011af3d551e672
 SHA512 
c3d377c8d1ce54c93477615cff1cc74fc21791bc9db6b059787e07d0bc25b4d0c1a5804bf781d45ebba1f5f5c280957cff2bba063fea4fc005a1e945b9a7fa8f
 DIST Django-2.2.26.checksum.txt 2561 BLAKE2B 
a974c7d5c8cef76e781e4fa1559725cc7d77de3d16b08ec20d034b38cb39a986b62397532bbc81d4414b3eae8a5487a9fef9615eed73946a54a2b43cdf34a6ad
 SHA512 
7c1d3e04913237ed0dc9955eedd02cfb5113b9536ed0b471d873269ec82099561714a061b74bf212c2e99bbe47e6cf72e639358a2f9134f751fdd7cd53e6ce17
 DIST Django-2.2.26.tar.gz 9207984 BLAKE2B 
abd520bc5681b8450e51c4248eb97558daa6a87f74915bea8857843a5ea9be6bf3a04c9f5871c35d2076adb644da266c7b88ac39bb2837ff1eaa71f885bd08bf
 SHA512 
2005b081e7347f6f8fd4837219043bd1728cd85aca00c62a16432f63272abec7d30b7461675708fa0f55e3273af5bbd67c26d31934f8a4a38f48e65ea721916f
-DIST Django-3.1.14.checksum.txt 2556 BLAKE2B 
bb17e596d076489ac00b6b3eb98ab2949692a82fbc542537f3758c2a53ea4aaeca15bf00c49b363e00d32c2d6face05e6b6e07000219cb8e5ceea2f9d9918ec2
 SHA512 
a0dd1e9dd739e6891435a02ce4711560c7f0c869a04d540fdb1b90d2cedfdd7d9892e442fb991c4f4cb8ca1862fd8f3a55d88a10645ecf0178d1ea63e17e8e89
-DIST Django-3.1.14.tar.gz 9659386 BLAKE2B 
5e9317e777e3879f2cea3eea98018884c073eed47c3da9aab09858bc0869f4f34f48d20860c3236498879b6c9b5cb9d5ba12f0528b703436a2c37325d286
 SHA512 
5356f453e23a33092221137769a594608771c5832c0dc00453e571fee056438b5366eba720b1fefa33099356980ee56a9665fc6ed7c86f5412e45d6432940e64
-DIST Django-3.2.10.checksum.txt 2556 BLAKE2B 
cdc1b28f213e43b27b0534587b8475bd68979f3c179357a7978109fa85ee0a4bbd5d0bba4625e6850aca603f688483dbdcb102a7411e74394079d2b0c0ef767e
 SHA512 
852f867a5a11f11f98710cf27fdba2774de537dbe1e5edc402214acb65a6e00bf05a7b4fe5eb663cc21aa6ee9da890d7c74172a17c1b084db89ada1ff1db3745
-DIST Django-3.2.10.tar.gz 9811341 BLAKE2B 
a2ed3dda0d88a884443cc07446921fcd9cc9f302b5f578910f2e4027f8d87b92717bb22a7bf73cdb44fb7ddf4c178349e31eee6b796a45727356cde24e41d318
 SHA512 
6b793a1e544ab988d909d9fc5152d9dbba864c4916bb1f703a07c72f1a945ba93ba53b2f8843b67a16d0e68a736c43faf2f3d8aaa0867de1668c3845c24da7da
 DIST Django-3.2.11.checksum.txt 2561 BLAKE2B 
ece4f40d4d368e2e5ad3cc3ed6072aa8d1693b47d68b76020059508bfc10a30f6291f5e84c68bb959fa973c4e060bf4fd408beefaedc13b68e81b721cb78aab3
 SHA512 
4f2c12088cfb69f547ba687e9cac34b68a9bd28c793482430bda078f51e780b1272de7ec7816dc31d2fa93bf1c68973f847d67c01414fc8bf07fa6f6ea09dc39
 DIST Django-3.2.11.tar.gz 9821958 BLAKE2B 
8f83db578e31c3cbeca67bd826b4c639b346e449de83aba6ddf6bf4eef1fc58ebcbbddf91227012e592516d7796d9f3cc468ae4ce51d684b4aa0a417bb39ddb1
 SHA512 
ea1ca9a76afcd7e20d0ce518efc0497bbd11f4ab7ed20bd4490561bfcfc6c80db8922a22d8aca94c1dc2743e7366b28a0ae76c3d64f55afc142c38a744dd5120
 DIST Django-4.0.1.checksum.txt 2552 BLAKE2B 
123a613af7ff1ccb423c11086501a4419d86cf07c0ae7a4751f12d32f1592916e72e3e47cee13192944a3fc05ce5ee7ac81038118e346545536f313a10783de6
 SHA512 
979a7c5efafd4d8923d6c769ddd7d73c67482c33fd1a76c64d75aee0a03399e35703e7cbde9f5ad25baab969c33ab53690400e39c879e54066a146944e5d0ee1
 DIST Django-4.0.1.tar.gz 9995484 BLAKE2B 
af05ec1ec1d079e383efc590de78413b7fd769e7f03c5d4bdcfd26f193a46f783b4c3428558f5d3281cab9a7fa8be4cfecdc4edaf1bea72f37e8e983b3c061f1
 SHA512 
7753c516b080c10673c3a95e8ec4af00984aeed5f288e4d6e7ab1efd461222a343701b21cfd27bc61ee4e63df5ce3f3be49398490a995f6839e63b40c3fe306c
-DIST Django-4.0.checksum.txt 2529 BLAKE2B 
0488acaf4fe37c99e3bd2370d47c47db81ffcad961212a88e7d53349299fdb3cbdc4a10fea3729d6d2353405216b8073abe8fcb2596b845760f16f2539ba4417
 SHA512 

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

2022-01-04 Thread Arthur Zamarin
commit: 9a7de63b890a61269179edf8d2c4bc9cbad90934
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Jan  4 22:04:17 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Jan  4 22:04:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a7de63b

dev-python/django: Stabilize 3.2.11 ALLARCHES, #830615

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

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

diff --git a/dev-python/django/django-3.2.11.ebuild 
b/dev-python/django/django-3.2.11.ebuild
index 9ad7526948c5..497bdd348c2e 100644
--- a/dev-python/django/django-3.2.11.ebuild
+++ b/dev-python/django/django-3.2.11.ebuild
@@ -22,7 +22,7 @@ LICENSE+=" Apache-2.0"
 # admin icons, jquery, xregexp.js
 LICENSE+=" MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86 ~x64-macos"
 IUSE="doc sqlite test"
 RESTRICT="!test? ( test )"
 



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

2022-01-04 Thread Arthur Zamarin
commit: 92dea0c893d5515d11f1bcd751f2bf5120fe3e72
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Jan  4 22:04:16 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Jan  4 22:04:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92dea0c8

dev-python/django: Stabilize 2.2.26 ALLARCHES, #830615

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

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

diff --git a/dev-python/django/django-2.2.26.ebuild 
b/dev-python/django/django-2.2.26.ebuild
index 9fc3644a1ce4..6f0e46e6ba74 100644
--- a/dev-python/django/django-2.2.26.ebuild
+++ b/dev-python/django/django-2.2.26.ebuild
@@ -22,7 +22,7 @@ LICENSE+=" Apache-2.0"
 # admin icons, jquery, xregexp.js
 LICENSE+=" MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos"
 IUSE="doc sqlite test"
 RESTRICT="!test? ( test )"
 



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

2022-01-04 Thread Matthias Maier
commit: 75b81c60327b92dedd6d8a072c170d9b87105402
Author: Matthias Maier  gentoo  org>
AuthorDate: Tue Jan  4 19:16:48 2022 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Tue Jan  4 21:49:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75b81c60

sci-libs/dealii: fix build with boost 1.77

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

 .../{dealii-9.3.1-r3.ebuild => dealii-9.3.1-r4.ebuild}   |  5 +++--
 sci-libs/dealii/files/dealii-9.1.1-fix_boost_177.patch   | 12 
 2 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/sci-libs/dealii/dealii-9.3.1-r3.ebuild 
b/sci-libs/dealii/dealii-9.3.1-r4.ebuild
similarity index 97%
rename from sci-libs/dealii/dealii-9.3.1-r3.ebuild
rename to sci-libs/dealii/dealii-9.3.1-r4.ebuild
index c52bce06b69d..ebe0f99102e4 100644
--- a/sci-libs/dealii/dealii-9.3.1-r3.ebuild
+++ b/sci-libs/dealii/dealii-9.3.1-r4.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
@@ -45,7 +45,7 @@ REQUIRED_USE="
 # accessible. Just fix the version for the time being.
 CAS_VERSION=7.5.3
 
-RDEPEND="
+ 
+ DEAL_II_DISABLE_EXTRA_DIAGNOSTICS
++#include 
+ #include 
+ #include 
+ DEAL_II_ENABLE_EXTRA_DIAGNOSTICS



[gentoo-commits] repo/gentoo:master commit in: sci-libs/dealii/

2022-01-04 Thread Matthias Maier
commit: 9c42335189309bc754d184044540ca92869e1a57
Author: Matthias Maier  gentoo  org>
AuthorDate: Tue Jan  4 21:49:13 2022 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Tue Jan  4 21:49:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c423351

sci-libs/dealii: remove blocker from live ebuild

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

 sci-libs/dealii/dealii-.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sci-libs/dealii/dealii-.ebuild 
b/sci-libs/dealii/dealii-.ebuild
index 4717fd8600ce..f95f48acaaac 100644
--- a/sci-libs/dealii/dealii-.ebuild
+++ b/sci-libs/dealii/dealii-.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
@@ -46,7 +46,6 @@ REQUIRED_USE="
 CAS_VERSION=7.5.3
 
 RDEPEND="dev-libs/boost:=
-   !~dev-libs/boost-1.77.0
app-arch/bzip2
sys-libs/zlib
dev-cpp/cpp-taskflow



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

2022-01-04 Thread Ionen Wolkens
commit: 5ab5d2999cb504df3136977702e28ef4649b4cb0
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Tue Jan  4 21:17:43 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Jan  4 21:47:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ab5d299

x11-terms/kitty: make transfer kitten optional and simplify tests

Feel only a handful of users will want this extra dependency
used to transfer files over the terminal itself (e.g. serial
link too, albeit kitty must exist on other end), but unfortunately
upstream doesn't offer build-time options to exclude features.

Given these seds are getting heavy (needed 1 more sed + rm to
disable transfer tests), require every USE beside debug to run
tests rather than try to exclude them. Doesn't make a difference
for self-testing albeit tinderboxes may end up skipping.

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

 ...{kitty-0.24.0.ebuild => kitty-0.24.0-r1.ebuild} | 16 +---
 x11-terms/kitty/kitty-.ebuild  | 22 ++
 x11-terms/kitty/metadata.xml   |  3 +++
 3 files changed, 26 insertions(+), 15 deletions(-)

diff --git a/x11-terms/kitty/kitty-0.24.0.ebuild 
b/x11-terms/kitty/kitty-0.24.0-r1.ebuild
similarity index 89%
rename from x11-terms/kitty/kitty-0.24.0.ebuild
rename to x11-terms/kitty/kitty-0.24.0-r1.ebuild
index e110c82bbd0b..5b83c19b7dda 100644
--- a/x11-terms/kitty/kitty-0.24.0.ebuild
+++ b/x11-terms/kitty/kitty-0.24.0-r1.ebuild
@@ -19,11 +19,11 @@ HOMEPAGE="https://sw.kovidgoyal.net/kitty/;
 
 LICENSE="GPL-3"
 SLOT="0"
-IUSE="+X debug test wayland"
+IUSE="+X debug test transfer wayland"
 REQUIRED_USE="
|| ( X wayland )
${PYTHON_REQUIRED_USE}"
-RESTRICT="!test? ( test )"
+RESTRICT="!X? ( test ) !test? ( test ) !transfer? ( test ) !wayland? ( test )"
 
 RDEPEND="
${PYTHON_DEPS}
@@ -33,7 +33,6 @@ RDEPEND="
media-libs/lcms:2
media-libs/libglvnd[X?]
media-libs/libpng:=
-   net-libs/librsync:=
sys-apps/dbus
sys-libs/zlib:=
x11-libs/libxkbcommon[X?]
@@ -41,6 +40,7 @@ RDEPEND="
~x11-terms/kitty-shell-integration-${PV}
~x11-terms/kitty-terminfo-${PV}
X? ( x11-libs/libX11 )
+   transfer? ( net-libs/librsync:= )
wayland? ( dev-libs/wayland )"
 DEPEND="
${RDEPEND}
@@ -66,10 +66,12 @@ PATCHES=(
 src_prepare() {
default
 
-   sed "s/'x11 wayland'/'$(usev X x11) $(usev wayland)'/" -i setup.py || 
die
-   sed "s/else linux_backends/else [$(usev X "'x11',")$(usev wayland 
"'wayland'")]/" \
-   -i kitty_tests/check_build.py || die
-   use X || sed "/glfw_path('x11')/s/x11/wayland/" -i kitty_tests/glfw.py 
|| die
+   sed -i "s/'x11 wayland'/'$(usev X x11) $(usev wayland)'/" setup.py || 
die
+
+   if use !transfer; then
+   sed -i 's/rs_cflag =/& []#/;/files.*rsync/d' setup.py || die
+   rm -r kittens/transfer || die
+   fi
 
# --shell-integration="enabled no-rc" is the intended way to set
# no-rc by default, but setup.py's replacer currently fails

diff --git a/x11-terms/kitty/kitty-.ebuild 
b/x11-terms/kitty/kitty-.ebuild
index a0d732aca31a..5b83c19b7dda 100644
--- a/x11-terms/kitty/kitty-.ebuild
+++ b/x11-terms/kitty/kitty-.ebuild
@@ -19,11 +19,11 @@ HOMEPAGE="https://sw.kovidgoyal.net/kitty/;
 
 LICENSE="GPL-3"
 SLOT="0"
-IUSE="+X debug test wayland"
+IUSE="+X debug test transfer wayland"
 REQUIRED_USE="
|| ( X wayland )
${PYTHON_REQUIRED_USE}"
-RESTRICT="!test? ( test )"
+RESTRICT="!X? ( test ) !test? ( test ) !transfer? ( test ) !wayland? ( test )"
 
 RDEPEND="
${PYTHON_DEPS}
@@ -33,7 +33,6 @@ RDEPEND="
media-libs/lcms:2
media-libs/libglvnd[X?]
media-libs/libpng:=
-   net-libs/librsync:=
sys-apps/dbus
sys-libs/zlib:=
x11-libs/libxkbcommon[X?]
@@ -41,6 +40,7 @@ RDEPEND="
~x11-terms/kitty-shell-integration-${PV}
~x11-terms/kitty-terminfo-${PV}
X? ( x11-libs/libX11 )
+   transfer? ( net-libs/librsync:= )
wayland? ( dev-libs/wayland )"
 DEPEND="
${RDEPEND}
@@ -66,10 +66,17 @@ PATCHES=(
 src_prepare() {
default
 
-   sed "s/'x11 wayland'/'$(usev X x11) $(usev wayland)'/" -i setup.py || 
die
-   sed "s/else linux_backends/else [$(usev X "'x11',")$(usev wayland 
"'wayland'")]/" \
-   -i kitty_tests/check_build.py || die
-   use X || sed "/glfw_path('x11')/s/x11/wayland/" -i kitty_tests/glfw.py 
|| die
+   sed -i "s/'x11 wayland'/'$(usev X x11) $(usev wayland)'/" setup.py || 
die
+
+   if use !transfer; then
+   sed -i 's/rs_cflag =/& []#/;/files.*rsync/d' setup.py || die
+   rm -r kittens/transfer || die
+   fi
+
+   # --shell-integration="enabled no-rc" is the intended way to set
+   # no-rc by default, but setup.py's replacer currently fails
+   # 

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

2022-01-04 Thread Arthur Zamarin
commit: 2f1280f70df243d4f382673272e5bd089fd45eb6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Jan  4 21:44:22 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Jan  4 21:46:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f1280f7

dev-python/ubelt: add 0.11.0

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

 dev-python/ubelt/Manifest|  1 +
 dev-python/ubelt/ubelt-0.11.0.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/ubelt/Manifest b/dev-python/ubelt/Manifest
index 116b3d811c43..5fb79ec89be9 100644
--- a/dev-python/ubelt/Manifest
+++ b/dev-python/ubelt/Manifest
@@ -1,2 +1,3 @@
 DIST ubelt-0.10.1.tar.gz 216033 BLAKE2B 
e481b2cf61788b50038ad69f0e2b637dfa0259d24ecca1a5587fe283d2270de205cb085112b9285cf57f664ce8a9d107f08b9b6735c8bea6fb97f6f48935dba9
 SHA512 
c15af249e6b94f69050703a4004307d91854e2ac7e25c5ac8d467b5b5f3363989f93bf2917eaf3c0f2485258b3530d7317f39449d5ac7ad5ed9b4615d916decb
 DIST ubelt-0.10.2.tar.gz 240069 BLAKE2B 
34a24781264dd910e7a3afd87287f8ec9d1e4d1b4dd205f249fdc878861cd9c511121c61a5ca208b3f8ced785a0cec26c715b6a9ef3fee4a8f903e8557d3790f
 SHA512 
8666a05f53d29d39ddd0fca213a9465948fd108bef9e95fc6160cb8331ae6876b9e7297d380cac37383c602d7ad4c248a4d7e03b4306dad5c6b26e0423720afb
+DIST ubelt-0.11.0.tar.gz 251931 BLAKE2B 
628c62395b38da5fe70cf5c4eaef74f411cb431ca3837aadc0bfafd28d9ba15a75850d22b317d207e79d81c7e015a7adad28fb14804c25b3e9ef1a473d5af8c2
 SHA512 
ae95f719238e89ece2bd8ef525d7acc72058a770ff8c0be58e27d9fd0f50b1ae978d71589474133ce1065130562cae63282c4c97f69756ce1c64ce4330a5da1e

diff --git a/dev-python/ubelt/ubelt-0.11.0.ebuild 
b/dev-python/ubelt/ubelt-0.11.0.ebuild
new file mode 100644
index ..05531fa0f9eb
--- /dev/null
+++ b/dev-python/ubelt/ubelt-0.11.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="A stdlib like feel, and extra batteries. Hashing, Caching, 
Timing, Progress"
+HOMEPAGE="https://github.com/Erotemic/ubelt;
+SRC_URI="https://github.com/Erotemic/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+SLOT="0"
+LICENSE="Apache-2.0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]
+   dev-python/ordered-set[${PYTHON_USEDEP}]"
+
+DEPEND="test? ( dev-python/xdoctest[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # relies on passwd home being equal to ${HOME}
+   ubelt/util_path.py::userhome:0
+)



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

2022-01-04 Thread Arthur Zamarin
commit: fb5265600bc89fcb4c79fc4195550bd380d85a77
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Jan  4 21:36:04 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Jan  4 21:46:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb526560

dev-python/pytest-regressions: add 2.3.0

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

 dev-python/pytest-regressions/Manifest |  1 +
 .../pytest-regressions-2.3.0.ebuild| 43 ++
 2 files changed, 44 insertions(+)

diff --git a/dev-python/pytest-regressions/Manifest 
b/dev-python/pytest-regressions/Manifest
index e9d8ef35a55f..acf371ff2dc5 100644
--- a/dev-python/pytest-regressions/Manifest
+++ b/dev-python/pytest-regressions/Manifest
@@ -1 +1,2 @@
 DIST pytest-regressions-2.2.0.tar.gz 98162 BLAKE2B 
d87b331a35a988e8da6a6c827b594eea6ac64adb17a5b4a054ff0e9526d8d0153d84e0f59ffc805f76a96c1b100961ae12d05849fe2dd35ff4c18f42e235b3b0
 SHA512 
a4c91590f6e3825eef97da4fb21c1b852b68b60d6dc61ca9e1581737c0cb02831b091ae215aa16a5c50d06d413dabf243de4e98ebd01ce2af7fd2ddbaedec3fb
+DIST pytest-regressions-2.3.0.tar.gz 109181 BLAKE2B 
1b47d437c46c134b76b724859b6ebdca6aabee9932a7d63b64f3ee1561a2d84dca9c09b5d7fe7847af97814570cfa85a1eb26ef6c0e6bc14f9ce5684cca0874d
 SHA512 
6013f468c522711eade949d814917ffcd77ef2f3505926d9529a8cfea6c8ee33b5520fa48369160767efdd70e6c54230fc8c77a4c5105c783339a3d7fca93bf7

diff --git a/dev-python/pytest-regressions/pytest-regressions-2.3.0.ebuild 
b/dev-python/pytest-regressions/pytest-regressions-2.3.0.ebuild
new file mode 100644
index ..8a4c7910c67a
--- /dev/null
+++ b/dev-python/pytest-regressions/pytest-regressions-2.3.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Easy to use fixtures to write regression tests"
+HOMEPAGE="https://github.com/ESSS/pytest-regressions;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~x86"
+
+RDEPEND="
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/pytest-datadir[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   test? (
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pandas[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/tox[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests --install pytest
+distutils_enable_sphinx doc dev-python/sphinx_rtd_theme
+
+python_prepare_all() {
+   # Does not work with the panda's version in ::gentoo
+   sed -i -e 's:test_non_numeric_data:_&:' \
+   -e 's:test_non_pandas_dataframe:_&:' \
+   tests/test_dataframe_regression.py || die
+
+   distutils-r1_python_prepare_all
+}



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

2022-01-04 Thread Arthur Zamarin
commit: 81e7a1da852f8a8b53b43be7348b62aeafc9895b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Jan  4 21:43:26 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Jan  4 21:46:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81e7a1da

dev-python/astroid: add 2.9.2

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

 dev-python/astroid/Manifest |  1 +
 dev-python/astroid/astroid-2.9.2.ebuild | 49 +
 2 files changed, 50 insertions(+)

diff --git a/dev-python/astroid/Manifest b/dev-python/astroid/Manifest
index 6a22cb614277..b165c8867461 100644
--- a/dev-python/astroid/Manifest
+++ b/dev-python/astroid/Manifest
@@ -2,3 +2,4 @@ DIST astroid-2.7.3.tar.gz 378876 BLAKE2B 
016ab6e798f1a608c0e0ce0bd81865145349c70
 DIST astroid-2.8.6.tar.gz 394852 BLAKE2B 
400531227ce5a8b0f284f51ccb2d37aeb0463ee0fc7faceb3fd33b4bd727b7283421fb69c50eba3246217e06dca2cecfac49030d33c7e2a7cf252144860b50a3
 SHA512 
8fae723f0b7df34ba51d7f97634b09173956ae1eaa1543b81af8a80b5d9c9fcbdd96de709da2432a935dd5fc7369f9f1ea03cf2b7e3f0b09dac8485145d8f1d9
 DIST astroid-2.9.0.tar.gz 404906 BLAKE2B 
2aefe21392289b95a4ea3bde047e6f33b6915f4feac722164b4c35cc97dedb83f7d2e7f277485c5a3a8c7abc7865ccd88923266aa675755eeb17b0bd22077931
 SHA512 
949520268303a257102c2348920df9ff779bf5736739be5985b0441fae664212bee476445dc5d52478e789e08bbd5826ef83cf8a730a73d4e2d6eb04251c3cee
 DIST astroid-2.9.1.tar.gz 408617 BLAKE2B 
921178fc6be9f3905c0e93c755fbf0ff70da4bf6242cb10a6881e78b66f9636fa39d7aef1ba9435ec69ae314968d33126a64d2d11a8da2aa2ee0dc9010d58ce3
 SHA512 
b6c69a316bd9f21be34b5e15505e38719721991c0b9a9162233c2c8c7b0fcef792027f6564fa58f083448d00bbae910f8dad1a2957aad5d3bf23c1bfb6727e31
+DIST astroid-2.9.2.tar.gz 408664 BLAKE2B 
918fcf1e90667a9f3c69689557026f282e5fbbb40a8e3c184569f53d9a005d9822538cd15401e984256f928731d44a04d1a618ca818eb1eeae57b32e94d06425
 SHA512 
e9523f5874dec8cc3f252efc2b2f6707999772cc9809cf982d92693182052e575eac31c7d759c9aea22068e90a9bb25d89a20bc8d89dfe2ba44ebcc04f78471e

diff --git a/dev-python/astroid/astroid-2.9.2.ebuild 
b/dev-python/astroid/astroid-2.9.2.ebuild
new file mode 100644
index ..7d421ea6fce4
--- /dev/null
+++ b/dev-python/astroid/astroid-2.9.2.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Abstract Syntax Tree for logilab packages"
+HOMEPAGE="
+   https://github.com/PyCQA/astroid/
+   https://pypi.org/project/astroid/;
+SRC_URI="
+   https://github.com/PyCQA/astroid/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+
+# Version specified in __pkginfo__.py.
+RDEPEND="
+   >=dev-python/lazy-object-proxy-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/typing-extensions-3.10[${PYTHON_USEDEP}]
+   

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

2022-01-04 Thread Stephan Hartmann
commit: 149e4732d82943c280997243d2e044414e8c17b8
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Tue Jan  4 21:34:46 2022 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Tue Jan  4 21:35:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=149e4732

www-client/chromium: promote M97 to stable channel

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Stephan Hartmann  gentoo.org>

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

diff --git a/www-client/chromium/chromium-97.0.4692.71.ebuild 
b/www-client/chromium/chromium-97.0.4692.71.ebuild
index 65119a3ae012..e11b724ca6f8 100644
--- a/www-client/chromium/chromium-97.0.4692.71.ebuild
+++ b/www-client/chromium/chromium-97.0.4692.71.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}

https://github.com/stha09/chromium-patches/releases/download/${PATCHSET_NAME}/${PATCHSET_NAME}.tar.xz;
 
 LICENSE="BSD"
-SLOT="0/beta"
+SLOT="0/stable"
 KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="component-build cups cpu_flags_arm_neon debug +hangouts headless 
+js-type-check kerberos +official pic +proprietary-codecs pulseaudio screencast 
selinux +suid +system-ffmpeg +system-harfbuzz +system-icu +system-png vaapi 
wayland widevine"
 REQUIRED_USE="



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

2022-01-04 Thread Arthur Zamarin
commit: 2e1c63ff0805dfb4dfd08e6031d9c06acc7caf12
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Jan  4 20:51:07 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Jan  4 21:29:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e1c63ff

dev-python/charset_normalizer: add 2.0.10

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

 dev-python/charset_normalizer/Manifest |  1 +
 .../charset_normalizer-2.0.10.ebuild   | 27 ++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/charset_normalizer/Manifest 
b/dev-python/charset_normalizer/Manifest
index a42349f5965f..0914f183bf25 100644
--- a/dev-python/charset_normalizer/Manifest
+++ b/dev-python/charset_normalizer/Manifest
@@ -1 +1,2 @@
+DIST charset_normalizer-2.0.10.gh.tar.gz 82368 BLAKE2B 
935af7625c138f8751de60c4179ee6b0195e99366c7bbecd8e9dfdf09ea557e2eb7cb86830321f91b3b7aa3fc1b3cc376266a4c22d23aabc6dfa6b9db57beb45
 SHA512 
87c8cbadef8c57121f0f6e2ea9558a9d2124dc444789dd984beadae020349a4e48a484e8937399f0e99f8c87edc621d55d26a9f22fa738e468e70ed17564d7ae
 DIST charset_normalizer-2.0.9.gh.tar.gz 79757 BLAKE2B 
9e4b3f65689791739f6b7509bcf9cce8f0a9c536251452b1130aa4476fa218c11087db719d8273087884a9e96b9daf32599d1386e95bda42ca31600b0b37299e
 SHA512 
0957752c1083897193fbdfbeec453a2b279b0834c0074f9f1ae08faac51d3e281eeb0a6d8fb217885101fd04761296555364a9f957e89bf8103fdc569d249056

diff --git a/dev-python/charset_normalizer/charset_normalizer-2.0.10.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-2.0.10.ebuild
new file mode 100644
index ..34243bc62c2c
--- /dev/null
+++ b/dev-python/charset_normalizer/charset_normalizer-2.0.10.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="The Real First Universal Charset Detector"
+HOMEPAGE="
+   https://pypi.org/project/charset-normalizer/
+   https://github.com/ousret/charset_normalizer/;
+SRC_URI="
+   https://github.com/Ousret/charset_normalizer/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -i -e '/addopts/d' setup.cfg || die
+   distutils-r1_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-autodoc-typehints/

2022-01-04 Thread Arthur Zamarin
commit: ed5aaa85123e57ed2433b08ce352b5627e9bed24
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Jan  4 20:53:21 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Jan  4 21:29:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed5aaa85

dev-python/sphinx-autodoc-typehints: add 1.13.1

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

 dev-python/sphinx-autodoc-typehints/Manifest   |  1 +
 .../sphinx-autodoc-typehints-1.13.1.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/sphinx-autodoc-typehints/Manifest 
b/dev-python/sphinx-autodoc-typehints/Manifest
index ab17792d41e8..a66eb24f1dc3 100644
--- a/dev-python/sphinx-autodoc-typehints/Manifest
+++ b/dev-python/sphinx-autodoc-typehints/Manifest
@@ -1,2 +1,3 @@
 DIST sphinx-autodoc-typehints-1.12.0.tar.gz 19494 BLAKE2B 
beacc4f8ab453612dfd5264f1c65fd6bdd957269a28ee5b71b762d0baf5a3d4be58398b32d4263f996648281c1139f47a7564e8fc6444a94095f6a970b4cc27a
 SHA512 
92fa340495a48111fa3d600d8c46d83214505ac2a5c71cb1303e846ac439f1e0ff14f8ce8dfd5ffdb6a62a9fa15dde8a5227f946840d9377ad5f7fde25894b75
 DIST sphinx-autodoc-typehints-1.13.0.gh.tar.gz 19898 BLAKE2B 
a927802a9daec5a2755c06a974aaea30fa92dfd16712d705c9ecb1c9a7b15d5285ade1d8e83d20e9220823500e0257e278b7e48942d9ee6cafdbc36793e9698f
 SHA512 
cc2f91da6b76eb4ccd7579ce27c4d8f2117707b253bd2246711a5179faecc61c4873b3a5e8c1346e03d1db4c59ae76bea0160f34c66f1a0c2dbba1ac2a8086a1
+DIST sphinx-autodoc-typehints-1.13.1.gh.tar.gz 19923 BLAKE2B 
d0f72b814c83dd8987b80bdbaffbab5c3a7c671d9e56e9bb62d3cf44dec1df7b5fb9c591928b89680427069ce8d5953f4dea52de9eb4a4add07a332be96c730a
 SHA512 
50e2958aafaa661cb209da04bb456dadddc4782dd2168c3f6524fba26d906479c66e5b22b3f49fff0c4022acb4b5b99ff73b250cb3e4d5dd9f083c4a5ab12531

diff --git 
a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.13.1.ebuild 
b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.13.1.ebuild
new file mode 100644
index ..2791bdf02bb4
--- /dev/null
+++ b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.13.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..9} )
+inherit distutils-r1
+
+DESCRIPTION="Type hints support for the Sphinx autodoc extension "
+HOMEPAGE="
+   https://github.com/tox-dev/sphinx-autodoc-typehints/
+   https://pypi.org/project/sphinx-autodoc-typehints/
+"
+SRC_URI="
+   https://github.com/tox-dev/sphinx-autodoc-typehints/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+SLOT="0"
+
+RDEPEND=">=dev-python/sphinx-4[${PYTHON_USEDEP}]"
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? (
+   dev-python/sphobjinv[${PYTHON_USEDEP}]
+   dev-python/typing-extensions[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # this package is addicted to Internet
+   tests/test_sphinx_autodoc_typehints.py::test_format_annotation
+)
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}



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

2022-01-04 Thread Arthur Zamarin
commit: 9d36750593a87f1e4fed09d03f6ef95395a3a135
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Jan  4 21:29:01 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Jan  4 21:29:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d367505

dev-python/django: add 2.2.26, 3.2.11, 4.0.1

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

 dev-python/django/Manifest |   6 ++
 dev-python/django/django-2.2.26.ebuild |  92 +
 dev-python/django/django-3.2.11.ebuild | 101 
 dev-python/django/django-4.0.1.ebuild  | 103 +
 4 files changed, 302 insertions(+)

diff --git a/dev-python/django/Manifest b/dev-python/django/Manifest
index 53143ba51c04..a38e29e59a65 100644
--- a/dev-python/django/Manifest
+++ b/dev-python/django/Manifest
@@ -1,8 +1,14 @@
 DIST Django-2.2.25.checksum.txt 2556 BLAKE2B 
81743dc51043d12af7dce1f70190a1e53a6be7a8ae6f34fe10fa713321f8d432119f6e4e58679866a8d61dbe640c8c18d97dfa9a3767bbafb5732b9619ecb475
 SHA512 
1cc2982c3ab83c4af47adad14a07badc301f1b03640c34ac043ca663ac0e8c3c0a9c4de8ebd01e29f2e2c8441ae29826c91faa8f1d4e6f6824e7c849a868ddf7
 DIST Django-2.2.25.tar.gz 9185326 BLAKE2B 
54df79f3ee75d588cdf46c931a53331894bc113563d2e472cf5472ba66eac1ed62f9e54798dd726837be2ef9598ed20936dbe5e3ff395249e7011af3d551e672
 SHA512 
c3d377c8d1ce54c93477615cff1cc74fc21791bc9db6b059787e07d0bc25b4d0c1a5804bf781d45ebba1f5f5c280957cff2bba063fea4fc005a1e945b9a7fa8f
+DIST Django-2.2.26.checksum.txt 2561 BLAKE2B 
a974c7d5c8cef76e781e4fa1559725cc7d77de3d16b08ec20d034b38cb39a986b62397532bbc81d4414b3eae8a5487a9fef9615eed73946a54a2b43cdf34a6ad
 SHA512 
7c1d3e04913237ed0dc9955eedd02cfb5113b9536ed0b471d873269ec82099561714a061b74bf212c2e99bbe47e6cf72e639358a2f9134f751fdd7cd53e6ce17
+DIST Django-2.2.26.tar.gz 9207984 BLAKE2B 
abd520bc5681b8450e51c4248eb97558daa6a87f74915bea8857843a5ea9be6bf3a04c9f5871c35d2076adb644da266c7b88ac39bb2837ff1eaa71f885bd08bf
 SHA512 
2005b081e7347f6f8fd4837219043bd1728cd85aca00c62a16432f63272abec7d30b7461675708fa0f55e3273af5bbd67c26d31934f8a4a38f48e65ea721916f
 DIST Django-3.1.14.checksum.txt 2556 BLAKE2B 
bb17e596d076489ac00b6b3eb98ab2949692a82fbc542537f3758c2a53ea4aaeca15bf00c49b363e00d32c2d6face05e6b6e07000219cb8e5ceea2f9d9918ec2
 SHA512 
a0dd1e9dd739e6891435a02ce4711560c7f0c869a04d540fdb1b90d2cedfdd7d9892e442fb991c4f4cb8ca1862fd8f3a55d88a10645ecf0178d1ea63e17e8e89
 DIST Django-3.1.14.tar.gz 9659386 BLAKE2B 
5e9317e777e3879f2cea3eea98018884c073eed47c3da9aab09858bc0869f4f34f48d20860c3236498879b6c9b5cb9d5ba12f0528b703436a2c37325d286
 SHA512 
5356f453e23a33092221137769a594608771c5832c0dc00453e571fee056438b5366eba720b1fefa33099356980ee56a9665fc6ed7c86f5412e45d6432940e64
 DIST Django-3.2.10.checksum.txt 2556 BLAKE2B 
cdc1b28f213e43b27b0534587b8475bd68979f3c179357a7978109fa85ee0a4bbd5d0bba4625e6850aca603f688483dbdcb102a7411e74394079d2b0c0ef767e
 SHA512 
852f867a5a11f11f98710cf27fdba2774de537dbe1e5edc402214acb65a6e00bf05a7b4fe5eb663cc21aa6ee9da890d7c74172a17c1b084db89ada1ff1db3745
 DIST Django-3.2.10.tar.gz 9811341 BLAKE2B 
a2ed3dda0d88a884443cc07446921fcd9cc9f302b5f578910f2e4027f8d87b92717bb22a7bf73cdb44fb7ddf4c178349e31eee6b796a45727356cde24e41d318
 SHA512 
6b793a1e544ab988d909d9fc5152d9dbba864c4916bb1f703a07c72f1a945ba93ba53b2f8843b67a16d0e68a736c43faf2f3d8aaa0867de1668c3845c24da7da
+DIST Django-3.2.11.checksum.txt 2561 BLAKE2B 
ece4f40d4d368e2e5ad3cc3ed6072aa8d1693b47d68b76020059508bfc10a30f6291f5e84c68bb959fa973c4e060bf4fd408beefaedc13b68e81b721cb78aab3
 SHA512 
4f2c12088cfb69f547ba687e9cac34b68a9bd28c793482430bda078f51e780b1272de7ec7816dc31d2fa93bf1c68973f847d67c01414fc8bf07fa6f6ea09dc39
+DIST Django-3.2.11.tar.gz 9821958 BLAKE2B 
8f83db578e31c3cbeca67bd826b4c639b346e449de83aba6ddf6bf4eef1fc58ebcbbddf91227012e592516d7796d9f3cc468ae4ce51d684b4aa0a417bb39ddb1
 SHA512 
ea1ca9a76afcd7e20d0ce518efc0497bbd11f4ab7ed20bd4490561bfcfc6c80db8922a22d8aca94c1dc2743e7366b28a0ae76c3d64f55afc142c38a744dd5120
+DIST Django-4.0.1.checksum.txt 2552 BLAKE2B 
123a613af7ff1ccb423c11086501a4419d86cf07c0ae7a4751f12d32f1592916e72e3e47cee13192944a3fc05ce5ee7ac81038118e346545536f313a10783de6
 SHA512 
979a7c5efafd4d8923d6c769ddd7d73c67482c33fd1a76c64d75aee0a03399e35703e7cbde9f5ad25baab969c33ab53690400e39c879e54066a146944e5d0ee1
+DIST Django-4.0.1.tar.gz 9995484 BLAKE2B 
af05ec1ec1d079e383efc590de78413b7fd769e7f03c5d4bdcfd26f193a46f783b4c3428558f5d3281cab9a7fa8be4cfecdc4edaf1bea72f37e8e983b3c061f1
 SHA512 
7753c516b080c10673c3a95e8ec4af00984aeed5f288e4d6e7ab1efd461222a343701b21cfd27bc61ee4e63df5ce3f3be49398490a995f6839e63b40c3fe306c
 DIST Django-4.0.checksum.txt 2529 BLAKE2B 
0488acaf4fe37c99e3bd2370d47c47db81ffcad961212a88e7d53349299fdb3cbdc4a10fea3729d6d2353405216b8073abe8fcb2596b845760f16f2539ba4417
 SHA512 
26ac6ce6118d60d7bd0f0ef4c24c590eef7a102f546c3163000ad392d8f64b1c24648b8a4110df81170d60e3528466ceae974d408a700cf238dfdb8f9386d1ce
 

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

2022-01-04 Thread Arthur Zamarin
commit: 0cdd0bc134ef0cb0f591c5733bca2b8a4c130cc9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Jan  4 21:04:22 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Jan  4 21:29:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cdd0bc1

dev-python/python-utils: add 3.0.0

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

 dev-python/python-utils/Manifest  |  1 +
 dev-python/python-utils/python-utils-3.0.0.ebuild | 29 +++
 2 files changed, 30 insertions(+)

diff --git a/dev-python/python-utils/Manifest b/dev-python/python-utils/Manifest
index 60c609ddd0e5..b27835398dd0 100644
--- a/dev-python/python-utils/Manifest
+++ b/dev-python/python-utils/Manifest
@@ -3,3 +3,4 @@ DIST python-utils-2.6.0.tar.gz 14885 BLAKE2B 
089d7a57a8469968bed147a01907f35d143
 DIST python-utils-2.6.3.tar.gz 14914 BLAKE2B 
6df19348feba000dccc516704db38af299613c70505cd7fa16a2e37c4a46b1cff7ee9bf164be13da33a3b4eb6b9577b76202bfbffdaed47b1b7b60e948d349ac
 SHA512 
3c5834976408eae6b37aa07581960ee5511765f9ea1e6347523465a93ca801bc2d71f785a73a2050706dad2c09ffcfb5227715a9b4d0700904d31eb1295b30b6
 DIST python-utils-2.7.0.tar.gz 27743 BLAKE2B 
5cd0671ad1e003932aed0bf0b69326d907013d3f739e833f218600ee056d76bc87dd2a424f5459654de30dacc3378c14f10af1664344ac66813410d261718c61
 SHA512 
3401c9ad2e4933d0d40d4bc90f1dbe212e672289e7239a4a46d79a04e80f85bb0def67324f0184ca397ec3708cb935839ffe922a202de9c911198ea86d88e2c5
 DIST python-utils-2.7.1.tar.gz 28997 BLAKE2B 
3da11dcb297cace3c2c48ae91e6011be2f484a83f264be375437775eb99d9bafe703626ab0d2217da79ec096f90648d387ec7b41611e915ef33fce152553a18c
 SHA512 
9f74a33089886dcd28dfd45602c53a7c6cfc90b151a053dd7e49a5fd502479e889d08bd8b10fdd2ec3bc26e334ae66238740ff59291f4ac95fb486b64f925d4a
+DIST python-utils-3.0.0.tar.gz 23243 BLAKE2B 
640ebc1b3e59a30be5a5c40291d121919b9f90a71476acf66741cb4b8af691c50c3826d9e8e6b30464f2be8e5ba0ac4683f79962c8833073b8a43a108ead281d
 SHA512 
b03f97b66b71af8eb023ecfa1b671f2d566d139464f63cd512b129a5830651172843285fe7ef028047ca03f345221f5208eac8e1647361f173f1c7b3aed866a6

diff --git a/dev-python/python-utils/python-utils-3.0.0.ebuild 
b/dev-python/python-utils/python-utils-3.0.0.ebuild
new file mode 100644
index ..4b9e510e0bc3
--- /dev/null
+++ b/dev-python/python-utils/python-utils-3.0.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3)
+inherit distutils-r1
+
+DESCRIPTION="Collection of small Python functions & classes"
+HOMEPAGE="https://pypi.org/project/python-utils/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
+BDEPEND="test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests pytest
+
+EPYTEST_IGNORE=(
+   docs
+)
+
+python_prepare_all() {
+   sed -i -e '/--cov/d' -e '/--mypy/d' pytest.ini || die
+   distutils-r1_python_prepare_all
+}



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

2022-01-04 Thread Arthur Zamarin
commit: ffa9cf44c5ff90a63121ed0fed6ba0aa89078e6e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Jan  4 21:00:23 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Jan  4 21:29:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffa9cf44

dev-python/pyghmi: add 1.5.32

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

 dev-python/pyghmi/Manifest |  1 +
 dev-python/pyghmi/pyghmi-1.5.32.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/pyghmi/Manifest b/dev-python/pyghmi/Manifest
index 15bc3b9f46fb..f09b206131e0 100644
--- a/dev-python/pyghmi/Manifest
+++ b/dev-python/pyghmi/Manifest
@@ -1,2 +1,3 @@
 DIST pyghmi-1.5.22.tar.gz 221963 BLAKE2B 
6705e904c481ddbb241fc8f8089e6bc9bcc142bfca9aaa518b2293b5dd387113fa4bbb418e748584f69fac5e8d1049d669eb73d24463adaaec3a891cae98f928
 SHA512 
cc665f8b9f4a0c9c127b9e895ba62e650cdb589f5c9edae6accaa5558f347d31725e8da446fcafb4f71ffadc17121d8b293160413f4a41055cb1720e9fa1ecde
 DIST pyghmi-1.5.31.tar.gz 236574 BLAKE2B 
9ee7250bae2d87f552686845ae3056f0f646cd1a383587c195bfcc6dfa476b8582509c909f0008fc6751295e2e4e7d33bf822e8b529d67306fcc85412fc9af22
 SHA512 
d7c9c05b51780bef9d2b417c1a586f84ec87a9f1ff578ab019bfdc1a462decd907b2634fb1c830d0e369eb97122bfcba62ce79a4386c73c9854cde8f9fdeb65c
+DIST pyghmi-1.5.32.tar.gz 236662 BLAKE2B 
e2a58d1eb9c5000d1a7f6b795836fa617ac0847ff2e7c817a6bd65ffb9a1162546a25f890ba20400e4c8d5f72dda538f696c17a35542506cc171b80f99cb5a30
 SHA512 
b30ad1e200d23ed99280794e4e8e12c1a2412daa27e435183edbdcf57cb1d8ace8790845dd5ab0579f2a22b26eabc11e1d1f5845fb94fed019f461b9419d2763

diff --git a/dev-python/pyghmi/pyghmi-1.5.32.ebuild 
b/dev-python/pyghmi/pyghmi-1.5.32.ebuild
new file mode 100644
index ..8c831160b805
--- /dev/null
+++ b/dev-python/pyghmi/pyghmi-1.5.32.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="A pure python implementation of IPMI protocol"
+HOMEPAGE="https://github.com/openstack-archive/pyghmi/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=dev-python/cryptography-2.1[${PYTHON_USEDEP}]
+   dev-python/pbr[${PYTHON_USEDEP}]
+   >=dev-python/python-dateutil-2.8.1[${PYTHON_USEDEP}]
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-1.6.5[${PYTHON_USEDEP}]
+   >=dev-python/subunit-1.0.0[${PYTHON_USEDEP}]
+   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+   >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests unittest



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

2022-01-04 Thread Mike Gilbert
commit: a7ece93cbf55e30f1dd484d412dc515eed6bcd5d
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Jan  4 20:45:51 2022 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Jan  4 21:21:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7ece93c

app-emulation/qemu: sync pam changes in live ebuild

Bug: https://bugs.gentoo.org/830391
Signed-off-by: Mike Gilbert  gentoo.org>

 app-emulation/qemu/qemu-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emulation/qemu/qemu-.ebuild 
b/app-emulation/qemu/qemu-.ebuild
index 527059a052b4..d2e16f5f34e1 100644
--- a/app-emulation/qemu/qemu-.ebuild
+++ b/app-emulation/qemu/qemu-.ebuild
@@ -107,7 +107,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}
qemu_softmmu_targets_riscv64? ( fdt )
qemu_softmmu_targets_x86_64? ( fdt )
sdl-image? ( sdl )
-   static? ( static-user !alsa !gtk !jack !opengl !pulseaudio !plugins 
!rbd !snappy !udev )
+   static? ( static-user !alsa !gtk !jack !opengl !pam !pulseaudio 
!plugins !rbd !snappy !udev )
static-user? ( !plugins )
vhost-user-fs? ( caps seccomp )
virgl? ( opengl )
@@ -475,7 +475,6 @@ qemu_src_configure() {
$(use_enable jack)
$(use_enable nls gettext)
$(use_enable oss)
-   $(use_enable pam auth-pam)
$(use_enable plugins)
$(use_enable pulseaudio pa)
$(use_enable selinux)
@@ -540,6 +539,7 @@ qemu_src_configure() {
$(conf_notuser nfs libnfs)
$(conf_notuser numa)
$(conf_notuser opengl)
+   $(conf_notuser pam auth-pam)
$(conf_notuser png vnc-png)
$(conf_notuser rbd)
$(conf_notuser sasl vnc-sasl)



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

2022-01-04 Thread Mike Gilbert
commit: be76567556717ebbabdb98dd606ec007594a9678
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Jan  4 20:40:57 2022 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Jan  4 21:21:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be765675

app-emulation/qemu: disable pam for user targets

Bug: https://bugs.gentoo.org/830391
Signed-off-by: Mike Gilbert  gentoo.org>

 app-emulation/qemu/qemu-6.2.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emulation/qemu/qemu-6.2.0-r2.ebuild 
b/app-emulation/qemu/qemu-6.2.0-r2.ebuild
index df60b01b2615..cb24a7a6096f 100644
--- a/app-emulation/qemu/qemu-6.2.0-r2.ebuild
+++ b/app-emulation/qemu/qemu-6.2.0-r2.ebuild
@@ -108,7 +108,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}
qemu_softmmu_targets_x86_64? ( fdt )
sdl-image? ( sdl )
static? ( static-user !alsa !gtk !jack !opengl !pam !pulseaudio 
!plugins !rbd !snappy !udev )
-   static-user? ( !pam !plugins )
+   static-user? ( !plugins )
vhost-user-fs? ( caps seccomp )
virgl? ( opengl )
virtfs? ( caps xattr )
@@ -476,7 +476,6 @@ qemu_src_configure() {
$(use_enable jack)
$(use_enable nls gettext)
$(use_enable oss)
-   $(use_enable pam auth-pam)
$(use_enable plugins)
$(use_enable pulseaudio pa)
$(use_enable selinux)
@@ -541,6 +540,7 @@ qemu_src_configure() {
$(conf_notuser nfs libnfs)
$(conf_notuser numa)
$(conf_notuser opengl)
+   $(conf_notuser pam auth-pam)
$(conf_notuser png vnc-png)
$(conf_notuser rbd)
$(conf_notuser sasl vnc-sasl)



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwebengine/

2022-01-04 Thread Sam James
commit: 2b134e09a3ab94f3c33419cf0b8114d004cec477
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan  4 21:07:49 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan  4 21:07:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b134e09

dev-qt/qtwebengine: add check-reqs for disk space and memory usage

For now, assumes:
- RAM/memory: 2GB per job for GCC, 1.5GB per job for Clang
- Disk (build): 7GB
- Disk (installed): 150MB

(Also moves pkg_preinst to the end of the ebuild to reflect
phase execution order, as per devmanual.)

Closes: https://bugs.gentoo.org/570534
Thanks-to: Ionen Wolkens  gentoo.org>
Signed-off-by: Sam James  gentoo.org>

 .../qtwebengine-5.15.2_p20211216.ebuild| 61 --
 1 file changed, 45 insertions(+), 16 deletions(-)

diff --git a/dev-qt/qtwebengine/qtwebengine-5.15.2_p20211216.ebuild 
b/dev-qt/qtwebengine/qtwebengine-5.15.2_p20211216.ebuild
index 7923a290ab0e..3baacbff39c9 100644
--- a/dev-qt/qtwebengine/qtwebengine-5.15.2_p20211216.ebuild
+++ b/dev-qt/qtwebengine/qtwebengine-5.15.2_p20211216.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 PYTHON_COMPAT=( python2_7 )
 PYTHON_REQ_USE="xml(+)"
-inherit estack flag-o-matic multiprocessing python-any-r1 qt5-build
+inherit check-reqs estack flag-o-matic multiprocessing python-any-r1 qt5-build 
toolchain-funcs
 
 DESCRIPTION="Library for rendering dynamic web content in Qt5 C++ and QML 
applications"
 HOMEPAGE="https://www.qt.io/;
@@ -110,29 +110,47 @@ PATCHES=(
"${WORKDIR}/${PN}-5.15.2_p20211019-jumbo-build.patch" # bug 813957
 )
 
-pkg_preinst() {
-   elog "This version of Qt WebEngine is based on Chromium version 
87.0.4280, with"
-   elog "additional security fixes from newer versions. Extensive as it 
is, the"
-   elog "list of backports is impossible to evaluate, but always bound to 
be behind"
-   elog "Chromium's release schedule."
-   elog "In addition, various online services may deny service based on an 
outdated"
-   elog "user agent version (and/or other checks). Google is already known 
to do so."
-   elog
-   elog "tldr: Your web browsing experience will be compromised."
-}
-
-src_unpack() {
-   # bug 307861
+qtwebengine_check-reqs() {
+   # bug #307861
eshopts_push -s extglob
if is-flagq '-g?(gdb)?([1-9])'; then
-   ewarn
ewarn "You have enabled debug info (probably have -g or -ggdb 
in your CFLAGS/CXXFLAGS)."
ewarn "You may experience really long compilation times and/or 
increased memory usage."
ewarn "If compilation fails, please try removing -g/-ggdb 
before reporting a bug."
-   ewarn
fi
eshopts_pop
 
+   [[ ${MERGE_TYPE} == binary ]] && return
+
+   # (check-reqs added for bug #570534)
+   #
+   # Estimate the amount of RAM required
+   # Multiplier is *10 because Bash doesn't do floating point maths.
+   # Let's crudely assume ~2GB per compiler job for GCC.
+   local multiplier=20
+
+   # And call it ~1.5GB for Clang.
+   if tc-is-clang ; then
+   multiplier=15
+   fi
+
+   local CHECKREQS_DISK_BUILD="7G"
+   local CHECKREQS_DISK_USR="150M"
+   local CHECKREQS_MEMORY=$(($(makeopts_jobs)*multiplier/10))G
+
+   check-reqs_${EBUILD_PHASE_FUNC}
+}
+
+pkg_pretend() {
+   qtwebengine_check-reqs
+}
+
+pkg_setup() {
+   qtwebengine_check-reqs
+   python-any-r1_pkg_setup
+}
+
+src_unpack() {
case ${QT5_BUILD_TYPE} in
live)git-r3_src_unpack ;&
release) default ;;
@@ -231,3 +249,14 @@ src_install() {
die "${CATEGORY}/${PF} failed to build anything. Please report 
to https://bugs.gentoo.org/;
fi
 }
+
+pkg_preinst() {
+   elog "This version of Qt WebEngine is based on Chromium version 
87.0.4280, with"
+   elog "additional security fixes from newer versions. Extensive as it 
is, the"
+   elog "list of backports is impossible to evaluate, but always bound to 
be behind"
+   elog "Chromium's release schedule."
+   elog "In addition, various online services may deny service based on an 
outdated"
+   elog "user agent version (and/or other checks). Google is already known 
to do so."
+   elog
+   elog "tldr: Your web browsing experience will be compromised."
+}



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

2022-01-04 Thread David Seifert
commit: fafdced3c38ec94e3629a59e5dc6dfb2a0e39563
Author: David Seifert  gentoo  org>
AuthorDate: Tue Jan  4 20:54:23 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Tue Jan  4 20:54:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fafdced3

qt5-build.eclass: remove kernel_FreeBSD

Signed-off-by: David Seifert  gentoo.org>

 eclass/qt5-build.eclass | 9 +
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index 8756d6e58497..a2a72bde46cd 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -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
 
 # @ECLASS: qt5-build.eclass
@@ -490,13 +490,6 @@ qt5_base_configure() {
-testsdir "${QT5_TESTSDIR}"
 
# force appropriate compiler
-   $(if use kernel_FreeBSD; then
-   if tc-is-gcc; then
-   echo -platform freebsd-g++
-   elif tc-is-clang; then
-   echo -platform freebsd-clang
-   fi
-   fi)
$(if use kernel_linux; then
if tc-is-gcc; then
echo -platform linux-g++



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

2022-01-04 Thread David Seifert
commit: 26d0fb5ff1e39889d399621cc8fc796615dc3722
Author: David Seifert  gentoo  org>
AuthorDate: Tue Jan  4 20:54:22 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Tue Jan  4 20:54:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26d0fb5f

unpacker.eclass: remove kernel_AIX special case for *.deb

Signed-off-by: David Seifert  gentoo.org>

 eclass/unpacker.eclass | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/eclass/unpacker.eclass b/eclass/unpacker.eclass
index 74899fd77b70..4c0641d59ce1 100644
--- a/eclass/unpacker.eclass
+++ b/eclass/unpacker.eclass
@@ -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
 
 # @ECLASS: unpacker.eclass
@@ -509,9 +509,6 @@ unpacker_src_uri_depends() {
case ${uri} in
*.cpio.*|*.cpio)
d="app-arch/cpio" ;;
-   *.deb)
-   # platforms like AIX don't have a good ar
-   d="kernel_AIX? ( app-arch/deb2targz )" ;;
*.rar|*.RAR)
d="app-arch/unrar" ;;
*.7z)



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

2022-01-04 Thread Sam James
commit: f4c33fa015d386a4732cce89b7fc41b2fe185f2b
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan  4 20:48:32 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan  4 20:48:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4c33fa0

dev-libs/libbpf: Stabilize 0.6.0 ppc64, #830605

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

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

diff --git a/dev-libs/libbpf/libbpf-0.6.0.ebuild 
b/dev-libs/libbpf/libbpf-0.6.0.ebuild
index 43c01c43d668..59ebd46de49b 100644
--- a/dev-libs/libbpf/libbpf-0.6.0.ebuild
+++ b/dev-libs/libbpf/libbpf-0.6.0.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} =~ [9]{4,} ]]; then
EGIT_REPO_URI="https://github.com/libbpf/libbpf.git;
 else
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc x86"
 fi
 S="${WORKDIR}/${P}/src"
 



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

2022-01-04 Thread Sam James
commit: 5eda8e1242d9313cb3fe4add1dda7a8d8fd065e2
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan  4 20:48:38 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan  4 20:48:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5eda8e12

dev-libs/libbpf: Stabilize 0.6.0 sparc, #830605

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

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

diff --git a/dev-libs/libbpf/libbpf-0.6.0.ebuild 
b/dev-libs/libbpf/libbpf-0.6.0.ebuild
index 4c2b49767735..cf119efc4846 100644
--- a/dev-libs/libbpf/libbpf-0.6.0.ebuild
+++ b/dev-libs/libbpf/libbpf-0.6.0.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} =~ [9]{4,} ]]; then
EGIT_REPO_URI="https://github.com/libbpf/libbpf.git;
 else
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
 fi
 S="${WORKDIR}/${P}/src"
 



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

2022-01-04 Thread Sam James
commit: 2826854be8a1c72eaf1f8aa2f833f2f518ce3395
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan  4 20:48:35 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan  4 20:48:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2826854b

dev-libs/libbpf: Stabilize 0.6.0 ppc, #830605

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

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

diff --git a/dev-libs/libbpf/libbpf-0.6.0.ebuild 
b/dev-libs/libbpf/libbpf-0.6.0.ebuild
index 59ebd46de49b..4c2b49767735 100644
--- a/dev-libs/libbpf/libbpf-0.6.0.ebuild
+++ b/dev-libs/libbpf/libbpf-0.6.0.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} =~ [9]{4,} ]]; then
EGIT_REPO_URI="https://github.com/libbpf/libbpf.git;
 else
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc x86"
 fi
 S="${WORKDIR}/${P}/src"
 



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

2022-01-04 Thread Sam James
commit: 89d669a28b1c160423e8c554fe233ff3734e7dde
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan  4 20:47:10 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan  4 20:47:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89d669a2

dev-libs/libbpf: Stabilize 0.6.0 x86, #830605

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

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

diff --git a/dev-libs/libbpf/libbpf-0.6.0.ebuild 
b/dev-libs/libbpf/libbpf-0.6.0.ebuild
index b8630b426de9..43c01c43d668 100644
--- a/dev-libs/libbpf/libbpf-0.6.0.ebuild
+++ b/dev-libs/libbpf/libbpf-0.6.0.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} =~ [9]{4,} ]]; then
EGIT_REPO_URI="https://github.com/libbpf/libbpf.git;
 else
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86"
 fi
 S="${WORKDIR}/${P}/src"
 



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

2022-01-04 Thread Sam James
commit: 8c95d212974e95e5a7059fea757954eee0166ff2
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan  4 20:31:02 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan  4 20:45:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c95d212

media-gfx/mypaint: enable py3.10 and disable py3.7

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

 media-gfx/mypaint/mypaint-2.0.1-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/mypaint/mypaint-2.0.1-r2.ebuild 
b/media-gfx/mypaint/mypaint-2.0.1-r2.ebuild
index 197c29a79191..63497e65a90b 100644
--- a/media-gfx/mypaint/mypaint-2.0.1-r2.ebuild
+++ b/media-gfx/mypaint/mypaint-2.0.1-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 DISTUTILS_SINGLE_IMPL=1
 
 inherit desktop distutils-r1 xdg



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

2022-01-04 Thread Sam James
commit: 80d4a76dd6e174c1b7f2086b6682c378d909a638
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan  4 20:38:47 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan  4 20:45:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80d4a76d

media-video/subliminal: add python3.10

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

 media-video/subliminal/subliminal-2.1.0-r1.ebuild | 4 ++--
 media-video/subliminal/subliminal-.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-video/subliminal/subliminal-2.1.0-r1.ebuild 
b/media-video/subliminal/subliminal-2.1.0-r1.ebuild
index 1bd69c0d6a9e..17b07c7ff436 100644
--- a/media-video/subliminal/subliminal-2.1.0-r1.ebuild
+++ b/media-video/subliminal/subliminal-2.1.0-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 PYTHON_REQ_USE='xml(+)'
 DISTUTILS_USE_SETUPTOOLS=rdepend
 

diff --git a/media-video/subliminal/subliminal-.ebuild 
b/media-video/subliminal/subliminal-.ebuild
index 560187c90ba1..f742cd5d323d 100644
--- a/media-video/subliminal/subliminal-.ebuild
+++ b/media-video/subliminal/subliminal-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 PYTHON_REQ_USE='xml(+)'
 DISTUTILS_USE_SETUPTOOLS=rdepend
 



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

2022-01-04 Thread Sam James
commit: bab70d4c8e2846ca0b87a2f5b462645fe70cff57
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan  4 20:42:28 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan  4 20:45:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bab70d4c

net-analyzer/scapy: add python3.10

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

 net-analyzer/scapy/scapy-2.4.5.ebuild | 4 ++--
 net-analyzer/scapy/scapy-.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-analyzer/scapy/scapy-2.4.5.ebuild 
b/net-analyzer/scapy/scapy-2.4.5.ebuild
index d5184f68b5eb..b8d28e831aab 100644
--- a/net-analyzer/scapy/scapy-2.4.5.ebuild
+++ b/net-analyzer/scapy/scapy-2.4.5.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 DISTUTILS_USE_SETUPTOOLS=rdepend
 inherit distutils-r1 readme.gentoo-r1
 

diff --git a/net-analyzer/scapy/scapy-.ebuild 
b/net-analyzer/scapy/scapy-.ebuild
index 6b0b5ba376c3..ffcb7962a604 100644
--- a/net-analyzer/scapy/scapy-.ebuild
+++ b/net-analyzer/scapy/scapy-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 DISTUTILS_USE_SETUPTOOLS=rdepend
 inherit distutils-r1 git-r3 readme.gentoo-r1
 



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

2022-01-04 Thread Sam James
commit: 28dc3dd2a92f5920653c2f0719cb697e4f7cbae1
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan  4 20:41:23 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan  4 20:45:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28dc3dd2

net-analyzer/fail2ban: sync live

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

 net-analyzer/fail2ban/fail2ban-.ebuild | 27 +--
 1 file changed, 13 insertions(+), 14 deletions(-)

diff --git a/net-analyzer/fail2ban/fail2ban-.ebuild 
b/net-analyzer/fail2ban/fail2ban-.ebuild
index 9d117cebef47..59203cfb4af6 100644
--- a/net-analyzer/fail2ban/fail2ban-.ebuild
+++ b/net-analyzer/fail2ban/fail2ban-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 DISTUTILS_SINGLE_IMPL=1
 
 inherit bash-completion-r1 distutils-r1 systemd tmpfiles
@@ -31,8 +31,7 @@ RDEPEND="
|| (
dev-python/python-systemd[${PYTHON_USEDEP}]
sys-apps/systemd[python(-),${PYTHON_USEDEP}]
-   )
-   ' 'python*')
+   )' 'python*' )
)
 "
 
@@ -40,16 +39,15 @@ DOCS=( ChangeLog DEVELOP README.md THANKS TODO 
doc/run-rootless.txt )
 
 PATCHES=(
"${FILESDIR}"/${PN}-0.11.2-adjust-apache-logs-paths.patch
+   "${FILESDIR}"/${PN}-0.11.2-upstream-openrc.patch
 )
 
 python_prepare_all() {
+   distutils-r1_python_prepare_all
+
# Replace /var/run with /run, but not in the top source directory
find . -mindepth 2 -type f -exec \
sed -i -e 's|/var\(/run/fail2ban\)|\1|g' {} + || die
-
-   sed -i -e 's|runscript|openrc-run|g' files/gentoo-initd || die
-
-   distutils-r1_python_prepare_all
 }
 
 python_compile() {
@@ -69,12 +67,13 @@ python_install_all() {
 
rm -rf "${ED}"/usr/share/doc/${PN} "${ED}"/run || die
 
-   # Not ${FILESDIR}
-   newconfd files/gentoo-confd ${PN}
-   newinitd files/gentoo-initd ${PN}
+   newconfd files/fail2ban-openrc.conf ${PN}
+
+   # These two are placed in the ${BUILD_DIR} after being "built"
+   # in install_scripts().
+   newinitd "${BUILD_DIR}/fail2ban-openrc.init" "${PN}"
+   systemd_dounit "${BUILD_DIR}/${PN}.service"
 
-   sed -e "s:@BINDIR@:${EPREFIX}/usr/bin:g" files/${PN}.service.in > 
"${T}"/${PN}.service || die
-   systemd_dounit "${T}"/${PN}.service
dotmpfiles files/${PN}-tmpfiles.conf
 
doman man/*.{1,5}
@@ -98,7 +97,7 @@ pkg_preinst() {
 pkg_postinst() {
tmpfiles_process ${PN}-tmpfiles.conf
 
-   if [[ ${previous_less_than_0_7} == 0 ]] ; then
+   if [[ ${previous_less_than_0_7} = 0 ]] ; then
elog
elog "Configuration files are now in /etc/fail2ban/"
elog "You probably have to manually update your configuration"



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

2022-01-04 Thread Arthur Zamarin
commit: 3d51184eab3336f3f47c541ebdc75673ea22a9f8
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Jan  4 20:43:34 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Jan  4 20:43:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d51184e

dev-python/nbconvert: add 6.4.0

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

 dev-python/nbconvert/Manifest   |  1 +
 dev-python/nbconvert/nbconvert-6.4.0.ebuild | 73 +
 2 files changed, 74 insertions(+)

diff --git a/dev-python/nbconvert/Manifest b/dev-python/nbconvert/Manifest
index 089ca9e3bdc8..d0665ac6c8c4 100644
--- a/dev-python/nbconvert/Manifest
+++ b/dev-python/nbconvert/Manifest
@@ -1 +1,2 @@
 DIST nbconvert-6.3.0.tar.gz 900850 BLAKE2B 
8ef7d3bfcb914bf4be064ef440faab283fcc71e53579a681deb343d307a8b39cca2d0b83828b9df7c45ee7e9e06164ba6daa234b678197bc8a3202cd7e560c06
 SHA512 
efbe18c50e408fcb7d920c5ee070d19e19f0347f7073cf86b45046f3e30bd30ab8174115c539020fbf404faf5fc6e55dc7df1ad27accb45f1b2acf2db1d325e6
+DIST nbconvert-6.4.0.tar.gz 901586 BLAKE2B 
85087046fe9a211c077165f47c03e7b025c770e2d409278703ddeef3c84b3d60e1ad28650f67fb9d68b72ad077db5bbd99af5c81ddf94fd7bf67471701dbdc4a
 SHA512 
12662cca240a4c57a41e3bc7fedebd51c6fb83a0740afa7acfcc25424ca544a44b4dbfecfb9edb396360866de0b8fafad124fbb87c46c6f796661a7f40e96f68

diff --git a/dev-python/nbconvert/nbconvert-6.4.0.ebuild 
b/dev-python/nbconvert/nbconvert-6.4.0.ebuild
new file mode 100644
index ..3b031affd2a1
--- /dev/null
+++ b/dev-python/nbconvert/nbconvert-6.4.0.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Converting Jupyter Notebooks"
+HOMEPAGE="https://nbconvert.readthedocs.io/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   dev-python/bleach[${PYTHON_USEDEP}]
+   dev-python/defusedxml[${PYTHON_USEDEP}]
+   >=dev-python/entrypoints-0.2.2[${PYTHON_USEDEP}]
+   dev-python/jinja[${PYTHON_USEDEP}]
+   dev-python/jupyter_core[${PYTHON_USEDEP}]
+   dev-python/jupyterlab_pygments[${PYTHON_USEDEP}]
+   >=dev-python/mistune-0.7.4[${PYTHON_USEDEP}]
+   dev-python/nbclient[${PYTHON_USEDEP}]
+   dev-python/nbformat[${PYTHON_USEDEP}]
+   >=dev-python/pandocfilters-1.4.1[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   >=dev-python/traitlets-5.1.1[${PYTHON_USEDEP}]
+   dev-python/testpath[${PYTHON_USEDEP}]
+   www-servers/tornado[${PYTHON_USEDEP}]
+"
+# Skip inkscape on hppa b/c tests should skip it gracefully if not around
+# It's a heavy dependency.
+BDEPEND="
+   test? (
+   dev-python/pebble[${PYTHON_USEDEP}]
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/ipywidgets[${PYTHON_USEDEP}]
+   >=dev-python/jupyter_client-4.2[${PYTHON_USEDEP}]
+   !hppa? ( media-gfx/inkscape )
+   )
+"
+
+distutils_enable_tests pytest
+
+src_test() {
+   mkdir -p "${HOME}/.local" || die
+   cp -r share "${HOME}/.local/" || die
+   distutils-r1_src_test
+}
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # Missing pyppeteer for now
+   # TODO: Doesn't skip?
+   nbconvert/exporters/tests/test_webpdf.py
+   # Needs pyppeteer too
+   
'nbconvert/tests/test_nbconvertapp.py::TestNbConvertApp::test_webpdf_with_chromium'
+   )
+
+   distutils_install_for_testing bdist_egg
+   cd "${TEST_DIR}"/lib || die
+   epytest --pyargs nbconvert
+}
+
+pkg_postinst() {
+   if ! has_version app-text/pandoc ; then
+   einfo "Pandoc is required for converting to formats other than 
Python,"
+   einfo "HTML, and Markdown. If you need this functionality, 
install"
+   einfo "app-text/pandoc."
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/wcag-contrast-ratio/

2022-01-04 Thread Arthur Zamarin
commit: ccfa277ff6efe00daa693f95a923e2a7893c1f4e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Jan  4 20:44:01 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Jan  4 20:44:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccfa277f

dev-python/wcag-contrast-ratio: Keyword 0.9 s390, #830328

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

 dev-python/wcag-contrast-ratio/wcag-contrast-ratio-0.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/wcag-contrast-ratio/wcag-contrast-ratio-0.9.ebuild 
b/dev-python/wcag-contrast-ratio/wcag-contrast-ratio-0.9.ebuild
index 830d26ee8aaf..a47e108b682f 100644
--- a/dev-python/wcag-contrast-ratio/wcag-contrast-ratio-0.9.ebuild
+++ b/dev-python/wcag-contrast-ratio/wcag-contrast-ratio-0.9.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc"
 
 BDEPEND="
test? (



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

2022-01-04 Thread Arthur Zamarin
commit: 6588007cff8992e768e9f33a001c32550154ffa9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Jan  4 20:37:36 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Jan  4 20:37:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6588007c

dev-python/jc: add 1.17.6

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

 dev-python/jc/Manifest |  1 +
 dev-python/jc/jc-1.17.6.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-python/jc/Manifest b/dev-python/jc/Manifest
index 1b84e0209f9a..7b340058ce67 100644
--- a/dev-python/jc/Manifest
+++ b/dev-python/jc/Manifest
@@ -2,3 +2,4 @@ DIST jc-1.16.0.tar.gz 2532019 BLAKE2B 
583d52102a2e27a53171d300fb6e9ac094d5b09496
 DIST jc-1.17.3.tar.gz 3814789 BLAKE2B 
09134b85c881b2701d7db68f0a16eb6f696aeb5e4fa8b6a0b1aff148adbad302fcc9019944acc45b5830966f0ffae90ff4c006895d559ca47595347442e72a5c
 SHA512 
6cc36abcb9d57eb95b36968647a0923f3d6d39aed478df83e9d4437b0ea4aba49a5f08d9f61ba88f3a76ce3b57c2e019e7cec5b89e71ce7be8186e9e18ab4ad7
 DIST jc-1.17.4.tar.gz 3818285 BLAKE2B 
0761e923916c61125967451f3b4806e3080184106c84e2c85f5de8b37d03106bde98d1b4d99f4d00308b7d935898e81cd5c7d112ed611dd4707074019becc968
 SHA512 
b5fc437be425d60c5e859ed9107be8a3190bc5e1eb157b01cd3b4cdcf27ccab51b6d0299f0c462b1e595d741bf905c11b25d49568159f04aa4443f51889027b6
 DIST jc-1.17.5.tar.gz 3851890 BLAKE2B 
86b6c1b9786bbe30138cb7ba5171fd14682b420c3ff11716ab5d1bd4e4cc3d95067ca836c6217040799607933037b3cd6dc49e6395831140c10906e8be530685
 SHA512 
6e7207af158be41cf55ac7f9400c1a676075e85de0fecd63d9ddcffeed5d903a9619ac52b955d10e0db354f97e73fb9766b96e51c5648104907426000ecd1594
+DIST jc-1.17.6.tar.gz 3876556 BLAKE2B 
97f84a6d1351102bc016e104c4f6d5aa8a7a47fa5ecbdad66df75253adee323259961d555d728b11090df9a05d74dfae0720655f8ea21864479b7e59f95dffa7
 SHA512 
a70dd9dc79a99c147aca8e647722820ba69f7668415eeea24be336e2c14728808938fa2d9e19122849ad0c1d89684f08d1ff0dc6361137eb9fbacba6546857ca

diff --git a/dev-python/jc/jc-1.17.6.ebuild b/dev-python/jc/jc-1.17.6.ebuild
new file mode 100644
index ..5d846f299830
--- /dev/null
+++ b/dev-python/jc/jc-1.17.6.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Converts the output of popular command-line tools and file-types 
to JSON"
+HOMEPAGE="https://github.com/kellyjonbrazil/jc;
+SRC_URI="
+   https://github.com/kellyjonbrazil/jc/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
+   dev-python/xmltodict[${PYTHON_USEDEP}]"
+
+distutils_enable_tests unittest



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

2022-01-04 Thread Arthur Zamarin
commit: 5594dccd8dd575036af0b3c4cee1b1e4c454c313
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Jan  4 20:44:01 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Jan  4 20:44:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5594dccd

dev-python/pygments: Keyword 2.11.1 s390, #830328

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

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

diff --git a/dev-python/pygments/pygments-2.11.1.ebuild 
b/dev-python/pygments/pygments-2.11.1.ebuild
index 3f05c9c6c07a..d278cefb452e 100644
--- a/dev-python/pygments/pygments-2.11.1.ebuild
+++ b/dev-python/pygments/pygments-2.11.1.ebuild
@@ -17,7 +17,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc"
 
 BDEPEND="
test? (



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

2022-01-04 Thread John Helmert III
commit: dcdcdc6949bb6cf0b2e67ee57178677c73a807b6
Author: John Helmert III  gentoo  org>
AuthorDate: Tue Jan  4 20:19:29 2022 +
Commit: John Helmert III  gentoo  org>
CommitDate: Tue Jan  4 20:20:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcdcdc69

app-emulation/qemu: REQ_USE+="static-user? ( !pam )"

Bug: https://bugs.gentoo.org/830391
Signed-off-by: John Helmert III  gentoo.org>

 app-emulation/qemu/qemu-6.2.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/qemu/qemu-6.2.0-r2.ebuild 
b/app-emulation/qemu/qemu-6.2.0-r2.ebuild
index 8cab9f10f4ab..df60b01b2615 100644
--- a/app-emulation/qemu/qemu-6.2.0-r2.ebuild
+++ b/app-emulation/qemu/qemu-6.2.0-r2.ebuild
@@ -108,7 +108,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}
qemu_softmmu_targets_x86_64? ( fdt )
sdl-image? ( sdl )
static? ( static-user !alsa !gtk !jack !opengl !pam !pulseaudio 
!plugins !rbd !snappy !udev )
-   static-user? ( !plugins )
+   static-user? ( !pam !plugins )
vhost-user-fs? ( caps seccomp )
virgl? ( opengl )
virtfs? ( caps xattr )



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

2022-01-04 Thread Ionen Wolkens
commit: 2da1cd5fe1e35f19e68fc34fc64c995448ea7674
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Tue Jan  4 20:13:02 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Jan  4 20:13:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2da1cd5f

app-text/mdbook: fix pkvdev's copyright year

The 2021- wasn't added and didn't notice.

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

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

diff --git a/app-text/mdbook/mdbook-0.4.15.ebuild 
b/app-text/mdbook/mdbook-0.4.15.ebuild
index 51dab9d0dce7..61270c429392 100644
--- a/app-text/mdbook/mdbook-0.4.15.ebuild
+++ b/app-text/mdbook/mdbook-0.4.15.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8



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

2022-01-04 Thread Ionen Wolkens
commit: 99b6b9cf103d7f5a81d3f535cbdf0d5546b850e3
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Tue Jan  4 20:09:17 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Jan  4 20:09:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99b6b9cf

app-text/mdbook: add 0.4.15

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

 app-text/mdbook/Manifest |   2 +
 app-text/mdbook/mdbook-0.4.15.ebuild | 259 +++
 2 files changed, 261 insertions(+)

diff --git a/app-text/mdbook/Manifest b/app-text/mdbook/Manifest
index ecf5facab66d..3d6b804495c2 100644
--- a/app-text/mdbook/Manifest
+++ b/app-text/mdbook/Manifest
@@ -88,6 +88,7 @@ DIST markup5ever-0.10.1.crate 34668 BLAKE2B 
a13f39ba93a26a558a8f03ebbbaa98bf2c7c
 DIST markup5ever_rcdom-0.1.0.crate 25165 BLAKE2B 
4123ee804991e9be31e6a4dbcb7dcce12bb776d22e4409ad388678a92965834acb9b1b2fa51e6472ee2c0db156e4a75e5b6db5f6b6d4220159ab93b056d0418c
 SHA512 
7c21836fcdd45bfdef7305327255291c92d75d3329798d31abab26297de8c381e41b4419fb7ac631310835d590b63751a63bdd87e2697ea3dfdd6599033433c7
 DIST matches-0.1.9.crate 2246 BLAKE2B 
de155202636c6a03ed68cdb21e8ef96e19b45be040a82943d2d7e5192c0ab5c253ab6d65f0b30b2689e21da79cba684af5be6e63c48266681aceba356f6eea41
 SHA512 
6a2809687d30ff04ea97bf9d1610d746e097699a4c3625ffd1b7b1e4a9673ece9d559058c9f760b99d6ab509024f7b338e7cfa6fe767499c983efa98bfb98305
 DIST mdbook-0.4.14.tar.gz 1502800 BLAKE2B 
c1bef8761120bdbdbcbb34454813c620761db16208a935bb0dba39936ca661adc8fbc1cbefc185da7c087de880a8b3c5894536719d01a1376d6d96c72a5539bc
 SHA512 
c45e930e0ff20def1a11e85dbadc3759855fe2a9b5ad63d02d547423abfc16a93d35ff13567ce206274f35e68cf083958cd3caa83a648786e7c32bcfa9bdb6dd
+DIST mdbook-0.4.15.tar.gz 1508364 BLAKE2B 
8f0a883908378b440528044136233bc6d481c7c0137cbd0875aee11654246f103c5e301276838bd403a68715eec48ea2d31f6e746f5996a354733f5c3a8c0046
 SHA512 
da5b1dee3718bb89f61438f39ee72d4d4db42034e620699b62e21513d1ee9f1cb9163456a4673d66c96d83ebd9f35f8b4d5c0829752a500a72f1561fa14060bf
 DIST memchr-2.4.1.crate 64977 BLAKE2B 
31479718c118093b684bed946eae0706d77d9d275bd49f5aeff4de490f479abd60c7dc462150eafffc6d6fc1da0853123b78be038826b775d2a41a4c39d93ab5
 SHA512 
d8912e3902a2126f86159bdc998532a2890b882cbb7d59b5a470fffcad4c32281e045f2fff48a235aa4189f1928866bf3d33b699d50866ad6b6c272bba7adb11
 DIST mime-0.3.16.crate 15206 BLAKE2B 
9a599ca82fd0dd6d3d2dea68a47b8441b1024d016ee1fb23cc6431b39ead20c9b3fe1ff3397af79c2c1b2cd277c440d4fff69f6b28c550ddbe15f680923c834b
 SHA512 
cb1d691610cb82720e553247336fc5eab63407ad37febf2eb50aaa4e329cca70959ecd8bb8c7af5753acec2c8e86fc9a0f8ad9ad2de93fe9295ce84033d6054c
 DIST mime_guess-2.0.3.crate 27437 BLAKE2B 
6f9176749241dc9b8c08eea3285ac1aeb40ab079f8184d93c436c00b205ab754d9c2b5c481774837bd1c4522b8fb7ecabe88ee2da471478cdc1391d9281c
 SHA512 
b08013ce235e66eaf49a88ab4c5cf4d1f1b95846c1bbdc1a73efea9052058860c7dbe2b028fe1b33c713621862fe9af2ed097558cbf5e08903ee406a44af162d
@@ -131,6 +132,7 @@ DIST proc-macro-hack-0.5.19.crate 15556 BLAKE2B 
98c22fc3e5f5fa8b6f44d15de42b6ffc
 DIST proc-macro-nested-0.1.7.crate 6495 BLAKE2B 
c27ad92b57837ab1ce220958846253ed29de12ee1ed849948e5202913371d877bb648e6880ac3e6619b8d48342e1fe105df56a0abda1b13bd62262bea4c85fff
 SHA512 
dc5d898c6d5588d279aa0852193105bbb3824798a05875e2181c66da8c3849fcb32189d9b213cad09054242aa4ae9cb602f9c2d1b5e7302963bac244bbaa27c2
 DIST proc-macro2-1.0.28.crate 38732 BLAKE2B 
f2d4765789d03d5d26c9de7e1283ce6e4086ca640d95a36649f8fdfe96533ad768b2a8ba56726e0462ba4fcd8f332fc455307987e0b7c79a5e96f2e75a641162
 SHA512 
2a4e34ab2bb692c3661db40ebc6d22f3dbcbc30c2f4d88e1a7f022f8522e943ffe2a1c9b92411c7e04941dc0156cb365e0de953fa45d8710e39b660ee9028741
 DIST pulldown-cmark-0.8.0.crate 106330 BLAKE2B 
bb59298b605993530e2363f3264c3ac1104ec57885c2dd183dcdf3aa9dc613999d24caeb86848ca3542544238aaa4eb49d5a6599d2fdef53af50b5dbead68e22
 SHA512 
396ade131c0a74cdfb8454e137e41c21f0b81b7cce654ba6ae9ceb132ba0fa0a467a190e6dd69cd7d59a267efbe83f008c9c8a5c9db47665aabc31a4bb9cb967
+DIST pulldown-cmark-0.9.0.crate 115000 BLAKE2B 
b627deaf477b27eabb1086f2d4b81450e8d9247c6fb931514e87c9d7b49850bb38bf4aaa8738cf6a74214f00260804c0bbd001e3150c8cd3bde1edd07c173eaf
 SHA512 
57151704ea4e46138b5712d32a67600569615886d7b9f1329324bac2e26ec5cbee3a3db1634348b485bc39e8ccd4531ece3ae377efcce9a4b8e128cdad9792bd
 DIST quick-error-1.2.3.crate 15066 BLAKE2B 
1c61525d383f3588c1c5017f016f60b484bbf2035e7f63c553bd9a49b638ab0c6106ac3676a41072b24da4e13dde78706e0f99fd1ec9ee329d5be81d45a85866
 SHA512 
f8aaf9024d20ccd42b706c756eed8320aee339f8776392b47a41cc82ca06b03df1a5b1f00854cea96689c5af261b4d8c5d2b1a242d10f2755e7e33dc41be35b9
 DIST quick-error-2.0.1.crate 14265 BLAKE2B 
3815c89e960923bfe0abc962c38714b953fa1d5af991f3de22d1d084a8cd1ba1761fc961ba97e06ead3992ed1b61f525d04bcce459599e5546315932281c1dfd
 SHA512 
e028deb598466ae91663e5d090606be4f117662d0fa6e0c0b0043c7261f26787057e84e644cae72a45b1a0a7b1fb03fc9712faa3abee94b97ce2c8d25c365c32
 DIST quote-1.0.9.crate 25042 BLAKE2B 

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

2022-01-04 Thread Matthias Maier
commit: e43d09e935ef6867fccf383eb047f792da441798
Author: Matthias Maier  gentoo  org>
AuthorDate: Tue Jan  4 19:09:58 2022 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Tue Jan  4 19:11:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e43d09e9

dev-libs/openspecfun: add patch

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

 .../files/openspecfun-0.5.5-Makefile.patch | 68 ++
 1 file changed, 68 insertions(+)

diff --git a/dev-libs/openspecfun/files/openspecfun-0.5.5-Makefile.patch 
b/dev-libs/openspecfun/files/openspecfun-0.5.5-Makefile.patch
new file mode 100644
index ..3544d8197a2e
--- /dev/null
+++ b/dev-libs/openspecfun/files/openspecfun-0.5.5-Makefile.patch
@@ -0,0 +1,68 @@
+--- a/Make.inc
 b/Make.inc
+@@ -14,41 +14,18 @@ bindir = $(prefix)/bin
+ libdir = $(prefix)/lib
+ includedir = $(prefix)/include
+ 
+-FC = gfortran
+ # CFLAGS_add and FFLAGS_add are flags that we always want to include
+ # They are not overridable by the user, whereas CFLAGS and FFLAGS are
+ # simply defaults and are overridable via environment variables or
+ # `make CFLAGS="foo"` on the command line
+ 
+-FFLAGS = -O3 -fno-optimize-sibling-calls
+-CFLAGS = -std=c99 -O3
+-CPPFLAGS =
++CFLAGS += -std=c99 -Wall
+ 
+ override FFLAGS_add =
+ override CFLAGS_add =
+ override CPPFLAGS_add =
+ override LDFLAGS_add =
+ 
+-USEGCC = 1
+-USECLANG = 0
+-
+-ifneq (,$(findstring $(OS),FreeBSD Darwin))
+-USEGCC = 0
+-USECLANG = 1
+-endif
+-
+-AR = ar
+-
+-ifeq ($(USECLANG),1)
+-USEGCC = 0
+-CC = clang
+-override CFLAGS_add += -fno-builtin
+-endif
+-
+-ifeq ($(USEGCC),1)
+-CC = gcc
+-override CFLAGS_add += -fno-gnu89-inline -std=c99
+-endif
+ 
+ ARCH := $(shell $(CC) -dumpmachine | sed "s/\([^-]*\).*$$/\1/")
+ ifeq ($(ARCH),mingw32)
+diff --git a/Makefile b/Makefile
+index 7b028b8..c30ed98 100644
+--- a/Makefile
 b/Makefile
+@@ -35,9 +35,7 @@ OSF_MAJOR_SHLIB_EXT := $(SHLIB_EXT).$(SOMAJOR)
+ endif
+ endif
+ 
+-all: libopenspecfun.a libopenspecfun.$(OSF_MAJOR_MINOR_SHLIB_EXT)
+-libopenspecfun.a: $(OBJS)
+-  $(AR) -rcs libopenspecfun.a $(OBJS)
++all: libopenspecfun.$(OSF_MAJOR_MINOR_SHLIB_EXT)
+ libopenspecfun.$(OSF_MAJOR_MINOR_SHLIB_EXT): $(OBJS)
+   $(FC) -shared $(OBJS) $(LDFLAGS) $(LDFLAGS_add) 
-Wl,$(SONAME_FLAG),libopenspecfun.$(OSF_MAJOR_SHLIB_EXT) -o $@
+ ifneq ($(OS),WINNT)
+@@ -50,7 +48,6 @@ install: all
+   mkdir -p $(DESTDIR)$(libdir)
+   mkdir -p $(DESTDIR)$(includedir)
+   cp -a libopenspecfun.*$(SHLIB_EXT)* $(DESTDIR)$(shlibdir)/
+-  cp -a libopenspecfun.a $(DESTDIR)$(libdir)/
+   cp -a Faddeeva/Faddeeva.h $(DESTDIR)$(includedir)
+ 
+ clean:



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

2022-01-04 Thread Ionen Wolkens
commit: d6a30fec30651e55000cb889c484207ff4849e28
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Tue Jan  4 18:45:13 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Jan  4 18:49:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6a30fec

x11-terms/kitty: update live and add no-rc issue link

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

 x11-terms/kitty/kitty-0.24.0.ebuild | 3 +--
 x11-terms/kitty/kitty-.ebuild   | 7 +--
 2 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/x11-terms/kitty/kitty-0.24.0.ebuild 
b/x11-terms/kitty/kitty-0.24.0.ebuild
index dd602a094037..e110c82bbd0b 100644
--- a/x11-terms/kitty/kitty-0.24.0.ebuild
+++ b/x11-terms/kitty/kitty-0.24.0.ebuild
@@ -73,8 +73,7 @@ src_prepare() {
 
# --shell-integration="enabled no-rc" is the intended way to set
# no-rc by default, but setup.py's replacer currently fails
-   # (no-rc prevents modifying users .bashrc without asking, and it's
-   # unnecessary given shell-integration package uses /etc/bash/bashrc.d)
+   # https://github.com/kovidgoyal/kitty/issues/4434
sed -i "/shell_integration:/s/'enabled'/&,'no-rc'/" 
kitty/options/types.py || die
 
# test relies on 'who' command which typically works but have 1 VM

diff --git a/x11-terms/kitty/kitty-.ebuild 
b/x11-terms/kitty/kitty-.ebuild
index dd602a094037..a0d732aca31a 100644
--- a/x11-terms/kitty/kitty-.ebuild
+++ b/x11-terms/kitty/kitty-.ebuild
@@ -71,12 +71,6 @@ src_prepare() {
-i kitty_tests/check_build.py || die
use X || sed "/glfw_path('x11')/s/x11/wayland/" -i kitty_tests/glfw.py 
|| die
 
-   # --shell-integration="enabled no-rc" is the intended way to set
-   # no-rc by default, but setup.py's replacer currently fails
-   # (no-rc prevents modifying users .bashrc without asking, and it's
-   # unnecessary given shell-integration package uses /etc/bash/bashrc.d)
-   sed -i "/shell_integration:/s/'enabled'/&,'no-rc'/" 
kitty/options/types.py || die
-
# test relies on 'who' command which typically works but have 1 VM
# where it didn't only under portage/sandbox, needs investigation but
# disable for now
@@ -95,6 +89,7 @@ src_compile() {
--disable-link-time-optimization
--ignore-compiler-warnings
--libdir-name=$(get_libdir)
+   --shell-integration="enabled no-rc"
--update-check-interval=0
--verbose
$(usev debug --debug)



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

2022-01-04 Thread Joonas Niilola
commit: a18e6bc1530d8657394da8f191fe49b4419bc933
Author: Joonas Niilola  gentoo  org>
AuthorDate: Tue Jan  4 18:12:04 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Jan  4 18:12:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a18e6bc1

sys-kernel/pf-sources: drop versions

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

 sys-kernel/pf-sources/Manifest  | 19 ---
 sys-kernel/pf-sources/pf-sources-5.11_p8.ebuild | 72 ---
 sys-kernel/pf-sources/pf-sources-5.13_p2.ebuild | 71 ---
 sys-kernel/pf-sources/pf-sources-5.13_p3.ebuild | 71 ---
 sys-kernel/pf-sources/pf-sources-5.13_p4.ebuild | 71 ---
 sys-kernel/pf-sources/pf-sources-5.13_p5.ebuild | 71 ---
 sys-kernel/pf-sources/pf-sources-5.14_p1.ebuild | 71 ---
 sys-kernel/pf-sources/pf-sources-5.14_p2.ebuild | 71 ---
 sys-kernel/pf-sources/pf-sources-5.14_p4.ebuild | 76 -
 sys-kernel/pf-sources/pf-sources-5.14_p5.ebuild | 76 -
 sys-kernel/pf-sources/pf-sources-5.14_p6.ebuild | 76 -
 11 files changed, 745 deletions(-)

diff --git a/sys-kernel/pf-sources/Manifest b/sys-kernel/pf-sources/Manifest
index ae269bef3a2f..f7028f2277ba 100644
--- a/sys-kernel/pf-sources/Manifest
+++ b/sys-kernel/pf-sources/Manifest
@@ -1,13 +1,9 @@
 DIST 1510_fs-enable-link-security-restrictions-by-default-5.12.patch 810 
BLAKE2B 
bb749b365f37988253206ddff130651e1042af49a6c773ba6f93642d5927af9a9926eab278979e048c13d2ca683e726a5d0cd509de9e6177d59c85197051e230
 SHA512 
c97a3799a2d5e4da9c9dfe129756da629fba8183479b02ca82f9b6d9993f17a165a96bd35ac50eb25fb293785b9b529a95165b1a2eb79c05134bee8ccf22a5d3
-DIST 5020_BMQ-and-PDS-io-scheduler-v5.11-r2.patch 259433 BLAKE2B 
e3cc85db32795721d39962dfd3b72ac923b89da8a9125ef0e12ba199b3606cec9a2d99392c0b0f195b1557a25be2370be1efe3bab9a9e0c2e89e2e92eb86eccb
 SHA512 
3e75edcb8c8a5ff64d751cff1c9102ea5eabadda3ba6ae1369b2a1478d5f001776f7ce1b13425f5c2f7acdb1a8a117864ccb9aca6755188efaa4110dcb43
 DIST 5020_BMQ-and-PDS-io-scheduler-v5.12-r1.patch 267548 BLAKE2B 
77a1646ffbc67ed88af564b73cf63f0374772bdc1075e771a93ee4fe257b94cb3766a4842898b48f4343458d0b507229182220c7daeb5532df610b964c6640e7
 SHA512 
3500160e35ffb16771f9ae556f0c8260e616833898f05b3c03e6197b47b20fe3a25f717117ca8257852734c1764e407fbfe70aac077c482e9f9fca97cdd938ee
 DIST 5021_BMQ-and-PDS-gentoo-defaults-5.14.patch 348 BLAKE2B 
50ac91380b7221aa30ead9e842f038117b0f4ef4b6538b8f083a9f4467db23ab2f74643e65197dd9201da9b6cde17b192ed09e7d544ad095391c2cde6d9f2b8f
 SHA512 
166a73397b133e20b92c37b72ae1edfe4cce017293b978b523980e28526950dfedf1081252191ff95462896a16ee790dadf55cda2edc49452b960079d89a6a9b
 DIST 5021_BMQ-and-PDS-gentoo-defaults-5.15.patch 348 BLAKE2B 
50ac91380b7221aa30ead9e842f038117b0f4ef4b6538b8f083a9f4467db23ab2f74643e65197dd9201da9b6cde17b192ed09e7d544ad095391c2cde6d9f2b8f
 SHA512 
166a73397b133e20b92c37b72ae1edfe4cce017293b978b523980e28526950dfedf1081252191ff95462896a16ee790dadf55cda2edc49452b960079d89a6a9b
-DIST 5021_BMQ-and-PDS-gentoo-defaults-v5.11-r2.patch 348 BLAKE2B 
e81fa7e5157ad317babd4c636facb34b577c8cb850a77c945e94d62547ec687d61dbef3766e3772ba880e2b657f400a2d9c86efdced2dada7a108b4c1593
 SHA512 
192431f1b1c19e91d4fcf16e3a275151043c8f065eb5a909f68ff640108537f9d5105be9175a8eea12b0bbfc871ab1595f3e051e64c39bb2a32f8c75a1137bb3
 DIST 5021_BMQ-and-PDS-gentoo-defaults-v5.12-r0.patch 348 BLAKE2B 
50ac91380b7221aa30ead9e842f038117b0f4ef4b6538b8f083a9f4467db23ab2f74643e65197dd9201da9b6cde17b192ed09e7d544ad095391c2cde6d9f2b8f
 SHA512 
166a73397b133e20b92c37b72ae1edfe4cce017293b978b523980e28526950dfedf1081252191ff95462896a16ee790dadf55cda2edc49452b960079d89a6a9b
 DIST 5022_BMQ-and-PDS-compilation-fix.patch 1045 BLAKE2B 
8bfdf114f40a4d4851c511003d0454b450ad1cffc59f360bef53b7cff9272a743e59da42e8ca067e2f48c1abd89dd4e03dcb681f9fb7a3180eff260cfed713ee
 SHA512 
9af31d2be69411810b60e2a257e5a51e92a31ccf48f0191a6918ef2c4b6015221b7def543ea06309e0413ae7c76913bf35c0068825a1a9bfc98cd00fa0e9cc70
-DIST genpatches-5.11-1.base.tar.xz 3440 BLAKE2B 
eb1e9a9f2060023cb410bf3db8c4f4fe283eff47f545a434dfc1edb98aa513940f30a2a88566422192b79f7ab36c607b9bc63253c067070d9a479d6318fd34b3
 SHA512 
a862fe33272bb6b0e4095c862c74361f015fc57316b9dbbdf2782f2e57c131fbe7fe9b9ba81c3d5a7d71788f2d56abdbd28f1c7571973c3f378cd05199c0421f
-DIST genpatches-5.11-1.extras.tar.xz 1772 BLAKE2B 
e6f8eae67db54099424f33e17bbfa66d36ae44c98d5f58969634a709a4b949a675a7ec1053eab4db4f745513d9730b68439ecf888e92f0fc9ef369822b39a388
 SHA512 
cf9d0ee27618b1b49322cefda8d85f66fd94820b9902948c8dd9a33d4e14acf511e7aabf611df5e070a4011e06d80164a512d124f5686b5b16fd81409098d8eb
 DIST genpatches-5.12-1.base.tar.xz 3440 BLAKE2B 
642d0cf2382de42feb6b5942f6449000b1b638ab80e0a4dec4a70c17201806f20e6e83542e11b44841fbf5806bced3b6ea3fb5f516846ca502eb22ceb4202f77
 SHA512 

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

2022-01-04 Thread Joonas Niilola
commit: fd52a4d47a716aacc5ce20af8ebb0a3cd17a40ac
Author: Joonas Niilola  gentoo  org>
AuthorDate: Tue Jan  4 18:09:49 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Jan  4 18:12:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd52a4d4

sys-kernel/pf-sources: add 5.15-pf5

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

 sys-kernel/pf-sources/Manifest  |  1 +
 sys-kernel/pf-sources/pf-sources-5.15_p5.ebuild | 76 +
 2 files changed, 77 insertions(+)

diff --git a/sys-kernel/pf-sources/Manifest b/sys-kernel/pf-sources/Manifest
index 1c6dbdc5e53b..ae269bef3a2f 100644
--- a/sys-kernel/pf-sources/Manifest
+++ b/sys-kernel/pf-sources/Manifest
@@ -38,6 +38,7 @@ DIST pf-sources-5.15_p1.patch 2332495 BLAKE2B 
45efecb558d62cf5b6b39f87741e9944f7
 DIST pf-sources-5.15_p2.patch 4107461 BLAKE2B 
57c31ff106c78b97a2b131c66146f176a2a092a4f405d7d279ca17f4b2be72314ceb16a6553909cfd98cc162535be7d4cf4ee706750e87e969e5db27b492758e
 SHA512 
b1fe23afc40d011c7fa0fa34f45676eaa3f063f9c4bdb29e7fd4ddfd526dd3b7fed1980111cc89f11f8f0f28fe3753ec10d3e32ea2395b3a7b5f62b7ad62f8ee
 DIST pf-sources-5.15_p3.patch 4539285 BLAKE2B 
b723ec41f7ad6177b629dd736ec8e5d70342149a636be3457dae9e3d25e0afd65bcab12938b67eb9779c85a9e21d29e7c03cf4c32e545a564e010d2ae8bcdf96
 SHA512 
b38865fdebdfce0c23fd570b149d4d810cdd0cd8d732a926a9a353569233a94a4beaecca6aa33f7c6c1cd01bc6ebc8bbac67bfa1f6fba199fc9523e961e377f2
 DIST pf-sources-5.15_p4.patch 4939937 BLAKE2B 
a974637fa650136525513d84c492be62a90f0ab485456de20bf93d0642f690dd26e69f38de2f804447074ff3f3da19ed7fb9518cf9157b617239ec1ae0f4e87d
 SHA512 
0f2954b2b113ca0917f52602daf16450cd9575753840084df810c7c29c7c08dcbfcc51f2250cc23c0cc512a08ab407a9e3a167d17eba033b0b8569132d37dd55
+DIST pf-sources-5.15_p5.patch 5462746 BLAKE2B 
de7e1aeb7f2a99d3c79c71b6ad56776d828f81759aca08282916a5c67d1f91ed62fbbf83b429269bb09a5b3be499bc73f8f70ca468782ff46b02557d47f51ec3
 SHA512 
2fa8592b0c012b52c4f0ebc6b75d0108f219954f719f40c7beac91b837cdb419c3a1d4c2c904d60f80eecdcf17c853089f147f399e96ba19dde49eb28baef248
 DIST prjc_v5.13-r1.patch 258898 BLAKE2B 
013be3c3e9b342268359ecbcc10c7b95c7fe3741d2b9058db87da59d40aa9b34db898d31f1f1a0dab80598cab313499d8083ccea141c5200b5593c9d44647de7
 SHA512 
ad9276a80e28eec461a307ad44a1ed5acebf810b14ce8c9e6f1dc211be6ed7e72f535175fb65f3115fa217f8b635122c65c2c002ff00ba458c867d8bb6257f36
 DIST prjc_v5.13-r2.patch 257231 BLAKE2B 
943d3035035cdd1744ce0e075441224ffce04a1324dc9adfb355003b1fa6bcced1f63989845d1677ada0eac78f39b01d95d3fc7676c79b68858e8748c91b70d7
 SHA512 
1d9c80813e8f842b8b5da8b52e4348f329ef415b8cbef0a46f17eee64bf22fa8b1e443ae84ec9e7cf7ccff339d4b4bb2df9dfc894eea438e80f07446c82992db
 DIST prjc_v5.13-r3.patch 257137 BLAKE2B 
22e05106ee91f104c69f8d11fa4072b28910b8202388a1778ac498f5128f8b93e6465c3e1ef0d9393aa5d01bfc226b3d6463fbba9e463305381a45cb5f015fa0
 SHA512 
d7dc67a9913d0d7723a616a11db2ab0798e65a6c2dfb0bc2a4287c0c2e2eab72d17cdc3f93b884f006844f576379a9d8617b7e491dad278f3880d372bb17

diff --git a/sys-kernel/pf-sources/pf-sources-5.15_p5.ebuild 
b/sys-kernel/pf-sources/pf-sources-5.15_p5.ebuild
new file mode 100644
index ..282b2e2752a6
--- /dev/null
+++ b/sys-kernel/pf-sources/pf-sources-5.15_p5.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# Define what default functions to run
+ETYPE="sources"
+
+# No 'experimental' USE flag provided, but we still want to use genpatches
+K_EXP_GENPATCHES_NOUSE="1"
+
+# Just get basic genpatches, -pf patch set already includes vanilla-linux 
updates
+K_GENPATCHES_VER="2"
+
+# -pf already sets EXTRAVERSION to kernel Makefile
+K_NOSETEXTRAVERSION="1"
+
+# Not supported by the Gentoo security team
+K_SECURITY_UNSUPPORTED="1"
+
+# We want the very basic patches from gentoo-sources, experimental patch is
+# already included in pf-sources
+K_WANT_GENPATCHES="base extras"
+
+# major kernel version, e.g. 5.14
+SHPV="${PV/_p*/}"
+
+# https://gitlab.com/alfredchen/projectc/ revision for a major version,
+# e.g. prjc-v5.14-r2 = 2
+PRJC_R=1
+
+inherit kernel-2 optfeature
+detect_version
+
+DESCRIPTION="Linux kernel fork that includes the pf-kernel patchset and 
Gentoo's genpatches"
+HOMEPAGE="https://gitlab.com/post-factum/pf-kernel/-/wikis/README
+   https://dev.gentoo.org/~mpagano/genpatches/;
+SRC_URI="${KERNEL_URI}
+   
https://github.com/pfactum/pf-kernel/compare/v${SHPV}...v${SHPV}-pf${PV/*_p/}.diff
 -> ${P}.patch
+   
https://dev.gentoo.org/~mpagano/genpatches/tarballs/genpatches-${SHPV}-${K_GENPATCHES_VER}.base.tar.xz
+   
https://dev.gentoo.org/~mpagano/genpatches/tarballs/genpatches-${SHPV}-${K_GENPATCHES_VER}.extras.tar.xz
+   
https://gitlab.com/alfredchen/projectc/-/raw/master/${SHPV}/prjc_v${SHPV}-r${PRJC_R}.patch
+   
https://dev.gentoo.org/~mpagano/genpatches/trunk/${SHPV}/5021_BMQ-and-PDS-gentoo-defaults.patch
 -> 

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

2022-01-04 Thread Maciej Barć
commit: 50d76280cb27893a6e40e9a0a72ef0eb5c81c3fd
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Jan  4 18:06:21 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Tue Jan  4 18:10:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50d76280

dev-ml/luv: do not depend on ocaml >4.13

Closes: https://bugs.gentoo.org/829798
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Maciej Barć  gentoo.org>

 dev-ml/luv/{luv-0.5.10-r1.ebuild => luv-0.5.10-r2.ebuild} | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-ml/luv/luv-0.5.10-r1.ebuild b/dev-ml/luv/luv-0.5.10-r2.ebuild
similarity index 86%
rename from dev-ml/luv/luv-0.5.10-r1.ebuild
rename to dev-ml/luv/luv-0.5.10-r2.ebuild
index a50ac52098a3..01d679ae6917 100644
--- a/dev-ml/luv/luv-0.5.10-r1.ebuild
+++ b/dev-ml/luv/luv-0.5.10-r2.ebuild
@@ -1,7 +1,7 @@
-# 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 dune
 
@@ -16,6 +16,7 @@ IUSE="+ocamlopt test"
 RESTRICT="!test? ( test )"
 
 RDEPEND="
+   <=dev-lang/ocaml-4.13:=[ocamlopt?]
dev-libs/libuv:=
dev-ml/ocaml-ctypes:=
dev-ml/result:=



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

2022-01-04 Thread Jakov Smolić
commit: b53654e2d0477d76ee53f1971e95da2e67edb94d
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Jan  4 18:09:14 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Jan  4 18:09:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b53654e2

net-misc/mstpd: Stabilize 0.1.0 x86, #830603

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

 net-misc/mstpd/mstpd-0.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/mstpd/mstpd-0.1.0.ebuild 
b/net-misc/mstpd/mstpd-0.1.0.ebuild
index c8603cd165e9..b87ba3e34a60 100644
--- a/net-misc/mstpd/mstpd-0.1.0.ebuild
+++ b/net-misc/mstpd/mstpd-0.1.0.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
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/mstpd/mstpd/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 x86"
 
 src_prepare() {
default



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

2022-01-04 Thread Jakov Smolić
commit: 48687b9c9c917220f27498fbe650154f9efb46ef
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Jan  4 18:09:22 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Jan  4 18:09:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48687b9c

dev-libs/libbpf: Stabilize 0.6.0 amd64, #830605

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

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

diff --git a/dev-libs/libbpf/libbpf-0.6.0.ebuild 
b/dev-libs/libbpf/libbpf-0.6.0.ebuild
index 857dae105061..b8630b426de9 100644
--- a/dev-libs/libbpf/libbpf-0.6.0.ebuild
+++ b/dev-libs/libbpf/libbpf-0.6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2021 Gentoo Authors
+# Copyright 2019-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -10,7 +10,7 @@ if [[ ${PV} =~ [9]{4,} ]]; then
EGIT_REPO_URI="https://github.com/libbpf/libbpf.git;
 else
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
 fi
 S="${WORKDIR}/${P}/src"
 



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

2022-01-04 Thread Jakov Smolić
commit: 094b880956dbbebb6b1a2b848080d1844c64b72e
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Jan  4 18:09:09 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Jan  4 18:09:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=094b8809

net-libs/webkit-gtk: Stabilize 2.34.3 x86, #830597

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

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

diff --git a/net-libs/webkit-gtk/webkit-gtk-2.34.3.ebuild 
b/net-libs/webkit-gtk/webkit-gtk-2.34.3.ebuild
index b4da0e93b88e..be9e9af9a56b 100644
--- a/net-libs/webkit-gtk/webkit-gtk-2.34.3.ebuild
+++ b/net-libs/webkit-gtk/webkit-gtk-2.34.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://www.webkitgtk.org/releases/${MY_P}.tar.xz;
 
 LICENSE="LGPL-2+ BSD"
 SLOT="4/37" # soname version of libwebkit2gtk-4.0
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
 
 IUSE="aqua avif +egl examples gamepad +geolocation gles2-only gnome-keyring 
+gstreamer gtk-doc +introspection +jpeg2k +jumbo-build lcms libnotify seccomp 
spell systemd wayland +X"
 



[gentoo-commits] repo/gentoo:master commit in: gui-libs/libwpe/

2022-01-04 Thread Jakov Smolić
commit: f09fb1db205ed25c756855ec4fb7c8b6abf0c42b
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Jan  4 18:09:07 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Jan  4 18:09:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f09fb1db

gui-libs/libwpe: Stabilize 1.12.0 x86, #830597

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

 gui-libs/libwpe/libwpe-1.12.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gui-libs/libwpe/libwpe-1.12.0.ebuild 
b/gui-libs/libwpe/libwpe-1.12.0.ebuild
index 60684c786f8c..78fff05b03af 100644
--- a/gui-libs/libwpe/libwpe-1.12.0.ebuild
+++ b/gui-libs/libwpe/libwpe-1.12.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
@@ -12,7 +12,7 @@ SRC_URI="https://wpewebkit.org/releases/${P}.tar.xz;
 LICENSE="BSD-2"
 SLOT="1.0"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
media-libs/mesa[egl(+)]



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

2022-01-04 Thread Jakov Smolić
commit: 996c7af4e43d81c340445d08e4fe45a0e0424b96
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Jan  4 18:09:18 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Jan  4 18:09:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=996c7af4

net-misc/mstpd: Stabilize 0.1.0 amd64, #830603

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

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

diff --git a/net-misc/mstpd/mstpd-0.1.0.ebuild 
b/net-misc/mstpd/mstpd-0.1.0.ebuild
index b87ba3e34a60..303efe82f7d3 100644
--- a/net-misc/mstpd/mstpd-0.1.0.ebuild
+++ b/net-misc/mstpd/mstpd-0.1.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/mstpd/mstpd/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 
 src_prepare() {
default



[gentoo-commits] repo/gentoo:master commit in: gui-libs/wpebackend-fdo/

2022-01-04 Thread Jakov Smolić
commit: 3cc57bf276ab0e6e90cadfa9b5badcf5983d52dd
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Jan  4 18:09:08 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Jan  4 18:09:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cc57bf2

gui-libs/wpebackend-fdo: Stabilize 1.12.0 x86, #830597

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

 gui-libs/wpebackend-fdo/wpebackend-fdo-1.12.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gui-libs/wpebackend-fdo/wpebackend-fdo-1.12.0.ebuild 
b/gui-libs/wpebackend-fdo/wpebackend-fdo-1.12.0.ebuild
index 02268c1d36d4..368e4495db51 100644
--- a/gui-libs/wpebackend-fdo/wpebackend-fdo-1.12.0.ebuild
+++ b/gui-libs/wpebackend-fdo/wpebackend-fdo-1.12.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
@@ -12,7 +12,7 @@ SRC_URI="https://wpewebkit.org/releases/${P}.tar.xz;
 LICENSE="BSD-2"
 SLOT="1.0"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
media-libs/libepoxy[egl]



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

2022-01-04 Thread Jakov Smolić
commit: 6ac8329f7aa19900e6c9707c54808648ce30ca8d
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Jan  4 18:09:10 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Jan  4 18:09:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ac8329f

www-client/epiphany: Stabilize 40.6 x86, #830597

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

 www-client/epiphany/epiphany-40.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-client/epiphany/epiphany-40.6.ebuild 
b/www-client/epiphany/epiphany-40.6.ebuild
index e46b4d99cdf3..1c1b6f161e16 100644
--- a/www-client/epiphany/epiphany-40.6.ebuild
+++ b/www-client/epiphany/epiphany-40.6.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=8
@@ -12,7 +12,7 @@ LICENSE="GPL-3+"
 SLOT="0"
 IUSE="test"
 RESTRICT="!test? ( test )"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
 
 DEPEND="
>=dev-libs/glib-2.64.0:2



[gentoo-commits] repo/gentoo:master commit in: dev-embedded/u-boot-tools/

2022-01-04 Thread Jakov Smolić
commit: 439222f49e0802834c2e5772d7b5cebd14f35e27
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Jan  4 17:51:18 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Jan  4 18:08:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=439222f4

dev-embedded/u-boot-tools: add 2021.10

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

 dev-embedded/u-boot-tools/Manifest |  1 +
 .../u-boot-tools/u-boot-tools-2021.10.ebuild   | 79 ++
 2 files changed, 80 insertions(+)

diff --git a/dev-embedded/u-boot-tools/Manifest 
b/dev-embedded/u-boot-tools/Manifest
index c73978824566..381b4e4ab74f 100644
--- a/dev-embedded/u-boot-tools/Manifest
+++ b/dev-embedded/u-boot-tools/Manifest
@@ -1 +1,2 @@
 DIST u-boot-2021.07.tar.bz2 17275746 BLAKE2B 
1a209a604e0f30264781a14ca855bbb777e8f1c031de60d28de397084fc9bfc4a3771ad00ec22f5cdcfa721f22707a533b9b59004ac0b107df927f23dc5ab0a6
 SHA512 
210b206a4626feb0985580d9448a97b499b09bf9b9313ca847a66624785e9e9b0fae8f2e329acd344f5f75cb722d2093dd0ee394311ddd1fde05e400ee71a24d
+DIST u-boot-2021.10.tar.bz2 17358295 BLAKE2B 
2471e31236ae24778b985b8e7a032fe2d480e935e9c5ee77a6aff4821c61f7fb8b3d64f9f964d62d0c076e8ac526f1b9c19f7fa1a974f4665737ab0bfd950d03
 SHA512 
be5be1c9a54b270307a04177d5577a21c57a02b307bf8b63d0fa2655d1f025c7ce010dca6a1f7f60d4e639c2e6fb6f0a292a2e5d190f1fad478eb12dd786c9da

diff --git a/dev-embedded/u-boot-tools/u-boot-tools-2021.10.ebuild 
b/dev-embedded/u-boot-tools/u-boot-tools-2021.10.ebuild
new file mode 100644
index ..2c89fa57625c
--- /dev/null
+++ b/dev-embedded/u-boot-tools/u-boot-tools-2021.10.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+MY_P="u-boot-${PV/_/-}"
+DESCRIPTION="utilities for working with Das U-Boot"
+HOMEPAGE="https://www.denx.de/wiki/U-Boot/WebHome;
+SRC_URI="https://ftp.denx.de/pub/u-boot/${MY_P}.tar.bz2;
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="envtools"
+
+RDEPEND="dev-libs/openssl:="
+DEPEND="${RDEPEND}"
+BDEPEND="
+   sys-devel/bison
+   sys-devel/flex
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   default
+   sed -i 's:\bpkg-config\b:${PKG_CONFIG}:g' \
+   scripts/kconfig/{g,m,n,q}conf-cfg.sh \
+   scripts/kconfig/Makefile \
+   tools/Makefile || die
+}
+
+src_configure() {
+   tc-export AR BUILD_CC CC PKG_CONFIG
+}
+
+src_compile() {
+   # Unset a few KBUILD variables. Bug #540476
+   unset KBUILD_OUTPUT KBUILD_SRC
+
+   local myemakeargs=(
+   V=1
+   AR="${AR}"
+   CC="${CC}"
+   HOSTCC="${BUILD_CC}"
+   HOSTCFLAGS="${CFLAGS} ${CPPFLAGS}"' $(HOSTCPPFLAGS)'
+   HOSTLDFLAGS="${LDFLAGS}"
+   )
+
+   emake "${myemakeargs[@]}" tools-only_defconfig
+
+   emake "${myemakeargs[@]}" \
+   NO_SDL=1 \
+   HOSTSTRIP=: \
+   STRIP=: \
+   CONFIG_ENV_OVERWRITE=y \
+   $(usex envtools envtools tools-all)
+}
+
+src_test() { :; }
+
+src_install() {
+   cd tools || die
+
+   if ! use envtools; then
+   dobin bmp_logo dumpimage fdtgrep gen_eth_addr img2srec 
mkenvimage mkimage
+   fi
+
+   dobin env/fw_printenv
+
+   dosym fw_printenv /usr/bin/fw_setenv
+
+   insinto /etc
+   doins env/fw_env.config
+
+   doman ../doc/mkimage.1
+}



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

2022-01-04 Thread Jakov Smolić
commit: 3199825b5b7f1c621bfc79c4900d8fdd7f0f182a
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Jan  4 17:54:31 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Jan  4 18:08:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3199825b

dev-util/bpftool: add 5.15.12

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

 dev-util/bpftool/Manifest   |   1 +
 dev-util/bpftool/bpftool-5.15.12.ebuild | 117 
 2 files changed, 118 insertions(+)

diff --git a/dev-util/bpftool/Manifest b/dev-util/bpftool/Manifest
index 186a14d39b6d..322f4dfb2319 100644
--- a/dev-util/bpftool/Manifest
+++ b/dev-util/bpftool/Manifest
@@ -1,4 +1,5 @@
 DIST linux-5.14.tar.xz 120669872 BLAKE2B 
0047f5aaa3940dff97f4055ef544faafbbb5282128e6afe21d2f47d8dc8c395806a17016febfa050117d16f59e74b882cb8b9c5011d68f119c230d0a4d120524
 SHA512 
8e4f3ec3d36f774280f75dc7b004a43e09417af58f12e9c9f8348976659d4cfda7ad905f306f43fed66a27922e5c45db22e46bbfa7a0b9f365012380de3b6f64
 DIST linux-5.15.tar.xz 121913744 BLAKE2B 
3921274b23f7938abdf3ed9334534b4581e13d7484303d3a5280eddb038999aaa8b83a487472d9c4a219af0f06b9fecccaf348fb5510ab8762f4ef4b7e83
 SHA512 
d25ad40b5bcd6a4c6042fd0fd84e196e7a58024734c3e9a484fd0d5d54a0c1d87db8a3c784eff55e43b6f021709dc685eb0efa18d2aec327e4f88a79f405705a
 DIST patch-5.14.14.xz 528644 BLAKE2B 
3917c340eb1cd814b7fd40420e32baa84c6a062a7c52ab75301cfce8e59acf055f3c9ff38f4ae1590837f245607e294277001f0a0b53ee44b0056b83f98bc68f
 SHA512 
258fa67ee6e6d13b4e92d361898313b4e2f3d9d0be883e5c5a0c436e51cf8bcb3eb5acb46272bb5df2bbf8390b81152e8244b1d6faf7299314589b90c95eebba
+DIST patch-5.15.12.xz 620100 BLAKE2B 
8ac09e5cff7465641818e24e846a014bc936e2e2f61b7d1973319d5665d45acd6be24d28430173b5646e80cf67351044165b949575baf76ccdfb46ae34fc1468
 SHA512 
0e2dbfa675f00ddcb72369d1aed76470ed37a0968856e00d620bdc4bc7891a1646b4f9dcf864a57c26a5b9ab6afec43c8a62ad5c7e0549aaf0e8bae2852a752b
 DIST patch-5.15.8.xz 537596 BLAKE2B 
0f431804d406c4bbb09c44826fe1018b0bca94018337b73387d44ff3e25e6b90e2ec10cf9935847786e4dac6e1523e8e7daeaedb4f854d20a155bd13b29a0c72
 SHA512 
ef6d0841033fecba7c4aa25f5249a1e532a0d95f4b7e7048357ff00277d9abc11897f92d05d4a2cb90372da9cec8aa6664ce1058f71a6cae6bc647649787667d

diff --git a/dev-util/bpftool/bpftool-5.15.12.ebuild 
b/dev-util/bpftool/bpftool-5.15.12.ebuild
new file mode 100644
index ..d4a6b8926868
--- /dev/null
+++ b/dev-util/bpftool/bpftool-5.15.12.ebuild
@@ -0,0 +1,117 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit estack linux-info optfeature python-any-r1 toolchain-funcs
+
+MY_PV="${PV/_/-}"
+MY_PV="${MY_PV/-pre/-git}"
+
+DESCRIPTION="Tool for inspection and simple manipulation of eBPF programs and 
maps"
+HOMEPAGE="https://kernel.org/;
+
+LINUX_V="${PV:0:1}.x"
+LINUX_VER=$(ver_cut 1-2)
+LINUX_PATCH=patch-${PV}.xz
+SRC_URI="https://www.kernel.org/pub/linux/kernel/v${LINUX_V}/${LINUX_PATCH};
+
+LINUX_SOURCES="linux-${LINUX_VER}.tar.xz"
+SRC_URI+=" 
https://www.kernel.org/pub/linux/kernel/v${LINUX_V}/${LINUX_SOURCES};
+
+S_K="${WORKDIR}/linux-${LINUX_VER}"
+S="${S_K}/tools/bpf/bpftool"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="caps"
+
+RDEPEND="
+   sys-libs/binutils-libs:=
+   sys-libs/zlib:=
+   virtual/libelf:=
+   caps? ( sys-libs/libcap:= )
+"
+DEPEND="
+   ${RDEPEND}
+   >=sys-kernel/linux-headers-5.8
+"
+BDEPEND="
+   ${LINUX_PATCH+dev-util/patchutils}
+   ${PYTHON_DEPS}
+   dev-python/docutils
+"
+
+CONFIG_CHECK="~DEBUG_INFO_BTF"
+
+# src_unpack and src_prepare are copied from dev-util/perf since
+# it's building from the same tarball, please keep it in sync with perf
+src_unpack() {
+   local paths=(
+   tools/bpf kernel/bpf
+   tools/{arch,build,include,lib,perf,scripts} 
{scripts,include,lib} "arch/*/lib"
+   )
+
+   # We expect the tar implementation to support the -j option (both
+   # GNU tar and libarchive's tar support that).
+   echo ">>> Unpacking ${LINUX_SOURCES} (${paths[*]}) to ${PWD}"
+   tar --wildcards -xpf "${DISTDIR}"/${LINUX_SOURCES} \
+   "${paths[@]/#/linux-${LINUX_VER}/}" || die
+
+   if [[ -n ${LINUX_PATCH} ]] ; then
+   eshopts_push -o noglob
+   ebegin "Filtering partial source patch"
+   filterdiff -p1 ${paths[@]/#/-i } -z "${DISTDIR}"/${LINUX_PATCH} 
\
+   > ${P}.patch
+   eend $? || die "filterdiff failed"
+   eshopts_pop
+   fi
+
+   local a
+   for a in ${A}; do
+   [[ ${a} == ${LINUX_SOURCES} ]] && continue
+   [[ ${a} == ${LINUX_PATCH} ]] && continue
+   unpack ${a}
+   done
+}
+
+src_prepare() {
+   default
+
+   if [[ -n ${LINUX_PATCH} ]] ; then
+   pushd "${S_K}" >/dev/null || die
+   eapply 

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

2022-01-04 Thread Maciej Barć
commit: 2328f28b225d9b77711a08ef839a6084f17b834d
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Jan  4 17:53:22 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Tue Jan  4 17:54:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2328f28b

dev-lang/smlnj: replace sed delimeter

Closes: https://bugs.gentoo.org/717016
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Maciej Barć  gentoo.org>

 dev-lang/smlnj/smlnj-110.82.ebuild   | 14 +++---
 dev-lang/smlnj/smlnj-110.99.2.ebuild | 12 ++--
 2 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/dev-lang/smlnj/smlnj-110.82.ebuild 
b/dev-lang/smlnj/smlnj-110.82.ebuild
index 68c776772b8d..6e3b7303f61c 100644
--- a/dev-lang/smlnj/smlnj-110.82.ebuild
+++ b/dev-lang/smlnj/smlnj-110.82.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="6"
@@ -83,11 +83,11 @@ src_prepare() {
epatch "${FILESDIR}/${PN}-110.82-pax-p3.patch"
default
for file in mk.*; do
-   sed -e "/^AS/s:as:$(tc-getAS):" \
-   -e "/^CC/s:gcc:$(tc-getCC):" \
-   -e "/^CPP/s:gcc:$(tc-getCC):" \
-   -e "/^CFLAGS/{s:-O[0123s]:: ; s:=:= ${CFLAGS}:}" \
-   -e "/^PAXMARK/s:true:"$(usex pax-kernel "paxmark.sh" 
"true")":" \
+   sed -e "/^AS/s|as|$(tc-getAS)|" \
+   -e "/^CC/s|gcc|$(tc-getCC)|" \
+   -e "/^CPP/s|gcc|$(tc-getCC)|" \
+   -e "/^CFLAGS/{s|-O[0123s]|| ; s|=|= ${CFLAGS}|}" \
+   -e "/^PAXMARK/s|true|"$(usex pax-kernel "paxmark.sh" 
"true")"|" \
-i base/runtime/objs/${file}
done
 }
@@ -138,7 +138,7 @@ src_install() {
DIR=/usr/${SUBDIR}
for file in bin/{*,.*}; do
[[ -f ${file} ]] && sed -e "2iSMLNJ_HOME=${EPREFIX}/${DIR}" \
-   -e 
"s:${WORKDIR}:${EPREFIX}/${DIR}:" -i ${file}
+   -e 
"s|${WORKDIR}|${EPREFIX}/${DIR}|" -i ${file}
done
dodir ${DIR}/bin
exeinto ${DIR}/bin

diff --git a/dev-lang/smlnj/smlnj-110.99.2.ebuild 
b/dev-lang/smlnj/smlnj-110.99.2.ebuild
index 98c8b3ecdf06..247d06dc4ca7 100644
--- a/dev-lang/smlnj/smlnj-110.99.2.ebuild
+++ b/dev-lang/smlnj/smlnj-110.99.2.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=8
@@ -84,10 +84,10 @@ src_prepare() {
default
 
# respect CC et al. (bug 243886)
-   sed -e "/^AS/s:as:$(tc-getAS):" \
-   -e "/^CC/s:gcc:$(tc-getCC):" \
-   -e "/^CPP/s:gcc:$(tc-getCC):" \
-   -e "/^CFLAGS/{s:-O[0123s]:: ; s:=:= ${CFLAGS}:}" \
+   sed -e "/^AS/s|as|$(tc-getAS)|" \
+   -e "/^CC/s|gcc|$(tc-getCC)|" \
+   -e "/^CPP/s|gcc|$(tc-getCC)|" \
+   -e "/^CFLAGS/{s|-O[0123s]|| ; s|=|= ${CFLAGS}|}" \
-i base/runtime/objs/mk.* || die
 
sed -i "s|nm |$(tc-getNM) |g" config/chk-global-names.sh || die
@@ -109,7 +109,7 @@ src_install() {
for file in bin/{*,.*} ; do
[[ -f ${file} ]] &&
sed -e "2iSMLNJ_HOME=${EPREFIX}/${DIR}" \
-   -e "s:${WORKDIR}:${EPREFIX}/${DIR}:" \
+   -e "s|${WORKDIR}|${EPREFIX}/${DIR}|" \
-i ${file}
done
 



[gentoo-commits] proj/kde:master commit in: kde-apps/ktimer/

2022-01-04 Thread Andreas Sturmlechner
commit: 8c3d3f4d459bdd2a422b2304d78a8b6e1ad401a8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan  4 17:28:11 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jan  4 17:28:11 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=8c3d3f4d

kde-apps/ktimer: Set ECM_HANDBOOK=optional

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

 kde-apps/ktimer/ktimer-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/ktimer/ktimer-.ebuild 
b/kde-apps/ktimer/ktimer-.ebuild
index afd46be7be..a3c8b56ba0 100644
--- a/kde-apps/ktimer/ktimer-.ebuild
+++ b/kde-apps/ktimer/ktimer-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-ECM_HANDBOOK="forceoptional"
+ECM_HANDBOOK="optional"
 KFMIN=5.88.0
 QTMIN=5.15.2
 inherit ecm kde.org



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

2022-01-04 Thread Matthias Maier
commit: 49adcfd492edfb489290cc1e31a7013ae7e0e871
Author: Matthias Maier  gentoo  org>
AuthorDate: Tue Jan  4 16:53:34 2022 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Tue Jan  4 17:02:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49adcfd4

dev-libs/openspecfun: version bump to 0.5.5

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

 dev-libs/openspecfun/Manifest |  1 +
 dev-libs/openspecfun/openspecfun-0.5.5.ebuild | 41 +++
 2 files changed, 42 insertions(+)

diff --git a/dev-libs/openspecfun/Manifest b/dev-libs/openspecfun/Manifest
index 3119d17ae946..67b32d76b4ec 100644
--- a/dev-libs/openspecfun/Manifest
+++ b/dev-libs/openspecfun/Manifest
@@ -1 +1,2 @@
 DIST openspecfun-0.5.3.tar.gz 121156 BLAKE2B 
4b1d883634524db9a5c1d5c2e291667264f3bc15c2b6cd1c335ef7a4748668091255c4940c54cea27ab0fd301e7c08156825bcdecfef71802b7d571d74af021e
 SHA512 
503da7592b126cce9ecb8af5ce16c667a9b022676721063e5f551fb88c0955f465ed66df7728ed2391f068ea14b77414bfd9934c0ee38081d11b998826d6b88a
+DIST openspecfun-0.5.5.tar.gz 121025 BLAKE2B 
72d92a676c90f24378f9902f76d59df47a403810b56d9a90bd39d6348082d34be59223b0f6b9ad00cd1ebdeb03001b31141134088d8e8164cf9a9c4fad239c78
 SHA512 
429c0ce47c3a3a044266fee0e285bd4e53e7433c83bf02b03fc4526b8d0e415295143693642a34cdf1c6b59aa86e76fd76c51ffc9440d0ba655c16a8a24a2a1b

diff --git a/dev-libs/openspecfun/openspecfun-0.5.5.ebuild 
b/dev-libs/openspecfun/openspecfun-0.5.5.ebuild
new file mode 100644
index ..da7263c522f8
--- /dev/null
+++ b/dev-libs/openspecfun/openspecfun-0.5.5.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit fortran-2 toolchain-funcs
+
+DESCRIPTION="A collection of special mathematical functions"
+HOMEPAGE="https://julialang.org;
+SRC_URI="https://github.com/JuliaLang/openspecfun/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+DEPEND="sci-libs/openlibm:="
+RDEPEND="${DEPEND}"
+
+PATCHES=( "${FILESDIR}"/${P}-Makefile.patch )
+
+src_configure() {
+   tc-export CC
+}
+
+src_compile() {
+   emake \
+   prefix="${EPREFIX}"/usr \
+   libdir="${EPREFIX}"/usr/$(get_libdir) \
+   USE_OPENLIBM=1
+}
+
+src_install() {
+   emake \
+   prefix="${EPREFIX}"/usr \
+   libdir="${EPREFIX}"/usr/$(get_libdir) \
+   DESTDIR="${D}" \
+   install
+   einstalldocs
+
+   find "${ED}" -name '*.la' -delete || die
+}



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

2022-01-04 Thread Matthias Maier
commit: 6a2d704ccabfb6b1cfc0f19cfe169eb961e6e85c
Author: Matthias Maier  gentoo  org>
AuthorDate: Tue Jan  4 16:41:38 2022 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Tue Jan  4 16:41:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a2d704c

app-emulation/libvirt: ebuild maintenance, install proper soname

Closes: https://bugs.gentoo.org/828562
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Matthias Maier  gentoo.org>

 app-emulation/libvirt/files/libvirt-7.10.0-fix_soname.patch | 13 +
 .../{libvirt-7.10.0-r1.ebuild => libvirt-7.10.0-r2.ebuild}  |  3 ++-
 2 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/app-emulation/libvirt/files/libvirt-7.10.0-fix_soname.patch 
b/app-emulation/libvirt/files/libvirt-7.10.0-fix_soname.patch
new file mode 100644
index ..8e89fc818fb5
--- /dev/null
+++ b/app-emulation/libvirt/files/libvirt-7.10.0-fix_soname.patch
@@ -0,0 +1,13 @@
+diff --git a/tools/nss/meson.build b/tools/nss/meson.build
+index 
198936f3d42e1827d0f03ff3b27a198bdc4fa59c..f77309ebcab8063c515ae2bf95dbff542238a2ee
 100644
+--- a/tools/nss/meson.build
 b/tools/nss/meson.build
+@@ -59,7 +59,7 @@ nss_libvirt_guest_syms = '@0@@1@'.format(
+   meson.current_source_dir() / nss_guest_sym_file,
+ )
+ 
+-nss_libvirt_lib = shared_module(
++nss_libvirt_lib = shared_library(
+   'nss_libvirt',
+   name_prefix: nss_prefix,
+   name_suffix: 'so.@0@'.format(nss_so_ver),

diff --git a/app-emulation/libvirt/libvirt-7.10.0-r1.ebuild 
b/app-emulation/libvirt/libvirt-7.10.0-r2.ebuild
similarity index 99%
rename from app-emulation/libvirt/libvirt-7.10.0-r1.ebuild
rename to app-emulation/libvirt/libvirt-7.10.0-r2.ebuild
index 7cfdb6dca8bc..14c31d413e2c 100644
--- a/app-emulation/libvirt/libvirt-7.10.0-r1.ebuild
+++ b/app-emulation/libvirt/libvirt-7.10.0-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
@@ -135,6 +135,7 @@ PATCHES=(
"${FILESDIR}"/${PN}-6.7.0-do-not-use-sysconfig.patch
"${FILESDIR}"/${PN}-6.7.0-fix-paths-for-apparmor.patch
"${FILESDIR}"/${PN}-7.9.0-fix_cgroupv2.patch
+   "${FILESDIR}"/${PN}-7.10.0-fix_soname.patch
 )
 
 pkg_setup() {



[gentoo-commits] repo/proj/guru:dev commit in: www-apps/zola/

2022-01-04 Thread Alexey Zapparov
commit: fac26e174f3dc1e57b56ef2615173a5ce9dd9b7a
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Tue Jan  4 16:36:04 2022 +
Commit: Alexey Zapparov  zapparov  com>
CommitDate: Tue Jan  4 16:36:04 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fac26e17

www-apps/zola: add 0.15.2

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alexey Zapparov  zapparov.com>

 www-apps/zola/Manifest   | 350 
 www-apps/zola/metadata.xml   |  13 ++
 www-apps/zola/zola-0.15.2.ebuild | 375 +++
 3 files changed, 738 insertions(+)

diff --git a/www-apps/zola/Manifest b/www-apps/zola/Manifest
new file mode 100644
index 0..1c26c5c9a
--- /dev/null
+++ b/www-apps/zola/Manifest
@@ -0,0 +1,350 @@
+DIST adler-1.0.2.crate 12778 BLAKE2B 
a1dc17786adae945ac09d3525e609ed944e6465690787bbb831a1b9d53793cba1989793d0a5606d5d23ee20d36457923d451b1b3530c9ec7072a487aa3e55bbd
 SHA512 
7ab190d31890fc05b0b55d8e2c6527a505e06793d5496be0b3831e0513412f9ba97f8148f6f68ed0770fa9cd980a5092d885e058becf1d5506b7c74b82674aa1
+DIST adler32-1.2.0.crate 6411 BLAKE2B 
51d44ccfd774158687b8244e83377e40ff896364e3d41e9015665131cc2a176d4ca0ab5a84df027dec0869ee735ee36f5687a06c1d2341de666070cdbab89483
 SHA512 
8ed72612fb78e213fc92963fdae0508ef26988656c939e6c9cddccbe2658d4a956a8ae934d9658262a8b2687dc446b3f1ee7614128b440487c81e606526dfda3
+DIST aho-corasick-0.7.18.crate 112923 BLAKE2B 
4f6947d1aacf89ccfab0592cdc55fa61ef09cea38231d3f758765dbce328a810c0b588be4ba96e81d64955379ee005722d22a7aec39caea6e72342245d7ca34f
 SHA512 
7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00
+DIST ammonia-3.1.2.crate 39704 BLAKE2B 
78c4df1a201b1899331a1e9c4861bb792b0a0da4573881608591dd661373063d7c9b91255f22e998ac19b6e5f78ba1318fab066bf18c2d2792059c991ec127ea
 SHA512 
eec32f6367740d78bfe17c3c83adbc34d6143b01b64e19a0821726155206883229884464893048b235164c21e0c122a5b3e530ccd8d80ad78ab19243bcdcae97
+DIST ansi_term-0.12.1.crate 24838 BLAKE2B 
f636772c34e2d68cda7b8d3b2b86abda074585a62bd2654812ce92384244655a9197fa66e6939e19a674c0148ca605313d83de262bb18c2339a8a4eb4438a791
 SHA512 
b840e28b3e7700689a69a39659b1e066560078dd4a58326b91a028915819e7af883399ee53e920db68fd974c58d35bb1ddf8d427af5937d5f696f57c4376b671
+DIST any_ascii-0.1.7.crate 220683 BLAKE2B 
77342934676213b4898158ab03f1f73826d8aba212c47ded874d42c7ff8a0d95ccd88950381348fddf895bfc5570fa81ad3459fe10f52ba630c0e50c75dcacaf
 SHA512 
3fe4e0c10c32983c3c725a5930f0bf7c752942c6dd0818b93bae9808e72d5a87725733a85b11cabb8fea630f524fd4b7a13160112f8bb7cc24515bcc384d6dbc
+DIST anyhow-1.0.51.crate 44100 BLAKE2B 
20683fd139775cd399bd0fd63599f64a646f8b74c65415af965d3c24690fd81fe48205bedb92075b487b71d5d315be5fdf38ff7c5ecf3e1a1d693a3505ee
 SHA512 
e8e3feebc3c96b7301787502f000b9940a20343a466ac48186c9aa170fb52f0db17768630535a8b475077733ad6ff9f843a3bd5ae4415c86bf83cae0ed0bad7c
+DIST arrayvec-0.4.12.crate 26551 BLAKE2B 
45514f09f0fd1fae7afb7dc812142ac8d88d1f4b81901db405c79dbeba2d29fea13ec22cb08a43433321931295a9f14456a300e814431b8fb14037d2f47529e9
 SHA512 
c03972056ab8fa30fc53fdc2bfc5e501f7644223998eccb73fdc2e737f7e25f4bb0e531f3eec38f7f3514760fb385fafd06c3d38531d13d92faf841820d4ed2b
+DIST arrayvec-0.5.2.crate 27838 BLAKE2B 
51e2eacae0ef148f3f52d21ae00794e540e7ce4c013fb496dd1347ad91ffbbca199381fffbb064225f829216f6c5e915edfa64833f91fabdd13c3f011d86491f
 SHA512 
1896b5f64b4dbdcff8ad234bda4ea8129bcacf87839347304717e94ee9f369cf5f4371755e453ff7d72817edb8f7fdbc726d77cc4f28ed05148dc89c7714b004
+DIST assert-json-diff-2.0.1.crate 10892 BLAKE2B 
6081f046ebe7d188516ed00d891c0efeed1fa7e5385e18ddff360b7606d2002ba780501f81b88acb3e171cb96b83464862d8ef018b9613b8555942184f60f9ba
 SHA512 
a9bcb87cd62382c676ee539f526a7543f69382f5c11a4644cae353e3b689a79f7ae7e35824b4c5e29aaedf7a55415560030055c5c38ec8b1639393a79fd535af
+DIST atty-0.2.14.crate 5470 BLAKE2B 
2db856a9e898a430258f059aeaf7c844a153293e8856d90ac81f7d91a888c89198768ad5cb09303c23241fe85c560a55148fa56a303651a82b0edb895616bfab
 SHA512 
d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9
+DIST autocfg-1.0.1.crate 12908 BLAKE2B 
40c53cab298e4f26634c3acff3ece6a3371188d91dbf377ed664eabedcde20536edaa93daf406618f37edde019f049a6e7b9a47f627344587dbd126bee2b5e3a
 SHA512 
630b348acb98b012e97804e6325d03c89abc22f2157762c59144c04e6c733daf550bdc7f0fe0b9f3b50e15dae8c1c3c4bdfce3d805b02f0fc987311f5332419b
+DIST base64-0.13.0.crate 62070 BLAKE2B 
b957f65cdb1e28baeca0cefc92fa98be797409b7dabd15e0e88db6cdfb89779b662cba9f2270fbf3b7b66948fdc46c118b8040a78ab72049c48a928fa802bee0
 SHA512 
991a72999839daa232f508c5b24e7d3225e8a26db8d1d0e747881b115af9e408b92374e163b31e0b0d324c1c2e57e8e38d66861b61eb0a1dba87bb5871940151
+DIST bincode-1.3.3.crate 28958 BLAKE2B 

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

2022-01-04 Thread Matthias Maier
commit: ef3fbdc9009cda15df509eee2ac0bcdd187155ec
Author: Matthias Maier  gentoo  org>
AuthorDate: Tue Jan  4 16:30:08 2022 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Tue Jan  4 16:32:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef3fbdc9

app-emulation/libvirt: drop old versions

Bug: https://bugs.gentoo.org/812317
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Matthias Maier  gentoo.org>

 app-emulation/libvirt/Manifest |  16 -
 .../libvirt/files/libvirt-6.7.0-doc-path.patch |   9 -
 .../libvirt-7.0.0-fix_virtproxyd_unit_file.patch   |  18 --
 ...ix-virCgroupKillRecursive-wrt-nested-cont.patch | 189 ---
 app-emulation/libvirt/libvirt-7.0.0-r4.ebuild  | 348 -
 app-emulation/libvirt/libvirt-7.1.0-r2.ebuild  | 335 
 app-emulation/libvirt/libvirt-7.2.0-r2.ebuild  | 329 ---
 app-emulation/libvirt/libvirt-7.3.0-r1.ebuild  | 326 ---
 app-emulation/libvirt/libvirt-7.4.0-r1.ebuild  | 327 ---
 app-emulation/libvirt/libvirt-7.5.0-r1.ebuild  | 327 ---
 app-emulation/libvirt/libvirt-7.8.0-r1.ebuild  | 336 
 app-emulation/libvirt/libvirt-7.9.0-r2.ebuild  | 337 
 12 files changed, 2897 deletions(-)

diff --git a/app-emulation/libvirt/Manifest b/app-emulation/libvirt/Manifest
index 5cde70f50158..3061acc0eb02 100644
--- a/app-emulation/libvirt/Manifest
+++ b/app-emulation/libvirt/Manifest
@@ -1,20 +1,4 @@
-DIST libvirt-7.0.0.tar.xz 8567648 BLAKE2B 
0c0b360c371a14b6d82dc6bef4b228bf7a4a17db1a8425d1354128b0705365a04440217ed0862761b2a8eaf81d81494177d777e734a9045bbc87fc613b56eb05
 SHA512 
dd6db5ec4971cf4c6059795fd81d5a3a889b10740e34c3c92271eda1c683c99df2c8f923398065d8a7c4f987a20eb1da617d5297ba8ea5a31f154412af50c343
-DIST libvirt-7.0.0.tar.xz.asc 833 BLAKE2B 
7cc16442f39de660caa38801b12994ca312b250d6c3e5bbef38613702a03cd31cb9b7eaa792af4f8c1b737d67e62f18baa02b481e7fa4d6ec8fc9a07a44db4de
 SHA512 
fb0b6240dbb4e827456f6c573bb3466f19282383bcee5bae8ece923260eca6d252f64b1adfac9a26fdac2a57bb9390aa4c0071e54d16d3e294230b3562764f18
-DIST libvirt-7.1.0.tar.xz 8645944 BLAKE2B 
97a76091616b427fc64a6a3caf5d9b04d7b9aed7ff7a6d70536ca2eb95d902f0f5ed4b5e56fbdfc6c40f443fb68f4850cff0545256826e575e78fea97158e8f7
 SHA512 
475b212e920bf8587db4a551126d9eb417d4e18a72550f94feb1aec94821fbac8c84d67ffd59cfe4f8289b6b10ae5f6b579ee170c0d72cb0493ec7ec52183cd6
-DIST libvirt-7.1.0.tar.xz.asc 833 BLAKE2B 
2610cff98967260a5005840e1b03cff16790da82d9a51f14d6b34453db3ba89aa34915bba69d57b333f50d17e2492c77e85ee4e6282b8fe5f4cd0f7ace638334
 SHA512 
6c92c91bc7f23b32deee3442008b44d6469a9cabf2ed39459afcbfce9b3f2b1b655514a068c4bcdc8909ba02a0a4762e8f845ae4dba8da18719acf45614ca6da
 DIST libvirt-7.10.0.tar.xz 8798000 BLAKE2B 
6cb2ab5913d382b11d24b46154dc3250355050cd3038f64ba571b35f33ae5bd0a322d4b96469bd6c78fd848c87f2e6fc7213c33e5bdb9d375a9b81d2a40899bb
 SHA512 
c7eecc9538b68852a8cc67565566d64ec7b087b6f009858b2eb524bc3ef0f6ca3c0da67edf801e6a3ae3fcc0364e65e108fa92bcb01ee810c85fa5f37785aa32
 DIST libvirt-7.10.0.tar.xz.asc 833 BLAKE2B 
b9e129dcce43a87320b7284264c0689ce45742c0038a68c86fe7a0b789ddc2a49794fe89ae30d4d3675e884891a3b335b61beeb7ff0c5291fbc763ca6629de40
 SHA512 
41ef8e5fe9a8d1d6ba1c4fa8bd8204b0be83b50d3c936765d7ad005e75600287de0f13e0b14fab4d94d2d4b8bf8916fbe869cbfccf6293cc61c854513a0ef0c3
-DIST libvirt-7.2.0.tar.xz 8661052 BLAKE2B 
eae6b4e7422690dd780e1647e2a39dfdff0562f3e63bce9ca5ee34540dec3755269efaad459d1b516b56fdeb1503cc966ffa60378aaa18210b972b739716fe34
 SHA512 
f6bb26ca7cb5a8d342f1f39afd051ed76b71414e1b934557cf50784da17e4f2fb3301c2ace3b593fcdeb6a18ad559a007ad594111c2c348b9157d3a59d475928
-DIST libvirt-7.2.0.tar.xz.asc 833 BLAKE2B 
c389d80ef4f7627230b88446ef77daab1bf34e49e20cfb5c5418500fdf388af23aeb2458551548cb732c868f87f35a5c28acff8c01faebe985a6953953a69149
 SHA512 
526955a9f9d294635e63a4ed20c3e478fb4b5f3a63150a59ff30d84ad16a286ddb4c6508d0317c56df63a0d22a099085697df344fe2b15bce07acf9f05cda331
-DIST libvirt-7.3.0.tar.xz 8680468 BLAKE2B 
88ad3dbac627203419eb80b28649613480a287014688b5b75b9a18d60b3d2b2c6628c803384ce0eed81bf84cdc0dd8539b072f32ccf0319f09bebaaeb0e089bf
 SHA512 
e039d5cc000c0f29ead4faddf154852ee8d8b5943e940b717eabb33cc9990d3f257a942b05a661bf6c36df5b5763c31df3f8b5a0fc21e8111a81c57da42d903e
-DIST libvirt-7.3.0.tar.xz.asc 833 BLAKE2B 
812a7cf4bcaef88a4229008579a18da19d78b0a988890359907e4067b5eb6d74176907875a3a27775ffabaf29fb4d0e92c7f2ec13042ef8657c09ad6b287984d
 SHA512 
f5349bb6c7919b54518a2ffc058592fb588045d37d18dfce5efb7e2f512c2a19b0f956d6ee34a16982cdaec4c23954300f7e130656afeb3cf535c65a0d62c04e
-DIST libvirt-7.4.0.tar.xz 8617788 BLAKE2B 
06271895ac39865df632b6ad669eb20d1f1bb774b4a854ee2461174ac5ccf688b0f8ecffc2d9d0b12491e0e948beb377d52efdf40a2729d14b4b3d9bc8835cc2
 SHA512 

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

2022-01-04 Thread Matthias Maier
commit: 852c9d049aab55754f42bb4f749fdda404790618
Author: Matthias Maier  gentoo  org>
AuthorDate: Tue Jan  4 16:33:44 2022 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Tue Jan  4 16:33:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=852c9d04

app-emulation/libvirt-glib: drop old version

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

 app-emulation/libvirt-glib/Manifest|  1 -
 .../libvirt-glib/libvirt-glib-3.0.0.ebuild | 43 --
 2 files changed, 44 deletions(-)

diff --git a/app-emulation/libvirt-glib/Manifest 
b/app-emulation/libvirt-glib/Manifest
index 01ec657f55d8..e652c9e2e3e5 100644
--- a/app-emulation/libvirt-glib/Manifest
+++ b/app-emulation/libvirt-glib/Manifest
@@ -1,2 +1 @@
-DIST libvirt-glib-3.0.0.tar.gz 899180 BLAKE2B 
ef10b3d9bad48e49dd1898733aacb2f51f1826330eda9c63a7f8df5f11c96812f8cc7fe6a867961efa85a433f45c934d75cf605eb523ec723459da4646335b1a
 SHA512 
b9e7d782c25b5c3a9b2829f1be8162352438ab3505510a1ca7dd64d741eaab158dc9206fdd4b0e3e27b0c049e4bcfc47db0c9a7fa1a8464e23d3c35c079e
 DIST libvirt-glib-4.0.0.tar.xz 161836 BLAKE2B 
e196d1f02f6f202b1883500241bbfda963b34ee12bd945b3fa897f84f55a049f98e0429132ccfad7168e5ba2b41245e9e7e3817a7f057e0dc40b674ca6c9b661
 SHA512 
e1b99e80aa671fa5a4d7f7f7a4ea70ce7c5fdaf97574407f79aa11a75dd177e1e3f92027728a83ded62e305852bbda76eb90326aaa1f5f19b77272b008351810

diff --git a/app-emulation/libvirt-glib/libvirt-glib-3.0.0.ebuild 
b/app-emulation/libvirt-glib/libvirt-glib-3.0.0.ebuild
deleted file mode 100644
index 4ac16f7d9556..
--- a/app-emulation/libvirt-glib/libvirt-glib-3.0.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2 vala
-
-DESCRIPTION="GLib and GObject mappings for libvirt"
-HOMEPAGE="http://libvirt.org/git/?p=libvirt-glib.git;
-SRC_URI="ftp://libvirt.org/libvirt/glib/${P}.tar.gz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 x86"
-IUSE="+introspection nls +vala"
-REQUIRED_USE="vala? ( introspection )"
-
-RDEPEND="
-   dev-libs/libxml2:2
-   >=app-emulation/libvirt-1.2.6:=
-   >=dev-libs/glib-2.38.0:2
-   introspection? ( >=dev-libs/gobject-introspection-1.36.0:= )"
-DEPEND="${RDEPEND}
-   dev-util/glib-utils
-   dev-util/gtk-doc-am
-   >=dev-util/intltool-0.35.0
-   virtual/pkgconfig
-   vala? ( $(vala_depend) )"
-
-src_prepare() {
-   gnome2_src_prepare
-   use vala && vala_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-test-coverage \
-   --disable-static \
-   $(use_enable introspection) \
-   $(use_enable nls) \
-   $(use_enable vala)
-}



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

2022-01-04 Thread Matthias Maier
commit: e9524493ee1d1222de324d949e0829a10798f8b7
Author: Matthias Maier  gentoo  org>
AuthorDate: Tue Jan  4 16:28:55 2022 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Tue Jan  4 16:28:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9524493

dev-python/libvirt-python: drop old versions

Bug: https://bugs.gentoo.org/812317
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Matthias Maier  gentoo.org>

 dev-python/libvirt-python/Manifest | 16 ---
 .../libvirt-python/libvirt-python-7.0.0.ebuild | 51 --
 .../libvirt-python/libvirt-python-7.1.0.ebuild | 51 --
 .../libvirt-python/libvirt-python-7.2.0.ebuild | 51 --
 .../libvirt-python/libvirt-python-7.3.0.ebuild | 51 --
 .../libvirt-python/libvirt-python-7.4.0.ebuild | 51 --
 .../libvirt-python/libvirt-python-7.5.0.ebuild | 51 --
 .../libvirt-python/libvirt-python-7.8.0.ebuild | 51 --
 .../libvirt-python/libvirt-python-7.9.0.ebuild | 51 --
 9 files changed, 424 deletions(-)

diff --git a/dev-python/libvirt-python/Manifest 
b/dev-python/libvirt-python/Manifest
index 5eacddaa6177..f7f599c4ed66 100644
--- a/dev-python/libvirt-python/Manifest
+++ b/dev-python/libvirt-python/Manifest
@@ -1,20 +1,4 @@
-DIST libvirt-python-7.0.0.tar.gz 214945 BLAKE2B 
9ab616fa6336a284dbb1dcebf0be6a06d9ca0c41e83ca403cb335c61ff217e1e9f0343fc915e20e16f3e59adc5c7b1c51e493143c45cd50f48f627ebe2e9c211
 SHA512 
c56bc53da06a81d330389f684df204d0ae8edb28127eccd81ac551342a0965341d20832f6e2b044e02e9217320349f6f5cb36098c5cc46508a4026fb1e59c4ac
-DIST libvirt-python-7.0.0.tar.gz.asc 833 BLAKE2B 
54102c29a46900dc5439ca5b96d17d0f3923fb1cb5fa74ef7671a49645c5e5d7f43b608099f542410ca38d675a384e2ad3fdfd7494bda6e66b889ec3d9f04e9e
 SHA512 
4ca5cf4e3687e3cbdb3bf9991076ef4d0427db4b7eb27738d4463c5645d684581dd20377339e6bdac66e790f10709df9f483dd9f360a1b978776fe5d3e2dcc64
-DIST libvirt-python-7.1.0.tar.gz 215468 BLAKE2B 
5734f686760d118bc326c68d93714db31b65d0d2f8495c8fb7788aa59658680cc07b8c522e5854bafc6a75989cee4b7c817ec0f54ae5ebcb76ed74418fa1c0f0
 SHA512 
9c4adf0107b2b6d8ac3f84f4a201733b851b5c518e498b4bb8fe3531ec8923b2a96e5593ee0fe309b9501884a83e77a6a0347a6714293febf907c9a4dc742cd4
-DIST libvirt-python-7.1.0.tar.gz.asc 833 BLAKE2B 
be4101dcff4f95e36929dc70657a527e7b0b30fe9556c8d42f240459f86f7ba71980cf483f4d828d63cf94ce3c4521e7303d72f6df5e6c4c2a6de1b160970073
 SHA512 
db0213bb95d77c690ef8726ae559cae7970d31e633104993e715dd4e34e2f3c52bdcf7303e90419055d571d21417ac6375d78463143e20e94bf4aaf84174
 DIST libvirt-python-7.10.0.tar.gz 218394 BLAKE2B 
be1b64489503ca2e8bcaafc516ab228052b4e3e486aef1ef5310a95051a9549fe262feb009356f3735a3656e7b445ef6943b1932373be3618c36445042da8565
 SHA512 
db3c6ccffa3c2f38b788964f7a9cedee3e8de64fb5ecb65ac859eeac1450bea1ade8a7259a6035d7ee25af7d861b2e87f6eba24c21cab3f483c1a97318181d7e
 DIST libvirt-python-7.10.0.tar.gz.asc 833 BLAKE2B 
cf9d661bafd7e2ee52e895d3b5aa7d569226f90b4924a95c4178fb724847bfdcd085b04ae33a315480b20115318604809bc4a7edce5c801fd1286581cd8989a5
 SHA512 
f36d47b4b78daa1e848954acb3032750fc9bec58723b9bd04c48ca1a9b45e1a0252b85adef239080f6aef199c836d04db283510b099c69792e1c4b403c7d3685
-DIST libvirt-python-7.2.0.tar.gz 215380 BLAKE2B 
e9c55a193c571b8fdf3f7f2545ae82470ff74e74e4f2fb58dda6278bc484eb26ae84f2991bc34adc6030973e7d53d364576247e1f8ab836edea06a5da0f8575e
 SHA512 
6df5be4d98884751e4a098b54ec1d8827268993b6df5769c1a687420dd5889c629ca0bd286f5a0c22a9c81974fa02565b36628f8026c697ae414137f0c1d8441
-DIST libvirt-python-7.2.0.tar.gz.asc 833 BLAKE2B 
3f93f4841da3d86c6a0ba073b70c44e3732eb0ca91fd80a7089c1731851173d163101428d07f82f688478a7967e71bd66b49cd70673157428d2c4802a5df3bae
 SHA512 
fe4f7bf6a9ea6e008ed73fac588785281582dd5eaa738e5ca05b88534659096af137408e1222f791d5a13190358fcf5d30eaa8d8a24791e3b5a15622516fe05f
-DIST libvirt-python-7.3.0.tar.gz 216823 BLAKE2B 
2f7ff569e1dc05ac013e21046eab26290d1977401cda063f9f60e27f09cbe7ab1f30e17c2d9dfb11b36930a7af8496f2d36b19760819c64836844ce8daf8da01
 SHA512 
a99c0d7258364464df6a68e5fee3137daab3e6ef0dc8924b95a2b7bb69bcaf221d6be17d004ec994e9fae223db920360352b5b32945586ecc1407cb6bd86682a
-DIST libvirt-python-7.3.0.tar.gz.asc 833 BLAKE2B 
b5c26dbf520570ab0b66f3b31a2570a6bab0e252970d0a952411b91d08141edb1a7b53a7404e29426558502dec3f9260bfc815209c524a761b87a70004acd008
 SHA512 
8467a0af37849b64aab33ff1083f6feb82c39f6c732f53f407037d3f7add5c5007e16d5906e268576239d61ab8d871356fd3e476b8a64fa7aeb51b018383dcf0
-DIST libvirt-python-7.4.0.tar.gz 217038 BLAKE2B 
a8cec1ab8652b2579daea23b746d01c58bff32cb59a0c3b18a93ff309dcfd2b60915c52cb907c3961289427da5e73c4cae973d4204c352b589255e05b576
 SHA512 
e266b04604a21c0c35cb6c080ca5279f3162dfc489fd5ed9542b9ff49567b02074bcac135897d1a8f2375a744c000dbd93b67831621744c2f596b16ca9116d1d
-DIST libvirt-python-7.4.0.tar.gz.asc 833 BLAKE2B 

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

2022-01-04 Thread Matthias Maier
commit: b096561523b6780573047b129552b58f8192dc40
Author: Janusz Andrzejewski  gmail  com>
AuthorDate: Tue Jan  4 09:52:00 2022 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Tue Jan  4 16:21:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0965615

dev-lang/julia: ebuild maintenance, use system suitesparse

 - add version constraint for libutf8proc and patchelf
 - add explicit option for USE_SYSTEM_LIBBLASTRAMPOLINE
 - actually use system libraries for suitesparse

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Janusz Andrzejewski  gmail.com>
Signed-off-by: Matthias Maier  gentoo.org>

 dev-lang/julia/{julia-1.7.1.ebuild => julia-1.7.1-r1.ebuild} | 11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/dev-lang/julia/julia-1.7.1.ebuild 
b/dev-lang/julia/julia-1.7.1-r1.ebuild
similarity index 95%
rename from dev-lang/julia/julia-1.7.1.ebuild
rename to dev-lang/julia/julia-1.7.1-r1.ebuild
index fad64a3a369e..0277fb0ae72b 100644
--- a/dev-lang/julia/julia-1.7.1.ebuild
+++ b/dev-lang/julia/julia-1.7.1-r1.ebuild
@@ -8,7 +8,7 @@ inherit llvm pax-utils toolchain-funcs
 # correct versions for stdlibs are in deps/checksums
 # for everything else, run with network-sandbox and wait for the crash
 
-MY_LLVM_V="13.0.1"
+MY_LLVM_V="13.0.0"
 
 DESCRIPTION="High-performance programming language for technical computing"
 HOMEPAGE="https://julialang.org/;
@@ -33,8 +33,8 @@ RDEPEND+="
dev-libs/libgit2:0
>=dev-libs/libpcre2-10.23:0=[jit,unicode]
dev-libs/mpfr:0=
-   dev-libs/libutf8proc:0=[-cjk]
-   dev-util/patchelf
+   >=dev-libs/libutf8proc-2.6.1:0=[-cjk]
+   >=dev-util/patchelf-0.13
>=net-libs/mbedtls-2.2
net-misc/curl[http2,ssh]
sci-libs/amd:0=
@@ -68,8 +68,6 @@ PATCHES=(
"${FILESDIR}/${PN}"-1.7.0-hardcoded-libs.patch
"${FILESDIR}/${PN}"-1.7.0-do_not_set_rpath.patch
 )
-   # just remove patchelf from linux ?? just my own solution to sigsegv 
error ??
-   #"${FILESDIR}/${PN}"-turnoff-patchelf.patch
 
 pkg_setup() {
use system-llvm && llvm_pkg_setup
@@ -130,9 +128,10 @@ src_configure() {
USE_SYSTEM_DSFMT:=1
USE_SYSTEM_BLAS:=1
USE_SYSTEM_LAPACK:=1
+   USE_SYSTEM_LIBBLASTRAMPOLINE:=0
USE_SYSTEM_GMP:=1
USE_SYSTEM_MPFR:=1
-   USE_SYSTEM_SUITESPARSE:=1
+   USE_SYSTEM_LIBSUITESPARSE:=1
USE_SYSTEM_LIBUV:=0
USE_SYSTEM_UTF8PROC:=1
USE_SYSTEM_MBEDTLS:=1



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

2022-01-04 Thread Andreas Sturmlechner
commit: 82f895b1ac617f2aa35a68edf873ee37899454da
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan  4 16:01:44 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jan  4 16:01:44 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=82f895b1

kde-plasma/plasma-workspace: drop 5.23.5*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../plasma-workspace-5.23.5.ebuild | 209 -
 1 file changed, 209 deletions(-)

diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.23.5.ebuild 
b/kde-plasma/plasma-workspace/plasma-workspace-5.23.5.ebuild
deleted file mode 100644
index 0735907874..00
--- a/kde-plasma/plasma-workspace/plasma-workspace-5.23.5.ebuild
+++ /dev/null
@@ -1,209 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="forceoptional"
-ECM_TEST="forceoptional"
-KFMIN=5.86.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="KDE Plasma workspace"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="appstream +calculator +calendar +fontconfig geolocation gps screencast
-+semantic-desktop telemetry"
-
-REQUIRED_USE="gps? ( geolocation )"
-RESTRICT="test"
-
-# slot op: various private QtWaylandClient headers
-COMMON_DEPEND="
-   >=dev-libs/wayland-1.15
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
-   >=dev-qt/qtgui-${QTMIN}:5=[jpeg,libinput]
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtsql-${QTMIN}:5
-   >=dev-qt/qtsvg-${QTMIN}:5
-   >=dev-qt/qtwayland-${QTMIN}:5=
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/kactivities-${KFMIN}:5
-   >=kde-frameworks/kactivities-stats-${KFMIN}:5
-   >=kde-frameworks/karchive-${KFMIN}:5
-   >=kde-frameworks/kauth-${KFMIN}:5
-   >=kde-frameworks/kbookmarks-${KFMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kcrash-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/kded-${KFMIN}:5
-   >=kde-frameworks/kglobalaccel-${KFMIN}:5
-   >=kde-frameworks/kguiaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kidletime-${KFMIN}:5
-   >=kde-frameworks/kinit-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kitemmodels-${KFMIN}:5
-   >=kde-frameworks/kitemviews-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knewstuff-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/knotifyconfig-${KFMIN}:5
-   >=kde-frameworks/kpackage-${KFMIN}:5
-   >=kde-frameworks/kpeople-${KFMIN}:5
-   >=kde-frameworks/krunner-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/ktexteditor-${KFMIN}:5
-   >=kde-frameworks/ktextwidgets-${KFMIN}:5
-   >=kde-frameworks/kunitconversion-${KFMIN}:5
-   >=kde-frameworks/kwallet-${KFMIN}:5
-   >=kde-frameworks/kwayland-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-frameworks/plasma-${KFMIN}:5
-   >=kde-frameworks/prison-${KFMIN}:5[qml]
-   >=kde-frameworks/solid-${KFMIN}:5
-   >=kde-plasma/breeze-${PVCUT}:5
-   >=kde-plasma/kscreenlocker-${PVCUT}:5
-   >=kde-plasma/kwin-${PVCUT}:5
-   >=kde-plasma/layer-shell-qt-${PVCUT}:5
-   >=kde-plasma/libkscreen-${PVCUT}:5
-   >=kde-plasma/libksysguard-${PVCUT}:5
-   >=kde-plasma/libkworkspace-${PVCUT}:5
-   >=media-libs/phonon-4.11.0
-   sys-libs/zlib
-   x11-libs/libICE
-   x11-libs/libSM
-   x11-libs/libX11
-   x11-libs/libXau
-   x11-libs/libxcb
-   x11-libs/libXcursor
-   x11-libs/libXfixes
-   x11-libs/libXrender
-   x11-libs/libXtst
-   x11-libs/xcb-util
-   x11-libs/xcb-util-image
-   appstream? ( dev-libs/appstream[qt5] )
-   calculator? ( sci-libs/libqalculate:= )
-   calendar? ( >=kde-frameworks/kholidays-${KFMIN}:5 )
-   fontconfig? (
-   >=dev-qt/qtprintsupport-${QTMIN}:5
-   media-libs/fontconfig
-   x11-libs/libXft
-   x11-libs/xcb-util-image
-   )
-   geolocation? ( >=kde-frameworks/networkmanager-qt-${KFMIN}:5 )
-   gps? ( sci-geosciences/gpsd )
-   screencast? (
-   >=dev-qt/qtgui-${QTMIN}:5=[egl]
-   media-libs/libglvnd
-   

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

2022-01-04 Thread Andreas Sturmlechner
commit: fe524197febd1216c813b23a60ffe4e187eb57d8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan  4 16:01:45 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jan  4 16:01:45 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=fe524197

kde-plasma/sddm-kcm: drop 5.23.5*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/sddm-kcm/sddm-kcm-5.23.5.ebuild | 43 --
 1 file changed, 43 deletions(-)

diff --git a/kde-plasma/sddm-kcm/sddm-kcm-5.23.5.ebuild 
b/kde-plasma/sddm-kcm/sddm-kcm-5.23.5.ebuild
deleted file mode 100644
index 4ab4376669..00
--- a/kde-plasma/sddm-kcm/sddm-kcm-5.23.5.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.86.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="KDE Plasma control module for SDDM"
-HOMEPAGE="https://invent.kde.org/plasma/sddm-kcm;
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
-   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/karchive-${KFMIN}:5
-   >=kde-frameworks/kauth-${KFMIN}:5
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/knewstuff-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kirigami-${KFMIN}:5
-   >=kde-frameworks/kitemmodels-${KFMIN}:5[qml]
-   >=kde-plasma/kde-cli-tools-${PVCUT}:5
-   x11-misc/sddm
-"
-
-DOCS=( CONTRIBUTORS )



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

2022-01-04 Thread Andreas Sturmlechner
commit: 7f5c5b33cc61e3f7a7565b9b9978894998cecbbd
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan  4 16:01:44 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jan  4 16:01:44 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=7f5c5b33

kde-plasma/plasma-workspace-wallpapers: drop 5.23.5*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../plasma-workspace-wallpapers-5.23.5.ebuild | 19 ---
 1 file changed, 19 deletions(-)

diff --git 
a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.23.5.ebuild
 
b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.23.5.ebuild
deleted file mode 100644
index bceff041c2..00
--- 
a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.23.5.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-3)
-inherit cmake kde.org
-
-DESCRIPTION="Wallpapers for the Plasma workspace"
-
-LICENSE="GPL-2"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-BDEPEND="
-   dev-qt/qtcore:5
-   kde-frameworks/extra-cmake-modules:5
-"



[gentoo-commits] proj/kde:master commit in: kde-plasma/xdg-desktop-portal-kde/

2022-01-04 Thread Andreas Sturmlechner
commit: 1c6ed9b937ea22002fd0a5e410649b4906c5d15a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan  4 16:01:46 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jan  4 16:01:46 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=1c6ed9b9

kde-plasma/xdg-desktop-portal-kde: drop 5.23.5*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../xdg-desktop-portal-kde-5.23.5.ebuild   | 42 --
 1 file changed, 42 deletions(-)

diff --git 
a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.23.5.ebuild 
b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.23.5.ebuild
deleted file mode 100644
index 8edf2c511e..00
--- a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.23.5.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.86.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Backend implementation for xdg-desktop-portal that is using 
Qt/KDE Frameworks"
-
-LICENSE="LGPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-COMMON_DEPEND="
-   >=dev-libs/wayland-1.15
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtprintsupport-${QTMIN}:5[cups]
-   >=dev-qt/qtwayland-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kirigami-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/plasma-${KFMIN}:5
-"
-DEPEND="${COMMON_DEPEND}
-   >=dev-libs/plasma-wayland-protocols-1.1.1
-   >=dev-qt/qtconcurrent-${QTMIN}:5
-   >=kde-frameworks/kwayland-${KFMIN}:5
-"
-RDEPEND="${COMMON_DEPEND}
-   sys-apps/xdg-desktop-portal
-"



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

2022-01-04 Thread Andreas Sturmlechner
commit: cf7f0f0cf3dfc0baae7e59fd1a584ad70286a756
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan  4 16:01:45 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jan  4 16:01:45 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=cf7f0f0c

kde-plasma/plymouth-kcm: drop 5.23.5*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plymouth-kcm/plymouth-kcm-5.23.5.ebuild | 37 --
 1 file changed, 37 deletions(-)

diff --git a/kde-plasma/plymouth-kcm/plymouth-kcm-5.23.5.ebuild 
b/kde-plasma/plymouth-kcm/plymouth-kcm-5.23.5.ebuild
deleted file mode 100644
index e2118886d2..00
--- a/kde-plasma/plymouth-kcm/plymouth-kcm-5.23.5.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.86.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="KDE Plasma control module for Plymouth"
-HOMEPAGE="https://invent.kde.org/plasma/plymouth-kcm;
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/karchive-${KFMIN}:5
-   >=kde-frameworks/kauth-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/knewstuff-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   sys-boot/plymouth
-"
-RDEPEND="${DEPEND}
-   >=kde-plasma/kde-cli-tools-${PVCUT}:5
-"



[gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/

2022-01-04 Thread Andreas Sturmlechner
commit: 7d9f43dcd18bd4c06ffd9b32b4101d5764ae749d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan  4 16:01:46 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jan  4 16:01:46 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=7d9f43dc

kde-plasma/xembed-sni-proxy: drop 5.23.5*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../xembed-sni-proxy-5.23.5.ebuild | 43 --
 1 file changed, 43 deletions(-)

diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.23.5.ebuild 
b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.23.5.ebuild
deleted file mode 100644
index 80ccf7a7b4..00
--- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.23.5.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_NAME="plasma-workspace"
-KFMIN=5.86.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit cmake kde.org
-
-DESCRIPTION="Legacy xembed tray icons support for SNI-only system trays"
-HOMEPAGE="https://invent.kde.org/plasma/plasma-workspace/-/blob/master/xembed-sni-proxy/Readme.md;
-
-LICENSE="GPL-2"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-
-DEPEND="
-   >=dev-qt/qtcore-${QTMIN}:5
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/extra-cmake-modules-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5[X]
-   x11-libs/libxcb
-   x11-libs/libXtst
-   x11-libs/xcb-util-image
-"
-RDEPEND="${DEPEND}
-   !kde-plasma/xembed-sni-proxy:0
-"
-
-S="${S}/${PN}"
-
-PATCHES=( "${FILESDIR}/${PN}-5.20.80-standalone.patch" )
-
-src_prepare() {
-   cmake_src_prepare
-
-   sed -e "/set/s/GENTOO_PV/$(ver_cut 1-3)/" \
-   -i CMakeLists.txt || die "Failed to prepare CMakeLists.txt"
-}



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

2022-01-04 Thread Andreas Sturmlechner
commit: ef33e635e86b44df0400030037d2dee92b906e46
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan  4 16:01:46 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jan  4 16:01:46 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=ef33e635

kde-plasma/systemsettings: drop 5.23.5*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../systemsettings/systemsettings-5.23.5.ebuild| 60 --
 1 file changed, 60 deletions(-)

diff --git a/kde-plasma/systemsettings/systemsettings-5.23.5.ebuild 
b/kde-plasma/systemsettings/systemsettings-5.23.5.ebuild
deleted file mode 100644
index f6cd2a822e..00
--- a/kde-plasma/systemsettings/systemsettings-5.23.5.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="optional"
-KFMIN=5.86.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org optfeature
-
-DESCRIPTION="Control Center to configure KDE Plasma desktop"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/kactivities-${KFMIN}:5
-   >=kde-frameworks/kactivities-stats-${KFMIN}:5
-   >=kde-frameworks/kauth-${KFMIN}:5
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kcrash-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/kguiaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kirigami-${KFMIN}:5
-   >=kde-frameworks/kitemmodels-${KFMIN}:5
-   >=kde-frameworks/kitemviews-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kpackage-${KFMIN}:5
-   >=kde-frameworks/krunner-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-plasma/libkworkspace-${PVCUT}:5
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-"
-
-pkg_postinst() {
-   if [[ -z "${REPLACING_VERSIONS}" ]]; then
-   optfeature "Configure looks for GTK+" kde-plasma/kde-gtk-config
-   fi
-   ecm_pkg_postinst
-}



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

2022-01-04 Thread Andreas Sturmlechner
commit: 6bfb82b8fdea39d593c35718fc0fe6662d149886
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan  4 16:01:44 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jan  4 16:01:44 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=6bfb82b8

kde-plasma/plasma-vault: drop 5.23.5*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-vault/plasma-vault-5.23.5.ebuild | 48 --
 1 file changed, 48 deletions(-)

diff --git a/kde-plasma/plasma-vault/plasma-vault-5.23.5.ebuild 
b/kde-plasma/plasma-vault/plasma-vault-5.23.5.ebuild
deleted file mode 100644
index 91c3eaa9d1..00
--- a/kde-plasma/plasma-vault/plasma-vault-5.23.5.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.86.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Plasma applet and services for creating encrypted vaults"
-HOMEPAGE+=" https://cukic.co/2017/02/03/vaults-encryption-in-plasma/;
-
-LICENSE="LGPL-3"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="networkmanager"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/kactivities-${KFMIN}:5
-   >=kde-frameworks/kcodecs-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/plasma-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-plasma/libksysguard-${PVCUT}:5
-   networkmanager? ( >=kde-frameworks/networkmanager-qt-${KFMIN}:5 )
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   || ( >=sys-fs/cryfs-0.9.9 >=sys-fs/encfs-1.9.2 )
-"
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package networkmanager KF5NetworkManagerQt)
-   )
-
-   ecm_src_configure
-}



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

2022-01-04 Thread Andreas Sturmlechner
commit: 9550ec1c1fa48c673d1847c277bb833ac4f4a7d7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan  4 16:01:45 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jan  4 16:01:45 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=9550ec1c

kde-plasma/polkit-kde-agent: drop 5.23.5*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../polkit-kde-agent-5.23.5.ebuild | 33 --
 1 file changed, 33 deletions(-)

diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.23.5.ebuild 
b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.23.5.ebuild
deleted file mode 100644
index 800bda65f2..00
--- a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.23.5.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_NAME="${PN}-1"
-KFMIN=5.86.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="PolKit agent module for KDE Plasma"
-HOMEPAGE="https://kde.org/;
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kcrash-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=sys-auth/polkit-qt-0.113.0
-"
-RDEPEND="${DEPEND}"



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

2022-01-04 Thread Andreas Sturmlechner
commit: 06f82fa58549dae523f42174f08ee481414c111c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan  4 16:01:43 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jan  4 16:01:43 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=06f82fa5

kde-plasma/plasma-thunderbolt: drop 5.23.5*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../plasma-thunderbolt-5.23.5.ebuild   | 38 --
 1 file changed, 38 deletions(-)

diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.23.5.ebuild 
b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.23.5.ebuild
deleted file mode 100644
index 5819f29731..00
--- a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.23.5.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-KFMIN=5.86.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Plasma integration for controlling Thunderbolt devices"
-HOMEPAGE="https://invent.kde.org/plasma/plasma-thunderbolt;
-
-LICENSE="|| ( GPL-2 GPL-3+ )"
-SLOT="5"
-KEYWORDS="~amd64 ~riscv ~x86"
-IUSE=""
-
-# tests require DBus
-RESTRICT="test"
-
-DEPEND="
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kirigami-${KFMIN}:5
-   sys-apps/bolt
-"



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

2022-01-04 Thread Andreas Sturmlechner
commit: a531a2735acdf22df7d39c1a556882f47fb9f9b4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan  4 16:01:45 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jan  4 16:01:45 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a531a273

kde-plasma/powerdevil: drop 5.23.5*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/powerdevil/powerdevil-5.23.5.ebuild | 69 --
 1 file changed, 69 deletions(-)

diff --git a/kde-plasma/powerdevil/powerdevil-5.23.5.ebuild 
b/kde-plasma/powerdevil/powerdevil-5.23.5.ebuild
deleted file mode 100644
index 298d369017..00
--- a/kde-plasma/powerdevil/powerdevil-5.23.5.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="forceoptional"
-KFMIN=5.86.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Power management for KDE Plasma Shell"
-HOMEPAGE="https://invent.kde.org/plasma/powerdevil;
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="brightness-control caps +wireless"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/kactivities-${KFMIN}:5
-   >=kde-frameworks/kauth-${KFMIN}:5[policykit]
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kcrash-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/kglobalaccel-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kidletime-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/knotifyconfig-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/kwayland-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-frameworks/solid-${KFMIN}:5
-   >=kde-plasma/libkscreen-${PVCUT}:5
-   >=kde-plasma/libkworkspace-${PVCUT}:5
-   virtual/libudev:=
-   x11-libs/libxcb
-   brightness-control? ( app-misc/ddcutil )
-   caps? ( sys-libs/libcap )
-   wireless? (
-   >=kde-frameworks/bluez-qt-${KFMIN}:5
-   >=kde-frameworks/networkmanager-qt-${KFMIN}:5
-   )
-"
-RDEPEND="${DEPEND}
-   >=kde-plasma/kde-cli-tools-${PVCUT}:5
-   >=sys-power/upower-0.9.23
-"
-
-src_configure() {
-   local mycmakeargs=(
-   -DHAVE_DDCUTIL=$(usex brightness-control)
-   $(cmake_use_find_package caps Libcap)
-   $(cmake_use_find_package wireless KF5BluezQt)
-   $(cmake_use_find_package wireless KF5NetworkManagerQt)
-   )
-
-   ecm_src_configure
-}



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

2022-01-04 Thread Andreas Sturmlechner
commit: e6281d95a5112f094afc3b0523069c35b22b1926
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan  4 16:01:43 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jan  4 16:01:43 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e6281d95

kde-plasma/plasma-pa: drop 5.23.5*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-pa/plasma-pa-5.23.5.ebuild | 40 
 1 file changed, 40 deletions(-)

diff --git a/kde-plasma/plasma-pa/plasma-pa-5.23.5.ebuild 
b/kde-plasma/plasma-pa/plasma-pa-5.23.5.ebuild
deleted file mode 100644
index 566c821d04..00
--- a/kde-plasma/plasma-pa/plasma-pa-5.23.5.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
-
-ECM_HANDBOOK="forceoptional"
-KFMIN=5.86.0
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Plasma applet for audio volume management using PulseAudio"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
-   dev-libs/glib:2
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/kglobalaccel-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/plasma-${KFMIN}:5
-   media-libs/libcanberra
-   media-sound/pulseaudio
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kirigami-${KFMIN}:5
-   || (
-   media-video/pipewire
-   media-sound/pulseaudio-daemon
-   media-sound/pulseaudio[daemon(+)]
-   )
-   x11-themes/sound-theme-freedesktop
-"



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

2022-01-04 Thread Andreas Sturmlechner
commit: 461d17c327445affa53b4b2d88b8998b0a27e6fd
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan  4 16:01:42 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jan  4 16:01:42 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=461d17c3

kde-plasma/plasma-meta: drop 5.23.5*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-meta/plasma-meta-5.23.5.ebuild | 107 ---
 1 file changed, 107 deletions(-)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.23.5.ebuild 
b/kde-plasma/plasma-meta/plasma-meta-5.23.5.ebuild
deleted file mode 100644
index 9a3d27c702..00
--- a/kde-plasma/plasma-meta/plasma-meta-5.23.5.ebuild
+++ /dev/null
@@ -1,107 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Merge this to pull in all Plasma 5 packages"
-HOMEPAGE="https://kde.org/plasma-desktop/;
-
-LICENSE="metapackage"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="accessibility bluetooth +browser-integration colord +crash-handler crypt
-+desktop-portal discover +display-manager +elogind +firewall grub gtk +handbook
-+kwallet +legacy-systray +networkmanager plymouth pulseaudio +sddm sdk +smart
-systemd thunderbolt +wallpapers"
-
-REQUIRED_USE="^^ ( elogind systemd )"
-
-RDEPEND="
-   >=kde-plasma/breeze-${PV}:${SLOT}
-   >=kde-plasma/kactivitymanagerd-${PV}:${SLOT}
-   >=kde-plasma/kde-cli-tools-${PV}:${SLOT}
-   >=kde-plasma/kdecoration-${PV}:${SLOT}
-   >=kde-plasma/kdeplasma-addons-${PV}:${SLOT}
-   >=kde-plasma/kgamma-${PV}:${SLOT}
-   >=kde-plasma/khotkeys-${PV}:${SLOT}
-   >=kde-plasma/kinfocenter-${PV}:${SLOT}
-   >=kde-plasma/kmenuedit-${PV}:${SLOT}
-   >=kde-plasma/kscreen-${PV}:${SLOT}
-   >=kde-plasma/kscreenlocker-${PV}:${SLOT}
-   >=kde-plasma/ksshaskpass-${PV}:${SLOT}
-   >=kde-plasma/ksystemstats-${PV}:${SLOT}
-   >=kde-plasma/kwayland-integration-${PV}:${SLOT}
-   >=kde-plasma/kwayland-server-${PV}:${SLOT}
-   >=kde-plasma/kwin-${PV}:${SLOT}
-   >=kde-plasma/kwrited-${PV}:${SLOT}
-   >=kde-plasma/layer-shell-qt-${PV}:${SLOT}
-   >=kde-plasma/libkscreen-${PV}:${SLOT}
-   >=kde-plasma/libksysguard-${PV}:${SLOT}
-   >=kde-plasma/milou-${PV}:${SLOT}
-   >=kde-plasma/oxygen-${PV}:${SLOT}
-   >=kde-plasma/plasma-desktop-${PV}:${SLOT}
-   >=kde-plasma/plasma-integration-${PV}:${SLOT}
-   >=kde-plasma/plasma-systemmonitor-${PV}:${SLOT}
-   >=kde-plasma/plasma-workspace-${PV}:${SLOT}
-   >=kde-plasma/polkit-kde-agent-${PV}:${SLOT}
-   >=kde-plasma/powerdevil-${PV}:${SLOT}
-   >=kde-plasma/systemsettings-${PV}:${SLOT}
-   sys-apps/dbus[elogind?,systemd?]
-   sys-auth/polkit[systemd?]
-   sys-fs/udisks:2[elogind?,systemd?]
-   bluetooth? ( >=kde-plasma/bluedevil-${PV}:${SLOT} )
-   browser-integration? ( 
>=kde-plasma/plasma-browser-integration-${PV}:${SLOT} )
-   colord? ( x11-misc/colord )
-   crash-handler? ( >=kde-plasma/drkonqi-${PV}:${SLOT} )
-   crypt? ( >=kde-plasma/plasma-vault-${PV}:${SLOT} )
-   desktop-portal? ( >=kde-plasma/xdg-desktop-portal-kde-${PV}:${SLOT} )
-   discover? ( >=kde-plasma/discover-${PV}:${SLOT} )
-   display-manager? (
-   sddm? (
-   >=kde-plasma/sddm-kcm-${PV}:${SLOT}
-   x11-misc/sddm[elogind?,systemd?]
-   )
-   !sddm? ( x11-misc/lightdm )
-   )
-   elogind? ( sys-auth/elogind[pam] )
-   grub? ( >=kde-plasma/breeze-grub-${PV}:${SLOT} )
-   gtk? (
-   >=kde-plasma/breeze-gtk-${PV}:${SLOT}
-   >=kde-plasma/kde-gtk-config-${PV}:${SLOT}
-   x11-misc/appmenu-gtk-module
-   )
-   handbook? ( kde-apps/khelpcenter:5 )
-   kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )
-   legacy-systray? ( >=kde-plasma/xembed-sni-proxy-${PV}:${SLOT} )
-   networkmanager? (
-   >=kde-plasma/plasma-nm-${PV}:${SLOT}
-   net-misc/networkmanager[elogind?,systemd?]
-   )
-   plymouth? (
-   >=kde-plasma/breeze-plymouth-${PV}:${SLOT}
-   >=kde-plasma/plymouth-kcm-${PV}:${SLOT}
-   )
-   pulseaudio? ( >=kde-plasma/plasma-pa-${PV}:${SLOT} )
-   sdk? ( >=kde-plasma/plasma-sdk-${PV}:${SLOT} )
-   smart? ( >=kde-plasma/plasma-disks-${PV}:${SLOT} )
-   systemd? (
-   sys-apps/systemd[pam]
-   firewall? ( >=kde-plasma/plasma-firewall-${PV}:${SLOT} )
-   )
-   thunderbolt? ( >=kde-plasma/plasma-thunderbolt-${PV}:${SLOT} )
-   wallpapers? ( >=kde-plasma/plasma-workspace-wallpapers-${PV}:${SLOT} )
-"
-# Optional runtime deps: kde-plasma/plasma-desktop
-RDEPEND="${RDEPEND}
-   accessibility? ( app-accessibility/orca )
-"
-
-pkg_postinst() {
-   has_version sys-auth/consolekit || return
-  

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

2022-01-04 Thread Andreas Sturmlechner
commit: 374e0c5d37e0f1dd61b94b65da9084b95fa10e6e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan  4 16:01:42 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jan  4 16:01:42 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=374e0c5d

kde-plasma/plasma-firewall: drop 5.23.5*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../plasma-firewall/plasma-firewall-5.23.5.ebuild  | 64 --
 1 file changed, 64 deletions(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.23.5.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.23.5.ebuild
deleted file mode 100644
index 5b21913225..00
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.23.5.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-KFMIN=5.86.0
-QTMIN=5.15.2
-inherit ecm kde.org python-single-r1
-
-DESCRIPTION="Plasma frontend for Firewalld or UFW"
-HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="firewalld +ufw"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/kauth-${KFMIN}:5
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-   ${PYTHON_DEPS}
-   firewalld? ( net-firewall/firewalld )
-   ufw? ( net-firewall/ufw )
-"
-
-src_prepare() {
-   ecm_src_prepare
-   # this kind of cmake magic doesn't work for us at all.
-   sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
-   -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_FIREWALLD_BACKEND=$(usex firewalld)
-   -DBUILD_UFW_BACKEND=$(usex ufw)
-   )
-   ecm_src_configure
-}
-
-pkg_postinst () {
-   ecm_pkg_postinst
-
-   if ! has_version sys-apps/systemd; then
-   ewarn "${PN} is not functional without sys-apps/systemd at this 
point."
-   ewarn "See also: https://bugs.gentoo.org/778527;
-   fi
-}



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

2022-01-04 Thread Andreas Sturmlechner
commit: b26f7a5950637f930839bf4c62aae732a07b6ddb
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan  4 16:01:42 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jan  4 16:01:42 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=b26f7a59

kde-plasma/plasma-integration: drop 5.23.5*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../plasma-integration-5.23.5.ebuild   | 48 --
 1 file changed, 48 deletions(-)

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.23.5.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.23.5.ebuild
deleted file mode 100644
index 9ce7eeed80..00
--- a/kde-plasma/plasma-integration/plasma-integration-5.23.5.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.86.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
-
-LICENSE="LGPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-# requires running kde environment
-RESTRICT="test"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5=[dbus]
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kwayland-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-plasma/breeze-${PVCUT}:5
-   x11-libs/libXcursor
-   x11-libs/libxcb
-"
-RDEPEND="${DEPEND}
-   media-fonts/hack
-   media-fonts/noto
-"



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

2022-01-04 Thread Andreas Sturmlechner
commit: a53c5ecb602687406b7d21e20cc24565bd9a3a12
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan  4 16:01:41 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jan  4 16:01:41 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a53c5ecb

kde-plasma/plasma-disks: drop 5.23.5*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-disks/plasma-disks-5.23.5.ebuild | 39 --
 1 file changed, 39 deletions(-)

diff --git a/kde-plasma/plasma-disks/plasma-disks-5.23.5.ebuild 
b/kde-plasma/plasma-disks/plasma-disks-5.23.5.ebuild
deleted file mode 100644
index 98d9a56620..00
--- a/kde-plasma/plasma-disks/plasma-disks-5.23.5.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="true"
-KFMIN=5.86.0
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Monitors S.M.A.R.T. capable devices for imminent failure"
-HOMEPAGE="https://invent.kde.org/plasma/plasma-disks;
-
-LICENSE="|| ( GPL-3 GPL-2 )"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=kde-frameworks/kauth-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kjobwidgets-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/solid-${KFMIN}:5
-   sys-apps/smartmontools
-"
-RDEPEND="${DEPEND}
-   kde-plasma/kinfocenter:5
-"



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

2022-01-04 Thread Andreas Sturmlechner
commit: d65d9eeba27ea1ab67cef19692f2857fbb4bed72
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan  4 16:01:43 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jan  4 16:01:43 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=d65d9eeb

kde-plasma/plasma-systemmonitor: drop 5.23.5*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../plasma-systemmonitor-5.23.5.ebuild | 42 --
 1 file changed, 42 deletions(-)

diff --git a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.23.5.ebuild 
b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.23.5.ebuild
deleted file mode 100644
index 49d0f0c808..00
--- a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.23.5.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-3)
-KFMIN=5.86.0
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Monitor system sensors, process information and other system 
resources"
-HOMEPAGE="https://apps.kde.org/plasma-systemmonitor/;
-
-LICENSE="|| ( GPL-3 GPL-2 )"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/kglobalaccel-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kitemmodels-${KFMIN}:5
-   >=kde-frameworks/knewstuff-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-plasma/libksysguard-${PVCUT}:5
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kirigami-${KFMIN}:5
-   >=kde-frameworks/kitemmodels-${KFMIN}:5[qml]
-   >=kde-frameworks/kquickcharts-${KFMIN}:5
-   >=kde-plasma/ksystemstats-${PVCUT}:5
-"



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

2022-01-04 Thread Andreas Sturmlechner
commit: 64613199003df7e306da55a2f271de471238326d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan  4 16:01:43 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jan  4 16:01:43 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=64613199

kde-plasma/plasma-sdk: drop 5.23.5*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-sdk/plasma-sdk-5.23.5.ebuild | 46 --
 1 file changed, 46 deletions(-)

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.23.5.ebuild 
b/kde-plasma/plasma-sdk/plasma-sdk-5.23.5.ebuild
deleted file mode 100644
index 8110a208df..00
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.23.5.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="optional"
-KFMIN=5.86.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Useful applications for Plasma development"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/karchive-${KFMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kpackage-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/ktexteditor-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kirigami-${KFMIN}:5
-"



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

2022-01-04 Thread Andreas Sturmlechner
commit: a02b0aafc621048c90894154d77be130621c3f80
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan  4 16:01:42 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jan  4 16:01:42 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a02b0aaf

kde-plasma/plasma-nm: drop 5.23.5*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-nm/plasma-nm-5.23.5.ebuild | 90 
 1 file changed, 90 deletions(-)

diff --git a/kde-plasma/plasma-nm/plasma-nm-5.23.5.ebuild 
b/kde-plasma/plasma-nm/plasma-nm-5.23.5.ebuild
deleted file mode 100644
index ebf9a45888..00
--- a/kde-plasma/plasma-nm/plasma-nm-5.23.5.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="true"
-KFMIN=5.86.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="KDE Plasma applet for NetworkManager"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="modemmanager openconnect teamd"
-
-DEPEND="
-   >=app-crypt/qca-2.3.0:2
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=kde-frameworks/kcompletion-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/kitemviews-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/kwallet-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-frameworks/kxmlgui-${KFMIN}:5
-   >=kde-frameworks/networkmanager-qt-${KFMIN}:5[teamd=]
-   >=kde-frameworks/plasma-${KFMIN}:5
-   >=kde-frameworks/solid-${KFMIN}:5
-   net-misc/networkmanager[teamd=]
-   modemmanager? (
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/modemmanager-qt-${KFMIN}:5
-   net-misc/mobile-broadband-provider-info
-   )
-   openconnect? (
-   >=dev-qt/qtxml-${QTMIN}:5
-   net-vpn/networkmanager-openconnect
-   net-vpn/openconnect:=
-   )
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kirigami-${KFMIN}:5
-   >=kde-plasma/kde-cli-tools-${PVCUT}:5
-"
-BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
-   ecm_src_prepare
-
-   # TODO: try to get a build switch upstreamed
-   if ! use openconnect; then
-   sed -e "s/^pkg_check_modules.*openconnect/#&/" -i 
CMakeLists.txt || die
-   fi
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DDISABLE_MODEMMANAGER_SUPPORT=$(usex !modemmanager)
-   $(cmake_use_find_package modemmanager KF5ModemManagerQt)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   ecm_pkg_postinst
-
-   if ! has_version "kde-plasma/plasma-workspace:5"; then
-   elog "${PN} is not terribly useful without 
kde-plasma/plasma-workspace:5."
-   elog "However, the networkmanagement KCM can be called from 
either systemsettings"
-   elog "or manually: $ kcmshell5 kcm_networkmanagement"
-   fi
-}



  1   2   3   >